Pull request #3331 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 3f7e1d59aed2f1d51124aff8ab6e0023198d4100+4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf (19bb9b4edd171ff08faa452e8490cf68fe7fa5c0) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33472 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 Merge succeeded, producing 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 Checking out Revision 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 (PR-3331) > 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/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 Commit message: "fix: use system agent's own service key for creating config client" > git rev-list --no-walk bc1f4ad5e3924eaf31e252509b43b35d0ea3dca5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:00:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:00:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:00:17 ========================================================= 22:00:17 EdgeX Global Pipelines Version Info 22:00:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:00:19 ------------------- 22:00:19 stable info: 22:00:19 ------------------- 22:00:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:00:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:00:19 Message: update stable to v1.0.186 22:00:20 ------------------- 22:00:20 experimental info: 22:00:20 ------------------- 22:00:20 Commited By: **** collab-it+edgex@linuxfoundation.org 22:00:20 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:00:20 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:00:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:00:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:00:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:00:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:00:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:00:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:00:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:00:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:00:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:00:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:00:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:00:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:00:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:00:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3331 [Pipeline] echo 22:00:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3331 [Pipeline] echo 22:00:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3331 [Pipeline] echo 22:00:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [Pipeline] echo 22:00:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f7e1d5 [Pipeline] echo 22:00:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:00:23 provisioning config files... 22:00:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config5250204860626305106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:00:24 ---> docker-login.sh 22:00:24 nexus3.edgexfoundry.org:10001 22:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:24 Configure a credential helper to remove this warning. See 22:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:24 22:00:24 Login Succeeded 22:00:24 nexus3.edgexfoundry.org:10002 22:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:24 Configure a credential helper to remove this warning. See 22:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:24 22:00:24 Login Succeeded 22:00:24 nexus3.edgexfoundry.org:10003 22:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:24 Configure a credential helper to remove this warning. See 22:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:24 22:00:24 Login Succeeded 22:00:24 nexus3.edgexfoundry.org:10004 22:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:25 Configure a credential helper to remove this warning. See 22:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:25 22:00:25 Login Succeeded 22:00:25 docker.io 22:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:25 Configure a credential helper to remove this warning. See 22:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:25 22:00:25 Login Succeeded 22:00:25 ---> docker-login.sh ends [Pipeline] } 22:00:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:00:25 ++ 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 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/core-command/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo core-command,cmd/core-command/Dockerfile 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/core-data/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo core-data,cmd/core-data/Dockerfile 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/core-metadata/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo core-metadata,cmd/core-metadata/Dockerfile 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/security-bootstrapper/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/security-proxy-setup/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/support-notifications/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo support-notifications,cmd/support-notifications/Dockerfile 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/support-scheduler/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:00:25 + for file in '`ls cmd/**/Dockerfile`' 22:00:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:00:25 ++ cut -d/ -f2 22:00:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:00:26 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 22:00:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:00:27 22:00:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:00:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:00:28 latest: Pulling from edgex-devops/git-semver 22:00:28 31603596830f: Pulling fs layer 22:00:28 2a8b12db71e7: Pulling fs layer 22:00:28 6ca5941a6612: Pulling fs layer 22:00:28 ecc8261a40a4: Pulling fs layer 22:00:28 ecc8261a40a4: Waiting 22:00:28 2a8b12db71e7: Verifying Checksum 22:00:28 2a8b12db71e7: Download complete 22:00:28 31603596830f: Verifying Checksum 22:00:28 31603596830f: Download complete 22:00:28 ecc8261a40a4: Verifying Checksum 22:00:28 ecc8261a40a4: Download complete 22:00:28 6ca5941a6612: Verifying Checksum 22:00:28 6ca5941a6612: Download complete 22:00:28 31603596830f: Pull complete 22:00:29 2a8b12db71e7: Pull complete 22:00:29 6ca5941a6612: Pull complete 22:00:29 ecc8261a40a4: Pull complete 22:00:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:00:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:00:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:00:30 prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container 22:00:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:00:32 $ docker top c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:00:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:00:32 [ssh-agent] Looking for ssh-agent implementation... 22:00:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:00:32 $ docker exec c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b ssh-agent 22:00:33 SSH_AUTH_SOCK=/tmp/ssh-EvYoHaZl0OxH/agent.13 22:00:33 SSH_AGENT_PID=18 22:00:33 Running ssh-add (command line suppressed) 22:00:33 Identity added: /w/workspace/edgex-go/9@tmp/private_key_8195637639659178931.key (/w/workspace/edgex-go/9@tmp/private_key_8195637639659178931.key) 22:00:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:00:33 + git tag --points-at HEAD [Pipeline] } 22:00:33 $ docker exec --env ******** --env ******** c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b ssh-agent -k 22:00:33 unset SSH_AUTH_SOCK; 22:00:33 unset SSH_AGENT_PID; 22:00:33 echo Agent pid 18 killed; 22:00:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:00:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:00:33 [ssh-agent] Looking for ssh-agent implementation... 22:00:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:00:34 $ docker exec c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b ssh-agent 22:00:34 SSH_AUTH_SOCK=/tmp/ssh-JjAnWZYmJfq5/agent.47 22:00:34 SSH_AGENT_PID=52 22:00:34 Running ssh-add (command line suppressed) 22:00:34 Identity added: /w/workspace/edgex-go/9@tmp/private_key_4225697092281387531.key (/w/workspace/edgex-go/9@tmp/private_key_4225697092281387531.key) 22:00:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:00:34 + git semver init 22:00:34 # -> Open(): unable to determine branch for HEAD 22:00:34 # $GIT_DIR = /w/workspace/edgex-go/9/.git 22:00:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 22:00:34 # $SEMVER_REMOTE_NAME = origin 22:00:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:00:34 # $SEMVER_USER_NAME = edgex-jenkins 22:00:34 # $SEMVER_BRANCH = PR-3331 22:00:34 # $SEMVER_TEMP = /tmp/semver-734116079 22:00:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:00:52 # '/tmp/semver-734116079' -> '/w/workspace/edgex-go/9/.semver' 22:00:52 # -> Force: false 22:00:52 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 22:00:52 $ docker exec --env ******** --env ******** c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b ssh-agent -k 22:00:53 unset SSH_AUTH_SOCK; 22:00:53 unset SSH_AGENT_PID; 22:00:53 echo Agent pid 52 killed; 22:00:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:00:53 + git semver [Pipeline] } 22:00:54 $ docker stop --time=1 c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b 22:00:55 $ docker rm -f c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b [Pipeline] // withDockerContainer [Pipeline] sh 22:00:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:00:56 Stashed 1 file(s) [Pipeline] echo 22:00:56 [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 22:00:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:00:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:00:58 + sudo service docker restart 22:00:58 + true 22:00:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:00:58 ========================================================= 22:00:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:00:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:00:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:01:03 Sending build context to Docker daemon 329.4MB 22:01:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:01:03 Step 2/6 : FROM ${BASE} 22:01:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:01:03 188c0c94c7c5: Pulling fs layer 22:01:03 0ef7d3d256c8: Pulling fs layer 22:01:03 de9db76c5a1d: Pulling fs layer 22:01:03 bca2f99d35d6: Pulling fs layer 22:01:03 93359f2a8cfa: Pulling fs layer 22:01:03 7c6f9722023f: Pulling fs layer 22:01:03 a35cf1a2eb13: Pulling fs layer 22:01:03 bca2f99d35d6: Waiting 22:01:03 93359f2a8cfa: Waiting 22:01:03 7c6f9722023f: Waiting 22:01:03 a35cf1a2eb13: Waiting 22:01:03 0ef7d3d256c8: Verifying Checksum 22:01:03 0ef7d3d256c8: Download complete 22:01:03 de9db76c5a1d: Verifying Checksum 22:01:03 de9db76c5a1d: Download complete 22:01:03 93359f2a8cfa: Verifying Checksum 22:01:03 93359f2a8cfa: Download complete 22:01:03 188c0c94c7c5: Verifying Checksum 22:01:03 188c0c94c7c5: Download complete 22:01:03 7c6f9722023f: Download complete 22:01:03 188c0c94c7c5: Pull complete 22:01:03 0ef7d3d256c8: Pull complete 22:01:04 de9db76c5a1d: Pull complete 22:01:05 a35cf1a2eb13: Verifying Checksum 22:01:05 a35cf1a2eb13: Download complete 22:01:05 bca2f99d35d6: Verifying Checksum 22:01:05 bca2f99d35d6: Download complete 22:01:12 Still waiting to schedule task 22:01:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 22:01:12 bca2f99d35d6: Pull complete 22:01:12 93359f2a8cfa: Pull complete 22:01:12 7c6f9722023f: Pull complete 22:01:16 a35cf1a2eb13: Pull complete 22:01:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:01:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:01:16 ---> a62c8e92a672 22:01:16 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 22:01:16 ---> Running in 495bcbf33a29 22:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:18 (1/12) Installing libmagic (5.38-r0) 22:01:18 (2/12) Installing file (5.38-r0) 22:01:18 (3/12) Installing libc-dev (0.7.2-r3) 22:01:18 (4/12) Installing g++ (9.3.0-r2) 22:01:21 (5/12) Installing fortify-headers (1.1-r0) 22:01:21 (6/12) Installing patch (2.7.6-r6) 22:01:21 (7/12) Installing build-base (0.5-r2) 22:01:21 (8/12) Installing libsodium (1.0.18-r0) 22:01:21 (9/12) Installing pkgconf (1.7.2-r0) 22:01:21 (10/12) Installing libsodium-dev (1.0.18-r0) 22:01:22 (11/12) Installing libzmq (4.3.3-r0) 22:01:22 (12/12) Installing zeromq-dev (4.3.3-r0) 22:01:22 Executing busybox-1.31.1-r19.trigger 22:01:22 OK: 233 MiB in 51 packages 22:01:25 Removing intermediate container 495bcbf33a29 22:01:25 ---> 2ce915874741 22:01:25 Step 4/6 : WORKDIR /edgex-go 22:01:25 ---> Running in 77a08e87e95a 22:01:25 Removing intermediate container 77a08e87e95a 22:01:25 ---> 7c2e5f96e972 22:01:25 Step 5/6 : COPY go.mod . 22:01:26 ---> 42619bf9c822 22:01:26 Step 6/6 : RUN go mod download 22:01:26 ---> Running in 295726255f97 22:01:48 Removing intermediate container 295726255f97 22:01:48 ---> 3109e43645e2 22:01:48 Successfully built 3109e43645e2 22:01:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:01:48 + docker inspect -f . ci-base-image-x86_64 22:01:48 . [Pipeline] withDockerContainer 22:01:48 prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container 22:01:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:01:49 $ docker top 4854fab44abfa2fd8ff58aa1c33e52d6bbdde3d900d00a55268c1aa9d1e2448e -eo pid,comm [Pipeline] { [Pipeline] sh 22:01:49 + go version 22:01:49 go version go1.15.5 linux/amd64 [Pipeline] } 22:01:49 $ docker stop --time=1 4854fab44abfa2fd8ff58aa1c33e52d6bbdde3d900d00a55268c1aa9d1e2448e 22:01:51 $ docker rm -f 4854fab44abfa2fd8ff58aa1c33e52d6bbdde3d900d00a55268c1aa9d1e2448e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:01:52 + docker inspect -f . ci-base-image-x86_64 22:01:52 . [Pipeline] withDockerContainer 22:01:52 prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container 22:01:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:01:52 $ docker top d8e8e65529aecbb459b45480367603300ce2f65cbd096f308ebec918ef5d9cc0 -eo pid,comm [Pipeline] { [Pipeline] echo 22:01:52 ========================================================= 22:01:52 [edgeXBuildGoParallel] Running Tests and Build... 22:01:52 ========================================================= [Pipeline] sh 22:01:53 + make test 22:01:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:02:01 ? github.com/edgexfoundry/edgex-go [no test files] 22:02:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:02:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:02:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:02:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:02:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:02:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:02:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:02:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:02:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:02:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:02:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:02:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:02:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:02:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements 22:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:02:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements 22:02:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements 22:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.1% of statements 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.138s coverage: 71.3% of statements 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.151s coverage: 86.7% of statements 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 1.0% of statements 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements 22:02:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 22:02:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33473 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws 22:02:50 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 22:02:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements 22:02:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 22:02:55 using credential edgex-jenkins-ssh 22:02:55 Cloning the remote Git repository 22:02:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:02:55 > git init /w/workspace/edgex-go/9 # timeout=10 22:02:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:02:55 > git --version # timeout=10 22:02:55 > git --version # 'git version 2.17.1' 22:02:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:02:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:02:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.241s coverage: 81.5% of statements 22:02:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:02:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.043s coverage: 87.1% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 75.5% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 64.4% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 69.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 38.4% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.061s coverage: 11.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 87.1% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 29.1% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 95.6% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:03:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:03:08 GO111MODULE=on go vet ./... 22:03:12 Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:03:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:03:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:03:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:03:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:03:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:03:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:03:12 > git config core.sparsecheckout # timeout=10 22:03:12 > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 22:03:12 > git remote # timeout=10 22:03:12 > git config --get remote.origin.url # timeout=10 22:03:12 using GIT_SSH to set credentials SSH Credentials for GitHub 22:03:12 > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 22:03:12 > git rev-parse HEAD^{commit} # timeout=10 22:03:12 Merge succeeded, producing 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:03:12 Checking out Revision 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 (PR-3331) 22:03:12 > git config core.sparsecheckout # timeout=10 22:03:12 > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 22:03:17 Commit message: "fix: use system agent's own service key for creating config client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:03:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:03:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:03:19 + sudo service docker restart 22:03:19 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:03:21 provisioning config files... 22:03:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config1093973432623956663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:03:22 ---> docker-login.sh 22:03:22 nexus3.edgexfoundry.org:10001 22:03:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:23 Configure a credential helper to remove this warning. See 22:03:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:23 22:03:23 Login Succeeded 22:03:23 nexus3.edgexfoundry.org:10002 22:03:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:24 Configure a credential helper to remove this warning. See 22:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:24 22:03:24 Login Succeeded 22:03:24 nexus3.edgexfoundry.org:10003 22:03:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:24 Configure a credential helper to remove this warning. See 22:03:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:24 22:03:24 Login Succeeded 22:03:24 nexus3.edgexfoundry.org:10004 22:03:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:25 Configure a credential helper to remove this warning. See 22:03:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:25 22:03:25 Login Succeeded 22:03:25 docker.io 22:03:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:25 Configure a credential helper to remove this warning. See 22:03:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:25 22:03:25 Login Succeeded 22:03:25 ---> docker-login.sh ends [Pipeline] } 22:03:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:03:26 ========================================================= 22:03:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:03:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:03:26 + 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 . 22:03:29 Sending build context to Docker daemon 167.2MB 22:03:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:03:29 Step 2/6 : FROM ${BASE} 22:03:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:03:29 5f621e34cdf4: Pulling fs layer 22:03:29 a4357932f1b6: Pulling fs layer 22:03:29 18c013af1878: Pulling fs layer 22:03:29 00ac8860ef70: Pulling fs layer 22:03:29 63d7cb157983: Pulling fs layer 22:03:29 b116817d02f9: Pulling fs layer 22:03:29 745a02a5169b: Pulling fs layer 22:03:29 63d7cb157983: Waiting 22:03:29 00ac8860ef70: Waiting 22:03:29 b116817d02f9: Waiting 22:03:29 18c013af1878: Verifying Checksum 22:03:29 a4357932f1b6: Verifying Checksum 22:03:29 a4357932f1b6: Download complete 22:03:29 63d7cb157983: Verifying Checksum 22:03:29 63d7cb157983: Download complete 22:03:29 b116817d02f9: Verifying Checksum 22:03:29 b116817d02f9: Download complete 22:03:30 5f621e34cdf4: Verifying Checksum 22:03:30 5f621e34cdf4: Download complete 22:03:31 5f621e34cdf4: Pull complete 22:03:31 a4357932f1b6: Pull complete 22:03:32 18c013af1878: Pull complete 22:03:32 745a02a5169b: Verifying Checksum 22:03:32 745a02a5169b: Download complete 22:03:34 00ac8860ef70: Verifying Checksum 22:03:34 00ac8860ef70: Download complete 22:03:40 gofmt -l . 22:03:40 [ "`gofmt -l .`" = "" ] 22:03:40 ./bin/test-go-mod-tidy.sh 22:03:40 ./bin/test-attribution-txt.sh [Pipeline] sh 22:03:40 + ls -al . 22:03:40 total 808 22:03:40 drwxrwxr-x 10 1001 1001 4096 Apr 9 22:03 . 22:03:40 drwxr-xr-x 4 root root 28 Apr 9 22:01 .. 22:03:40 -rw-rw-r-- 1 1001 1001 11 Apr 9 22:00 .dockerignore 22:03:40 drwxrwxr-x 8 1001 1001 179 Apr 9 22:00 .git 22:03:40 drwxrwxr-x 3 1001 1001 125 Apr 9 22:00 .github 22:03:40 -rw-rw-r-- 1 1001 1001 818 Apr 9 22:00 .gitignore 22:03:40 drwx------ 3 1001 1001 60 Apr 9 22:00 .semver 22:03:40 -rw-rw-r-- 1 1001 1001 166 Apr 9 22:00 .sonarcloud.properties 22:03:40 -rw-rw-r-- 1 1001 1001 8607 Apr 9 22:00 Attribution.txt 22:03:40 -rw-rw-r-- 1 1001 1001 3804 Apr 9 22:00 CONTRIBUTING.md 22:03:40 -rw-rw-r-- 1 1001 1001 931 Apr 9 22:00 Dockerfile.build 22:03:40 -rw-rw-r-- 1 1001 1001 863 Apr 9 22:00 Jenkinsfile 22:03:40 -rw-rw-r-- 1 1001 1001 10775 Apr 9 22:00 LICENSE 22:03:40 -rw-rw-r-- 1 1001 1001 5774 Apr 9 22:00 Makefile 22:03:40 -rw-rw-r-- 1 1001 1001 6548 Apr 9 22:00 README.md 22:03:40 -rw-rw-r-- 1 1001 1001 6755 Apr 9 22:00 SECURITY.md 22:03:40 -rw-rw-r-- 1 1001 1001 5 Apr 9 22:00 VERSION 22:03:40 -rw-rw-r-- 1 1001 1001 4131 Apr 9 22:00 ZMQWindows.md 22:03:40 drwxrwxr-x 2 1001 1001 117 Apr 9 22:00 bin 22:03:40 drwxrwxr-x 14 1001 1001 4096 Apr 9 22:00 cmd 22:03:40 -rw-r--r-- 1 root root 697573 Apr 9 22:03 coverage.out 22:03:40 -rw-r--r-- 1 root root 1056 Apr 9 22:03 go.mod 22:03:40 -rw-r--r-- 1 root root 21911 Apr 9 22:03 go.sum 22:03:40 drwxrwxr-x 8 1001 1001 127 Apr 9 22:00 internal 22:03:40 drwxrwxr-x 4 1001 1001 26 Apr 9 22:00 openapi 22:03:40 drwxrwxr-x 4 1001 1001 71 Apr 9 22:00 snap 22:03:40 -rw-rw-r-- 1 1001 1001 168 Apr 9 22:00 version.go [Pipeline] sh 22:03:41 + '[' -e coverage.out ] 22:03:41 + chown 1001:1001 coverage.out [Pipeline] stash 22:03:41 Stashed 1 file(s) [Pipeline] sh 22:03:41 + make build 22:03:41 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 22:03:45 00ac8860ef70: Pull complete 22:03:45 63d7cb157983: Pull complete 22:03:45 b116817d02f9: Pull complete 22:03:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:03:49 745a02a5169b: Pull complete 22:03:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:03:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:03:49 ---> b7e6874047d6 22:03:49 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:03:52 ---> Running in 80494f8e5bb9 22:03:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:03:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:03:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:03:54 (1/12) Installing libmagic (5.38-r0) 22:03:54 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 22:03:54 (2/12) Installing file (5.38-r0) 22:03:55 (3/12) Installing libc-dev (0.7.2-r3) 22:03:55 (4/12) Installing g++ (9.3.0-r2) 22:03:56 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 22:03:56 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 22:03:58 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 22:04:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:04:00 (5/12) Installing fortify-headers (1.1-r0) 22:04:00 (6/12) Installing patch (2.7.6-r6) 22:04:00 (7/12) Installing build-base (0.5-r2) 22:04:00 (8/12) Installing libsodium (1.0.18-r0) 22:04:00 (9/12) Installing pkgconf (1.7.2-r0) 22:04:00 (10/12) Installing libsodium-dev (1.0.18-r0) 22:04:00 (11/12) Installing libzmq (4.3.3-r0) 22:04:00 (12/12) Installing zeromq-dev (4.3.3-r0) 22:04:00 Executing busybox-1.31.1-r19.trigger 22:04:00 OK: 217 MiB in 51 packages 22:04:01 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 22:04:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:04:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:04:04 Removing intermediate container 80494f8e5bb9 22:04:04 ---> 68ab68d90093 22:04:04 Step 4/6 : WORKDIR /edgex-go 22:04:04 ---> Running in c0552b50fd40 22:04:05 Removing intermediate container c0552b50fd40 22:04:05 ---> ba702e77ef7a 22:04:05 Step 5/6 : COPY go.mod . 22:04: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 22:04:06 ---> dd893c2151d9 22:04:06 Step 6/6 : RUN go mod download 22:04:06 ---> Running in 40e75da0c71a [Pipeline] } 22:04:07 $ docker stop --time=1 d8e8e65529aecbb459b45480367603300ce2f65cbd096f308ebec918ef5d9cc0 22:04:09 $ docker rm -f d8e8e65529aecbb459b45480367603300ce2f65cbd096f308ebec918ef5d9cc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:04:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:04:13 22:04:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:04:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:04:13 latest: Pulling from edgex-devops/edgex-compose 22:04:13 cbdbe7a5bc2a: Pulling fs layer 22:04:13 ca9280d653b3: Pulling fs layer 22:04:13 7e9c9ca2126c: Pulling fs layer 22:04:13 cbdbe7a5bc2a: Verifying Checksum 22:04:13 cbdbe7a5bc2a: Download complete 22:04:14 cbdbe7a5bc2a: Pull complete 22:04:14 ca9280d653b3: Verifying Checksum 22:04:14 ca9280d653b3: Download complete 22:04:15 7e9c9ca2126c: Download complete 22:04:15 ca9280d653b3: Pull complete 22:04:22 7e9c9ca2126c: Pull complete 22:04:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:04:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:04:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:04:22 prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container 22:04:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 22:04:24 $ docker top 457b77582110a30e1e0e63b807bb7ab60815c16570fb03ea765e50b57bde5611 -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:24 + docker-compose build --help 22:04:24 + grep parallel 22:04:25 --parallel Build images in parallel. [Pipeline] } 22:04:25 $ docker stop --time=1 457b77582110a30e1e0e63b807bb7ab60815c16570fb03ea765e50b57bde5611 22:04:27 $ docker rm -f 457b77582110a30e1e0e63b807bb7ab60815c16570fb03ea765e50b57bde5611 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:04:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:04:27 . [Pipeline] withDockerContainer 22:04:27 prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container 22:04:27 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:04:28 $ docker top 4975e35e2ffa60d6bf0760691397bf639f36981ff72f593e67a3f5862baf9151 -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:29 + docker-compose -f ./docker-compose-build.yml build --parallel 22:04:30 Building docker-core-command-go ... 22:04:30 Building docker-core-data-go ... 22:04:30 Building docker-core-metadata-go ... 22:04:30 Building docker-security-bootstrapper-go ... 22:04:30 Building docker-security-proxy-setup-go ... 22:04:30 Building docker-security-secretstore-setup-go ... 22:04:30 Building docker-support-notifications-go ... 22:04:30 Building docker-support-scheduler-go ... 22:04:30 Building docker-sys-mgmt-agent-go ... 22:04:30 Building docker-security-secretstore-setup-go 22:04:30 Building docker-core-command-go 22:04:30 Building docker-support-notifications-go 22:04:30 Building docker-support-scheduler-go 22:04:30 Building docker-core-metadata-go 22:04:33 Removing intermediate container 40e75da0c71a 22:04:33 ---> 312c31e079b4 22:04:33 Successfully built 312c31e079b4 22:04:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:04:33 + docker inspect -f . ci-base-image-arm64 22:04:33 . [Pipeline] withDockerContainer 22:04:33 prd-ubuntu18.04-docker-arm64-4c-16g-33473 does not seem to be running inside a container 22:04:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:04:35 $ docker top 78cd565d1dbb90d9f0fe29bef96a790944858f0c72cea208ed9df3d6803c748d -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:36 + go version 22:04:36 go version go1.15.5 linux/arm64 [Pipeline] } 22:04:36 $ docker stop --time=1 78cd565d1dbb90d9f0fe29bef96a790944858f0c72cea208ed9df3d6803c748d 22:04:38 $ docker rm -f 78cd565d1dbb90d9f0fe29bef96a790944858f0c72cea208ed9df3d6803c748d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:04:39 + docker inspect -f . ci-base-image-arm64 22:04:39 . [Pipeline] withDockerContainer 22:04:39 prd-ubuntu18.04-docker-arm64-4c-16g-33473 does not seem to be running inside a container 22:04:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:04:40 $ docker top ea4ecc38a8c6176dd747fe5a8bc73f75345d48739d9dad0140614c787a12b3fd -eo pid,comm [Pipeline] { [Pipeline] echo 22:04:41 ========================================================= 22:04:41 [edgeXBuildGoParallel] Running Tests and Build... 22:04:41 ========================================================= [Pipeline] sh 22:04:41 + make test 22:04:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:05:04 ? github.com/edgexfoundry/edgex-go [no test files] 22:05:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:05:09 ---> 3109e43645e2 22:05:09 Step 3/23 : WORKDIR /edgex-go 22:05:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:05:09 ---> 3109e43645e2 22:05:09 Step 3/22 : WORKDIR /edgex-go 22:05:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:05:09 ---> 3109e43645e2 22:05:09 Step 3/22 : WORKDIR /edgex-go 22:05:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:05:09 ---> 3109e43645e2 22:05:09 Step 3/23 : WORKDIR /edgex-go 22:05:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:05:09 ---> 3109e43645e2 22:05:09 Step 3/24 : WORKDIR /edgex-go 22:05:09 ---> Running in a72e87477d7e 22:05:09 ---> Running in 93719f133f11 22:05:09 ---> Running in 6ff985da59c8 22:05:09 ---> Running in 96ef1eeb12d4 22:05:09 ---> Running in 57d23ed8aa9d 22:05:09 Removing intermediate container 96ef1eeb12d4 22:05:09 ---> 2a2241d93de6 22:05:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:09 Removing intermediate container a72e87477d7e 22:05:09 ---> 23d7260c4c15 22:05:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:09 Removing intermediate container 57d23ed8aa9d 22:05:09 ---> 102247a12c25 22:05:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:09 Removing intermediate container 93719f133f11 22:05:09 ---> 31228e3555fc 22:05:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:09 Removing intermediate container 6ff985da59c8 22:05:09 ---> 0f8a83fd7366 22:05:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:09 ---> Running in 3d08935d6455 22:05:09 ---> Running in baf0e65455e3 22:05:09 ---> Running in 02aece47b4fb 22:05:09 ---> Running in 1a3fca14f4ec 22:05:09 ---> Running in 13b2e75251fc 22:05:09 Removing intermediate container 3d08935d6455 22:05:09 ---> d8309bdca163 22:05:09 Step 5/23 : RUN apk add --update --no-cache make git 22:05:09 Removing intermediate container baf0e65455e3 22:05:09 ---> 64eb902546fd 22:05:09 Step 5/22 : RUN apk add --update --no-cache make git 22:05:09 ---> Running in 7e4074566a17 22:05:09 ---> Running in 578aa3a43dbe 22:05:09 Removing intermediate container 1a3fca14f4ec 22:05:09 ---> a8d1cf8abe37 22:05:09 Step 5/24 : RUN apk add --update --no-cache make git 22:05:09 ---> Running in 2440a367fa6d 22:05:09 Removing intermediate container 02aece47b4fb 22:05:09 ---> 2a582fd93253 22:05:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:05:09 Removing intermediate container 13b2e75251fc 22:05:09 ---> 91f91864ae6c 22:05:09 Step 5/23 : RUN apk add --update --no-cache make git 22:05:09 ---> Running in 86faea782a4f 22:05:09 ---> Running in faac6c0bfd7c 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:09 OK: 233 MiB in 51 packages 22:05:09 OK: 233 MiB in 51 packages 22:05:10 OK: 233 MiB in 51 packages 22:05:10 OK: 233 MiB in 51 packages 22:05:10 OK: 233 MiB in 51 packages 22:05:10 Removing intermediate container 578aa3a43dbe 22:05:10 ---> a72669053899 22:05:10 Step 6/23 : COPY go.mod . 22:05:10 Removing intermediate container 7e4074566a17 22:05:10 ---> a4cbbfcc8440 22:05:10 Step 6/22 : COPY go.mod . 22:05:10 ---> ea743e88d600 22:05:10 Step 7/23 : RUN go mod download 22:05:10 Removing intermediate container 2440a367fa6d 22:05:10 ---> 991928db305d 22:05:10 Step 6/24 : COPY go.mod . 22:05:11 ---> Running in 937ef149a82f 22:05:11 ---> 0baa1cc62cf9 22:05:11 Step 7/22 : RUN go mod download 22:05:11 ---> Running in 62d009dd62ca 22:05:11 Removing intermediate container faac6c0bfd7c 22:05:11 ---> 7c452732d7b3 22:05:11 Step 6/23 : COPY go.mod . 22:05:11 ---> d872fd1a3932 22:05:11 Step 7/24 : RUN go mod download 22:05:11 Removing intermediate container 86faea782a4f 22:05:11 ---> 4146029e3b93 22:05:11 Step 6/22 : COPY go.mod . 22:05:11 ---> Running in a249ff0ad159 22:05:11 ---> 7b29e116d444 22:05:11 Step 7/23 : RUN go mod download 22:05:12 ---> Running in 93ac5b7729ed 22:05:12 ---> 14c75d13b32d 22:05:12 Step 7/22 : RUN go mod download 22:05:12 ---> Running in 89befd973627 22:05:13 Removing intermediate container 937ef149a82f 22:05:13 ---> d02213ffb9b6 22:05:13 Step 8/23 : COPY . . 22:05:13 Removing intermediate container 62d009dd62ca 22:05:13 ---> 5556e760ebcc 22:05:13 Step 8/22 : COPY . . 22:05:13 Removing intermediate container a249ff0ad159 22:05:13 ---> 650b9c08bb21 22:05:13 Step 8/24 : COPY . . 22:05:16 Removing intermediate container 93ac5b7729ed 22:05:16 ---> 8357f8792e52 22:05:16 Step 8/23 : COPY . . 22:05:21 Removing intermediate container 89befd973627 22:05:21 ---> 4fd2a66c262f 22:05:21 Step 8/22 : COPY . . 22:05:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:05:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:06:00 ---> 35d1e6067975 22:06:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:06:00 ---> 3e4cf37ebc81 22:06:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:06:00 ---> Running in 943d317f9a16 22:06:00 ---> b46fb62c651c 22:06:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:06:00 ---> 5696963e8860 22:06:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:06:00 ---> 07b8a8b36c94 22:06:00 Step 9/23 : RUN make cmd/core-command/core-command 22:06:00 ---> Running in 59c20dae0653 22:06:00 ---> Running in 11f4a035dc76 22:06:00 ---> Running in b992487ef7b2 22:06:00 ---> Running in 02a300b30dc7 22:06:00 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 22:06: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 22:06: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 22:06: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 22:06: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 22:06:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:06:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:06:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:06:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:06:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:06:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:06:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:06:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:06:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:06:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.351s coverage: 45.9% of statements 22:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:06:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.121s coverage: 19.8% of statements 22:06:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.222s coverage: 100.0% of statements 22:06:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.1% of statements 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.122s coverage: 100.0% of statements 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.140s coverage: 100.0% of statements 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:06:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:06:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 71.3% of statements 22:06:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:06:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:06:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 82.9% of statements 22:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:06:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.167s coverage: 78.9% of statements 22:06:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:06:41 Removing intermediate container 11f4a035dc76 22:06:41 ---> 084d4c4b0efc 22:06:41 22:06:41 Step 10/23 : FROM alpine:3.12 22:06:41 3.12: Pulling from library/alpine 22:06:41 Removing intermediate container 943d317f9a16 22:06:41 ---> 4648c9d2cd4b 22:06:41 22:06:41 Step 10/24 : FROM alpine:3.12 22:06:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 22:06:42 3.12: Pulling from library/alpine 22:06:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 22:06:42 Removing intermediate container b992487ef7b2 22:06:42 ---> 615ae1d26bd1 22:06:42 22:06:42 Step 10/22 : FROM alpine:3.12 22:06:42 Status: Image is up to date for alpine:3.12 22:06:42 ---> 7230e588e954 22:06:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:06:42 ---> 7230e588e954 22:06:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:06:42 Status: Downloaded newer image for alpine:3.12 22:06:42 ---> 7230e588e954 22:06:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:06:42 Removing intermediate container 59c20dae0653 22:06:42 ---> 4bf3e1dc19e5 22:06:42 22:06:42 Step 10/22 : FROM alpine:3.12 22:06:42 ---> 7230e588e954 22:06:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:06:44 ---> Running in d6bf299330f6 22:06:44 ---> Running in 3d745d6c0aa5 22:06:44 ---> Running in c2060b273cd3 22:06:44 ---> Running in a98ffa963abe 22:06:44 Removing intermediate container 02a300b30dc7 22:06:44 ---> 2b44b5b7cdbe 22:06:44 22:06:44 Step 10/23 : FROM alpine:3.12 22:06:44 ---> 7230e588e954 22:06:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:06:45 ---> Running in b8b014ce47f7 22:06:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:06:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:06:46 (1/6) Installing ca-certificates (20191127-r4) 22:06:46 (1/2) Installing ca-certificates (20191127-r4) 22:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:06:46 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:06:46 (3/6) Installing libcurl (7.69.1-r3) 22:06:46 (4/6) Installing curl (7.69.1-r3) 22:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:06:46 (5/6) Installing dumb-init (1.2.2-r1) 22:06:46 (6/6) Installing su-exec (0.2-r1) 22:06:46 Executing busybox-1.31.1-r20.trigger 22:06:46 (2/2) Installing dumb-init (1.2.2-r1) 22:06:46 Executing busybox-1.31.1-r20.trigger 22:06:46 (1/1) Installing dumb-init (1.2.2-r1) 22:06:46 Executing busybox-1.31.1-r20.trigger 22:06:46 (1/1) Installing dumb-init (1.2.2-r1) 22:06:46 Executing busybox-1.31.1-r20.trigger 22:06:46 (1/1) Installing dumb-init (1.2.2-r1) 22:06:46 Executing busybox-1.31.1-r20.trigger 22:06:46 OK: 6 MiB in 15 packages 22:06:46 Executing ca-certificates-20191127-r4.trigger 22:06:46 Executing ca-certificates-20191127-r4.trigger 22:06:46 OK: 6 MiB in 15 packages 22:06:46 OK: 6 MiB in 15 packages 22:06:46 OK: 7 MiB in 20 packages 22:06:46 OK: 6 MiB in 16 packages 22:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.169s coverage: 28.6% of statements 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.135s coverage: 100.0% of statements 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.442s coverage: 86.7% of statements 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.191s coverage: 78.3% of statements 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:06:50 Removing intermediate container d6bf299330f6 22:06:50 ---> fb349a1e12fb 22:06:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:06:50 Removing intermediate container c2060b273cd3 22:06:50 ---> 2ecde78edca8 22:06:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:06:50 Removing intermediate container 3d745d6c0aa5 22:06:50 ---> af6e14f84d69 22:06:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:06:50 Removing intermediate container a98ffa963abe 22:06:50 ---> 2f80859cd0a8 22:06:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:06:50 ---> Running in 50f8d4f7f0d3 22:06:50 ---> Running in 88c0f5823f4e 22:06:50 Removing intermediate container b8b014ce47f7 22:06:50 ---> be6eeaaba56d 22:06:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:06:50 ---> Running in a6b117f3be43 22:06:50 ---> Running in fd5fe288ac69 22:06:50 ---> Running in a864d563d5bf 22:06:50 Removing intermediate container a6b117f3be43 22:06:50 ---> 5a1261b5ef86 22:06:50 Step 13/23 : ENV APP_PORT=48082 22:06:50 Removing intermediate container 50f8d4f7f0d3 22:06:50 ---> df0a5df4bd6b 22:06:50 Step 13/22 : ENV APP_PORT=48060 22:06:50 Removing intermediate container 88c0f5823f4e 22:06:50 ---> 4a94bcb441b2 22:06:50 Step 13/24 : WORKDIR / 22:06:50 Removing intermediate container fd5fe288ac69 22:06:50 ---> c00054bc3165 22:06:50 Step 13/22 : ENV APP_PORT=48085 22:06:50 Removing intermediate container a864d563d5bf 22:06:50 ---> 0a6eba1fd841 22:06:50 Step 13/23 : ENV APP_PORT=48081 22:06:51 ---> Running in 8c7627c5ce70 22:06:51 ---> Running in 30af111e9148 22:06:51 ---> Running in 47993d511697 22:06:51 ---> Running in 4c02cb71aea8 22:06:51 ---> Running in eb41f2c8b04b 22:06:51 Removing intermediate container 8c7627c5ce70 22:06:51 ---> b797e1d6a693 22:06:51 Step 14/23 : EXPOSE $APP_PORT 22:06:51 ---> Running in 3c8bbd994db5 22:06:51 Removing intermediate container 47993d511697 22:06:51 ---> d173b4f95ae3 22:06:51 Step 14/22 : EXPOSE $APP_PORT 22:06:51 Removing intermediate container 30af111e9148 22:06:51 ---> 7c818907ca18 22:06:51 Step 14/22 : EXPOSE $APP_PORT 22:06:51 Removing intermediate container eb41f2c8b04b 22:06:51 ---> 8b1c6e82368b 22:06:51 Step 14/23 : EXPOSE $APP_PORT 22:06:51 Removing intermediate container 4c02cb71aea8 22:06:51 ---> bf10254846d2 22:06:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:06:51 ---> Running in 28895985a761 22:06:51 ---> Running in 270af66a8e87 22:06:51 ---> Running in fd5ab8426719 22:06:51 Removing intermediate container 3c8bbd994db5 22:06:51 ---> 388bc137c596 22:06:51 Step 15/23 : WORKDIR / 22:06:52 Removing intermediate container 28895985a761 22:06:52 ---> 707742d3779c 22:06:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:06:52 ---> Running in b10c80d80e5d 22:06:52 ---> feb9f691e7ab 22:06:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:06:52 Removing intermediate container 270af66a8e87 22:06:52 ---> 4bda8900701e 22:06:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:06:52 Removing intermediate container fd5ab8426719 22:06:52 ---> 6f56dbd95e5e 22:06:52 Step 15/23 : WORKDIR / 22:06:52 ---> Running in 69cb78267b37 22:06:52 Removing intermediate container b10c80d80e5d 22:06:52 ---> 25e29f4c5d01 22:06:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:06:52 ---> 4974d2d1f680 22:06:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:06:52 ---> fd455a24d961 22:06:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:06:52 Removing intermediate container 69cb78267b37 22:06:52 ---> b70055ae2575 22:06:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:06:52 ---> 8bb4675ec04a 22:06:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:06:52 ---> eec13579080c 22:06:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:06:53 ---> 0d9f62e7373a 22:06:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:06:53 ---> f01905f15305 22:06:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:06:53 ---> cacb582af2c0 22:06:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:06:53 ---> 0ddbcde9819f 22:06:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:06:53 ---> a7c444340b81 22:06:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:06:53 ---> 12b18c8b7810 22:06:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:06:53 ---> e7c510865d2c 22:06:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:06:53 ---> d49d7bd175ab 22:06:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:06:53 ---> 2a85fb101661 22:06:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:06:53 ---> Running in 98590056ea42 22:06:53 ---> Running in 5eee302ac977 22:06:54 ---> 8229a43c6ed2 22:06:54 Step 19/23 : ENTRYPOINT ["/core-command"] 22:06:54 ---> Running in 4d6711a4b99a 22:06:54 Removing intermediate container 98590056ea42 22:06:54 ---> 2776d4ceb62c 22:06:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:06:54 ---> dc137c65a20b 22:06:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:06:54 Removing intermediate container 5eee302ac977 22:06:54 ---> 004711b23f8f 22:06:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:06:54 ---> df17fdf4d3a0 22:06:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:06:54 ---> Running in 8d96988dad17 22:06:54 ---> Running in bc994483717c 22:06:54 ---> Running in 3fdf18d46420 22:06:54 Removing intermediate container 4d6711a4b99a 22:06:54 ---> 1ac2a031eed4 22:06:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:06:55 ---> Running in 9e207b523a71 22:06:55 Removing intermediate container bc994483717c 22:06:55 ---> af715803e0c1 22:06:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:06:55 Removing intermediate container 8d96988dad17 22:06:55 ---> de3d14648f00 22:06:55 Step 20/22 : LABEL arch=x86_64 22:06:55 Removing intermediate container 3fdf18d46420 22:06:55 ---> a7eed122290f 22:06:55 ---> 1ab846590ea8 22:06:55 Step 20/22 : LABEL arch=x86_64Step 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/ 22:06:55 22:06:55 ---> Running in ed993f26ec00 22:06:55 ---> Running in f5b994be3aef 22:06:55 Removing intermediate container 9e207b523a71 22:06:55 ---> 21386701a569 22:06:55 Step 21/23 : LABEL arch=x86_64 22:06:55 ---> Running in 685936c4ae3f 22:06:55 ---> Running in 54c6e11bd001 22:06:55 ---> Running in c5e1549d93c8 22:06:55 Removing intermediate container ed993f26ec00 22:06:55 ---> 17ee88778232 22:06:55 Step 21/23 : LABEL arch=x86_64 22:06:55 Removing intermediate container f5b994be3aef 22:06:55 ---> 7066f3148934 22:06:55 Step 21/22 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:06:56 Removing intermediate container 54c6e11bd001 22:06:56 ---> 739f0a5e7e06 22:06:56 Step 21/22 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:06:56 ---> Running in 560f64f46beb 22:06:56 Removing intermediate container c5e1549d93c8 22:06:56 ---> 794b94d08c48 22:06:56 Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:06:56 ---> Running in d9d44c1bb3e2 22:06:56 ---> Running in 8eec7fe301fb 22:06:56 ---> Running in 0913f97f58ed 22:06:56 Removing intermediate container 560f64f46beb 22:06:56 ---> 4d6e70d2bc7a 22:06:56 Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:06:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.197s coverage: 92.8% of statements 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:06:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.169s coverage: 58.8% of statements 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:06:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.216s coverage: 1.0% of statements 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:06:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:06:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.156s coverage: 47.1% of statements 22:06:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.238s coverage: 79.5% of statements 22:06:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.107s coverage: 94.1% of statements 22:06:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements 22:06:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.146s coverage: 87.5% of statements 22:06:56 Removing intermediate container d9d44c1bb3e2 22:06:56 ---> f7b8bd5c3b0d 22:06:56 Step 22/22 : LABEL version=0.0.0 22:06:56 Removing intermediate container 8eec7fe301fb 22:06:56 ---> f3fa14b6c5a7 22:06:56 Step 22/22 : LABEL version=0.0.0 22:06:56 ---> Running in 1037db746849 22:06:56 ---> Running in 51bf943d3db4 22:06:56 Removing intermediate container 0913f97f58ed 22:06:56 ---> ee1ea392fd8b 22:06:56 Step 23/23 : LABEL version=0.0.0 22:06:56 ---> Running in 38bca9f94768 22:06:56 ---> Running in 16c5d93f94de 22:06:57 Removing intermediate container 1037db746849 22:06:57 ---> d2292ff86f15 22:06:57 Step 23/23 : LABEL version=0.0.0 22:06:57 Removing intermediate container 51bf943d3db4 22:06:57 ---> 4662db4d0c89 22:06:57 22:06:57 Removing intermediate container 685936c4ae3f 22:06:57 ---> 3e357ff19033 22:06:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:06:57 Removing intermediate container 38bca9f94768 22:06:57 ---> fa64db3e2747 22:06:57 22:06:57 Removing intermediate container 16c5d93f94de 22:06:57 ---> f87956c7e775 22:06:57 22:06:57 Successfully built 4662db4d0c89 22:06:57 ---> Running in 89a8ffaeb908 22:06:57 Successfully tagged docker-support-notifications-go:latest 22:06:57 ---> Running in 68a341730e83 22:06:57 Building docker-security-bootstrapper-go 22:06:57  Building docker-support-notifications-go ... done Successfully built fa64db3e2747 22:06:57 Successfully built f87956c7e775 22:06:57 Successfully tagged docker-support-scheduler-go:latest 22:06:57  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 22:06:57 Successfully tagged docker-core-command-go:latest 22:06:57 Building docker-core-data-go 22:06:57  Building docker-core-command-go ... done Removing intermediate container 68a341730e83 22:06:57 ---> b98bd746fea5 22:06:57 22:06:57 Removing intermediate container 89a8ffaeb908 22:06:57 ---> 4afb461dc53e 22:06:57 Step 22/24 : LABEL arch=x86_64 22:06:57 Successfully built b98bd746fea5 22:06:57 ---> Running in 0fd48ae81281 22:06:57 Successfully tagged docker-core-metadata-go:latest 22:06:57  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 22:06:58 Removing intermediate container 0fd48ae81281 22:06:58 ---> 9dc094d9cfbd 22:06:58 Step 23/24 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:06:58 ---> Running in 9f168bd11a8b 22:06:58 Removing intermediate container 9f168bd11a8b 22:06:58 ---> bcf0a8ff6b2d 22:06:58 Step 24/24 : LABEL version=0.0.0 22:06:58 ---> Running in 5ce7d39ffcc4 22:06:58 Removing intermediate container 5ce7d39ffcc4 22:06:58 ---> fa2aee1c237e 22:06:58 22:06:58 Successfully built fa2aee1c237e 22:06:58 Successfully tagged docker-security-secretstore-setup-go:latest 22:07:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.152s coverage: 94.4% of statements 22:07:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements 22:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.527s coverage: 81.5% of statements 22:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.090s coverage: 87.1% of statements 22:07:25  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:07:25 ---> 3109e43645e2 22:07:25 Step 3/23 : WORKDIR /edgex-go 22:07:25 ---> Using cache 22:07:25 ---> 31228e3555fc 22:07:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:25 ---> Using cache 22:07:25 ---> a8d1cf8abe37 22:07:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:07:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:07:25 ---> 3109e43645e2 22:07:25 Step 3/21 : WORKDIR /edgex-go 22:07:25 ---> Using cache 22:07:25 ---> 31228e3555fc 22:07:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:25 ---> Using cache 22:07:25 ---> a8d1cf8abe37 22:07:25 Step 5/21 : RUN apk add --update --no-cache make git 22:07:25 ---> Using cache 22:07:25 ---> 991928db305d 22:07:25 Step 6/21 : COPY go.mod . 22:07:25 ---> Using cache 22:07:25 ---> d872fd1a3932 22:07:25 Step 7/21 : RUN go mod download 22:07:25 ---> Using cache 22:07:25 ---> 650b9c08bb21 22:07:25 Step 8/21 : COPY . . 22:07:25 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:07:25 ---> 3109e43645e2 22:07:25 Step 3/31 : WORKDIR /edgex-go 22:07:25 ---> Using cache 22:07:25 ---> 31228e3555fc 22:07:25 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:25 ---> Using cache 22:07:25 ---> a8d1cf8abe37 22:07:25 Step 5/31 : RUN apk add --update --no-cache make git 22:07:25 ---> Using cache 22:07:25 ---> 991928db305d 22:07:25 Step 6/31 : COPY go.mod . 22:07:25 ---> Using cache 22:07:25 ---> d872fd1a3932 22:07:25 Step 7/31 : RUN go mod download 22:07:25 ---> Using cache 22:07:25 ---> 650b9c08bb21 22:07:25 Step 8/31 : COPY . . 22:07:25 ---> Using cache 22:07:25 ---> 35d1e6067975 22:07:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:07:25 ---> Using cache 22:07:25 ---> 35d1e6067975 22:07:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:07:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:07:25 ---> 3109e43645e2 22:07:25 Step 3/23 : WORKDIR /edgex-go 22:07:25 ---> Using cache 22:07:25 ---> 31228e3555fc 22:07:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:25 ---> Using cache 22:07:25 ---> a8d1cf8abe37 22:07:25 Step 5/23 : RUN apk add --update --no-cache make bash git 22:07:26 ---> Running in 5e0641e88ffd 22:07:26 ---> Running in 14deff5bc4d2 22:07:26 ---> Running in 524d904b5e7d 22:07:26 ---> Running in 1821d59802b7 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.186s coverage: 92.9% of statements 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.144s coverage: 75.5% of statements 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.6% of statements 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.6% of statements 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.595s coverage: 64.4% of statements 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.136s coverage: 100.0% of statements 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 22:07:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 22:07:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:07:27 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 22:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:07:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:07:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:07:28 OK: 233 MiB in 51 packages 22:07:28 OK: 233 MiB in 51 packages 22:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.945s coverage: 69.0% of statements 22:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:07:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:07:30 Removing intermediate container 1821d59802b7 22:07:30 ---> fe6979895d7e 22:07:30 Step 6/23 : COPY go.mod . 22:07:30 Removing intermediate container 14deff5bc4d2 22:07:30 ---> 71878465b96a 22:07:30 Step 6/23 : COPY go.mod . 22:07:31 ---> 8e69cc89f061 22:07:31 Step 7/23 : RUN go mod download 22:07:31 ---> ebb024b9b084 22:07:31 Step 7/23 : RUN go mod download 22:07:31 ---> Running in a8020ebc2f12 22:07:31 ---> Running in e5ca282f130a 22:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.484s coverage: 38.4% of statements 22:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.106s coverage: 89.5% of statements 22:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements 22:07:33 Removing intermediate container a8020ebc2f12 22:07:33 ---> a2258641ff99 22:07:33 Step 8/23 : COPY . . 22:07:34 Removing intermediate container e5ca282f130a 22:07:34 ---> 67e2ea88b0e7 22:07:34 Step 8/23 : COPY . . 22:07:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:07:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:07:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:07:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.155s coverage: 11.0% of statements 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:07:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.439s coverage: 87.1% of statements 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:07:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.242s coverage: 29.1% of statements 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.232s coverage: 99.0% of statements 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.247s coverage: 100.0% of statements 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.333s coverage: 95.6% of statements 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:07:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 22:07:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.113s coverage: 28.1% of statements 22:07:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 22:07:49 GO111MODULE=on go vet ./... 22:07:52 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 22:08:02 Removing intermediate container 524d904b5e7d 22:08:02 ---> 92bcfd9f298b 22:08:02 22:08:02 Step 10/31 : FROM alpine:3.12 22:08:02 ---> 7230e588e954 22:08:02 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:08:02 ---> 2ffce85851a6 22:08:02 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:08:02 ---> Running in 6ca27b0dfb53 22:08:02 ---> 1bf2b7a1f4da 22:08:02 Step 9/23 : RUN make cmd/core-data/core-data 22:08:02 ---> Running in eb1f170fae4f 22:08:02 ---> Running in be54d0d62b2e 22:08:02 Removing intermediate container 6ca27b0dfb53 22:08:02 ---> ecd5897aed18 22:08:02 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:08:03 ---> Running in f7bf3021c9b8 22:08:04 Removing intermediate container 5e0641e88ffd 22:08:04 ---> dcda0e607ea7 22:08:04 22:08:04 Step 10/21 : FROM alpine:3.12 22:08:04 ---> 7230e588e954 22:08:04 Step 11/21 : RUN apk add --update --no-cache curl 22:08: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 22:08:04 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 22:08:04 ---> Running in 933c1a153cc4 22:08:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:08:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:08:04 (1/2) Installing dumb-init (1.2.2-r1) 22:08:04 (2/2) Installing su-exec (0.2-r1) 22:08:04 Executing busybox-1.31.1-r20.trigger 22:08:04 OK: 6 MiB in 16 packages 22:08:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:08:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:08:05 (1/4) Installing ca-certificates (20191127-r4) 22:08:05 Removing intermediate container f7bf3021c9b8 22:08:05 ---> a94971174447 22:08:05 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:08:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:08:05 (3/4) Installing libcurl (7.69.1-r3) 22:08:05 (4/4) Installing curl (7.69.1-r3) 22:08:05 Executing busybox-1.31.1-r20.trigger 22:08:05 Executing ca-certificates-20191127-r4.trigger 22:08:05 OK: 7 MiB in 18 packages 22:08:06 ---> Running in eea56a4ff572 22:08:07 Removing intermediate container eea56a4ff572 22:08:07 ---> d6962a9cf4a0 22:08:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:08:07 ---> Running in dd8284fa3cda 22:08:07 Removing intermediate container 933c1a153cc4 22:08:07 ---> 0dcbac518647 22:08:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:08:07 ---> Running in 03cb51422813 22:08:07 Removing intermediate container dd8284fa3cda 22:08:07 ---> a5d00c5b0430 22:08:07 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:08:07 ---> Running in 06064b4d7ce3 22:08:08 Removing intermediate container 03cb51422813 22:08:08 ---> 991e9128f102 22:08:08 Step 13/21 : WORKDIR /edgex 22:08:08 ---> Running in 79fb5b3aaa48 22:08:08 Removing intermediate container 79fb5b3aaa48 22:08:08 ---> f978fb1ef256 22:08:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:08:09 ---> 232316d8e3ca 22:08:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:08:10 ---> 16514f553346 22:08:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:08:10 Removing intermediate container 06064b4d7ce3 22:08:10 ---> fdfd1bcc4812 22:08:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:08:10 ---> Running in f11be851a99a 22:08:10 Removing intermediate container f11be851a99a 22:08:10 ---> 499f0300a63c 22:08:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:08:10 ---> 7f70803f3959 22:08:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:08:10 ---> Running in 27d8a0ce99dd 22:08:11 ---> e233ab86e4a8 22:08:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:08:11 ---> Running in 76358fd2168c 22:08:11 Removing intermediate container 27d8a0ce99dd 22:08:11 ---> 934284bdaf79 22:08:11 Step 18/21 : CMD ["--init=true"] 22:08:11 ---> Running in 25b7e8875b68 22:08:13 Removing intermediate container 25b7e8875b68 22:08:13 ---> b39542c3c93c 22:08:13 Step 19/21 : LABEL arch=x86_64 22:08:13 ---> Running in 7b018d820c3f 22:08:13 Removing intermediate container 7b018d820c3f 22:08:13 ---> 6c3840c0cd40 22:08:13 Step 20/21 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:08:13 ---> Running in 9702d5cfa8fa 22:08:13 Removing intermediate container 76358fd2168c 22:08:13 ---> 18152b1830eb 22:08:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:08:14 Removing intermediate container 9702d5cfa8fa 22:08:14 ---> 51aacc956020 22:08:14 Step 21/21 : LABEL version=0.0.0 22:08:14 ---> Running in c9366699adf8 22:08:15 ---> bdc7fe073f42 22:08:15 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:08:15 Removing intermediate container c9366699adf8 22:08:15 ---> 4aa1e6c41e33 22:08:15 22:08:15 Successfully built 4aa1e6c41e33 22:08:15 Successfully tagged docker-security-proxy-setup-go:latest 22:08:16  Building docker-security-proxy-setup-go ... done  ---> 38409373d2bf 22:08:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:08:17 ---> b6fd0a53788f 22:08:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:08:18 ---> f1b69b63de96 22:08:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:08:18 ---> b21b05097b9d 22:08:18 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:08:19 ---> Running in 491b77a7c283 22:08:19 Removing intermediate container 491b77a7c283 22:08:19 ---> 8963f87addbd 22:08:19 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:08:19 ---> 656babac0db9 22:08:19 Step 26/31 : RUN chmod +x /entrypoint.sh 22:08:21 ---> Running in 2a942811032d 22:08:23 Removing intermediate container 2a942811032d 22:08:23 ---> 55092409e9f3 22:08:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:08:23 ---> Running in 1bd66b1cbde3 22:08:23 Removing intermediate container 1bd66b1cbde3 22:08:23 ---> 25a9b0ff189d 22:08:23 Step 28/31 : CMD ["gate"] 22:08:23 ---> Running in 0799bab1644c 22:08:23 Removing intermediate container 0799bab1644c 22:08:23 ---> 55b5d729e13a 22:08:23 Step 29/31 : LABEL arch=x86_64 22:08:24 ---> Running in 637ba2a8ad53 22:08:24 Removing intermediate container 637ba2a8ad53 22:08:24 ---> 47c3c8915eb4 22:08:24 Step 30/31 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:08:25 ---> Running in 81307b59df50 22:08:27 Removing intermediate container eb1f170fae4f 22:08:27 ---> 405671d87013 22:08:27 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:08:27 Removing intermediate container 81307b59df50 22:08:27 ---> 4df963f159be 22:08:27 Step 31/31 : LABEL version=0.0.0 22:08:27 ---> Running in 3f84cf4d9b1d 22:08:27 ---> Running in 028b9e513f47 22:08:28 Removing intermediate container 028b9e513f47 22:08:28 ---> 4a9940f193d2 22:08:28 22:08:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:08:28 Successfully built 4a9940f193d2 22:08:28 Successfully tagged docker-security-bootstrapper-go:latest 22:08:30  Building docker-security-bootstrapper-go ... done Removing intermediate container 3f84cf4d9b1d 22:08:30 ---> 03b7b245bbeb 22:08:30 22:08:30 Step 11/23 : FROM docker:20.10.0 22:08:31 20.10.0: Pulling from library/docker 22:08:31 Removing intermediate container be54d0d62b2e 22:08:31 ---> cb747bb2ff49 22:08:31 22:08:31 Step 10/23 : FROM alpine:3.12 22:08:31 ---> 7230e588e954 22:08:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:08:31 ---> Running in 43e64103dd39 22:08:31 Removing intermediate container 43e64103dd39 22:08:31 ---> e4b03285a9e7 22:08:31 Step 12/23 : ENV APP_PORT=48080 22:08:31 ---> Running in 00a173d629b3 22:08:32 Removing intermediate container 00a173d629b3 22:08:32 ---> 33769ccdf4f5 22:08:32 Step 13/23 : EXPOSE $APP_PORT 22:08:32 ---> Running in 9cdfefc93fb0 22:08:32 Removing intermediate container 9cdfefc93fb0 22:08:32 ---> b1b02f698aca 22:08:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:08:32 ---> Running in 95ff740f1a16 22:08:33 Removing intermediate container 95ff740f1a16 22:08:33 ---> cf72ec082b5b 22:08:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:08:34 ---> Running in 7d8a7026b60b 22:08:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:08:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:08:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:08:35 Status: Downloaded newer image for docker:20.10.0 22:08:35 ---> aefe523efa57 22:08:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:08:35 (1/6) Installing dumb-init (1.2.2-r1) 22:08:35 (2/6) Installing libgcc (9.3.0-r2) 22:08:36 ---> Running in c4b9d4647f0e 22:08:36 (3/6) Installing libsodium (1.0.18-r0) 22:08:36 (4/6) Installing libstdc++ (9.3.0-r2) 22:08:36 Removing intermediate container c4b9d4647f0e 22:08:36 ---> d664aad38d26 22:08:36 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:08:36 ---> Running in f716f2ac9ff3 22:08:36 (5/6) Installing libzmq (4.3.3-r0) 22:08:36 (6/6) Installing zeromq (4.3.3-r0) 22:08:36 Executing busybox-1.31.1-r20.trigger 22:08:36 OK: 8 MiB in 20 packages 22:08:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:08:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:08:36 (1/39) Installing readline (8.0.4-r0) 22:08:36 (2/39) Installing bash (5.0.17-r0) 22:08:36 Executing bash-5.0.17-r0.post-install 22:08:36 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:08:36 (4/39) Installing libcurl (7.69.1-r3) 22:08:36 (5/39) Installing curl (7.69.1-r3) 22:08:36 (6/39) Installing dumb-init (1.2.2-r1) 22:08:36 (7/39) Installing libbz2 (1.0.8-r1) 22:08:36 (8/39) Installing expat (2.2.9-r1) 22:08:36 (9/39) Installing libffi (3.3-r2) 22:08:36 (10/39) Installing gdbm (1.13-r1) 22:08:36 (11/39) Installing xz-libs (5.2.5-r0) 22:08:36 (12/39) Installing sqlite-libs (3.32.1-r0) 22:08:36 (13/39) Installing python3 (3.8.8-r0) 22:08:36 Removing intermediate container 7d8a7026b60b 22:08:36 ---> 10ce4af3a119 22:08:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:08:41 ---> b5b7012f51ea 22:08:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:08:41 (14/39) Installing py3-appdirs (1.4.4-r1) 22:08:41 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:08:41 (16/39) Installing py3-parsing (2.4.7-r0) 22:08:41 (17/39) Installing py3-six (1.15.0-r0) 22:08:41 (18/39) Installing py3-packaging (20.4-r0) 22:08:41 (19/39) Installing py3-setuptools (47.0.0-r0) 22:08:41 (20/39) Installing py3-chardet (3.0.4-r4) 22:08:41 (21/39) Installing py3-idna (2.9-r0) 22:08:41 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:08:41 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:08:41 (24/39) Installing py3-requests (2.23.0-r0) 22:08:41 (25/39) Installing py3-msgpack (1.0.0-r0) 22:08:41 (26/39) Installing py3-lockfile (0.12.2-r3) 22:08:41 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:08:41 (28/39) Installing py3-colorama (0.4.3-r0) 22:08:41 (29/39) Installing py3-distlib (0.3.0-r0) 22:08:41 (30/39) Installing py3-distro (1.5.0-r1) 22:08:41 (31/39) Installing py3-webencodings (0.5.1-r3) 22:08:41 (32/39) Installing py3-html5lib (1.0.1-r4) 22:08:42 (33/39) Installing py3-pytoml (0.1.21-r0) 22:08:42 (34/39) Installing py3-pep517 (0.8.2-r0) 22:08:42 (35/39) Installing py3-progress (1.5-r0) 22:08:42 (36/39) Installing py3-toml (0.10.1-r0) 22:08:43 (37/39) Installing py3-retrying (1.3.3-r0) 22:08:43 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:08:43 (39/39) Installing py3-pip (20.1.1-r0) 22:08:43 ---> bbea639c7cfa 22:08:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:08:43 Executing busybox-1.31.1-r19.trigger 22:08:43 OK: 72 MiB in 59 packages 22:08:44 ---> 5feb90cc58a1 22:08:44 Step 19/23 : ENTRYPOINT ["/core-data"] 22:08:44 ---> Running in 25139424a8e0 22:08:44 Removing intermediate container 25139424a8e0 22:08:44 ---> 6ecd191f1452 22:08:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:08:44 Collecting docker-compose==1.23.2 22:08:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:08:44 ---> Running in ec0deffdb186 22:08:44 Collecting docopt<0.7,>=0.6.1 22:08:44 Downloading docopt-0.6.2.tar.gz (25 kB) 22:08:44 Removing intermediate container ec0deffdb186 22:08:44 ---> b845d526fa58 22:08:44 Step 21/23 : LABEL arch=x86_64 22:08:44 ---> Running in f281860d3b2f 22:08:44 Removing intermediate container f281860d3b2f 22:08:44 ---> df199303451c 22:08:44 Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:08:44 ---> Running in 8c2d5e78226f 22:08:45 Removing intermediate container 8c2d5e78226f 22:08:45 ---> b220f8bfc585 22:08:45 Step 23/23 : LABEL version=0.0.0 22:08:45 ---> Running in ab90d4fcc754 22:08:45 Collecting cached-property<2,>=1.2.0 22:08:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:08:45 Collecting websocket-client<1.0,>=0.32.0 22:08:45 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:08:45 Removing intermediate container ab90d4fcc754 22:08:45 ---> 1f62bb7caaf7 22:08:45 22:08:45 Collecting jsonschema<3,>=2.5.1 22:08:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:08:45 Successfully built 1f62bb7caaf7 22:08:45 Successfully tagged docker-core-data-go:latest 22:08:45  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 22:08:45 Downloading PyYAML-3.13.tar.gz (270 kB) 22:08:46 Collecting dockerpty<0.5,>=0.4.1 22:08:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:08:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:08:47 Collecting texttable<0.10,>=0.9.0 22:08:47 Downloading texttable-0.9.1.tar.gz (11 kB) 22:08:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:08:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:08:48 Collecting docker<4.0,>=3.6.0 22:08:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:08:48 Collecting idna<2.8,>=2.5 22:08:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:08:48 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) 22:08:48 Collecting urllib3<1.25,>=1.21.1 22:08:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:08:48 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) 22:08:48 Collecting docker-pycreds>=0.4.0 22:08:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:08:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:08:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:08:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:08:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:08:48 Installing collected packages: docopt, cached-property, websocket-client, jsonschema, PyYAML, dockerpty, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose 22:08:48 Running setup.py install for docopt: started 22:08:49 Running setup.py install for docopt: finished with status 'done' 22:08:49 Running setup.py install for PyYAML: started 22:08:50 Running setup.py install for PyYAML: finished with status 'done' 22:08:50 Running setup.py install for dockerpty: started 22:08:51 Running setup.py install for dockerpty: finished with status 'done' 22:08:51 Running setup.py install for texttable: started 22:08:51 Running setup.py install for texttable: finished with status 'done' 22:08:51 Attempting uninstall: idna 22:08:51 Found existing installation: idna 2.9 22:08:51 Uninstalling idna-2.9: 22:08:51 Successfully uninstalled idna-2.9 22:08:51 Attempting uninstall: urllib3 22:08:51 Found existing installation: urllib3 1.25.9 22:08:51 Uninstalling urllib3-1.25.9: 22:08:51 Successfully uninstalled urllib3-1.25.9 22:08:51 Attempting uninstall: requests 22:08:51 Found existing installation: requests 2.23.0 22:08:51 Uninstalling requests-2.23.0: 22:08:51 Successfully uninstalled requests-2.23.0 22:08:52 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 22:09:00 Removing intermediate container f716f2ac9ff3 22:09:00 ---> 9ef59c298895 22:09:00 Step 14/23 : ENV APP_PORT=48090 22:09:00 ---> Running in e7b1389bbd33 22:09:00 Removing intermediate container e7b1389bbd33 22:09:00 ---> ea66a5bcff4e 22:09:00 Step 15/23 : EXPOSE $APP_PORT 22:09:00 ---> Running in c8c01f035196 22:09:00 Removing intermediate container c8c01f035196 22:09:00 ---> 6db428e07031 22:09:00 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:09:00 ---> f9b0c845dc77 22:09:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:09:00 ---> c9b13526e3c2 22:09:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:09:00 ---> ad6f493a91a9 22:09:00 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 22:09:00 ---> Running in d450b25496a7 22:09:01 Removing intermediate container d450b25496a7 22:09:01 ---> f84e9e68cbd4 22:09:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:09:01 ---> Running in da416968436c 22:09:01 Removing intermediate container da416968436c 22:09:01 ---> c2e3e8675fa3 22:09:01 Step 21/23 : LABEL arch=x86_64 22:09:01 ---> Running in c2d18b41f165 22:09:01 Removing intermediate container c2d18b41f165 22:09:01 ---> 8bc05daf68d6 22:09:01 Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:09:01 ---> Running in ca9383a28f7f 22:09:01 Removing intermediate container ca9383a28f7f 22:09:01 ---> f14f2b092203 22:09:01 Step 23/23 : LABEL version=0.0.0 22:09:01 ---> Running in 0b2334aef449 22:09:01 Removing intermediate container 0b2334aef449 22:09:01 ---> 26ed81c74518 22:09:01 22:09:02 Successfully built 26ed81c74518 22:09:02 Successfully tagged docker-sys-mgmt-agent-go:latest 22:09:02  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:09:02 $ docker stop --time=1 4975e35e2ffa60d6bf0760691397bf639f36981ff72f593e67a3f5862baf9151 22:09:03 $ docker rm -f 4975e35e2ffa60d6bf0760691397bf639f36981ff72f593e67a3f5862baf9151 [Pipeline] // withDockerContainer [Pipeline] sh 22:09:04 + docker images 22:09:04 + grep docker 22:09:04 docker-sys-mgmt-agent-go latest 26ed81c74518 3 seconds ago 312MB 22:09:04 docker-core-data-go latest 1f62bb7caaf7 19 seconds ago 22.7MB 22:09:04 docker-security-bootstrapper-go latest 4a9940f193d2 37 seconds ago 19MB 22:09:04 docker-security-proxy-setup-go latest 4aa1e6c41e33 49 seconds ago 25.5MB 22:09:04 docker-security-secretstore-setup-go latest fa2aee1c237e 2 minutes ago 25.8MB 22:09:04 docker-core-command-go latest f87956c7e775 2 minutes ago 17.3MB 22:09:04 docker-core-metadata-go latest b98bd746fea5 2 minutes ago 19MB 22:09:04 docker-support-scheduler-go latest fa64db3e2747 2 minutes ago 17.4MB 22:09:04 docker-support-notifications-go latest 4662db4d0c89 2 minutes ago 17.9MB 22:09:04 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 22:09:10 gofmt -l . 22:09:10 [ "`gofmt -l .`" = "" ] 22:09:10 ./bin/test-go-mod-tidy.sh 22:09:10 ./bin/test-attribution-txt.sh [Pipeline] sh 22:09:12 + ls -al . 22:09:12 total 836 22:09:12 drwxrwxr-x 9 1001 1001 4096 Apr 9 22:09 . 22:09:12 drwxr-xr-x 4 root root 4096 Apr 9 22:04 .. 22:09:12 -rw-rw-r-- 1 1001 1001 11 Apr 9 22:03 .dockerignore 22:09:12 drwxrwxr-x 8 1001 1001 4096 Apr 9 22:03 .git 22:09:12 drwxrwxr-x 3 1001 1001 4096 Apr 9 22:03 .github 22:09:12 -rw-rw-r-- 1 1001 1001 818 Apr 9 22:03 .gitignore 22:09:12 -rw-rw-r-- 1 1001 1001 166 Apr 9 22:03 .sonarcloud.properties 22:09:12 -rw-rw-r-- 1 1001 1001 8607 Apr 9 22:03 Attribution.txt 22:09:12 -rw-rw-r-- 1 1001 1001 3804 Apr 9 22:03 CONTRIBUTING.md 22:09:12 -rw-rw-r-- 1 1001 1001 931 Apr 9 22:03 Dockerfile.build 22:09:12 -rw-rw-r-- 1 1001 1001 863 Apr 9 22:03 Jenkinsfile 22:09:12 -rw-rw-r-- 1 1001 1001 10775 Apr 9 22:03 LICENSE 22:09:12 -rw-rw-r-- 1 1001 1001 5774 Apr 9 22:03 Makefile 22:09:12 -rw-rw-r-- 1 1001 1001 6548 Apr 9 22:03 README.md 22:09:12 -rw-rw-r-- 1 1001 1001 6755 Apr 9 22:03 SECURITY.md 22:09:12 -rw-rw-r-- 1 1001 1001 5 Apr 9 22:00 VERSION 22:09:12 -rw-rw-r-- 1 1001 1001 4131 Apr 9 22:03 ZMQWindows.md 22:09:12 drwxrwxr-x 2 1001 1001 4096 Apr 9 22:03 bin 22:09:12 drwxrwxr-x 14 1001 1001 4096 Apr 9 22:03 cmd 22:09:12 -rw-r--r-- 1 root root 697573 Apr 9 22:07 coverage.out 22:09:12 -rw-r--r-- 1 root root 1056 Apr 9 22:09 go.mod 22:09:12 -rw-r--r-- 1 root root 21911 Apr 9 22:09 go.sum 22:09:12 drwxrwxr-x 8 1001 1001 4096 Apr 9 22:03 internal 22:09:12 drwxrwxr-x 4 1001 1001 4096 Apr 9 22:03 openapi 22:09:12 drwxrwxr-x 4 1001 1001 4096 Apr 9 22:03 snap 22:09:12 -rw-rw-r-- 1 1001 1001 168 Apr 9 22:03 version.go [Pipeline] sh 22:09:13 + '[' -e coverage.out ] 22:09:13 + chown 1001:1001 coverage.out [Pipeline] stash 22:09:13 Warning: overwriting stash ‘coverage-report’ 22:09:14 Stashed 1 file(s) [Pipeline] sh 22:09:15 + make build 22:09:15 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 22:09:20 Still waiting to schedule task 22:09:20 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:09:25 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 22:09:52 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 22:09:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:09:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:09: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 22:10:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:10:07 Running on prd-ubuntu18.04-docker-8c-8g-33477 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws 22:10:07 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 22:10:09 using credential edgex-jenkins-ssh 22:10:09 Cloning the remote Git repository 22:10:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:10:09 > git init /w/workspace/edgex-go/9 # timeout=10 22:10:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:10:09 > git --version # timeout=10 22:10:09 > git --version # 'git version 2.17.1' 22:10:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:10:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:10:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:10:14 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 22:10:18 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 22:10:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:10:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:10:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:10:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:10:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:10:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:10:18 Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:10:19 Merge succeeded, producing 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:10:19 Checking out Revision 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 (PR-3331) 22:10:18 > git config core.sparsecheckout # timeout=10 22:10:18 > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 22:10:18 > git remote # timeout=10 22:10:18 > git config --get remote.origin.url # timeout=10 22:10:18 using GIT_SSH to set credentials SSH Credentials for GitHub 22:10:18 > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 22:10:18 > git rev-parse HEAD^{commit} # timeout=10 22:10:18 > git config core.sparsecheckout # timeout=10 22:10:18 > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 22:10:22 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 22:10:22 Commit message: "fix: use system agent's own service key for creating config client" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:10:23 + echo snap-build.sh 22:10:23 snap-build.sh 22:10:23 + SNAP_BASE_DIR=. 22:10:23 + '[' '!' -z /w/workspace/edgex-go/9 ']' 22:10:23 + SNAP_BASE_DIR=/w/workspace/edgex-go/9 22:10:23 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' 22:10:23 [snap-build] Building snap in dir [/w/workspace/edgex-go/9] 22:10:23 + cd /w/workspace/edgex-go/9 22:10:23 + sudo apt-get remove -qy --purge lxd lxd-client 22:10:23 Reading package lists... 22:10:24 Building dependency tree... 22:10:24 Reading state information... 22:10:24 The following packages were automatically installed and are no longer required: 22:10:24 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:10:24 uidmap xdelta3 22:10:24 Use 'sudo apt autoremove' to remove them. 22:10:24 The following packages will be REMOVED: 22:10:24 lxd* lxd-client* 22:10:24 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:10:24 After this operation, 31.7 MB disk space will be freed. 22:10:25 (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.) 22:10:25 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:10:26 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 22:10:26 Removing lxd dnsmasq configuration 22:10:26 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:10:26 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:10:27 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:10:27 (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.) 22:10:27 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:10:29 Processing triggers for systemd (237-3ubuntu10.42) ... 22:10:29 Processing triggers for ureadahead (0.100.0-21) ... 22:10:31 + sudo snap remove --purge lxd 22:10:31 snap "lxd" is not installed 22:10:31 + sudo groupadd --force --system lxd 22:10:31 ++ whoami 22:10:31 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:10:31 + newgrp - lxd 22:10:31 + sudo snap install lxd [Pipeline] } 22:10:34 $ docker stop --time=1 ea4ecc38a8c6176dd747fe5a8bc73f75345d48739d9dad0140614c787a12b3fd 22:10:37 $ docker rm -f ea4ecc38a8c6176dd747fe5a8bc73f75345d48739d9dad0140614c787a12b3fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:10:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:10:39 22:10:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:10:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:10:39 latest: Pulling from edgex-devops/edgex-compose-arm64 22:10:39 29e5d40040c1: Pulling fs layer 22:10:39 1ce36da41761: Pulling fs layer 22:10:39 25b303627fd3: Pulling fs layer 22:10:39 29e5d40040c1: Verifying Checksum 22:10:39 29e5d40040c1: Download complete 22:10:40 1ce36da41761: Verifying Checksum 22:10:40 1ce36da41761: Download complete 22:10:40 29e5d40040c1: Pull complete 22:10:41 1ce36da41761: Pull complete 22:10:41 2021-04-09T22:10:39Z INFO Waiting for automatic snapd restart... 22:10:41 25b303627fd3: Verifying Checksum 22:10:41 25b303627fd3: Download complete 22:10:52 25b303627fd3: Pull complete 22:10:52 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:10:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:10:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:10:52 prd-ubuntu18.04-docker-arm64-4c-16g-33473 does not seem to be running inside a container 22:10:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:10:55 $ docker top 12d15d321be8330c81c4f8da311574903b5c2aca934cf3049fdb43ecf5d07bfe -eo pid,comm [Pipeline] { [Pipeline] sh 22:10:56 + docker-compose build --help 22:10:56 + grep parallel 22:10:56 lxd 4.12 from Canonical* installed 22:10:56 + sudo lxd init --auto 22:10:59 --parallel Build images in parallel. [Pipeline] } 22:10:59 $ docker stop --time=1 12d15d321be8330c81c4f8da311574903b5c2aca934cf3049fdb43ecf5d07bfe 22:11:01 $ docker rm -f 12d15d321be8330c81c4f8da311574903b5c2aca934cf3049fdb43ecf5d07bfe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:11:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:11:02 . [Pipeline] withDockerContainer 22:11:02 prd-ubuntu18.04-docker-arm64-4c-16g-33473 does not seem to be running inside a container 22:11:02 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:11:04 $ docker top cf769110674145f25c257065218b0471ae624397dd32db7a37fbda3c3f007ca2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:11:04 + sudo snap install --classic snapcraft 22:11:05 + docker-compose -f ./docker-compose-build.yml build --parallel 22:11:09 Building docker-core-command-go ... 22:11:09 Building docker-core-data-go ... 22:11:09 Building docker-core-metadata-go ... 22:11:09 Building docker-security-bootstrapper-go ... 22:11:09 Building docker-security-proxy-setup-go ... 22:11:09 Building docker-security-secretstore-setup-go ... 22:11:09 Building docker-support-notifications-go ... 22:11:09 Building docker-support-scheduler-go ... 22:11:09 Building docker-sys-mgmt-agent-go ... 22:11:09 Building docker-security-secretstore-setup-go 22:11:09 Building docker-core-metadata-go 22:11:09 Building docker-core-command-go 22:11:09 Building docker-security-proxy-setup-go 22:11:09 Building docker-security-bootstrapper-go 22:11:13 snapcraft 4.6 from Canonical* installed 22:11:13 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:11:13 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:11:13 % Total % Received % Xferd Average Speed Time Time Time Current 22:11:13 Dload Upload Total Spent Left Speed 22:11:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4354 22:11:13 100 3325k 100 3325k 0 0 10.1M 0 --:--:-- --:--:-- --:--:-- 10.1M 22:11:13 ./yq_linux_amd64 22:11:13 + sudo snapcraft prime --use-lxd 22:11:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:11:14 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 22:11:14 - README.md 22:11:14 22:11:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:11:15 Launching a container. 22:11:27 Waiting for container to be ready 22:11:27 To start your first instance, try: lxc launch ubuntu:18.04 22:11:27 22:11:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:11:30 Waiting for network to be ready... 22:11:31 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:11:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:11:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:11:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 22:11:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:11:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:11:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:11:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:11:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:11:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:11:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:11:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 22:11:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:11:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:11:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 22:11:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 22:11:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 22:11:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 22:11:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:11:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 22:11:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 22:11:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:11:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:11:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 22:11:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 22:11:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 22:11:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 22:11:37 Fetched 24.2 MB in 6s (4153 kB/s) 22:11:38 Reading package lists... 22:11:38 Reading package lists... 22:11:38 Building dependency tree... 22:11:38 Reading state information... 22:11:38 The following additional packages will be installed: 22:11:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:11:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:11:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:11:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:11:38 Suggested packages: 22:11:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:11:38 Recommended packages: 22:11:38 gnupg libsasl2-modules 22:11:38 The following NEW packages will be installed: 22:11:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:11:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:11:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:11:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:11:38 The following packages will be upgraded: 22:11:38 gpg gpg-agent gpgconf libudev1 22:11:38 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:11:38 Need to get 3530 kB of archives. 22:11:38 After this operation, 13.3 MB of additional disk space will be used. 22:11:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:11:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 22:11:39 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] 22:11:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:11:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:11:39 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 22:11:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:11:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:11:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:11:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:11:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:11:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:11:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:11:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:11:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:11:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:11:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:11:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:11:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:11:39 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:11:39 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:11:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:11:39 debconf: delaying package configuration, since apt-utils is not installed 22:11:39 Fetched 3530 kB in 1s (3450 kB/s) 22:11:39 (Reading database ... 12511 files and directories currently installed.) 22:11:39 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 22:11:39 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:11:40 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 22:11:40 Selecting previously unselected package udev. 22:11:40 (Reading database ... 12511 files and directories currently installed.) 22:11:40 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 22:11:40 Unpacking udev (237-3ubuntu10.45) ... 22:11:40 Selecting previously unselected package libfuse2:amd64. 22:11:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:11:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:11:40 Selecting previously unselected package fuse. 22:11:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:11:40 Unpacking fuse (2.9.7-1ubuntu1) ... 22:11:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:11:40 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:11:41 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:11:41 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:11:41 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:11:41 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:11:41 Selecting previously unselected package libksba8:amd64. 22:11:41 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:11:41 Unpacking libksba8:amd64 (1.3.5-2) ... 22:11:41 Selecting previously unselected package libroken18-heimdal:amd64. 22:11:41 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:41 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:11:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:11:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:11:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:41 Selecting previously unselected package libwind0-heimdal:amd64. 22:11:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:41 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:11:41 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:41 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:41 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:11:41 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:41 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:42 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:11:42 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:42 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:42 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:11:42 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:11:42 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:42 Selecting previously unselected package libsasl2-modules-db:amd64. 22:11:42 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:11:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:11:42 Selecting previously unselected package libsasl2-2:amd64. 22:11:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:11:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:11:42 Selecting previously unselected package libldap-common. 22:11:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:11:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:11:42 Selecting previously unselected package libldap-2.4-2:amd64. 22:11:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:11:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:11:42 Selecting previously unselected package dirmngr. 22:11:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:11:42 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:11:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:11:42 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:11:42 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:11:42 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:11:42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:11:42 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:11:42 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:42 Setting up libksba8:amd64 (1.3.5-2) ... 22:11:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:11:43 Setting up udev (237-3ubuntu10.45) ... 22:11:43 invoke-rc.d: policy-rc.d denied execution of start. 22:11:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:43 Processing triggers for systemd (237-3ubuntu10) ... 22:11:43 Setting up fuse (2.9.7-1ubuntu1) ... 22:11:43 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:11:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:43 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:43 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:43 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:43 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:11:43 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:11:43 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:11:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:11:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:11:44 settings in the [Install] section, and DefaultInstance for template units). 22:11:44 This means they are not meant to be enabled using systemctl. 22:11:44 Possible reasons for having this kind of units are: 22:11:44 1) A unit may be statically enabled by being symlinked from another unit's 22:11:44 .wants/ or .requires/ directory. 22:11:44 2) A unit's purpose may be to act as a helper for some other unit which has 22:11:44 a requirement dependency on it. 22:11:44 3) A unit may be started when needed via activation (socket, path, timer, 22:11:44 D-Bus, udev, scripted systemctl call, ...). 22:11:44 4) In case of template units, the unit is meant to be enabled with some 22:11:44 instance name specified. 22:11:44 Reading package lists... 22:11:45 Building dependency tree... 22:11:45 Reading state information... 22:11:45 The following additional packages will be installed: 22:11:45 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:11:45 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:11:45 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:11:45 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:11:45 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:11:45 Suggested packages: 22:11:45 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:11:45 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:11:45 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:11:45 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:11:45 systemd-container policykit-1 22:11:45 Recommended packages: 22:11:45 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:11:45 The following NEW packages will be installed: 22:11:45 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:11:45 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:11:45 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:11:45 multiarch-support openssh-client python3 python3-minimal python3.6 22:11:45 python3.6-minimal snapd squashfs-tools sudo 22:11:45 The following packages will be upgraded: 22:11:45 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:11:45 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:11:45 Need to get 35.2 MB of archives. 22:11:45 After this operation, 141 MB of additional disk space will be used. 22:11:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 22:11:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 22:11:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:11:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:11:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:11:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:11:46 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 22:11:46 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 22:11:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 22:11:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:11:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:11:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:11:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:11:46 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:11:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:11:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:11:46 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:11:46 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:11:46 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:11:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:11:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:11:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:11:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:11:46 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:11:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:11:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:11:46 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:11:46 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:11:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:11:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:11:47 debconf: delaying package configuration, since apt-utils is not installed 22:11:47 Fetched 35.2 MB in 2s (14.7 MB/s) 22:11:47 (Reading database ... 12757 files and directories currently installed.) 22:11:47 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 22:11:47 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:11:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 22:11:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:11:48 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 22:11:48 (Reading database ... 12757 files and directories currently installed.) 22:11:48 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 22:11:48 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 22:11:48 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 22:11:49 (Reading database ... 12757 files and directories currently installed.) 22:11:49 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 22:11:49 Unpacking apt (1.6.13) over (1.6.1) ... 22:11:49 Setting up apt (1.6.13) ... 22:11:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:11:50 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:11:50 (Reading database ... 12764 files and directories currently installed.) 22:11:50 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:11:50 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:11:50 Selecting previously unselected package libpython3.6-minimal:amd64. 22:11:50 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:11:50 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:11:50 Selecting previously unselected package libexpat1:amd64. 22:11:50 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:11:50 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:11:50 Selecting previously unselected package python3.6-minimal. 22:11:50 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:11:50 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:11:50 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 22:11:51 Checking for services that may need to be restarted...done. 22:11:51 Checking for services that may need to be restarted...done. 22:11:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:11:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:11:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:11:51 Selecting previously unselected package python3-minimal. 22:11:51 (Reading database ... 13012 files and directories currently installed.) 22:11:51 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:11:51 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:11:51 Selecting previously unselected package mime-support. 22:11:51 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:11:51 Unpacking mime-support (3.60ubuntu1) ... 22:11:51 Selecting previously unselected package libmpdec2:amd64. 22:11:51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:11:51 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:11:51 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:11:51 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:11:51 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:11:52 Selecting previously unselected package python3.6. 22:11:52 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:11:52 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:11:52 Selecting previously unselected package libpython3-stdlib:amd64. 22:11:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:11:52 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:11:52 Setting up python3-minimal (3.6.7-1~18.04) ... 22:11:53 Selecting previously unselected package python3. 22:11:53 (Reading database ... 13442 files and directories currently installed.) 22:11:53 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:11:53 Unpacking python3 (3.6.7-1~18.04) ... 22:11:53 Selecting previously unselected package multiarch-support. 22:11:53 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:11:53 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:11:53 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:11:53 Selecting previously unselected package liblzo2-2:amd64. 22:11:53 (Reading database ... 13479 files and directories currently installed.) 22:11:53 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:11:53 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:11:53 Selecting previously unselected package libbsd0:amd64. 22:11:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:11:53 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:11:53 Selecting previously unselected package sudo. 22:11:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:11:53 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:11:53 Selecting previously unselected package apparmor. 22:11:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:11:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:11:53 Selecting previously unselected package libedit2:amd64. 22:11:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:11:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:11:53 Selecting previously unselected package libkrb5support0:amd64. 22:11:53 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:11:53 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:11:54 Selecting previously unselected package libk5crypto3:amd64. 22:11:54 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:11:54 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:11:54 Selecting previously unselected package libkeyutils1:amd64. 22:11:54 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:11:54 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:11:54 Selecting previously unselected package libkrb5-3:amd64. 22:11:54 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:11:54 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:11:54 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:11:54 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:11:54 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:11:54 Selecting previously unselected package libssl1.0.0:amd64. 22:11:54 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:11:54 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:11:54 Selecting previously unselected package openssh-client. 22:11:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:11:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:11:54 Selecting previously unselected package squashfs-tools. 22:11:54 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:11:54 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:11:54 Selecting previously unselected package snapd. 22:11:54 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:11:55 Unpacking snapd (2.48.3+18.04) ... 22:11:57 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:11:57 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:11:57 Setting up mime-support (3.60ubuntu1) ... 22:11:57 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:11:57 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:11:57 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:11:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:11:57 Setting up systemd (237-3ubuntu10.45) ... 22:11:57 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:11:58 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:11:58 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:11:58 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:11:58 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:11:58 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:11:58 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:11:59 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:11:59 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:11:59 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:11:59 Setting up python3 (3.6.7-1~18.04) ... 22:11:59 running python rtupdate hooks for python3.6... 22:11:59 running python post-rtupdate hooks for python3.6... 22:12:00 Setting up apparmor (2.12-4ubuntu5.1) ... 22:12:01 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:12:01 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:12:01 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:12:01 Setting up snapd (2.48.3+18.04) ... 22:12:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:12:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:12:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:12:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:12:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:12:03 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:12:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:12:03 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:12:03 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:12:03 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:12:04 /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' 22:12:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:12:04 Processing triggers for systemd (237-3ubuntu10.45) ... 22:12:05 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:12:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:12:05 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:12:06 Reading package lists... 22:12:06 Reading package lists... 22:12:07 Building dependency tree... 22:12:07 Reading state information... 22:12:07 Calculating upgrade... 22:12:07 The following packages will be upgraded: 22:12:07 advancecomp base-files bash binutils binutils-common 22:12:07 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:12:07 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:12:07 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:12:07 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:12:07 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:12:07 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:12:07 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:12:07 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:12:07 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:12:07 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:12:07 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:12:07 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:12:07 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:12:07 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:12:07 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:12:07 Need to get 63.8 MB of archives. 22:12:07 After this operation, 5208 kB of additional disk space will be used. 22:12:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 22:12:07 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:12:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:12:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:12:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:12:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:12:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:12:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:12:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:12:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:12:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:12:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:12:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:12:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:12:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:12:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:12:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:12:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:12:07 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:12:07 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:12:07 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:12:07 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:12:07 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:12:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:12:08 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:12:08 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:12:08 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:12:08 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:12:08 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:12:08 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:12:08 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:12:08 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:12:08 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:12:08 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:12:08 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:12:08 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:12:08 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:12:08 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:12:08 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:12:08 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 22:12:08 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:12:08 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:12:08 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:12:08 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:12:08 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:12:08 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:12:08 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:12:08 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:12:08 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:12:08 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:12:08 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:12:08 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:12:08 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:12:08 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:12:08 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:12:08 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:12:08 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:12:08 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:12:08 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:12:08 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:12:08 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:12:08 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:12:08 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:12:08 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:12:08 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:12:08 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:12:08 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:12:08 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:12:08 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:12:08 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:12:08 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:12:08 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:12:08 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:12:08 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:12:08 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:12:08 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:12:08 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:12:08 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:12:08 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:12:08 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:12:08 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:12:08 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:12:08 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:12:08 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 22:12:08 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:12:08 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:12:09 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:12:09 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:12:09 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:12:09 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 22:12:09 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:12:09 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:12:09 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:12:09 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:12:09 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:12:09 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:12:09 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:12:09 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:12:09 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:12:09 debconf: delaying package configuration, since apt-utils is not installed 22:12:09 Fetched 63.8 MB in 2s (37.6 MB/s) 22:12:09 (Reading database ... 13912 files and directories currently installed.) 22:12:09 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:12:09 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:12:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:12:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:12:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 22:12:10 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 22:12:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:11 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:11 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:11 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:12 (Reading database ... 13911 files and directories currently installed.) 22:12:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:12 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:12:12 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:12:12 (Reading database ... 13911 files and directories currently installed.) 22:12:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:12 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:12:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:12:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:13 (Reading database ... 13911 files and directories currently installed.) 22:12:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:12:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:12:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:12:14 (Reading database ... 13911 files and directories currently installed.) 22:12:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:12:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:12:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:12:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:12:15 Setting up base-files (10.1ubuntu2.10) ... 22:12:15 Installing new version of config file /etc/issue ... 22:12:15 Installing new version of config file /etc/issue.net ... 22:12:15 Installing new version of config file /etc/lsb-release ... 22:12:15 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:12:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:12:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:12:15 Removing obsolete conffile /etc/default/motd-news ... 22:12:15 (Reading database ... 13912 files and directories currently installed.) 22:12:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:12:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:12:16 Setting up bash (4.4.18-2ubuntu1.2) ... 22:12:16 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 22:12:16 (Reading database ... 13912 files and directories currently installed.) 22:12:16 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:16 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:12:16 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:12:16 (Reading database ... 13912 files and directories currently installed.) 22:12:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:12:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:12:17 Setting up tar (1.29b-2ubuntu0.2) ... 22:12:17 (Reading database ... 13912 files and directories currently installed.) 22:12:17 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:12:17 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:12:17 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:12:17 (Reading database ... 13912 files and directories currently installed.) 22:12:17 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:12:17 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:12:17 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:12:17 (Reading database ... 13912 files and directories currently installed.) 22:12:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:12:18 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:12:18 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:12:18 (Reading database ... 13912 files and directories currently installed.) 22:12:18 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:12:18 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:12:18 Setting up grep (3.1-2build1) ... 22:12:18 (Reading database ... 13912 files and directories currently installed.) 22:12:18 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:12:18 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:12:18 Setting up login (1:4.5-1ubuntu2) ... 22:12:19 (Reading database ... 13912 files and directories currently installed.) 22:12:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:12:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:12:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:12:19 (Reading database ... 13912 files and directories currently installed.) 22:12:19 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:12:19 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:12:20 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:12:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:12:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:12:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:12:20 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:12:20 (Reading database ... 13912 files and directories currently installed.) 22:12:20 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:12:20 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:12:21 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:12:21 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:12:22 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:12:22 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:12:22 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:12:22 (Reading database ... 13912 files and directories currently installed.) 22:12:22 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:12:22 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:12:22 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:12:22 (Reading database ... 13912 files and directories currently installed.) 22:12:22 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:22 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:12:22 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:12:22 (Reading database ... 13912 files and directories currently installed.) 22:12:22 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:22 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:12:22 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:12:23 (Reading database ... 13912 files and directories currently installed.) 22:12:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:12:23 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:12:23 (Reading database ... 13912 files and directories currently installed.) 22:12:23 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:23 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:12:23 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:12:23 (Reading database ... 13912 files and directories currently installed.) 22:12:23 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:12:23 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:12:23 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:12:23 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:12:24 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:12:24 (Reading database ... 13912 files and directories currently installed.) 22:12:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:12:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:12:24 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:12:24 (Reading database ... 13912 files and directories currently installed.) 22:12:24 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:24 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:12:24 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:12:24 (Reading database ... 13912 files and directories currently installed.) 22:12:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:12:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:12:24 (Reading database ... 13912 files and directories currently installed.) 22:12:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:24 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:12:25 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:12:25 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:12:25 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:12:25 (Reading database ... 13912 files and directories currently installed.) 22:12:25 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:12:25 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:12:26 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:12:26 (Reading database ... 13912 files and directories currently installed.) 22:12:26 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:12:26 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:12:26 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:12:26 (Reading database ... 13914 files and directories currently installed.) 22:12:26 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:12:26 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:12:26 Setting up debconf (1.5.66ubuntu1) ... 22:12:27 (Reading database ... 13914 files and directories currently installed.) 22:12:27 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:12:27 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:12:27 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:12:27 (Reading database ... 13914 files and directories currently installed.) 22:12:27 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:12:27 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:12:27 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:12:27 (Reading database ... 13914 files and directories currently installed.) 22:12:27 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:12:27 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:12:27 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:12:28 (Reading database ... 13914 files and directories currently installed.) 22:12:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:12:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:12:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:12:28 (Reading database ... 13914 files and directories currently installed.) 22:12:28 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:12:28 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:12:28 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:12:28 (Reading database ... 13914 files and directories currently installed.) 22:12:28 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:12:28 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:12:28 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 22:12:28 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:12:29 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:12:29 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:12:29 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:12:29 (Reading database ... 13914 files and directories currently installed.) 22:12:29 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:12:29 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:12:29 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:12:29 (Reading database ... 13914 files and directories currently installed.) 22:12:29 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:12:29 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:12:29 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:12:30 (Reading database ... 13914 files and directories currently installed.) 22:12:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:12:30 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:12:30 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:12:30 (Reading database ... 13914 files and directories currently installed.) 22:12:30 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:12:30 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:12:30 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:12:30 (Reading database ... 13914 files and directories currently installed.) 22:12:30 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:12:30 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:12:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:12:31 ---> 312c31e079b4 22:12:31 Step 3/31 : WORKDIR /edgex-go 22:12:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:12:31 ---> 312c31e079b4 22:12:31 Step 3/24 : WORKDIR /edgex-go 22:12:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:31 22:12:31 Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 22:12:31 22:12:31 ---> 312c31e079b4 22:12:31 ---> 312c31e079b4 22:12:31 Step 3/21 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 22:12:31 22:12:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:12:31 ---> 312c31e079b4 22:12:31 Step 3/23 : WORKDIR /edgex-go 22:12:31 ---> Running in 5ff64e53f729 22:12:31 ---> Running in cc8531722dfc 22:12:31 ---> Running in 46091db602a9 22:12:31 ---> Running in 140e2f9aba26 22:12:31 ---> Running in a280ee4d1e93 22:12:31 Removing intermediate container cc8531722dfc 22:12:31 ---> 88185e13b6cd 22:12:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:31 Removing intermediate container 5ff64e53f729 22:12:31 ---> 1b160be3d1ff 22:12:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:31 Removing intermediate container 140e2f9aba26 22:12:31 Removing intermediate container 46091db602a9 22:12:31 ---> 5c4fa81601ef 22:12:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:31 ---> 59acff0eae73 22:12:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:31 Removing intermediate container a280ee4d1e93 22:12:31 ---> e6efcc70784a 22:12:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:31 ---> Running in de6e29bde74a 22:12:31 ---> Running in 130cd2d9378d 22:12:31 ---> Running in b5eacfcf316a 22:12:31 ---> Running in 454ffd34b2ab 22:12:31 ---> Running in 9bb7972fecbc 22:12:31 Removing intermediate container de6e29bde74a 22:12:31 ---> f7b9023de1ff 22:12:31 Step 5/23 : RUN apk add --update --no-cache make git 22:12:31 Removing intermediate container 130cd2d9378d 22:12:31 ---> ca83d5a518f2 22:12:31 Step 5/24 : RUN apk add --update --no-cache make git 22:12:31 ---> Running in 90810ae42e5e 22:12:31 ---> Running in 9cb150c8dbfa 22:12:31 Removing intermediate container b5eacfcf316a 22:12:31 ---> f9eb75a9b12e 22:12:31 Step 5/23 : RUN apk add --update --no-cache make git 22:12:31 ---> Running in 845a673934b0 22:12:31 Removing intermediate container 454ffd34b2ab 22:12:31 ---> 865f965ee5b0 22:12:31 Step 5/31 : RUN apk add --update --no-cache make git 22:12:31 Removing intermediate container 9bb7972fecbc 22:12:31 ---> 113df9b03de0 22:12:31 Step 5/21 : RUN apk add --update --no-cache make git 22:12:31 ---> Running in 43bc32df63d6 22:12:31 ---> Running in bd7b5ca1b704 22:12:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:31 Setting up passwd (1:4.5-1ubuntu2) ... 22:12:31 (Reading database ... 13914 files and directories currently installed.) 22:12:31 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:12:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:31 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:12:31 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:12:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:32 (Reading database ... 13914 files and directories currently installed.) 22:12:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:12:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:12:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:12:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:32 (Reading database ... 13914 files and directories currently installed.) 22:12:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:12:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:12:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:12:32 (Reading database ... 13914 files and directories currently installed.) 22:12:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:12:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:12:32 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:12:32 (Reading database ... 13914 files and directories currently installed.) 22:12:32 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:12:32 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:12:32 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:12:32 (Reading database ... 13914 files and directories currently installed.) 22:12:32 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:12:32 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:12:33 OK: 217 MiB in 51 packages 22:12:33 OK: 217 MiB in 51 packages 22:12:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:12:33 (Reading database ... 13914 files and directories currently installed.) 22:12:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 22:12:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 22:12:33 OK: 217 MiB in 51 packages 22:12:33 OK: 217 MiB in 51 packages 22:12:33 OK: 217 MiB in 51 packages 22:12:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 22:12:33 (Reading database ... 13915 files and directories currently installed.) 22:12:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:12:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:12:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:12:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:12:33 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:12:33 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:12:33 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:12:33 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:12:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:12:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:12:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:12:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:12:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:12:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:12:34 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:12:34 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:12:34 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:12:34 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:12:34 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:12:34 Removing intermediate container 9cb150c8dbfa 22:12:34 ---> ccda5943eee4 22:12:34 Step 6/23 : COPY go.mod . 22:12:34 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:12:34 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:12:34 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:12:35 Removing intermediate container 90810ae42e5e 22:12:35 ---> a6157240dde0 22:12:35 Step 6/24 : COPY go.mod . 22:12:35 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:12:35 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:12:35 Removing intermediate container bd7b5ca1b704 22:12:35 ---> 03a92343a06b 22:12:35 Step 6/31 : COPY go.mod . 22:12:35 Removing intermediate container 43bc32df63d6 22:12:35 ---> f01fba1e3943 22:12:35 Step 6/21 : COPY go.mod . 22:12:35 Removing intermediate container 845a673934b0 22:12:35 ---> 92bb5ddc7641 22:12:35 Step 6/23 : COPY go.mod . 22:12:35 ---> c6460f0983f0 22:12:35 Step 7/23 : RUN go mod download 22:12:35 ---> Running in 7af40d100b4f 22:12:36 ---> 64a16b0f4192 22:12:36 Step 7/24 : RUN go mod download 22:12:36 ---> 9f024936bbe4 22:12:36 Step 7/31 : RUN go mod download 22:12:36 ---> Running in 73aabdf26761 22:12:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:12:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:12:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:12:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:12:36 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:12:36 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:12:36 ---> 1e0efd7347f6 22:12:36 Step 7/23 : RUN go mod download 22:12:36 ---> 6f8c34209c3f 22:12:36 Step 7/21 : RUN go mod download 22:12:36 ---> Running in 5fa816aec4fb 22:12:36 ---> Running in d07ef70ba859 22:12:36 ---> Running in 71368e5759bd 22:12:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:12:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:12:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:12:37 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:12:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:12:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:12:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:37 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:37 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:37 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:37 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:37 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:37 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:37 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:38 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:38 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:39 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:39 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:40 Removing intermediate container 7af40d100b4f 22:12:40 ---> 5b178abe7893 22:12:40 Step 8/23 : COPY . . 22:12:40 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:40 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:41 Removing intermediate container 73aabdf26761 22:12:41 ---> aa3bad1d026f 22:12:41 Step 8/24 : COPY . . 22:12:41 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:12:41 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:12:41 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:12:41 Removing intermediate container d07ef70ba859 22:12:41 ---> d4d3f593ca28 22:12:41 Step 8/21 : COPY . . 22:12:41 Removing intermediate container 5fa816aec4fb 22:12:41 ---> 1514034709c2 22:12:41 Step 8/31 : COPY . . 22:12:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:12:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:12:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:12:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:12:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:12:42 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:12:42 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:12:42 Removing intermediate container 71368e5759bd 22:12:42 ---> 639c32f2de4e 22:12:42 Step 8/23 : COPY . . 22:12:42 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:12:42 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:12:42 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:12:42 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:12:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:12:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:12:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:12:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:12:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:12:43 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:12:43 22:12:43 Current default time zone: 'Etc/UTC' 22:12:43 Local time is now: Fri Apr 9 22:12:43 UTC 2021. 22:12:43 Universal Time is now: Fri Apr 9 22:12:43 UTC 2021. 22:12:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:12:43 22:12:43 Setting up systemd-sysv (237-3ubuntu10.45) ... 22:12:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:43 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 22:12:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:12:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:12:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:12:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:12:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:12:43 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:12:43 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:12:43 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:43 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:12:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:12:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:12:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:44 Setting up patch (2.7.6-2ubuntu1.1) ... 22:12:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:12:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:12:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 22:12:44 Installing new version of config file /etc/ssl/openssl.cnf ... 22:12:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:12:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:12:44 Setting up ca-certificates (20210119~18.04.1) ... 22:12:45 Updating certificates in /etc/ssl/certs... 22:12:46 23 added, 27 removed; done. 22:12:46 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:12:46 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:12:46 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:12:46 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:12:46 Setting up pkgbinarymangler (138.18.04.1) ... 22:12:46 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:12:46 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:12:46 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:12:46 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:12:46 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:12:46 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:12:46 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:12:46 Setting up perl (5.26.1-6ubuntu0.5) ... 22:12:46 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:12:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:12:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:12:47 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:12:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:12:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:12:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:12:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:12:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:12:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:12:47 Processing triggers for systemd (237-3ubuntu10.45) ... 22:12:47 Processing triggers for mime-support (3.60ubuntu1) ... 22:12:47 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:12:47 Updating certificates in /etc/ssl/certs... 22:12:47 0 added, 0 removed; done. 22:12:47 Running hooks in /etc/ca-certificates/update.d... 22:12:47 done. 22:12:48 Reading package lists... 22:12:48 Building dependency tree... 22:12:48 Reading state information... 22:12:49 The following NEW packages will be installed: 22:12:49 apt-transport-https 22:12:49 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:12:49 Need to get 1692 B of archives. 22:12:49 After this operation, 154 kB of additional disk space will be used. 22:12:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 22:12:49 debconf: delaying package configuration, since apt-utils is not installed 22:12:49 Fetched 1692 B in 0s (8475 B/s) 22:12:49 Selecting previously unselected package apt-transport-https. 22:12:49 (Reading database ... 13920 files and directories currently installed.) 22:12:49 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 22:12:49 Unpacking apt-transport-https (1.6.13) ... 22:12:49 Setting up apt-transport-https (1.6.13) ... 22:12:49 Waiting for network to be ready... 22:12:58 2021-04-09T22:12:53Z INFO Waiting for automatic snapd restart... 22:12:58 snapd 2.49.2 from Canonical* installed 22:12:58 "snapd" switched to the "latest/stable" channel 22:12:58 22:13:03 core18 20210309 from Canonical* installed 22:13:03 "core18" switched to the "latest/stable" channel 22:13:03 22:13:09 ---> 64bdaef059c2 22:13:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:13:09 ---> b272ca8565f5 22:13:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:13:09 ---> 33ba8ffe110e 22:13:09 Step 9/23 : RUN make cmd/core-command/core-command 22:13:09 ---> 0d04730e3422 22:13:09 ---> Running in ebbfdff71bff 22:13:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> Running in 489d6b1d7cf3 22:13:09 22:13:09 ---> Running in 477b17e6d149 22:13:09 ---> 3f5f16e8154b 22:13:09 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:13:09 ---> Running in ce984b039c79 22:13:09 ---> Running in 79c7a8b2f5fd 22:13:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:13:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:13:09 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 22:13:09 snapcraft 4.6 from Canonical* installed 22:13:09 "snapcraft" switched to the "latest/stable" channel 22:13:09 22:13:09 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 22:13:10 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 22:13:13 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: 22:13:13 - README.md 22:13:13 22:13:13 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:13:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:13:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:13:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:13:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:13:21 Reading package lists... 22:13:21 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:13:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:13:28 Reading package lists... 22:13:28 Building dependency tree... 22:13:28 Reading state information... 22:13:28 Suggested packages: 22:13:28 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:13:28 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:13:28 Recommended packages: 22:13:28 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:13:28 The following NEW packages will be installed: 22:13:28 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:13:28 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:13:28 pkg-config zip 22:13:28 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:13:28 Need to get 7663 kB of archives. 22:13:28 After this operation, 43.8 MB of additional disk space will be used. 22:13:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:13:28 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:13:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 22:13:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:13:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:13:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:13:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:13:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:13:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:13:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:13:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:13:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:13:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:13:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:13:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:13:28 debconf: delaying package configuration, since apt-utils is not installed 22:13:28 Fetched 7663 kB in 1s (9912 kB/s) 22:13:28 Selecting previously unselected package libglib2.0-0:amd64. 22:13:29 (Reading database ... 13924 files and directories currently installed.) 22:13:29 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:13:29 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:13:29 Selecting previously unselected package libpsl5:amd64. 22:13:29 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:13:29 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:13:29 Selecting previously unselected package libnghttp2-14:amd64. 22:13:29 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:13:29 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:13:29 Selecting previously unselected package librtmp1:amd64. 22:13:29 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:13:29 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:13:29 Selecting previously unselected package libcurl3-gnutls:amd64. 22:13:29 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 22:13:29 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 22:13:29 Selecting previously unselected package liberror-perl. 22:13:29 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:13:29 Unpacking liberror-perl (0.17025-1) ... 22:13:30 Selecting previously unselected package git-man. 22:13:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:13:30 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:13:30 Selecting previously unselected package git. 22:13:30 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:13:30 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:13:31 Selecting previously unselected package libnorm1:amd64. 22:13:31 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:13:31 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:13:31 Selecting previously unselected package libpgm-5.2-0:amd64. 22:13:31 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:13:31 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:13:31 Selecting previously unselected package libsodium23:amd64. 22:13:31 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:13:31 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:13:31 Selecting previously unselected package libzmq5:amd64. 22:13:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:13:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:13:31 Selecting previously unselected package libzmq3-dev:amd64. 22:13:31 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:13:31 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:13:31 Selecting previously unselected package pkg-config. 22:13:31 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:13:31 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:13:31 Selecting previously unselected package zip. 22:13:31 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:13:31 Unpacking zip (3.0-11build1) ... 22:13:31 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:13:31 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:13:31 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:13:32 Setting up liberror-perl (0.17025-1) ... 22:13:32 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:13:32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:13:32 No schema files found: doing nothing. 22:13:32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:13:32 Setting up zip (3.0-11build1) ... 22:13:32 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:13:32 Setting up libsodium23:amd64 (1.0.16-2) ... 22:13:32 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:13:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:13:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 22:13:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:13:32 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:13:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:13:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:13:39 git set to automatically installed. 22:13:39 git-man set to automatically installed. 22:13:39 libcurl3-gnutls set to automatically installed. 22:13:39 liberror-perl set to automatically installed. 22:13:39 libglib2.0-0 set to automatically installed. 22:13:39 libnghttp2-14 set to automatically installed. 22:13:39 libnorm1 set to automatically installed. 22:13:39 libpgm-5.2-0 set to automatically installed. 22:13:39 libpsl5 set to automatically installed. 22:13:39 librtmp1 set to automatically installed. 22:13:39 libsodium23 set to automatically installed. 22:13:39 libzmq3-dev set to automatically installed. 22:13:39 libzmq5 set to automatically installed. 22:13:39 pkg-config set to automatically installed. 22:13:39 zip set to automatically installed. 22:13:40 snapd is not logged in, snap install commands will use sudo 22:13:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:14:05 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 22:14:05 snapd is not logged in, snap install commands will use sudo 22:14:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:14:10 snap "core18" has no updates available 22:14:11 Pulling go-build-helper 22:14:11 + snapcraftctl pull 22:14:12 'app-service-config' has dependencies that need to be staged: go-build-helper 22:14:12 Skipping pull go-build-helper (already ran) 22:14:12 Building go-build-helper 22:14:12 + snapcraftctl build 22:14:15 Staging go-build-helper 22:14:15 + snapcraftctl stage 22:14:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:14:27 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:14:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 22:14:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 22:14:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:14:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:14:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 22:14:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 22:14:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 22:14:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 22:14:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:14:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:14:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:14:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:14:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:14:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:14:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:14:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:14:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:14:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 22:14:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 22:14:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:14:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:14:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 22:14:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 22:14:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 22:14:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 22:14:27 Fetched 24.2 MB in 0s (0 B/s) 22:14:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:14:27 Fetched 224 kB in 0s (0 B/s) 22:14:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:14:27 Fetched 157 kB in 0s (0 B/s) 22:14:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:14:27 Fetched 221 kB in 0s (0 B/s) 22:14:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:14:27 Fetched 143 kB in 0s (0 B/s) 22:14:27 Pulling app-service-config 22:14:27 + snapcraftctl pull 22:14:27 Cloning into '/root/parts/app-service-config/src'... 22:14:28 Pulling config-common 22:14:28 + snapcraftctl pull 22:14:33 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:14:33 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:14:33 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:14:33 Fetched 0 B in 0s (0 B/s) 22:14:33 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:14:33 Fetched 0 B in 0s (0 B/s) 22:14:33 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:14:33 Fetched 0 B in 0s (0 B/s) 22:14:33 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:14:33 Fetched 0 B in 0s (0 B/s) 22:14:33 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:14:33 Fetched 0 B in 0s (0 B/s) 22:14:33 Pulling edgex-go 22:14:33 + snapcraftctl pull 22:14:47 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 22:14: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 22:14:55 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:14:55 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:14:55 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:14:55 Fetched 0 B in 0s (0 B/s) 22:14:55 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:14:55 Fetched 96.5 kB in 0s (0 B/s) 22:14:55 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:14:55 Fetched 279 kB in 0s (0 B/s) 22:14:55 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:14:55 Fetched 122 kB in 0s (0 B/s) 22:14:55 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:14:55 Fetched 77.8 kB in 0s (0 B/s) 22:14:55 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:14:55 Fetched 8848 B in 0s (0 B/s) 22:14:55 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:14:55 Fetched 47.8 kB in 0s (0 B/s) 22:14:55 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:14:55 Fetched 45.6 kB in 0s (0 B/s) 22:14:55 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:14:55 Fetched 15.0 kB in 0s (0 B/s) 22:14:55 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 22:14:55 Fetched 219 kB in 0s (0 B/s) 22:14:55 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:14:55 Fetched 154 kB in 0s (0 B/s) 22:14:55 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:14:55 Fetched 50.6 kB in 0s (0 B/s) 22:14:55 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:14:55 Fetched 14.8 kB in 0s (0 B/s) 22:14:55 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:14:55 Fetched 41.8 kB in 0s (0 B/s) 22:14:55 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:14:55 Fetched 499 kB in 0s (0 B/s) 22:14:55 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:14:55 Fetched 111 kB in 0s (0 B/s) 22:14:55 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:14:55 Fetched 240 kB in 0s (0 B/s) 22:14:55 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:14:55 Fetched 29.3 kB in 0s (0 B/s) 22:14:55 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:14:55 Fetched 85.5 kB in 0s (0 B/s) 22:14:55 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:14:55 Fetched 24.5 kB in 0s (0 B/s) 22:14:55 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:14:55 Fetched 49.2 kB in 0s (0 B/s) 22:14:55 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:14:55 Fetched 54.2 kB in 0s (0 B/s) 22:14:55 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:14:55 Fetched 30.8 kB in 0s (0 B/s) 22:14:55 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:14:55 Fetched 15.8 kB in 0s (0 B/s) 22:14:55 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:14:55 Fetched 85.9 kB in 0s (0 B/s) 22:14:55 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:14:55 Fetched 8720 B in 0s (0 B/s) 22:14:55 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:14:55 Fetched 137 kB in 0s (0 B/s) 22:14:55 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:14:55 Fetched 119 kB in 0s (0 B/s) 22:14:55 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:14:55 Fetched 109 kB in 0s (0 B/s) 22:14:55 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:14:55 Fetched 11.1 kB in 0s (0 B/s) 22:14:55 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:14:55 Fetched 645 kB in 0s (0 B/s) 22:14:55 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:14:55 Fetched 41.3 kB in 0s (0 B/s) 22:14:55 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:14:55 Fetched 17.9 kB in 0s (0 B/s) 22:14:55 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:14:55 Fetched 368 kB in 0s (0 B/s) 22:14:55 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:14:55 Fetched 187 kB in 0s (0 B/s) 22:14:55 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:14:55 Fetched 175 kB in 0s (0 B/s) 22:14:55 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:14:55 Fetched 206 kB in 0s (0 B/s) 22:14:55 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 22:14:55 Fetched 1301 kB in 0s (0 B/s) 22:14:55 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:14:55 Fetched 36.2 kB in 0s (0 B/s) 22:14:55 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 22:14:55 Fetched 159 kB in 0s (0 B/s) 22:14:55 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:14:55 Fetched 107 kB in 0s (0 B/s) 22:14:55 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:14:55 Fetched 48.7 kB in 0s (0 B/s) 22:14:55 Pulling static-packages 22:14:55 + snapcraftctl pull 22:14:55 Pulling version 22:14:55 + cd /root/project 22:14:55 + [ -f VERSION ] 22:14:55 + PROJECT_VERSION=local-dev 22:14:55 + git rev-parse --short HEAD 22:14:55 + GIT_REVISION=3f7e1d59 22:14:55 + snapcraftctl set-version local-dev 22:14:56 Skipping build go-build-helper (already ran) 22:14:56 Building app-service-config 22:14:56 + make build 22:14:56 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 22:14:57 Removing intermediate container 79c7a8b2f5fd 22:14:57 ---> 399903061f6a 22:14:57 22:14:57 Step 10/31 : FROM alpine:3.12 22:14:57 3.12: Pulling from library/alpine 22:14:58 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 22:14:58 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 22:14:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 22:14:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 22:14:59 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 22:14:59 go: downloading github.com/hashicorp/consul/api v1.8.1 22:14:59 go: downloading github.com/google/uuid v1.2.0 22:14:59 go: downloading github.com/go-kit/kit v0.8.0 22:14:59 go: downloading github.com/hashicorp/serf v0.9.5 22:14:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:14:59 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 22:14:59 Status: Downloaded newer image for alpine:3.12 22:14:59 ---> d75e27dfc0a0 22:14:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:14:59 go: downloading github.com/gorilla/mux v1.8.0 22:14:59 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 22:14:59 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 22:14:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:14:59 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:14:59 go: downloading github.com/fatih/color v1.9.0 22:14:59 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:14:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:14:59 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:14:59 go: downloading github.com/gorilla/websocket v1.4.2 22:15:00 go: downloading github.com/mattn/go-colorable v0.1.6 22:15:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:15:00 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:15:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 22:15:00 go: downloading github.com/mitchellh/copystructure v1.0.0 22:15:00 go: downloading github.com/pelletier/go-toml v1.2.0 22:15:00 go: downloading github.com/mattn/go-isatty v0.0.12 22:15:00 go: downloading github.com/go-playground/validator/v10 v10.4.1 22:15:00 ---> Running in 93288055fa25 22:15:00 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:15:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:15:00 go: downloading github.com/x448/float16 v0.8.4 22:15:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:15:00 go: downloading github.com/go-playground/universal-translator v0.17.0 22:15:00 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:15:00 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 22:15:00 go: downloading github.com/pebbe/zmq4 v1.2.7 22:15:00 go: downloading github.com/BurntSushi/toml v0.3.1 22:15:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:15:00 go: downloading github.com/leodido/go-urn v1.2.0 22:15:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:15:00 go: downloading github.com/go-playground/locales v0.13.0 22:15:00 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:15:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:15:00 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:15:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:15:02 Removing intermediate container 93288055fa25 22:15:02 ---> 8ecd37a7af86 22:15:02 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:15:03 ---> Running in a6ce9ca83297 22:15:03 Removing intermediate container ce984b039c79 22:15:03 ---> e0d308a9f8a0 22:15:03 22:15:03 Step 10/21 : FROM alpine:3.12 22:15:03 ---> d75e27dfc0a0 22:15:03 Step 11/21 : RUN apk add --update --no-cache curl 22:15:03 Removing intermediate container 489d6b1d7cf3 22:15:03 ---> e78dec5b0977 22:15:03 22:15:03 Step 10/24 : FROM alpine:3.12 22:15:03 ---> d75e27dfc0a0 22:15:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:15:03 ---> Running in a0628aa375ea 22:15:03 ---> Running in 908c938a9b74 22:15:05 Removing intermediate container 477b17e6d149 22:15:05 ---> 4bcfa5ed1c3e 22:15:05 22:15:05 Step 10/23 : FROM alpine:3.12 22:15:05 ---> d75e27dfc0a0 22:15:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:05 ---> Running in f851cc221f5e 22:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:06 (1/2) Installing dumb-init (1.2.2-r1) 22:15:06 (2/2) Installing su-exec (0.2-r1) 22:15:06 Executing busybox-1.31.1-r20.trigger 22:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:06 OK: 5 MiB in 16 packages 22:15:07 (1/4) Installing ca-certificates (20191127-r4) 22:15:07 (1/6) Installing ca-certificates (20191127-r4) 22:15:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:15:07 (3/4) Installing libcurl (7.69.1-r3) 22:15:07 (4/4) Installing curl (7.69.1-r3) 22:15:07 Executing busybox-1.31.1-r20.trigger 22:15:07 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:15:07 (3/6) Installing libcurl (7.69.1-r3) 22:15:07 (4/6) Installing curl (7.69.1-r3) 22:15:07 (5/6) Installing dumb-init (1.2.2-r1) 22:15:07 Executing ca-certificates-20191127-r4.trigger 22:15:07 (6/6) Installing su-exec (0.2-r1) 22:15:07 Executing busybox-1.31.1-r20.trigger 22:15:07 Executing ca-certificates-20191127-r4.trigger 22:15:07 OK: 7 MiB in 18 packages 22:15:07 OK: 7 MiB in 20 packages 22:15:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:08 (1/1) Installing dumb-init (1.2.2-r1) 22:15:08 Executing busybox-1.31.1-r20.trigger 22:15:08 OK: 5 MiB in 15 packages 22:15:08 Removing intermediate container a6ce9ca83297 22:15:08 ---> 92d17e883b13 22:15:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:15:09 ---> Running in 488d68882863 22:15:11 Removing intermediate container 488d68882863 22:15:11 ---> 1c4db48ed493 22:15:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:15:11 Removing intermediate container f851cc221f5e 22:15:11 ---> cbe55f6e6fc0 22:15:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:15:11 ---> Running in da44f55d9002 22:15:11 Removing intermediate container a0628aa375ea 22:15:11 ---> 146262f29d5b 22:15:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:15:11 Removing intermediate container 908c938a9b74 22:15:11 ---> d9ffeede219a 22:15:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:15:11 ---> Running in cbaa589f74cc 22:15:12 ---> Running in c3668c59dde1 22:15:12 ---> Running in 3ceef442f57c 22:15:12 Removing intermediate container da44f55d9002 22:15:12 ---> 416216ffdbf7 22:15:12 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:15:12 Removing intermediate container cbaa589f74cc 22:15:12 ---> f64bb09248cd 22:15:12 Step 13/23 : ENV APP_PORT=48082 22:15:13 ---> Running in ddaa22917fac 22:15:13 ---> Running in 39c9035ffb0d 22:15:13 Removing intermediate container c3668c59dde1 22:15:13 ---> 8f7a19647704 22:15:13 Step 13/21 : WORKDIR /edgex 22:15:13 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 22:15:13 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 22:15:13 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 22:15:13 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 22:15:13 Building config-common 22:15:13 + snapcraftctl build 22:15:13 Removing intermediate container 3ceef442f57c 22:15:13 ---> 5105d2b1193e 22:15:13 Step 13/24 : WORKDIR / 22:15:13 ---> Running in 1a24e1d7b09b 22:15:13 ---> Running in fa3eafd4bb9f 22:15:14 Removing intermediate container ddaa22917fac 22:15:14 ---> b83290a13eb0 22:15:14 Step 14/23 : EXPOSE $APP_PORT 22:15:14 Removing intermediate container ebbfdff71bff 22:15:14 ---> 9ed710b43005 22:15:14 22:15:14 Step 10/23 : FROM alpine:3.12 22:15:14 ---> d75e27dfc0a0 22:15:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:15:14 ---> Using cache 22:15:14 ---> cbe55f6e6fc0 22:15:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:15:14 ---> Using cache 22:15:14 ---> f64bb09248cd 22:15:14 Step 13/23 : ENV APP_PORT=48081 22:15:14 ---> Running in bef82c1c12b6 22:15:14 Removing intermediate container 1a24e1d7b09b 22:15:14 ---> a30cfd49368f 22:15:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:15:15 ---> Running in 8c19325f218a 22:15:15 Removing intermediate container fa3eafd4bb9f 22:15:15 ---> 5950c56cff66 22:15:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:15:15 Removing intermediate container bef82c1c12b6 22:15:15 ---> b291f5f16e28 22:15:15 Step 15/23 : WORKDIR / 22:15:15 Removing intermediate container 8c19325f218a 22:15:15 ---> 6d80bd546cf0 22:15:15 Step 14/23 : EXPOSE $APP_PORT 22:15:15 ---> Running in 10d4b573dd03 22:15:15 ---> Running in f59e43f18107 22:15:16 ---> 2119549dbab9 22:15:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:15:16 ---> c845b3df535c 22:15:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:15:16 Removing intermediate container 10d4b573dd03 22:15:16 ---> 8fc732842419 22:15:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:15:16 Building edgex-go 22:15:16 Removing intermediate container f59e43f18107 22:15:16 ---> 64cfee0381cf 22:15:16 Step 15/23 : WORKDIR / 22:15:16 Removing intermediate container 39c9035ffb0d 22:15:16 ---> e033131e6f84 22:15:16 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:15:16 + cd /root/parts/edgex-go/src 22:15:16 + make build 22:15:16 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 22:15:16 ---> Running in 8d89800f261d 22:15:16 ---> Running in 31a9cf896d61 22:15:17 ---> 7a1b2d7660af 22:15:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:15:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.31 22:15:17 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:15:17 go: downloading github.com/pkg/errors v0.8.1 22:15:17 go: downloading github.com/imdario/mergo v0.3.12 22:15:17 ---> 6bb1c40e3ea0 22:15:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:15:17 ---> 4df7e4ca771c 22:15:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:15:17 Removing intermediate container 8d89800f261d 22:15:17 ---> 11348c64f696 22:15:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:15:18 Removing intermediate container 31a9cf896d61 22:15:18 ---> 7db72bcd53ae 22:15:18 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:15:18 ---> 806346aa0aac 22:15:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:15:19 ---> 2c118ea94a3f 22:15:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:15:19 ---> 0ef23ce39bdf 22:15:19 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:15:19 ---> ceae2d42f041 22:15:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:15:19 ---> 6f667b9a7ab3 22:15:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:15:19 ---> acfb260fbab7 22:15:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:15:19 ---> Running in 6065f115f373 22:15:19 ---> Running in 157708160f07 22:15:21 Removing intermediate container 6065f115f373 22:15:21 ---> 6b9cb8f31017 22:15:21 Step 18/21 : CMD ["--init=true"] 22:15:21 ---> Running in 00709d610bdc 22:15:21 ---> b860f2dc99f7 22:15:21 Step 19/23 : ENTRYPOINT ["/core-command"] 22:15:21 ---> a48fb2d31d72 22:15:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:15:21 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 22:15:21 go: downloading gopkg.in/yaml.v2 v2.4.0 22:15:21 ---> 99567c1b23ff 22:15:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:15:21 ---> Running in 106d8527c0ca 22:15:22 Removing intermediate container 00709d610bdc 22:15:22 ---> 7f18e578de14 22:15:22 Step 19/21 : LABEL arch=arm64 22:15:22 ---> Running in 95a5e31978ae 22:15:22 Removing intermediate container 106d8527c0ca 22:15:22 ---> 810e63212195 22:15:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:15:22 ---> 4a410c4a113f 22:15:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:15:22 ---> Running in 21dafb192757 22:15:22 ---> 7fbce9562660 22:15:22 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/ 22:15:22 ---> Running in b2759661be62 22:15:23 ---> Running in 161b5ceb55d2 22:15:23 Removing intermediate container 95a5e31978ae 22:15:23 ---> 002a4c4db25e 22:15:23 Step 20/21 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:15:23 Removing intermediate container 157708160f07 22:15:23 ---> 4dd9dcfbab0e 22:15:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:15:23 ---> Running in 2e09ab106889 22:15:23 Removing intermediate container 21dafb192757 22:15:23 ---> f4d1c3e21753 22:15:23 Step 21/23 : LABEL arch=arm64 22:15:23 Removing intermediate container b2759661be62 22:15:23 ---> 571e4d0e97a9 22:15:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:15:23 ---> Running in 9856b1396192 22:15:24 ---> Running in e17cde2eef8f 22:15:24 Removing intermediate container 2e09ab106889 22:15:24 ---> dade2c7e75a3 22:15:24 Step 21/21 : LABEL version=0.0.0 22:15:24 ---> Running in 443cac0eb417 22:15:24 Removing intermediate container 9856b1396192 22:15:24 ---> 57b45daa3628 22:15:24 Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:15:24 ---> 4eaa3250f58c 22:15:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:15:24 ---> Running in 9bb8e8814054 22:15:24 Removing intermediate container e17cde2eef8f 22:15:24 ---> 282f5d276ad7 22:15:24 Step 21/23 : LABEL arch=arm64 22:15:25 ---> Running in 481bfc6e74f2 22:15:25 Removing intermediate container 443cac0eb417 22:15:25 ---> 0f4870bea8a4 22:15:25 22:15:25 Removing intermediate container 9bb8e8814054 22:15:25 ---> f9311d9519eb 22:15:25 Step 23/23 : LABEL version=0.0.0 22:15:25 ---> Running in 7ba91f047adf 22:15:25 Removing intermediate container 481bfc6e74f2 22:15:25 ---> 20cf221139bf 22:15:25 Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:15:25 Successfully built 0f4870bea8a4 22:15:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:15:25 Building docker-support-notifications-go 22:15:26  Building docker-security-proxy-setup-go ... done  ---> Running in f3acdf605169 22:15:26 Removing intermediate container 7ba91f047adf 22:15:26 ---> 2e4fe73a6d70 22:15:26 22:15:26 ---> 87bd484e50f7 22:15:26 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:15:26 Removing intermediate container 161b5ceb55d2 22:15:26 ---> 1741b86e2d5e 22:15:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:15:26 ---> Running in 6496fe400902 22:15:27 Removing intermediate container f3acdf605169 22:15:27 ---> 5ad454d083a1 22:15:27 Step 23/23 : LABEL version=0.0.0 22:15:27 Successfully built 2e4fe73a6d70 22:15:27 Successfully tagged docker-core-command-go-arm64:latest 22:15:27  Building docker-core-command-go ... done Building docker-core-data-go 22:15:27 ---> Running in 306bde4f268e 22:15:27 Removing intermediate container 6496fe400902 22:15:27 ---> 3f852d5d8621 22:15:27 Step 22/24 : LABEL arch=arm64 22:15:27 ---> ceca6665f712 22:15:27 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:15:27 ---> Running in 5e2af95316ca 22:15:28 Removing intermediate container 306bde4f268e 22:15:28 ---> 09acc763ede2 22:15:28 22:15:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:15:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:15:28 Removing intermediate container 5e2af95316ca 22:15:28 ---> dfa4b1fbe619 22:15:28 Step 23/24 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:15:28 Successfully built 09acc763ede2 22:15:28 Successfully tagged docker-core-metadata-go-arm64:latest 22:15:28  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 22:15:29 ---> Running in 75df9cc2fe86 22:15:29 ---> c4824270ca85 22:15:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:15:30 Removing intermediate container 75df9cc2fe86 22:15:30 ---> fa684ab56759 22:15:30 Step 24/24 : LABEL version=0.0.0 22:15:30 ---> 0afa3b93c777 22:15:30 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:15:30 ---> Running in 5e190cc6b932 22:15:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:15:30 ---> Running in bcb74dce9970 22:15:31 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 22:15:31 go: downloading github.com/stretchr/testify v1.7.0 22:15:31 Removing intermediate container 5e190cc6b932 22:15:31 ---> 3757ae474ffb 22:15:31 22:15:31 go: downloading github.com/pmezard/go-difflib v1.0.0 22:15:31 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:15:31 go: downloading github.com/davecgh/go-spew v1.1.1 22:15:32 Successfully built 3757ae474ffb 22:15:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:15:32  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 22:15:32 Removing intermediate container bcb74dce9970 22:15:32 ---> 6c259f5043d1 22:15:32 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:15:33 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 22:15:33 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:15:33 ---> d127e1c5a64f 22:15:33 Step 26/31 : RUN chmod +x /entrypoint.sh 22:15:33 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:15:34 ---> Running in 812d6b7a2894 22:15:35 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 22:15:37 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 22:15:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:15:38 Removing intermediate container 812d6b7a2894 22:15:38 ---> 77070dc0125d 22:15:38 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:15:39 ---> Running in df9352cc1b0d 22:15:39 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 22:15:39 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:15:40 Removing intermediate container df9352cc1b0d 22:15:40 ---> 329c0b3a5290 22:15:40 Step 28/31 : CMD ["gate"] 22:15:40 ---> Running in 8ab2cec46e4b 22:15:41 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 22:15:41 go: downloading github.com/lib/pq v1.9.0 22:15:41 Removing intermediate container 8ab2cec46e4b 22:15:41 ---> d205997f5c40 22:15:41 Step 29/31 : LABEL arch=arm64 22:15:43 ---> Running in 060a23d13bba 22:15:43 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:15:43 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:15:43 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:15:43 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:15:43 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:15:43 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:15:43 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:15:43 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:15:43 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:15:43 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:15:43 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:15:43 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:15:43 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:15:43 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:15:43 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:15:43 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:15:43 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:15:43 + 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 22:15:43 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:15:43 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:15:43 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 22:15:43 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:15:43 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:15:43 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:15:43 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:15:43 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:15:44 Removing intermediate container 060a23d13bba 22:15:44 ---> d2fee6dbc6bc 22:15:44 Step 30/31 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:15:44 ---> Running in f3d5687b88ad 22:15:44 Removing intermediate container f3d5687b88ad 22:15:44 ---> 48b577413d21 22:15:44 Step 31/31 : LABEL version=0.0.0 22:15:45 ---> Running in c2bcf148f3ec 22:15:46 Removing intermediate container c2bcf148f3ec 22:15:46 ---> 80ee22fe0e28 22:15:46 22:15:46 Successfully built 80ee22fe0e28 22:15:47 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:15:47 Building static-packages 22:15:47 + snapcraftctl build 22:15:49 Building version 22:15:49 + snapcraftctl build 22:15:52 Skipping stage go-build-helper (already ran) 22:15:52 Staging app-service-config 22:15:52 + snapcraftctl stage 22:15:53 Staging config-common 22:15:53 + snapcraftctl stage 22:15:54 Staging edgex-go 22:15:54 + snapcraftctl stage 22:15:55 Staging static-packages 22:15:55 + snapcraftctl stage 22:15:56 Staging version 22:15:56 + snapcraftctl stage 22:15:58 Priming go-build-helper 22:15:58 + snapcraftctl prime 22:15:59 Priming app-service-config 22:15:59 + snapcraftctl prime 22:16:00 Priming config-common 22:16:00 + snapcraftctl prime 22:16:02 Priming edgex-go 22:16:02 + snapcraftctl prime 22:16:03 Priming static-packages 22:16:03 + snapcraftctl prime 22:16:05 Priming version 22:16:05 + snapcraftctl prime 22:16:06 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] } 22:16:26  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:16:26 ---> 312c31e079b4 22:16:26 Step 3/22 : WORKDIR /edgex-go 22:16:26 ---> Using cache 22:16:26 ---> e6efcc70784a 22:16:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:26 ---> Using cache 22:16:26 ---> 113df9b03de0 22:16:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:16:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:16:26 ---> 312c31e079b4 22:16:26 Step 3/23 : WORKDIR /edgex-go 22:16:26 ---> Using cache 22:16:26 ---> e6efcc70784a 22:16:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:26 ---> Using cache 22:16:26 ---> 113df9b03de0 22:16:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:16:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:16:26 ---> 312c31e079b4 22:16:26 Step 3/23 : WORKDIR /edgex-go 22:16:26 ---> Using cache 22:16:26 ---> e6efcc70784a 22:16:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:26 ---> Using cache 22:16:26 ---> 113df9b03de0 22:16:26 Step 5/23 : RUN apk add --update --no-cache make bash git 22:16:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:16:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:16:26 ---> 312c31e079b4 22:16:26 Step 3/22 : WORKDIR /edgex-go 22:16:26 ---> Using cache 22:16:26 ---> e6efcc70784a 22:16:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:26 ---> Using cache 22:16:26 ---> 113df9b03de0 22:16:26 Step 5/22 : RUN apk add --update --no-cache make git 22:16:26 ---> Using cache 22:16:26 ---> f01fba1e3943 22:16:26 Step 6/22 : COPY go.mod . 22:16:26 ---> Using cache 22:16:26 ---> 6f8c34209c3f 22:16:26 Step 7/22 : RUN go mod download 22:16:26 ---> Using cache 22:16:26 ---> d4d3f593ca28 22:16:26 Step 8/22 : COPY . . 22:16:26 ---> Using cache 22:16:26 ---> 0d04730e3422 22:16:26 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:16:28 ---> Running in 97d54bb9112f 22:16:28 ---> Running in ad000a6fea39 22:16:28 ---> Running in dd08e3e304a3 22:16:28 ---> Running in ae293e8b295e 22:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:30 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 22:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:31 OK: 217 MiB in 51 packages 22:16:31 OK: 217 MiB in 51 packages 22:16:31 OK: 217 MiB in 51 packages 22:16:33 Removing intermediate container ad000a6fea39 22:16:33 ---> fec76e4e203c 22:16:33 Step 6/22 : COPY go.mod . 22:16:33 Removing intermediate container dd08e3e304a3 22:16:33 ---> 73e3c310ca4a 22:16:33 Step 6/23 : COPY go.mod . 22:16:34 Removing intermediate container ae293e8b295e 22:16:34 ---> 375def7006a9 22:16:34 Step 6/23 : COPY go.mod . 22:16:35 ---> 9ff639d90a0a 22:16:35 Step 7/22 : RUN go mod download 22:16:35 ---> 6b38f953d358 22:16:35 Step 7/23 : RUN go mod download 22:16:35 ---> Running in 2e0e196c0ead 22:16:35 ---> 403d33ae4e37 22:16:35 Step 7/23 : RUN go mod download 22:16:35 ---> Running in f2b061936621 22:16:35 ---> Running in 04513c601b2c 22:16:41 Removing intermediate container 04513c601b2c 22:16:41 ---> 89ec03bd41e0 22:16:41 Step 8/23 : COPY . . 22:16:41 Removing intermediate container f2b061936621 22:16:41 ---> e32477b11286 22:16:41 Step 8/23 : COPY . . 22:16:41 Removing intermediate container 2e0e196c0ead 22:16:41 ---> 1baf0bcf6076 22:16:41 Step 8/22 : COPY . . 22:17:13 ---> d53c7a8f4612 22:17:13 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:17:13 ---> 1837f95af37f 22:17:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:17:13 ---> bd43049df6a4 22:17:13 Step 9/23 : RUN make cmd/core-data/core-data 22:17:14 ---> Running in e672677c1ff1 22:17:14 ---> Running in 13cc545f4973 22:17:14 ---> Running in b4c86025448d 22:17:16 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 22:17:16 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 22:17:16 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 22:17:18 Removing intermediate container 97d54bb9112f 22:17:18 ---> 7b93d6816a19 22:17:18 22:17:18 Step 10/22 : FROM alpine:3.12 22:17:18 ---> d75e27dfc0a0 22:17:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:17:18 ---> Using cache 22:17:18 ---> cbe55f6e6fc0 22:17:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:17:18 ---> Using cache 22:17:18 ---> f64bb09248cd 22:17:18 Step 13/22 : ENV APP_PORT=48085 22:17:18 ---> Running in a6d8b25096cd 22:17:18 Removing intermediate container a6d8b25096cd 22:17:18 ---> 8a0819fa3486 22:17:18 Step 14/22 : EXPOSE $APP_PORT 22:17:19 ---> Running in bfb42adf1c68 22:17:19 Removing intermediate container bfb42adf1c68 22:17:19 ---> 44cd0936c4c7 22:17:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:21 ---> 991fb746373d 22:17:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:17:22 ---> efaf08fedd6d 22:17:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:17:24 ---> 44e110e91fc6 22:17:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:17:24 ---> Running in 0adcc4292a08 22:17:24 Removing intermediate container 0adcc4292a08 22:17:24 ---> 00fa22b8862f 22:17:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:24 ---> Running in fcff3e19d396 22:17:25 Removing intermediate container fcff3e19d396 22:17:25 ---> ba7804f1389b 22:17:25 Step 20/22 : LABEL arch=arm64 22:17:25 ---> Running in c3d9f3dfdbc9 22:17:26 Removing intermediate container c3d9f3dfdbc9 22:17:26 ---> ab3cc5641b6c 22:17:26 Step 21/22 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:17:26 ---> Running in 4e4b87603285 22:17:27 Removing intermediate container 4e4b87603285 22:17:27 ---> b30b61a2200c 22:17:27 Step 22/22 : LABEL version=0.0.0 22:17:27 ---> Running in 2941bd2b42e8 22:17:28 Removing intermediate container 2941bd2b42e8 22:17:28 ---> ceab484a170f 22:17:28 22:17:28 Successfully built ceab484a170f 22:17:28 Successfully tagged docker-support-scheduler-go-arm64:latest 22:18:36  Building docker-support-scheduler-go ... done Removing intermediate container e672677c1ff1 22:18:36 ---> a7cf789fa504 22:18:36 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:18:36 ---> Running in 8e3dd8de09da 22:18:36 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 22:18:36 Removing intermediate container 13cc545f4973 22:18:36 ---> f76e911a3dc4 22:18:36 22:18:36 Step 10/22 : FROM alpine:3.12 22:18:36 ---> d75e27dfc0a0 22:18:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:18:36 ---> Running in afbb843b878b 22:18:36 Removing intermediate container 8e3dd8de09da 22:18:36 ---> fbf506354b6a 22:18:36 22:18:36 Step 11/23 : FROM docker:20.10.0 22:18:36 20.10.0: Pulling from library/docker 22:18:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:18:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:18:36 (1/2) Installing ca-certificates (20191127-r4) 22:18:36 (2/2) Installing dumb-init (1.2.2-r1) 22:18:36 Executing busybox-1.31.1-r20.trigger 22:18:36 Executing ca-certificates-20191127-r4.trigger 22:18:36 OK: 6 MiB in 16 packages 22:18:38 Removing intermediate container afbb843b878b 22:18:38 ---> dcb56c9fe361 22:18:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:18:38 ---> Running in 88bf57ab8a1e 22:18:39 Removing intermediate container 88bf57ab8a1e 22:18:39 ---> f5cc8929ca4d 22:18:39 Step 13/22 : ENV APP_PORT=48060 22:18:40 ---> Running in 975563a6d75c 22:18:40 Removing intermediate container 975563a6d75c 22:18:40 ---> 0737692b8500 22:18:40 Step 14/22 : EXPOSE $APP_PORT 22:18:41 ---> Running in b2bae94b5ad5 22:18:42 Removing intermediate container b2bae94b5ad5 22:18:42 ---> 439e50f2365f 22:18:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:43 Removing intermediate container b4c86025448d 22:18:43 ---> 13941b6e4a64 22:18:43 22:18:43 Step 10/23 : FROM alpine:3.12 22:18:43 ---> d75e27dfc0a0 22:18:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:18:43 ---> 968ce59beda9 22:18:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:18:43 ---> Running in 2eaaa51cb631 22:18:44 Removing intermediate container 2eaaa51cb631 22:18:44 ---> b20eccfa1be1 22:18:44 Step 12/23 : ENV APP_PORT=48080 22:18:44 ---> Running in d5b03472f8b8 22:18:44 ---> aa3f735ab202 22:18:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:18:45 Removing intermediate container d5b03472f8b8 22:18:45 ---> 5ff76836f05b 22:18:45 Step 13/23 : EXPOSE $APP_PORT 22:18:45 ---> Running in d49be0110373 22:18:45 ---> e426d52dfa89 22:18:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:18:45 ---> Running in b2b5c18d1dae 22:18:45 Removing intermediate container d49be0110373 22:18:45 ---> 80ae78a9e47b 22:18:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:46 ---> Running in 82dd09435363 22:18:46 Removing intermediate container b2b5c18d1dae 22:18:46 ---> 9a56c08a53bd 22:18:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:18:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:18:46 Status: Downloaded newer image for docker:20.10.0 22:18:46 ---> eeaf43b92773 22:18:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:18:46 ---> Running in 875b4168422d 22:18:46 ---> Running in ac2d4d17aad4 22:18:47 Removing intermediate container 875b4168422d 22:18:47 ---> 127936f5527f 22:18:47 Step 20/22 : LABEL arch=arm64 22:18:47 Removing intermediate container ac2d4d17aad4 22:18:47 ---> d74e56016b82 22:18:47 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:18:47 ---> Running in 129022535ea2 22:18:47 ---> Running in 593dae4c8e4e 22:18:48 Removing intermediate container 129022535ea2 22:18:48 ---> 0583b22e823f 22:18:48 Step 21/22 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:18:48 ---> Running in 94b926324322 22:18:48 Removing intermediate container 82dd09435363 22:18:48 ---> 195ad48b9851 22:18:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:18:48 Removing intermediate container 94b926324322 22:18:48 ---> e370127efbbe 22:18:48 Step 22/22 : LABEL version=0.0.0 22:18:48 ---> Running in da8cd4831f61 22:18:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:18:49 ---> Running in 302f75b5ad60 22:18:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:18:49 Removing intermediate container 302f75b5ad60 22:18:49 ---> 03012bc93f93 22:18:49 22:18:49 (1/39) Installing readline (8.0.4-r0) 22:18:49 (2/39) Installing bash (5.0.17-r0) 22:18:49 Executing bash-5.0.17-r0.post-install 22:18:49 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:18:49 (4/39) Installing libcurl (7.69.1-r3) 22:18:49 (5/39) Installing curl (7.69.1-r3) 22:18:49 (6/39) Installing dumb-init (1.2.2-r1) 22:18:49 (7/39) Installing libbz2 (1.0.8-r1) 22:18:49 (8/39) Installing expat (2.2.9-r1) 22:18:50 (9/39) Installing libffi (3.3-r2) 22:18:50 (10/39) Installing gdbm (1.13-r1) 22:18:50 (11/39) Installing xz-libs (5.2.5-r0) 22:18:50 (12/39) Installing sqlite-libs (3.32.1-r0) 22:18:50 Successfully built 03012bc93f93 22:18:50 (13/39) Installing python3 (3.8.8-r0) 22:18:50 Successfully tagged docker-support-notifications-go-arm64:latest 22:18:50  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:18:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:18:51 (1/6) Installing dumb-init (1.2.2-r1) 22:18:51 (2/6) Installing libgcc (9.3.0-r2) 22:18:51 (14/39) Installing py3-appdirs (1.4.4-r1) 22:18:51 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:18:51 (16/39) Installing py3-parsing (2.4.7-r0) 22:18:51 (17/39) Installing py3-six (1.15.0-r0) 22:18:51 (18/39) Installing py3-packaging (20.4-r0) 22:18:51 (19/39) Installing py3-setuptools (47.0.0-r0) 22:18:51 (3/6) Installing libsodium (1.0.18-r0) 22:18:51 (20/39) Installing py3-chardet (3.0.4-r4) 22:18:52 (4/6) Installing libstdc++ (9.3.0-r2) 22:18:52 (21/39) Installing py3-idna (2.9-r0) 22:18:52 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:18:52 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:18:52 (24/39) Installing py3-requests (2.23.0-r0) 22:18:52 (25/39) Installing py3-msgpack (1.0.0-r0) 22:18:52 (26/39) Installing py3-lockfile (0.12.2-r3) 22:18:52 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:18:52 (28/39) Installing py3-colorama (0.4.3-r0) 22:18:52 (29/39) Installing py3-distlib (0.3.0-r0) 22:18:52 (30/39) Installing py3-distro (1.5.0-r1) 22:18:52 (31/39) Installing py3-webencodings (0.5.1-r3) 22:18:52 (32/39) Installing py3-html5lib (1.0.1-r4) 22:18:52 (33/39) Installing py3-pytoml (0.1.21-r0) 22:18:52 (5/6) Installing libzmq (4.3.3-r0) 22:18:52 (34/39) Installing py3-pep517 (0.8.2-r0) 22:18:52 (35/39) Installing py3-progress (1.5-r0) 22:18:52 (36/39) Installing py3-toml (0.10.1-r0) 22:18:52 (37/39) Installing py3-retrying (1.3.3-r0) 22:18:52 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:18:52 (39/39) Installing py3-pip (20.1.1-r0) 22:18:52 (6/6) Installing zeromq (4.3.3-r0) 22:18:52 Executing busybox-1.31.1-r19.trigger 22:18:52 Executing busybox-1.31.1-r20.trigger 22:18:52 OK: 8 MiB in 20 packages 22:18:52 OK: 72 MiB in 59 packages 22:18:54 Removing intermediate container da8cd4831f61 22:18:54 ---> 39cd47cc23a6 22:18:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:55 ---> c8930da09719 22:18:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:18:56 ---> affba39365f8 22:18:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:18:56 Collecting docker-compose==1.23.2 22:18:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:18:57 ---> 7c33a79412d4 22:18:57 Step 19/23 : ENTRYPOINT ["/core-data"] 22:18:57 ---> Running in 648fd9d7f108 22:18:57 Removing intermediate container 648fd9d7f108 22:18:57 ---> 9532abed86b3 22:18:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:18:57 ---> Running in f3ef6c1cca4a 22:18:58 Removing intermediate container f3ef6c1cca4a 22:18:58 ---> 1d0fcf376dbd 22:18:58 Step 21/23 : LABEL arch=arm64 22:18:58 ---> Running in b42aedf620cb 22:18:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:18:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:18:59 Removing intermediate container b42aedf620cb 22:18:59 ---> 94fdddeab688 22:18:59 Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:18:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:18:59 ---> Running in a4afd8cd00e1 22:19:00 Collecting docopt<0.7,>=0.6.1 22:19:00 Downloading docopt-0.6.2.tar.gz (25 kB) 22:19:00 Removing intermediate container a4afd8cd00e1 22:19:00 ---> e88192fa4d49 22:19:00 Step 23/23 : LABEL version=0.0.0 22:19:00 ---> Running in 84e23615a51b 22:19:00 Removing intermediate container 84e23615a51b 22:19:00 ---> 4a1e16a5e7dc 22:19:00 22:19:01 Successfully built 4a1e16a5e7dc 22:19:01 Successfully tagged docker-core-data-go-arm64:latest 22:19:02  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 22:19:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:19:03 Collecting websocket-client<1.0,>=0.32.0 22:19:03 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:19:03 Collecting dockerpty<0.5,>=0.4.1 22:19:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:19:05 Collecting jsonschema<3,>=2.5.1 22:19:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:19:06 Collecting PyYAML<4,>=3.10 22:19:06 Downloading PyYAML-3.13.tar.gz (270 kB) 22:19:09 Collecting cached-property<2,>=1.2.0 22:19:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:19:09 Collecting texttable<0.10,>=0.9.0 22:19:09 Downloading texttable-0.9.1.tar.gz (11 kB) 22:19:11 Collecting idna<2.8,>=2.5 22:19:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:19: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) 22:19:12 Collecting urllib3<1.25,>=1.21.1 22:19:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:19:12 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) 22:19:12 Collecting docker-pycreds>=0.4.0 22:19:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:19:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:19:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:19:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:19:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:19:13 Installing collected packages: idna, urllib3, requests, docopt, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, PyYAML, cached-property, texttable, docker-compose 22:19:13 Attempting uninstall: idna 22:19:13 Found existing installation: idna 2.9 22:19:13 Uninstalling idna-2.9: 22:19:13 Successfully uninstalled idna-2.9 22:19:14 Attempting uninstall: urllib3 22:19:14 Found existing installation: urllib3 1.25.9 22:19:14 Uninstalling urllib3-1.25.9: 22:19:14 Successfully uninstalled urllib3-1.25.9 22:19:14 Attempting uninstall: requests 22:19:14 Found existing installation: requests 2.23.0 22:19:14 Uninstalling requests-2.23.0: 22:19:14 Successfully uninstalled requests-2.23.0 22:19:14 Running setup.py install for docopt: started 22:19:16 Running setup.py install for docopt: finished with status 'done' 22:19:17 Running setup.py install for dockerpty: started 22:19:19 Running setup.py install for dockerpty: finished with status 'done' 22:19:19 Running setup.py install for PyYAML: started 22:19:21 Running setup.py install for PyYAML: finished with status 'done' 22:19:21 Running setup.py install for texttable: started 22:19:23 Running setup.py install for texttable: finished with status 'done' 22:19:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 22:19:32 Removing intermediate container 593dae4c8e4e 22:19:32 ---> 6bd4ff18d5c7 22:19:32 Step 14/23 : ENV APP_PORT=48090 22:19:32 ---> Running in 0a1c5ab59515 22:19:32 Removing intermediate container 0a1c5ab59515 22:19:32 ---> 454f1e7ea1a7 22:19:32 Step 15/23 : EXPOSE $APP_PORT 22:19:32 ---> Running in 9f54f5aaf5cf 22:19:33 Removing intermediate container 9f54f5aaf5cf 22:19:33 ---> 4b1ed1d23682 22:19:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:19:34 ---> 81c42e23b23e 22:19:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:19:35 ---> e28034e31d46 22:19:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:19:36 ---> ddf461668409 22:19:36 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 22:19:36 ---> Running in 3ac9a2cc2555 22:19:36 Removing intermediate container 3ac9a2cc2555 22:19:36 ---> 2ba21763e3a2 22:19:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:36 ---> Running in 8232c527fbd1 22:19:37 Removing intermediate container 8232c527fbd1 22:19:37 ---> dbe2fd43c91b 22:19:37 Step 21/23 : LABEL arch=arm64 22:19:37 ---> Running in 2cc375583a54 22:19:37 Removing intermediate container 2cc375583a54 22:19:37 ---> fe7a976bdf56 22:19:37 Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 22:19:37 ---> Running in fa172fb257d9 22:19:38 Removing intermediate container fa172fb257d9 22:19:38 ---> d34fad40dc12 22:19:38 Step 23/23 : LABEL version=0.0.0 22:19:38 ---> Running in 77b80b5e1ce0 22:19:39 Removing intermediate container 77b80b5e1ce0 22:19:39 ---> 718496197824 22:19:39 22:19:39 Successfully built 718496197824 22:19:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:19:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:19:39 $ docker stop --time=1 cf769110674145f25c257065218b0471ae624397dd32db7a37fbda3c3f007ca2 22:19:41 $ docker rm -f cf769110674145f25c257065218b0471ae624397dd32db7a37fbda3c3f007ca2 [Pipeline] // withDockerContainer [Pipeline] sh 22:19:42 + grep docker 22:19:42 + docker images 22:19:42 docker-sys-mgmt-agent-go-arm64 latest 718496197824 4 seconds ago 299MB 22:19:42 docker-core-data-go-arm64 latest 4a1e16a5e7dc 42 seconds ago 21.4MB 22:19:42 docker-support-notifications-go-arm64 latest 03012bc93f93 53 seconds ago 16.9MB 22:19:42 docker-support-scheduler-go-arm64 latest ceab484a170f 2 minutes ago 16.4MB 22:19:42 docker-security-bootstrapper-go-arm64 latest 80ee22fe0e28 3 minutes ago 17.9MB 22:19:42 docker-security-secretstore-setup-go-arm64 latest 3757ae474ffb 4 minutes ago 24.4MB 22:19:42 docker-core-metadata-go-arm64 latest 09acc763ede2 4 minutes ago 17.9MB 22:19:42 docker-core-command-go-arm64 latest 2e4fe73a6d70 4 minutes ago 16.3MB 22:19:42 docker-security-proxy-setup-go-arm64 latest 0f4870bea8a4 4 minutes ago 24.2MB 22:19:42 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 22:19:43 ---> job-cost.sh 22:19:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CElT 22:20:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:21:59 lf-activate-venv(): INFO: Adding /tmp/venv-CElT/bin to PATH 22:21:59 INFO: No Stack... 22:21:59 INFO: Retrieving Pricing Info for: lf-standard-4 22:21:59 INFO: Archiving Costs [Pipeline] sh 22:22:00 + cat /w/workspace/edgex-go/9/archives/cost.csv 22:22:00 + cut -d, -f6 [Pipeline] lock 22:22:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3331-9-stack-cost] 22:22:00 Resource [jenkins-edgexfoundry-edgex-go-PR-3331-9-stack-cost] did not exist. Created. 22:22:00 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3331-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:22:00 + echo total: 0.20999999344348907 [Pipeline] stash 22:22:00 Stashed 1 file(s) [Pipeline] } 22:22:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3331-9-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 22:22:02 provisioning config files... 22:22:02 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config1838277273419025585tmp [Pipeline] { [Pipeline] sh 22:22:03 + set +x 22:22:03 + curl -s https://codecov.io/bash 22:22:03 + bash -s -- 22:22:03 22:22:03 _____ _ 22:22:03 / ____| | | 22:22:03 | | ___ __| | ___ ___ _____ __ 22:22:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:22:03 | |___| (_) | (_| | __/ (_| (_) \ V / 22:22:03 \_____\___/ \__,_|\___|\___\___/ \_/ 22:22:03 Bash-20210309-2b87ace 22:22:03 22:22:03 22:22:03 ==> git version 2.24.3 found 22:22:03 ==> 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 22:22:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:22:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:22:03 ==> Jenkins CI detected. 22:22:03 project root: . 22:22:03 --> token set from env 22:22:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:22:03 ==> Running gcov in . (disable via -X gcov) 22:22:03 ==> Python coveragepy not found 22:22:03 ==> Searching for coverage reports in: 22:22:03 + . 22:22:03 -> Found 1 reports 22:22:03 ==> Detecting git/mercurial file structure 22:22:03 ==> Reading reports 22:22:03 + ./coverage.out bytes=697573 22:22:03 ==> Appending adjustments 22:22:03 https://docs.codecov.io/docs/fixing-reports 22:22:07 + Found adjustments 22:22:07 ==> Gzipping contents 22:22:07 100K /tmp/codecov.AjKQSR.gz 22:22:07 ==> Uploading reports 22:22:07 url: https://codecov.io 22:22:07 query: branch=PR-3331&commit=3f7e1d59aed2f1d51124aff8ab6e0023198d4100&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= 22:22:07 -> Pinging Codecov 22:22:07 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3331&commit=3f7e1d59aed2f1d51124aff8ab6e0023198d4100&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= 22:22:08 -> Uploading to 22:22:08 https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/3f7e1d59aed2f1d51124aff8ab6e0023198d4100/80431228-9e39-45cb-a8b9-a4564e3b98e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T222207Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eeaa61e66e7da567d9f39ea82e2335eb6a05f1798c1f8c80da92dd18d6446817 22:22:08 % Total % Received % Xferd Average Speed Time Time Time Current 22:22:08 Dload Upload Total Spent Left Speed 22:22:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99515 0 0 100 99515 0 218k --:--:-- --:--:-- --:--:-- 218k 22:22:08 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [Pipeline] } 22:22:08 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 22:22:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:22:11 ---> package-listing.sh 22:22:11 ++ facter osfamily 22:22:11 ++ tr '[:upper:]' '[:lower:]' 22:22:11 + OS_FAMILY=redhat 22:22:11 + workspace=/w/workspace/edgex-go/9 22:22:11 + START_PACKAGES=/tmp/packages_start.txt 22:22:11 + END_PACKAGES=/tmp/packages_end.txt 22:22:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:22:11 + PACKAGES=/tmp/packages_start.txt 22:22:11 + '[' /w/workspace/edgex-go/9 ']' 22:22:11 + PACKAGES=/tmp/packages_end.txt 22:22:11 + case "${OS_FAMILY}" in 22:22:11 + rpm -qa 22:22:11 + sort 22:22:16 + '[' -f /tmp/packages_start.txt ']' 22:22:16 + '[' -f /tmp/packages_end.txt ']' 22:22:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:22:16 + '[' /w/workspace/edgex-go/9 ']' 22:22:16 + mkdir -p /w/workspace/edgex-go/9/archives/ 22:22:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 22:22:16 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:22:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:22:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:22:17 22:22:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:22:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:22:17 alpine: Pulling from edgex-lftools-log-publisher 22:22:17 df20fa9351a1: Pulling fs layer 22:22:17 36b3adc4ff6f: Pulling fs layer 22:22:17 8ad3a11d3b57: Pulling fs layer 22:22:17 46f8f816bc3b: Pulling fs layer 22:22:17 93b61091891f: Pulling fs layer 22:22:17 93b9cdb0e59b: Pulling fs layer 22:22:17 5e14af77c1be: Pulling fs layer 22:22:17 01666e4c0597: Pulling fs layer 22:22:17 aa168da1d23b: Pulling fs layer 22:22:17 46f8f816bc3b: Waiting 22:22:17 93b61091891f: Waiting 22:22:17 93b9cdb0e59b: Waiting 22:22:17 aa168da1d23b: Waiting 22:22:17 5e14af77c1be: Waiting 22:22:17 01666e4c0597: Waiting 22:22:17 36b3adc4ff6f: Verifying Checksum 22:22:17 36b3adc4ff6f: Download complete 22:22:18 46f8f816bc3b: Verifying Checksum 22:22:18 46f8f816bc3b: Download complete 22:22:18 df20fa9351a1: Verifying Checksum 22:22:18 df20fa9351a1: Download complete 22:22:18 93b9cdb0e59b: Verifying Checksum 22:22:18 93b9cdb0e59b: Download complete 22:22:18 5e14af77c1be: Verifying Checksum 22:22:18 5e14af77c1be: Download complete 22:22:18 93b61091891f: Verifying Checksum 22:22:18 93b61091891f: Download complete 22:22:18 01666e4c0597: Verifying Checksum 22:22:18 01666e4c0597: Download complete 22:22:18 df20fa9351a1: Pull complete 22:22:18 8ad3a11d3b57: Verifying Checksum 22:22:18 8ad3a11d3b57: Download complete 22:22:18 36b3adc4ff6f: Pull complete 22:22:19 8ad3a11d3b57: Pull complete 22:22:19 46f8f816bc3b: Pull complete 22:22:20 aa168da1d23b: Verifying Checksum 22:22:21 93b61091891f: Pull complete 22:22:21 93b9cdb0e59b: Pull complete 22:22:21 5e14af77c1be: Pull complete 22:22:22 01666e4c0597: Pull complete 22:22:28 aa168da1d23b: Pull complete 22:22:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:22:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:22:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:22:29 prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container 22:22:29 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:22:34 $ docker top 051545b6001601312f0e33cba324d3adda19f34c7288d662297cfbc634d86154 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:34 + touch /tmp/pre-build-complete [Pipeline] sh 22:22:34 + mkdir -p /var/log/sa [Pipeline] sh 22:22:35 + ls /var/log/sa-host 22:22:35 + sadf -c /var/log/sa-host/sa09 22:22:35 file_magic: OK 22:22:35 HZ: Using current value: 100 22:22:35 file_header: OK 22:22:35 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 22:22:35 Statistics: 22:22:35 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... 22:22:35 File successfully converted to sysstat format version 12.2.1 22:22:35 + sadf -c /var/log/sa-host/sa23 22:22:35 file_magic: OK 22:22:35 HZ: Using current value: 100 22:22:35 file_header: OK 22:22:35 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 22:22:35 Statistics: 22:22:35 Hnuu...uuuununununu... 22:22:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:22:35 provisioning config files... 22:22:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config8616910466340390687tmp [Pipeline] { [Pipeline] echo 22:22:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:22:36 ---> create-netrc.sh [Pipeline] } 22:22:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:22:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:22:36 ---> python-tools-install.sh [Pipeline] echo 22:22:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:22:37 ---> sudo-logs.sh 22:22:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:22:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:22:37 ---> job-cost.sh 22:22:37 lf-activate-venv: SKIPPING 22:22:37 DEBUG: total: 0.20999999344348907 22:22:37 INFO: Retrieving Stack Cost... 22:22:38 INFO: Retrieving Pricing Info for: v1-standard-2 22:22:39 INFO: Archiving Costs [Pipeline] echo 22:22:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:22:39 ---> logs-deploy.sh 22:22:39 lf-activate-venv: SKIPPING 22:22:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3331/9 22:22:39 INFO: archiving workspace using pattern(s): 22:22:40 Archives upload complete. 22:22:41 INFO: archiving logs to Nexus 22:22:41 ---> uname -a: 22:22:41 Linux prd-centos7-docker-4c-2g-33472.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:22:41 22:22:41 22:22:41 ---> lscpu: 22:22:41 Architecture: x86_64 22:22:41 CPU op-mode(s): 32-bit, 64-bit 22:22:41 Byte Order: Little Endian 22:22:41 Address sizes: 40 bits physical, 48 bits virtual 22:22:41 CPU(s): 4 22:22:41 On-line CPU(s) list: 0-3 22:22:41 Thread(s) per core: 1 22:22:41 Core(s) per socket: 1 22:22:41 Socket(s): 4 22:22:41 NUMA node(s): 1 22:22:41 Vendor ID: GenuineIntel 22:22:41 CPU family: 6 22:22:41 Model: 44 22:22:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:22:41 Stepping: 1 22:22:41 CPU MHz: 2933.438 22:22:41 BogoMIPS: 5866.87 22:22:41 Virtualization: VT-x 22:22:41 Hypervisor vendor: KVM 22:22:41 Virtualization type: full 22:22:41 L1d cache: 128 KiB 22:22:41 L1i cache: 128 KiB 22:22:41 L2 cache: 16 MiB 22:22:41 L3 cache: 64 MiB 22:22:41 NUMA node0 CPU(s): 0-3 22:22:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:22:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:22:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:22:41 Vulnerability Meltdown: Mitigation; PTI 22:22:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:22:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:22:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:22:41 Vulnerability Srbds: Not affected 22:22:41 Vulnerability Tsx async abort: Not affected 22:22:41 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 22:22:41 22:22:41 22:22:41 ---> nproc: 22:22:41 4 22:22:41 22:22:41 22:22:41 ---> df -h: 22:22:41 Filesystem Size Used Available Use% Mounted on 22:22:41 overlay 50.0G 11.4G 38.6G 23% / 22:22:41 tmpfs 64.0M 0 64.0M 0% /dev 22:22:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:22:41 shm 64.0M 0 64.0M 0% /dev/shm 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/9@tmp 22:22:41 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/9 22:22:41 22:22:41 22:22:41 ---> free -m: 22:22:41 total used free shared buff/cache available 22:22:41 Mem: 1837 742 133 0 961 1013 22:22:41 Swap: 1023 56 967 22:22:41 22:22:41 22:22:41 ---> ip addr: 22:22:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:22:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:22:41 inet 127.0.0.1/8 scope host lo 22:22:41 valid_lft forever preferred_lft forever 22:22:41 inet6 ::1/128 scope host 22:22:41 valid_lft forever preferred_lft forever 22:22:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:22:41 link/ether fa:16:3e:f2:df:64 brd ff:ff:ff:ff:ff:ff 22:22:41 inet 10.30.123.114/23 brd 10.30.123.255 scope global dynamic eth0 22:22:41 valid_lft 85008sec preferred_lft 85008sec 22:22:41 inet6 fe80::f816:3eff:fef2:df64/64 scope link 22:22:41 valid_lft forever preferred_lft forever 22:22:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:22:41 link/ether 02:42:dd:49:3f:75 brd ff:ff:ff:ff:ff:ff 22:22:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:22:41 valid_lft forever preferred_lft forever 22:22:41 inet6 fe80::42:ddff:fe49:3f75/64 scope link 22:22:41 valid_lft forever preferred_lft forever 22:22:41 22:22:41 22:22:41 ---> sar -b -r -n DEV: 22:22:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) 22:22:41 22:22:41 21:59:18 LINUX RESTART (4 CPU) 22:22:41 22:22:41 22:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:22:41 22:01:01 122.73 52.59 70.14 0.00 9004.26 24287.62 0.00 22:22:41 22:02:01 312.80 109.11 203.69 0.00 4612.37 46090.46 0.00 22:22:41 22:03:01 123.89 35.25 88.64 0.00 1449.02 10509.84 0.00 22:22:41 22:04:01 149.36 72.01 77.35 0.00 3582.24 11003.06 0.00 22:22:41 22:05:02 884.11 646.34 237.77 0.00 88248.14 161165.23 0.00 22:22:41 22:06:01 2799.11 2462.82 336.29 0.00 150902.66 162380.67 0.00 22:22:41 22:07:01 330.29 106.83 223.45 0.00 13385.04 47133.16 0.00 22:22:41 22:08:02 2275.60 1966.89 308.70 0.00 141119.73 172497.84 0.00 22:22:41 22:09:01 341.07 88.65 252.42 0.00 7050.42 38115.14 0.00 22:22:41 22:10:01 21.55 11.14 10.41 0.00 2926.94 375.99 0.00 22:22:41 22:11:01 0.58 0.00 0.58 0.00 0.00 6.38 0.00 22:22:41 22:12:01 0.62 0.02 0.60 0.00 0.53 6.14 0.00 22:22:41 22:13:01 0.42 0.00 0.42 0.00 0.00 4.45 0.00 22:22:41 22:14:01 0.17 0.02 0.15 0.00 0.53 1.60 0.00 22:22:41 22:15:01 2.23 2.05 0.18 0.00 211.56 4.28 0.00 22:22:41 22:16:01 0.83 0.03 0.80 0.00 1.07 16.32 0.00 22:22:41 22:17:01 0.28 0.02 0.27 0.00 0.13 3.53 0.00 22:22:41 22:18:01 0.15 0.00 0.15 0.00 0.00 1.77 0.00 22:22:41 22:19:01 0.28 0.02 0.27 0.00 0.27 3.53 0.00 22:22:41 22:20:01 0.27 0.02 0.25 0.00 0.13 2.43 0.00 22:22:41 22:21:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 22:22:41 22:22:01 0.20 0.00 0.20 0.00 0.00 2.05 0.00 22:22:41 Average: 333.78 251.54 82.24 0.00 19164.62 30588.47 0.00 22:22:41 22:22:41 22:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:22:41 22:01:01 77176 0 633104 33.65 2620 1168644 1518624 51.83 710424 884536 106620 22:22:41 22:02:01 139044 0 760796 40.43 1516 980188 1644648 56.13 614428 852028 51804 22:22:41 22:03:01 179924 0 858216 45.61 912 842492 1806064 61.64 734328 678768 78804 22:22:41 22:04:01 240084 0 735796 39.11 836 904828 1338228 45.67 597644 748308 33104 22:22:41 22:05:02 64520 0 837800 44.53 136 979088 2283428 77.93 742832 865768 89296 22:22:41 22:06:01 342032 0 1078272 57.31 136 461104 4416752 150.74 727404 533308 7756 22:22:41 22:07:01 69252 0 700476 37.23 136 1111680 1373944 46.89 735752 821064 102212 22:22:41 22:08:02 436896 0 704772 37.46 136 739740 1576444 53.80 533708 680236 12 22:22:41 22:09:01 175952 0 704800 37.46 136 1000656 1390448 47.45 583760 865000 36 22:22:41 22:10:01 200384 0 651068 34.60 136 1029956 1218284 41.58 551592 879908 8 22:22:41 22:11:01 201464 0 649988 34.55 136 1029956 1208056 41.23 551084 879360 8 22:22:41 22:12:01 202904 0 648556 34.47 136 1029948 1196748 40.84 550124 879172 8 22:22:41 22:13:01 202828 0 648608 34.47 136 1029972 1196748 40.84 549780 879544 8 22:22:41 22:14:01 203132 0 648300 34.46 136 1029976 1196748 40.84 549788 879560 8 22:22:41 22:15:01 192176 0 653672 34.74 136 1035560 1197016 40.85 556788 882344 28 22:22:41 22:16:01 193408 0 652432 34.68 136 1035568 1196812 40.85 555676 882348 12 22:22:41 22:17:01 193868 0 651968 34.65 136 1035572 1196812 40.85 555684 882348 12 22:22:41 22:18:01 193836 0 651992 34.65 136 1035580 1196812 40.85 555564 882352 8 22:22:41 22:19:01 193992 0 651832 34.64 136 1035584 1196812 40.85 555568 882356 8 22:22:41 22:20:01 193344 0 652468 34.68 136 1035596 1196884 40.85 556068 882364 8 22:22:41 22:21:01 193072 0 652736 34.69 136 1035600 1196920 40.85 556292 882364 8 22:22:41 22:22:01 193720 0 652080 34.66 136 1035608 1196812 40.85 555836 882364 8 22:22:41 Average: 194682 0 703624 37.40 379 982859 1497275 51.10 599097 835700 21353 22:22:41 22:22:41 22:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:22:41 22:01:01 eth0 1418.09 1397.92 5610.88 157.47 0.00 0.00 0.00 0.00 22:22:41 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:01:01 docker0 877.78 778.10 72.83 2693.05 0.00 0.00 0.00 0.00 22:22:41 22:02:01 eth0 500.75 384.33 3677.79 40.99 0.00 0.00 0.00 0.00 22:22:41 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:02:01 veth741c391 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:22:41 22:02:01 docker0 122.94 180.05 8.93 837.03 0.00 0.00 0.00 0.00 22:22:41 22:03:01 eth0 39.69 24.38 27.83 51.02 0.00 0.00 0.00 0.00 22:22:41 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:03:01 veth741c391 1.43 1.45 0.11 0.12 0.00 0.00 0.00 0.00 22:22:41 22:03:01 docker0 1.43 1.43 0.09 0.12 0.00 0.00 0.00 0.00 22:22:41 22:04:01 eth0 24.00 12.94 19.50 10.60 0.00 0.00 0.00 0.00 22:22:41 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:04:01 veth741c391 0.81 0.81 0.06 0.06 0.00 0.00 0.00 0.00 22:22:41 22:04:01 docker0 0.81 0.81 0.05 0.06 0.00 0.00 0.00 0.00 22:22:41 22:05:02 eth0 209.64 175.96 1690.11 84.25 0.00 0.00 0.00 0.00 22:22:41 22:05:02 veth822e343 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:22:41 22:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:06:01 veth2999c01 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:22:41 22:06:01 vethfad6298 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:22:41 22:06:01 veth6d00e11 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:22:41 22:06:01 eth0 42.21 23.05 161.35 7.84 0.00 0.00 0.00 0.00 22:22:41 22:07:01 eth0 54.74 30.00 227.39 12.58 0.00 0.00 0.00 0.00 22:22:41 22:07:01 veth822e343 0.00 0.80 0.00 0.04 0.00 0.00 0.00 0.00 22:22:41 22:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:22:41 22:07:01 docker0 1026.22 1007.41 83.11 3825.41 0.00 0.00 0.00 0.00 22:22:41 22:08:02 veth7aae2cf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:08:02 eth0 26.00 12.61 72.46 7.47 0.00 0.00 0.00 0.00 22:22:41 22:08:02 vethc89638e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:08:02 veth822e343 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:09:01 eth0 243.86 177.85 1743.02 102.84 0.00 0.00 0.00 0.00 22:22:41 22:09:01 veth822e343 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 22:22:41 22:09:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:22:41 22:09:01 docker0 1083.25 1095.43 87.04 4425.62 0.00 0.00 0.00 0.00 22:22:41 22:10:01 eth0 6.18 3.53 5.43 2.24 0.00 0.00 0.00 0.00 22:22:41 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:11:01 eth0 0.55 0.35 0.30 0.20 0.00 0.00 0.00 0.00 22:22:41 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:12:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:22:41 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:13:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:22:41 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:14:01 eth0 0.77 0.07 0.06 0.01 0.00 0.00 0.00 0.00 22:22:41 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:15:01 eth0 0.73 0.55 0.41 0.27 0.00 0.00 0.00 0.00 22:22:41 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:16:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:17:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:22:41 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:18:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:22:41 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:19:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:20:01 eth0 0.57 0.18 0.12 0.07 0.00 0.00 0.00 0.00 22:22:41 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:21:01 eth0 0.60 0.32 0.33 0.20 0.00 0.00 0.00 0.00 22:22:41 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:22:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 22:22:41 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 Average: eth0 116.79 102.06 601.60 21.70 0.00 0.00 0.00 0.00 22:22:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:41 Average: docker0 48.49 49.03 3.90 198.09 0.00 0.00 0.00 0.00 22:22:41 22:22:41 22:22:41 ---> sar -P ALL: 22:22:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) 22:22:41 22:22:41 21:59:18 LINUX RESTART (4 CPU) 22:22:41 22:22:41 22:00:01 CPU %user %nice %system %iowait %steal %idle 22:22:41 22:01:01 all 14.11 0.00 6.96 2.00 0.08 76.84 22:22:41 22:01:01 0 10.83 0.00 9.13 1.17 0.05 78.82 22:22:41 22:01:01 1 22.19 0.00 6.64 2.48 0.05 68.63 22:22:41 22:01:01 2 11.46 0.00 6.18 0.90 0.09 81.38 22:22:41 22:01:01 3 12.02 0.00 5.91 3.46 0.14 78.47 22:22:41 22:02:01 all 16.75 0.00 10.20 5.95 0.15 66.95 22:22:41 22:02:01 0 17.00 0.00 10.13 6.28 0.12 66.48 22:22:41 22:02:01 1 16.04 0.00 10.30 5.06 0.15 68.44 22:22:41 22:02:01 2 17.22 0.00 10.47 6.70 0.14 65.47 22:22:41 22:02:01 3 16.75 0.00 9.90 5.79 0.17 67.39 22:22:41 22:03:01 all 51.35 0.00 12.28 4.37 0.09 31.91 22:22:41 22:03:01 0 50.87 0.00 12.00 4.63 0.07 32.43 22:22:41 22:03:01 1 52.57 0.00 12.25 3.53 0.09 31.57 22:22:41 22:03:01 2 52.52 0.00 12.13 3.85 0.10 31.39 22:22:41 22:03:01 3 49.43 0.00 12.74 5.48 0.09 32.26 22:22:41 22:04:01 all 48.46 0.00 14.36 3.28 0.14 33.77 22:22:41 22:04:01 0 49.02 0.00 14.53 3.13 0.14 33.18 22:22:41 22:04:01 1 46.80 0.00 14.38 4.79 0.19 33.83 22:22:41 22:04:01 2 48.98 0.00 14.60 2.65 0.09 33.68 22:22:41 22:04:01 3 49.05 0.00 13.91 2.53 0.12 34.39 22:22:41 22:05:02 all 22.25 0.00 20.93 8.53 0.17 48.14 22:22:41 22:05:02 0 21.59 0.00 19.97 9.46 0.16 48.83 22:22:41 22:05:02 1 23.41 0.00 20.27 9.55 0.16 46.62 22:22:41 22:05:02 2 23.07 0.00 21.83 7.96 0.17 46.97 22:22:41 22:05:02 3 20.91 0.00 21.65 7.13 0.18 50.13 22:22:41 22:06:01 all 19.93 0.00 25.07 29.29 0.22 25.49 22:22:41 22:06:01 0 18.92 0.00 25.00 30.26 0.22 25.61 22:22:41 22:06:01 1 19.97 0.00 25.96 31.26 0.22 22.59 22:22:41 22:06:01 2 20.74 0.00 25.69 30.50 0.22 22.85 22:22:41 22:06:01 3 20.09 0.00 23.62 25.07 0.22 31.00 22:22:41 22:07:01 all 53.01 0.00 14.97 12.60 0.10 19.32 22:22:41 22:07:01 0 52.75 0.00 15.23 12.14 0.09 19.79 22:22:41 22:07:01 1 52.56 0.00 15.68 16.03 0.12 15.61 22:22:41 22:07:01 2 53.08 0.00 15.29 15.38 0.09 16.16 22:22:41 22:07:01 3 53.65 0.00 13.68 6.89 0.10 25.67 22:22:41 22:08:02 all 36.51 0.00 26.42 16.16 0.20 20.71 22:22:41 22:08:02 0 36.00 0.00 26.10 16.34 0.18 21.39 22:22:41 22:08:02 1 38.31 0.00 25.81 17.26 0.16 18.46 22:22:41 22:08:02 2 36.93 0.00 26.74 16.26 0.25 19.83 22:22:41 22:08:02 3 34.80 0.00 27.05 14.78 0.20 23.18 22:22:41 22:09:01 all 32.23 0.00 13.40 10.73 0.12 43.51 22:22:41 22:09:01 0 33.37 0.00 13.94 6.74 0.09 45.86 22:22:41 22:09:01 1 33.42 0.00 13.14 10.40 0.14 42.90 22:22:41 22:09:01 2 29.40 0.00 13.40 12.00 0.11 45.09 22:22:41 22:09:01 3 32.72 0.00 13.14 13.82 0.14 40.17 22:22:41 22:10:01 all 0.40 0.00 0.38 0.34 0.01 98.86 22:22:41 22:10:01 0 0.28 0.00 0.42 0.28 0.00 99.02 22:22:41 22:10:01 1 0.25 0.00 0.50 0.12 0.02 99.12 22:22:41 22:10:01 2 0.20 0.00 0.38 0.52 0.02 98.88 22:22:41 22:10:01 3 0.88 0.00 0.23 0.43 0.02 98.43 22:22:41 22:11:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:22:41 22:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:22:41 22:11:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:22:41 22:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:22:41 22:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:22:41 22:22:41 22:11:01 CPU %user %nice %system %iowait %steal %idle 22:22:41 22:12:01 all 0.16 0.00 0.03 0.00 0.00 99.80 22:22:41 22:12:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:22:41 22:12:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:22:41 22:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:22:41 22:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:22:41 22:13:01 all 0.16 0.00 0.02 0.00 0.00 99.81 22:22:41 22:13:01 0 0.05 0.00 0.05 0.00 0.02 99.88 22:22:41 22:13:01 1 0.55 0.00 0.03 0.00 0.00 99.42 22:22:41 22:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:22:41 22:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:22:41 22:14:01 all 0.16 0.00 0.03 0.00 0.00 99.80 22:22:41 22:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:22:41 22:14:01 1 0.53 0.00 0.03 0.00 0.00 99.43 22:22:41 22:14:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:22:41 22:14:01 3 0.02 0.00 0.03 0.00 0.02 99.93 22:22:41 22:15:01 all 0.26 0.00 0.07 0.04 0.01 99.62 22:22:41 22:15:01 0 0.05 0.00 0.07 0.00 0.02 99.87 22:22:41 22:15:01 1 0.75 0.00 0.10 0.05 0.02 99.08 22:22:41 22:15:01 2 0.22 0.00 0.12 0.10 0.00 99.57 22:22:41 22:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:22:41 22:16:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:22:41 22:16:01 0 0.07 0.00 0.03 0.00 0.00 99.90 22:22:41 22:16:01 1 0.50 0.00 0.02 0.00 0.00 99.48 22:22:41 22:16:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:22:41 22:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:22:41 22:17:01 all 0.14 0.00 0.02 0.00 0.00 99.84 22:22:41 22:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:22:41 22:17:01 1 0.50 0.00 0.02 0.00 0.00 99.48 22:22:41 22:17:01 2 0.03 0.00 0.03 0.00 0.02 99.92 22:22:41 22:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:22:41 22:18:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:22:41 22:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:22:41 22:18:01 1 0.52 0.00 0.02 0.00 0.00 99.47 22:22:41 22:18:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:22:41 22:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:22:41 22:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:22:41 22:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:22:41 22:19:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:22:41 22:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:22:41 22:19:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:22:41 22:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:22:41 22:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:22:41 22:20:01 1 0.52 0.00 0.02 0.00 0.00 99.47 22:22:41 22:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:22:41 22:20:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:22:41 22:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:22:41 22:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:22:41 22:21:01 1 0.50 0.00 0.02 0.00 0.00 99.48 22:22:41 22:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:22:41 22:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:22:41 22:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:22:41 22:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:22:41 22:22:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:22:41 22:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:22:41 22:22:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:22:41 22:22:41 Average: CPU %user %nice %system %iowait %steal %idle 22:22:41 Average: all 13.11 0.00 6.38 4.08 0.06 76.37 22:22:41 Average: 0 12.85 0.00 6.46 3.96 0.05 76.69 22:22:41 Average: 1 13.79 0.00 6.38 4.39 0.06 75.38 22:22:41 Average: 2 12.99 0.00 6.46 4.23 0.06 76.26 22:22:41 Average: 3 12.82 0.00 6.23 3.72 0.06 77.18 22:22:41 22:22:41 22:22:41