Pull request #3273 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f+cd35e82189541566d340af614e7b672e1779e95b (584ac86cb80038912bf3177a320855df8af5a88d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30606 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cd35e82189541566d340af614e7b672e1779e95b into PR head commit c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f Merge succeeded, producing c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f Checking out Revision c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f (PR-3273) > 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/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # 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 cd35e82189541566d340af614e7b672e1779e95b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 Commit message: "fix: Reduce the complexity of Execute()" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:13:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:13:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:13:11 ========================================================= 19:13:11 EdgeX Global Pipelines Version Info 19:13:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1563183a39e1034c19714a8c0bb5c559455af12f # timeout=10 19:13:12 ------------------- 19:13:12 stable info: 19:13:12 ------------------- 19:13:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:13:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:13:12 Message: update stable to v1.0.186 19:13:13 ------------------- 19:13:13 experimental info: 19:13:13 ------------------- 19:13:13 Commited By: **** collab-it+edgex@linuxfoundation.org 19:13:13 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:13:13 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:13:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:13:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:13:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:13:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:13:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3273 [Pipeline] echo 19:13:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3273 [Pipeline] echo 19:13:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3273 [Pipeline] echo 19:13:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [Pipeline] echo 19:13:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c15de42 [Pipeline] echo 19:13:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:13:16 provisioning config files... 19:13:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1854442111702372336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:13:17 ---> docker-login.sh 19:13:17 nexus3.edgexfoundry.org:10001 19:13:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:17 Configure a credential helper to remove this warning. See 19:13:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:17 19:13:17 Login Succeeded 19:13:17 nexus3.edgexfoundry.org:10002 19:13:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:17 Configure a credential helper to remove this warning. See 19:13:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:17 19:13:17 Login Succeeded 19:13:17 nexus3.edgexfoundry.org:10003 19:13:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:17 Configure a credential helper to remove this warning. See 19:13:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:17 19:13:17 Login Succeeded 19:13:17 nexus3.edgexfoundry.org:10004 19:13:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:18 Configure a credential helper to remove this warning. See 19:13:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:18 19:13:18 Login Succeeded 19:13:18 docker.io 19:13:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:18 Configure a credential helper to remove this warning. See 19:13:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:18 19:13:18 Login Succeeded 19:13:18 ---> docker-login.sh ends [Pipeline] } 19:13:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:13:19 ++ 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 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ dirname cmd/core-command/Dockerfile 19:13:19 ++ cut -d/ -f2 19:13:19 + echo core-command,cmd/core-command/Dockerfile 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ dirname cmd/core-data/Dockerfile 19:13:19 ++ cut -d/ -f2 19:13:19 + echo core-data,cmd/core-data/Dockerfile 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ dirname cmd/core-metadata/Dockerfile 19:13:19 ++ cut -d/ -f2 19:13:19 + echo core-metadata,cmd/core-metadata/Dockerfile 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ dirname cmd/security-bootstrapper/Dockerfile 19:13:19 ++ cut -d/ -f2 19:13:19 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ dirname cmd/security-proxy-setup/Dockerfile 19:13:19 ++ cut -d/ -f2 19:13:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ cut -d/ -f2 19:13:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:13:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ dirname cmd/support-notifications/Dockerfile 19:13:19 ++ cut -d/ -f2 19:13:19 + echo support-notifications,cmd/support-notifications/Dockerfile 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ dirname cmd/support-scheduler/Dockerfile 19:13:19 ++ cut -d/ -f2 19:13:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:13:19 + for file in '`ls cmd/**/Dockerfile`' 19:13:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:13:19 ++ cut -d/ -f2 19:13:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:13:19 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 19:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:13:20 19:13:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:13:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:13:20 latest: Pulling from edgex-devops/git-semver 19:13:20 31603596830f: Pulling fs layer 19:13:20 2a8b12db71e7: Pulling fs layer 19:13:20 6ca5941a6612: Pulling fs layer 19:13:20 ecc8261a40a4: Pulling fs layer 19:13:20 ecc8261a40a4: Waiting 19:13:20 2a8b12db71e7: Verifying Checksum 19:13:20 2a8b12db71e7: Download complete 19:13:20 31603596830f: Verifying Checksum 19:13:20 31603596830f: Download complete 19:13:20 ecc8261a40a4: Verifying Checksum 19:13:20 ecc8261a40a4: Download complete 19:13:20 6ca5941a6612: Verifying Checksum 19:13:20 6ca5941a6612: Download complete 19:13:21 31603596830f: Pull complete 19:13:21 2a8b12db71e7: Pull complete 19:13:22 6ca5941a6612: Pull complete 19:13:22 ecc8261a40a4: Pull complete 19:13:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:13:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:13:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:13:22 prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container 19:13:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:13:25 $ docker top 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:13:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:13:25 [ssh-agent] Looking for ssh-agent implementation... 19:13:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:13:25 $ docker exec 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 ssh-agent 19:13:25 SSH_AUTH_SOCK=/tmp/ssh-VZuJXIeLGUJH/agent.12 19:13:25 SSH_AGENT_PID=17 19:13:25 Running ssh-add (command line suppressed) 19:13:25 Identity added: /w/workspace/edgex-go/2@tmp/private_key_518410931878722791.key (/w/workspace/edgex-go/2@tmp/private_key_518410931878722791.key) 19:13:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:13:26 + git tag --points-at HEAD [Pipeline] } 19:13:26 $ docker exec --env ******** --env ******** 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 ssh-agent -k 19:13:26 unset SSH_AUTH_SOCK; 19:13:26 unset SSH_AGENT_PID; 19:13:26 echo Agent pid 17 killed; 19:13:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:13:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:13:26 [ssh-agent] Looking for ssh-agent implementation... 19:13:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:13:26 $ docker exec 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 ssh-agent 19:13:27 SSH_AUTH_SOCK=/tmp/ssh-Boq5zOHsuG2l/agent.47 19:13:27 SSH_AGENT_PID=52 19:13:27 Running ssh-add (command line suppressed) 19:13:27 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3845613288653457969.key (/w/workspace/edgex-go/2@tmp/private_key_3845613288653457969.key) 19:13:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:13:27 + git semver init 19:13:27 # -> Open(): unable to determine branch for HEAD 19:13:27 # $GIT_DIR = /w/workspace/edgex-go/2/.git 19:13:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 19:13:27 # $SEMVER_REMOTE_NAME = origin 19:13:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:13:27 # $SEMVER_USER_NAME = edgex-jenkins 19:13:27 # $SEMVER_BRANCH = PR-3273 19:13:27 # $SEMVER_TEMP = /tmp/semver-879395264 19:13:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:13:45 # '/tmp/semver-879395264' -> '/w/workspace/edgex-go/2/.semver' 19:13:45 # -> Force: false 19:13:45 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 19:13:45 $ docker exec --env ******** --env ******** 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 ssh-agent -k 19:13:46 unset SSH_AUTH_SOCK; 19:13:46 unset SSH_AGENT_PID; 19:13:46 echo Agent pid 52 killed; 19:13:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:13:46 + git semver [Pipeline] } 19:13:46 $ docker stop --time=1 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 19:13:48 $ docker rm -f 70e1defc230203cde1491e6db67d8b0107c3e670e2f58c47522d48197f733847 [Pipeline] // withDockerContainer [Pipeline] sh 19:13:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:13:49 Stashed 1 file(s) [Pipeline] echo 19:13:49 [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 19:13:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:13:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:13:51 + sudo service docker restart 19:13:51 + true 19:13:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:13:51 ========================================================= 19:13:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:13:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:13:52 + 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 . 19:13:55 Sending build context to Docker daemon 328.8MB 19:13:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:13:55 Step 2/6 : FROM ${BASE} 19:13:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:13:55 188c0c94c7c5: Pulling fs layer 19:13:55 0ef7d3d256c8: Pulling fs layer 19:13:55 de9db76c5a1d: Pulling fs layer 19:13:55 bca2f99d35d6: Pulling fs layer 19:13:55 93359f2a8cfa: Pulling fs layer 19:13:55 7c6f9722023f: Pulling fs layer 19:13:55 a35cf1a2eb13: Pulling fs layer 19:13:55 7c6f9722023f: Waiting 19:13:55 93359f2a8cfa: Waiting 19:13:55 bca2f99d35d6: Waiting 19:13:55 a35cf1a2eb13: Waiting 19:13:55 de9db76c5a1d: Download complete 19:13:55 0ef7d3d256c8: Download complete 19:13:55 93359f2a8cfa: Verifying Checksum 19:13:55 93359f2a8cfa: Download complete 19:13:55 188c0c94c7c5: Verifying Checksum 19:13:55 188c0c94c7c5: Download complete 19:13:55 7c6f9722023f: Verifying Checksum 19:13:55 7c6f9722023f: Download complete 19:13:55 188c0c94c7c5: Pull complete 19:13:56 0ef7d3d256c8: Pull complete 19:13:56 de9db76c5a1d: Pull complete 19:13:58 a35cf1a2eb13: Verifying Checksum 19:13:58 a35cf1a2eb13: Download complete 19:13:58 bca2f99d35d6: Verifying Checksum 19:13:58 bca2f99d35d6: Download complete 19:14:04 Still waiting to schedule task 19:14:04 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:14:04 bca2f99d35d6: Pull complete 19:14:04 93359f2a8cfa: Pull complete 19:14:04 7c6f9722023f: Pull complete 19:14:09 a35cf1a2eb13: Pull complete 19:14:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:14:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:14:09 ---> a62c8e92a672 19:14:09 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 19:14:09 ---> Running in d0d0067b951a 19:14:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:11 (1/12) Installing libmagic (5.38-r0) 19:14:11 (2/12) Installing file (5.38-r0) 19:14:12 (3/12) Installing libc-dev (0.7.2-r3) 19:14:12 (4/12) Installing g++ (9.3.0-r2) 19:14:22 (5/12) Installing fortify-headers (1.1-r0) 19:14:22 (6/12) Installing patch (2.7.6-r6) 19:14:22 (7/12) Installing build-base (0.5-r2) 19:14:22 (8/12) Installing libsodium (1.0.18-r0) 19:14:22 (9/12) Installing pkgconf (1.7.2-r0) 19:14:22 (10/12) Installing libsodium-dev (1.0.18-r0) 19:14:22 (11/12) Installing libzmq (4.3.3-r0) 19:14:22 (12/12) Installing zeromq-dev (4.3.3-r0) 19:14:22 Executing busybox-1.31.1-r19.trigger 19:14:22 OK: 233 MiB in 51 packages 19:14:25 Removing intermediate container d0d0067b951a 19:14:25 ---> 420cca2f8a31 19:14:25 Step 4/6 : WORKDIR /edgex-go 19:14:25 ---> Running in 1985afc61026 19:14:25 Removing intermediate container 1985afc61026 19:14:25 ---> 39a230986bc4 19:14:25 Step 5/6 : COPY go.mod . 19:14:25 ---> ce4da7e976a5 19:14:25 Step 6/6 : RUN go mod download 19:14:25 ---> Running in b426582464a8 19:14:52 Removing intermediate container b426582464a8 19:14:52 ---> f69921ffe267 19:14:52 Successfully built f69921ffe267 19:14:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:14:52 + docker inspect -f . ci-base-image-x86_64 19:14:52 . [Pipeline] withDockerContainer 19:14:52 prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container 19:14:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:14:53 $ docker top c1f8f799d3991e7b3a367871d0b2efaf0cd1ef82a4b307fca45a2930e6145b54 -eo pid,comm [Pipeline] { [Pipeline] sh 19:14:54 + go version 19:14:54 go version go1.15.5 linux/amd64 [Pipeline] } 19:14:54 $ docker stop --time=1 c1f8f799d3991e7b3a367871d0b2efaf0cd1ef82a4b307fca45a2930e6145b54 19:14:55 $ docker rm -f c1f8f799d3991e7b3a367871d0b2efaf0cd1ef82a4b307fca45a2930e6145b54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:14:56 + docker inspect -f . ci-base-image-x86_64 19:14:56 . [Pipeline] withDockerContainer 19:14:56 prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container 19:14:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:14:58 $ docker top fa18e975a3a723f9474b3c42d46f30e1c74bc9716897e66d868479d525ee6f02 -eo pid,comm [Pipeline] { [Pipeline] echo 19:14:58 ========================================================= 19:14:58 [edgeXBuildGoParallel] Running Tests and Build... 19:14:58 ========================================================= [Pipeline] sh 19:14:58 + make test 19:14:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:15:08 ? github.com/edgexfoundry/edgex-go [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:15:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:15:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:15:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:15:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:15:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:15:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:15:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:15:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:15:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:15:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:15:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 45.9% of statements 19:15:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:15:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:15:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:15:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:15:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:15:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:15:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 19.8% of statements 19:15:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements 19:15:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:15:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:15:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 71.3% of statements 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:15:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.238s coverage: 82.9% of statements 19:15:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:15:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:15:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements 19:15:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 19:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 19:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 19:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 19:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:15:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 19:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:15:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 19:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:15:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:15:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:15:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 47.1% of statements 19:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements 19:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 19:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 19:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.167s coverage: 81.0% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 64.4% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.364s coverage: 69.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 38.4% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.1% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.756s coverage: 29.1% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 96.5% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:16:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 19:16:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements 19:16:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 19:16:13 GO111MODULE=on go vet ./... 19:16:40 gofmt -l . 19:16:41 [ "`gofmt -l .`" = "" ] 19:16:41 ./bin/test-go-mod-tidy.sh 19:16:42 ./bin/test-attribution-txt.sh [Pipeline] sh 19:16:43 + ls -al . 19:16:43 total 772 19:16:43 drwxrwxr-x 10 1001 1001 4096 Mar 19 19:16 . 19:16:43 drwxr-xr-x 4 root root 28 Mar 19 19:14 .. 19:16:43 -rw-rw-r-- 1 1001 1001 11 Mar 19 19:13 .dockerignore 19:16:43 drwxrwxr-x 8 1001 1001 179 Mar 19 19:13 .git 19:16:43 drwxrwxr-x 3 1001 1001 125 Mar 19 19:13 .github 19:16:43 -rw-rw-r-- 1 1001 1001 818 Mar 19 19:13 .gitignore 19:16:43 drwx------ 3 1001 1001 60 Mar 19 19:13 .semver 19:16:43 -rw-rw-r-- 1 1001 1001 166 Mar 19 19:13 .sonarcloud.properties 19:16:43 -rw-rw-r-- 1 1001 1001 8607 Mar 19 19:13 Attribution.txt 19:16:43 -rw-rw-r-- 1 1001 1001 3804 Mar 19 19:13 CONTRIBUTING.md 19:16:43 -rw-rw-r-- 1 1001 1001 931 Mar 19 19:13 Dockerfile.build 19:16:43 -rw-rw-r-- 1 1001 1001 863 Mar 19 19:13 Jenkinsfile 19:16:43 -rw-rw-r-- 1 1001 1001 10775 Mar 19 19:13 LICENSE 19:16:43 -rw-rw-r-- 1 1001 1001 5774 Mar 19 19:13 Makefile 19:16:43 -rw-rw-r-- 1 1001 1001 6548 Mar 19 19:13 README.md 19:16:43 -rw-rw-r-- 1 1001 1001 6755 Mar 19 19:13 SECURITY.md 19:16:43 -rw-rw-r-- 1 1001 1001 5 Mar 19 19:13 VERSION 19:16:43 -rw-rw-r-- 1 1001 1001 4131 Mar 19 19:13 ZMQWindows.md 19:16:43 drwxrwxr-x 2 1001 1001 117 Mar 19 19:13 bin 19:16:43 drwxrwxr-x 14 1001 1001 4096 Mar 19 19:13 cmd 19:16:43 -rw-r--r-- 1 root root 662612 Mar 19 19:16 coverage.out 19:16:43 -rw-r--r-- 1 root root 1055 Mar 19 19:16 go.mod 19:16:43 -rw-r--r-- 1 root root 21981 Mar 19 19:16 go.sum 19:16:43 drwxrwxr-x 8 1001 1001 127 Mar 19 19:13 internal 19:16:43 drwxrwxr-x 4 1001 1001 26 Mar 19 19:13 openapi 19:16:43 drwxrwxr-x 4 1001 1001 71 Mar 19 19:13 snap 19:16:43 -rw-rw-r-- 1 1001 1001 168 Mar 19 19:13 version.go [Pipeline] sh 19:16:43 + '[' -e coverage.out ] 19:16:43 + chown 1001:1001 coverage.out [Pipeline] stash 19:16:43 Stashed 1 file(s) [Pipeline] sh 19:16:44 + make build 19:16:44 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 19:16:49 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 19:16:56 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 19:16:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:16:59 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 19:16:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:17:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:17:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:17:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:17:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:17: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 19:17:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 19:17:10 $ docker stop --time=1 fa18e975a3a723f9474b3c42d46f30e1c74bc9716897e66d868479d525ee6f02 19:17:12 $ docker rm -f fa18e975a3a723f9474b3c42d46f30e1c74bc9716897e66d868479d525ee6f02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:14 19:17:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:17:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:14 latest: Pulling from edgex-devops/edgex-compose 19:17:14 cbdbe7a5bc2a: Pulling fs layer 19:17:14 ca9280d653b3: Pulling fs layer 19:17:14 7e9c9ca2126c: Pulling fs layer 19:17:14 cbdbe7a5bc2a: Download complete 19:17:14 cbdbe7a5bc2a: Pull complete 19:17:14 ca9280d653b3: Verifying Checksum 19:17:14 ca9280d653b3: Download complete 19:17:15 ca9280d653b3: Pull complete 19:17:16 7e9c9ca2126c: Verifying Checksum 19:17:16 7e9c9ca2126c: Download complete 19:17:23 7e9c9ca2126c: Pull complete 19:17:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:17:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:17:23 prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container 19:17:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:17:25 $ docker top 6fcf6def4bf7661c93d402c9213da77ea5bc7c8196dde22e5104ab32d52e91d8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:26 + docker-compose build --help 19:17:26 + grep parallel 19:17:27 --parallel Build images in parallel. [Pipeline] } 19:17:27 $ docker stop --time=1 6fcf6def4bf7661c93d402c9213da77ea5bc7c8196dde22e5104ab32d52e91d8 19:17:28 $ docker rm -f 6fcf6def4bf7661c93d402c9213da77ea5bc7c8196dde22e5104ab32d52e91d8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:17:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:29 . [Pipeline] withDockerContainer 19:17:29 prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container 19:17:29 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:17:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30609 in /w/workspace/edgexfoundry_edgex-go_PR-3273 19:17:30 $ docker top 22ed1bde46e331d8c2ad3a2bb965c6b8da3a80dcb5e74e10e658c287f46ba1c8 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 19:17:32 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 19:17:32 + docker-compose -f ./docker-compose-build.yml build --parallel 19:17:33 Building docker-core-command-go ... 19:17:33 Building docker-core-data-go ... 19:17:33 Building docker-core-metadata-go ... 19:17:33 Building docker-security-bootstrapper-go ... 19:17:33 Building docker-security-proxy-setup-go ... 19:17:33 Building docker-security-secretstore-setup-go ... 19:17:33 Building docker-support-notifications-go ... 19:17:33 Building docker-support-scheduler-go ... 19:17:33 Building docker-sys-mgmt-agent-go ... 19:17:33 Building docker-security-bootstrapper-go 19:17:33 Building docker-core-metadata-go 19:17:33 Building docker-core-command-go 19:17:33 Building docker-security-secretstore-setup-go 19:17:33 Building docker-sys-mgmt-agent-go 19:17:37 using credential edgex-jenkins-ssh 19:17:37 Cloning the remote Git repository 19:17:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:17:37 > git init /w/workspace/edgex-go/2 # timeout=10 19:17:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:17:37 > git --version # timeout=10 19:17:37 > git --version # 'git version 2.17.1' 19:17:37 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:17:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:17:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:17:54 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:55 Merging remotes/origin/master commit cd35e82189541566d340af614e7b672e1779e95b into PR head commit c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:17:55 Merge succeeded, producing c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:17:55 Checking out Revision c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f (PR-3273) 19:17:55 > git config core.sparsecheckout # timeout=10 19:17:55 > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 19:17:55 > git remote # timeout=10 19:17:55 > git config --get remote.origin.url # timeout=10 19:17:55 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:55 > git merge cd35e82189541566d340af614e7b672e1779e95b # timeout=10 19:17:55 > git rev-parse HEAD^{commit} # timeout=10 19:17:55 > git config core.sparsecheckout # timeout=10 19:17:55 > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 19:18:00 Commit message: "fix: Reduce the complexity of Execute()" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:18:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:18:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:18:03 + true 19:18:03 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:18:05 provisioning config files... 19:18:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2799379307348169053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:18:05 ---> docker-login.sh 19:18:05 nexus3.edgexfoundry.org:10001 19:18:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:18:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:18:05 ---> f69921ffe267 19:18:05 Step 3/24 : WORKDIR /edgex-go 19:18:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:18:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:18:05 ---> f69921ffe267 19:18:05 Step 3/23 : WORKDIR /edgex-go 19:18:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:18:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:18:05 ---> f69921ffe267 19:18:05 Step 3/31 : WORKDIR /edgex-go 19:18:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:18:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:18:06 ---> f69921ffe267 19:18:06 Step 3/23 : WORKDIR /edgex-go 19:18:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:18:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:18:06 ---> f69921ffe267 19:18:06 Step 3/26 : WORKDIR /edgex-go 19:18:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:06 Configure a credential helper to remove this warning. See 19:18:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:06 19:18:06 Login Succeeded 19:18:06 nexus3.edgexfoundry.org:10002 19:18:06 ---> Running in 3dc90114f417 19:18:06 ---> Running in b4686cd10112 19:18:06 ---> Running in 5f593c4aa89c 19:18:06 ---> Running in d8acee52b97e 19:18:06 ---> Running in 960c1f142bef 19:18:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:07 Configure a credential helper to remove this warning. See 19:18:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:07 19:18:07 Login Succeeded 19:18:07 nexus3.edgexfoundry.org:10003 19:18:07 Removing intermediate container b4686cd10112 19:18:07 ---> f154c1b969b0 19:18:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:07 Removing intermediate container 3dc90114f417 19:18:07 ---> e4aad5dea28e 19:18:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:07 Removing intermediate container d8acee52b97e 19:18:07 ---> a3074ed38096 19:18:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:07 Removing intermediate container 5f593c4aa89c 19:18:07 ---> dfcc8d5c2de4 19:18:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:07 Removing intermediate container 960c1f142bef 19:18:07 ---> fb82280248cf 19:18:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:07 ---> Running in 49d703ec7d76 19:18:07 ---> Running in 510af5468c41 19:18:07 ---> Running in 5d0b874aeb3d 19:18:07 ---> Running in 8084953759fe 19:18:07 ---> Running in b99445561ed6 19:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:08 Configure a credential helper to remove this warning. See 19:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:08 19:18:08 Login Succeeded 19:18:08 nexus3.edgexfoundry.org:10004 19:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:08 Configure a credential helper to remove this warning. See 19:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:08 19:18:08 Login Succeeded 19:18:08 docker.io 19:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:09 Configure a credential helper to remove this warning. See 19:18:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:09 19:18:09 Login Succeeded 19:18:09 ---> docker-login.sh ends [Pipeline] } 19:18:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:18:10 ========================================================= 19:18:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:18:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:18:10 + 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 . 19:18:10 Removing intermediate container 510af5468c41 19:18:10 ---> 1622cb0a57e1 19:18:10 Step 5/26 : RUN apk add --update --no-cache make bash git 19:18:10 Removing intermediate container 49d703ec7d76 19:18:10 ---> 6e2e9c1b576f 19:18:10 Step 5/23 : RUN apk add --update --no-cache make git 19:18:10 Removing intermediate container 8084953759fe 19:18:10 ---> 8ff915ac6a6a 19:18:10 Step 5/24 : RUN apk add --update --no-cache make git 19:18:10 Removing intermediate container 5d0b874aeb3d 19:18:10 ---> 3254aaab55d5 19:18:10 Step 5/23 : RUN apk add --update --no-cache make git 19:18:10 ---> Running in 87b9c0061d2a 19:18:10 Removing intermediate container b99445561ed6 19:18:10 ---> 504699d62994 19:18:10 Step 5/31 : RUN apk add --update --no-cache make git 19:18:10 ---> Running in 8e0906ab9797 19:18:10 ---> Running in b2bc682fbe82 19:18:10 ---> Running in a0582b047984 19:18:10 ---> Running in 62872177a9d5 19:18:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:12 OK: 233 MiB in 51 packages 19:18:13 OK: 233 MiB in 51 packages 19:18:13 OK: 233 MiB in 51 packages 19:18:13 OK: 233 MiB in 51 packages 19:18:13 Removing intermediate container 87b9c0061d2a 19:18:13 ---> 785ff6344d6c 19:18:13 Step 6/26 : COPY go.mod . 19:18:13 OK: 233 MiB in 51 packages 19:18:13 Sending build context to Docker daemon 166.9MB 19:18:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:18:13 Step 2/6 : FROM ${BASE} 19:18:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:18:13 5f621e34cdf4: Pulling fs layer 19:18:13 a4357932f1b6: Pulling fs layer 19:18:13 18c013af1878: Pulling fs layer 19:18:13 00ac8860ef70: Pulling fs layer 19:18:13 63d7cb157983: Pulling fs layer 19:18:13 b116817d02f9: Pulling fs layer 19:18:13 745a02a5169b: Pulling fs layer 19:18:13 00ac8860ef70: Waiting 19:18:13 63d7cb157983: Waiting 19:18:13 b116817d02f9: Waiting 19:18:13 745a02a5169b: Waiting 19:18:13 18c013af1878: Verifying Checksum 19:18:13 18c013af1878: Download complete 19:18:13 a4357932f1b6: Verifying Checksum 19:18:13 a4357932f1b6: Download complete 19:18:13 63d7cb157983: Download complete 19:18:13 b116817d02f9: Verifying Checksum 19:18:13 b116817d02f9: Download complete 19:18:13 5f621e34cdf4: Verifying Checksum 19:18:13 5f621e34cdf4: Download complete 19:18:13 Removing intermediate container 8e0906ab9797 19:18:13 ---> 28834aff6f9d 19:18:13 Step 6/23 : COPY go.mod . 19:18:13 ---> 486a36b464ae 19:18:13 Step 7/26 : RUN go mod download 19:18:13 ---> Running in c7936d0d51de 19:18:14 5f621e34cdf4: Pull complete 19:18:14 ---> a11fad96f4c3 19:18:14 Step 7/23 : RUN go mod download 19:18:14 Removing intermediate container b2bc682fbe82 19:18:14 ---> cb403cf7f436 19:18:14 Step 6/23 : COPY go.mod . 19:18:14 ---> Running in 06164f0f0c21 19:18:14 a4357932f1b6: Pull complete 19:18:14 Removing intermediate container 62872177a9d5 19:18:14 ---> 2d4703f074b5 19:18:14 Step 6/31 : COPY go.mod . 19:18:14 Removing intermediate container a0582b047984 19:18:14 ---> af2300a1c6f6 19:18:14 Step 6/24 : COPY go.mod . 19:18:14 ---> 42c76bd6e302 19:18:14 Step 7/23 : RUN go mod download 19:18:14 ---> Running in 47141678836b 19:18:14 ---> e67d35d61595 19:18:14 Step 7/31 : RUN go mod download 19:18:15 ---> Running in 9861165b0fd6 19:18:15 ---> 3de4f92b9809 19:18:15 Step 7/24 : RUN go mod download 19:18:15 18c013af1878: Pull complete 19:18:15 ---> Running in 6aa79ca566da 19:18:15 745a02a5169b: Verifying Checksum 19:18:15 745a02a5169b: Download complete 19:18:16 Removing intermediate container c7936d0d51de 19:18:16 ---> 3ba18175c25c 19:18:16 Step 8/26 : COPY . . 19:18:16 Removing intermediate container 06164f0f0c21 19:18:16 ---> 36ac2ac79a3e 19:18:16 Step 8/23 : COPY . . 19:18:16 00ac8860ef70: Verifying Checksum 19:18:16 00ac8860ef70: Download complete 19:18:17 Removing intermediate container 47141678836b 19:18:17 ---> d0bccabcd006 19:18:17 Step 8/23 : COPY . . 19:18:25 Removing intermediate container 9861165b0fd6 19:18:25 ---> 9315eaa68681 19:18:25 Step 8/31 : COPY . . 19:18:25 Removing intermediate container 6aa79ca566da 19:18:25 ---> 368b96b0fbdc 19:18:25 Step 8/24 : COPY . . 19:18:27 00ac8860ef70: Pull complete 19:18:27 63d7cb157983: Pull complete 19:18:27 b116817d02f9: Pull complete 19:18:31 745a02a5169b: Pull complete 19:18:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:18:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:18:31 ---> b7e6874047d6 19:18:31 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 19:18:34 ---> Running in d1ae679c735d 19:18:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:18:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:18:37 (1/12) Installing libmagic (5.38-r0) 19:18:37 (2/12) Installing file (5.38-r0) 19:18:37 (3/12) Installing libc-dev (0.7.2-r3) 19:18:37 (4/12) Installing g++ (9.3.0-r2) 19:18:56 (5/12) Installing fortify-headers (1.1-r0) 19:18:56 (6/12) Installing patch (2.7.6-r6) 19:18:56 (7/12) Installing build-base (0.5-r2) 19:18:56 (8/12) Installing libsodium (1.0.18-r0) 19:18:56 (9/12) Installing pkgconf (1.7.2-r0) 19:18:56 (10/12) Installing libsodium-dev (1.0.18-r0) 19:18:56 (11/12) Installing libzmq (4.3.3-r0) 19:18:56 (12/12) Installing zeromq-dev (4.3.3-r0) 19:18:56 Executing busybox-1.31.1-r19.trigger 19:18:56 OK: 217 MiB in 51 packages 19:18:58 ---> de1035964edb 19:18:58 Step 9/23 : RUN make cmd/core-command/core-command 19:19:00 ---> ae4fad1d7fe7 19:19:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:19:01 Removing intermediate container d1ae679c735d 19:19:01 ---> 60d12586462d 19:19:01 Step 4/6 : WORKDIR /edgex-go 19:19:01 ---> Running in 4760c0ddd902 19:19:01 Removing intermediate container 4760c0ddd902 19:19:01 ---> 00dbaa6842a0 19:19:01 Step 5/6 : COPY go.mod . 19:19:01 ---> 172b815b5661 19:19:01 Step 6/6 : RUN go mod download 19:19:01 ---> Running in 74d92f72e29e 19:19:02 ---> Running in 780215d70891 19:19:03 ---> Running in 46291b9a860a 19:19:03 ---> b9a984b259bf 19:19:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:19:04 ---> Running in a33bdb2fbb17 19:19:04 ---> e7d610e0d3d3 19:19:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:19:04 ---> 960e50db02e4 19:19:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:19:04 ---> Running in 34bc917b6988 19:19:04 ---> Running in 7d0ed7f4c81f 19:19:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:19:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:19:05 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 19:19:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:19:05 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 19:19:29 Removing intermediate container 780215d70891 19:19:29 ---> a74f436ff28d 19:19:29 Successfully built a74f436ff28d 19:19:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:19:29 + docker inspect -f . ci-base-image-arm64 19:19:29 . [Pipeline] withDockerContainer 19:19:29 prd-ubuntu18.04-docker-arm64-4c-16g-30609 does not seem to be running inside a container 19:19:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:19:31 $ docker top 3d303681d42013dcf6a10d4e3446b21d4c12544a6f98c417035e0978306c3081 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:32 + go version 19:19:32 go version go1.15.5 linux/arm64 [Pipeline] } 19:19:32 $ docker stop --time=1 3d303681d42013dcf6a10d4e3446b21d4c12544a6f98c417035e0978306c3081 19:19:32 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 19:19:34 $ docker rm -f 3d303681d42013dcf6a10d4e3446b21d4c12544a6f98c417035e0978306c3081 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:19:35 + docker inspect -f . ci-base-image-arm64 19:19:35 . [Pipeline] withDockerContainer 19:19:35 prd-ubuntu18.04-docker-arm64-4c-16g-30609 does not seem to be running inside a container 19:19:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:19:37 $ docker top 4536fef328c20e14994cf29a50c5495f7edcd1ef952e42a368299f68996b7eb0 -eo pid,comm [Pipeline] { [Pipeline] echo 19:19:37 ========================================================= 19:19:37 [edgeXBuildGoParallel] Running Tests and Build... 19:19:37 ========================================================= [Pipeline] sh 19:19:38 + make test 19:19:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:19:44 Removing intermediate container 46291b9a860a 19:19:44 ---> f76e8b5f5d8f 19:19:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:19:44 Removing intermediate container 7d0ed7f4c81f 19:19:44 ---> bfc4fc36e169 19:19:44 19:19:44 Step 10/31 : FROM alpine:3.12 19:19:44 Removing intermediate container 34bc917b6988 19:19:44 ---> b90a2a4b9380 19:19:44 19:19:44 Step 10/24 : FROM alpine:3.12 19:19:44 Removing intermediate container 74d92f72e29e 19:19:44 ---> 060434a1e5ca 19:19:44 19:19:44 Step 10/23 : FROM alpine:3.12 19:19:44 ---> Running in 94d3f67cbf78 19:19:44 3.12: Pulling from library/alpine 19:19:44 3.12: Pulling from library/alpine 19:19:44 3.12: Pulling from library/alpine 19:19:45 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:45 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:45 Status: Downloaded newer image for alpine:3.12 19:19:45 Status: Image is up to date for alpine:3.12 19:19:45 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:45 Status: Image is up to date for alpine:3.12 19:19:45 ---> 88dd2752d2ea 19:19:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:19:45 ---> 88dd2752d2ea 19:19:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:19:45 ---> 88dd2752d2ea 19:19:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:19:45 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 19:19:47 ---> Running in c7be0e349082 19:19:47 ---> Running in fdd5ffbd0f7c 19:19:47 ---> Running in c7ee271f13a6 19:19:47 Removing intermediate container a33bdb2fbb17 19:19:47 ---> 8c036e07f9c5 19:19:47 19:19:47 Step 10/23 : FROM alpine:3.12 19:19:47 ---> 88dd2752d2ea 19:19:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:19:47 ---> Running in e8704a42a99e 19:19:48 Removing intermediate container fdd5ffbd0f7c 19:19:48 ---> 111c86ee38b8 19:19:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:19:48 Removing intermediate container 94d3f67cbf78 19:19:48 ---> f9c34f69bc00 19:19:48 19:19:48 Step 11/26 : FROM docker:20.10.0 19:19:48 20.10.0: Pulling from library/docker 19:19:48 ---> Running in 623c1f246003 19:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:49 (1/5) Installing ca-certificates (20191127-r4) 19:19:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:19:49 (3/5) Installing libcurl (7.69.1-r3) 19:19:49 (4/5) Installing curl (7.69.1-r3) 19:19:49 (5/5) Installing dumb-init (1.2.2-r1) 19:19:49 Executing busybox-1.31.1-r19.trigger 19:19:49 Executing ca-certificates-20191127-r4.trigger 19:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:49 OK: 7 MiB in 19 packages 19:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:49 (1/1) Installing dumb-init (1.2.2-r1) 19:19:49 Executing busybox-1.31.1-r19.trigger 19:19:49 OK: 6 MiB in 15 packages 19:19:49 (1/1) Installing dumb-init (1.2.2-r1) 19:19:49 Executing busybox-1.31.1-r19.trigger 19:19:49 OK: 6 MiB in 15 packages 19:19:49 (1/2) Installing dumb-init (1.2.2-r1) 19:19:49 (2/2) Installing su-exec (0.2-r1) 19:19:49 Executing busybox-1.31.1-r19.trigger 19:19:49 OK: 6 MiB in 16 packages 19:19:52 Removing intermediate container c7ee271f13a6 19:19:52 ---> 1b0a04987a4c 19:19:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:19:52 Removing intermediate container c7be0e349082 19:19:52 ---> c2b1846fde46 19:19:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:19:52 Removing intermediate container e8704a42a99e 19:19:52 ---> e8c4a810702b 19:19:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:19:52 ---> Running in 268963defc94 19:19:52 Removing intermediate container 623c1f246003 19:19:52 ---> 4e7240433777 19:19:52 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:19:52 ---> Running in 702ffaf69a9b 19:19:52 ---> Running in 07587eee3e29 19:19:52 ---> Running in bfd2ab3f4025 19:19:52 Removing intermediate container 702ffaf69a9b 19:19:52 ---> 961329952bfe 19:19:52 Step 13/24 : WORKDIR / 19:19:52 Removing intermediate container 268963defc94 19:19:52 ---> df91b382e821 19:19:52 Step 13/23 : ENV APP_PORT=48082 19:19:52 Removing intermediate container 07587eee3e29 19:19:52 ---> e9798c2c277f 19:19:52 Step 13/23 : ENV APP_PORT=48081 19:19:53 Removing intermediate container bfd2ab3f4025 19:19:53 ---> 70a7b2198226 19:19:53 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:19:53 ---> Running in c428083e8e49 19:19:53 ---> Running in 09946612db7d 19:19:54 ---> Running in dd973f146f7b 19:19:54 ---> Running in ce426cf26e83 19:19:54 Removing intermediate container 09946612db7d 19:19:54 ---> 3460d1d4dc48 19:19:54 Step 14/23 : EXPOSE $APP_PORT 19:19:54 Removing intermediate container dd973f146f7b 19:19:54 ---> 896f0fac39b9 19:19:54 Step 14/23 : EXPOSE $APP_PORT 19:19:54 Removing intermediate container c428083e8e49 19:19:54 ---> cb51dd5abaa0 19:19:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:19:54 ---> Running in c1919666a89b 19:19:54 Removing intermediate container ce426cf26e83 19:19:54 ---> cc6d6d4383e9 19:19:54 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:19:54 ---> Running in 6a0501e723fd 19:19:54 ---> Running in 70ed859beed5 19:19:54 Removing intermediate container c1919666a89b 19:19:54 ---> bcb0b73beea7 19:19:54 Step 15/23 : WORKDIR / 19:19:54 Removing intermediate container 6a0501e723fd 19:19:54 ---> 7341f36a54fa 19:19:54 Step 15/23 : WORKDIR / 19:19:55 ---> Running in 2cc9477f5fe5 19:19:55 ---> 5e72bc8d8ed1 19:19:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:19:55 ---> Running in f45f0e1999b3 19:19:55 Removing intermediate container 2cc9477f5fe5 19:19:55 ---> 956543c2f083 19:19:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:55 ---> 8cd618f0f11b 19:19:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:19:55 Removing intermediate container f45f0e1999b3 19:19:55 ---> 6e4df31299f1 19:19:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:55 ---> 4ecbd2cabb66 19:19:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:19:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:19:56 ---> 184c705e628a 19:19:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:19:56 Status: Downloaded newer image for docker:20.10.0 19:19:56 ---> aefe523efa57 19:19:56 Step 12/26 : RUN apk add --no-cache bash 19:19:56 ---> 004638f2efa0 19:19:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:19:56 ---> Running in ab7aeda3bc9d 19:19:56 Removing intermediate container 70ed859beed5 19:19:56 ---> 8af100f87b59 19:19:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:19:56 ---> Running in 6fd2d9126a66 19:19:56 ---> f55127b96757 19:19:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:19:56 ---> 5c619b8d2d77 19:19:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:19:56 ---> f5104d1ba17b 19:19:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:19:56 Removing intermediate container 6fd2d9126a66 19:19:56 ---> 42ca9f6396b6 19:19:56 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:57 (1/2) Installing readline (8.0.4-r0) 19:19:57 (2/2) Installing bash (5.0.17-r0) 19:19:57 Executing bash-5.0.17-r0.post-install 19:19:57 Executing busybox-1.31.1-r19.trigger 19:19:57 OK: 12 MiB in 22 packages 19:19:57 ---> 3d13d6d47b5d 19:19:57 Step 19/23 : ENTRYPOINT ["/core-command"] 19:19:57 ---> Running in 56f9f172ebce 19:19:57 ---> bb7003cc193a 19:19:57 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:19:57 ---> 6ee2e5d16cf8 19:19:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:19:58 ---> 502343f4349d 19:19:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:19:58 ---> Running in 825b841448e2 19:19:58 ---> Running in e9cdb5688482 19:19:58 Removing intermediate container 56f9f172ebce 19:19:58 ---> 40652bdd1b2b 19:19:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:58 Removing intermediate container ab7aeda3bc9d 19:19:58 ---> 37d85b037169 19:19:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:19:58 ---> 7cd68276e8d5 19:19:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:19:58 ---> Running in 5b0a0d9f4c83 19:19:58 ---> Running in 89686bea1d20 19:19:58 Removing intermediate container e9cdb5688482 19:19:58 ---> 4081579ee812 19:19:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:58 ---> Running in 9f3a928dd966 19:19:59 ---> Running in 6299a5d7bb75 19:19:59 Removing intermediate container 89686bea1d20 19:19:59 ---> e2d4e79e5d78 19:19:59 Step 14/26 : ENV APP_PORT=48090 19:19:59 Removing intermediate container 5b0a0d9f4c83 19:19:59 ---> 755e40f50fc6 19:19:59 Step 21/23 : LABEL arch=x86_64 19:20:00 ---> Running in f86acb8c431c 19:20:00 ---> Running in d3efce81d27c 19:20:00 Removing intermediate container 6299a5d7bb75 19:20:00 ---> b726d45ba770 19:20:00 Step 21/23 : LABEL arch=x86_64 19:20:00 ---> Running in f5bc47d4bf84 19:20:00 Removing intermediate container f86acb8c431c 19:20:00 ---> e1393b2dc9af 19:20:00 Step 15/26 : EXPOSE $APP_PORT 19:20:00 ? github.com/edgexfoundry/edgex-go [no test files] 19:20:00 Removing intermediate container d3efce81d27c 19:20:00 ---> 1781232f823d 19:20:00 Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:20:00 ---> Running in 896ec211235d 19:20:00 ---> Running in f451c97f5b8c 19:20:00 Removing intermediate container 825b841448e2 19:20:00 ---> 5f5e0fe84020 19:20:00 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:00 Removing intermediate container f5bc47d4bf84 19:20:00 ---> 90b1a099202e 19:20:00 Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:20:00 ---> Running in 288e407d2d9e 19:20:01 Removing intermediate container f451c97f5b8c 19:20:01 ---> 63b566c8c702 19:20:01 Step 23/23 : LABEL version=0.0.0 19:20:01 Removing intermediate container 896ec211235d 19:20:01 ---> 0aeba7f17891 19:20:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:20:01 Removing intermediate container 9f3a928dd966 19:20:01 ---> 367fd2a2dc38 19:20:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:20:01 ---> 5dea05d91a0c 19:20:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:20:01 ---> Running in e8c348792493 19:20:01 Removing intermediate container 288e407d2d9e 19:20:01 ---> 8f8e5a5f9968 19:20:01 Step 23/23 : LABEL version=0.0.0 19:20:01 ---> Running in dcb9890a5960 19:20:01 ---> Running in 3e2b4c1dc864 19:20:01 Removing intermediate container e8c348792493 19:20:01 ---> 5fe88710579e 19:20:01 19:20:01 Removing intermediate container dcb9890a5960 19:20:01 ---> 3cc376a0a777 19:20:01 Step 22/24 : LABEL arch=x86_64 19:20:02 ---> c1ce1b690042 19:20:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:20:02 Successfully built 5fe88710579e 19:20:02 ---> Running in 8a9c36f7439f 19:20:02 ---> a0dc588d2cdd 19:20:02 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:20:02 Successfully tagged docker-core-command-go:latest 19:20:02 Building docker-core-data-go 19:20:02  Building docker-core-command-go ... done Removing intermediate container 3e2b4c1dc864 19:20:02 ---> 43e70f1f9f68 19:20:02 19:20:02 ---> c89bce8ce9f6 19:20:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:20:02 Removing intermediate container 8a9c36f7439f 19:20:02 ---> cf478129cf03 19:20:02 Step 23/24 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:20:02 Successfully built 43e70f1f9f68 19:20:02 ---> 3ca2b0d4d2a6 19:20:02 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:20:02 Successfully tagged docker-core-metadata-go:latest 19:20:02  Building docker-core-metadata-go ... done Building docker-support-notifications-go 19:20:02 ---> Running in 80ae31756781 19:20:02 ---> fc8068b41010 19:20:02 Step 19/26 : RUN apk --no-cache add py3-pip 19:20:02 ---> c96b601e557b 19:20:02 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:20:02 ---> Running in 559d54037ed4 19:20:02 Removing intermediate container 80ae31756781 19:20:02 ---> b170a96c7ca2 19:20:02 Step 24/24 : LABEL version=0.0.0 19:20:03 ---> Running in 744e3c40e523 19:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:06 (1/33) Installing libbz2 (1.0.8-r1) 19:20:06 (2/33) Installing expat (2.2.9-r1) 19:20:06 (3/33) Installing libffi (3.3-r2) 19:20:06 (4/33) Installing gdbm (1.13-r1) 19:20:06 (5/33) Installing xz-libs (5.2.5-r0) 19:20:06 (6/33) Installing sqlite-libs (3.32.1-r0) 19:20:06 (7/33) Installing python3 (3.8.8-r0) 19:20:11 ---> 35183c5c6727 19:20:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:20:13 Removing intermediate container 744e3c40e523 19:20:13 ---> f6ef2baa0937 19:20:13 19:20:13 (8/33) Installing py3-appdirs (1.4.4-r1) 19:20:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:20:13 (10/33) Installing py3-parsing (2.4.7-r0) 19:20:13 (11/33) Installing py3-six (1.15.0-r0) 19:20:13 (12/33) Installing py3-packaging (20.4-r0) 19:20:13 (13/33) Installing py3-setuptools (47.0.0-r0) 19:20:13 ---> Running in a8d521ee484d 19:20:13 (14/33) Installing py3-chardet (3.0.4-r4) 19:20:13 (15/33) Installing py3-idna (2.9-r0) 19:20:13 Successfully built f6ef2baa0937 19:20:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:20:13 Successfully tagged docker-security-secretstore-setup-go:latest 19:20:13  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 19:20:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:20:14 (18/33) Installing py3-requests (2.23.0-r0) 19:20:14 (19/33) Installing py3-msgpack (1.0.0-r0) 19:20:14 (20/33) Installing py3-lockfile (0.12.2-r3) 19:20:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:20:14 (22/33) Installing py3-colorama (0.4.3-r0) 19:20:15 (23/33) Installing py3-distlib (0.3.0-r0) 19:20:16 (24/33) Installing py3-distro (1.5.0-r1) 19:20:16 (25/33) Installing py3-webencodings (0.5.1-r3) 19:20:16 (26/33) Installing py3-html5lib (1.0.1-r4) 19:20:20 (27/33) Installing py3-pytoml (0.1.21-r0) 19:20:21 (28/33) Installing py3-pep517 (0.8.2-r0) 19:20:21 (29/33) Installing py3-progress (1.5-r0) 19:20:21 (30/33) Installing py3-toml (0.10.1-r0) 19:20:21 Removing intermediate container a8d521ee484d 19:20:21 ---> 84944836de15 19:20:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:20:21 (31/33) Installing py3-retrying (1.3.3-r0) 19:20:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:20:21 (33/33) Installing py3-pip (20.1.1-r0) 19:20:25 Executing busybox-1.31.1-r19.trigger 19:20:25 OK: 71 MiB in 55 packages 19:20:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:20:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:28 ---> f69921ffe267 19:20:28 Step 3/23 : WORKDIR /edgex-go 19:20:28 ---> Using cache 19:20:28 ---> fb82280248cf 19:20:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:28 ---> Using cache 19:20:28 ---> 504699d62994 19:20:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:20:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:20:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:20:28 ---> f69921ffe267 19:20:28 Step 3/22 : WORKDIR /edgex-go 19:20:28 ---> Using cache 19:20:28 ---> fb82280248cf 19:20:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:28 ---> Using cache 19:20:28 ---> 504699d62994 19:20:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:20:29 ---> 428a41e6caf5 19:20:29 Step 26/31 : RUN chmod +x /entrypoint.sh 19:20:32 ---> Running in 66655025752f 19:20:32 ---> Running in a028d6749090 19:20:32 ---> Running in afd954885ee9 19:20:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:20:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:20:35 ---> f69921ffe267 19:20:35 Step 3/22 : WORKDIR /edgex-go 19:20:35 ---> Using cache 19:20:35 ---> fb82280248cf 19:20:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:35 ---> Using cache 19:20:35 ---> 504699d62994 19:20:35 Step 5/22 : RUN apk add --update --no-cache make git 19:20:35 ---> Using cache 19:20:35 ---> 2d4703f074b5 19:20:35 Step 6/22 : COPY go.mod . 19:20:35 ---> Using cache 19:20:35 ---> e67d35d61595 19:20:35 Step 7/22 : RUN go mod download 19:20:35 ---> Using cache 19:20:35 ---> 9315eaa68681 19:20:35 Step 8/22 : COPY . . 19:20:35 ---> Using cache 19:20:35 ---> e7d610e0d3d3 19:20:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:20:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:36 OK: 233 MiB in 51 packages 19:20:36 ---> Running in 5d67218adf08 19:20:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:38 OK: 233 MiB in 51 packages 19:20:38 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 19:20:38 Removing intermediate container 66655025752f 19:20:38 ---> 1f899031595f 19:20:38 Step 6/22 : COPY go.mod . 19:20:39 Removing intermediate container afd954885ee9 19:20:39 ---> 4e30cd95e798 19:20:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:20:40 ---> 2e8ff3d3b08f 19:20:40 Step 7/22 : RUN go mod download 19:20:41 ---> Running in 6b8f38535078 19:20:41 Removing intermediate container a028d6749090 19:20:41 ---> c4d89d3652fe 19:20:41 Step 6/23 : COPY go.mod . 19:20:41 ---> Running in 9ce1b14fd872 19:20:43 Removing intermediate container 6b8f38535078 19:20:43 ---> de93da510a14 19:20:43 Step 28/31 : CMD ["gate"] 19:20:43 ---> 38fc57fe2303 19:20:43 Step 7/23 : RUN go mod download 19:20:44 ---> Running in c86aff2306f0 19:20:44 ---> Running in 7edb0e501068 19:20:44 Removing intermediate container 559d54037ed4 19:20:44 ---> a1772f87ae41 19:20:44 Step 20/26 : RUN pip install docker-compose==1.23.2 19:20:44 ---> Running in e07d70bebf45 19:20:46 Removing intermediate container 7edb0e501068 19:20:46 ---> c52e31e43890 19:20:46 Step 29/31 : LABEL arch=x86_64 19:20:46 ---> Running in c74bc31348cd 19:20:47 Removing intermediate container c74bc31348cd 19:20:47 ---> e2d96ae25be6 19:20:47 Step 30/31 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:20:47 ---> Running in 8e67b42a3129 19:20:47 Removing intermediate container 9ce1b14fd872 19:20:47 ---> d1a39ea49ac1 19:20:47 Step 8/22 : COPY . . 19:20:47 Removing intermediate container c86aff2306f0 19:20:47 ---> b8ee45b82c51 19:20:47 Step 8/23 : COPY . . 19:20:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:20:47 Removing intermediate container 8e67b42a3129 19:20:47 ---> 1440d4fbff64 19:20:47 Step 31/31 : LABEL version=0.0.0 19:20:48 ---> Running in d655830d670c 19:20:48 Collecting docker-compose==1.23.2 19:20:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:20:50 Collecting docopt<0.7,>=0.6.1 19:20:50 Downloading docopt-0.6.2.tar.gz (25 kB) 19:20:51 Removing intermediate container d655830d670c 19:20:51 ---> 6cc7373c1bc9 19:20:51 19:20:55 Collecting cached-property<2,>=1.2.0 19:20:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:20:55 Successfully built 6cc7373c1bc9 19:20:55 Successfully tagged docker-security-bootstrapper-go:latest 19:20:55  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 19:20:56 Collecting websocket-client<1.0,>=0.32.0 19:20:56 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:20:58 Collecting dockerpty<0.5,>=0.4.1 19:20:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:21:01 Collecting PyYAML<4,>=3.10 19:21:01 Downloading PyYAML-3.13.tar.gz (270 kB) 19:21:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:21:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:21:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:21:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:21:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:21:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:21:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:21:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:21:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:21:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:21:07 Collecting docker<4.0,>=3.6.0 19:21:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:21:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:21:08 Collecting jsonschema<3,>=2.5.1 19:21:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:21:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:21:09 Collecting texttable<0.10,>=0.9.0 19:21:09 Downloading texttable-0.9.1.tar.gz (11 kB) 19:21:11 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) 19:21:11 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) 19:21:11 Collecting idna<2.8,>=2.5 19:21:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:21:12 Collecting urllib3<1.25,>=1.21.1 19:21:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:21:13 Collecting docker-pycreds>=0.4.0 19:21:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:21:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:21:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:21:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:21:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:21:13 Installing collected packages: docopt, cached-property, websocket-client, dockerpty, PyYAML, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, docker-compose 19:21:13 Running setup.py install for docopt: started 19:21:15 Running setup.py install for docopt: finished with status 'done' 19:21:17 Running setup.py install for dockerpty: started 19:21:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:21:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:21:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:21:18 Running setup.py install for dockerpty: finished with status 'done' 19:21:18 Running setup.py install for PyYAML: started 19:21:19 Running setup.py install for PyYAML: finished with status 'done' 19:21:19 Attempting uninstall: idna 19:21:19 Found existing installation: idna 2.9 19:21:19 Uninstalling idna-2.9: 19:21:19 Successfully uninstalled idna-2.9 19:21:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:21:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:21:21 ---> f69921ffe267 19:21:21 Step 3/21 : WORKDIR /edgex-go 19:21:21 ---> Using cache 19:21:21 ---> fb82280248cf 19:21:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:21 ---> Using cache 19:21:21 ---> 504699d62994 19:21:21 Step 5/21 : RUN apk add --update --no-cache make git 19:21:21 ---> Using cache 19:21:21 ---> 2d4703f074b5 19:21:21 Step 6/21 : COPY go.mod . 19:21:21 ---> Using cache 19:21:21 ---> e67d35d61595 19:21:21 Step 7/21 : RUN go mod download 19:21:21 ---> Using cache 19:21:21 ---> 9315eaa68681 19:21:21 Step 8/21 : COPY . . 19:21:21 ---> Using cache 19:21:21 ---> e7d610e0d3d3 19:21:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.273s coverage: 45.9% of statements 19:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:21:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.112s coverage: 19.8% of statements 19:21:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements 19:21:23 Attempting uninstall: urllib3 19:21:23 Found existing installation: urllib3 1.25.9 19:21:23 Uninstalling urllib3-1.25.9: 19:21:23 Successfully uninstalled urllib3-1.25.9 19:21:23 ---> Running in 492de9cff22c 19:21:23 Attempting uninstall: requests 19:21:23 Found existing installation: requests 2.23.0 19:21:23 Uninstalling requests-2.23.0: 19:21:23 Removing intermediate container 5d67218adf08 19:21:23 ---> 19275cc43a57 19:21:23 19:21:23 Step 10/22 : FROM alpine:3.12 19:21:23 ---> 88dd2752d2ea 19:21:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:21:23 ---> 5a4c6b13f902 19:21:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:21:23 Successfully uninstalled requests-2.23.0 19:21:23 ---> af81014bd9a5 19:21:23 Step 9/23 : RUN make cmd/core-data/core-data 19:21:23 ---> Using cache 19:21:23 ---> e8c4a810702b 19:21:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:21:23 ---> Using cache 19:21:23 ---> e9798c2c277f 19:21:23 Step 13/22 : ENV APP_PORT=48085 19:21:24 ---> Running in efd2daedc17c 19:21:24 ---> Running in 8274d264d533 19:21:24 ---> Running in dca818db42c6 19:21:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:21:24 Removing intermediate container efd2daedc17c 19:21:24 ---> 94804726535f 19:21:24 Step 14/22 : EXPOSE $APP_PORT 19:21:25 Running setup.py install for texttable: started 19:21:25 ---> Running in a83a3af31cde 19:21:26 Removing intermediate container a83a3af31cde 19:21:26 ---> 444c0f842294 19:21:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:26 Running setup.py install for texttable: finished with status 'done' 19:21:26 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 19:21:26 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 19:21:27 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 19:21:27 ---> 6b904aa44c23 19:21:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:21:29 ---> 4f8eb0e5ec1c 19:21:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:21:29 ---> 07a0bea13450 19:21:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:21:29 ---> Running in 1f416f8a7418 19:21:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.601s coverage: 27.1% of statements 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:21:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.133s coverage: 100.0% of statements 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:21:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.157s coverage: 100.0% of statements 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:21:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 71.3% of statements 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:21:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:21:31 Removing intermediate container 1f416f8a7418 19:21:31 ---> 300029b577a7 19:21:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:32 ---> Running in b5743e7ee8ca 19:21:32 Removing intermediate container e07d70bebf45 19:21:32 ---> 26f7ff5ee780 19:21:32 Step 21/26 : RUN apk --no-cache add curl 19:21:32 ---> Running in f346c591b387 19:21:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.518s coverage: 82.9% of statements 19:21:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:21:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:21:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.188s coverage: 78.9% of statements 19:21:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:21:32 Removing intermediate container b5743e7ee8ca 19:21:32 ---> b96037bacc53 19:21:32 Step 20/22 : LABEL arch=x86_64 19:21:32 ---> Running in 942dad7594c2 19:21:33 Removing intermediate container 942dad7594c2 19:21:33 ---> 7f1eaf899df4 19:21:33 Step 21/22 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:21:33 ---> Running in 420dce011f19 19:21:33 Removing intermediate container 420dce011f19 19:21:33 ---> dd12d50809f9 19:21:33 Step 22/22 : LABEL version=0.0.0 19:21:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:33 ---> Running in 8d436e9e213a 19:21:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:34 Removing intermediate container 8d436e9e213a 19:21:34 ---> dd1089573a18 19:21:34 19:21:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:21:34 (2/3) Installing libcurl (7.69.1-r3) 19:21:34 (3/3) Installing curl (7.69.1-r3) 19:21:34 Executing busybox-1.31.1-r19.trigger 19:21:34 OK: 72 MiB in 58 packages 19:21:35 Successfully built dd1089573a18 19:21:35 Successfully tagged docker-support-scheduler-go:latest 19:21:37  Building docker-support-scheduler-go ... done Removing intermediate container f346c591b387 19:21:37 ---> d9ebf7114a18 19:21:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:21:37 ---> Running in 931058d67627 19:21:38 Removing intermediate container 931058d67627 19:21:38 ---> 439e5c5466f7 19:21:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:38 ---> Running in 8d12c2faa9da 19:21:39 Removing intermediate container 8d12c2faa9da 19:21:39 ---> 1cbc6b153aa6 19:21:39 Step 24/26 : LABEL arch=x86_64 19:21:39 ---> Running in 35443acae798 19:21:39 Removing intermediate container 35443acae798 19:21:39 ---> 2ccbaf3bcdcd 19:21:39 Step 25/26 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:21:39 ---> Running in e55d76930e35 19:21:39 Removing intermediate container e55d76930e35 19:21:39 ---> aabe159f11d4 19:21:39 Step 26/26 : LABEL version=0.0.0 19:21:40 ---> Running in ec0164f895c6 19:21:40 Removing intermediate container ec0164f895c6 19:21:40 ---> e2d448accf53 19:21:40 19:21:41 Successfully built e2d448accf53 19:21:41 Successfully tagged docker-sys-mgmt-agent-go:latest 19:21:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:21:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:21:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:21:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.302s coverage: 86.7% of statements 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:21:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:21:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:21:46  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 19:21:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.243s coverage: 92.8% of statements 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:21:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:21:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:21:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 47.1% of statements 19:21:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements 19:21:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 19:21:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 19:21:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements 19:21:55 Removing intermediate container 492de9cff22c 19:21:55 ---> 4e15f9e2cd12 19:21:55 19:21:55 Step 10/21 : FROM alpine:3.12 19:21:55 ---> 88dd2752d2ea 19:21:55 Step 11/21 : RUN apk add --update --no-cache curl 19:21:55 Removing intermediate container dca818db42c6 19:21:55 ---> 863257f76611 19:21:55 19:21:55 Step 10/22 : FROM alpine:3.12 19:21:55 ---> 88dd2752d2ea 19:21:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:21:55 ---> Running in 24a01dc28dba 19:21:55 ---> Running in c69bfef1a236 19:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:55 (1/4) Installing ca-certificates (20191127-r4) 19:21:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:21:55 (3/4) Installing libcurl (7.69.1-r3) 19:21:55 (4/4) Installing curl (7.69.1-r3) 19:21:55 Executing busybox-1.31.1-r19.trigger 19:21:55 Executing ca-certificates-20191127-r4.trigger 19:21:55 (1/2) Installing ca-certificates (20191127-r4) 19:21:55 OK: 7 MiB in 18 packages 19:21:55 (2/2) Installing dumb-init (1.2.2-r1) 19:21:55 Executing busybox-1.31.1-r19.trigger 19:21:55 Executing ca-certificates-20191127-r4.trigger 19:21:55 OK: 6 MiB in 16 packages 19:21:59 Removing intermediate container 8274d264d533 19:21:59 ---> a52e8957d98e 19:21:59 19:21:59 Step 10/23 : FROM alpine:3.12 19:21:59 ---> 88dd2752d2ea 19:21:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:21:59 ---> Running in 0d7c4e001828 19:21:59 Removing intermediate container 24a01dc28dba 19:21:59 ---> 24fb06b613ac 19:21:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:21:59 Removing intermediate container c69bfef1a236 19:21:59 ---> 5a69c3263277 19:21:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:21:59 ---> Running in d4fcf80b6fd3 19:21:59 ---> Running in be27feb6ee4b 19:21:59 Removing intermediate container 0d7c4e001828 19:21:59 ---> 009b1aea27a1 19:21:59 Step 12/23 : ENV APP_PORT=48080 19:21:59 ---> Running in 0c74447a58ed 19:21:59 Removing intermediate container be27feb6ee4b 19:21:59 Removing intermediate container d4fcf80b6fd3 19:21:59 ---> d96157dc018d 19:21:59 ---> 59aaee8a207c 19:21:59 Step 13/22 : ENV APP_PORT=48060Step 13/21 : WORKDIR /edgex 19:21:59 19:22:00 ---> Running in 5b2fc03b028d 19:22:00 ---> Running in 83b80175c6cd 19:22:00 Removing intermediate container 0c74447a58ed 19:22:00 ---> 9e2b5bf1829c 19:22:00 Step 13/23 : EXPOSE $APP_PORT 19:22:00 ---> Running in e840d03d3980 19:22:00 Removing intermediate container 83b80175c6cd 19:22:00 ---> e474b3882d8c 19:22:00 Step 14/22 : EXPOSE $APP_PORT 19:22:00 Removing intermediate container 5b2fc03b028d 19:22:00 ---> 782065732306 19:22:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:22:00 ---> Running in a435603fec0e 19:22:00 Removing intermediate container e840d03d3980 19:22:00 ---> 49b68236d731 19:22:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:00 ---> Running in 9f268cbf3d68 19:22:00 Removing intermediate container a435603fec0e 19:22:00 ---> ad796ce67488 19:22:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:01 ---> c3edcef50b5d 19:22:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:22:01 ---> 38bf9b3cf9e0 19:22:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:22:01 ---> 0fd80a3ed647 19:22:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:22:02 ---> 2e797ecdfe32 19:22:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:22:02 Removing intermediate container 9f268cbf3d68 19:22:02 ---> cfe3959a3eeb 19:22:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:22:02 ---> 30ce16150bbd 19:22:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:22:02 ---> Running in f942a7cc6980 19:22:02 ---> f7df7f1e8e67 19:22:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:22:02 ---> Running in 3ccd9867eee9 19:22:02 ---> Running in af95e8d258a3 19:22:02 Removing intermediate container 3ccd9867eee9 19:22:02 ---> 2a5a64ab1ff9 19:22:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:03 Removing intermediate container af95e8d258a3 19:22:03 ---> 5036e2c61270 19:22:03 Step 18/21 : CMD ["--init=true"] 19:22:03 ---> Running in 1d59a65d9505 19:22:03 ---> Running in e54e974658ff 19:22:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:22:03 Removing intermediate container 1d59a65d9505 19:22:03 ---> 0bc3ef5d4729 19:22:03 Step 20/22 : LABEL arch=x86_64 19:22:03 ---> Running in 7d560725e5fb 19:22:03 Removing intermediate container e54e974658ff 19:22:03 ---> 3f8c2a8ec2f7 19:22:03 Step 19/21 : LABEL arch=x86_64 19:22:03 ---> Running in 90c85a5f8492 19:22:03 Removing intermediate container 7d560725e5fb 19:22:03 ---> de400a9045bd 19:22:03 Step 21/22 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:22:03 ---> Running in 17b28d0a1cb9 19:22:03 Removing intermediate container 90c85a5f8492 19:22:03 ---> 9c1cc9da6348 19:22:03 Step 20/21 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:22:03 ---> Running in 831632c0ae51 19:22:03 Removing intermediate container 17b28d0a1cb9 19:22:03 ---> 8e6d5bcfd840 19:22:03 Step 22/22 : LABEL version=0.0.0 19:22:03 ---> Running in d3d3e1f35274 19:22:03 Removing intermediate container 831632c0ae51 19:22:03 ---> 4d7e41f0bc4f 19:22:03 Step 21/21 : LABEL version=0.0.0 19:22:03 ---> Running in 05e172055282 19:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:22:04 Removing intermediate container d3d3e1f35274 19:22:04 ---> 4f0508b9fb8c 19:22:04 19:22:04 Removing intermediate container 05e172055282 19:22:04 ---> 9390a59aca39 19:22:04 19:22:04 Successfully built 4f0508b9fb8c 19:22:04 Successfully tagged docker-support-notifications-go:latest 19:22:05  Building docker-support-notifications-go ... done Successfully built 9390a59aca39 19:22:05 Successfully tagged docker-security-proxy-setup-go:latest 19:22:05  Building docker-security-proxy-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) 19:22:05 (2/6) Installing libgcc (9.3.0-r2) 19:22:05 (3/6) Installing libsodium (1.0.18-r0) 19:22:05 (4/6) Installing libstdc++ (9.3.0-r2) 19:22:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements 19:22:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 19:22:05 (5/6) Installing libzmq (4.3.3-r0) 19:22:05 (6/6) Installing zeromq (4.3.3-r0) 19:22:05 Executing busybox-1.31.1-r19.trigger 19:22:05 OK: 8 MiB in 20 packages 19:22:06 Removing intermediate container f942a7cc6980 19:22:06 ---> 220cb5c28e30 19:22:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:06 ---> a027dccc1d33 19:22:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:22:07 ---> b20d5a864b96 19:22:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:22:07 ---> cd267c71b475 19:22:07 Step 19/23 : ENTRYPOINT ["/core-data"] 19:22:08 ---> Running in 97e08c147e41 19:22:08 Removing intermediate container 97e08c147e41 19:22:08 ---> 4ac7bc1a13d8 19:22:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:08 ---> Running in 59317e826185 19:22:08 Removing intermediate container 59317e826185 19:22:08 ---> 5e1a52a32c6b 19:22:08 Step 21/23 : LABEL arch=x86_64 19:22:08 ---> Running in 5519997d5fda 19:22:08 Removing intermediate container 5519997d5fda 19:22:08 ---> 137d36a6bba5 19:22:08 Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:22:08 ---> Running in 8dc84cdcef1f 19:22:09 Removing intermediate container 8dc84cdcef1f 19:22:09 ---> 14ae1e8a89bb 19:22:09 Step 23/23 : LABEL version=0.0.0 19:22:09 ---> Running in 3397e5310cd0 19:22:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.300s coverage: 81.0% of statements 19:22:09 Removing intermediate container 3397e5310cd0 19:22:09 ---> 410dc7553224 19:22:09 19:22:09 Successfully built 410dc7553224 19:22:09 Successfully tagged docker-core-data-go:latest 19:22:09  Building docker-core-data-go ... done  [Pipeline] } 19:22:09 $ docker stop --time=1 22ed1bde46e331d8c2ad3a2bb965c6b8da3a80dcb5e74e10e658c287f46ba1c8 19:22:11 $ docker rm -f 22ed1bde46e331d8c2ad3a2bb965c6b8da3a80dcb5e74e10e658c287f46ba1c8 [Pipeline] // withDockerContainer [Pipeline] sh 19:22:12 + docker images 19:22:12 + grep docker 19:22:13 docker-core-data-go latest 410dc7553224 4 seconds ago 22.6MB 19:22:13 docker-security-proxy-setup-go latest 9390a59aca39 9 seconds ago 24.7MB 19:22:13 docker-support-notifications-go latest 4f0508b9fb8c 10 seconds ago 17.8MB 19:22:13 docker-sys-mgmt-agent-go latest e2d448accf53 33 seconds ago 313MB 19:22:13 docker-support-scheduler-go latest dd1089573a18 40 seconds ago 17.3MB 19:22:13 docker-security-bootstrapper-go latest 6cc7373c1bc9 About a minute ago 18.8MB 19:22:13 docker-security-secretstore-setup-go latest f6ef2baa0937 2 minutes ago 24.9MB 19:22:13 docker-core-metadata-go latest 43e70f1f9f68 2 minutes ago 19MB 19:22:13 docker-core-command-go latest 5fe88710579e 2 minutes ago 17.2MB 19:22:13 docker 20.10.0 aefe523efa57 3 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 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.139s coverage: 92.9% of statements 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 75.5% of statements 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.6% of statements 19:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.6% of statements 19:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.637s coverage: 64.4% of statements 19:22:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:22:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 19:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 19:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 19:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 19:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 19:22:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.853s coverage: 69.0% of statements 19:22:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:22:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:22:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:22:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 38.4% of statements 19:22:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:22:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:22:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.144s coverage: 89.5% of statements 19:22:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:22:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements 19:22:29 Still waiting to schedule task 19:22:29 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30610’ 19:22:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.0% of statements 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:22:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.192s coverage: 100.0% of statements 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:22:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:22:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.400s coverage: 87.1% of statements 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:22:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.173s coverage: 29.1% of statements 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.214s coverage: 96.5% of statements 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:22:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 19:22:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 19:22:42 GO111MODULE=on go vet ./... 19:24:04 gofmt -l . 19:24:04 [ "`gofmt -l .`" = "" ] 19:24:04 ./bin/test-go-mod-tidy.sh 19:24:04 ./bin/test-attribution-txt.sh [Pipeline] sh 19:24:05 + ls -al . 19:24:05 total 800 19:24:05 drwxrwxr-x 9 1001 1001 4096 Mar 19 19:24 . 19:24:05 drwxr-xr-x 4 root root 4096 Mar 19 19:19 .. 19:24:05 -rw-rw-r-- 1 1001 1001 11 Mar 19 19:17 .dockerignore 19:24:05 drwxrwxr-x 8 1001 1001 4096 Mar 19 19:17 .git 19:24:05 drwxrwxr-x 3 1001 1001 4096 Mar 19 19:17 .github 19:24:05 -rw-rw-r-- 1 1001 1001 818 Mar 19 19:17 .gitignore 19:24:05 -rw-rw-r-- 1 1001 1001 166 Mar 19 19:17 .sonarcloud.properties 19:24:05 -rw-rw-r-- 1 1001 1001 8607 Mar 19 19:17 Attribution.txt 19:24:05 -rw-rw-r-- 1 1001 1001 3804 Mar 19 19:17 CONTRIBUTING.md 19:24:05 -rw-rw-r-- 1 1001 1001 931 Mar 19 19:17 Dockerfile.build 19:24:05 -rw-rw-r-- 1 1001 1001 863 Mar 19 19:17 Jenkinsfile 19:24:05 -rw-rw-r-- 1 1001 1001 10775 Mar 19 19:17 LICENSE 19:24:05 -rw-rw-r-- 1 1001 1001 5774 Mar 19 19:17 Makefile 19:24:05 -rw-rw-r-- 1 1001 1001 6548 Mar 19 19:17 README.md 19:24:05 -rw-rw-r-- 1 1001 1001 6755 Mar 19 19:17 SECURITY.md 19:24:05 -rw-rw-r-- 1 1001 1001 5 Mar 19 19:13 VERSION 19:24:05 -rw-rw-r-- 1 1001 1001 4131 Mar 19 19:17 ZMQWindows.md 19:24:05 drwxrwxr-x 2 1001 1001 4096 Mar 19 19:17 bin 19:24:05 drwxrwxr-x 14 1001 1001 4096 Mar 19 19:17 cmd 19:24:05 -rw-r--r-- 1 root root 662611 Mar 19 19:22 coverage.out 19:24:05 -rw-r--r-- 1 root root 1055 Mar 19 19:24 go.mod 19:24:05 -rw-r--r-- 1 root root 21981 Mar 19 19:24 go.sum 19:24:05 drwxrwxr-x 8 1001 1001 4096 Mar 19 19:17 internal 19:24:05 drwxrwxr-x 4 1001 1001 4096 Mar 19 19:17 openapi 19:24:05 drwxrwxr-x 4 1001 1001 4096 Mar 19 19:17 snap 19:24:05 -rw-rw-r-- 1 1001 1001 168 Mar 19 19:17 version.go [Pipeline] sh 19:24:06 + '[' -e coverage.out ] 19:24:06 + chown 1001:1001 coverage.out [Pipeline] stash 19:24:06 Warning: overwriting stash ‘coverage-report’ 19:24:07 Stashed 1 file(s) [Pipeline] sh 19:24:08 + make build 19:24:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:24:18 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 19:24: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 19:24:45 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 19:24:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:24:51 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 19:24:56 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 19:24:57 Running on prd-ubuntu18.04-docker-8c-8g-30611 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws 19:24:57 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 19:25:01 using credential edgex-jenkins-ssh 19:25:01 Cloning the remote Git repository 19:25:01 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 19:25:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:25:01 > git init /w/workspace/edgex-go/2 # timeout=10 19:25:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:25:01 > git --version # timeout=10 19:25:01 > git --version # 'git version 2.17.1' 19:25:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:25:05 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 19:25:10 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 19:25:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:25:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:25:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:25:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:25:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:25:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:25:23 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } 19:25:23 $ docker stop --time=1 4536fef328c20e14994cf29a50c5495f7edcd1ef952e42a368299f68996b7eb0 19:25:24 Merging remotes/origin/master commit cd35e82189541566d340af614e7b672e1779e95b into PR head commit c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:25:24 Merge succeeded, producing c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:25:24 Checking out Revision c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f (PR-3273) 19:25:24 > git config core.sparsecheckout # timeout=10 19:25:24 > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 19:25:24 > git remote # timeout=10 19:25:24 > git config --get remote.origin.url # timeout=10 19:25:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:24 > git merge cd35e82189541566d340af614e7b672e1779e95b # timeout=10 19:25:24 > git rev-parse HEAD^{commit} # timeout=10 19:25:24 > git config core.sparsecheckout # timeout=10 19:25:24 > git checkout -f c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f # timeout=10 19:25:26 $ docker rm -f 4536fef328c20e14994cf29a50c5495f7edcd1ef952e42a368299f68996b7eb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 19:25:28 Commit message: "fix: Reduce the complexity of Execute()" [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { 19:25:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:25:28 19:25:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 19:25:29 + echo snap-build.sh 19:25:29 snap-build.sh 19:25:29 + SNAP_BASE_DIR=. 19:25:29 + '[' '!' -z /w/workspace/edgex-go/2 ']' 19:25:29 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 19:25:29 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 19:25:29 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 19:25:29 + cd /w/workspace/edgex-go/2 19:25:29 + sudo apt-get remove -qy --purge lxd lxd-client 19:25:29 Reading package lists... 19:25:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:25:30 Building dependency tree... 19:25:30 Reading state information... 19:25:30 The following packages were automatically installed and are no longer required: 19:25:30 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:25:30 uidmap xdelta3 19:25:30 Use 'sudo apt autoremove' to remove them. 19:25:30 latest: Pulling from edgex-devops/edgex-compose-arm64 19:25:30 29e5d40040c1: Pulling fs layer 19:25:30 1ce36da41761: Pulling fs layer 19:25:30 25b303627fd3: Pulling fs layer 19:25:30 The following packages will be REMOVED: 19:25:30 lxd* lxd-client* 19:25:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:25:30 After this operation, 31.7 MB disk space will be freed. 19:25:30 29e5d40040c1: Verifying Checksum 19:25:30 29e5d40040c1: Download complete 19:25:31 1ce36da41761: Verifying Checksum 19:25:31 1ce36da41761: Download complete 19:25:31 29e5d40040c1: Pull complete 19:25:31 (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.) 19:25:31 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:25:32 Removing lxd dnsmasq configuration 19:25:32 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:25:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:25:32 1ce36da41761: Pull complete 19:25:32 25b303627fd3: Verifying Checksum 19:25:32 25b303627fd3: Download complete 19:25:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:25:33 (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.) 19:25:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:25:35 Processing triggers for systemd (237-3ubuntu10.42) ... 19:25:35 Processing triggers for ureadahead (0.100.0-21) ... 19:25:37 + sudo snap remove --purge lxd 19:25:37 snap "lxd" is not installed 19:25:37 + sudo groupadd --force --system lxd 19:25:37 ++ whoami 19:25:37 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:25:37 + newgrp - lxd 19:25:37 + sudo snap install lxd 19:25:43 25b303627fd3: Pull complete 19:25:43 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:25:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:25:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:25:43 prd-ubuntu18.04-docker-arm64-4c-16g-30609 does not seem to be running inside a container 19:25:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:25:45 2021-03-19T19:25:43Z INFO Waiting for automatic snapd restart... 19:25:46 $ docker top fa686d27af162023943ef1f3e4ba133f14f8d72cdfe7ea0b57e58fbb08cce7cf -eo pid,comm [Pipeline] { [Pipeline] sh 19:25:47 + docker-compose build --help 19:25:47 + grep parallel 19:25:50 --parallel Build images in parallel. [Pipeline] } 19:25:51 $ docker stop --time=1 fa686d27af162023943ef1f3e4ba133f14f8d72cdfe7ea0b57e58fbb08cce7cf 19:25:53 $ docker rm -f fa686d27af162023943ef1f3e4ba133f14f8d72cdfe7ea0b57e58fbb08cce7cf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:25:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:25:54 . [Pipeline] withDockerContainer 19:25:54 prd-ubuntu18.04-docker-arm64-4c-16g-30609 does not seem to be running inside a container 19:25:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:25:56 $ docker top cb24d88524ce97e7bfe98844e8748c11e2e511658b5386a8dc590b90bb2a87e5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:25:57 + docker-compose -f ./docker-compose-build.yml build --parallel 19:26:00 lxd 4.12 from Canonical* installed 19:26:00 + sudo lxd init --auto 19:26:00 Building docker-core-command-go ... 19:26:00 Building docker-core-data-go ... 19:26:00 Building docker-core-metadata-go ... 19:26:00 Building docker-security-bootstrapper-go ... 19:26:00 Building docker-security-proxy-setup-go ... 19:26:00 Building docker-security-secretstore-setup-go ... 19:26:00 Building docker-support-notifications-go ... 19:26:00 Building docker-support-scheduler-go ... 19:26:00 Building docker-sys-mgmt-agent-go ... 19:26:00 Building docker-support-scheduler-go 19:26:00 Building docker-security-bootstrapper-go 19:26:00 Building docker-core-command-go 19:26:00 Building docker-support-notifications-go 19:26:00 Building docker-core-metadata-go 19:26:10 + sudo snap install --classic snapcraft 19:26:17 snapcraft 4.5.4 from Canonical* installed 19:26:17 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:26:17 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:26:17 % Total % Received % Xferd Average Speed Time Time Time Current 19:26:17 Dload Upload Total Spent Left Speed 19:26:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 19:26:17 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 11.7M 19:26:17 ./yq_linux_amd64 19:26:17 + sudo snapcraft prime --use-lxd 19:26:19 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:26:19 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: 19:26:19 - README.md 19:26:19 19:26:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:26:20 Launching a container. 19:26:32 Waiting for container to be ready 19:26:33 To start your first instance, try: lxc launch ubuntu:18.04 19:26:33 19:26:37 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:26:37 Waiting for network to be ready... 19:26:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:26:38 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:26:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 19:26:38 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:26:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:26:39 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:26:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:26:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:26:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:26:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:26:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:26:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 19:26:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:26:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:26:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 19:26:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 19:26:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 19:26:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 19:26:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:26:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 19:26:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 19:26:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:26:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:26:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 19:26:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 19:26:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 19:26:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 19:26:44 Fetched 24.1 MB in 6s (4299 kB/s) 19:26:44 Reading package lists... 19:26:44 Reading package lists... 19:26:45 Building dependency tree... 19:26:45 Reading state information... 19:26:45 The following additional packages will be installed: 19:26:45 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:26:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:26:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:26:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:26:45 Suggested packages: 19:26:45 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:26:45 Recommended packages: 19:26:45 gnupg libsasl2-modules 19:26:45 The following NEW packages will be installed: 19:26:45 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:26:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:26:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:26:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:26:45 The following packages will be upgraded: 19:26:45 gpg gpg-agent gpgconf libudev1 19:26:45 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:26:45 Need to get 3530 kB of archives. 19:26:45 After this operation, 13.3 MB of additional disk space will be used. 19:26:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 19:26:45 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] 19:26:45 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] 19:26:45 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 19:26:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:26:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:26:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:26:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:26:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:26:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:26:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:26:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:26:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:26:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:26:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:26:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:26:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:26:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:26:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:26:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:26:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:26:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:26:46 debconf: delaying package configuration, since apt-utils is not installed 19:26:46 Fetched 3530 kB in 1s (3404 kB/s) 19:26:46 (Reading database ... 12511 files and directories currently installed.) 19:26:46 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 19:26:46 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:26:46 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 19:26:46 Selecting previously unselected package udev. 19:26:46 (Reading database ... 12511 files and directories currently installed.) 19:26:46 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 19:26:46 Unpacking udev (237-3ubuntu10.45) ... 19:26:47 Selecting previously unselected package libfuse2:amd64. 19:26:47 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:26:47 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:26:47 Selecting previously unselected package fuse. 19:26:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:26:47 Unpacking fuse (2.9.7-1ubuntu1) ... 19:26:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:26:47 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:26:47 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:26:47 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:26:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:26:47 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:26:47 Selecting previously unselected package libksba8:amd64. 19:26:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:26:47 Unpacking libksba8:amd64 (1.3.5-2) ... 19:26:48 Selecting previously unselected package libroken18-heimdal:amd64. 19:26:48 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:26:48 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:26:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:26:48 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libwind0-heimdal:amd64. 19:26:48 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:26:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:26:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:26:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:26:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:26:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:48 Selecting previously unselected package libsasl2-modules-db:amd64. 19:26:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:26:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:26:49 Selecting previously unselected package libsasl2-2:amd64. 19:26:49 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:26:49 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:26:49 Selecting previously unselected package libldap-common. 19:26:49 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:26:49 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:26:49 Selecting previously unselected package libldap-2.4-2:amd64. 19:26:49 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:26:49 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:26:49 Selecting previously unselected package dirmngr. 19:26:49 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:26:49 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:26:49 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:26:49 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:26:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:26:49 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:26:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:26:49 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:26:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:49 Setting up libksba8:amd64 (1.3.5-2) ... 19:26:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:26:49 Setting up udev (237-3ubuntu10.45) ... 19:26:50 invoke-rc.d: policy-rc.d denied execution of start. 19:26:50 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:50 Processing triggers for systemd (237-3ubuntu10) ... 19:26:50 Setting up fuse (2.9.7-1ubuntu1) ... 19:26:50 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:26:50 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:26:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:26:50 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:26:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:26:51 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:26:51 settings in the [Install] section, and DefaultInstance for template units). 19:26:51 This means they are not meant to be enabled using systemctl. 19:26:51 Possible reasons for having this kind of units are: 19:26:51 1) A unit may be statically enabled by being symlinked from another unit's 19:26:51 .wants/ or .requires/ directory. 19:26:51 2) A unit's purpose may be to act as a helper for some other unit which has 19:26:51 a requirement dependency on it. 19:26:51 3) A unit may be started when needed via activation (socket, path, timer, 19:26:51 D-Bus, udev, scripted systemctl call, ...). 19:26:51 4) In case of template units, the unit is meant to be enabled with some 19:26:51 instance name specified. 19:26:51 Reading package lists... 19:26:51 Building dependency tree... 19:26:51 Reading state information... 19:26:51 The following additional packages will be installed: 19:26:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:26:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:26:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:26:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:26:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:26:51 Suggested packages: 19:26:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:26:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:26:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:26:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:26:51 systemd-container policykit-1 19:26:51 Recommended packages: 19:26:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:26:51 The following NEW packages will be installed: 19:26:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:26:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:26:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:26:51 multiarch-support openssh-client python3 python3-minimal python3.6 19:26:51 python3.6-minimal snapd squashfs-tools sudo 19:26:51 The following packages will be upgraded: 19:26:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:26:52 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:26:52 Need to get 35.2 MB of archives. 19:26:52 After this operation, 141 MB of additional disk space will be used. 19:26:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:26:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 19:26:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:26:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 19:26:52 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 19:26:52 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:26:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:26:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:26:52 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:26:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:26:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:26:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:26:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:26:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:26:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:26:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:26:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:26:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:26:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:26:53 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:26:53 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:26:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:26:53 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:26:53 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:26:53 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:26:53 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:26:53 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:26:53 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:26:53 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:26:53 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:26:54 debconf: delaying package configuration, since apt-utils is not installed 19:26:54 Fetched 35.2 MB in 2s (15.7 MB/s) 19:26:54 (Reading database ... 12757 files and directories currently installed.) 19:26:54 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 19:26:54 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:26:55 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 19:26:55 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:26:55 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 19:26:55 (Reading database ... 12757 files and directories currently installed.) 19:26:55 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:26:55 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:26:55 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:26:56 (Reading database ... 12757 files and directories currently installed.) 19:26:56 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:26:56 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:26:56 Setting up apt (1.6.12ubuntu0.2) ... 19:26:56 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:26:56 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:26:57 (Reading database ... 12764 files and directories currently installed.) 19:26:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:26:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:26:57 Selecting previously unselected package libpython3.6-minimal:amd64. 19:26:57 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:26:57 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:26:57 Selecting previously unselected package libexpat1:amd64. 19:26:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:26:57 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:26:57 Selecting previously unselected package python3.6-minimal. 19:26:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:26:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:26:57 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 19:26:58 Checking for services that may need to be restarted...done. 19:26:58 Checking for services that may need to be restarted...done. 19:26:58 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:26:58 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:26:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:26:58 Selecting previously unselected package python3-minimal. 19:26:58 (Reading database ... 13012 files and directories currently installed.) 19:26:58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:26:59 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:26:59 Selecting previously unselected package mime-support. 19:26:59 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:26:59 Unpacking mime-support (3.60ubuntu1) ... 19:26:59 Selecting previously unselected package libmpdec2:amd64. 19:26:59 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:26:59 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:26:59 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:26:59 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:26:59 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:26:59 Selecting previously unselected package python3.6. 19:26:59 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:26:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:26:59 Selecting previously unselected package libpython3-stdlib:amd64. 19:26:59 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:26:59 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:26:59 Setting up python3-minimal (3.6.7-1~18.04) ... 19:26:59 Selecting previously unselected package python3. 19:26:59 (Reading database ... 13442 files and directories currently installed.) 19:26:59 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:26:59 Unpacking python3 (3.6.7-1~18.04) ... 19:27:00 Selecting previously unselected package multiarch-support. 19:27:00 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:27:00 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:27:00 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:27:00 Selecting previously unselected package liblzo2-2:amd64. 19:27:00 (Reading database ... 13479 files and directories currently installed.) 19:27:00 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:27:00 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:27:01 Selecting previously unselected package libbsd0:amd64. 19:27:01 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:27:01 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:27:01 Selecting previously unselected package sudo. 19:27:01 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:27:01 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:27:01 Selecting previously unselected package apparmor. 19:27:01 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:27:01 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:27:01 Selecting previously unselected package libedit2:amd64. 19:27:01 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:27:01 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:27:01 Selecting previously unselected package libkrb5support0:amd64. 19:27:01 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:27:01 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:27:01 Selecting previously unselected package libk5crypto3:amd64. 19:27:01 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:27:01 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:27:01 Selecting previously unselected package libkeyutils1:amd64. 19:27:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:27:02 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:27:02 Selecting previously unselected package libkrb5-3:amd64. 19:27:02 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:27:02 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:27:02 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:27:02 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:27:02 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:27:02 Selecting previously unselected package libssl1.0.0:amd64. 19:27:02 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:27:02 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:27:02 Selecting previously unselected package openssh-client. 19:27:02 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:27:02 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:27:03 Selecting previously unselected package squashfs-tools. 19:27:03 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:27:03 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:27:03 Selecting previously unselected package snapd. 19:27:03 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:27:03 Unpacking snapd (2.48.3+18.04) ... 19:27:05 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:27:05 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:27:05 Setting up mime-support (3.60ubuntu1) ... 19:27:05 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:27:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:27:05 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:27:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:27:05 Setting up systemd (237-3ubuntu10.45) ... 19:27:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:27:07 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:27:07 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:27:07 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:27:07 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:27:07 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:27:07 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:27:07 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:27:07 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:27:07 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:27:07 Setting up python3 (3.6.7-1~18.04) ... 19:27:07 running python rtupdate hooks for python3.6... 19:27:07 running python post-rtupdate hooks for python3.6... 19:27:07 Setting up apparmor (2.12-4ubuntu5.1) ... 19:27:09 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:27:09 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:27:09 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:27:09 Setting up snapd (2.48.3+18.04) ... 19:27:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:27:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:27:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:27:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:27:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:27:11 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:27:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:27:11 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:27:12 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:27:12 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:27:12 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 19:27:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:27:12 Processing triggers for systemd (237-3ubuntu10.45) ... 19:27:13 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 19:27:13 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:27:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:27:15 Reading package lists... 19:27:15 Reading package lists... 19:27:15 Building dependency tree... 19:27:15 Reading state information... 19:27:15 Calculating upgrade... 19:27:15 The following packages will be upgraded: 19:27:15 advancecomp base-files bash binutils binutils-common 19:27:15 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:27:15 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:27:15 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:27:15 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:27:15 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:27:15 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:27:15 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:27:15 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:27:15 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:27:15 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:27:15 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:27:15 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:27:15 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:27:15 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:27:16 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:27:16 Need to get 63.8 MB of archives. 19:27:16 After this operation, 5207 kB of additional disk space will be used. 19:27:16 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:27:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:27:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:27:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:27:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:27:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:27:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:27:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:27:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:27:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:27:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:27:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:27:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:27:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:27:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:27:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:27:16 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:27:16 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 19:27:17 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:27:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:27:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:27:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:27:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:27:17 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:27:17 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:27:17 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:27:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:27:17 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:27:17 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:27:17 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:27:17 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:27:17 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:27:17 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:27:17 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:27:17 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:27:17 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:27:17 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:27:17 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:27:17 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:27:17 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:27:17 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:27:17 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:27:17 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:27:17 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:27:17 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:27:17 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:27:17 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:27:17 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:27:17 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:27:17 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 19:27:17 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:27:17 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:27:17 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:27:17 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:27:17 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:27:17 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:27:17 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:27:17 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:27:17 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:27:17 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:27:17 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:27:17 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:27:17 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:27:17 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:27:17 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:27:17 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:27:17 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:27:17 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 19:27:17 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:27:17 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:27:17 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:27:17 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:27:17 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:27:17 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:27:17 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:27:17 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:27:17 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:27:17 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:27:17 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:27:17 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:27:17 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:27:17 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:27:17 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:27:17 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:27:17 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:27:17 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:27:17 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:27:17 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:27:17 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:27:17 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:27:18 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:27:18 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:27:18 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:27:18 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:27:18 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:27:18 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:27:18 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:27:18 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:27:18 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:27:19 debconf: delaying package configuration, since apt-utils is not installed 19:27:19 Fetched 63.8 MB in 3s (21.0 MB/s) 19:27:19 (Reading database ... 13912 files and directories currently installed.) 19:27:19 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:27:19 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:27:20 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:27:20 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:27:20 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 19:27:20 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 19:27:21 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:21 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:21 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:21 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:21 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:21 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:21 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:21 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:21 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:21 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:21 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:21 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:21 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:21 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:21 (Reading database ... 13911 files and directories currently installed.) 19:27:21 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:21 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:27:21 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:27:22 (Reading database ... 13911 files and directories currently installed.) 19:27:22 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:22 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:22 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:22 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:27:22 ---> a74f436ff28d 19:27:22 Step 3/23 : WORKDIR /edgex-go 19:27:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:27:22 ---> a74f436ff28d 19:27:22 Step 3/22 : WORKDIR /edgex-go 19:27:22 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:22 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:27:22 ---> a74f436ff28d 19:27:22 Step 3/31 : WORKDIR /edgex-go 19:27:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:27:22 ---> a74f436ff28d 19:27:22 Step 3/23 : WORKDIR /edgex-go 19:27:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:27:22 ---> a74f436ff28d 19:27:22 Step 3/22 : WORKDIR /edgex-go 19:27:22 ---> Running in 3fee23c35169 19:27:22 ---> Running in b1201f7fd53a 19:27:22 ---> Running in 6c56537142db 19:27:22 ---> Running in 09a1fa90b5a7 19:27:22 ---> Running in 280b706a08bc 19:27:22 Removing intermediate container 09a1fa90b5a7 19:27:22 ---> 3fb27dbf4550 19:27:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:22 Removing intermediate container 6c56537142db 19:27:22 ---> 0ea0bc8839c3 19:27:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:22 Removing intermediate container b1201f7fd53a 19:27:22 ---> 06ec1d8f105c 19:27:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:22 Removing intermediate container 280b706a08bc 19:27:22 ---> b94691ca2d2d 19:27:22 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:22 Removing intermediate container 3fee23c35169 19:27:22 ---> 9b3a972b2049 19:27:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:22 ---> Running in 360b4ed26c5b 19:27:22 ---> Running in 00219e2d320e 19:27:22 ---> Running in 911b7864dd10 19:27:22 ---> Running in bec947c17194 19:27:22 ---> Running in 74d0c9fde911 19:27:22 Removing intermediate container 360b4ed26c5b 19:27:22 ---> aa3a8aa839aa 19:27:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:27:22 ---> Running in cd4cf4bb5427 19:27:22 Removing intermediate container 00219e2d320e 19:27:22 ---> f4088f31b58c 19:27:22 Step 5/23 : RUN apk add --update --no-cache make git 19:27:22 ---> Running in da35021b1106 19:27:22 Removing intermediate container 911b7864dd10 19:27:22 ---> 14a5178414a0 19:27:22 Step 5/31 : RUN apk add --update --no-cache make git 19:27:22 Removing intermediate container 74d0c9fde911 19:27:22 ---> e5a80e1f1768 19:27:22 Step 5/23 : RUN apk add --update --no-cache make git 19:27:22 Removing intermediate container bec947c17194 19:27:22 ---> e4a7efa67586 19:27:22 Step 5/22 : RUN apk add --update --no-cache make git 19:27:22 ---> Running in 34ebca6d3d39 19:27:22 ---> Running in ada79e39294b 19:27:22 ---> Running in 5af2c00c436d 19:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:22 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:27:22 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:27:22 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:22 OK: 217 MiB in 51 packages 19:27:22 (Reading database ... 13911 files and directories currently installed.) 19:27:22 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:27:22 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:27:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:23 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:27:23 OK: 217 MiB in 51 packages 19:27:23 OK: 217 MiB in 51 packages 19:27:23 (Reading database ... 13911 files and directories currently installed.) 19:27:23 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:27:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:27:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:27:23 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:27:23 Setting up base-files (10.1ubuntu2.10) ... 19:27:23 Installing new version of config file /etc/issue ... 19:27:23 Installing new version of config file /etc/issue.net ... 19:27:23 Installing new version of config file /etc/lsb-release ... 19:27:24 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:27:24 OK: 217 MiB in 51 packages 19:27:24 Removing intermediate container cd4cf4bb5427 19:27:24 ---> dab495309188 19:27:24 Step 6/22 : COPY go.mod . 19:27:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:27:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:27:24 Removing obsolete conffile /etc/default/motd-news ... 19:27:24 (Reading database ... 13912 files and directories currently installed.) 19:27:24 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:27:24 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:27:24 OK: 217 MiB in 51 packages 19:27:24 Setting up bash (4.4.18-2ubuntu1.2) ... 19:27:24 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 19:27:24 (Reading database ... 13912 files and directories currently installed.) 19:27:24 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:24 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:27:24 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:27:24 (Reading database ... 13912 files and directories currently installed.) 19:27:24 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:27:24 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:27:25 Setting up tar (1.29b-2ubuntu0.2) ... 19:27:25 (Reading database ... 13912 files and directories currently installed.) 19:27:25 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:27:25 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:27:25 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:27:25 Removing intermediate container da35021b1106 19:27:25 ---> fd436d9ef392 19:27:25 Step 6/23 : COPY go.mod . 19:27:25 ---> 6cc1ad4c83e3 19:27:25 Step 7/22 : RUN go mod download 19:27:25 Removing intermediate container 34ebca6d3d39 19:27:25 ---> 8ee467507bfa 19:27:25 Step 6/31 : COPY go.mod . 19:27:25 (Reading database ... 13912 files and directories currently installed.) 19:27:25 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:27:25 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:27:25 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:27:25 ---> Running in 42d9207538ab 19:27:25 Removing intermediate container ada79e39294b 19:27:25 ---> 52ad35cf9b68 19:27:25 Step 6/23 : COPY go.mod . 19:27:25 (Reading database ... 13912 files and directories currently installed.) 19:27:25 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:27:25 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:27:25 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:27:26 Removing intermediate container 5af2c00c436d 19:27:26 ---> 712b7d9ce3a9 19:27:26 Step 6/22 : COPY go.mod . 19:27:26 (Reading database ... 13912 files and directories currently installed.) 19:27:26 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:27:26 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:27:26 Setting up grep (3.1-2build1) ... 19:27:26 (Reading database ... 13912 files and directories currently installed.) 19:27:26 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:27:26 ---> 16c61a8f1831 19:27:26 Step 7/23 : RUN go mod download 19:27:26 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:27:26 Setting up login (1:4.5-1ubuntu2) ... 19:27:26 ---> Running in d063dc36e086 19:27:26 (Reading database ... 13912 files and directories currently installed.) 19:27:26 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:27:26 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:27:26 ---> 02097cb95850 19:27:26 Step 7/31 : RUN go mod download 19:27:27 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:27:27 (Reading database ... 13912 files and directories currently installed.) 19:27:27 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:27:27 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:27:27 ---> e9032c4ca0a3 19:27:27 Step 7/23 : RUN go mod download 19:27:27 ---> Running in 7b05e7d667e3 19:27:27 ---> 14862870b944 19:27:27 Step 7/22 : RUN go mod download 19:27:27 ---> Running in c1e12185ff02 19:27:27 ---> Running in 5780549417b7 19:27:27 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:27:27 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:27:27 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:27:27 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:27:28 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:27:28 (Reading database ... 13912 files and directories currently installed.) 19:27:28 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:27:28 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:27:29 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:27:29 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:27:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:27:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:27:29 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:27:30 Removing intermediate container 42d9207538ab 19:27:30 ---> c7998da3312b 19:27:30 Step 8/22 : COPY . . 19:27:30 (Reading database ... 13912 files and directories currently installed.) 19:27:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:27:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:27:30 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:27:30 (Reading database ... 13912 files and directories currently installed.) 19:27:30 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:30 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:27:30 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:27:30 (Reading database ... 13912 files and directories currently installed.) 19:27:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:30 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:27:30 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:27:30 (Reading database ... 13912 files and directories currently installed.) 19:27:30 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:30 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:27:30 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:27:31 (Reading database ... 13912 files and directories currently installed.) 19:27:31 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:31 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:27:31 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:27:31 (Reading database ... 13912 files and directories currently installed.) 19:27:31 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:27:31 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:27:31 Removing intermediate container d063dc36e086 19:27:31 ---> 7fb6efe35011 19:27:31 Step 8/23 : COPY . . 19:27:31 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:27:31 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:27:31 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:27:31 (Reading database ... 13912 files and directories currently installed.) 19:27:31 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:27:31 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:27:31 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:27:31 (Reading database ... 13912 files and directories currently installed.) 19:27:31 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:32 Removing intermediate container 7b05e7d667e3 19:27:32 ---> 828087a7d9c9 19:27:32 Step 8/31 : COPY . . 19:27:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:27:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:27:32 (Reading database ... 13912 files and directories currently installed.) 19:27:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:27:32 Removing intermediate container 5780549417b7 19:27:32 ---> 4367bb936553 19:27:32 Step 8/22 : COPY . . 19:27:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:27:32 (Reading database ... 13912 files and directories currently installed.) 19:27:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:27:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:27:33 Removing intermediate container c1e12185ff02 19:27:33 ---> 1d5a1d21fddc 19:27:33 Step 8/23 : COPY . . 19:27:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:27:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:27:33 (Reading database ... 13912 files and directories currently installed.) 19:27:33 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:27:33 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:27:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:27:34 (Reading database ... 13912 files and directories currently installed.) 19:27:34 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:27:34 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:27:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:27:34 (Reading database ... 13914 files and directories currently installed.) 19:27:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:27:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:27:34 Setting up debconf (1.5.66ubuntu1) ... 19:27:35 (Reading database ... 13914 files and directories currently installed.) 19:27:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:27:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:27:35 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:27:35 (Reading database ... 13914 files and directories currently installed.) 19:27:35 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:27:35 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:27:35 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:27:35 (Reading database ... 13914 files and directories currently installed.) 19:27:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:27:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:27:35 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:27:35 (Reading database ... 13914 files and directories currently installed.) 19:27:35 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:27:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:27:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:27:36 (Reading database ... 13914 files and directories currently installed.) 19:27:36 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:27:36 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:27:36 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:27:36 (Reading database ... 13914 files and directories currently installed.) 19:27:36 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:27:36 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:27:36 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 19:27:36 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:27:36 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:27:36 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:27:37 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:27:37 (Reading database ... 13914 files and directories currently installed.) 19:27:37 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:27:37 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:27:37 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:27:38 (Reading database ... 13914 files and directories currently installed.) 19:27:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:27:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:27:38 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:27:38 (Reading database ... 13914 files and directories currently installed.) 19:27:38 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:27:38 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:27:38 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:27:38 (Reading database ... 13914 files and directories currently installed.) 19:27:38 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:27:38 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:27:38 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:27:38 (Reading database ... 13914 files and directories currently installed.) 19:27:38 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:27:38 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:27:39 Setting up passwd (1:4.5-1ubuntu2) ... 19:27:39 (Reading database ... 13914 files and directories currently installed.) 19:27:39 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:27:39 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:27:39 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:27:39 (Reading database ... 13914 files and directories currently installed.) 19:27:39 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:27:39 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:27:39 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:27:40 (Reading database ... 13914 files and directories currently installed.) 19:27:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:27:40 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:27:40 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:27:40 (Reading database ... 13914 files and directories currently installed.) 19:27:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:27:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:27:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:27:40 (Reading database ... 13914 files and directories currently installed.) 19:27:40 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:27:40 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:27:40 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:27:40 (Reading database ... 13914 files and directories currently installed.) 19:27:40 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:27:40 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:27:40 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:27:40 (Reading database ... 13914 files and directories currently installed.) 19:27:40 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:27:40 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:27:41 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:27:41 (Reading database ... 13915 files and directories currently installed.) 19:27:41 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:27:41 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:27:41 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:27:41 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:27:41 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:27:41 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:27:41 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:27:41 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:27:41 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:27:41 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:27:42 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:27:42 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:27:42 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:27:42 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:27:42 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:27:42 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:27:42 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:27:42 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:27:42 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:27:42 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:27:42 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:27:42 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:27:42 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:27:42 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:27:43 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:27:43 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:27:43 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:27:43 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:27:44 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:27:44 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:27:44 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:27:44 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:27:44 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:27:44 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:27:44 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:27:44 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:27:44 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:44 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:44 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:44 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:45 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:45 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:45 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:45 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:46 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:46 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:47 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:47 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:48 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:48 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:48 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:48 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:49 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:27:49 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:27:49 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:27:49 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:27:49 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:27:49 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:27:50 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:27:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:27:50 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:27:50 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:27:50 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:27:50 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:27:50 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:27:50 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:27:50 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:27:50 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:27:50 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:50 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:27:50 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:50 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:50 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:51 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:27:51 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:27:51 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:27:51 19:27:51 Current default time zone: 'Etc/UTC' 19:27:51 Local time is now: Fri Mar 19 19:27:51 UTC 2021. 19:27:51 Universal Time is now: Fri Mar 19 19:27:51 UTC 2021. 19:27:51 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:27:51 19:27:51 Setting up systemd-sysv (237-3ubuntu10.45) ... 19:27:51 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:51 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 19:27:51 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:27:51 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:27:51 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:27:51 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:27:51 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:27:51 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:27:51 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:27:51 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:51 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:27:51 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:27:51 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:27:51 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:51 Setting up patch (2.7.6-2ubuntu1.1) ... 19:27:52 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:27:52 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:27:52 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 19:27:52 Installing new version of config file /etc/ssl/openssl.cnf ... 19:27:52 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:27:52 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:27:52 Setting up ca-certificates (20210119~18.04.1) ... 19:27:54 Updating certificates in /etc/ssl/certs... 19:27:54 23 added, 27 removed; done. 19:27:54 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:27:54 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:27:54 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:27:54 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:27:54 Setting up pkgbinarymangler (138.18.04.1) ... 19:27:54 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:27:54 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:27:55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:27:55 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:27:55 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:27:55 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:27:55 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:27:55 Setting up perl (5.26.1-6ubuntu0.5) ... 19:27:55 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:27:55 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:27:55 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:27:55 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:27:55 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:27:55 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:27:55 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:27:55 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:27:55 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:27:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:27:55 Processing triggers for systemd (237-3ubuntu10.45) ... 19:27:55 Processing triggers for mime-support (3.60ubuntu1) ... 19:27:55 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:27:55 Updating certificates in /etc/ssl/certs... 19:27:56 0 added, 0 removed; done. 19:27:56 Running hooks in /etc/ca-certificates/update.d... 19:27:56 done. 19:27:56 Reading package lists... 19:27:57 Building dependency tree... 19:27:57 Reading state information... 19:27:57 The following NEW packages will be installed: 19:27:57 apt-transport-https 19:27:57 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:27:57 Need to get 1696 B of archives. 19:27:57 After this operation, 153 kB of additional disk space will be used. 19:27:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:27:57 debconf: delaying package configuration, since apt-utils is not installed 19:27:57 Fetched 1696 B in 0s (8371 B/s) 19:27:57 Selecting previously unselected package apt-transport-https. 19:27:57 (Reading database ... 13920 files and directories currently installed.) 19:27:57 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:27:57 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:27:57 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:27:57 Waiting for network to be ready... 19:28:00 ---> 75c13cb38afd 19:28:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:28:00 ---> 7fc765902148 19:28:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:28:00 ---> 7258b6add10a 19:28:00 Step 9/23 : RUN make cmd/core-command/core-command 19:28:00 ---> 977add9d0e22 19:28:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:28:00 ---> Running in 11bf8c10e8d6 19:28:00 ---> Running in f166015c50c7 19:28:00 ---> Running in 7f914b194d98 19:28:00 ---> Running in 790480849b0c 19:28:00 ---> a234c3378bd2 19:28:00 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:28:00 ---> Running in 038bc1e17b29 19:28:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:28:00 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 19:28:00 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 19:28:00 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 19:28:00 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 19:28:06 2021-03-19T19:28:01Z INFO Waiting for automatic snapd restart... 19:28:06 snapd 2.49 from Canonical* installed 19:28:06 "snapd" switched to the "latest/stable" channel 19:28:06 19:28:10 core18 20210128 from Canonical* installed 19:28:10 "core18" switched to the "latest/stable" channel 19:28:10 19:28:17 snapcraft 4.5.4 from Canonical* installed 19:28:17 "snapcraft" switched to the "latest/stable" channel 19:28:17 19:28:20 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: 19:28:20 - README.md 19:28:20 19:28:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:28:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:28:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:28:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:28:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:28:28 Reading package lists... 19:28:29 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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 19:28:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:28:35 Reading package lists... 19:28:35 Building dependency tree... 19:28:35 Reading state information... 19:28:35 Suggested packages: 19:28:35 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:28:35 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:28:35 Recommended packages: 19:28:35 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:28:35 The following NEW packages will be installed: 19:28:35 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:28:35 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:28:35 pkg-config zip 19:28:35 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:28:35 Need to get 7657 kB of archives. 19:28:35 After this operation, 43.8 MB of additional disk space will be used. 19:28:35 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:28:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:28:35 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:28:35 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:28:35 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:28:35 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:28:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:28:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:28:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:28:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:28:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:28:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:28:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:28:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:28:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:28:36 debconf: delaying package configuration, since apt-utils is not installed 19:28:36 Fetched 7657 kB in 1s (7310 kB/s) 19:28:36 Selecting previously unselected package libglib2.0-0:amd64. 19:28:36 (Reading database ... 13924 files and directories currently installed.) 19:28:36 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:28:36 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:28:37 Selecting previously unselected package libpsl5:amd64. 19:28:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:28:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:28:37 Selecting previously unselected package libnghttp2-14:amd64. 19:28:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:28:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:28:37 Selecting previously unselected package librtmp1:amd64. 19:28:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:28:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:28:37 Selecting previously unselected package libcurl3-gnutls:amd64. 19:28:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:28:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:28:37 Selecting previously unselected package liberror-perl. 19:28:37 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:28:37 Unpacking liberror-perl (0.17025-1) ... 19:28:37 Selecting previously unselected package git-man. 19:28:37 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:28:37 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:28:37 Selecting previously unselected package git. 19:28:37 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:28:37 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:28:38 Selecting previously unselected package libnorm1:amd64. 19:28:38 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:28:38 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:28:38 Selecting previously unselected package libpgm-5.2-0:amd64. 19:28:38 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:28:38 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:28:38 Selecting previously unselected package libsodium23:amd64. 19:28:38 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:28:38 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:28:38 Selecting previously unselected package libzmq5:amd64. 19:28:38 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:28:38 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:28:39 Selecting previously unselected package libzmq3-dev:amd64. 19:28:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:28:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:28:39 Selecting previously unselected package pkg-config. 19:28:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:28:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:28:39 Selecting previously unselected package zip. 19:28:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:28:39 Unpacking zip (3.0-11build1) ... 19:28:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:28:39 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:28:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:28:39 Setting up liberror-perl (0.17025-1) ... 19:28:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:28:39 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:28:39 No schema files found: doing nothing. 19:28:39 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:28:39 Setting up zip (3.0-11build1) ... 19:28:39 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:28:39 Setting up libsodium23:amd64 (1.0.16-2) ... 19:28:39 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:28:39 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:28:39 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:28:39 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:28:39 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:28:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:28:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:28:46 git set to automatically installed. 19:28:46 git-man set to automatically installed. 19:28:46 libcurl3-gnutls set to automatically installed. 19:28:46 liberror-perl set to automatically installed. 19:28:46 libglib2.0-0 set to automatically installed. 19:28:46 libnghttp2-14 set to automatically installed. 19:28:46 libnorm1 set to automatically installed. 19:28:46 libpgm-5.2-0 set to automatically installed. 19:28:46 libpsl5 set to automatically installed. 19:28:46 librtmp1 set to automatically installed. 19:28:46 libsodium23 set to automatically installed. 19:28:46 libzmq3-dev set to automatically installed. 19:28:46 libzmq5 set to automatically installed. 19:28:46 pkg-config set to automatically installed. 19:28:46 zip set to automatically installed. 19:28:48 snapd is not logged in, snap install commands will use sudo 19:28:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:29:10 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 19:29:10 snapd is not logged in, snap install commands will use sudo 19:29:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:29:15 snap "core18" has no updates available 19:29:16 Pulling go-build-helper 19:29:16 + snapcraftctl pull 19:29:17 'app-service-config' has dependencies that need to be staged: go-build-helper 19:29:17 Skipping pull go-build-helper (already ran) 19:29:17 Building go-build-helper 19:29:17 + snapcraftctl build 19:29:20 Staging go-build-helper 19:29:20 + snapcraftctl stage 19:29:32 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:29:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:29:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:29:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 19:29:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:29:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:29:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:29:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:29:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:29:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:29:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:29:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 19:29:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:29:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:29:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 19:29:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 19:29:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 19:29:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 19:29:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:29:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 19:29:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 19:29:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:29:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:29:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 19:29:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 19:29:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 19:29:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 19:29:32 Fetched 24.1 MB in 0s (0 B/s) 19:29:32 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:29:32 Fetched 224 kB in 0s (0 B/s) 19:29:32 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:29:32 Fetched 157 kB in 0s (0 B/s) 19:29:32 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:29:32 Fetched 221 kB in 0s (0 B/s) 19:29:32 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:29:32 Fetched 143 kB in 0s (0 B/s) 19:29:32 Pulling app-service-config 19:29:32 + snapcraftctl pull 19:29:33 Cloning into '/root/parts/app-service-config/src'... 19:29:33 Pulling config-common 19:29:33 + snapcraftctl pull 19:29:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:29:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:29:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:29:38 Fetched 0 B in 0s (0 B/s) 19:29:38 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:29:38 Fetched 0 B in 0s (0 B/s) 19:29:38 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:29:38 Fetched 0 B in 0s (0 B/s) 19:29:38 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:29:38 Fetched 0 B in 0s (0 B/s) 19:29:38 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:29:38 Fetched 0 B in 0s (0 B/s) 19:29:38 Pulling edgex-go 19:29:38 + snapcraftctl pull 19:29:52 Removing intermediate container 038bc1e17b29 19:29:52 ---> fa77b72f8b52 19:29:52 19:29:52 Step 10/31 : FROM alpine:3.12 19:29:52 3.12: Pulling from library/alpine 19:29:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:29:52 Status: Downloaded newer image for alpine:3.12 19:29:52 ---> d10569e2745f 19:29:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:29:52 ---> Running in 47a07192778e 19:29:52 Removing intermediate container 47a07192778e 19:29:52 ---> 4c23bab88cfa 19:29:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:29:52 ---> Running in bae8e8d0f245 19:29:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:29:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:29:54 (1/2) Installing dumb-init (1.2.2-r1) 19:29:54 (2/2) Installing su-exec (0.2-r1) 19:29:54 Executing busybox-1.31.1-r19.trigger 19:29:54 OK: 5 MiB in 16 packages 19:29:56 Removing intermediate container f166015c50c7 19:29:56 ---> 8d10d12e0993 19:29:56 19:29:56 Step 10/23 : FROM alpine:3.12 19:29:56 ---> d10569e2745f 19:29:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:29:56 ---> Running in 7424263f80af 19:29:57 Removing intermediate container bae8e8d0f245 19:29:57 ---> 49655efacdb0 19:29:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:29:57 ---> Running in 157bdb74f82a 19:29:59 Removing intermediate container 157bdb74f82a 19:29:59 ---> 2549a9d9ef22 19:29:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:29:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:29:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:30:00 (1/1) Installing dumb-init (1.2.2-r1) 19:30:00 Executing busybox-1.31.1-r19.trigger 19:30:00 OK: 5 MiB in 15 packages 19:30:00 ---> Running in 37d9ad53c6c7 19:30:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:30:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:30:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:30:00 Fetched 0 B in 0s (0 B/s) 19:30:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:30:00 Fetched 96.5 kB in 0s (0 B/s) 19:30:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:30:00 Fetched 279 kB in 0s (0 B/s) 19:30:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:30:00 Fetched 122 kB in 0s (0 B/s) 19:30:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:30:00 Fetched 77.8 kB in 0s (0 B/s) 19:30:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:30:00 Fetched 8848 B in 0s (0 B/s) 19:30:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:30:00 Fetched 47.8 kB in 0s (0 B/s) 19:30:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:30:00 Fetched 45.6 kB in 0s (0 B/s) 19:30:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:30:00 Fetched 15.0 kB in 0s (0 B/s) 19:30:00 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:30:00 Fetched 214 kB in 0s (0 B/s) 19:30:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:30:00 Fetched 154 kB in 0s (0 B/s) 19:30:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:30:00 Fetched 50.6 kB in 0s (0 B/s) 19:30:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:30:00 Fetched 14.8 kB in 0s (0 B/s) 19:30:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:30:00 Fetched 41.8 kB in 0s (0 B/s) 19:30:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:30:00 Fetched 499 kB in 0s (0 B/s) 19:30:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:30:00 Fetched 111 kB in 0s (0 B/s) 19:30:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:30:00 Fetched 240 kB in 0s (0 B/s) 19:30:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:30:00 Fetched 29.3 kB in 0s (0 B/s) 19:30:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:30:00 Fetched 85.5 kB in 0s (0 B/s) 19:30:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:30:00 Fetched 24.5 kB in 0s (0 B/s) 19:30:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:30:00 Fetched 49.2 kB in 0s (0 B/s) 19:30:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:30:00 Fetched 54.2 kB in 0s (0 B/s) 19:30:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:30:00 Fetched 30.8 kB in 0s (0 B/s) 19:30:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:30:00 Fetched 15.8 kB in 0s (0 B/s) 19:30:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:30:00 Fetched 85.9 kB in 0s (0 B/s) 19:30:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:30:00 Fetched 8720 B in 0s (0 B/s) 19:30:00 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:30:00 Fetched 137 kB in 0s (0 B/s) 19:30:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:30:00 Fetched 119 kB in 0s (0 B/s) 19:30:00 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:30:00 Fetched 109 kB in 0s (0 B/s) 19:30:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:30:00 Fetched 11.1 kB in 0s (0 B/s) 19:30:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:30:00 Fetched 645 kB in 0s (0 B/s) 19:30:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:30:00 Fetched 41.3 kB in 0s (0 B/s) 19:30:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:30:00 Fetched 17.9 kB in 0s (0 B/s) 19:30:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:30:00 Fetched 368 kB in 0s (0 B/s) 19:30:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:30:00 Fetched 187 kB in 0s (0 B/s) 19:30:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:30:00 Fetched 175 kB in 0s (0 B/s) 19:30:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:30:00 Fetched 206 kB in 0s (0 B/s) 19:30:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 19:30:00 Fetched 1301 kB in 0s (0 B/s) 19:30:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:30:00 Fetched 36.2 kB in 0s (0 B/s) 19:30:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:30:00 Fetched 159 kB in 0s (0 B/s) 19:30:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:30:00 Fetched 107 kB in 0s (0 B/s) 19:30:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:30:00 Fetched 48.7 kB in 0s (0 B/s) 19:30:00 Pulling static-packages 19:30:00 + snapcraftctl pull 19:30:01 Pulling version 19:30:01 + cd /root/project 19:30:01 + [ -f VERSION ] 19:30:01 + PROJECT_VERSION=local-dev 19:30:01 + git rev-parse --short HEAD 19:30:01 + GIT_REVISION=c15de42b 19:30:01 + snapcraftctl set-version local-dev 19:30:02 Removing intermediate container 37d9ad53c6c7 19:30:02 ---> f62f5aa757b4 19:30:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:30:02 Removing intermediate container 790480849b0c 19:30:02 ---> 540180ce085b 19:30:02 19:30:02 Step 10/22 : FROM alpine:3.12 19:30:02 ---> d10569e2745f 19:30:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:30:02 ---> Using cache 19:30:02 ---> c41e5b841a99 19:30:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:30:02 Removing intermediate container 7f914b194d98 19:30:02 ---> ffc79c7ed511 19:30:02 19:30:02 Step 10/22 : FROM alpine:3.12 19:30:02 ---> d10569e2745f 19:30:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:30:03 ---> Running in 0e89cdc2000f 19:30:03 Removing intermediate container 7424263f80af 19:30:03 ---> c41e5b841a99 19:30:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:30:03 Skipping build go-build-helper (already ran) 19:30:03 Building app-service-config 19:30:03 + make build 19:30:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:30:03 ---> Running in ad7eb1b83b6c 19:30:03 ---> Running in 72c412762900 19:30:03 ---> Running in db568b10f460 19:30:03 Removing intermediate container ad7eb1b83b6c 19:30:03 ---> 84c0facb85f9 19:30:03 Step 13/22 : ENV APP_PORT=48085 19:30:04 Removing intermediate container db568b10f460 19:30:04 ---> 4bca3d0e31cd 19:30:04 Step 13/23 : ENV APP_PORT=48082 19:30:04 ---> Running in 08cfa47ce893 19:30:04 ---> Running in 57d66743372f 19:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:30:05 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 19:30:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 19:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:30:05 Removing intermediate container 08cfa47ce893 19:30:05 ---> ff251437bed2 19:30:05 Step 14/22 : EXPOSE $APP_PORT 19:30:05 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 19:30:05 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 19:30:05 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:30:05 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 19:30:05 go: downloading github.com/google/uuid v1.2.0 19:30:05 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:30:05 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:30:05 go: downloading github.com/go-kit/kit v0.8.0 19:30:05 Removing intermediate container 57d66743372f 19:30:05 ---> b234f53cf95c 19:30:05 Step 14/23 : EXPOSE $APP_PORT 19:30:05 go: downloading github.com/leodido/go-urn v1.2.0 19:30:05 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:30:05 go: downloading github.com/mitchellh/copystructure v1.0.0 19:30:05 (1/2) Installing ca-certificates (20191127-r4) 19:30:05 ---> Running in 84037399cad0 19:30:05 (2/2) Installing dumb-init (1.2.2-r1) 19:30:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:30:06 go: downloading github.com/pelletier/go-toml v1.2.0 19:30:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 19:30:06 Executing busybox-1.31.1-r19.trigger 19:30:06 Executing ca-certificates-20191127-r4.trigger 19:30:06 OK: 6 MiB in 16 packages 19:30:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:30:06 go: downloading github.com/pebbe/zmq4 v1.2.5 19:30:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:30:06 ---> Running in 1ee19164b8b3 19:30:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:30:06 go: downloading github.com/gorilla/mux v1.8.0 19:30:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:30:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:30:06 go: downloading github.com/hashicorp/consul/api v1.8.1 19:30:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:30:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:30:07 go: downloading github.com/x448/float16 v0.8.4 19:30:07 go: downloading github.com/BurntSushi/toml v0.3.1 19:30:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:30:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:30:07 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:30:07 go: downloading github.com/hashicorp/serf v0.9.5 19:30:07 go: downloading github.com/go-playground/universal-translator v0.17.0 19:30:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:30:07 go: downloading github.com/fatih/color v1.9.0 19:30:07 go: downloading github.com/mattn/go-isatty v0.0.12 19:30:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:30:07 go: downloading github.com/go-playground/locales v0.13.0 19:30:07 go: downloading github.com/mattn/go-colorable v0.1.6 19:30:07 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 19:30:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:30:07 Removing intermediate container 84037399cad0 19:30:07 ---> d70ebf6bf037 19:30:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:30:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:30:07 Removing intermediate container 0e89cdc2000f 19:30:07 ---> 071722cbe72c 19:30:07 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:30:07 Removing intermediate container 1ee19164b8b3 19:30:07 ---> 266e4282f9f4 19:30:07 Step 15/23 : WORKDIR / 19:30:07 Removing intermediate container 11bf8c10e8d6 19:30:07 ---> d6969815a45b 19:30:07 19:30:07 Step 10/23 : FROM alpine:3.12 19:30:07 ---> d10569e2745f 19:30:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:30:07 ---> Using cache 19:30:07 ---> c41e5b841a99 19:30:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:30:07 ---> Using cache 19:30:07 ---> 4bca3d0e31cd 19:30:07 Step 13/23 : ENV APP_PORT=48081 19:30:07 ---> Running in 43ea0c8876f7 19:30:08 ---> Running in adf864ee790d 19:30:08 ---> Running in da4b76184437 19:30:08 ---> 9684f6e006ec 19:30:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:30:08 Removing intermediate container 72c412762900 19:30:08 ---> d3e80546e0c0 19:30:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:30:08 ---> Running in 4511bc8f188f 19:30:08 Removing intermediate container 43ea0c8876f7 19:30:08 ---> d5c13437a5cf 19:30:08 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:30:08 Removing intermediate container da4b76184437 19:30:08 ---> 89ccb48a9f5a 19:30:08 Step 14/23 : EXPOSE $APP_PORT 19:30:09 Removing intermediate container adf864ee790d 19:30:09 ---> daad9e8bcaf6 19:30:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:09 ---> Running in 52a2cb6e481b 19:30:09 Removing intermediate container 4511bc8f188f 19:30:09 ---> 424439ee7b24 19:30:09 Step 13/22 : ENV APP_PORT=48060 19:30:09 ---> Running in 3d3343610487 19:30:09 Removing intermediate container 52a2cb6e481b 19:30:09 ---> ba99ddb0abe8 19:30:09 Step 15/23 : WORKDIR / ---> 19dc496afc17 19:30:09 19:30:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:30:10 ---> Running in 5a0c2f9ccedb 19:30:10 ---> Running in ae29b93fb7b5 19:30:10 ---> 25f34a045d12 19:30:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:30:10 Removing intermediate container 3d3343610487 19:30:10 ---> 92fa23b73cfd 19:30:10 Step 14/22 : EXPOSE $APP_PORT 19:30:10 ---> 1f32b225e402 19:30:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:30:10 ---> Running in f4fc0b7a12a2 19:30:11 Removing intermediate container 5a0c2f9ccedb 19:30:11 ---> fb1c6ae9e640 19:30:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:11 ---> dde2d79001ee 19:30:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:30:11 Removing intermediate container f4fc0b7a12a2 19:30:11 ---> 083bfdeb2064 19:30:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:11 ---> Running in c2b357c41bb1 19:30:12 ---> a5fc831a9f45 19:30:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:30:12 ---> e7f558e1b7f6 19:30:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:30:12 Removing intermediate container c2b357c41bb1 19:30:12 ---> fc0d7445e56f 19:30:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:13 ---> d115a5765d87 19:30:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:30:13 ---> Running in a3c238db73b1 19:30:14 ---> 1aa3cc5875ce 19:30:14 Step 19/23 : ENTRYPOINT ["/core-command"] 19:30:14 Removing intermediate container ae29b93fb7b5 19:30:14 ---> 01c19ed4c123 19:30:14 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:14 Removing intermediate container a3c238db73b1 19:30:14 ---> 11fb4e6c97eb 19:30:14 Step 20/22 : LABEL arch=arm64 19:30:14 ---> Running in 4c2c27d7c655 19:30:14 ---> Running in 3829dee5539f 19:30:14 ---> 483404f41754 19:30:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:30:14 ---> 7ff0760db2ea 19:30:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:30:14 ---> 534fae448133 19:30:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:30:15 Removing intermediate container 3829dee5539f 19:30:15 ---> 3ae932194fa0 19:30:15 Step 21/22 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:30:15 Removing intermediate container 4c2c27d7c655 19:30:15 ---> 72217c634a34 19:30:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:15 ---> Running in 75f298c6028b 19:30:15 ---> Running in 5aa22e661cdf 19:30:16 ---> c0115ab0542c 19:30:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:30:16 ---> caa0482ec909 19:30:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:30:16 Removing intermediate container 75f298c6028b 19:30:16 ---> eddb5ddcf700 19:30:16 Step 22/22 : LABEL version=0.0.0 19:30:16 Removing intermediate container 5aa22e661cdf 19:30:16 ---> 10ca97927147 19:30:16 Step 21/23 : LABEL arch=arm64 19:30:16 ---> Running in d6f3df10c72c 19:30:16 ---> Running in 8f01371e4184 19:30:16 ---> Running in d3b761c3052e 19:30:16 ---> 9bfd7fe22dfa 19:30:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:30:16 ---> Running in 7fd352dd01e5 19:30:17 Removing intermediate container d6f3df10c72c 19:30:17 ---> 78d739e06f22 19:30:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:17 Removing intermediate container d3b761c3052e 19:30:17 ---> f3bcaf14bf8b 19:30:17 19:30:17 Removing intermediate container 8f01371e4184 19:30:17 ---> ad8bf242f7be 19:30:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:17 ---> Running in 0b39fbbf9b2b 19:30:17 Removing intermediate container 7fd352dd01e5 19:30:17 ---> 734a7517d216 19:30:17 Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:30:17 ---> Running in cfbb8566141e 19:30:17 ---> 3a5293221715 19:30:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:30:17 ---> Running in 31b754e80cac 19:30:18 Successfully built f3bcaf14bf8b 19:30:18 Successfully tagged docker-support-scheduler-go-arm64:latest 19:30:18  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 19:30:18 Removing intermediate container 0b39fbbf9b2b 19:30:18 ---> 41eff8a99052 19:30:18 Step 20/22 : LABEL arch=arm64 19:30:18 ---> Running in 5e4e10cfe9e1 19:30:18 Removing intermediate container cfbb8566141e 19:30:18 ---> 48b60f534a8e 19:30:18 Step 21/23 : LABEL arch=arm64 19:30:18 Removing intermediate container 31b754e80cac 19:30:18 ---> acb33bc59ccc 19:30:18 Step 23/23 : LABEL version=0.0.0 19:30:18 ---> Running in fbfa72eca827 19:30:18 ---> Running in e2848110c9ea 19:30:18 Removing intermediate container 5e4e10cfe9e1 19:30:18 ---> 984aa8b75e0a 19:30:18 Step 21/22 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:30:18 ---> 12605413a746 19:30:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:30:19 ---> Running in 28c3aac8c04e 19:30:19 Removing intermediate container fbfa72eca827 19:30:19 ---> 7f094a58caa6 19:30:19 Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:30:19 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:30:19 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:30:19 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:30:19 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:30:19 ---> Running in a63d94352950 19:30:19 Removing intermediate container e2848110c9ea 19:30:19 ---> 58f54d7296bf 19:30:19 19:30:20 Building config-common 19:30:20 + snapcraftctl build 19:30:20 Removing intermediate container 28c3aac8c04e 19:30:20 ---> 207a228da681 19:30:20 Step 22/22 : LABEL version=0.0.0 19:30:20 Successfully built 58f54d7296bf 19:30:20 ---> b13b6732f803 19:30:20 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:30:20 Successfully tagged docker-core-command-go-arm64:latest 19:30:20  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 19:30:20 ---> Running in d6483c4f85e5 19:30:20 Removing intermediate container a63d94352950 19:30:20 ---> 5797eaa19f29 19:30:20 Step 23/23 : LABEL version=0.0.0 19:30:21 ---> Running in d5faeeddfbcb 19:30:21 ---> Running in 1c2e623bd14f 19:30:21 Removing intermediate container d6483c4f85e5 19:30:21 ---> f9f04ac7a982 19:30:21 19:30:22 Removing intermediate container d5faeeddfbcb 19:30:22 ---> 43903193a4f0 19:30:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:30:22 Successfully built f9f04ac7a982 19:30:22 Successfully tagged docker-support-notifications-go-arm64:latest 19:30:22 Building docker-core-data-go 19:30:22  Building docker-support-notifications-go ... done Removing intermediate container 1c2e623bd14f 19:30:22 ---> 5b822c97e260 19:30:22 19:30:22 Successfully built 5b822c97e260 19:30:22 Successfully tagged docker-core-metadata-go-arm64:latest 19:30:22  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 19:30:22 Building edgex-go 19:30:23 ---> f70709c099b4 19:30:23 Step 26/31 : RUN chmod +x /entrypoint.sh 19:30:23 + cd /root/parts/edgex-go/src 19:30:23 + make build 19:30:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:30:23 ---> Running in b29ad4b7daf8 19:30:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 19:30:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 19:30:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 19:30:23 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:30:23 go: downloading github.com/pkg/errors v0.8.1 19:30:23 go: downloading github.com/imdario/mergo v0.3.12 19:30:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 19:30:24 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:30:24 go: downloading github.com/gorilla/websocket v1.4.2 19:30:24 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:30:27 Removing intermediate container b29ad4b7daf8 19:30:27 ---> dad1d899470c 19:30:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:30:27 ---> Running in d66ff8d41b7c 19:30:28 Removing intermediate container d66ff8d41b7c 19:30:28 ---> dfc38fba297b 19:30:28 Step 28/31 : CMD ["gate"] 19:30:29 ---> Running in f12690b33491 19:30: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 19:30:29 go: downloading gopkg.in/yaml.v2 v2.4.0 19:30:29 Removing intermediate container f12690b33491 19:30:29 ---> 1f108bd2466e 19:30:29 Step 29/31 : LABEL arch=arm64 19:30:30 ---> Running in 817e20b7d9b2 19:30:31 Removing intermediate container 817e20b7d9b2 19:30:31 ---> fe5180bfee5c 19:30:31 Step 30/31 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:30:31 ---> Running in a9447fae57b3 19:30:32 Removing intermediate container a9447fae57b3 19:30:32 ---> 948e6759fb6e 19:30:32 Step 31/31 : LABEL version=0.0.0 19:30:32 ---> Running in 5a236c2512cb 19:30:33 Removing intermediate container 5a236c2512cb 19:30:33 ---> 28de51e83817 19:30:33 19:30:33 Successfully built 28de51e83817 19:30:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:30:34 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 19:30:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:30:38 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 19:30:39 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 19:30:39 go: downloading github.com/stretchr/testify v1.7.0 19:30:39 go: downloading github.com/davecgh/go-spew v1.1.1 19:30:39 go: downloading github.com/pmezard/go-difflib v1.0.0 19:30:39 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:30:41 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 19:30:41 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:30:41 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:30:43 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 19:30:44 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 19:30:44 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 19:30:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:30:47 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 19:30:47 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:30:48 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 19:30:49 go: downloading github.com/lib/pq v1.9.0 19:30:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:30:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:30:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:30:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:30:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:30:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:30:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:30:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:30:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:30:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:30:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:30:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:30:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:30:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:30:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:30:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:30:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:30:51 + 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 19:30:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:30:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:30:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:30:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:30:51 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:30:51 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:30:51 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:30:54 Building static-packages 19:30:54 + snapcraftctl build 19:30:57 Building version 19:30:57 + snapcraftctl build 19:31:00 Skipping stage go-build-helper (already ran) 19:31:00 Staging app-service-config 19:31:00 + snapcraftctl stage 19:31:00 Staging config-common 19:31:00 + snapcraftctl stage 19:31:01 Staging edgex-go 19:31:01 + snapcraftctl stage 19:31:03 Staging static-packages 19:31:03 + snapcraftctl stage 19:31:04 Staging version 19:31:04 + snapcraftctl stage 19:31:05 Priming go-build-helper 19:31:05 + snapcraftctl prime 19:31:06 Priming app-service-config 19:31:06 + snapcraftctl prime 19:31:08 Priming config-common 19:31:08 + snapcraftctl prime 19:31:08 Priming edgex-go 19:31:08 + snapcraftctl prime 19:31:10 Priming static-packages 19:31:10 + snapcraftctl prime 19:31:12 Priming version 19:31:12 + snapcraftctl prime 19:31:12  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:31:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:31:12 ---> a74f436ff28d 19:31:12 Step 3/21 : WORKDIR /edgex-go 19:31:12 ---> Using cache 19:31:12 ---> 9b3a972b2049 19:31:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:12 ---> Using cache 19:31:12 ---> e5a80e1f1768 19:31:12 Step 5/21 : RUN apk add --update --no-cache make git 19:31:12 ---> Using cache 19:31:12 ---> 52ad35cf9b68 19:31:12 Step 6/21 : COPY go.mod . 19:31:12 ---> Using cache 19:31:12 ---> e9032c4ca0a3 19:31:12 Step 7/21 : RUN go mod download 19:31:12 ---> Using cache 19:31:12 ---> 1d5a1d21fddc 19:31:12 Step 8/21 : COPY . . 19:31:12 ---> Using cache 19:31:12 ---> 7258b6add10a 19:31:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:31:13 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] } 19:31:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:31:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:31:16 ---> a74f436ff28d 19:31:16 Step 3/24 : WORKDIR /edgex-go 19:31:16 ---> Using cache 19:31:16 ---> 9b3a972b2049 19:31:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:16 ---> Using cache 19:31:16 ---> e5a80e1f1768 19:31:16 Step 5/24 : RUN apk add --update --no-cache make git 19:31:16 ---> Using cache 19:31:16 ---> 52ad35cf9b68 19:31:16 Step 6/24 : COPY go.mod . 19:31:16 ---> Using cache 19:31:16 ---> e9032c4ca0a3 19:31:16 Step 7/24 : RUN go mod download 19:31:16 ---> Using cache 19:31:16 ---> 1d5a1d21fddc 19:31:16 Step 8/24 : COPY . . 19:31:16 ---> Using cache 19:31:16 ---> 7258b6add10a 19:31:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:31:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:31:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:31:17 ---> a74f436ff28d 19:31:17 Step 3/26 : WORKDIR /edgex-go 19:31:17 ---> Using cache 19:31:17 ---> 9b3a972b2049 19:31:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:17 ---> Using cache 19:31:17 ---> e5a80e1f1768 19:31:17 Step 5/26 : RUN apk add --update --no-cache make bash git 19:31:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:31:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:31:17 ---> a74f436ff28d 19:31:17 Step 3/23 : WORKDIR /edgex-go 19:31:17 ---> Using cache 19:31:17 ---> 9b3a972b2049 19:31:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:17 ---> Using cache 19:31:17 ---> e5a80e1f1768 19:31:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:31:17 ---> Running in 2d7d8ba4d2be 19:31:17 ---> Running in 6dc4dad8577f 19:31:17 ---> Running in c365d87cf53e 19:31:17 ---> Running in 063e2e6ae9ef 19:31:19 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 19:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:19 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 19:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:21 OK: 217 MiB in 51 packages 19:31:21 OK: 217 MiB in 51 packages 19:31:23 Removing intermediate container 063e2e6ae9ef 19:31:23 ---> 1d5dc4548cd0 19:31:23 Step 6/23 : COPY go.mod . 19:31:23 Removing intermediate container 6dc4dad8577f 19:31:23 ---> b6143c9a73e3 19:31:23 Step 6/26 : COPY go.mod . 19:31:24 ---> a5b5799d4e5b 19:31:24 Step 7/26 : RUN go mod download 19:31:24 ---> d7bf7d0359cd 19:31:24 Step 7/23 : RUN go mod download 19:31:24 ---> Running in b6a17e3ed93f 19:31:24 ---> Running in 998f616a2b6b 19:31:30 Removing intermediate container b6a17e3ed93f 19:31:30 ---> abe88b1b9d4d 19:31:30 Step 8/26 : COPY . . 19:31:30 Removing intermediate container 998f616a2b6b 19:31:30 ---> 878f7c8a3cbb 19:31:30 Step 8/23 : COPY . . 19:32:02 ---> 8b175145bda4 19:32:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:32:02 ---> ccf86108c526 19:32:02 Step 9/23 : RUN make cmd/core-data/core-data 19:32:02 ---> Running in 365c04fafcc1 19:32:02 ---> Running in c14961272f13 19:32:02 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 19:32:02 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 19:32:09 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 19:32:11 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 19:32:26 Removing intermediate container 2d7d8ba4d2be 19:32:26 ---> 489133e1696e 19:32:26 19:32:26 Step 10/24 : FROM alpine:3.12 19:32:26 ---> d10569e2745f 19:32:26 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:32:26 ---> Running in 41a16fce1b08 19:32:27 Removing intermediate container c365d87cf53e 19:32:27 ---> 0d9091ee6a4a 19:32:27 19:32:27 Step 10/21 : FROM alpine:3.12 19:32:27 ---> d10569e2745f 19:32:27 Step 11/21 : RUN apk add --update --no-cache curl 19:32:27 ---> Running in 6edaf500bcd3 19:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:32:30 (1/5) Installing ca-certificates (20191127-r4) 19:32:30 (1/4) Installing ca-certificates (20191127-r4) 19:32:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:32:30 (3/5) Installing libcurl (7.69.1-r3) 19:32:30 (4/5) Installing curl (7.69.1-r3) 19:32:30 (5/5) Installing dumb-init (1.2.2-r1) 19:32:30 Executing busybox-1.31.1-r19.trigger 19:32:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:32:30 (3/4) Installing libcurl (7.69.1-r3) 19:32:30 Executing ca-certificates-20191127-r4.trigger 19:32:30 (4/4) Installing curl (7.69.1-r3) 19:32:30 Executing busybox-1.31.1-r19.trigger 19:32:30 Executing ca-certificates-20191127-r4.trigger 19:32:30 OK: 7 MiB in 19 packages 19:32:30 OK: 7 MiB in 18 packages 19:32:34 Removing intermediate container 41a16fce1b08 19:32:34 ---> 1eda39c788e9 19:32:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:32:34 Removing intermediate container 6edaf500bcd3 19:32:34 ---> dfb2ae3f6122 19:32:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:32:34 ---> Running in b4d5b5eada0c 19:32:34 ---> Running in b39bf0f1fb4e 19:32:35 Removing intermediate container b4d5b5eada0c 19:32:35 ---> 3b9b43e0c396 19:32:35 Step 13/24 : WORKDIR / 19:32:35 ---> Running in 2151c104202b 19:32:35 Removing intermediate container b39bf0f1fb4e 19:32:35 ---> c3fc296c4357 19:32:35 Step 13/21 : WORKDIR /edgex 19:32:35 ---> Running in 847286c3b3e9 19:32:36 Removing intermediate container 2151c104202b 19:32:36 ---> b7973a497829 19:32:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:32:36 Removing intermediate container 847286c3b3e9 19:32:36 ---> 37a43039b0a6 19:32:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:32:37 ---> cb3ad0d343e3 19:32:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:32:37 ---> 2e9aa289ac1d 19:32:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:32:39 ---> bda1f51edcd4 19:32:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:32:39 ---> e90363b70dfe 19:32:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:32:40 ---> 993b6d0dbd36 19:32:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:32:42 ---> 8e8df5a1a449 19:32:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:32:42 ---> Running in aaddfd3d31ed 19:32:42 ---> 2c52ce19d92c 19:32:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:32:42 Removing intermediate container aaddfd3d31ed 19:32:42 ---> 1395faf56b72 19:32:42 Step 18/21 : CMD ["--init=true"] 19:32:43 ---> Running in 520619379eff 19:32:44 Removing intermediate container 520619379eff 19:32:44 ---> 2e6ce75742a9 19:32:44 Step 19/21 : LABEL arch=arm64 19:32:44 ---> Running in 4d7345c9c4b4 19:32:44 ---> b98dcb6bc329 19:32:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:32:44 Removing intermediate container 4d7345c9c4b4 19:32:44 ---> b183713f973a 19:32:44 Step 20/21 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:32:45 ---> Running in 7ec470bd3a9f 19:32:45 ---> 4ecc234727ea 19:32:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:32:46 ---> Running in d807fe641315 19:32:46 Removing intermediate container 7ec470bd3a9f 19:32:46 ---> 6ee86c8dd7a0 19:32:46 Step 21/21 : LABEL version=0.0.0 19:32:46 ---> Running in fa848f9a405c 19:32:47 Removing intermediate container fa848f9a405c 19:32:47 ---> 01679065cf60 19:32:47 19:32:48 Successfully built 01679065cf60 19:32:48 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:32:49  Building docker-security-proxy-setup-go ... done Removing intermediate container d807fe641315 19:32:49 ---> 5e3fb4c4e044 19:32:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:32:49 ---> Running in bd53b5f4f85b 19:32:50 Removing intermediate container bd53b5f4f85b 19:32:50 ---> 7c1f07b7d074 19:32:50 Step 22/24 : LABEL arch=arm64 19:32:50 ---> Running in 2de769691d35 19:32:51 Removing intermediate container 2de769691d35 19:32:51 ---> 84b525912db7 19:32:51 Step 23/24 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:32:51 ---> Running in 923a8cb818a9 19:32:52 Removing intermediate container 923a8cb818a9 19:32:52 ---> 878a4eed92b5 19:32:52 Step 24/24 : LABEL version=0.0.0 19:32:52 ---> Running in 8707332c3328 19:32:53 Removing intermediate container 8707332c3328 19:32:53 ---> a7a2c72fc99c 19:32:53 19:32:53 Successfully built a7a2c72fc99c 19:32:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:33:08  Building docker-security-secretstore-setup-go ... done Removing intermediate container 365c04fafcc1 19:33:08 ---> fe6d83624f68 19:33:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:33:08 ---> Running in d8f3352c52e8 19:33:09 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 19:33:12 Removing intermediate container d8f3352c52e8 19:33:12 ---> a1895a6138de 19:33:12 19:33:12 Step 11/26 : FROM docker:20.10.0 19:33:12 20.10.0: Pulling from library/docker 19:33:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:33:22 Status: Downloaded newer image for docker:20.10.0 19:33:22 ---> eeaf43b92773 19:33:22 Step 12/26 : RUN apk add --no-cache bash 19:33:22 ---> Running in bec614126cd7 19:33:22 Removing intermediate container c14961272f13 19:33:22 ---> d3e804da5ac8 19:33:22 19:33:22 Step 10/23 : FROM alpine:3.12 19:33:22 ---> d10569e2745f 19:33:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:33:22 ---> Running in cc427625fb0e 19:33:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:33:23 Removing intermediate container cc427625fb0e 19:33:23 ---> 2bd266783c21 19:33:23 Step 12/23 : ENV APP_PORT=48080 19:33:23 ---> Running in 602c62d67552 19:33:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:33:23 Removing intermediate container 602c62d67552 19:33:23 ---> 98b35f292740 19:33:23 Step 13/23 : EXPOSE $APP_PORT 19:33:23 ---> Running in aa3432ad7398 19:33:24 (1/2) Installing readline (8.0.4-r0) 19:33:24 (2/2) Installing bash (5.0.17-r0) 19:33:24 Executing bash-5.0.17-r0.post-install 19:33:24 Executing busybox-1.31.1-r19.trigger 19:33:24 OK: 12 MiB in 22 packages 19:33:24 Removing intermediate container aa3432ad7398 19:33:24 ---> d3a78e4d8e77 19:33:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:25 ---> Running in ef4d2af92e34 19:33:25 Removing intermediate container bec614126cd7 19:33:25 ---> cc1c486e729f 19:33:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:33:25 ---> Running in 60588ada326c 19:33:26 Removing intermediate container 60588ada326c 19:33:26 ---> 96f48d6639ea 19:33:26 Step 14/26 : ENV APP_PORT=48090 19:33:26 ---> Running in 712679015dcb 19:33:26 Removing intermediate container 712679015dcb 19:33:26 ---> 7596309c41ce 19:33:26 Step 15/26 : EXPOSE $APP_PORT 19:33:27 ---> Running in 3cd7ce7132bb 19:33:27 Removing intermediate container ef4d2af92e34 19:33:27 ---> 9be695d4caa4 19:33:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:33:27 ---> Running in 3596d21724e2 19:33:27 Removing intermediate container 3cd7ce7132bb 19:33:27 ---> 9770ccb3c753 19:33:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:33:28 ---> 3a8a7c1f7b06 19:33:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:33:29 ---> c41fe65fa497 19:33:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:33:30 ---> 8dbbe1090a02 19:33:30 Step 19/26 : RUN apk --no-cache add py3-pip 19:33:30 ---> Running in e6cc90e9ab9a 19:33:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:33:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:33:31 (1/33) Installing libbz2 (1.0.8-r1) 19:33:31 (2/33) Installing expat (2.2.9-r1) 19:33:31 (3/33) Installing libffi (3.3-r2) 19:33:31 (4/33) Installing gdbm (1.13-r1) 19:33:31 (5/33) Installing xz-libs (5.2.5-r0) 19:33:31 (6/33) Installing sqlite-libs (3.32.1-r0) 19:33:32 (7/33) Installing python3 (3.8.8-r0) 19:33:32 (1/6) Installing dumb-init (1.2.2-r1) 19:33:32 (2/6) Installing libgcc (9.3.0-r2) 19:33:32 (3/6) Installing libsodium (1.0.18-r0) 19:33:33 (4/6) Installing libstdc++ (9.3.0-r2) 19:33:33 (8/33) Installing py3-appdirs (1.4.4-r1) 19:33:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:33:33 (10/33) Installing py3-parsing (2.4.7-r0) 19:33:33 (11/33) Installing py3-six (1.15.0-r0) 19:33:33 (12/33) Installing py3-packaging (20.4-r0) 19:33:33 (13/33) Installing py3-setuptools (47.0.0-r0) 19:33:33 (14/33) Installing py3-chardet (3.0.4-r4) 19:33:33 (15/33) Installing py3-idna (2.9-r0) 19:33:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:33:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:33:33 (18/33) Installing py3-requests (2.23.0-r0) 19:33:33 (19/33) Installing py3-msgpack (1.0.0-r0) 19:33:33 (20/33) Installing py3-lockfile (0.12.2-r3) 19:33:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:33:34 (22/33) Installing py3-colorama (0.4.3-r0) 19:33:34 (23/33) Installing py3-distlib (0.3.0-r0) 19:33:34 (24/33) Installing py3-distro (1.5.0-r1) 19:33:34 (25/33) Installing py3-webencodings (0.5.1-r3) 19:33:34 (26/33) Installing py3-html5lib (1.0.1-r4) 19:33:34 (27/33) Installing py3-pytoml (0.1.21-r0) 19:33:34 (28/33) Installing py3-pep517 (0.8.2-r0) 19:33:34 (29/33) Installing py3-progress (1.5-r0) 19:33:34 (30/33) Installing py3-toml (0.10.1-r0) 19:33:34 (31/33) Installing py3-retrying (1.3.3-r0) 19:33:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:33:34 (33/33) Installing py3-pip (20.1.1-r0) 19:33:34 (5/6) Installing libzmq (4.3.3-r0) 19:33:34 Executing busybox-1.31.1-r19.trigger 19:33:34 OK: 71 MiB in 55 packages 19:33:34 (6/6) Installing zeromq (4.3.3-r0) 19:33:34 Executing busybox-1.31.1-r19.trigger 19:33:34 OK: 8 MiB in 20 packages 19:33:36 Removing intermediate container 3596d21724e2 19:33:36 ---> 4daa96d59da6 19:33:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:37 ---> 77104a6e2ad1 19:33:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:33:39 ---> 4c93afc42181 19:33:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:33:40 ---> 9f965fa69a37 19:33:40 Step 19/23 : ENTRYPOINT ["/core-data"] 19:33:40 ---> Running in cc26634f6ac6 19:33:40 Removing intermediate container e6cc90e9ab9a 19:33:40 ---> dd01469140b9 19:33:40 Step 20/26 : RUN pip install docker-compose==1.23.2 19:33:41 ---> Running in fe92fb56cf05 19:33:41 Removing intermediate container cc26634f6ac6 19:33:41 ---> d3452bb8bf73 19:33:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:41 ---> Running in 2b7d3d5373e3 19:33:41 Removing intermediate container 2b7d3d5373e3 19:33:41 ---> bcdf4596d0c7 19:33:41 Step 21/23 : LABEL arch=arm64 19:33:42 ---> Running in e6cb51da59e8 19:33:42 Removing intermediate container e6cb51da59e8 19:33:42 ---> 3b5ce5f32f08 19:33:42 Step 22/23 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:33:42 ---> Running in 486d2ae04c19 19:33:43 Removing intermediate container 486d2ae04c19 19:33:43 ---> f37b451c055e 19:33:43 Step 23/23 : LABEL version=0.0.0 19:33:43 ---> Running in 2fb805bc2287 19:33:44 Removing intermediate container 2fb805bc2287 19:33:44 ---> f78886a8d0c8 19:33:44 19:33:44 Successfully built f78886a8d0c8 19:33:44 Successfully tagged docker-core-data-go-arm64:latest 19:33:46  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 19:33:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:33:46 Collecting dockerpty<0.5,>=0.4.1 19:33:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:33:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:33:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:33:49 Collecting docopt<0.7,>=0.6.1 19:33:49 Downloading docopt-0.6.2.tar.gz (25 kB) 19:33:51 Collecting docker<4.0,>=3.6.0 19:33:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:33:52 Collecting cached-property<2,>=1.2.0 19:33:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:33:52 Collecting websocket-client<1.0,>=0.32.0 19:33:52 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:33:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:33:53 Collecting jsonschema<3,>=2.5.1 19:33:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:33:54 Collecting PyYAML<4,>=3.10 19:33:54 Downloading PyYAML-3.13.tar.gz (270 kB) 19:33:56 Collecting texttable<0.10,>=0.9.0 19:33:56 Downloading texttable-0.9.1.tar.gz (11 kB) 19:33:58 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) 19:33:59 Collecting urllib3<1.25,>=1.21.1 19:33:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:33:59 Collecting idna<2.8,>=2.5 19:33:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:33:59 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) 19:33:59 Collecting docker-pycreds>=0.4.0 19:33:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:33:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:33:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:33:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:33:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:34:00 Installing collected packages: dockerpty, urllib3, idna, requests, docopt, docker-pycreds, websocket-client, docker, cached-property, jsonschema, PyYAML, texttable, docker-compose 19:34:00 Running setup.py install for dockerpty: started 19:34:02 Running setup.py install for dockerpty: finished with status 'done' 19:34:02 Attempting uninstall: urllib3 19:34:02 Found existing installation: urllib3 1.25.9 19:34:02 Uninstalling urllib3-1.25.9: 19:34:02 Successfully uninstalled urllib3-1.25.9 19:34:03 Attempting uninstall: idna 19:34:03 Found existing installation: idna 2.9 19:34:03 Uninstalling idna-2.9: 19:34:03 Successfully uninstalled idna-2.9 19:34:04 Attempting uninstall: requests 19:34:04 Found existing installation: requests 2.23.0 19:34:04 Uninstalling requests-2.23.0: 19:34:04 Successfully uninstalled requests-2.23.0 19:34:04 Running setup.py install for docopt: started 19:34:06 Running setup.py install for docopt: finished with status 'done' 19:34:07 Running setup.py install for PyYAML: started 19:34:09 Running setup.py install for PyYAML: finished with status 'done' 19:34:09 Running setup.py install for texttable: started 19:34:11 Running setup.py install for texttable: finished with status 'done' 19:34:11 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 19:34:16 Removing intermediate container fe92fb56cf05 19:34:16 ---> b8f599c829b5 19:34:16 Step 21/26 : RUN apk --no-cache add curl 19:34:16 ---> Running in edb0f0954a78 19:34:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:34:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:34:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:34:17 (2/3) Installing libcurl (7.69.1-r3) 19:34:17 (3/3) Installing curl (7.69.1-r3) 19:34:17 Executing busybox-1.31.1-r19.trigger 19:34:17 OK: 72 MiB in 58 packages 19:34:19 Removing intermediate container edb0f0954a78 19:34:19 ---> 19901c1c050a 19:34:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:34:19 ---> Running in c94db26683ff 19:34:19 Removing intermediate container c94db26683ff 19:34:19 ---> e7e6ebbeeab8 19:34:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:34:19 ---> Running in df00335a0436 19:34:20 Removing intermediate container df00335a0436 19:34:20 ---> a54794b46353 19:34:20 Step 24/26 : LABEL arch=arm64 19:34:20 ---> Running in d555b9c6f933 19:34:20 Removing intermediate container d555b9c6f933 19:34:20 ---> 0d441cfeb884 19:34:20 Step 25/26 : LABEL git_sha=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f 19:34:20 ---> Running in 5e7579e1e419 19:34:21 Removing intermediate container 5e7579e1e419 19:34:21 ---> bc86b4698fd1 19:34:21 Step 26/26 : LABEL version=0.0.0 19:34:21 ---> Running in 6e666b301561 19:34:21 Removing intermediate container 6e666b301561 19:34:21 ---> e7e6fbd31efd 19:34:21 19:34:22 Successfully built e7e6fbd31efd 19:34:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:34:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:34:22 $ docker stop --time=1 cb24d88524ce97e7bfe98844e8748c11e2e511658b5386a8dc590b90bb2a87e5 19:34:24 $ docker rm -f cb24d88524ce97e7bfe98844e8748c11e2e511658b5386a8dc590b90bb2a87e5 [Pipeline] // withDockerContainer [Pipeline] sh 19:34:25 + docker images 19:34:25 + grep docker 19:34:25 docker-sys-mgmt-agent-go-arm64 latest e7e6fbd31efd 4 seconds ago 300MB 19:34:25 docker-core-data-go-arm64 latest f78886a8d0c8 42 seconds ago 21.3MB 19:34:25 docker-security-secretstore-setup-go-arm64 latest a7a2c72fc99c About a minute ago 23.7MB 19:34:25 docker-security-proxy-setup-go-arm64 latest 01679065cf60 About a minute ago 23.4MB 19:34:25 docker-security-bootstrapper-go-arm64 latest 28de51e83817 3 minutes ago 17.8MB 19:34:25 docker-support-notifications-go-arm64 latest f9f04ac7a982 4 minutes ago 16.9MB 19:34:25 docker-core-metadata-go-arm64 latest 5b822c97e260 4 minutes ago 17.9MB 19:34:25 docker-core-command-go-arm64 latest 58f54d7296bf 4 minutes ago 16.2MB 19:34:25 docker-support-scheduler-go-arm64 latest f3bcaf14bf8b 4 minutes ago 16.3MB 19:34:25 docker 20.10.0 eeaf43b92773 3 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 19:34:26 ---> job-cost.sh 19:34:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SyLD 19:35:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:36:42 lf-activate-venv(): INFO: Adding /tmp/venv-SyLD/bin to PATH 19:36:42 INFO: No Stack... 19:36:42 INFO: Retrieving Pricing Info for: lf-standard-4 19:36:42 INFO: Archiving Costs [Pipeline] sh 19:36:42 + cat /w/workspace/edgex-go/2/archives/cost.csv 19:36:42 + cut -d, -f6 [Pipeline] lock 19:36:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3273-2-stack-cost] 19:36:42 Resource [jenkins-edgexfoundry-edgex-go-PR-3273-2-stack-cost] did not exist. Created. 19:36:42 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3273-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:36:43 + echo total: 0.20999999344348907 [Pipeline] stash 19:36:43 Stashed 1 file(s) [Pipeline] } 19:36:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3273-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:36:45 provisioning config files... 19:36:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6404801115688090796tmp [Pipeline] { [Pipeline] sh 19:36:45 + set +x 19:36:45 + curl -s https://codecov.io/bash 19:36:45 + bash -s -- 19:36:46 19:36:46 _____ _ 19:36:46 / ____| | | 19:36:46 | | ___ __| | ___ ___ _____ __ 19:36:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:36:46 | |___| (_) | (_| | __/ (_| (_) \ V / 19:36:46 \_____\___/ \__,_|\___|\___\___/ \_/ 19:36:46 Bash-20210309-2b87ace 19:36:46 19:36:46 19:36:46 ==> git version 2.24.3 found 19:36:46 ==> 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 19:36:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:36:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:36:46 ==> Jenkins CI detected. 19:36:46 project root: . 19:36:46 --> token set from env 19:36:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:36:46 ==> Running gcov in . (disable via -X gcov) 19:36:46 ==> Python coveragepy not found 19:36:46 ==> Searching for coverage reports in: 19:36:46 + . 19:36:46 -> Found 1 reports 19:36:46 ==> Detecting git/mercurial file structure 19:36:46 ==> Reading reports 19:36:46 + ./coverage.out bytes=662611 19:36:46 ==> Appending adjustments 19:36:46 https://docs.codecov.io/docs/fixing-reports 19:36:49 + Found adjustments 19:36:49 ==> Gzipping contents 19:36:49 96K /tmp/codecov.0J90zD.gz 19:36:49 ==> Uploading reports 19:36:49 url: https://codecov.io 19:36:49 query: branch=PR-3273&commit=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= 19:36:49 -> Pinging Codecov 19:36:49 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3273&commit=c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= 19:36:50 -> Uploading to 19:36:50 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f/acd8ada2-755c-432e-821a-a81b33b29ff2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T193649Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=97cb1df49e18ba2ab87938f119607e0384cc62fff1aa864b0194676225a672e9 19:36:50 % Total % Received % Xferd Average Speed Time Time Time Current 19:36:50 Dload Upload Total Spent Left Speed 19:36:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96169 0 0 100 96169 0 176k --:--:-- --:--:-- --:--:-- 176k 19:36:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c15de42b2ff48f9c2b69ff3dca3fa97eec97bb1f [Pipeline] } 19:36:50 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 19:36:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:36:53 ---> package-listing.sh 19:36:53 ++ facter osfamily 19:36:53 ++ tr '[:upper:]' '[:lower:]' 19:36:53 + OS_FAMILY=redhat 19:36:53 + workspace=/w/workspace/edgex-go/2 19:36:53 + START_PACKAGES=/tmp/packages_start.txt 19:36:53 + END_PACKAGES=/tmp/packages_end.txt 19:36:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:36:53 + PACKAGES=/tmp/packages_start.txt 19:36:53 + '[' /w/workspace/edgex-go/2 ']' 19:36:53 + PACKAGES=/tmp/packages_end.txt 19:36:53 + case "${OS_FAMILY}" in 19:36:53 + rpm -qa 19:36:53 + sort 19:36:58 + '[' -f /tmp/packages_start.txt ']' 19:36:58 + '[' -f /tmp/packages_end.txt ']' 19:36:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:36:58 + '[' /w/workspace/edgex-go/2 ']' 19:36:58 + mkdir -p /w/workspace/edgex-go/2/archives/ 19:36:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 19:36:58 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:36:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:36:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:59 19:36:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:36:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:59 alpine: Pulling from edgex-lftools-log-publisher 19:36:59 df20fa9351a1: Pulling fs layer 19:36:59 36b3adc4ff6f: Pulling fs layer 19:36:59 8ad3a11d3b57: Pulling fs layer 19:36:59 46f8f816bc3b: Pulling fs layer 19:36:59 93b61091891f: Pulling fs layer 19:36:59 93b9cdb0e59b: Pulling fs layer 19:36:59 5e14af77c1be: Pulling fs layer 19:36:59 01666e4c0597: Pulling fs layer 19:36:59 aa168da1d23b: Pulling fs layer 19:36:59 93b9cdb0e59b: Waiting 19:36:59 5e14af77c1be: Waiting 19:36:59 01666e4c0597: Waiting 19:36:59 aa168da1d23b: Waiting 19:36:59 46f8f816bc3b: Waiting 19:36:59 93b61091891f: Waiting 19:36:59 36b3adc4ff6f: Verifying Checksum 19:36:59 36b3adc4ff6f: Download complete 19:36:59 46f8f816bc3b: Verifying Checksum 19:36:59 46f8f816bc3b: Download complete 19:37:00 df20fa9351a1: Verifying Checksum 19:37:00 df20fa9351a1: Download complete 19:37:00 93b9cdb0e59b: Verifying Checksum 19:37:00 93b9cdb0e59b: Download complete 19:37:00 5e14af77c1be: Verifying Checksum 19:37:00 5e14af77c1be: Download complete 19:37:00 93b61091891f: Verifying Checksum 19:37:00 93b61091891f: Download complete 19:37:00 01666e4c0597: Verifying Checksum 19:37:00 01666e4c0597: Download complete 19:37:00 df20fa9351a1: Pull complete 19:37:00 36b3adc4ff6f: Pull complete 19:37:01 8ad3a11d3b57: Verifying Checksum 19:37:01 8ad3a11d3b57: Download complete 19:37:01 8ad3a11d3b57: Pull complete 19:37:01 46f8f816bc3b: Pull complete 19:37:02 aa168da1d23b: Verifying Checksum 19:37:02 aa168da1d23b: Download complete 19:37:03 93b61091891f: Pull complete 19:37:04 93b9cdb0e59b: Pull complete 19:37:04 5e14af77c1be: Pull complete 19:37:04 01666e4c0597: Pull complete 19:37:12 aa168da1d23b: Pull complete 19:37:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:37:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:37:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:37:13 prd-centos7-docker-4c-2g-30606 does not seem to be running inside a container 19:37:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:37:18 $ docker top 4a3f960856d53d0a8cc32ab5117554528f4103d823b745b245d669b2a5e5cdf1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:37:19 + touch /tmp/pre-build-complete [Pipeline] sh 19:37:19 + mkdir -p /var/log/sa [Pipeline] sh 19:37:19 + ls /var/log/sa-host 19:37:19 + sadf -c /var/log/sa-host/sa19 19:37:19 file_magic: OK 19:37:19 HZ: Using current value: 100 19:37:19 file_header: OK 19:37:19 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 19:37:19 Statistics: 19:37:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:37:19 File successfully converted to sysstat format version 12.2.1 19:37:19 + sadf -c /var/log/sa-host/sa23 19:37:19 file_magic: OK 19:37:19 HZ: Using current value: 100 19:37:19 file_header: OK 19:37:19 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 19:37:19 Statistics: 19:37:19 Hnuu...uuuununununu... 19:37:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:37:19 provisioning config files... 19:37:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4394602657769719322tmp [Pipeline] { [Pipeline] echo 19:37:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:37:20 ---> create-netrc.sh [Pipeline] } 19:37:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:37:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:37:20 ---> python-tools-install.sh [Pipeline] echo 19:37:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:37:21 ---> sudo-logs.sh 19:37:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:37:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:37:21 ---> job-cost.sh 19:37:21 lf-activate-venv: SKIPPING 19:37:21 DEBUG: total: 0.20999999344348907 19:37:21 INFO: Retrieving Stack Cost... 19:37:22 INFO: Retrieving Pricing Info for: v1-standard-2 19:37:23 INFO: Archiving Costs [Pipeline] echo 19:37:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:37:23 ---> logs-deploy.sh 19:37:23 lf-activate-venv: SKIPPING 19:37:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3273/2 19:37:23 INFO: archiving workspace using pattern(s): 19:37:25 Archives upload complete. 19:37:25 INFO: archiving logs to Nexus 19:37:26 ---> uname -a: 19:37:26 Linux prd-centos7-docker-4c-2g-30606.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:37:26 19:37:26 19:37:26 ---> lscpu: 19:37:26 Architecture: x86_64 19:37:26 CPU op-mode(s): 32-bit, 64-bit 19:37:26 Byte Order: Little Endian 19:37:26 Address sizes: 40 bits physical, 48 bits virtual 19:37:26 CPU(s): 4 19:37:26 On-line CPU(s) list: 0-3 19:37:26 Thread(s) per core: 1 19:37:26 Core(s) per socket: 1 19:37:26 Socket(s): 4 19:37:26 NUMA node(s): 1 19:37:26 Vendor ID: GenuineIntel 19:37:26 CPU family: 6 19:37:26 Model: 44 19:37:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:37:26 Stepping: 1 19:37:26 CPU MHz: 2933.438 19:37:26 BogoMIPS: 5866.87 19:37:26 Virtualization: VT-x 19:37:26 Hypervisor vendor: KVM 19:37:26 Virtualization type: full 19:37:26 L1d cache: 128 KiB 19:37:26 L1i cache: 128 KiB 19:37:26 L2 cache: 16 MiB 19:37:26 L3 cache: 64 MiB 19:37:26 NUMA node0 CPU(s): 0-3 19:37:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:37:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:37:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:37:26 Vulnerability Meltdown: Mitigation; PTI 19:37:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:37:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:37:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:37:26 Vulnerability Srbds: Not affected 19:37:26 Vulnerability Tsx async abort: Not affected 19:37:26 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 19:37:26 19:37:26 19:37:26 ---> nproc: 19:37:26 4 19:37:26 19:37:26 19:37:26 ---> df -h: 19:37:26 Filesystem Size Used Available Use% Mounted on 19:37:26 overlay 50.0G 11.7G 38.2G 24% / 19:37:26 tmpfs 64.0M 0 64.0M 0% /dev 19:37:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:37:26 shm 64.0M 0 64.0M 0% /dev/shm 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /facter-os 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/resolv.conf 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hostname 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hosts 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/auth.log 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /run/cloud-init/result.json 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/sa-host 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/secure 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/2 19:37:26 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/2@tmp 19:37:26 19:37:26 19:37:26 ---> free -m: 19:37:26 total used free shared buff/cache available 19:37:26 Mem: 1837 702 175 0 958 1050 19:37:26 Swap: 1023 76 947 19:37:26 19:37:26 19:37:26 ---> ip addr: 19:37:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:37:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:37:26 inet 127.0.0.1/8 scope host lo 19:37:26 valid_lft forever preferred_lft forever 19:37:26 inet6 ::1/128 scope host 19:37:26 valid_lft forever preferred_lft forever 19:37:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:37:26 link/ether fa:16:3e:61:d6:05 brd ff:ff:ff:ff:ff:ff 19:37:26 inet 10.30.122.146/23 brd 10.30.123.255 scope global dynamic eth0 19:37:26 valid_lft 84895sec preferred_lft 84895sec 19:37:26 inet6 fe80::f816:3eff:fe61:d605/64 scope link 19:37:26 valid_lft forever preferred_lft forever 19:37:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:37:26 link/ether 02:42:13:59:ab:c9 brd ff:ff:ff:ff:ff:ff 19:37:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:37:26 valid_lft forever preferred_lft forever 19:37:26 inet6 fe80::42:13ff:fe59:abc9/64 scope link 19:37:26 valid_lft forever preferred_lft forever 19:37:26 19:37:26 19:37:26 ---> sar -b -r -n DEV: 19:37:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 19:37:26 19:37:26 19:12:07 LINUX RESTART (4 CPU) 19:37:26 19:37:26 19:13:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:37:26 19:14:01 155.24 53.62 101.62 0.00 9402.65 41440.50 0.00 19:37:26 19:15:01 298.40 130.28 168.13 0.00 5041.02 28102.36 0.00 19:37:26 19:16:01 118.30 37.07 81.23 0.00 1493.79 10146.33 0.00 19:37:26 19:17:01 159.10 78.04 81.05 0.00 3660.81 11376.13 0.00 19:37:26 19:18:02 717.67 483.85 233.82 0.00 81415.47 154031.65 0.00 19:37:26 19:19:02 2971.58 2616.15 355.42 0.00 150135.79 165168.60 0.00 19:37:26 19:20:01 403.21 174.92 228.29 0.00 11576.04 39918.36 0.00 19:37:26 19:21:02 1581.59 1232.29 349.30 0.00 123575.91 139078.58 0.00 19:37:26 19:22:01 1501.03 1210.62 290.41 0.00 65666.04 77361.41 0.00 19:37:26 19:23:01 51.47 17.83 33.64 0.00 3101.85 2454.67 0.00 19:37:26 19:24:01 0.42 0.02 0.40 0.00 0.53 6.59 0.00 19:37:26 19:25:01 1.42 0.83 0.58 0.00 23.04 6.58 0.00 19:37:26 19:26:01 0.28 0.02 0.27 0.00 0.53 3.58 0.00 19:37:26 19:27:01 0.27 0.00 0.27 0.00 0.00 3.10 0.00 19:37:26 19:28:01 1.45 1.27 0.18 0.00 45.29 1.63 0.00 19:37:26 19:29:01 0.85 0.03 0.82 0.00 1.07 15.85 0.00 19:37:26 19:30:02 0.33 0.08 0.25 0.00 1.07 2.30 0.00 19:37:26 19:31:01 0.25 0.00 0.25 0.00 0.00 3.34 0.00 19:37:26 19:32:01 0.27 0.02 0.25 0.00 0.53 2.75 0.00 19:37:26 19:33:01 0.33 0.02 0.32 0.00 0.53 3.56 0.00 19:37:26 19:34:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 19:37:26 19:35:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 19:37:26 19:36:01 0.55 0.00 0.55 0.00 0.00 6.18 0.00 19:37:26 19:37:01 66.74 65.88 0.87 0.00 5429.03 42.08 0.00 19:37:26 Average: 334.59 254.26 80.33 0.00 19254.01 27957.59 0.00 19:37:26 19:37:26 19:13:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:37:26 19:14:01 72732 0 711480 37.81 2460 1094872 1547188 52.80 721784 867444 28888 19:37:26 19:15:01 219340 0 784724 41.71 1492 875988 1430760 48.83 559260 823468 3772 19:37:26 19:16:01 145056 0 841016 44.70 644 894828 1801224 61.47 723472 726616 69976 19:37:26 19:17:01 210644 0 769408 40.89 536 900956 1481668 50.57 615048 759812 39712 19:37:26 19:18:02 64144 0 836104 44.44 0 981296 2259932 77.13 745576 865916 66176 19:37:26 19:19:02 103476 0 725312 38.55 0 1052756 1570352 53.59 613916 931748 820 19:37:26 19:20:01 158944 0 709092 37.69 0 1013508 1407092 48.02 552912 919144 0 19:37:26 19:21:02 106832 0 771024 40.98 0 1003688 1963048 67.00 583352 940320 93860 19:37:26 19:22:01 443416 0 679944 36.14 0 758184 1421296 48.51 541612 644840 56 19:37:26 19:23:01 481700 0 629680 33.47 0 770164 1205868 41.15 495900 656756 16 19:37:26 19:24:01 483660 0 627712 33.36 0 770172 1188380 40.56 494764 656252 12 19:37:26 19:25:01 482912 0 628484 33.40 0 770148 1184400 40.42 495216 656776 20 19:37:26 19:26:01 483516 0 627852 33.37 0 770176 1184268 40.42 494456 656808 16 19:37:26 19:27:01 483456 0 627892 33.37 0 770196 1184268 40.42 494708 656824 8 19:37:26 19:28:01 481600 0 629008 33.43 0 770936 1184352 40.42 495088 657516 20 19:37:26 19:29:01 482512 0 628088 33.38 0 770944 1184268 40.42 494520 657516 8 19:37:26 19:30:02 482396 0 628168 33.39 0 770980 1184268 40.42 494644 657548 24 19:37:26 19:31:01 482224 0 628328 33.39 0 770992 1184268 40.42 494652 657548 8 19:37:26 19:32:01 482636 0 627908 33.37 0 771000 1184268 40.42 494532 657564 8 19:37:26 19:33:01 482012 0 628540 33.41 0 770992 1184352 40.42 494804 657564 8 19:37:26 19:34:01 482240 0 628288 33.39 0 771016 1184268 40.42 494668 657580 16 19:37:26 19:35:01 482104 0 628420 33.40 0 771020 1184268 40.42 494672 657580 8 19:37:26 19:36:01 482148 0 628364 33.40 0 771032 1184268 40.42 494684 657580 8 19:37:26 19:37:01 173540 0 694644 36.92 0 1013360 1612604 55.04 590624 865412 81196 19:37:26 Average: 352218 0 679978 36.14 214 849134 1379205 47.07 548953 731089 16026 19:37:26 19:37:26 19:13:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:37:26 19:14:01 eth0 1466.01 1348.80 6623.63 173.13 0.00 0.00 0.00 0.00 19:37:26 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:14:01 docker0 912.25 913.61 75.28 2783.59 0.00 0.00 0.00 0.00 19:37:26 19:15:01 eth0 236.13 166.01 864.73 25.62 0.00 0.00 0.00 0.00 19:37:26 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:15:01 vethd991bf0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:37:26 19:15:01 docker0 145.58 199.95 10.67 830.17 0.00 0.00 0.00 0.00 19:37:26 19:16:01 eth0 26.17 13.39 20.90 11.09 0.00 0.00 0.00 0.00 19:37:26 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:16:01 vethd991bf0 0.63 0.67 0.05 0.05 0.00 0.00 0.00 0.00 19:37:26 19:16:01 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 19:37:26 19:17:01 eth0 44.76 31.87 24.11 84.91 0.00 0.00 0.00 0.00 19:37:26 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:17:01 vethd991bf0 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 19:37:26 19:17:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 19:37:26 19:18:02 veth22b23b8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:37:26 19:18:02 eth0 210.46 171.42 1669.99 68.76 0.00 0.00 0.00 0.00 19:37:26 19:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:19:02 veth22b23b8 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 19:37:26 19:19:02 eth0 46.35 23.20 165.30 10.27 0.00 0.00 0.00 0.00 19:37:26 19:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:19:02 veth429b6f7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:20:01 veth22b23b8 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 19:37:26 19:20:01 eth0 166.29 129.00 1476.28 19.74 0.00 0.00 0.00 0.00 19:37:26 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:20:01 docker0 1072.79 1153.10 86.41 3899.91 0.00 0.00 0.00 0.00 19:37:26 19:21:02 veth22b23b8 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 19:37:26 19:21:02 eth0 103.76 61.71 409.53 92.16 0.00 0.00 0.00 0.00 19:37:26 19:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:21:02 vethefa3e99 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:37:26 19:22:01 veth6a09e6a 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:22:01 veth7f219ff 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:22:01 veth22b23b8 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:37:26 19:22:01 eth0 65.29 40.83 150.30 76.29 0.00 0.00 0.00 0.00 19:37:26 19:23:01 eth0 19.99 12.19 56.00 5.65 0.00 0.00 0.00 0.00 19:37:26 19:23:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:37:26 19:23:01 docker0 1093.91 1203.63 87.37 4374.26 0.00 0.00 0.00 0.00 19:37:26 19:24:01 eth0 0.33 0.22 0.12 0.02 0.00 0.00 0.00 0.00 19:37:26 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:25:01 eth0 0.97 0.42 0.32 0.18 0.00 0.00 0.00 0.00 19:37:26 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:26:01 eth0 0.13 0.10 0.01 0.04 0.00 0.00 0.00 0.00 19:37:26 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:27:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:37:26 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:28:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 19:37:26 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:29:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:37:26 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:30:02 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 19:37:26 19:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:31:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:32:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:37:26 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:33:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 19:37:26 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:34:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 19:37:26 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:35:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:36:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:37:26 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:37:01 eth0 101.33 80.64 928.01 13.13 0.00 0.00 0.00 0.00 19:37:26 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 Average: eth0 102.04 85.13 508.91 24.07 0.00 0.00 0.00 0.00 19:37:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:26 Average: docker0 45.69 50.28 3.65 182.71 0.00 0.00 0.00 0.00 19:37:26 19:37:26 19:37:26 ---> sar -P ALL: 19:37:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 19:37:26 19:37:26 19:12:07 LINUX RESTART (4 CPU) 19:37:26 19:37:26 19:13:03 CPU %user %nice %system %iowait %steal %idle 19:37:26 19:14:01 all 16.40 0.00 8.12 2.26 0.16 73.06 19:37:26 19:14:01 0 20.47 0.00 10.33 3.09 0.16 65.95 19:37:26 19:14:01 1 16.17 0.00 7.23 2.88 0.14 73.57 19:37:26 19:14:01 2 16.85 0.00 7.99 1.47 0.12 73.56 19:37:26 19:14:01 3 12.17 0.00 6.96 1.60 0.20 79.08 19:37:26 19:15:01 all 8.69 0.00 7.65 7.33 0.15 76.18 19:37:26 19:15:01 0 8.59 0.00 7.71 6.83 0.14 76.74 19:37:26 19:15:01 1 8.57 0.00 7.55 7.02 0.17 76.69 19:37:26 19:15:01 2 8.41 0.00 8.04 7.32 0.15 76.08 19:37:26 19:15:01 3 9.20 0.00 7.30 8.16 0.14 75.21 19:37:26 19:16:01 all 50.42 0.00 11.38 4.46 0.10 33.65 19:37:26 19:16:01 0 47.96 0.00 11.36 6.63 0.10 33.95 19:37:26 19:16:01 1 49.94 0.00 11.76 4.86 0.10 33.34 19:37:26 19:16:01 2 52.60 0.00 10.61 2.31 0.11 34.37 19:37:26 19:16:01 3 51.19 0.00 11.79 4.01 0.09 32.93 19:37:26 19:17:01 all 51.52 0.00 15.05 3.80 0.12 29.51 19:37:26 19:17:01 0 51.60 0.00 15.46 1.82 0.09 31.04 19:37:26 19:17:01 1 50.42 0.00 14.99 4.74 0.17 29.67 19:37:26 19:17:01 2 52.41 0.00 14.82 4.88 0.12 27.76 19:37:26 19:17:01 3 51.66 0.00 14.91 3.77 0.11 29.56 19:37:26 19:18:02 all 22.53 0.00 21.05 4.99 0.21 51.22 19:37:26 19:18:02 0 21.45 0.00 20.50 4.07 0.21 53.77 19:37:26 19:18:02 1 21.89 0.00 21.03 6.22 0.24 50.62 19:37:26 19:18:02 2 21.48 0.00 21.32 4.92 0.19 52.09 19:37:26 19:18:02 3 25.30 0.00 21.34 4.75 0.21 48.40 19:37:26 19:19:02 all 17.10 0.00 24.62 31.80 0.33 26.15 19:37:26 19:19:02 0 16.41 0.00 23.41 32.56 0.41 27.21 19:37:26 19:19:02 1 17.75 0.00 25.02 30.94 0.34 25.95 19:37:26 19:19:02 2 16.73 0.00 24.86 32.44 0.30 25.67 19:37:26 19:19:02 3 17.53 0.00 25.20 31.25 0.27 25.74 19:37:26 19:20:01 all 54.96 0.00 16.17 13.43 0.10 15.34 19:37:26 19:20:01 0 54.62 0.00 16.64 13.88 0.14 14.72 19:37:26 19:20:01 1 53.77 0.00 16.53 13.86 0.09 15.75 19:37:26 19:20:01 2 55.64 0.00 15.34 15.52 0.09 13.42 19:37:26 19:20:01 3 55.76 0.00 16.18 10.51 0.09 17.46 19:37:26 19:21:02 all 23.66 0.00 21.72 33.31 0.22 21.09 19:37:26 19:21:02 0 24.47 0.00 21.63 32.17 0.23 21.50 19:37:26 19:21:02 1 23.22 0.00 22.05 31.37 0.21 23.15 19:37:26 19:21:02 2 23.90 0.00 21.26 37.90 0.26 16.69 19:37:26 19:21:02 3 23.04 0.00 21.96 31.77 0.18 23.06 19:37:26 19:22:01 all 45.15 0.00 19.20 17.82 0.21 17.61 19:37:26 19:22:01 0 45.47 0.00 18.81 17.33 0.21 18.18 19:37:26 19:22:01 1 43.85 0.00 19.50 15.78 0.23 20.64 19:37:26 19:22:01 2 46.21 0.00 19.13 20.93 0.25 13.48 19:37:26 19:22:01 3 45.09 0.00 19.38 17.26 0.14 18.12 19:37:26 19:23:01 all 1.51 0.00 1.54 0.82 0.02 96.11 19:37:26 19:23:01 0 1.34 0.00 1.71 0.40 0.02 96.53 19:37:26 19:23:01 1 1.44 0.00 1.64 1.09 0.02 95.82 19:37:26 19:23:01 2 1.42 0.00 1.53 0.84 0.02 96.20 19:37:26 19:23:01 3 1.83 0.00 1.27 0.96 0.03 95.91 19:37:26 19:24:01 all 0.14 0.00 0.03 0.00 0.00 99.82 19:37:26 19:24:01 0 0.52 0.00 0.02 0.00 0.00 99.47 19:37:26 19:24:01 1 0.02 0.00 0.05 0.00 0.00 99.93 19:37:26 19:24:01 2 0.03 0.00 0.05 0.00 0.02 99.90 19:37:26 19:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:37:26 19:37:26 19:24:01 CPU %user %nice %system %iowait %steal %idle 19:37:26 19:25:01 all 0.18 0.00 0.05 0.03 0.01 99.73 19:37:26 19:25:01 0 0.53 0.00 0.02 0.00 0.02 99.43 19:37:26 19:25:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:37:26 19:25:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:37:26 19:25:01 3 0.10 0.00 0.08 0.12 0.02 99.68 19:37:26 19:26:01 all 0.06 0.00 0.05 0.00 0.00 99.89 19:37:26 19:26:01 0 0.15 0.00 0.07 0.00 0.00 99.78 19:37:26 19:26:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:37:26 19:26:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:37:26 19:26:01 3 0.03 0.00 0.07 0.00 0.00 99.90 19:37:26 19:27:01 all 0.05 0.00 0.03 0.00 0.00 99.92 19:37:26 19:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:37:26 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:37:26 19:27:01 2 0.10 0.00 0.05 0.00 0.00 99.85 19:37:26 19:27:01 3 0.03 0.00 0.05 0.00 0.02 99.90 19:37:26 19:28:01 all 0.16 0.00 0.05 0.02 0.00 99.76 19:37:26 19:28:01 0 0.03 0.00 0.10 0.10 0.00 99.77 19:37:26 19:28:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:37:26 19:28:01 2 0.55 0.00 0.05 0.00 0.00 99.40 19:37:26 19:28:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:37:26 19:29:01 all 0.16 0.00 0.03 0.00 0.00 99.80 19:37:26 19:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:37:26 19:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:37:26 19:29:01 2 0.55 0.00 0.03 0.00 0.02 99.40 19:37:26 19:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:37:26 19:30:02 all 0.15 0.00 0.03 0.00 0.00 99.81 19:37:26 19:30:02 0 0.03 0.00 0.03 0.02 0.02 99.90 19:37:26 19:30:02 1 0.02 0.00 0.03 0.00 0.00 99.95 19:37:26 19:30:02 2 0.53 0.00 0.03 0.00 0.00 99.43 19:37:26 19:30:02 3 0.02 0.00 0.02 0.00 0.00 99.97 19:37:26 19:31:01 all 0.16 0.00 0.03 0.00 0.00 99.81 19:37:26 19:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 19:37:26 19:31:01 1 0.05 0.00 0.05 0.00 0.02 99.88 19:37:26 19:31:01 2 0.54 0.00 0.03 0.00 0.00 99.42 19:37:26 19:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:37:26 19:32:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:37:26 19:32:01 0 0.03 0.00 0.00 0.00 0.00 99.97 19:37:26 19:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:37:26 19:32:01 2 0.50 0.00 0.02 0.00 0.00 99.48 19:37:26 19:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:37:26 19:33:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:37:26 19:33:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:37:26 19:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:37:26 19:33:01 2 0.53 0.00 0.02 0.00 0.00 99.45 19:37:26 19:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:37:26 19:34:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:37:26 19:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:37:26 19:34:01 1 0.05 0.00 0.05 0.00 0.02 99.88 19:37:26 19:34:01 2 0.48 0.00 0.02 0.00 0.00 99.50 19:37:26 19:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:37:26 19:35:01 all 0.07 0.00 0.03 0.00 0.00 99.90 19:37:26 19:35:01 0 0.05 0.00 0.02 0.00 0.00 99.93 19:37:26 19:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:37:26 19:35:01 2 0.15 0.00 0.07 0.00 0.00 99.78 19:37:26 19:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:37:26 19:37:26 19:35:01 CPU %user %nice %system %iowait %steal %idle 19:37:26 19:36:01 all 0.04 0.00 0.03 0.00 0.00 99.93 19:37:26 19:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:37:26 19:36:01 1 0.05 0.00 0.05 0.00 0.00 99.90 19:37:26 19:36:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:37:26 19:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:37:26 19:37:01 all 2.58 0.00 1.59 1.70 0.03 94.11 19:37:26 19:37:01 0 2.40 0.00 1.66 0.87 0.03 95.04 19:37:26 19:37:01 1 3.05 0.00 1.91 1.88 0.02 93.15 19:37:26 19:37:01 2 2.24 0.00 1.19 0.55 0.03 95.99 19:37:26 19:37:01 3 2.63 0.00 1.59 3.52 0.03 92.23 19:37:26 Average: all 11.93 0.00 5.99 4.90 0.07 77.11 19:37:26 Average: 0 11.95 0.00 6.05 4.82 0.07 77.11 19:37:26 Average: 1 11.69 0.00 6.04 4.85 0.07 77.34 19:37:26 Average: 2 12.16 0.00 5.91 5.19 0.07 76.67 19:37:26 Average: 3 11.92 0.00 5.97 4.72 0.06 77.33 19:37:26 19:37:26 19:37:26