jpwhitemn commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49fe07c0865b4f764a46dfa194199239fc0884ee+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (85182d03ea5d1d4088a9bc713f631b1c6fcd52cc) 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-31843 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) > 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/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # 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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" > git rev-list --no-walk 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:54:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:54:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:54:02 ========================================================= 20:54:02 EdgeX Global Pipelines Version Info 20:54:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:54:03 ------------------- 20:54:03 stable info: 20:54:03 ------------------- 20:54:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:54:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:54:03 Message: update stable to v1.0.186 20:54:04 ------------------- 20:54:04 experimental info: 20:54:04 ------------------- 20:54:04 Commited By: **** collab-it+edgex@linuxfoundation.org 20:54:04 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:54:04 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:54:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:54:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3300 [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3300 [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3300 [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49fe07c0865b4f764a46dfa194199239fc0884ee [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49fe07c [Pipeline] echo 20:54:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:54:07 provisioning config files... 20:54:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7292373824657577365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:54:08 ---> docker-login.sh 20:54:08 nexus3.edgexfoundry.org:10001 20:54:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:08 Configure a credential helper to remove this warning. See 20:54:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:08 20:54:08 Login Succeeded 20:54:08 nexus3.edgexfoundry.org:10002 20:54:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:08 Configure a credential helper to remove this warning. See 20:54:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:08 20:54:08 Login Succeeded 20:54:08 nexus3.edgexfoundry.org:10003 20:54:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:08 Configure a credential helper to remove this warning. See 20:54:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:08 20:54:08 Login Succeeded 20:54:08 nexus3.edgexfoundry.org:10004 20:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:09 Configure a credential helper to remove this warning. See 20:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:09 20:54:09 Login Succeeded 20:54:09 docker.io 20:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:09 Configure a credential helper to remove this warning. See 20:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:09 20:54:09 Login Succeeded 20:54:09 ---> docker-login.sh ends [Pipeline] } 20:54:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:09 ++ 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 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/core-command/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo core-command,cmd/core-command/Dockerfile 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/core-data/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo core-data,cmd/core-data/Dockerfile 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/core-metadata/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo core-metadata,cmd/core-metadata/Dockerfile 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/security-bootstrapper/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/security-proxy-setup/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/support-notifications/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo support-notifications,cmd/support-notifications/Dockerfile 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/support-scheduler/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:54:09 + for file in '`ls cmd/**/Dockerfile`' 20:54:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:54:09 ++ cut -d/ -f2 20:54:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:54:09 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 20:54:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:11 20:54:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:54:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:11 latest: Pulling from edgex-devops/git-semver 20:54:11 31603596830f: Pulling fs layer 20:54:11 2a8b12db71e7: Pulling fs layer 20:54:11 6ca5941a6612: Pulling fs layer 20:54:11 ecc8261a40a4: Pulling fs layer 20:54:11 ecc8261a40a4: Waiting 20:54:11 2a8b12db71e7: Verifying Checksum 20:54:11 2a8b12db71e7: Download complete 20:54:12 31603596830f: Verifying Checksum 20:54:12 31603596830f: Download complete 20:54:12 ecc8261a40a4: Verifying Checksum 20:54:12 ecc8261a40a4: Download complete 20:54:12 6ca5941a6612: Verifying Checksum 20:54:12 6ca5941a6612: Download complete 20:54:12 31603596830f: Pull complete 20:54:12 2a8b12db71e7: Pull complete 20:54:13 6ca5941a6612: Pull complete 20:54:13 ecc8261a40a4: Pull complete 20:54:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:54:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:54:13 prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container 20:54:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:54:16 $ docker top af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:16 [ssh-agent] Looking for ssh-agent implementation... 20:54:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:16 $ docker exec af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb ssh-agent 20:54:16 SSH_AUTH_SOCK=/tmp/ssh-JhhMai0HZaTh/agent.11 20:54:16 SSH_AGENT_PID=16 20:54:16 Running ssh-add (command line suppressed) 20:54:17 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5488425404266514832.key (/w/workspace/edgex-go/4@tmp/private_key_5488425404266514832.key) 20:54:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:17 + git tag --points-at HEAD [Pipeline] } 20:54:17 $ docker exec --env ******** --env ******** af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb ssh-agent -k 20:54:17 unset SSH_AUTH_SOCK; 20:54:17 unset SSH_AGENT_PID; 20:54:17 echo Agent pid 16 killed; 20:54:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:54:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:17 [ssh-agent] Looking for ssh-agent implementation... 20:54:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:17 $ docker exec af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb ssh-agent 20:54:18 SSH_AUTH_SOCK=/tmp/ssh-UhEXD6i5PnFN/agent.47 20:54:18 SSH_AGENT_PID=52 20:54:18 Running ssh-add (command line suppressed) 20:54:18 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2767104504957507379.key (/w/workspace/edgex-go/4@tmp/private_key_2767104504957507379.key) 20:54:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:18 + git semver init 20:54:18 # -> Open(): unable to determine branch for HEAD 20:54:18 # $GIT_DIR = /w/workspace/edgex-go/4/.git 20:54:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 20:54:18 # $SEMVER_REMOTE_NAME = origin 20:54:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:18 # $SEMVER_USER_NAME = edgex-jenkins 20:54:18 # $SEMVER_BRANCH = PR-3300 20:54:18 # $SEMVER_TEMP = /tmp/semver-123921707 20:54:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:54:36 # '/tmp/semver-123921707' -> '/w/workspace/edgex-go/4/.semver' 20:54:36 # -> Force: false 20:54:36 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 20:54:36 $ docker exec --env ******** --env ******** af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb ssh-agent -k 20:54:37 unset SSH_AUTH_SOCK; 20:54:37 unset SSH_AGENT_PID; 20:54:37 echo Agent pid 52 killed; 20:54:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:37 + git semver [Pipeline] } 20:54:37 $ docker stop --time=1 af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb 20:54:39 $ docker rm -f af6c95c621de8926b32f387e9e513579b38b7d9accf1ea7246610bf167375ebb [Pipeline] // withDockerContainer [Pipeline] sh 20:54:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:54:40 Stashed 1 file(s) [Pipeline] echo 20:54:40 [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 20:54:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:54:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:54:42 + sudo service docker restart 20:54:42 + true 20:54:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:54:42 ========================================================= 20:54:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:54:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:54:43 + 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 . 20:54:46 Sending build context to Docker daemon 328.9MB 20:54:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:54:46 Step 2/6 : FROM ${BASE} 20:54:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:54:46 188c0c94c7c5: Pulling fs layer 20:54:46 0ef7d3d256c8: Pulling fs layer 20:54:46 de9db76c5a1d: Pulling fs layer 20:54:46 bca2f99d35d6: Pulling fs layer 20:54:46 93359f2a8cfa: Pulling fs layer 20:54:46 7c6f9722023f: Pulling fs layer 20:54:46 a35cf1a2eb13: Pulling fs layer 20:54:46 93359f2a8cfa: Waiting 20:54:46 7c6f9722023f: Waiting 20:54:46 a35cf1a2eb13: Waiting 20:54:46 bca2f99d35d6: Waiting 20:54:46 de9db76c5a1d: Verifying Checksum 20:54:46 de9db76c5a1d: Download complete 20:54:46 0ef7d3d256c8: Verifying Checksum 20:54:46 0ef7d3d256c8: Download complete 20:54:46 93359f2a8cfa: Verifying Checksum 20:54:46 93359f2a8cfa: Download complete 20:54:46 188c0c94c7c5: Verifying Checksum 20:54:46 188c0c94c7c5: Download complete 20:54:46 7c6f9722023f: Verifying Checksum 20:54:46 7c6f9722023f: Download complete 20:54:46 188c0c94c7c5: Pull complete 20:54:46 0ef7d3d256c8: Pull complete 20:54:47 de9db76c5a1d: Pull complete 20:54:48 a35cf1a2eb13: Verifying Checksum 20:54:48 a35cf1a2eb13: Download complete 20:54:49 bca2f99d35d6: Verifying Checksum 20:54:49 bca2f99d35d6: Download complete 20:54:54 bca2f99d35d6: Pull complete 20:54:54 93359f2a8cfa: Pull complete 20:54:54 7c6f9722023f: Pull complete 20:54:55 Still waiting to schedule task 20:54:55 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:54:59 a35cf1a2eb13: Pull complete 20:54:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:54:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:54:59 ---> a62c8e92a672 20:54:59 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 20:54:59 ---> Running in ba9a77391d5f 20:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:01 (1/12) Installing libmagic (5.38-r0) 20:55:01 (2/12) Installing file (5.38-r0) 20:55:01 (3/12) Installing libc-dev (0.7.2-r3) 20:55:01 (4/12) Installing g++ (9.3.0-r2) 20:55:05 (5/12) Installing fortify-headers (1.1-r0) 20:55:05 (6/12) Installing patch (2.7.6-r6) 20:55:05 (7/12) Installing build-base (0.5-r2) 20:55:05 (8/12) Installing libsodium (1.0.18-r0) 20:55:05 (9/12) Installing pkgconf (1.7.2-r0) 20:55:05 (10/12) Installing libsodium-dev (1.0.18-r0) 20:55:05 (11/12) Installing libzmq (4.3.3-r0) 20:55:05 (12/12) Installing zeromq-dev (4.3.3-r0) 20:55:05 Executing busybox-1.31.1-r19.trigger 20:55:05 OK: 233 MiB in 51 packages 20:55:09 Removing intermediate container ba9a77391d5f 20:55:09 ---> 854fd89c4910 20:55:09 Step 4/6 : WORKDIR /edgex-go 20:55:09 ---> Running in 1317f479e212 20:55:09 Removing intermediate container 1317f479e212 20:55:09 ---> 874459fa3a65 20:55:09 Step 5/6 : COPY go.mod . 20:55:09 ---> 0f3f0ec3b51c 20:55:09 Step 6/6 : RUN go mod download 20:55:09 ---> Running in 6c56bb716f7c 20:55:31 Removing intermediate container 6c56bb716f7c 20:55:31 ---> 3bc0c13f30ed 20:55:31 Successfully built 3bc0c13f30ed 20:55:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:55:32 + docker inspect -f . ci-base-image-x86_64 20:55:32 . [Pipeline] withDockerContainer 20:55:32 prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container 20:55:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:55:33 $ docker top d1bb98ef87f8c14ff0e5bc1766f4e0b465a6457b427e8462eb55939564be2510 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:33 + go version 20:55:33 go version go1.15.5 linux/amd64 [Pipeline] } 20:55:33 $ docker stop --time=1 d1bb98ef87f8c14ff0e5bc1766f4e0b465a6457b427e8462eb55939564be2510 20:55:35 $ docker rm -f d1bb98ef87f8c14ff0e5bc1766f4e0b465a6457b427e8462eb55939564be2510 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:55:35 + docker inspect -f . ci-base-image-x86_64 20:55:35 . [Pipeline] withDockerContainer 20:55:35 prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container 20:55:36 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:55:36 $ docker top 7762dba8e353283434ada256353a076f70ba204fbd9a6d57152905e44eda4ef8 -eo pid,comm [Pipeline] { [Pipeline] echo 20:55:36 ========================================================= 20:55:36 [edgeXBuildGoParallel] Running Tests and Build... 20:55:36 ========================================================= [Pipeline] sh 20:55:37 + make test 20:55:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:55:45 ? github.com/edgexfoundry/edgex-go [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:56:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:56:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:56:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:56:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:56:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:56:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:56:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:56:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:56:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:56:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:56:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements 20:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:56:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.071s coverage: 19.8% of statements 20:56:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements 20:56:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.1% of statements 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:56:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:56:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.355s coverage: 100.0% of statements 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:56:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 71.3% of statements 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:56:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.147s coverage: 82.9% of statements 20:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:56:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements 20:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:56:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.336s coverage: 28.6% of statements 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:56:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:56:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:56:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:56:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements 20:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:56:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements 20:56:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:56:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:56:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:56:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.347s coverage: 92.8% of statements 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:56:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:56:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 1.0% of statements 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 47.1% of statements 20:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 20:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 20:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements 20:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 20:56:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements 20:56:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 20:56:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31846 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws 20:56:40 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 20:56:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.216s coverage: 82.6% of statements 20:56:45 using credential edgex-jenkins-ssh 20:56:45 Cloning the remote Git repository 20:56:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:56:45 > git init /w/workspace/edgex-go/4 # timeout=10 20:56:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:56:45 > git --version # timeout=10 20:56:45 > git --version # 'git version 2.17.1' 20:56:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:56:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.086s coverage: 92.9% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.150s coverage: 80.8% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.127s coverage: 91.6% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.243s coverage: 64.4% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.390s coverage: 69.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 38.4% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 87.1% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.796s coverage: 29.1% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.103s coverage: 94.6% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements 20:56:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 20:56:53 GO111MODULE=on go vet ./... 20:57:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:57:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:57:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:57:02 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:57:03 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee 20:57:04 Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee 20:57:04 Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) 20:57:03 > git config core.sparsecheckout # timeout=10 20:57:03 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 20:57:03 > git remote # timeout=10 20:57:03 > git config --get remote.origin.url # timeout=10 20:57:03 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:03 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 20:57:03 > git rev-parse HEAD^{commit} # timeout=10 20:57:04 > git config core.sparsecheckout # timeout=10 20:57:04 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 20:57:08 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:57:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:57:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:57:10 + + truesudo 20:57:10 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:57:12 provisioning config files... 20:57:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4288694027876476251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:57:13 ---> docker-login.sh 20:57:13 nexus3.edgexfoundry.org:10001 20:57:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:14 Configure a credential helper to remove this warning. See 20:57:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:14 20:57:14 Login Succeeded 20:57:14 nexus3.edgexfoundry.org:10002 20:57:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:14 Configure a credential helper to remove this warning. See 20:57:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:14 20:57:14 Login Succeeded 20:57:14 nexus3.edgexfoundry.org:10003 20:57:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:15 Configure a credential helper to remove this warning. See 20:57:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:15 20:57:15 Login Succeeded 20:57:15 nexus3.edgexfoundry.org:10004 20:57:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:15 Configure a credential helper to remove this warning. See 20:57:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:15 20:57:15 Login Succeeded 20:57:15 docker.io 20:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:16 Configure a credential helper to remove this warning. See 20:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:16 20:57:16 Login Succeeded 20:57:16 ---> docker-login.sh ends [Pipeline] } 20:57:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:57:16 ========================================================= 20:57:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:57:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:57:17 + 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 . 20:57:19 Sending build context to Docker daemon 167MB 20:57:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:57:19 Step 2/6 : FROM ${BASE} 20:57:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:57:19 5f621e34cdf4: Pulling fs layer 20:57:19 a4357932f1b6: Pulling fs layer 20:57:19 18c013af1878: Pulling fs layer 20:57:19 00ac8860ef70: Pulling fs layer 20:57:19 63d7cb157983: Pulling fs layer 20:57:19 b116817d02f9: Pulling fs layer 20:57:19 745a02a5169b: Pulling fs layer 20:57:19 00ac8860ef70: Waiting 20:57:19 b116817d02f9: Waiting 20:57:19 745a02a5169b: Waiting 20:57:19 63d7cb157983: Waiting 20:57:19 18c013af1878: Download complete 20:57:19 a4357932f1b6: Verifying Checksum 20:57:19 63d7cb157983: Download complete 20:57:19 b116817d02f9: Verifying Checksum 20:57:19 5f621e34cdf4: Download complete 20:57:19 gofmt -l . 20:57:19 [ "`gofmt -l .`" = "" ] 20:57:20 5f621e34cdf4: Pull complete 20:57:20 ./bin/test-go-mod-tidy.sh 20:57:21 ./bin/test-attribution-txt.sh 20:57:21 a4357932f1b6: Pull complete 20:57:21 18c013af1878: Pull complete [Pipeline] sh 20:57:21 745a02a5169b: Verifying Checksum 20:57:21 745a02a5169b: Download complete 20:57:21 + ls -al . 20:57:21 total 780 20:57:21 drwxrwxr-x 10 1001 1001 4096 Mar 29 20:57 . 20:57:21 drwxr-xr-x 4 root root 28 Mar 29 20:55 .. 20:57:21 -rw-rw-r-- 1 1001 1001 11 Mar 29 20:53 .dockerignore 20:57:21 drwxrwxr-x 8 1001 1001 179 Mar 29 20:54 .git 20:57:21 drwxrwxr-x 3 1001 1001 125 Mar 29 20:53 .github 20:57:21 -rw-rw-r-- 1 1001 1001 818 Mar 29 20:53 .gitignore 20:57:21 drwx------ 3 1001 1001 60 Mar 29 20:54 .semver 20:57:21 -rw-rw-r-- 1 1001 1001 166 Mar 29 20:53 .sonarcloud.properties 20:57:21 -rw-rw-r-- 1 1001 1001 8607 Mar 29 20:53 Attribution.txt 20:57:21 -rw-rw-r-- 1 1001 1001 3804 Mar 29 20:53 CONTRIBUTING.md 20:57:21 -rw-rw-r-- 1 1001 1001 931 Mar 29 20:53 Dockerfile.build 20:57:21 -rw-rw-r-- 1 1001 1001 863 Mar 29 20:53 Jenkinsfile 20:57:21 -rw-rw-r-- 1 1001 1001 10775 Mar 29 20:53 LICENSE 20:57:21 -rw-rw-r-- 1 1001 1001 5774 Mar 29 20:53 Makefile 20:57:21 -rw-rw-r-- 1 1001 1001 6548 Mar 29 20:53 README.md 20:57:21 -rw-rw-r-- 1 1001 1001 6755 Mar 29 20:53 SECURITY.md 20:57:21 -rw-rw-r-- 1 1001 1001 5 Mar 29 20:54 VERSION 20:57:21 -rw-rw-r-- 1 1001 1001 4131 Mar 29 20:53 ZMQWindows.md 20:57:21 drwxrwxr-x 2 1001 1001 117 Mar 29 20:53 bin 20:57:21 drwxrwxr-x 14 1001 1001 4096 Mar 29 20:53 cmd 20:57:21 -rw-r--r-- 1 root root 668090 Mar 29 20:56 coverage.out 20:57:21 -rw-r--r-- 1 root root 1056 Mar 29 20:57 go.mod 20:57:21 -rw-r--r-- 1 root root 22646 Mar 29 20:57 go.sum 20:57:21 drwxrwxr-x 8 1001 1001 127 Mar 29 20:53 internal 20:57:21 drwxrwxr-x 4 1001 1001 26 Mar 29 20:53 openapi 20:57:21 drwxrwxr-x 4 1001 1001 71 Mar 29 20:53 snap 20:57:21 -rw-rw-r-- 1 1001 1001 168 Mar 29 20:53 version.go [Pipeline] sh 20:57:22 + '[' -e coverage.out ] 20:57:22 + chown 1001:1001 coverage.out [Pipeline] stash 20:57:22 Stashed 1 file(s) [Pipeline] sh 20:57:22 + make build 20:57:22 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 20:57:23 00ac8860ef70: Verifying Checksum 20:57:23 00ac8860ef70: Download complete 20:57:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:57:33 00ac8860ef70: Pull complete 20:57:33 63d7cb157983: Pull complete 20:57:33 b116817d02f9: Pull complete 20:57:35 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 20:57:37 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 20:57:37 745a02a5169b: Pull complete 20:57:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:57:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:57:37 ---> b7e6874047d6 20:57:37 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 20:57:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:57:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:57:41 ---> Running in b3936a9e8519 20:57:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:57:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:57:42 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 20:57:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:57:43 (1/12) Installing libmagic (5.38-r0) 20:57:43 (2/12) Installing file (5.38-r0) 20:57:43 (3/12) Installing libc-dev (0.7.2-r3) 20:57:43 (4/12) Installing g++ (9.3.0-r2) 20:57:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:57:45 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 20:57:46 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 20:57:47 (5/12) Installing fortify-headers (1.1-r0) 20:57:47 (6/12) Installing patch (2.7.6-r6) 20:57:47 (7/12) Installing build-base (0.5-r2) 20:57:47 (8/12) Installing libsodium (1.0.18-r0) 20:57:47 (9/12) Installing pkgconf (1.7.2-r0) 20:57:47 (10/12) Installing libsodium-dev (1.0.18-r0) 20:57:47 (11/12) Installing libzmq (4.3.3-r0) 20:57:47 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 20:57:47 (12/12) Installing zeromq-dev (4.3.3-r0) 20:57:47 Executing busybox-1.31.1-r19.trigger 20:57:47 OK: 217 MiB in 51 packages [Pipeline] } 20:57:49 $ docker stop --time=1 7762dba8e353283434ada256353a076f70ba204fbd9a6d57152905e44eda4ef8 20:57:50 $ docker rm -f 7762dba8e353283434ada256353a076f70ba204fbd9a6d57152905e44eda4ef8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 20:57:51 Removing intermediate container b3936a9e8519 20:57:51 ---> a271e373834b 20:57:51 Step 4/6 : WORKDIR /edgex-go 20:57:51 ---> Running in 9253b8539fd2 20:57:52 Removing intermediate container 9253b8539fd2 20:57:52 ---> 8881f416234b 20:57:52 Step 5/6 : COPY go.mod . 20:57:53 ---> 375b65884afe 20:57:53 Step 6/6 : RUN go mod download 20:57:53 ---> Running in 70dd1be3beec [Pipeline] isUnix [Pipeline] sh 20:57:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:57:54 20:57:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:57:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:57:54 latest: Pulling from edgex-devops/edgex-compose 20:57:54 cbdbe7a5bc2a: Pulling fs layer 20:57:54 ca9280d653b3: Pulling fs layer 20:57:54 7e9c9ca2126c: Pulling fs layer 20:57:54 cbdbe7a5bc2a: Verifying Checksum 20:57:54 cbdbe7a5bc2a: Download complete 20:57:55 cbdbe7a5bc2a: Pull complete 20:57:55 ca9280d653b3: Verifying Checksum 20:57:55 ca9280d653b3: Download complete 20:57:56 7e9c9ca2126c: Verifying Checksum 20:57:56 7e9c9ca2126c: Download complete 20:57:56 ca9280d653b3: Pull complete 20:58:03 7e9c9ca2126c: Pull complete 20:58:03 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:58:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:58:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:58:03 prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container 20:58:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:58:05 $ docker top 2f466464ebaef72701fc419e62abb2981c02c26824bf216d2ca4017b6af772d0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:06 + docker-compose build --help 20:58:06 + grep parallel 20:58:07 --parallel Build images in parallel. [Pipeline] } 20:58:07 $ docker stop --time=1 2f466464ebaef72701fc419e62abb2981c02c26824bf216d2ca4017b6af772d0 20:58:08 $ docker rm -f 2f466464ebaef72701fc419e62abb2981c02c26824bf216d2ca4017b6af772d0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:58:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:58:09 . [Pipeline] withDockerContainer 20:58:09 prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container 20:58:09 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:58:10 $ docker top ebd4561fd12ee5ac181c04dfb7a8a26a8bda68a35700079729b5ef810a7ee246 -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:11 + docker-compose -f ./docker-compose-build.yml build --parallel 20:58:12 Building docker-core-command-go ... 20:58:12 Building docker-core-data-go ... 20:58:12 Building docker-core-metadata-go ... 20:58:12 Building docker-security-bootstrapper-go ... 20:58:12 Building docker-security-proxy-setup-go ... 20:58:12 Building docker-security-secretstore-setup-go ... 20:58:12 Building docker-support-notifications-go ... 20:58:12 Building docker-support-scheduler-go ... 20:58:12 Building docker-sys-mgmt-agent-go ... 20:58:12 Building docker-security-secretstore-setup-go 20:58:12 Building docker-core-metadata-go 20:58:12 Building docker-security-proxy-setup-go 20:58:12 Building docker-support-scheduler-go 20:58:12 Building docker-sys-mgmt-agent-go 20:58:20 Removing intermediate container 70dd1be3beec 20:58:20 ---> 0351c2ef5566 20:58:20 Successfully built 0351c2ef5566 20:58:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:58:20 + docker inspect -f . ci-base-image-arm64 20:58:20 . [Pipeline] withDockerContainer 20:58:20 prd-ubuntu18.04-docker-arm64-4c-16g-31846 does not seem to be running inside a container 20:58:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:58:22 $ docker top af50695a2c34d9519b8ef3168daebcd48275c239aa79fe39f320767dc3278b9e -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:23 + go version 20:58:23 go version go1.15.5 linux/arm64 [Pipeline] } 20:58:23 $ docker stop --time=1 af50695a2c34d9519b8ef3168daebcd48275c239aa79fe39f320767dc3278b9e 20:58:25 $ docker rm -f af50695a2c34d9519b8ef3168daebcd48275c239aa79fe39f320767dc3278b9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:58:26 + docker inspect -f . ci-base-image-arm64 20:58:26 . [Pipeline] withDockerContainer 20:58:26 prd-ubuntu18.04-docker-arm64-4c-16g-31846 does not seem to be running inside a container 20:58:26 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:58:27 $ docker top 6411739a39b77f6a8a0bf01d19ff5f9529f4eec09650b92387919f8390a6a292 -eo pid,comm [Pipeline] { [Pipeline] echo 20:58:28 ========================================================= 20:58:28 [edgeXBuildGoParallel] Running Tests and Build... 20:58:28 ========================================================= [Pipeline] sh 20:58:28 + make test 20:58:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:58:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:58:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:58:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:58:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:58:44 ---> 3bc0c13f30ed 20:58:44 Step 3/26 : WORKDIR /edgex-go 20:58:44 ---> 3bc0c13f30ed 20:58:44 Step 3/23 : WORKDIR /edgex-go 20:58:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:58:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:58:44 ---> 3bc0c13f30ed 20:58:44 Step 3/24 : WORKDIR /edgex-go 20:58:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:58:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:58:44 ---> 3bc0c13f30ed 20:58:44 Step 3/21 : WORKDIR /edgex-go 20:58:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:58:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:58:44 ---> 3bc0c13f30ed 20:58:44 Step 3/22 : WORKDIR /edgex-go 20:58:44 ---> Running in 3bb486c6d61e 20:58:44 ---> Running in 8e2d88bd2ef4 20:58:44 ---> Running in 1bd2eea1570a 20:58:44 ---> Running in 105a2f4b2091 20:58:44 ---> Running in 7bec37b2332f 20:58:44 Removing intermediate container 8e2d88bd2ef4 20:58:44 ---> ecd84eef1e57 20:58:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:44 Removing intermediate container 7bec37b2332f 20:58:44 ---> 72f3703e3d87 20:58:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:44 Removing intermediate container 3bb486c6d61e 20:58:44 ---> 91f20c8bf76e 20:58:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:44 Removing intermediate container 105a2f4b2091 20:58:44 ---> 95fa3dafdb94 20:58:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:44 Removing intermediate container 1bd2eea1570a 20:58:44 ---> 8d02995f20d8 20:58:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:44 ---> Running in 6f8497fa08e3 20:58:44 ---> Running in 04b0b8215b1c 20:58:44 ---> Running in aa1e5df357b7 20:58:44 ---> Running in b0541581c846 20:58:44 ---> Running in b9f50059cd13 20:58:45 Removing intermediate container 6f8497fa08e3 20:58:45 ---> 3ac36b0b686c 20:58:45 Step 5/21 : RUN apk add --update --no-cache make git 20:58:45 ---> Running in fb4d37abcec0 20:58:45 Removing intermediate container 04b0b8215b1c 20:58:45 ---> c6389574f15a 20:58:45 Step 5/24 : RUN apk add --update --no-cache make git 20:58:46 ---> Running in 9411e605ff9b 20:58:46 Removing intermediate container aa1e5df357b7 20:58:46 ---> 4c5f4b5c2374 20:58:46 Step 5/22 : RUN apk add --update --no-cache make git 20:58:46 Removing intermediate container b0541581c846 20:58:46 ---> e7e37e95dadb 20:58:46 Step 5/23 : RUN apk add --update --no-cache make git 20:58:46 ---> Running in 4fa53e97df89 20:58:46 Removing intermediate container b9f50059cd13 20:58:46 ---> e90837a4b903 20:58:46 Step 5/26 : RUN apk add --update --no-cache make bash git 20:58:46 ---> Running in 309cb55fec02 20:58:46 ---> Running in 479b881166a1 20:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:48 OK: 233 MiB in 51 packages 20:58:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:48 OK: 233 MiB in 51 packages 20:58:48 OK: 233 MiB in 51 packages 20:58:48 Removing intermediate container fb4d37abcec0 20:58:48 ---> c546806357c3 20:58:48 Step 6/21 : COPY go.mod . 20:58:48 OK: 233 MiB in 51 packages 20:58:49 Removing intermediate container 4fa53e97df89 20:58:49 ---> 55db05bb5f20 20:58:49 Step 6/22 : COPY go.mod . 20:58:49 ---> 1dca3d76b56c 20:58:49 Step 7/21 : RUN go mod download 20:58:49 OK: 233 MiB in 51 packages 20:58:49 ---> Running in da7112e0b06e 20:58:49 Removing intermediate container 309cb55fec02 20:58:49 ---> 337b738c3063 20:58:49 Step 6/23 : COPY go.mod . 20:58:49 ---> b85da8a16e01 20:58:49 Step 7/22 : RUN go mod download 20:58:49 ---> Running in f8ec6e633e38 20:58:49 ---> 5ee6c9a634ff 20:58:49 Step 7/23 : RUN go mod download 20:58:49 ---> Running in c4cd8ad933f8 20:58:50 Removing intermediate container 479b881166a1 20:58:50 ---> 27b7d899648f 20:58:50 Step 6/26 : COPY go.mod . 20:58:50 Removing intermediate container 9411e605ff9b 20:58:50 ---> 4109e479b5c3 20:58:50 Step 6/24 : COPY go.mod . 20:58:50 ---> db5f6042bd68 20:58:50 Step 7/26 : RUN go mod download 20:58:50 ---> Running in 4b6bbfe3e642 20:58:50 ---> b4a3600b6ada 20:58:50 Step 7/24 : RUN go mod download 20:58:50 ? github.com/edgexfoundry/edgex-go [no test files] 20:58:50 ---> Running in 5d78b1ea83da 20:58:52 Removing intermediate container c4cd8ad933f8 20:58:52 ---> 5b0574ee6c65 20:58:52 Step 8/23 : COPY . . 20:58:52 Removing intermediate container da7112e0b06e 20:58:52 ---> 4edc4ef4d1eb 20:58:52 Step 8/21 : COPY . . 20:58:54 Removing intermediate container f8ec6e633e38 20:58:54 ---> 43ac5ef68596 20:58:54 Step 8/22 : COPY . . 20:58:58 Removing intermediate container 4b6bbfe3e642 20:58:58 ---> 44145097bf0d 20:58:58 Step 8/26 : COPY . . 20:58:58 Removing intermediate container 5d78b1ea83da 20:58:58 ---> 1846e5eb6f14 20:58:58 Step 8/24 : COPY . . 20:59:37 ---> 2f9d9e629049 20:59:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:59:37 ---> 60c60e8c0a29 20:59:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:59:37 ---> Running in 80e8fa84cbf8 20:59:37 ---> Running in 7502e8631713 20:59:37 ---> 12bd615974da 20:59:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:59:37 ---> ff24caf419f6 20:59:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:59:37 ---> c87827428627 20:59:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:59:37 ---> Running in 9d43119b7b84 20:59:37 ---> Running in a90dcf043366 20:59:37 ---> Running in 58959b13b56a 20:59:37 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 20:59:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:59:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:59:37 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 20:59:37 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 20:59:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:59:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:00:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:00:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:00:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:00:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:00:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:00:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:00:10 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 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 45.9% of statements 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:00:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.174s coverage: 19.8% of statements 21:00:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements 21:00:16 Removing intermediate container 58959b13b56a 21:00:16 ---> 9b3f71052052 21:00:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:00:16 Removing intermediate container 7502e8631713 21:00:16 ---> a5c9015cc165 21:00:16 21:00:16 Step 10/21 : FROM alpine:3.12 21:00:16 3.12: Pulling from library/alpine 21:00:16 ---> Running in f774e4d33d67 21:00:16 Removing intermediate container a90dcf043366 21:00:16 ---> 9c154db70e36 21:00:16 21:00:16 Step 10/24 : FROM alpine:3.12 21:00:16 3.12: Pulling from library/alpine 21:00:16 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:00:16 Status: Downloaded newer image for alpine:3.12 21:00:16 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:00:16 Status: Image is up to date for alpine:3.12 21:00:16 ---> 42cb162f0360 21:00:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:00:16 ---> 42cb162f0360 21:00:16 Step 11/21 : RUN apk add --update --no-cache curl 21:00:17 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 21:00:19 ---> Running in 2310ac3e9619 21:00:19 ---> Running in 3ffe69e95fb8 21:00:19 Removing intermediate container 9d43119b7b84 21:00:19 ---> 45d337aa04b9 21:00:19 21:00:19 Step 10/22 : FROM alpine:3.12 21:00:19 ---> 42cb162f0360 21:00:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:00:19 Removing intermediate container 80e8fa84cbf8 21:00:19 ---> 6a87b4a78cf6 21:00:19 21:00:19 Step 10/23 : FROM alpine:3.12 21:00:19 ---> 42cb162f0360 21:00:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:00:20 ---> Running in 35102b9b8eaa 21:00:20 ---> Running in 4c95eaf1e434 21:00:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:00:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:00:20 Removing intermediate container f774e4d33d67 21:00:20 ---> 1a92b7cdd0b6 21:00:20 21:00:20 Step 11/26 : FROM docker:20.10.0 21:00:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:21 20.10.0: Pulling from library/docker 21:00:21 (1/6) Installing ca-certificates (20191127-r4) 21:00:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:00:21 (1/4) Installing ca-certificates (20191127-r4) 21:00:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:00:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:00:21 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:00:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:21 (3/4) Installing libcurl (7.69.1-r3) 21:00:21 (3/6) Installing libcurl (7.69.1-r3) 21:00:21 (4/4) Installing curl (7.69.1-r3) 21:00:21 (4/6) Installing curl (7.69.1-r3) 21:00:21 Executing busybox-1.31.1-r19.trigger 21:00:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:21 (5/6) Installing dumb-init (1.2.2-r1) 21:00:21 Executing ca-certificates-20191127-r4.trigger 21:00:21 (6/6) Installing su-exec (0.2-r1) 21:00:21 Executing busybox-1.31.1-r19.trigger 21:00:21 Executing ca-certificates-20191127-r4.trigger 21:00:21 OK: 7 MiB in 18 packages 21:00:21 OK: 7 MiB in 20 packages 21:00:21 (1/1) Installing dumb-init (1.2.2-r1) 21:00:21 Executing busybox-1.31.1-r19.trigger 21:00:21 (1/1) Installing dumb-init (1.2.2-r1) 21:00:21 Executing busybox-1.31.1-r19.trigger 21:00:21 OK: 6 MiB in 15 packages 21:00:21 OK: 6 MiB in 15 packages 21:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.1% of statements 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.154s coverage: 100.0% of statements 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.136s coverage: 100.0% of statements 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 71.3% of statements 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:00:24 Removing intermediate container 2310ac3e9619 21:00:24 ---> 36f1b64a5ba2 21:00:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:00:24 Removing intermediate container 3ffe69e95fb8 21:00:24 ---> d7afe4b73e8a 21:00:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:00:24 ---> Running in 463d6ac8598a 21:00:24 ---> Running in c5135b32b832 21:00:24 Removing intermediate container 35102b9b8eaa 21:00:24 ---> 710df65211e8 21:00:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:00:24 Removing intermediate container 4c95eaf1e434 21:00:24 ---> 339b3c23d367 21:00:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:00:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.464s coverage: 82.9% of statements 21:00:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:00:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:00:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.200s coverage: 78.9% of statements 21:00:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:00:24 Removing intermediate container 463d6ac8598a 21:00:24 ---> c364ceefd55d 21:00:24 Step 13/21 : WORKDIR /edgex 21:00:24 ---> Running in 5dc4ec3d1a82 21:00:24 ---> Running in 09840002409a 21:00:24 Removing intermediate container c5135b32b832 21:00:24 ---> fe5f1da20bc7 21:00:24 Step 13/24 : WORKDIR / 21:00:25 ---> Running in 3d1e83a2f805 21:00:25 ---> Running in 43c18db732b4 21:00:25 Removing intermediate container 5dc4ec3d1a82 21:00:25 ---> 553069343de3 21:00:25 Step 13/22 : ENV APP_PORT=48085 21:00:25 Removing intermediate container 09840002409a 21:00:25 ---> 93d2d9861d9a 21:00:25 Step 13/23 : ENV APP_PORT=48081 21:00:25 ---> Running in 1f535b3a4c17 21:00:25 Removing intermediate container 3d1e83a2f805 21:00:25 ---> 4a4d75a7f80b 21:00:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:00:25 ---> Running in 23d6145d4bf6 21:00:25 Removing intermediate container 43c18db732b4 21:00:25 ---> 5c2ad7d9f771 21:00:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:00:26 ---> 9a18daa76d72 21:00:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:00:26 Removing intermediate container 1f535b3a4c17 21:00:26 ---> 791d878d4817 21:00:26 Step 14/22 : EXPOSE $APP_PORT 21:00:26 ---> 3e91f8b85e27 21:00:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:00:26 Removing intermediate container 23d6145d4bf6 21:00:26 ---> 7cc517f0b8d0 21:00:26 Step 14/23 : EXPOSE $APP_PORT 21:00:26 ---> Running in f1291b2d23d2 21:00:27 ---> Running in 6bf0b3479810 21:00:27 ---> 5ac9b915b19d 21:00:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:00:27 Removing intermediate container f1291b2d23d2 21:00:27 ---> a406bf54d397 21:00:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:00:27 Removing intermediate container 6bf0b3479810 21:00:27 ---> 6e4dee8ae0f7 21:00:27 Step 15/23 : WORKDIR / 21:00:28 ---> Running in b228112ccb9b 21:00:28 ---> 969cb3f08805 21:00:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:00:28 ---> 6c588478af99 21:00:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:00:28 ---> 6e46ee68df71 21:00:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:00:28 Removing intermediate container b228112ccb9b 21:00:28 ---> e5ebdd690769 21:00:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:00:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:00:29 ---> e44f383ddc67 21:00:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:00:29 Status: Downloaded newer image for docker:20.10.0 21:00:29 ---> aefe523efa57 21:00:29 Step 12/26 : RUN apk add --no-cache bash 21:00:29 ---> Running in 29293722b344 21:00:29 ---> Running in 74a43d3f7994 21:00:29 ---> 95b4e8c4a1ed 21:00:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:00:29 ---> af1cc9b99649 21:00:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:00:29 ---> 7e1699c820cd 21:00:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:00:29 Removing intermediate container 29293722b344 21:00:29 ---> b158ba1bdfd4 21:00:29 Step 18/21 : CMD ["--init=true"] 21:00:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:00:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:30 ---> Running in 113e3fc4a5e6 21:00:30 ---> 71c6d6d01edb 21:00:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:00:30 ---> Running in a9fc26e960d0 21:00:30 ---> 57aefaff8e23 21:00:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:00:30 ---> b1ea12b6254f 21:00:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:00:30 (1/2) Installing readline (8.0.4-r0) 21:00:30 (2/2) Installing bash (5.0.17-r0) 21:00:30 Executing bash-5.0.17-r0.post-install 21:00:30 Executing busybox-1.31.1-r19.trigger 21:00:30 OK: 12 MiB in 22 packages 21:00:30 Removing intermediate container 113e3fc4a5e6 21:00:30 ---> d5d5175d6e54 21:00:30 Step 19/21 : LABEL arch=x86_64 21:00:30 ---> Running in a990ff99b307 21:00:30 Removing intermediate container a9fc26e960d0 21:00:30 ---> d5cdf158fa83 21:00:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:00:31 ---> ff30ead85a88 21:00:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:00:31 ---> Running in c9523314b11d 21:00:31 ---> Running in 33c86e7e750d 21:00:31 ---> dcc9f822c6fd 21:00:31 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/ 21:00:31 Removing intermediate container a990ff99b307 21:00:31 ---> 24ada81c3d99 21:00:31 Step 20/21 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:00:31 ---> Running in abb7753461c4 21:00:31 ---> Running in 1a830c88e585 21:00:31 Removing intermediate container c9523314b11d 21:00:31 ---> 7a8cedfbf4e7 21:00:31 Step 20/22 : LABEL arch=x86_64 21:00:31 Removing intermediate container 33c86e7e750d 21:00:31 ---> b8a85925e259 21:00:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:00:31 Removing intermediate container 74a43d3f7994 21:00:31 ---> 7d0d7732bd82 21:00:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:00:31 ---> Running in 4e7af6d503eb 21:00:31 ---> Running in 8e36f5bfde30 21:00:31 ---> Running in ef7f43732a37 21:00:31 Removing intermediate container 1a830c88e585 21:00:31 ---> 35751aa64ddf 21:00:31 Step 21/21 : LABEL version=0.0.0 21:00:32 ---> Running in d2a78a74d87c 21:00:32 Removing intermediate container 8e36f5bfde30 21:00:32 ---> 61771767c556 21:00:32 Step 21/23 : LABEL arch=x86_64 21:00:32 Removing intermediate container 4e7af6d503eb 21:00:32 ---> 94021098e725 21:00:32 Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:00:32 Removing intermediate container ef7f43732a37 21:00:32 ---> 0ed9ecbad816 21:00:32 Step 14/26 : ENV APP_PORT=48090 21:00:32 ---> Running in b789022c00d6 21:00:32 ---> Running in 043f6f40c56b 21:00:32 ---> Running in 48cc183f9f7a 21:00:32 Removing intermediate container d2a78a74d87c 21:00:32 ---> fa2cdd4cc033 21:00:32 21:00:32 Removing intermediate container 043f6f40c56b 21:00:32 ---> 84fb2cc9c789 21:00:32 Step 22/22 : LABEL version=0.0.0 21:00:32 Removing intermediate container b789022c00d6 21:00:32 ---> 2349e28f704c 21:00:32 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:00:32 Successfully built fa2cdd4cc033 21:00:32 Successfully tagged docker-security-proxy-setup-go:latest 21:00:32  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 21:00:32 ---> Running in 1bc42cc0986e 21:00:32 Removing intermediate container 48cc183f9f7a 21:00:32 ---> 34c16ad9d6fa 21:00:32 Step 15/26 : EXPOSE $APP_PORT 21:00:32 Removing intermediate container abb7753461c4 21:00:32 ---> b7370a77269b 21:00:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:00:33 ---> Running in 90eeeb0519f8 21:00:33 ---> Running in 094b99911f71 21:00:33 ---> Running in 80776ac4d636 21:00:33 Removing intermediate container 1bc42cc0986e 21:00:33 ---> a8944d6838f9 21:00:33 21:00:33 Successfully built a8944d6838f9 21:00:33 Removing intermediate container 90eeeb0519f8 21:00:33 ---> b95d24d9838e 21:00:33 Step 23/23 : LABEL version=0.0.0 21:00:33 Successfully tagged docker-support-scheduler-go:latest 21:00:33 Building docker-security-bootstrapper-go 21:00:33 Removing intermediate container 094b99911f71 21:00:33 ---> 61f46e54158a 21:00:33 Step 22/24 : LABEL arch=x86_64 21:00:33  Building docker-support-scheduler-go ... done Removing intermediate container 80776ac4d636 21:00:33 ---> 05d5140315ef 21:00:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:00:33 ---> Running in 98ac92749a62 21:00:33 ---> Running in 9e2192e9934a 21:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.071s coverage: 28.6% of statements 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.179s coverage: 100.0% of statements 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.439s coverage: 86.7% of statements 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.426s coverage: 97.5% of statements 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.236s coverage: 78.3% of statements 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:00:36 Removing intermediate container 9e2192e9934a 21:00:36 ---> 01dc79005121 21:00:36 21:00:36 Successfully built 01dc79005121 21:00:37 Removing intermediate container 98ac92749a62 21:00:37 ---> 0a094b1b500b 21:00:37 Step 23/24 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:00:37 Successfully tagged docker-core-metadata-go:latest 21:00:37 Building docker-support-notifications-go 21:00:37  Building docker-core-metadata-go ... done  ---> 6a1a3418c054 21:00:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:00:37 ---> Running in 8b1b58a5a642 21:00:39 Removing intermediate container 8b1b58a5a642 21:00:39 ---> 122dfbbd7716 21:00:39 Step 24/24 : LABEL version=0.0.0 21:00:39 ---> ad48ed587192 21:00:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:00:41 ---> Running in 2b8fe8c609c5 21:00:42 ---> 14cd35caff78 21:00:42 Step 19/26 : RUN apk --no-cache add py3-pip 21:00:42 Removing intermediate container 2b8fe8c609c5 21:00:42 ---> 7f2b09c4ab05 21:00:42 21:00:42 ---> Running in c1a9efd6dc45 21:00:42 Successfully built 7f2b09c4ab05 21:00:42 Successfully tagged docker-security-secretstore-setup-go:latest 21:00:42 Building docker-core-command-go 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 92.8% of statements 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 1.0% of statements 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.160s coverage: 47.1% of statements 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.200s coverage: 79.5% of statements 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.118s coverage: 94.1% of statements 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.228s coverage: 96.3% of statements 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.159s coverage: 87.5% of statements 21:00:43  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:00:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:43 (1/33) Installing libbz2 (1.0.8-r1) 21:00:44 (2/33) Installing expat (2.2.9-r1) 21:00:44 (3/33) Installing libffi (3.3-r2) 21:00:44 (4/33) Installing gdbm (1.13-r1) 21:00:44 (5/33) Installing xz-libs (5.2.5-r0) 21:00:44 (6/33) Installing sqlite-libs (3.32.1-r0) 21:00:44 (7/33) Installing python3 (3.8.8-r0) 21:00:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.159s coverage: 94.4% of statements 21:00:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.125s coverage: 44.8% of statements 21:00:56 (8/33) Installing py3-appdirs (1.4.4-r1) 21:00:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:00:56 (10/33) Installing py3-parsing (2.4.7-r0) 21:00:56 (11/33) Installing py3-six (1.15.0-r0) 21:00:56 (12/33) Installing py3-packaging (20.4-r0) 21:00:56 (13/33) Installing py3-setuptools (47.0.0-r0) 21:00:56 (14/33) Installing py3-chardet (3.0.4-r4) 21:00:58 (15/33) Installing py3-idna (2.9-r0) 21:00:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:01:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.528s coverage: 82.6% of statements 21:01:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:01:02 (18/33) Installing py3-requests (2.23.0-r0) 21:01:02 (19/33) Installing py3-msgpack (1.0.0-r0) 21:01:02 (20/33) Installing py3-lockfile (0.12.2-r3) 21:01:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:01:02 (22/33) Installing py3-colorama (0.4.3-r0) 21:01:02 (23/33) Installing py3-distlib (0.3.0-r0) 21:01:02 (24/33) Installing py3-distro (1.5.0-r1) 21:01:02 (25/33) Installing py3-webencodings (0.5.1-r3) 21:01:02 (26/33) Installing py3-html5lib (1.0.1-r4) 21:01:02 (27/33) Installing py3-pytoml (0.1.21-r0) 21:01:02 (28/33) Installing py3-pep517 (0.8.2-r0) 21:01:02 (29/33) Installing py3-progress (1.5-r0) 21:01:02 (30/33) Installing py3-toml (0.10.1-r0) 21:01:02 (31/33) Installing py3-retrying (1.3.3-r0) 21:01:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:01:02 (33/33) Installing py3-pip (20.1.1-r0) 21:01:03 Executing busybox-1.31.1-r19.trigger 21:01:04 OK: 71 MiB in 55 packages 21:01:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:01:04 ---> 3bc0c13f30ed 21:01:04 Step 3/31 : WORKDIR /edgex-go 21:01:04 ---> Using cache 21:01:04 ---> 8d02995f20d8 21:01:04 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:04 ---> Using cache 21:01:04 ---> e90837a4b903 21:01:04 Step 5/31 : RUN apk add --update --no-cache make git 21:01:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:01:04 ---> 3bc0c13f30ed 21:01:04 Step 3/23 : WORKDIR /edgex-go 21:01:04 ---> Using cache 21:01:04 ---> 8d02995f20d8 21:01:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:04 ---> Using cache 21:01:04 ---> e90837a4b903 21:01:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:01:06 ---> Running in 730afcc14c57 21:01:06 ---> Running in 7860f6a67fdf 21:01:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:01:08 ---> 3bc0c13f30ed 21:01:08 Step 3/22 : WORKDIR /edgex-go 21:01:08 ---> Using cache 21:01:08 ---> 8d02995f20d8 21:01:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:08 ---> Using cache 21:01:08 ---> e90837a4b903 21:01:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:01:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:09 ---> Running in f88ac7ae924e 21:01:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:10 OK: 233 MiB in 51 packages 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.191s coverage: 92.9% of statements 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.144s coverage: 75.5% of statements 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.6% of statements 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.555s coverage: 64.4% of statements 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.075s coverage: 91.3% of statements 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 21:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 21:01:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 21:01:12 OK: 233 MiB in 51 packages 21:01:12 OK: 233 MiB in 51 packages 21:01:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.879s coverage: 69.0% of statements 21:01:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:01:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:01:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:01:16 Removing intermediate container 7860f6a67fdf 21:01:16 ---> edeece4e88e2 21:01:16 Step 6/23 : COPY go.mod . 21:01:16 Removing intermediate container 730afcc14c57 21:01:16 ---> 8d66b92653be 21:01:16 Step 6/31 : COPY go.mod . 21:01:16 ---> 5fb01160746a 21:01:16 Step 7/23 : RUN go mod download 21:01:16 Removing intermediate container f88ac7ae924e 21:01:16 ---> 91ed9657acb2 21:01:16 Step 6/22 : COPY go.mod . 21:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.457s coverage: 38.4% of statements 21:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements 21:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 21:01:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:01:17 ---> 3bc0c13f30ed 21:01:17 Step 3/23 : WORKDIR /edgex-go 21:01:17 ---> Using cache 21:01:17 ---> 8d02995f20d8 21:01:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:17 ---> Using cache 21:01:17 ---> e90837a4b903 21:01:17 Step 5/23 : RUN apk add --update --no-cache make git 21:01:17 ---> Using cache 21:01:17 ---> 8d66b92653be 21:01:17 Step 6/23 : COPY go.mod . 21:01:18 ---> 85e403fe1851 21:01:18 Step 7/31 : RUN go mod download 21:01:19 ---> Running in cc35e2b8cb3a 21:01:19 ---> a2b8e2fd64b4 21:01:19 Step 7/22 : RUN go mod download 21:01:20 ---> 7dc9bf7cc4df 21:01:20 Step 7/23 : RUN go mod download 21:01:20 ---> Running in 474f070f5c70 21:01:20 ---> Running in 469ff3fdf3cb 21:01:21 ---> Running in 5d684814e878 21:01:21 Removing intermediate container c1a9efd6dc45 21:01:21 ---> 625478e5a3c9 21:01:21 Step 20/26 : RUN pip install docker-compose==1.23.2 21:01:21 ---> Running in be6b276e5f1d 21:01:22 Removing intermediate container 474f070f5c70 21:01:22 ---> 283ffb371b5a 21:01:22 Step 8/31 : COPY . . 21:01:22 Removing intermediate container cc35e2b8cb3a 21:01:22 ---> 6e7b83163d65 21:01:22 Step 8/23 : COPY . . 21:01:23 Removing intermediate container 469ff3fdf3cb 21:01:23 ---> 2df284f7953c 21:01:23 Step 8/22 : COPY . . 21:01:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.421s coverage: 47.0% of statements 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:01:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:01:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:01:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.389s coverage: 87.1% of statements 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:01:24 Collecting docker-compose==1.23.2 21:01:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:01:27 Collecting docker<4.0,>=3.6.0 21:01:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:01:27 Removing intermediate container 5d684814e878 21:01:27 ---> 7c2207223bd1 21:01:27 Step 8/23 : COPY . . 21:01:28 Collecting PyYAML<4,>=3.10 21:01:28 Downloading PyYAML-3.13.tar.gz (270 kB) 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.289s coverage: 29.1% of statements 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.154s coverage: 100.0% of statements 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.272s coverage: 94.6% of statements 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:01:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:01:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.122s coverage: 87.9% of statements 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:01:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:01:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements 21:01:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 32.1% of statements 21:01:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:01:34 GO111MODULE=on go vet ./... 21:01:36 Collecting docopt<0.7,>=0.6.1 21:01:36 Downloading docopt-0.6.2.tar.gz (25 kB) 21:01:37 Collecting texttable<0.10,>=0.9.0 21:01:37 Downloading texttable-0.9.1.tar.gz (11 kB) 21:01:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:01:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:01:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:01:40 Collecting dockerpty<0.5,>=0.4.1 21:01:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:01:43 Collecting cached-property<2,>=1.2.0 21:01:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:01:45 Collecting jsonschema<3,>=2.5.1 21:01:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:01:47 Collecting websocket-client<1.0,>=0.32.0 21:01:47 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:01:48 Collecting docker-pycreds>=0.4.0 21:01:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:01: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) 21:01: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) 21:01:48 Collecting urllib3<1.25,>=1.21.1 21:01:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:01:48 Collecting idna<2.8,>=2.5 21:01:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:01:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:01:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:01:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:01:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:01:48 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, docopt, texttable, dockerpty, cached-property, jsonschema, docker-compose 21:01:49 Attempting uninstall: urllib3 21:01:49 Found existing installation: urllib3 1.25.9 21:01:49 Uninstalling urllib3-1.25.9: 21:01:52 Successfully uninstalled urllib3-1.25.9 21:01:53 Attempting uninstall: idna 21:01:53 Found existing installation: idna 2.9 21:01:53 Uninstalling idna-2.9: 21:01:53 Successfully uninstalled idna-2.9 21:01:54 Attempting uninstall: requests 21:01:54 Found existing installation: requests 2.23.0 21:01:54 Uninstalling requests-2.23.0: 21:01:54 Successfully uninstalled requests-2.23.0 21:01:55 Running setup.py install for PyYAML: started 21:02:01 Running setup.py install for PyYAML: finished with status 'done' 21:02:01 Running setup.py install for docopt: started 21:02:01 Running setup.py install for docopt: finished with status 'done' 21:02:01 Running setup.py install for texttable: started 21:02:01 Running setup.py install for texttable: finished with status 'done' 21:02:01 Running setup.py install for dockerpty: started 21:02:02 Running setup.py install for dockerpty: finished with status 'done' 21:02:02 ---> ff957d2a910e 21:02:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:02:02 ---> 96fc186ee3a5 21:02:02 Step 9/23 : RUN make cmd/core-data/core-data 21:02:02 ---> ff013c78fc33 21:02:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:02:03 ---> 2e8c3d1ae5f7 21:02:03 Step 9/23 : RUN make cmd/core-command/core-command 21:02:03 ---> Running in 9ef9c4720992 21:02:03 ---> Running in 7d9755f853b6 21:02:03 ---> Running in 436721f64b9b 21:02:03 ---> Running in 2b738c7e3131 21:02:04 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 21:02:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:02:05 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 21:02:05 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 21:02: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 21:02:08 Removing intermediate container be6b276e5f1d 21:02:08 ---> 77a49cfa8c4d 21:02:08 Step 21/26 : RUN apk --no-cache add curl 21:02:08 ---> Running in c9fa8aa9d7b2 21:02:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:02:10 (2/3) Installing libcurl (7.69.1-r3) 21:02:10 (3/3) Installing curl (7.69.1-r3) 21:02:10 Executing busybox-1.31.1-r19.trigger 21:02:10 OK: 72 MiB in 58 packages 21:02:13 Removing intermediate container c9fa8aa9d7b2 21:02:13 ---> 407e4fd93a8a 21:02:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:02:13 ---> Running in bc407f87cdee 21:02:13 Removing intermediate container bc407f87cdee 21:02:13 ---> 68e659dfe170 21:02:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:02:13 ---> Running in 9eca93ab8927 21:02:14 Removing intermediate container 9eca93ab8927 21:02:14 ---> d131858648ee 21:02:14 Step 24/26 : LABEL arch=x86_64 21:02:14 ---> Running in 635110ec5da9 21:02:15 Removing intermediate container 635110ec5da9 21:02:15 ---> 7fab451e02a8 21:02:15 Step 25/26 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:02:15 ---> Running in 0d8c8e0bf2a0 21:02:15 Removing intermediate container 0d8c8e0bf2a0 21:02:15 ---> a3c21ad1c6c9 21:02:15 Step 26/26 : LABEL version=0.0.0 21:02:15 ---> Running in 234ac2e183a6 21:02:15 Removing intermediate container 234ac2e183a6 21:02:15 ---> fd07419ceb33 21:02:15 21:02:15 Successfully built fd07419ceb33 21:02:16 Successfully tagged docker-sys-mgmt-agent-go:latest 21:02:43  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 2b738c7e3131 21:02:43 ---> 408716a70ec5 21:02:43 21:02:43 Step 10/31 : FROM alpine:3.12 21:02:43 ---> 42cb162f0360 21:02:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:02:43 ---> Running in e518a23b4154 21:02:43 Removing intermediate container e518a23b4154 21:02:43 ---> 107b1df05de2 21:02:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:02:43 ---> Running in 93ca46f5d826 21:02:45 Removing intermediate container 9ef9c4720992 21:02:45 ---> 597871e3dc26 21:02:45 21:02:45 Step 10/22 : FROM alpine:3.12 21:02:45 ---> 42cb162f0360 21:02:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:02:45 Removing intermediate container 436721f64b9b 21:02:45 ---> 9f758607db78 21:02:45 21:02:45 Step 10/23 : FROM alpine:3.12 21:02:45 ---> 42cb162f0360 21:02:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:02:45 ---> Using cache 21:02:45 ---> 339b3c23d367 21:02:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:02:45 ---> Using cache 21:02:45 ---> 93d2d9861d9a 21:02:45 Step 13/23 : ENV APP_PORT=48082 21:02:46 ---> Running in 599d16340a85 21:02:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:46 (1/2) Installing dumb-init (1.2.2-r1) 21:02:46 (2/2) Installing su-exec (0.2-r1) 21:02:46 Executing busybox-1.31.1-r19.trigger 21:02:46 OK: 6 MiB in 16 packages 21:02:46 ---> Running in 98a911e7d2cf 21:02:48 Removing intermediate container 7d9755f853b6 21:02:48 ---> 32e61d121339 21:02:48 21:02:48 Step 10/23 : FROM alpine:3.12 21:02:48 ---> 42cb162f0360 21:02:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:02:48 Removing intermediate container 98a911e7d2cf 21:02:48 ---> ae06cfdea9a2 21:02:48 Step 14/23 : EXPOSE $APP_PORT 21:02:48 ---> Running in 528d9aee3eec 21:02:48 ---> Running in 7fba4cdc1c85 21:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:48 Removing intermediate container 93ca46f5d826 21:02:48 ---> b3e8bf6b4e47 21:02:48 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:02:48 Removing intermediate container 528d9aee3eec 21:02:48 ---> be7191711fa6 21:02:48 Step 12/23 : ENV APP_PORT=48080 21:02:48 ---> Running in a4f892cf2c29 21:02:48 (1/2) Installing ca-certificates (20191127-r4) 21:02:48 (2/2) Installing dumb-init (1.2.2-r1) 21:02:48 Executing busybox-1.31.1-r19.trigger 21:02:48 Executing ca-certificates-20191127-r4.trigger 21:02:48 OK: 6 MiB in 16 packages 21:02:48 Removing intermediate container 7fba4cdc1c85 21:02:48 ---> ebbb0d0b8d91 21:02:48 Step 15/23 : WORKDIR / 21:02:48 ---> Running in 0140d51b0f6d 21:02:49 ---> Running in eff063472535 21:02:49 Removing intermediate container a4f892cf2c29 21:02:49 ---> abcb72ced65f 21:02:49 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:02:49 Removing intermediate container 0140d51b0f6d 21:02:49 ---> 1b37b871a6cc 21:02:49 Step 13/23 : EXPOSE $APP_PORT 21:02:49 ---> Running in cc0d69cd1814 21:02:49 ---> Running in 2bad84cf630a 21:02:49 Removing intermediate container eff063472535 21:02:49 ---> ae8903242ebd 21:02:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:49 Removing intermediate container 599d16340a85 21:02:49 ---> 8f7360e434c5 21:02:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:02:49 Removing intermediate container cc0d69cd1814 21:02:49 ---> 30bd950983bc 21:02:49 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:02:49 Removing intermediate container 2bad84cf630a 21:02:49 ---> dad0fc717924 21:02:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:50 ---> Running in f6260af9060d 21:02:50 ---> Running in 85aa4c9c7cd5 21:02:50 ---> Running in 75d9a8fc2c0c 21:02:50 ---> 94cba7ab5814 21:02:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:02:51 Removing intermediate container f6260af9060d 21:02:51 ---> 845a408714f5 21:02:51 Step 13/22 : ENV APP_PORT=48060 21:02:51 ---> Running in 22b8f8011561 21:02:51 ---> d6f4854441cb 21:02:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:02:51 Removing intermediate container 22b8f8011561 21:02:51 ---> 15bee5af5287 21:02:51 Step 14/22 : EXPOSE $APP_PORT 21:02:51 ---> Running in 6cf9c9e8ea09 21:02:51 Removing intermediate container 6cf9c9e8ea09 21:02:51 ---> 45bd804c76a7 21:02:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:51 ---> bea9497d8876 21:02:51 Step 19/23 : ENTRYPOINT ["/core-command"] 21:02:52 ---> Running in 1dc92709220a 21:02:52 ---> d38f9ec63414 21:02:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:02:52 Removing intermediate container 1dc92709220a 21:02:52 ---> baeec81b5a83 21:02:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:02:52 ---> Running in 3b33476383e4 21:02:52 Removing intermediate container 75d9a8fc2c0c 21:02:52 ---> 1724768e1f7a 21:02:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:02:52 Removing intermediate container 85aa4c9c7cd5 21:02:52 ---> d7d6780210e3 21:02:52 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:02:52 ---> Running in 5e89bc503896 21:02:52 ---> Running in a74c1307680d 21:02:52 Removing intermediate container 3b33476383e4 21:02:52 ---> f28ce275f204 21:02:52 Step 21/23 : LABEL arch=x86_64 21:02:52 ---> baab8082daa7 21:02:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:02:53 ---> Running in 751c26b23f60 21:02:53 Removing intermediate container a74c1307680d 21:02:53 ---> 818675025570 21:02:53 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:02:53 ---> 26b3fb54fc63 21:02:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:02:54 ---> Running in 2da25257a543 21:02:54 Removing intermediate container 751c26b23f60 21:02:54 ---> c80f3e9456e8 21:02:54 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:02:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:54 ---> Running in 6dff49aac042 21:02:54 ---> 3612b11f5862 21:02:54 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:02:54 ---> Running in 9d00589d27c6 21:02:54 Removing intermediate container 2da25257a543 21:02:54 ---> 07716223bc00 21:02:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:02:54 Removing intermediate container 6dff49aac042 21:02:54 ---> 4d507e237e85 21:02:54 Step 23/23 : LABEL version=0.0.0 21:02:54 ---> Running in bf65760372ee 21:02:54 ---> Running in 59a1eddc0db2 21:02:54 Removing intermediate container bf65760372ee 21:02:54 ---> 450adda35730 21:02:54 Step 20/22 : LABEL arch=x86_64 21:02:54 ---> Running in 9e71b4ce5be5 21:02:54 Removing intermediate container 59a1eddc0db2 21:02:54 ---> 5a6543c29890 21:02:54 21:02:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:55 Removing intermediate container 9e71b4ce5be5 21:02:55 ---> 7466dac1d923 21:02:55 Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:02:55 Successfully built 5a6543c29890 21:02:55 ---> Running in 43de33fc43a9 21:02:55 Successfully tagged docker-core-command-go:latest 21:02:55  Building docker-core-command-go ... done Removing intermediate container 43de33fc43a9 21:02:55 ---> 50be476b188d 21:02:55 Step 22/22 : LABEL version=0.0.0 21:02:55 ---> Running in fac2c33da450 21:02:55 Removing intermediate container 9d00589d27c6 21:02:55 ---> dd60dbed7e95 21:02:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:55 Removing intermediate container fac2c33da450 21:02:55 ---> 833939021940 21:02:55 21:02:55 (1/6) Installing dumb-init (1.2.2-r1) 21:02:55 (2/6) Installing libgcc (9.3.0-r2) 21:02:55 ---> edf7a09e616c 21:02:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:02:55 (3/6) Installing libsodium (1.0.18-r0) 21:02:56 gofmt -l . 21:02:56 [ "`gofmt -l .`" = "" ] 21:02:56 ./bin/test-go-mod-tidy.sh 21:02:56 ./bin/test-attribution-txt.sh [Pipeline] sh 21:02:56 Successfully built 833939021940 21:02:56 Successfully tagged docker-support-notifications-go:latest 21:02:56  Building docker-support-notifications-go ... done (4/6) Installing libstdc++ (9.3.0-r2) 21:02:56 + ls -al . 21:02:56 total 808 21:02:56 drwxrwxr-x 9 1001 1001 4096 Mar 29 21:02 . 21:02:56 drwxr-xr-x 4 root root 4096 Mar 29 20:58 .. 21:02:56 -rw-rw-r-- 1 1001 1001 11 Mar 29 20:57 .dockerignore 21:02:56 drwxrwxr-x 8 1001 1001 4096 Mar 29 20:57 .git 21:02:56 drwxrwxr-x 3 1001 1001 4096 Mar 29 20:57 .github 21:02:56 -rw-rw-r-- 1 1001 1001 818 Mar 29 20:57 .gitignore 21:02:56 -rw-rw-r-- 1 1001 1001 166 Mar 29 20:57 .sonarcloud.properties 21:02:56 -rw-rw-r-- 1 1001 1001 8607 Mar 29 20:57 Attribution.txt 21:02:56 -rw-rw-r-- 1 1001 1001 3804 Mar 29 20:57 CONTRIBUTING.md 21:02:56 -rw-rw-r-- 1 1001 1001 931 Mar 29 20:57 Dockerfile.build 21:02:56 -rw-rw-r-- 1 1001 1001 863 Mar 29 20:57 Jenkinsfile 21:02:56 -rw-rw-r-- 1 1001 1001 10775 Mar 29 20:57 LICENSE 21:02:56 -rw-rw-r-- 1 1001 1001 5774 Mar 29 20:57 Makefile 21:02:56 -rw-rw-r-- 1 1001 1001 6548 Mar 29 20:57 README.md 21:02:56 -rw-rw-r-- 1 1001 1001 6755 Mar 29 20:57 SECURITY.md 21:02:56 -rw-rw-r-- 1 1001 1001 5 Mar 29 20:54 VERSION 21:02:56 -rw-rw-r-- 1 1001 1001 4131 Mar 29 20:57 ZMQWindows.md 21:02:56 drwxrwxr-x 2 1001 1001 4096 Mar 29 20:57 bin 21:02:56 drwxrwxr-x 14 1001 1001 4096 Mar 29 20:57 cmd 21:02:56 -rw-r--r-- 1 root root 668090 Mar 29 21:01 coverage.out 21:02:56 -rw-r--r-- 1 root root 1056 Mar 29 21:02 go.mod 21:02:56 -rw-r--r-- 1 root root 22646 Mar 29 21:02 go.sum 21:02:56 drwxrwxr-x 8 1001 1001 4096 Mar 29 20:57 internal 21:02:56 drwxrwxr-x 4 1001 1001 4096 Mar 29 20:57 openapi 21:02:56 drwxrwxr-x 4 1001 1001 4096 Mar 29 20:57 snap 21:02:56 -rw-rw-r-- 1 1001 1001 168 Mar 29 20:57 version.go [Pipeline] sh 21:02:56 (5/6) Installing libzmq (4.3.3-r0) 21:02:56 ---> 83299b2a7385 21:02:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:02:56 (6/6) Installing zeromq (4.3.3-r0) 21:02:56 Executing busybox-1.31.1-r19.trigger 21:02:56 OK: 8 MiB in 20 packages 21:02:57 ---> b6e5097c41df 21:02:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:02:57 ---> 21f9e1297f52 21:02:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:02:57 + '[' -e coverage.out ] 21:02:57 + chown 1001:1001 coverage.out [Pipeline] stash 21:02:57 Warning: overwriting stash ‘coverage-report’ 21:02:57 Removing intermediate container 5e89bc503896 21:02:57 ---> a9a597b297a8 21:02:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:57 ---> 17a51f436320 21:02:57 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:02:57 ---> Running in 12f0fbd7fa20 21:02:57 ---> 4fb6bddaae85 21:02:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:02:58 Removing intermediate container 12f0fbd7fa20 21:02:58 ---> 82269c1a890e 21:02:58 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:02:58 ---> 7966df240891 21:02:58 Step 26/31 : RUN chmod +x /entrypoint.sh 21:02:58 ---> 47147dcc66cb 21:02:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:02:58 ---> Running in bbc8a04792cc 21:02:58 Stashed 1 file(s) [Pipeline] sh 21:02:58 ---> c8c7ffe55720 21:02:58 Step 19/23 : ENTRYPOINT ["/core-data"] 21:02:58 ---> Running in 72257963e4e4 21:02:59 Removing intermediate container 72257963e4e4 21:02:59 ---> 4214c57179ce 21:02:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:02:59 ---> Running in 5b2d8a366961 21:02:59 Removing intermediate container 5b2d8a366961 21:02:59 ---> b4f9386329cd 21:02:59 Step 21/23 : LABEL arch=x86_64 21:02:59 + make build 21:02:59 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 21:02:59 ---> Running in 35d4822d3ee8 21:02:59 Removing intermediate container 35d4822d3ee8 21:02:59 ---> ba20faec1ed6 21:02:59 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:02:59 Removing intermediate container bbc8a04792cc 21:02:59 ---> f2607a5cfd92 21:02:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:02:59 ---> Running in c6b6113d2855 21:02:59 ---> Running in 12418dc42842 21:03:00 Removing intermediate container c6b6113d2855 21:03:00 ---> ed65c36a1bc2 21:03:00 Step 23/23 : LABEL version=0.0.0 21:03:00 ---> Running in e4996df6024a 21:03:00 Removing intermediate container 12418dc42842 21:03:00 ---> dabc9ed497fb 21:03:00 Step 28/31 : CMD ["gate"] 21:03:00 ---> Running in f30d6d832e16 21:03:00 Removing intermediate container e4996df6024a 21:03:00 ---> 864174d9efb9 21:03:00 21:03:00 Successfully built 864174d9efb9 21:03:01 Removing intermediate container f30d6d832e16 21:03:01 ---> 829c3cff5078 21:03:01 Step 29/31 : LABEL arch=x86_64 21:03:01 Successfully tagged docker-core-data-go:latest 21:03:01  Building docker-core-data-go ... done  ---> Running in 0dbf97ba6019 21:03:01 Removing intermediate container 0dbf97ba6019 21:03:01 ---> ee03918959ad 21:03:01 Step 30/31 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:03:01 ---> Running in 04bb8b6d4b2d 21:03:01 Removing intermediate container 04bb8b6d4b2d 21:03:01 ---> a5b7771afffd 21:03:01 Step 31/31 : LABEL version=0.0.0 21:03:02 ---> Running in e39adfcb5851 21:03:02 Removing intermediate container e39adfcb5851 21:03:02 ---> 88c8f016ae29 21:03:02 21:03:02 Successfully built 88c8f016ae29 21:03:02 Successfully tagged docker-security-bootstrapper-go:latest 21:03:02  Building docker-security-bootstrapper-go ... done  [Pipeline] } 21:03:03 $ docker stop --time=1 ebd4561fd12ee5ac181c04dfb7a8a26a8bda68a35700079729b5ef810a7ee246 21:03:04 $ docker rm -f ebd4561fd12ee5ac181c04dfb7a8a26a8bda68a35700079729b5ef810a7ee246 [Pipeline] // withDockerContainer [Pipeline] sh 21:03:05 + docker images 21:03:05 + grep docker 21:03:05 docker-security-bootstrapper-go latest 88c8f016ae29 3 seconds ago 18.9MB 21:03:05 docker-core-data-go latest 864174d9efb9 5 seconds ago 22.7MB 21:03:05 docker-support-notifications-go latest 833939021940 10 seconds ago 17.9MB 21:03:05 docker-core-command-go latest 5a6543c29890 11 seconds ago 17.3MB 21:03:05 docker-sys-mgmt-agent-go latest fd07419ceb33 50 seconds ago 314MB 21:03:05 docker-security-secretstore-setup-go latest 7f2b09c4ab05 2 minutes ago 25.7MB 21:03:05 docker-core-metadata-go latest 01dc79005121 2 minutes ago 19MB 21:03:05 docker-support-scheduler-go latest a8944d6838f9 2 minutes ago 17.4MB 21:03:05 docker-security-proxy-setup-go latest fa2cdd4cc033 2 minutes ago 25.4MB 21:03:05 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 21:03: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 21:03:21 Still waiting to schedule task 21:03:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:03:36 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 21:03:39 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 21:03:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:03:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:03:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:03:56 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 21:04:00 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 21:04:04 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 21:04:07 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 21:04:12 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 21:04:13 Running on prd-ubuntu18.04-docker-8c-8g-31860 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws 21:04:13 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 21:04:15 using credential edgex-jenkins-ssh 21:04:15 Cloning the remote Git repository 21:04:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:04:15 > git init /w/workspace/edgex-go/4 # timeout=10 21:04:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:04:15 > git --version # timeout=10 21:04:15 > git --version # 'git version 2.17.1' 21:04:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:04:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 21:04:18 $ docker stop --time=1 6411739a39b77f6a8a0bf01d19ff5f9529f4eec09650b92387919f8390a6a292 21:04:20 $ docker rm -f 6411739a39b77f6a8a0bf01d19ff5f9529f4eec09650b92387919f8390a6a292 21:04:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:04:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:04:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:04:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:04:21 using GIT_SSH to set credentials SSH Credentials for GitHub 21:04:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 21:04:22 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee [Pipeline] } [Pipeline] // stage 21:04:22 Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee 21:04:22 Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:04:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:22 21:04:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:22 > git config core.sparsecheckout # timeout=10 21:04:22 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 21:04:22 > git remote # timeout=10 21:04:22 > git config --get remote.origin.url # timeout=10 21:04:22 using GIT_SSH to set credentials SSH Credentials for GitHub 21:04:22 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 21:04:22 > git rev-parse HEAD^{commit} # timeout=10 21:04:22 > git config core.sparsecheckout # timeout=10 21:04:22 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [Pipeline] isUnix [Pipeline] sh 21:04:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:23 latest: Pulling from edgex-devops/edgex-compose-arm64 21:04:23 29e5d40040c1: Pulling fs layer 21:04:23 1ce36da41761: Pulling fs layer 21:04:23 25b303627fd3: Pulling fs layer 21:04:23 29e5d40040c1: Download complete 21:04:24 1ce36da41761: Verifying Checksum 21:04:24 1ce36da41761: Download complete 21:04:24 29e5d40040c1: Pull complete 21:04:25 1ce36da41761: Pull complete 21:04:25 25b303627fd3: Verifying Checksum 21:04:25 25b303627fd3: Download complete 21:04:26 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:04:27 + echo snap-build.sh 21:04:27 snap-build.sh 21:04:27 + SNAP_BASE_DIR=. 21:04:27 + '[' '!' -z /w/workspace/edgex-go/4 ']' 21:04:27 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 21:04:27 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 21:04:27 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 21:04:27 + cd /w/workspace/edgex-go/4 21:04:27 + sudo apt-get remove -qy --purge lxd lxd-client 21:04:27 Reading package lists... 21:04:27 Building dependency tree... 21:04:27 Reading state information... 21:04:27 The following packages were automatically installed and are no longer required: 21:04:27 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:04:27 uidmap xdelta3 21:04:27 Use 'sudo apt autoremove' to remove them. 21:04:27 The following packages will be REMOVED: 21:04:27 lxd* lxd-client* 21:04:27 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:04:27 After this operation, 31.7 MB disk space will be freed. 21:04:28 (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.) 21:04:28 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:04:29 Removing lxd dnsmasq configuration 21:04:29 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:04:29 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:04:30 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:04:31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 21:04:31 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:04:32 Processing triggers for systemd (237-3ubuntu10.42) ... 21:04:32 Processing triggers for ureadahead (0.100.0-21) ... 21:04:34 + sudo snap remove --purge lxd 21:04:34 snap "lxd" is not installed 21:04:34 + sudo groupadd --force --system lxd 21:04:34 ++ whoami 21:04:34 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:04:34 + newgrp - lxd 21:04:34 + sudo snap install lxd 21:04:36 25b303627fd3: Pull complete 21:04:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:04:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:04:36 prd-ubuntu18.04-docker-arm64-4c-16g-31846 does not seem to be running inside a container 21:04:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:04:39 $ docker top 530875cf6166220178d7e816923ea2c547b569726a5f3f36164a043b4a0a65c2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:04:40 + docker-compose build --help 21:04:40 + grep parallel 21:04:42 2021-03-29T21:04:40Z INFO Waiting for automatic snapd restart... 21:04:43 --parallel Build images in parallel. [Pipeline] } 21:04:44 $ docker stop --time=1 530875cf6166220178d7e816923ea2c547b569726a5f3f36164a043b4a0a65c2 21:04:45 $ docker rm -f 530875cf6166220178d7e816923ea2c547b569726a5f3f36164a043b4a0a65c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:04:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:46 . [Pipeline] withDockerContainer 21:04:46 prd-ubuntu18.04-docker-arm64-4c-16g-31846 does not seem to be running inside a container 21:04:47 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:04:48 $ docker top 3f1ec54a2347c8763275c8288fbce6c7c38aec0f8a2917171dfa0efc115575d7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:04:49 + docker-compose -f ./docker-compose-build.yml build --parallel 21:04:52 Building docker-core-command-go ... 21:04:52 Building docker-core-data-go ... 21:04:52 Building docker-core-metadata-go ... 21:04:52 Building docker-security-bootstrapper-go ... 21:04:52 Building docker-security-proxy-setup-go ... 21:04:52 Building docker-security-secretstore-setup-go ... 21:04:52 Building docker-support-notifications-go ... 21:04:52 Building docker-support-scheduler-go ... 21:04:52 Building docker-sys-mgmt-agent-go ... 21:04:52 Building docker-sys-mgmt-agent-go 21:04:52 Building docker-support-notifications-go 21:04:52 Building docker-core-command-go 21:04:52 Building docker-security-secretstore-setup-go 21:04:52 Building docker-security-bootstrapper-go 21:04:57 lxd 4.12 from Canonical* installed 21:04:57 + sudo lxd init --auto 21:05:04 + sudo snap install --classic snapcraft 21:05:09 snapcraft 4.5.4 from Canonical* installed 21:05:09 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 21:05:09 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 21:05:09 % Total % Received % Xferd Average Speed Time Time Time Current 21:05:09 Dload Upload Total Spent Left Speed 21:05:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 21:05:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 7916k 0 --:--:-- --:--:-- --:--:-- 11.9M 21:05:09 ./yq_linux_amd64 21:05:09 + sudo snapcraft prime --use-lxd 21:05:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:05:11 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: 21:05:11 - README.md 21:05:11 21:05:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:05:12 Launching a container. 21:05:24 Waiting for container to be ready 21:05:24 To start your first instance, try: lxc launch ubuntu:18.04 21:05:24 21:05:28 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:05:29 Waiting for network to be ready... 21:05:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:05:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 21:05:29 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:05:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 21:05:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:05:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:05:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 21:05:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 21:05:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 21:05:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 21:05:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:05:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:05:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:05:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:05:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:05:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:05:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:05:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:05:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:05:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 21:05:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 21:05:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:05:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:05:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 21:05:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 21:05:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 21:05:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 21:05:34 Fetched 24.2 MB in 5s (4910 kB/s) 21:05:35 Reading package lists... 21:05:35 Reading package lists... 21:05:35 Building dependency tree... 21:05:35 Reading state information... 21:05:35 The following additional packages will be installed: 21:05:35 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:05:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:05:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:05:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:05:35 Suggested packages: 21:05:35 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:05:35 Recommended packages: 21:05:35 gnupg libsasl2-modules 21:05:35 The following NEW packages will be installed: 21:05:35 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:05:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:05:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:05:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:05:35 The following packages will be upgraded: 21:05:35 gpg gpg-agent gpgconf libudev1 21:05:36 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:05:36 Need to get 3530 kB of archives. 21:05:36 After this operation, 13.3 MB of additional disk space will be used. 21:05:36 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 21:05:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:05:36 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] 21:05:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:05:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:05:36 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 21:05:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:05:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:05:37 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:05:37 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:05:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:05:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:05:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:05:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:05:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:05:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:05:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:05:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:05:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:05:37 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:05:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:05:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:05:37 debconf: delaying package configuration, since apt-utils is not installed 21:05:37 Fetched 3530 kB in 1s (3178 kB/s) 21:05:37 (Reading database ... 12511 files and directories currently installed.) 21:05:37 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 21:05:37 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:05:37 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 21:05:37 Selecting previously unselected package udev. 21:05:37 (Reading database ... 12511 files and directories currently installed.) 21:05:37 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 21:05:37 Unpacking udev (237-3ubuntu10.45) ... 21:05:37 Selecting previously unselected package libfuse2:amd64. 21:05:37 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:05:37 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:05:37 Selecting previously unselected package fuse. 21:05:38 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:05:38 Unpacking fuse (2.9.7-1ubuntu1) ... 21:05:38 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:05:38 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:05:38 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:05:38 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:05:38 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:05:38 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:05:38 Selecting previously unselected package libksba8:amd64. 21:05:38 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:05:38 Unpacking libksba8:amd64 (1.3.5-2) ... 21:05:38 Selecting previously unselected package libroken18-heimdal:amd64. 21:05:38 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:38 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:38 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:05:38 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:38 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:38 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:05:38 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:38 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:38 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:05:38 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:38 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:38 Selecting previously unselected package libwind0-heimdal:amd64. 21:05:38 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:38 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:39 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:05:39 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:39 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:39 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:05:39 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:39 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:39 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:05:39 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:39 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:39 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:05:39 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:05:39 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:39 Selecting previously unselected package libsasl2-modules-db:amd64. 21:05:39 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:05:39 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:05:39 Selecting previously unselected package libsasl2-2:amd64. 21:05:39 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:05:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:05:41 Selecting previously unselected package libldap-common. 21:05:41 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:05:41 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:05:41 Selecting previously unselected package libldap-2.4-2:amd64. 21:05:41 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:05:41 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:05:41 Selecting previously unselected package dirmngr. 21:05:41 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:05:41 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:05:41 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:05:41 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:05:41 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:05:41 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:05:41 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:05:41 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:05:41 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Setting up libksba8:amd64 (1.3.5-2) ... 21:05:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:05:41 Setting up udev (237-3ubuntu10.45) ... 21:05:41 invoke-rc.d: policy-rc.d denied execution of start. 21:05:41 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Processing triggers for systemd (237-3ubuntu10) ... 21:05:41 Setting up fuse (2.9.7-1ubuntu1) ... 21:05:41 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:05:41 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:05:41 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:05:41 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:05:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:05:41 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:05:41 settings in the [Install] section, and DefaultInstance for template units). 21:05:41 This means they are not meant to be enabled using systemctl. 21:05:41 Possible reasons for having this kind of units are: 21:05:41 1) A unit may be statically enabled by being symlinked from another unit's 21:05:41 .wants/ or .requires/ directory. 21:05:41 2) A unit's purpose may be to act as a helper for some other unit which has 21:05:41 a requirement dependency on it. 21:05:41 3) A unit may be started when needed via activation (socket, path, timer, 21:05:41 D-Bus, udev, scripted systemctl call, ...). 21:05:41 4) In case of template units, the unit is meant to be enabled with some 21:05:41 instance name specified. 21:05:42 Reading package lists... 21:05:42 Building dependency tree... 21:05:42 Reading state information... 21:05:42 The following additional packages will be installed: 21:05:42 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:05:42 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:05:42 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:05:42 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:05:42 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:05:42 Suggested packages: 21:05:42 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:05:42 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:05:42 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:05:42 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:05:42 systemd-container policykit-1 21:05:42 Recommended packages: 21:05:42 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:05:42 The following NEW packages will be installed: 21:05:42 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:05:42 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:05:42 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:05:42 multiarch-support openssh-client python3 python3-minimal python3.6 21:05:42 python3.6-minimal snapd squashfs-tools sudo 21:05:42 The following packages will be upgraded: 21:05:42 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:05:42 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:05:42 Need to get 35.2 MB of archives. 21:05:42 After this operation, 141 MB of additional disk space will be used. 21:05:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:05:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:05:42 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 21:05:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 21:05:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 21:05:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:05:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 21:05:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 21:05:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:05:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:05:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:05:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:05:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:05:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:05:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:05:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:05:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:05:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:05:42 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:05:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 21:05:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:05:43 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:05:43 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:05:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:05:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:05:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:05:43 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:05:43 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:05:43 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:05:43 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:05:43 debconf: delaying package configuration, since apt-utils is not installed 21:05:43 Fetched 35.2 MB in 1s (28.7 MB/s) 21:05:44 (Reading database ... 12757 files and directories currently installed.) 21:05:44 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 21:05:44 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:05:44 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 21:05:44 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:05:45 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 21:05:45 (Reading database ... 12757 files and directories currently installed.) 21:05:45 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:05:45 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:05:45 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:05:45 (Reading database ... 12757 files and directories currently installed.) 21:05:45 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:05:45 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:05:45 Setting up apt (1.6.12ubuntu0.2) ... 21:05:45 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:05:46 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:05:46 (Reading database ... 12764 files and directories currently installed.) 21:05:46 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:05:46 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:05:46 Selecting previously unselected package libpython3.6-minimal:amd64. 21:05:46 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:05:46 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:05:47 Selecting previously unselected package libexpat1:amd64. 21:05:47 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:05:47 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:05:47 Selecting previously unselected package python3.6-minimal. 21:05:47 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:05:47 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:05:47 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 21:05:47 Checking for services that may need to be restarted...done. 21:05:47 Checking for services that may need to be restarted...done. 21:05:47 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:05:47 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:05:47 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:05:48 Selecting previously unselected package python3-minimal. 21:05:48 (Reading database ... 13012 files and directories currently installed.) 21:05:48 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:05:48 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:05:48 Selecting previously unselected package mime-support. 21:05:48 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:05:48 Unpacking mime-support (3.60ubuntu1) ... 21:05:48 Selecting previously unselected package libmpdec2:amd64. 21:05:48 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:05:48 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:05:48 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:05:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:05:48 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:05:48 Selecting previously unselected package python3.6. 21:05:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:05:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:05:48 Selecting previously unselected package libpython3-stdlib:amd64. 21:05:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:05:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:05:48 Setting up python3-minimal (3.6.7-1~18.04) ... 21:05:49 Selecting previously unselected package python3. 21:05:49 (Reading database ... 13442 files and directories currently installed.) 21:05:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:05:49 Unpacking python3 (3.6.7-1~18.04) ... 21:05:49 Selecting previously unselected package multiarch-support. 21:05:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:05:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:05:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:05:49 Selecting previously unselected package liblzo2-2:amd64. 21:05:49 (Reading database ... 13479 files and directories currently installed.) 21:05:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:05:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:05:49 Selecting previously unselected package libbsd0:amd64. 21:05:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:05:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:05:49 Selecting previously unselected package sudo. 21:05:49 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:05:49 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:05:49 Selecting previously unselected package apparmor. 21:05:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:05:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:05:49 Selecting previously unselected package libedit2:amd64. 21:05:49 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:05:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:05:50 Selecting previously unselected package libkrb5support0:amd64. 21:05:50 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:05:50 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:05:50 Selecting previously unselected package libk5crypto3:amd64. 21:05:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:05:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:05:50 Selecting previously unselected package libkeyutils1:amd64. 21:05:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:05:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:05:50 Selecting previously unselected package libkrb5-3:amd64. 21:05:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:05:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:05:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:05:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:05:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:05:50 Selecting previously unselected package libssl1.0.0:amd64. 21:05:50 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:05:50 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:05:50 Selecting previously unselected package openssh-client. 21:05:50 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:05:50 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:05:50 Selecting previously unselected package squashfs-tools. 21:05:50 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:05:50 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:05:50 Selecting previously unselected package snapd. 21:05:50 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:05:51 Unpacking snapd (2.48.3+18.04) ... 21:05:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:05:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:05:53 Setting up mime-support (3.60ubuntu1) ... 21:05:53 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:05:53 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:05:53 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:05:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:05:53 Setting up systemd (237-3ubuntu10.45) ... 21:05:53 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:05:55 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:05:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:05:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:05:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:05:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:05:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:05:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:05:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:05:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:05:56 Setting up python3 (3.6.7-1~18.04) ... 21:05:56 running python rtupdate hooks for python3.6... 21:05:56 running python post-rtupdate hooks for python3.6... 21:05:56 Setting up apparmor (2.12-4ubuntu5.1) ... 21:05:57 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:05:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:05:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:05:58 Setting up snapd (2.48.3+18.04) ... 21:05:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:05:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:05:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:05:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:05:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:05:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:05:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:06:00 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:06:00 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:06:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:06:00 /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' 21:06:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:06:00 Processing triggers for systemd (237-3ubuntu10.45) ... 21:06:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:06:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:06:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:06:03 Reading package lists... 21:06:03 Reading package lists... 21:06:03 Building dependency tree... 21:06:03 Reading state information... 21:06:03 Calculating upgrade... 21:06:04 The following packages will be upgraded: 21:06:04 advancecomp base-files bash binutils binutils-common 21:06:04 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:06:04 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:06:04 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:06:04 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:06:04 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:06:04 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:06:04 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:06:04 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:06:04 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:06:04 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:06:04 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:06:04 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:06:04 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:06:04 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:06:04 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:06:04 Need to get 63.8 MB of archives. 21:06:04 After this operation, 5208 kB of additional disk space will be used. 21:06:04 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:06:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 21:06:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:06:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:06:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:06:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:06:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:06:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:06:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:06:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:06:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:06:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:06:04 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:06:04 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:06:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:06:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:06:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:06:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:06:04 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:06:04 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:06:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:06:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:06:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:06:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:06:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:06:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:06:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:06:05 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:06:05 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:06:05 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:06:05 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:06:05 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:06:05 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:06:05 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:06:05 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:06:05 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:06:05 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:06:05 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:06:05 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:06:05 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:06:05 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 21:06:05 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:06:05 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:06:05 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:06:05 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:06:05 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:06:05 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:06:05 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:06:05 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:06:05 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:06:05 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:06:05 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:06:05 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:06:05 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:06:05 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:06:05 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:06:05 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:06:05 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:06:05 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:06:05 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:06:05 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:06:05 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:06:05 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:06:05 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:06:05 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:06:05 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:06:05 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:06:05 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:06:05 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:06:05 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 21:06:05 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:06:05 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:06:05 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:06:05 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:06:05 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:06:05 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:06:05 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:06:05 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:06:05 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:06:05 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:06:05 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:06:05 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:06:05 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:06:05 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:06:05 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:06:05 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:06:05 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:06:05 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:06:05 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:06:05 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:06:06 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:06:06 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:06:06 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:06:07 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:06:07 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:06:07 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:06:07 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:06:07 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:06:07 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:06:07 debconf: delaying package configuration, since apt-utils is not installed 21:06:07 Fetched 63.8 MB in 3s (19.1 MB/s) 21:06:07 (Reading database ... 13912 files and directories currently installed.) 21:06:07 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:06:07 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:06:08 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:06:08 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:06:08 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 21:06:08 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 21:06:09 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:09 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:09 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:09 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:09 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:09 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:09 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:09 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:10 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:10 (Reading database ... 13911 files and directories currently installed.) 21:06:10 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:10 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:06:10 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:06:10 (Reading database ... 13911 files and directories currently installed.) 21:06:10 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:10 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:10 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:10 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:10 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:06:10 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:06:10 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:11 (Reading database ... 13911 files and directories currently installed.) 21:06:11 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:06:11 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:06:11 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:06:12 (Reading database ... 13911 files and directories currently installed.) 21:06:12 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:06:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:06:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:06:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:06:12 Setting up base-files (10.1ubuntu2.10) ... 21:06:12 Installing new version of config file /etc/issue ... 21:06:12 Installing new version of config file /etc/issue.net ... 21:06:12 Installing new version of config file /etc/lsb-release ... 21:06:12 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:06:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:06:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:06:12 Removing obsolete conffile /etc/default/motd-news ... 21:06:13 (Reading database ... 13912 files and directories currently installed.) 21:06:13 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:06:13 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:06:13 Setting up bash (4.4.18-2ubuntu1.2) ... 21:06:13 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 21:06:13 (Reading database ... 13912 files and directories currently installed.) 21:06:13 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:13 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:06:13 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:06:13 (Reading database ... 13912 files and directories currently installed.) 21:06:13 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:06:13 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:06:13 Setting up tar (1.29b-2ubuntu0.2) ... 21:06:13 (Reading database ... 13912 files and directories currently installed.) 21:06:13 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:06:13 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:06:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:06:14 (Reading database ... 13912 files and directories currently installed.) 21:06:14 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:06:14 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:06:14 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:06:14 (Reading database ... 13912 files and directories currently installed.) 21:06:14 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:06:14 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:06:14 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:06:14 (Reading database ... 13912 files and directories currently installed.) 21:06:14 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:06:14 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:06:14 Setting up grep (3.1-2build1) ... 21:06:14 (Reading database ... 13912 files and directories currently installed.) 21:06:14 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:06:14 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:06:14 Setting up login (1:4.5-1ubuntu2) ... 21:06:15 (Reading database ... 13912 files and directories currently installed.) 21:06:15 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:06:15 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:06:15 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:06:15 (Reading database ... 13912 files and directories currently installed.) 21:06:15 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:06:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:06:15 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:06:15 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:06:15 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:06:15 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:06:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:06:16 ---> 0351c2ef5566 21:06:16 Step 3/23 : WORKDIR /edgex-go 21:06:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:06:16 ---> 0351c2ef5566 21:06:16 Step 3/24 : WORKDIR /edgex-go 21:06:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:16 ---> 0351c2ef5566 21:06:16 Step 3/22 : WORKDIR /edgex-go 21:06:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:06:16 ---> 0351c2ef5566 21:06:16 Step 3/26 : WORKDIR /edgex-go 21:06:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:06:16 ---> 0351c2ef5566 21:06:16 Step 3/31 : WORKDIR /edgex-go 21:06:16 ---> Running in 71cc3481619b 21:06:16 ---> Running in f3c38f52666a 21:06:16 ---> Running in fa6a8d8c16fc 21:06:16 ---> Running in 13f235896bbb 21:06:16 ---> Running in d2b97935a4ee 21:06:16 Removing intermediate container f3c38f52666a 21:06:16 ---> 6cc30fdf1909 21:06:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:16 Removing intermediate container d2b97935a4ee 21:06:16 ---> b3ee70fff5fa 21:06:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:16 Removing intermediate container 13f235896bbb 21:06:16 ---> 1376d680ccfc 21:06:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:16 Removing intermediate container 71cc3481619b 21:06:16 ---> e5a6d2ce1552 21:06:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:16 Removing intermediate container fa6a8d8c16fc 21:06:16 ---> fa5c1ab74a5f 21:06:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:16 ---> Running in f16dd7df2395 21:06:16 ---> Running in 398e5bf9c0b1 21:06:16 ---> Running in 545be3781a41 21:06:16 ---> Running in c3258dc47687 21:06:16 ---> Running in 765113dcecc3 21:06:16 Removing intermediate container f16dd7df2395 21:06:16 ---> c586d6312952 21:06:16 Step 5/31 : RUN apk add --update --no-cache make git 21:06:16 ---> Running in 23df4dc4a3ae 21:06:16 Removing intermediate container 545be3781a41 21:06:16 ---> d0c814021762 21:06:16 Step 5/26 : RUN apk add --update --no-cache make bash git 21:06:16 Removing intermediate container 398e5bf9c0b1 21:06:16 ---> f2c9897f565a 21:06:16 Step 5/24 : RUN apk add --update --no-cache make git 21:06:16 ---> Running in 91aa49c954e0 21:06:16 Removing intermediate container 765113dcecc3 21:06:16 ---> 53d70a62f4c8 21:06:16 Step 5/23 : RUN apk add --update --no-cache make git 21:06:16 ---> Running in 25ffd09530f1 21:06:16 Removing intermediate container c3258dc47687 21:06:16 ---> 34b8b0a3147f 21:06:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:06:16 ---> Running in be2d26b54491 21:06:16 ---> Running in dc41deb30dc0 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:16 OK: 217 MiB in 51 packages 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:16 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:06:16 (Reading database ... 13912 files and directories currently installed.) 21:06:16 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:06:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:06:16 OK: 217 MiB in 51 packages 21:06:17 OK: 217 MiB in 51 packages 21:06:17 OK: 217 MiB in 51 packages 21:06:17 OK: 217 MiB in 51 packages 21:06:17 Removing intermediate container 23df4dc4a3ae 21:06:17 ---> ce5cd895bd08 21:06:17 Step 6/31 : COPY go.mod . 21:06:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:06:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:06:17 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:06:18 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:06:18 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:06:18 (Reading database ... 13912 files and directories currently installed.) 21:06:18 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:06:18 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:06:18 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:06:18 (Reading database ... 13912 files and directories currently installed.) 21:06:18 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:18 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:06:18 Removing intermediate container 91aa49c954e0 21:06:18 ---> 98c6e5148194 21:06:18 Step 6/26 : COPY go.mod . 21:06:18 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:06:18 (Reading database ... 13912 files and directories currently installed.) 21:06:18 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:06:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:06:18 ---> 4a8e3715bd50 21:06:18 Step 7/31 : RUN go mod download 21:06:18 Removing intermediate container 25ffd09530f1 21:06:18 ---> bfd0348b2aea 21:06:18 Step 6/24 : COPY go.mod . 21:06:18 (Reading database ... 13912 files and directories currently installed.) 21:06:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:18 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:06:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:06:19 ---> Running in ab991a534867 21:06:19 Removing intermediate container be2d26b54491 21:06:19 (Reading database ... 13912 files and directories currently installed.) 21:06:19 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:19 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:06:19 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:06:19 (Reading database ... 13912 files and directories currently installed.) 21:06:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:06:19 ---> c6f1616b0189 21:06:19 Step 6/23 : COPY go.mod . 21:06:19 Removing intermediate container dc41deb30dc0 21:06:19 ---> 01e04560a70c 21:06:19 Step 6/22 : COPY go.mod . 21:06:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:06:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:06:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:06:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:06:19 (Reading database ... 13912 files and directories currently installed.) 21:06:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:06:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:06:19 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:06:19 (Reading database ... 13912 files and directories currently installed.) 21:06:19 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:19 ---> b62374962c70 21:06:19 Step 7/26 : RUN go mod download 21:06:19 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:06:19 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:06:19 (Reading database ... 13912 files and directories currently installed.) 21:06:19 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:19 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:06:19 ---> Running in 5f841751aa07 21:06:20 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:06:20 (Reading database ... 13912 files and directories currently installed.) 21:06:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:06:20 ---> d3776cea10e3 21:06:20 Step 7/24 : RUN go mod download 21:06:20 ---> 1aa8e8a30cff 21:06:20 Step 7/23 : RUN go mod download 21:06:20 ---> Running in ffee01a84ae7 21:06:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:06:20 ---> f0ec3ae61778 21:06:20 Step 7/22 : RUN go mod download 21:06:20 ---> Running in c3cdb5db3b82 21:06:20 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:06:20 ---> Running in e1bc86d8d1dd 21:06:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:06:21 (Reading database ... 13912 files and directories currently installed.) 21:06:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:06:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:06:21 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:06:21 (Reading database ... 13912 files and directories currently installed.) 21:06:21 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:06:21 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:06:21 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:06:22 (Reading database ... 13914 files and directories currently installed.) 21:06:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:06:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:06:22 Setting up debconf (1.5.66ubuntu1) ... 21:06:22 (Reading database ... 13914 files and directories currently installed.) 21:06:22 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:06:22 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:06:22 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:06:22 (Reading database ... 13914 files and directories currently installed.) 21:06:22 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:06:22 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:06:22 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:06:22 (Reading database ... 13914 files and directories currently installed.) 21:06:22 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:06:22 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:06:22 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:06:23 (Reading database ... 13914 files and directories currently installed.) 21:06:23 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:06:23 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:06:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:06:23 (Reading database ... 13914 files and directories currently installed.) 21:06:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:06:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:06:23 Removing intermediate container ab991a534867 21:06:23 ---> fa780b69b8e2 21:06:23 Step 8/31 : COPY . . 21:06:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:06:23 (Reading database ... 13914 files and directories currently installed.) 21:06:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:06:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:06:23 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 21:06:23 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:06:23 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:06:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:06:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:06:24 (Reading database ... 13914 files and directories currently installed.) 21:06:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:06:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:06:24 Removing intermediate container 5f841751aa07 21:06:24 ---> c75c1cbd5fe2 21:06:24 Step 8/26 : COPY . . 21:06:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:06:24 (Reading database ... 13914 files and directories currently installed.) 21:06:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:06:24 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:06:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:06:24 (Reading database ... 13914 files and directories currently installed.) 21:06:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:06:24 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:06:24 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:06:25 Removing intermediate container ffee01a84ae7 21:06:25 ---> c88228ebda73 21:06:25 Step 8/24 : COPY . . 21:06:25 (Reading database ... 13914 files and directories currently installed.) 21:06:25 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:06:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:06:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:06:25 (Reading database ... 13914 files and directories currently installed.) 21:06:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:06:25 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:06:25 Setting up passwd (1:4.5-1ubuntu2) ... 21:06:25 Removing intermediate container c3cdb5db3b82 21:06:25 ---> 6a02ae983069 21:06:25 Step 8/23 : COPY . . 21:06:25 (Reading database ... 13914 files and directories currently installed.) 21:06:25 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:06:25 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:06:25 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:06:26 Removing intermediate container e1bc86d8d1dd 21:06:26 ---> f5335e307b65 21:06:26 Step 8/22 : COPY . . 21:06:26 (Reading database ... 13914 files and directories currently installed.) 21:06:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:06:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:06:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:06:26 (Reading database ... 13914 files and directories currently installed.) 21:06:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:06:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:06:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:06:26 (Reading database ... 13914 files and directories currently installed.) 21:06:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:06:27 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:06:27 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:06:27 (Reading database ... 13914 files and directories currently installed.) 21:06:27 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:06:27 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:06:27 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:06:27 (Reading database ... 13914 files and directories currently installed.) 21:06:27 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:06:27 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:06:27 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:06:27 (Reading database ... 13914 files and directories currently installed.) 21:06:27 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:06:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:06:27 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:06:27 (Reading database ... 13915 files and directories currently installed.) 21:06:27 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:06:27 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:06:27 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:06:27 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:06:28 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:06:28 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:06:28 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:06:28 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:06:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:06:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:06:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:06:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:06:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:06:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:06:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:06:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:06:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:06:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:06:28 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:06:28 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:06:29 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:06:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:06:29 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:06:29 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:06:30 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:06:30 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:06:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:06:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:06:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:06:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:06:31 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:06:31 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:06:31 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:06:31 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:06:31 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:06:31 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:06:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:35 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:35 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:06:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:06:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:06:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:06:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:06:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:06:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:06:37 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:06:37 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:06:37 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:06:37 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:06:37 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:06:37 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:06:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:06:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:06:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:06:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:06:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:06:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:06:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:06:37 21:06:37 Current default time zone: 'Etc/UTC' 21:06:37 Local time is now: Mon Mar 29 21:06:37 UTC 2021. 21:06:37 Universal Time is now: Mon Mar 29 21:06:37 UTC 2021. 21:06:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:06:37 21:06:37 Setting up systemd-sysv (237-3ubuntu10.45) ... 21:06:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:37 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 21:06:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:06:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:06:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:06:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:06:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:06:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:06:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:06:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:06:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:06:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:06:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:38 Setting up patch (2.7.6-2ubuntu1.1) ... 21:06:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:06:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:06:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 21:06:38 Installing new version of config file /etc/ssl/openssl.cnf ... 21:06:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:06:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:06:38 Setting up ca-certificates (20210119~18.04.1) ... 21:06:40 Updating certificates in /etc/ssl/certs... 21:06:41 23 added, 27 removed; done. 21:06:41 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:06:41 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:06:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:06:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:06:41 Setting up pkgbinarymangler (138.18.04.1) ... 21:06:41 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:06:41 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:06:41 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:06:41 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:06:41 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:06:41 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:06:41 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:06:41 Setting up perl (5.26.1-6ubuntu0.5) ... 21:06:41 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:06:41 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:06:41 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:06:41 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:06:41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:06:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:06:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:06:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:06:41 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:06:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:06:42 Processing triggers for systemd (237-3ubuntu10.45) ... 21:06:42 Processing triggers for mime-support (3.60ubuntu1) ... 21:06:42 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:06:42 Updating certificates in /etc/ssl/certs... 21:06:42 0 added, 0 removed; done. 21:06:42 Running hooks in /etc/ca-certificates/update.d... 21:06:42 done. 21:06:43 Reading package lists... 21:06:43 Building dependency tree... 21:06:43 Reading state information... 21:06:43 The following NEW packages will be installed: 21:06:43 apt-transport-https 21:06:43 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:06:43 Need to get 1696 B of archives. 21:06:43 After this operation, 153 kB of additional disk space will be used. 21:06:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:06:43 debconf: delaying package configuration, since apt-utils is not installed 21:06:43 Fetched 1696 B in 0s (22.4 kB/s) 21:06:43 Selecting previously unselected package apt-transport-https. 21:06:43 (Reading database ... 13920 files and directories currently installed.) 21:06:43 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:06:43 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:06:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:06:44 Waiting for network to be ready... 21:06:52 2021-03-29T21:06:48Z INFO Waiting for automatic snapd restart... 21:06:52 ---> 29ef8935d988 21:06:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:06:52 ---> f48b13507259 21:06:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:06:52 ---> 071839d3c08c 21:06:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:06:52 ---> 840f1a94aa06 21:06:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:06:52 ---> Running in f9b7a6522934 21:06:52 ---> Running in 2deb4dbb6d73 21:06:52 ---> 24f0efc14bf1 21:06:52 Step 9/23 : RUN make cmd/core-command/core-command 21:06:52 ---> Running in 4479021f2032 21:06:52 ---> Running in ad5e18da8cc9 21:06:52 ---> Running in ce4b7b301ed1 21:06:52 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 21:06:52 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 21:06: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 21:06:53 snapd 2.49.1 from Canonical* installed 21:06:53 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 21:06:53 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 21:06:54 "snapd" switched to the "latest/stable" channel 21:06:54 21:06:59 core18 20210128 from Canonical* installed 21:06:59 "core18" switched to the "latest/stable" channel 21:06:59 21:07:04 snapcraft 4.5.4 from Canonical* installed 21:07:04 "snapcraft" switched to the "latest/stable" channel 21:07:04 21:07:08 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: 21:07:08 - README.md 21:07:08 21:07:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:07:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:07:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:07:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:07:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:07:16 Reading package lists... 21:07:16 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 21:07:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:07:23 Reading package lists... 21:07:23 Building dependency tree... 21:07:23 Reading state information... 21:07:23 Suggested packages: 21:07:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:07:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:07:23 Recommended packages: 21:07:23 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:07:23 The following NEW packages will be installed: 21:07:23 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:07:23 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:07:23 pkg-config zip 21:07:23 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:07:23 Need to get 7657 kB of archives. 21:07:23 After this operation, 43.8 MB of additional disk space will be used. 21:07:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 21:07:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:07:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:07:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:07:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:07:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:07:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:07:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:07:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:07:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:07:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:07:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:07:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:07:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:07:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:07:24 debconf: delaying package configuration, since apt-utils is not installed 21:07:24 Fetched 7657 kB in 1s (8739 kB/s) 21:07:24 Selecting previously unselected package libglib2.0-0:amd64. 21:07:24 (Reading database ... 13924 files and directories currently installed.) 21:07:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 21:07:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:07:24 Selecting previously unselected package libpsl5:amd64. 21:07:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:07:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:07:24 Selecting previously unselected package libnghttp2-14:amd64. 21:07:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:07:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:07:24 Selecting previously unselected package librtmp1:amd64. 21:07:24 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:07:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:07:24 Selecting previously unselected package libcurl3-gnutls:amd64. 21:07:24 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:07:24 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:07:24 Selecting previously unselected package liberror-perl. 21:07:24 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:07:24 Unpacking liberror-perl (0.17025-1) ... 21:07:24 Selecting previously unselected package git-man. 21:07:24 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:07:24 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:07:25 Selecting previously unselected package git. 21:07:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:07:25 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:07:26 Selecting previously unselected package libnorm1:amd64. 21:07:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:07:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:07:26 Selecting previously unselected package libpgm-5.2-0:amd64. 21:07:26 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:07:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:07:26 Selecting previously unselected package libsodium23:amd64. 21:07:26 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:07:26 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:07:26 Selecting previously unselected package libzmq5:amd64. 21:07:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:07:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:07:26 Selecting previously unselected package libzmq3-dev:amd64. 21:07:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:07:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:07:26 Selecting previously unselected package pkg-config. 21:07:26 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:07:26 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:07:26 Selecting previously unselected package zip. 21:07:26 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:07:26 Unpacking zip (3.0-11build1) ... 21:07:26 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:07:26 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:07:26 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:07:26 Setting up liberror-perl (0.17025-1) ... 21:07:26 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:07:26 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:07:26 No schema files found: doing nothing. 21:07:26 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:07:26 Setting up zip (3.0-11build1) ... 21:07:26 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:07:26 Setting up libsodium23:amd64 (1.0.16-2) ... 21:07:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:07:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:07:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:07:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:07:27 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:07:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:07:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:07:33 git set to automatically installed. 21:07:33 git-man set to automatically installed. 21:07:33 libcurl3-gnutls set to automatically installed. 21:07:33 liberror-perl set to automatically installed. 21:07:33 libglib2.0-0 set to automatically installed. 21:07:33 libnghttp2-14 set to automatically installed. 21:07:33 libnorm1 set to automatically installed. 21:07:33 libpgm-5.2-0 set to automatically installed. 21:07:33 libpsl5 set to automatically installed. 21:07:33 librtmp1 set to automatically installed. 21:07:33 libsodium23 set to automatically installed. 21:07:33 libzmq3-dev set to automatically installed. 21:07:33 libzmq5 set to automatically installed. 21:07:33 pkg-config set to automatically installed. 21:07:33 zip set to automatically installed. 21:07:35 snapd is not logged in, snap install commands will use sudo 21:07:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:07:57 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 21:07:57 snapd is not logged in, snap install commands will use sudo 21:08:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:08:03 snap "core18" has no updates available 21:08:04 Pulling go-build-helper 21:08:04 + snapcraftctl pull 21:08:05 'app-service-config' has dependencies that need to be staged: go-build-helper 21:08:05 Skipping pull go-build-helper (already ran) 21:08:05 Building go-build-helper 21:08:05 + snapcraftctl build 21:08:08 Staging go-build-helper 21:08:08 + snapcraftctl stage 21:08:20 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:08:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:08:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:08:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 21:08:20 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:08:20 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:08:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:08:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:08:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:08:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:08:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:08:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 21:08:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:08:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:08:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 21:08:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 21:08:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 21:08:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 21:08:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:08:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 21:08:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 21:08:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:08:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:08:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 21:08:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 21:08:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 21:08:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 21:08:20 Fetched 24.2 MB in 0s (0 B/s) 21:08:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:08:20 Fetched 224 kB in 0s (0 B/s) 21:08:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:08:20 Fetched 157 kB in 0s (0 B/s) 21:08:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:08:20 Fetched 221 kB in 0s (0 B/s) 21:08:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:08:20 Fetched 143 kB in 0s (0 B/s) 21:08:20 Pulling app-service-config 21:08:20 + snapcraftctl pull 21:08:21 Cloning into '/root/parts/app-service-config/src'... 21:08:22 Pulling config-common 21:08:22 + snapcraftctl pull 21:08:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:08:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:08:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:08:27 Fetched 0 B in 0s (0 B/s) 21:08:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:08:27 Fetched 0 B in 0s (0 B/s) 21:08:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:08:27 Fetched 0 B in 0s (0 B/s) 21:08:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:08:27 Fetched 0 B in 0s (0 B/s) 21:08:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:08:27 Fetched 0 B in 0s (0 B/s) 21:08:27 Pulling edgex-go 21:08:27 + snapcraftctl pull 21:08:30 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 21:08:45 Removing intermediate container 2deb4dbb6d73 21:08:45 ---> 74206732e888 21:08:45 21:08:45 Step 10/31 : FROM alpine:3.12 21:08:45 3.12: Pulling from library/alpine 21:08:45 Removing intermediate container f9b7a6522934 21:08:45 ---> 2f296b939d0c 21:08:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:08:45 Removing intermediate container ad5e18da8cc9 21:08:45 ---> 1ab5f38ee615 21:08:45 21:08:45 Step 10/24 : FROM alpine:3.12 21:08:45 3.12: Pulling from library/alpine 21:08:45 ---> Running in c87a2569bcce 21:08:45 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:08:45 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:08:45 Status: Downloaded newer image for alpine:3.12 21:08:45 ---> e47305ac9786 21:08:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:08:45 Status: Image is up to date for alpine:3.12 21:08:45 ---> e47305ac9786 21:08:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:08:45 ---> Running in 5fcefa0839be 21:08:45 ---> Running in 809f3318d770 21:08:46 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 21:08:46 Removing intermediate container 5fcefa0839be 21:08:46 ---> a9f2d569c8e2 21:08:46 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:08:47 ---> Running in b7c44aaf0bb0 21:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:48 (1/6) Installing ca-certificates (20191127-r4) 21:08:48 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:08:48 (3/6) Installing libcurl (7.69.1-r3) 21:08:48 (4/6) Installing curl (7.69.1-r3) 21:08:48 (5/6) Installing dumb-init (1.2.2-r1) 21:08:48 (6/6) Installing su-exec (0.2-r1) 21:08:48 Executing busybox-1.31.1-r19.trigger 21:08:48 Executing ca-certificates-20191127-r4.trigger 21:08:48 OK: 7 MiB in 20 packages 21:08:49 Removing intermediate container ce4b7b301ed1 21:08:49 ---> b6f37c0f1e7c 21:08:49 21:08:49 Step 10/23 : FROM alpine:3.12 21:08:49 ---> e47305ac9786 21:08:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:08:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:08:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:08:49 Fetched 0 B in 0s (0 B/s) 21:08:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:08:49 Fetched 96.5 kB in 0s (0 B/s) 21:08:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:08:49 Fetched 279 kB in 0s (0 B/s) 21:08:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:08:49 Fetched 122 kB in 0s (0 B/s) 21:08:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:08:49 Fetched 77.8 kB in 0s (0 B/s) 21:08:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:08:49 Fetched 8848 B in 0s (0 B/s) 21:08:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:08:49 Fetched 47.8 kB in 0s (0 B/s) 21:08:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:08:49 Fetched 45.6 kB in 0s (0 B/s) 21:08:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:08:49 Fetched 15.0 kB in 0s (0 B/s) 21:08:49 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:08:49 Fetched 214 kB in 0s (0 B/s) 21:08:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:08:49 Fetched 154 kB in 0s (0 B/s) 21:08:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:08:49 Fetched 50.6 kB in 0s (0 B/s) 21:08:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:08:49 Fetched 14.8 kB in 0s (0 B/s) 21:08:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:08:49 Fetched 41.8 kB in 0s (0 B/s) 21:08:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:08:49 Fetched 499 kB in 0s (0 B/s) 21:08:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:08:49 Fetched 111 kB in 0s (0 B/s) 21:08:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:08:49 Fetched 240 kB in 0s (0 B/s) 21:08:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:08:49 Fetched 29.3 kB in 0s (0 B/s) 21:08:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:08:49 Fetched 85.5 kB in 0s (0 B/s) 21:08:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:08:49 Fetched 24.5 kB in 0s (0 B/s) 21:08:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:08:49 Fetched 49.2 kB in 0s (0 B/s) 21:08:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:08:49 Fetched 54.2 kB in 0s (0 B/s) 21:08:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:08:49 Fetched 30.8 kB in 0s (0 B/s) 21:08:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:08:49 Fetched 15.8 kB in 0s (0 B/s) 21:08:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:08:49 Fetched 85.9 kB in 0s (0 B/s) 21:08:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:08:49 Fetched 8720 B in 0s (0 B/s) 21:08:49 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:08:49 Fetched 137 kB in 0s (0 B/s) 21:08:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:08:49 Fetched 119 kB in 0s (0 B/s) 21:08:49 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:08:49 Fetched 109 kB in 0s (0 B/s) 21:08:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:08:49 Fetched 11.1 kB in 0s (0 B/s) 21:08:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:08:49 Fetched 645 kB in 0s (0 B/s) 21:08:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:08:49 Fetched 41.3 kB in 0s (0 B/s) 21:08:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:08:49 Fetched 17.9 kB in 0s (0 B/s) 21:08:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:08:49 Fetched 368 kB in 0s (0 B/s) 21:08:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:08:49 Fetched 187 kB in 0s (0 B/s) 21:08:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:08:49 Fetched 175 kB in 0s (0 B/s) 21:08:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:08:49 Fetched 206 kB in 0s (0 B/s) 21:08:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 21:08:49 Fetched 1301 kB in 0s (0 B/s) 21:08:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:08:49 Fetched 36.2 kB in 0s (0 B/s) 21:08:49 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:08:49 Fetched 159 kB in 0s (0 B/s) 21:08:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:08:49 Fetched 107 kB in 0s (0 B/s) 21:08:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:08:49 Fetched 48.7 kB in 0s (0 B/s) 21:08:49 Pulling static-packages 21:08:49 + snapcraftctl pull 21:08:49 Pulling version 21:08:49 + cd /root/project 21:08:49 + [ -f VERSION ] 21:08:49 + PROJECT_VERSION=local-dev 21:08:49 + git rev-parse --short HEAD 21:08:49 + GIT_REVISION=49fe07c0 21:08:49 + snapcraftctl set-version local-dev 21:08:49 (1/2) Installing dumb-init (1.2.2-r1) 21:08:49 (2/2) Installing su-exec (0.2-r1) 21:08:49 Executing busybox-1.31.1-r19.trigger 21:08:49 OK: 5 MiB in 16 packages 21:08:49 ---> Running in 94a55309a0f2 21:08:50 Removing intermediate container 4479021f2032 21:08:50 ---> 051521e886c5 21:08:50 21:08:50 Step 10/22 : FROM alpine:3.12 21:08:50 ---> e47305ac9786 21:08:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:08:50 ---> Running in ee90deefb3b1 21:08:51 Skipping build go-build-helper (already ran) 21:08:51 Building app-service-config 21:08:51 + make build 21:08:51 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 21:08:51 Removing intermediate container c87a2569bcce 21:08:51 ---> 37541bdecef2 21:08:51 21:08:51 Step 11/26 : FROM docker:20.10.0 21:08:51 20.10.0: Pulling from library/docker 21:08:51 Removing intermediate container 809f3318d770 21:08:51 ---> 45fcd305c318 21:08:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:08:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:52 Removing intermediate container b7c44aaf0bb0 21:08:52 ---> 98ef0675bb67 21:08:52 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:08:52 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 21:08:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 21:08:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 21:08:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 21:08:52 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 21:08:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 21:08:52 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:08:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 21:08:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 21:08:52 go: downloading github.com/x448/float16 v0.8.4 21:08:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:52 ---> Running in 79b0d193788e 21:08:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:53 go: downloading github.com/hashicorp/consul/api v1.8.1 21:08:53 go: downloading github.com/gorilla/mux v1.8.0 21:08:53 go: downloading github.com/hashicorp/serf v0.9.5 21:08:53 go: downloading github.com/go-kit/kit v0.8.0 21:08:53 go: downloading github.com/BurntSushi/toml v0.3.1 21:08:53 go: downloading github.com/pelletier/go-toml v1.2.0 21:08:53 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:08:53 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:08:53 (1/1) Installing dumb-init (1.2.2-r1) 21:08:53 Executing busybox-1.31.1-r19.trigger 21:08:53 ---> Running in ddb835a219c3 21:08:53 OK: 5 MiB in 15 packages 21:08:53 go: downloading github.com/gorilla/websocket v1.4.2 21:08:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:08:53 go: downloading github.com/leodido/go-urn v1.2.0 21:08:53 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:08:53 go: downloading github.com/pebbe/zmq4 v1.2.5 21:08:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:08:53 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:08:53 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:08:53 (1/2) Installing ca-certificates (20191127-r4) 21:08:53 (2/2) Installing dumb-init (1.2.2-r1) 21:08:53 Executing busybox-1.31.1-r19.trigger 21:08:53 Executing ca-certificates-20191127-r4.trigger 21:08:53 go: downloading github.com/mitchellh/copystructure v1.0.0 21:08:53 go: downloading github.com/go-playground/universal-translator v0.17.0 21:08:53 go: downloading github.com/mattn/go-isatty v0.0.12 21:08:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:08:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:08:53 OK: 6 MiB in 16 packages 21:08:54 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:08:54 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:08:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:08:54 go: downloading github.com/go-playground/locales v0.13.0 21:08:54 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:08:54 go: downloading github.com/google/uuid v1.2.0 21:08:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:08:54 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:08:54 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:08:54 go: downloading github.com/fatih/color v1.9.0 21:08:54 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:08:54 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:08:54 go: downloading github.com/mattn/go-colorable v0.1.6 21:08:54 Removing intermediate container 79b0d193788e 21:08:54 ---> 2845e33695c5 21:08:54 Step 13/24 : WORKDIR / 21:08:55 Removing intermediate container ddb835a219c3 21:08:55 ---> 2ddcee2bf61c 21:08:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:08:55 ---> Running in 25b41f8d10a5 21:08:55 ---> Running in 0fe7aac4cb9f 21:08:56 Removing intermediate container 94a55309a0f2 21:08:56 ---> a47ca8de785a 21:08:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:08:56 Removing intermediate container 25b41f8d10a5 21:08:56 ---> c9560e4bfa63 21:08:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:08:56 ---> Running in ce7a4f7e2153 21:08:57 Removing intermediate container 0fe7aac4cb9f 21:08:57 ---> b427d1c0fcfa 21:08:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:08:57 Removing intermediate container ee90deefb3b1 21:08:57 ---> 5326b373de3c 21:08:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:08:57 ---> Running in 7db69dd38a9b 21:08:57 ---> Running in ba030941f8f2 21:08:57 Removing intermediate container ce7a4f7e2153 21:08:57 ---> d4881c676d7c 21:08:57 Step 13/23 : ENV APP_PORT=48082 21:08:58 ---> 58d8033c79c0 21:08:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:08:58 ---> Running in b90b9c9eab2d 21:08:58 Removing intermediate container ba030941f8f2 21:08:58 ---> b7e06e69a7b7 21:08:58 Step 13/22 : ENV APP_PORT=48060 21:08:59 ---> Running in 8f3e37e606fe 21:08:59 ---> 1274d5ae9b7b 21:08:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:08:59 Removing intermediate container b90b9c9eab2d 21:08:59 ---> 629b8c0ffcf9 21:08:59 Step 14/23 : EXPOSE $APP_PORT 21:09:00 ---> Running in 4793a61da980 21:09:00 Removing intermediate container 8f3e37e606fe 21:09:00 ---> df3e41dc52c2 21:09:00 Step 14/22 : EXPOSE $APP_PORT 21:09:01 ---> 7e67e30d4d8b 21:09:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:09:01 Removing intermediate container 7db69dd38a9b 21:09:01 ---> 9514a36540ea 21:09:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:09:01 ---> Running in 1ec62e6c4167 21:09:01 Removing intermediate container 4793a61da980 21:09:01 ---> ac328c6df165 21:09:01 Step 15/23 : WORKDIR / 21:09:01 ---> Running in fc89ac363708 21:09:01 ---> Running in fe97ec5349e7 21:09:02 Removing intermediate container 1ec62e6c4167 21:09:02 ---> 8810d5a7549e 21:09:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:03 Removing intermediate container fc89ac363708 21:09:03 ---> d2cd67ad6d29 21:09:03 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:09:03 Removing intermediate container fe97ec5349e7 21:09:03 ---> 48dbeb0cb69c 21:09:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:03 ---> 2d39e8251467 21:09:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:09:04 ---> 4a342a71c624 21:09:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:09:04 ---> 8f567f73165b 21:09:04 ---> 80dc06483ce2 21:09:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.shStep 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:09:04 21:09:05 ---> Running in cfd83babe975 21:09:05 ---> 8b038ddeb46f 21:09:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:09:06 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 21:09:06 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 21:09:06 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 21:09:06 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 21:09:06 Building config-common 21:09:06 + snapcraftctl build 21:09:06 ---> 5986de41e127 21:09:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:09:07 ---> 0a76ad4bd18f 21:09:07 ---> 8cf629616f25 21:09:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:09:07 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/ 21:09:07 ---> Running in 34550331a871 21:09:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:09:07 Status: Downloaded newer image for docker:20.10.0 21:09:07 ---> eeaf43b92773 21:09:07 Step 12/26 : RUN apk add --no-cache bash 21:09:07 ---> 4d5dc20f6bec 21:09:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:09:08 ---> Running in 0da8198bf31f 21:09:08 ---> Running in a0cadce8fc41 21:09:08 ---> 53a1eabbb3d2 21:09:08 Step 19/23 : ENTRYPOINT ["/core-command"] 21:09:08 ---> Running in b98de45f9dc0 21:09:08 Removing intermediate container a0cadce8fc41 21:09:08 ---> b4524573d616 21:09:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:09 Building edgex-go 21:09:09 ---> Running in d49a69905452 21:09:09 Removing intermediate container b98de45f9dc0 21:09:09 ---> dc21220b0373 21:09:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:09 Removing intermediate container cfd83babe975 21:09:09 ---> 3f1af55fec73 21:09:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:09 + cd /root/parts/edgex-go/src 21:09:09 + make build 21:09:09 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 21:09:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:09 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 21:09:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:10 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 21:09:10 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 21:09:10 go: downloading github.com/pkg/errors v0.8.1 21:09:10 go: downloading github.com/imdario/mergo v0.3.12 21:09:10 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:09:10 go: downloading github.com/go-playground/validator/v10 v10.4.1 21:09:10 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 21:09:10 ---> Running in b21bbc97ce26 21:09:10 (1/2) Installing readline (8.0.4-r0) 21:09:10 (2/2) Installing bash (5.0.17-r0) 21:09:10 Executing bash-5.0.17-r0.post-install 21:09:10 Executing busybox-1.31.1-r19.trigger 21:09:10 OK: 12 MiB in 22 packages 21:09:10 Removing intermediate container d49a69905452 21:09:10 ---> 979681a1c07a 21:09:10 Step 20/22 : LABEL arch=arm64 21:09:11 ---> Running in 9f706e5b49e4 21:09:11 ---> c91a9af64662 21:09:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:09:11 Removing intermediate container b21bbc97ce26 21:09:11 ---> ba3ab5cc0e98 21:09:11 Step 21/23 : LABEL arch=arm64 21:09:11 ---> Running in 7765ce1694da 21:09:11 Removing intermediate container 34550331a871 21:09:11 ---> 57529c8f5a07 21:09:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:09:11 Removing intermediate container 9f706e5b49e4 21:09:11 ---> 68ac43fbae65 21:09:11 Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:09:11 ---> Running in 2d5e3c791153 21:09:11 ---> Running in 9d355b5d8c67 21:09:12 Removing intermediate container 7765ce1694da 21:09:12 ---> 8161b5a9a2c3 21:09:12 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:09:12 Removing intermediate container 0da8198bf31f 21:09:12 ---> ddadf9c61ad1 21:09:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:09:12 ---> Running in 7c0c45fe98dd 21:09:12 ---> Running in e58428ac0770 21:09:12 Removing intermediate container 2d5e3c791153 21:09:12 ---> 513e3be5ab41 21:09:12 Step 22/24 : LABEL arch=arm64 21:09:13 Removing intermediate container 9d355b5d8c67 21:09:13 ---> 673394a3e557 21:09:13 ---> a53b19740c2e 21:09:13 Step 22/22 : LABEL version=0.0.0 21:09:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:09:13 ---> Running in 06c6fe911337 21:09:13 ---> Running in 8354b0008763 21:09:13 Removing intermediate container 7c0c45fe98dd 21:09:13 ---> ac767788d1c9 21:09:13 Step 23/23 : LABEL version=0.0.0 21:09:14 Removing intermediate container e58428ac0770 21:09:14 ---> fecfc519cb40 21:09:14 Step 14/26 : ENV APP_PORT=48090 21:09:14 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 21:09:14 ---> Running in bd0434e78402 21:09:14 ---> Running in 3d197d9a5da3 21:09:14 Removing intermediate container 06c6fe911337 21:09:14 ---> e613f3295bd3 21:09:14 Step 23/24 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:09:14 go: downloading gopkg.in/yaml.v2 v2.4.0 21:09:14 ---> 9cf974b97845 21:09:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:09:14 Removing intermediate container 8354b0008763 21:09:14 ---> 3e6d5f76f9ad 21:09:14 21:09:14 ---> Running in 1300f7b59df8 21:09:15 Removing intermediate container bd0434e78402 21:09:15 ---> 768660b57bcc 21:09:15 21:09:15 Removing intermediate container 3d197d9a5da3 21:09:15 ---> 74829ef4bf45 21:09:15 Step 15/26 : EXPOSE $APP_PORT 21:09:15 Successfully built 3e6d5f76f9ad 21:09:15 Successfully built 768660b57bcc 21:09:16 Successfully tagged docker-support-notifications-go-arm64:latest 21:09:16 Successfully tagged docker-core-command-go-arm64:latest 21:09:16 Removing intermediate container 1300f7b59df8 21:09:16  Building docker-core-command-go ... done Building docker-core-data-go 21:09:16 ---> cc9ac61d5bc2 21:09:16 Step 24/24 : LABEL version=0.0.0 Building docker-support-notifications-go ... done Building docker-support-scheduler-go 21:09:16 21:09:16 ---> Running in 2893db4134f5 21:09:16 ---> 695f843913e1 21:09:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:09:16 ---> Running in a6c5f2fb6e63 21:09:17 Removing intermediate container 2893db4134f5 21:09:17 ---> ff83715f1e76 21:09:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:09:17 Removing intermediate container a6c5f2fb6e63 21:09:17 ---> 8b2b8f2153cc 21:09:17 21:09:17 ---> 98490b11b7d4 21:09:17 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:09:18 Successfully built 8b2b8f2153cc 21:09:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:09:18  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 21:09:18 ---> Running in dfd3000b7b76 21:09:18 ---> bb2ca60964ff 21:09:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:09:19 Removing intermediate container dfd3000b7b76 21:09:19 ---> 9ccd09aa66a4 21:09:19 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:09:20 ---> cdbfad04b707 21:09:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:09:20 ---> 8588e611e2fd 21:09:20 Step 26/31 : RUN chmod +x /entrypoint.sh 21:09:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:09:21 ---> Running in 85363bda9b0c 21:09:21 ---> 2169f1b668a0 21:09:21 Step 19/26 : RUN apk --no-cache add py3-pip 21:09:22 ---> Running in 4c23e3ee1e77 21:09:22 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 21:09:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:24 (1/33) Installing libbz2 (1.0.8-r1) 21:09:24 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 21:09:24 (2/33) Installing expat (2.2.9-r1) 21:09:24 (3/33) Installing libffi (3.3-r2) 21:09:24 (4/33) Installing gdbm (1.13-r1) 21:09:24 (5/33) Installing xz-libs (5.2.5-r0) 21:09:24 (6/33) Installing sqlite-libs (3.32.1-r0) 21:09:24 (7/33) Installing python3 (3.8.8-r0) 21:09:24 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 21:09:24 go: downloading github.com/stretchr/testify v1.7.0 21:09:24 go: downloading github.com/pmezard/go-difflib v1.0.0 21:09:24 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:09:24 go: downloading github.com/davecgh/go-spew v1.1.1 21:09:26 Removing intermediate container 85363bda9b0c 21:09:26 ---> f10d921edf53 21:09:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:09:26 (8/33) Installing py3-appdirs (1.4.4-r1) 21:09:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:09:26 (10/33) Installing py3-parsing (2.4.7-r0) 21:09:26 (11/33) Installing py3-six (1.15.0-r0) 21:09:26 (12/33) Installing py3-packaging (20.4-r0) 21:09:26 (13/33) Installing py3-setuptools (47.0.0-r0) 21:09:26 (14/33) Installing py3-chardet (3.0.4-r4) 21:09:26 (15/33) Installing py3-idna (2.9-r0) 21:09:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:09:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:09:26 (18/33) Installing py3-requests (2.23.0-r0) 21:09:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:09:26 (19/33) Installing py3-msgpack (1.0.0-r0) 21:09:26 (20/33) Installing py3-lockfile (0.12.2-r3) 21:09:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:09:26 (22/33) Installing py3-colorama (0.4.3-r0) 21:09:26 (23/33) Installing py3-distlib (0.3.0-r0) 21:09:26 (24/33) Installing py3-distro (1.5.0-r1) 21:09:26 (25/33) Installing py3-webencodings (0.5.1-r3) 21:09:26 (26/33) Installing py3-html5lib (1.0.1-r4) 21:09:26 ---> Running in b92dc18a36da 21:09:26 (27/33) Installing py3-pytoml (0.1.21-r0) 21:09:26 (28/33) Installing py3-pep517 (0.8.2-r0) 21:09:26 (29/33) Installing py3-progress (1.5-r0) 21:09:26 (30/33) Installing py3-toml (0.10.1-r0) 21:09:26 (31/33) Installing py3-retrying (1.3.3-r0) 21:09:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:09:26 (33/33) Installing py3-pip (20.1.1-r0) 21:09:26 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:09:26 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:09:26 Executing busybox-1.31.1-r19.trigger 21:09:26 OK: 71 MiB in 55 packages 21:09:27 Removing intermediate container b92dc18a36da 21:09:27 ---> 3b75d1a0b0b1 21:09:27 Step 28/31 : CMD ["gate"] 21:09:28 ---> Running in 196bfc94ceff 21:09:28 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 21:09:29 Removing intermediate container 196bfc94ceff 21:09:29 ---> 0f427a4b5fb5 21:09:29 Step 29/31 : LABEL arch=arm64 21:09:30 ---> Running in f4afc1d672ac 21:09:30 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 21:09:31 Removing intermediate container f4afc1d672ac 21:09:31 ---> a5e92bb36b74 21:09:31 Step 30/31 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:09:31 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 21:09:32 ---> Running in d5188fc40299 21:09:32 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 21:09:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:09:33 Removing intermediate container d5188fc40299 21:09:33 ---> 00454e4686c9 21:09:33 Step 31/31 : LABEL version=0.0.0 21:09:33 ---> Running in d7af70928f60 21:09:33 Removing intermediate container 4c23e3ee1e77 21:09:33 ---> 4cbddb042ae6 21:09:33 Step 20/26 : RUN pip install docker-compose==1.23.2 21:09:33 ---> Running in 244c1a4d0258 21:09:34 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 21:09:34 go: downloading github.com/lib/pq v1.9.0 21:09:34 Removing intermediate container d7af70928f60 21:09:34 ---> 692165684717 21:09:34 21:09:34 Successfully built 692165684717 21:09:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:09:35 Building docker-core-metadata-go 21:09:36 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:09:36 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:09:36 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:09:36 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:09:36 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:09:36 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:09:36 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:09:36 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:09:36 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:09:36 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:09:36 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:09:36 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:09:36 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:09:36 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:09:36 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:09:36 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:09:36 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:09:36 + 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 21:09:36 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:09:36 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:09:36 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 21:09:36 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:09:36 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:09:36 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:09:36 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:09:36 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:09:39  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 21:09:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:09:39 Collecting docopt<0.7,>=0.6.1 21:09:39 Downloading docopt-0.6.2.tar.gz (25 kB) 21:09:40 Building static-packages 21:09:40 + snapcraftctl build 21:09:42 Building version 21:09:42 + snapcraftctl build 21:09:42 Collecting texttable<0.10,>=0.9.0 21:09:42 Downloading texttable-0.9.1.tar.gz (11 kB) 21:09:44 Collecting cached-property<2,>=1.2.0 21:09:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:09:44 Skipping stage go-build-helper (already ran) 21:09:44 Staging app-service-config 21:09:44 + snapcraftctl stage 21:09:45 Collecting websocket-client<1.0,>=0.32.0 21:09:45 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:09:45 Staging config-common 21:09:45 + snapcraftctl stage 21:09:46 Collecting jsonschema<3,>=2.5.1 21:09:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:09:47 Staging edgex-go 21:09:47 + snapcraftctl stage 21:09:47 Collecting docker<4.0,>=3.6.0 21:09:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:09: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) 21:09:47 Collecting dockerpty<0.5,>=0.4.1 21:09:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:09:48 Staging static-packages 21:09:48 + snapcraftctl stage 21:09:49 Staging version 21:09:49 + snapcraftctl stage 21:09:50 Priming go-build-helper 21:09:50 + snapcraftctl prime 21:09:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:09:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:09:51 Priming app-service-config 21:09:51 + snapcraftctl prime 21:09:52 Collecting PyYAML<4,>=3.10 21:09:52 Downloading PyYAML-3.13.tar.gz (270 kB) 21:09:52 Priming config-common 21:09:52 + snapcraftctl prime 21:09:53 Priming edgex-go 21:09:53 + snapcraftctl prime 21:09:55 Priming static-packages 21:09:55 + snapcraftctl prime 21:09:55 Collecting docker-pycreds>=0.4.0 21:09:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:09:55 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) 21:09:55 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) 21:09:55 Collecting idna<2.8,>=2.5 21:09:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:09:56 Collecting urllib3<1.25,>=1.21.1 21:09:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:09:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:09:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:09:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:09:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:09:57 Priming version 21:09:57 + snapcraftctl prime 21:09:57 Installing collected packages: docopt, texttable, cached-property, websocket-client, jsonschema, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docker-compose 21:09:57 Running setup.py install for docopt: started 21:09:58 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 21:09:59 Running setup.py install for docopt: finished with status 'done' 21:09:59 Running setup.py install for texttable: started [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:10:01 Running setup.py install for texttable: finished with status 'done' 21:10:02 Attempting uninstall: idna 21:10:02 Found existing installation: idna 2.9 21:10:02 Uninstalling idna-2.9: 21:10:02 Successfully uninstalled idna-2.9 21:10:03 Attempting uninstall: urllib3 21:10:03 Found existing installation: urllib3 1.25.9 21:10:03 Uninstalling urllib3-1.25.9: 21:10:03 Successfully uninstalled urllib3-1.25.9 21:10:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:04 ---> 0351c2ef5566 21:10:04 Step 3/22 : WORKDIR /edgex-go 21:10:04 ---> Using cache 21:10:04 ---> fa5c1ab74a5f 21:10:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:04 ---> Using cache 21:10:04 ---> 53d70a62f4c8 21:10:04 Step 5/22 : RUN apk add --update --no-cache make git 21:10:04 ---> Using cache 21:10:04 ---> c6f1616b0189 21:10:04 Step 6/22 : COPY go.mod . 21:10:04 ---> Using cache 21:10:04 ---> 1aa8e8a30cff 21:10:04 Step 7/22 : RUN go mod download 21:10:04 ---> Using cache 21:10:04 ---> 6a02ae983069 21:10:04 Step 8/22 : COPY . . 21:10:04 ---> Using cache 21:10:04 ---> 24f0efc14bf1 21:10:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:10:04 Attempting uninstall: requests 21:10:04 Found existing installation: requests 2.23.0 21:10:04 Uninstalling requests-2.23.0: 21:10:04 Successfully uninstalled requests-2.23.0 21:10:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:04 ---> 0351c2ef5566 21:10:04 Step 3/23 : WORKDIR /edgex-go 21:10:04 ---> Using cache 21:10:04 ---> fa5c1ab74a5f 21:10:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:04 ---> Using cache 21:10:04 ---> 53d70a62f4c8 21:10:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:10:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:10:06 ---> 0351c2ef5566 21:10:06 Step 3/21 : WORKDIR /edgex-go 21:10:06 ---> Using cache 21:10:06 ---> fa5c1ab74a5f 21:10:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:06 ---> Using cache 21:10:06 ---> 53d70a62f4c8 21:10:06 Step 5/21 : RUN apk add --update --no-cache make git 21:10:06 ---> Using cache 21:10:06 ---> c6f1616b0189 21:10:06 Step 6/21 : COPY go.mod . 21:10:06 ---> Using cache 21:10:06 ---> 1aa8e8a30cff 21:10:06 Step 7/21 : RUN go mod download 21:10:06 ---> Using cache 21:10:06 ---> 6a02ae983069 21:10:06 Step 8/21 : COPY . . 21:10:06 ---> Using cache 21:10:06 ---> 24f0efc14bf1 21:10:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:10:08 Running setup.py install for dockerpty: started 21:10:10 ---> Running in f8090c02a7aa 21:10:10 ---> Running in a6bdaa312b8a 21:10:10 ---> Running in fbd863d2d48f 21:10:10 Running setup.py install for dockerpty: finished with status 'done' 21:10:10 Running setup.py install for PyYAML: started 21:10:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:12 ---> 0351c2ef5566 21:10:12 Step 3/23 : WORKDIR /edgex-go 21:10:12 ---> Using cache 21:10:12 ---> fa5c1ab74a5f 21:10:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:12 ---> Using cache 21:10:12 ---> 53d70a62f4c8 21:10:12 Step 5/23 : RUN apk add --update --no-cache make git 21:10:12 ---> Using cache 21:10:12 ---> c6f1616b0189 21:10:12 Step 6/23 : COPY go.mod . 21:10:12 ---> Using cache 21:10:12 ---> 1aa8e8a30cff 21:10:12 Step 7/23 : RUN go mod download 21:10:12 ---> Using cache 21:10:12 ---> 6a02ae983069 21:10:12 Step 8/23 : COPY . . 21:10:12 ---> Using cache 21:10:12 ---> 24f0efc14bf1 21:10:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:10:12 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 21:10:12 ---> Running in f983a5645556 21:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:13 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 21:10:13 Running setup.py install for PyYAML: finished with status 'done' 21:10:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:14 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 21:10:14 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 21:10:16 OK: 217 MiB in 51 packages 21:10:18 Removing intermediate container f8090c02a7aa 21:10:18 ---> 3db951ad19fb 21:10:18 Step 6/23 : COPY go.mod . 21:10:20 ---> fb947a8e4d4b 21:10:20 Step 7/23 : RUN go mod download 21:10:20 ---> Running in c98281915cd4 21:10:20 Removing intermediate container 244c1a4d0258 21:10:20 ---> 8ea6ba13f1bb 21:10:20 Step 21/26 : RUN apk --no-cache add curl 21:10:21 ---> Running in aa2475dd3654 21:10:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:10:24 (2/3) Installing libcurl (7.69.1-r3) 21:10:24 (3/3) Installing curl (7.69.1-r3) 21:10:24 Executing busybox-1.31.1-r19.trigger 21:10:24 OK: 72 MiB in 58 packages 21:10:25 Removing intermediate container c98281915cd4 21:10:25 ---> a09f12d59739 21:10:25 Step 8/23 : COPY . . 21:10:27 Removing intermediate container aa2475dd3654 21:10:27 ---> 0ac2580194ec 21:10:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:10:27 ---> Running in 4a2d50e31571 21:10:28 Removing intermediate container 4a2d50e31571 21:10:28 ---> caf3341e420a 21:10:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:29 ---> Running in 9c819f0ac412 21:10:30 Removing intermediate container 9c819f0ac412 21:10:30 ---> 86d7bb9c3970 21:10:30 Step 24/26 : LABEL arch=arm64 21:10:30 ---> Running in af16cba01f6d 21:10:31 Removing intermediate container af16cba01f6d 21:10:31 ---> 16f99e547309 21:10:31 Step 25/26 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:10:32 ---> Running in 2251edd1c698 21:10:33 Removing intermediate container 2251edd1c698 21:10:33 ---> 0cc954d17ce2 21:10:33 Step 26/26 : LABEL version=0.0.0 21:10:33 ---> Running in d1321e30efd5 21:10:34 Removing intermediate container d1321e30efd5 21:10:34 ---> 6e7a503d62d3 21:10:34 21:10:35 Successfully built 6e7a503d62d3 21:10:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:10:48  Building docker-sys-mgmt-agent-go ... done  ---> bc54a44180ee 21:10:48 Step 9/23 : RUN make cmd/core-data/core-data 21:10:48 ---> Running in c5bf8d2ccff5 21:10:49 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 21:11:36 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 21:11:46 Removing intermediate container a6bdaa312b8a 21:11:46 ---> bba739809d17 21:11:46 21:11:46 Step 10/21 : FROM alpine:3.12 21:11:46 ---> e47305ac9786 21:11:46 Step 11/21 : RUN apk add --update --no-cache curl 21:11:46 ---> Running in a9ec9690db91 21:11:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:11:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:11:49 (1/4) Installing ca-certificates (20191127-r4) 21:11:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:11:49 (3/4) Installing libcurl (7.69.1-r3) 21:11:49 (4/4) Installing curl (7.69.1-r3) 21:11:49 Executing busybox-1.31.1-r19.trigger 21:11:49 Executing ca-certificates-20191127-r4.trigger 21:11:50 OK: 7 MiB in 18 packages 21:11:53 Removing intermediate container a9ec9690db91 21:11:53 ---> dc45898f9125 21:11:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:11:53 ---> Running in f7afd0678477 21:11:53 Removing intermediate container fbd863d2d48f 21:11:53 ---> 20f2140eb93a 21:11:53 21:11:53 Step 10/22 : FROM alpine:3.12 21:11:53 ---> e47305ac9786 21:11:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:11:53 ---> Using cache 21:11:53 ---> a47ca8de785a 21:11:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:11:53 ---> Using cache 21:11:53 ---> d4881c676d7c 21:11:53 Step 13/22 : ENV APP_PORT=48085 21:11:54 ---> Running in ba0da2c6e231 21:11:54 Removing intermediate container f7afd0678477 21:11:54 ---> 3c629e77a7bd 21:11:54 Step 13/21 : WORKDIR /edgex 21:11:54 ---> Running in 45929cc7773f 21:11:55 Removing intermediate container ba0da2c6e231 21:11:55 ---> 97323ff123da 21:11:55 Step 14/22 : EXPOSE $APP_PORT 21:11:55 ---> Running in 5809a43a9437 21:11:55 Removing intermediate container 45929cc7773f 21:11:55 ---> 8e3e737ce2b0 21:11:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:11:55 Removing intermediate container 5809a43a9437 21:11:55 ---> d4b76ff0c190 21:11:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:11:56 ---> 3741ee333935 21:11:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:11:57 ---> 5d19fa69ea49 21:11:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:11:59 ---> f20c1d2fc2b2 21:11:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:11:59 ---> 83f6823413cf 21:11:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:12:00 ---> 57b05e0e01b7 21:12:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:12:01 ---> Running in 27565dfa4dea 21:12:01 ---> ec98b2dd89f9 21:12:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:12:01 ---> Running in 5dfdec6d3d2d 21:12:02 Removing intermediate container 27565dfa4dea 21:12:02 ---> b9a0165e10db 21:12:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:02 ---> Running in cac0a71acc1a 21:12:02 Removing intermediate container 5dfdec6d3d2d 21:12:02 ---> 1006f0180e83 21:12:02 Step 18/21 : CMD ["--init=true"] 21:12:02 ---> Running in 46b071eab153 21:12:03 Removing intermediate container cac0a71acc1a 21:12:03 ---> 778111760aed 21:12:03 Step 20/22 : LABEL arch=arm64 21:12:03 ---> Running in 00542d53dafc 21:12:03 Removing intermediate container 46b071eab153 21:12:03 ---> 9dabdb55031e 21:12:03 Step 19/21 : LABEL arch=arm64 21:12:03 ---> Running in 93e6fcd9c70a 21:12:04 Removing intermediate container 00542d53dafc 21:12:04 ---> 898534ce4376 21:12:04 Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:12:04 ---> Running in da0829dc9605 21:12:05 Removing intermediate container 93e6fcd9c70a 21:12:05 ---> 06db77f1449a 21:12:05 Step 20/21 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:12:05 ---> Running in 1f8b691d60dd 21:12:05 Removing intermediate container da0829dc9605 21:12:05 ---> 026687802283 21:12:05 Step 22/22 : LABEL version=0.0.0 21:12:05 ---> Running in 71455f49df36 21:12:06 Removing intermediate container 1f8b691d60dd 21:12:06 ---> d69a9bf09c73 21:12:06 Step 21/21 : LABEL version=0.0.0 21:12:07 ---> Running in 69619b6b2865 21:12:07 Removing intermediate container 71455f49df36 21:12:07 ---> 0f585fe57c7f 21:12:07 21:12:07 Removing intermediate container f983a5645556 21:12:07 ---> f11fa64e418a 21:12:07 21:12:07 Step 10/23 : FROM alpine:3.12 21:12:07 ---> e47305ac9786 21:12:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:12:07 ---> Using cache 21:12:07 ---> a47ca8de785a 21:12:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:12:07 ---> Using cache 21:12:07 ---> d4881c676d7c 21:12:07 Step 13/23 : ENV APP_PORT=48081 21:12:07 Successfully built 0f585fe57c7f 21:12:07 Successfully tagged docker-support-scheduler-go-arm64:latest 21:12:07  Building docker-support-scheduler-go ... done Removing intermediate container 69619b6b2865 21:12:07 ---> 3f8a40269c38 21:12:07 21:12:08 ---> Running in 066beb5f3065 21:12:08 Successfully built 3f8a40269c38 21:12:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:12:08  Building docker-security-proxy-setup-go ... done Removing intermediate container 066beb5f3065 21:12:08 ---> f9d075158a27 21:12:08 Step 14/23 : EXPOSE $APP_PORT 21:12:08 ---> Running in 78f4a505ad98 21:12:09 Removing intermediate container 78f4a505ad98 21:12:09 ---> c973ee89a6c0 21:12:09 Step 15/23 : WORKDIR / 21:12:09 ---> Running in ea87d0820325 21:12:09 Removing intermediate container ea87d0820325 21:12:09 ---> 223a947383d4 21:12:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:10 ---> 1348c2da43c0 21:12:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:12:12 ---> e7c8b001b89d 21:12:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:12:12 ---> 7c47430b9143 21:12:12 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:12:13 ---> Running in 793cc307233e 21:12:14 Removing intermediate container 793cc307233e 21:12:14 ---> 2fc2a9ad8772 21:12:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:14 ---> Running in 3030a776fafd 21:12:14 Removing intermediate container 3030a776fafd 21:12:14 ---> a390b874c9e1 21:12:14 Step 21/23 : LABEL arch=arm64 21:12:15 ---> Running in 50749f884c9c 21:12:15 Removing intermediate container 50749f884c9c 21:12:15 ---> e856a64c8a78 21:12:15 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:12:16 ---> Running in 51928526b6f9 21:12:16 Removing intermediate container 51928526b6f9 21:12:16 ---> bfd91eebc27b 21:12:16 Step 23/23 : LABEL version=0.0.0 21:12:16 ---> Running in 75214f852340 21:12:17 Removing intermediate container 75214f852340 21:12:17 ---> a21ab8969a69 21:12:17 21:12:17 Successfully built a21ab8969a69 21:12:17 Successfully tagged docker-core-metadata-go-arm64:latest 21:12:23  Building docker-core-metadata-go ... done Removing intermediate container c5bf8d2ccff5 21:12:23 ---> 520396885051 21:12:23 21:12:23 Step 10/23 : FROM alpine:3.12 21:12:23 ---> e47305ac9786 21:12:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:12:23 ---> Running in f18f36c8437e 21:12:23 Removing intermediate container f18f36c8437e 21:12:23 ---> b05148b25401 21:12:23 Step 12/23 : ENV APP_PORT=48080 21:12:23 ---> Running in d7f14d24a73c 21:12:23 Removing intermediate container d7f14d24a73c 21:12:23 ---> c5ff735785d9 21:12:23 Step 13/23 : EXPOSE $APP_PORT 21:12:23 ---> Running in 033f19ac261f 21:12:24 Removing intermediate container 033f19ac261f 21:12:24 ---> a6c4050857af 21:12:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:24 ---> Running in 3117cff7281f 21:12:26 Removing intermediate container 3117cff7281f 21:12:26 ---> 842912547b2b 21:12:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:12:26 ---> Running in 715a5bceb1d5 21:12:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:29 (1/6) Installing dumb-init (1.2.2-r1) 21:12:30 (2/6) Installing libgcc (9.3.0-r2) 21:12:30 (3/6) Installing libsodium (1.0.18-r0) 21:12:30 (4/6) Installing libstdc++ (9.3.0-r2) 21:12:31 (5/6) Installing libzmq (4.3.3-r0) 21:12:31 (6/6) Installing zeromq (4.3.3-r0) 21:12:31 Executing busybox-1.31.1-r19.trigger 21:12:31 OK: 8 MiB in 20 packages 21:12:32 Removing intermediate container 715a5bceb1d5 21:12:32 ---> ac16eb72d156 21:12:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:33 ---> 8e1a82d962e6 21:12:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:12:34 ---> 8ce96ee15b5d 21:12:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:12:35 ---> e7671eb90957 21:12:35 Step 19/23 : ENTRYPOINT ["/core-data"] 21:12:35 ---> Running in 45fcac173a23 21:12:35 Removing intermediate container 45fcac173a23 21:12:35 ---> 3d8728a00bc6 21:12:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:35 ---> Running in ef0f9589d369 21:12:36 Removing intermediate container ef0f9589d369 21:12:36 ---> ce4b0dcfa76b 21:12:36 Step 21/23 : LABEL arch=arm64 21:12:37 ---> Running in 6828726055ff 21:12:37 Removing intermediate container 6828726055ff 21:12:37 ---> 70bf3a096f3b 21:12:37 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 21:12:37 ---> Running in 77e390498abd 21:12:37 Removing intermediate container 77e390498abd 21:12:37 ---> 8adb1f37867a 21:12:37 Step 23/23 : LABEL version=0.0.0 21:12:38 ---> Running in 9c1af40684cc 21:12:38 Removing intermediate container 9c1af40684cc 21:12:38 ---> 719d52396bbb 21:12:38 21:12:39 Successfully built 719d52396bbb 21:12:39 Successfully tagged docker-core-data-go-arm64:latest 21:12:39  Building docker-core-data-go ... done  [Pipeline] } 21:12:39 $ docker stop --time=1 3f1ec54a2347c8763275c8288fbce6c7c38aec0f8a2917171dfa0efc115575d7 21:12:41 $ docker rm -f 3f1ec54a2347c8763275c8288fbce6c7c38aec0f8a2917171dfa0efc115575d7 [Pipeline] // withDockerContainer [Pipeline] sh 21:12:41 + + docker imagesgrep 21:12:41 docker 21:12:42 docker-core-data-go-arm64 latest 719d52396bbb 4 seconds ago 21.4MB 21:12:42 docker-core-metadata-go-arm64 latest a21ab8969a69 26 seconds ago 17.9MB 21:12:42 docker-security-proxy-setup-go-arm64 latest 3f8a40269c38 35 seconds ago 24.1MB 21:12:42 docker-support-scheduler-go-arm64 latest 0f585fe57c7f 36 seconds ago 16.4MB 21:12:42 docker-sys-mgmt-agent-go-arm64 latest 6e7a503d62d3 2 minutes ago 301MB 21:12:42 docker-security-bootstrapper-go-arm64 latest 692165684717 3 minutes ago 17.9MB 21:12:42 docker-security-secretstore-setup-go-arm64 latest 8b2b8f2153cc 3 minutes ago 24.4MB 21:12:42 docker-support-notifications-go-arm64 latest 3e6d5f76f9ad 3 minutes ago 16.9MB 21:12:42 docker-core-command-go-arm64 latest 768660b57bcc 3 minutes ago 16.3MB 21:12: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 21:12:43 ---> job-cost.sh 21:12:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-N4ur 21:13:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:14:58 lf-activate-venv(): INFO: Adding /tmp/venv-N4ur/bin to PATH 21:14:58 INFO: No Stack... 21:14:58 INFO: Retrieving Pricing Info for: lf-standard-4 21:14:58 INFO: Archiving Costs [Pipeline] sh 21:14:59 + cat /w/workspace/edgex-go/4/archives/cost.csv 21:14:59 + cut -d, -f6 [Pipeline] lock 21:14:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3300-4-stack-cost] 21:14:59 Resource [jenkins-edgexfoundry-edgex-go-PR-3300-4-stack-cost] did not exist. Created. 21:14:59 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3300-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:14:59 + echo total: 0.20999999344348907 [Pipeline] stash 21:15:00 Stashed 1 file(s) [Pipeline] } 21:15:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3300-4-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 21:15:01 provisioning config files... 21:15:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config3752479205771110765tmp [Pipeline] { [Pipeline] sh 21:15:02 + set +x 21:15:02 + curl -s https://codecov.io/bash 21:15:02 + bash -s -- 21:15:02 21:15:02 _____ _ 21:15:02 / ____| | | 21:15:02 | | ___ __| | ___ ___ _____ __ 21:15:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:15:02 | |___| (_) | (_| | __/ (_| (_) \ V / 21:15:02 \_____\___/ \__,_|\___|\___\___/ \_/ 21:15:02 Bash-20210309-2b87ace 21:15:02 21:15:02 21:15:02 ==> git version 2.24.3 found 21:15:02 ==> 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 21:15:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:15:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:15:02 ==> Jenkins CI detected. 21:15:02 project root: . 21:15:02 --> token set from env 21:15:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:15:02 ==> Running gcov in . (disable via -X gcov) 21:15:02 ==> Python coveragepy not found 21:15:02 ==> Searching for coverage reports in: 21:15:02 + . 21:15:02 -> Found 1 reports 21:15:02 ==> Detecting git/mercurial file structure 21:15:02 ==> Reading reports 21:15:02 + ./coverage.out bytes=668090 21:15:02 ==> Appending adjustments 21:15:02 https://docs.codecov.io/docs/fixing-reports 21:15:05 + Found adjustments 21:15:05 ==> Gzipping contents 21:15:05 96K /tmp/codecov.c7r0lK.gz 21:15:05 ==> Uploading reports 21:15:05 url: https://codecov.io 21:15:05 query: branch=PR-3300&commit=49fe07c0865b4f764a46dfa194199239fc0884ee&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3300%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3300&job=&cmd_args= 21:15:05 -> Pinging Codecov 21:15:05 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3300&commit=49fe07c0865b4f764a46dfa194199239fc0884ee&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3300%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3300&job=&cmd_args= 21:15:06 -> Uploading to 21:15:06 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/49fe07c0865b4f764a46dfa194199239fc0884ee/bec1de01-a7ee-435f-ad04-89576ac308d4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T211506Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6ee51a4b752d76a1c9d1c48a6e9e50ce7b29dc6441f373a908f4f666ba04e60 21:15:06 % Total % Received % Xferd Average Speed Time Time Time Current 21:15:06 Dload Upload Total Spent Left Speed 21:15:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96706 0 0 100 96706 0 196k --:--:-- --:--:-- --:--:-- 196k 100 96706 0 0 100 96706 0 196k --:--:-- --:--:-- --:--:-- 196k 21:15:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/49fe07c0865b4f764a46dfa194199239fc0884ee [Pipeline] } 21:15:07 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 21:15:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:15:09 ---> package-listing.sh 21:15:09 ++ facter osfamily 21:15:09 ++ tr '[:upper:]' '[:lower:]' 21:15:09 + OS_FAMILY=redhat 21:15:09 + workspace=/w/workspace/edgex-go/4 21:15:09 + START_PACKAGES=/tmp/packages_start.txt 21:15:09 + END_PACKAGES=/tmp/packages_end.txt 21:15:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:15:09 + PACKAGES=/tmp/packages_start.txt 21:15:09 + '[' /w/workspace/edgex-go/4 ']' 21:15:09 + PACKAGES=/tmp/packages_end.txt 21:15:09 + case "${OS_FAMILY}" in 21:15:09 + rpm -qa 21:15:09 + sort 21:15:14 + '[' -f /tmp/packages_start.txt ']' 21:15:14 + '[' -f /tmp/packages_end.txt ']' 21:15:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:15:14 + '[' /w/workspace/edgex-go/4 ']' 21:15:14 + mkdir -p /w/workspace/edgex-go/4/archives/ 21:15:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 21:15:14 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:15:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:15:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:15:15 21:15:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:15:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:15:15 alpine: Pulling from edgex-lftools-log-publisher 21:15:15 df20fa9351a1: Pulling fs layer 21:15:15 36b3adc4ff6f: Pulling fs layer 21:15:15 8ad3a11d3b57: Pulling fs layer 21:15:15 46f8f816bc3b: Pulling fs layer 21:15:15 93b61091891f: Pulling fs layer 21:15:15 93b9cdb0e59b: Pulling fs layer 21:15:15 5e14af77c1be: Pulling fs layer 21:15:15 01666e4c0597: Pulling fs layer 21:15:15 aa168da1d23b: Pulling fs layer 21:15:15 93b9cdb0e59b: Waiting 21:15:15 5e14af77c1be: Waiting 21:15:15 01666e4c0597: Waiting 21:15:15 aa168da1d23b: Waiting 21:15:15 46f8f816bc3b: Waiting 21:15:15 93b61091891f: Waiting 21:15:15 36b3adc4ff6f: Download complete 21:15:15 46f8f816bc3b: Download complete 21:15:15 df20fa9351a1: Verifying Checksum 21:15:15 df20fa9351a1: Download complete 21:15:16 93b9cdb0e59b: Verifying Checksum 21:15:16 93b9cdb0e59b: Download complete 21:15:16 5e14af77c1be: Verifying Checksum 21:15:16 5e14af77c1be: Download complete 21:15:16 93b61091891f: Verifying Checksum 21:15:16 93b61091891f: Download complete 21:15:16 01666e4c0597: Verifying Checksum 21:15:16 01666e4c0597: Download complete 21:15:16 8ad3a11d3b57: Verifying Checksum 21:15:16 8ad3a11d3b57: Download complete 21:15:16 df20fa9351a1: Pull complete 21:15:16 36b3adc4ff6f: Pull complete 21:15:18 aa168da1d23b: Verifying Checksum 21:15:18 aa168da1d23b: Download complete 21:15:18 8ad3a11d3b57: Pull complete 21:15:18 46f8f816bc3b: Pull complete 21:15:19 93b61091891f: Pull complete 21:15:19 93b9cdb0e59b: Pull complete 21:15:19 5e14af77c1be: Pull complete 21:15:19 01666e4c0597: Pull complete 21:15:27 aa168da1d23b: Pull complete 21:15:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:15:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:15:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:15:28 prd-centos7-docker-4c-2g-31843 does not seem to be running inside a container 21:15:28 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:15:36 $ docker top bd243d10cb84be0ced223902ed279ba25b0af07891234900ad89849b8d582057 -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:37 + touch /tmp/pre-build-complete [Pipeline] sh 21:15:37 + mkdir -p /var/log/sa [Pipeline] sh 21:15:37 + ls /var/log/sa-host 21:15:37 + sadf -c /var/log/sa-host/sa23 21:15:37 file_magic: OK 21:15:37 HZ: Using current value: 100 21:15:37 file_header: OK 21:15:37 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 21:15:37 Statistics: 21:15:37 Hnuu...uuuununununu... 21:15:37 File successfully converted to sysstat format version 12.2.1 21:15:37 + sadf -c /var/log/sa-host/sa29 21:15:37 file_magic: OK 21:15:37 HZ: Using current value: 100 21:15:37 file_header: OK 21:15:37 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 21:15:37 Statistics: 21:15:37 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... 21:15:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:15:38 provisioning config files... 21:15:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2366543942114655552tmp [Pipeline] { [Pipeline] echo 21:15:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:15:38 ---> create-netrc.sh [Pipeline] } 21:15:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:15:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:15:38 ---> python-tools-install.sh [Pipeline] echo 21:15:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:15:39 ---> sudo-logs.sh 21:15:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:15:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:15:39 ---> job-cost.sh 21:15:39 lf-activate-venv: SKIPPING 21:15:39 DEBUG: total: 0.20999999344348907 21:15:39 INFO: Retrieving Stack Cost... 21:15:40 INFO: Retrieving Pricing Info for: v1-standard-2 21:15:41 INFO: Archiving Costs [Pipeline] echo 21:15:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:15:41 ---> logs-deploy.sh 21:15:41 lf-activate-venv: SKIPPING 21:15:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3300/4 21:15:41 INFO: archiving workspace using pattern(s): 21:15:42 Archives upload complete. 21:15:43 INFO: archiving logs to Nexus 21:15:44 ---> uname -a: 21:15:44 Linux prd-centos7-docker-4c-2g-31843.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:15:44 21:15:44 21:15:44 ---> lscpu: 21:15:44 Architecture: x86_64 21:15:44 CPU op-mode(s): 32-bit, 64-bit 21:15:44 Byte Order: Little Endian 21:15:44 Address sizes: 40 bits physical, 48 bits virtual 21:15:44 CPU(s): 4 21:15:44 On-line CPU(s) list: 0-3 21:15:44 Thread(s) per core: 1 21:15:44 Core(s) per socket: 1 21:15:44 Socket(s): 4 21:15:44 NUMA node(s): 1 21:15:44 Vendor ID: GenuineIntel 21:15:44 CPU family: 6 21:15:44 Model: 44 21:15:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:15:44 Stepping: 1 21:15:44 CPU MHz: 2933.436 21:15:44 BogoMIPS: 5866.87 21:15:44 Virtualization: VT-x 21:15:44 Hypervisor vendor: KVM 21:15:44 Virtualization type: full 21:15:44 L1d cache: 128 KiB 21:15:44 L1i cache: 128 KiB 21:15:44 L2 cache: 16 MiB 21:15:44 L3 cache: 64 MiB 21:15:44 NUMA node0 CPU(s): 0-3 21:15:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:15:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:15:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:15:44 Vulnerability Meltdown: Mitigation; PTI 21:15:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:15:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:15:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:15:44 Vulnerability Srbds: Not affected 21:15:44 Vulnerability Tsx async abort: Not affected 21:15:44 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 21:15:44 21:15:44 21:15:44 ---> nproc: 21:15:44 4 21:15:44 21:15:44 21:15:44 ---> df -h: 21:15:44 Filesystem Size Used Available Use% Mounted on 21:15:44 overlay 50.0G 13.1G 36.9G 26% / 21:15:44 tmpfs 64.0M 0 64.0M 0% /dev 21:15:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:15:44 shm 64.0M 0 64.0M 0% /dev/shm 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/4@tmp 21:15:44 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/4 21:15:44 21:15:44 21:15:44 ---> free -m: 21:15:44 total used free shared buff/cache available 21:15:44 Mem: 1837 714 131 0 992 1041 21:15:44 Swap: 1023 76 947 21:15:44 21:15:44 21:15:44 ---> ip addr: 21:15:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:15:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:15:44 inet 127.0.0.1/8 scope host lo 21:15:44 valid_lft forever preferred_lft forever 21:15:44 inet6 ::1/128 scope host 21:15:44 valid_lft forever preferred_lft forever 21:15:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:15:44 link/ether fa:16:3e:10:2c:f9 brd ff:ff:ff:ff:ff:ff 21:15:44 inet 10.30.123.37/23 brd 10.30.123.255 scope global dynamic eth0 21:15:44 valid_lft 85056sec preferred_lft 85056sec 21:15:44 inet6 fe80::f816:3eff:fe10:2cf9/64 scope link 21:15:44 valid_lft forever preferred_lft forever 21:15:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:15:44 link/ether 02:42:b6:b1:dd:a5 brd ff:ff:ff:ff:ff:ff 21:15:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:15:44 valid_lft forever preferred_lft forever 21:15:44 inet6 fe80::42:b6ff:feb1:dda5/64 scope link 21:15:44 valid_lft forever preferred_lft forever 21:15:44 21:15:44 21:15:44 ---> sar -b -r -n DEV: 21:15:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 21:15:44 21:15:44 20:53:10 LINUX RESTART (4 CPU) 21:15:44 21:15:44 20:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:15:44 20:55:01 212.18 94.14 118.04 0.00 10335.84 46474.86 0.00 21:15:44 20:56:01 259.49 101.81 157.68 0.00 4041.37 21337.75 0.00 21:15:44 20:57:02 117.40 40.48 76.93 0.00 1636.70 9946.18 0.00 21:15:44 20:58:01 139.22 44.62 94.60 0.00 2950.25 22526.19 0.00 21:15:44 20:59:02 1797.93 1465.83 332.10 0.00 138081.97 201330.90 0.00 21:15:44 21:00:01 2066.07 1811.65 254.42 0.00 97283.10 112042.75 0.00 21:15:44 21:01:03 900.20 564.70 335.50 0.00 68611.20 122637.17 0.00 21:15:44 21:02:02 3353.41 3003.47 349.94 0.00 140634.18 159539.28 0.00 21:15:44 21:03:01 386.08 152.36 233.72 0.00 13612.72 29745.12 0.00 21:15:44 21:04:01 30.95 20.08 10.87 0.00 3179.22 1115.90 0.00 21:15:44 21:05:01 0.20 0.03 0.17 0.00 0.80 1.73 0.00 21:15:44 21:06:01 0.27 0.07 0.20 0.00 0.53 1.67 0.00 21:15:44 21:07:01 0.32 0.02 0.30 0.00 0.27 3.55 0.00 21:15:44 21:08:01 0.22 0.00 0.22 0.00 0.00 2.70 0.00 21:15:44 21:09:01 2.81 1.98 0.83 0.00 67.55 15.02 0.00 21:15:44 21:10:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 21:15:44 21:11:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 21:15:44 21:12:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 21:15:44 21:13:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 21:15:44 21:14:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 21:15:44 21:15:01 2.55 2.35 0.20 0.00 110.86 23.62 0.00 21:15:44 Average: 439.85 346.11 93.74 0.00 22918.05 34728.62 0.00 21:15:44 21:15:44 20:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:15:44 20:55:01 140288 0 702712 37.35 1952 1036592 1474076 50.31 569688 928604 11692 21:15:44 20:56:01 251348 0 786352 41.79 1216 842628 1742308 59.46 619332 731772 98764 21:15:44 20:57:02 123652 0 934628 49.67 884 822380 1787204 60.99 745460 719396 69092 21:15:44 20:58:01 73880 0 796796 42.35 740 1010128 1544876 52.72 668740 834452 83852 21:15:44 20:59:02 75708 0 827788 44.00 0 978048 2301856 78.56 771920 812972 29084 21:15:44 21:00:01 335484 0 990664 52.65 0 555396 3787888 129.27 624104 641068 39968 21:15:44 21:01:03 102588 0 777036 41.30 0 1001920 2102016 71.74 663360 892816 77540 21:15:44 21:02:02 202492 0 693692 36.87 0 985360 1517688 51.80 595380 844440 88 21:15:44 21:03:01 388892 0 715752 38.04 0 776900 1616700 55.18 551912 677216 20 21:15:44 21:04:01 390484 0 636156 33.81 0 854904 1197472 40.87 521876 712484 16 21:15:44 21:05:01 391980 0 634664 33.73 0 854900 1182124 40.34 521376 711900 8 21:15:44 21:06:01 393104 0 633520 33.67 0 854920 1176996 40.17 520904 711896 12 21:15:44 21:07:01 393400 0 633224 33.65 0 854920 1177008 40.17 521128 711900 20 21:15:44 21:08:01 393792 0 632820 33.63 0 854932 1176900 40.17 520656 711908 12 21:15:44 21:09:01 391756 0 633592 33.67 0 856196 1176960 40.17 520764 713176 12 21:15:44 21:10:01 391460 0 633868 33.69 0 856216 1176996 40.17 520832 713192 12 21:15:44 21:11:01 391712 0 633608 33.67 0 856224 1176900 40.17 520688 713192 16 21:15:44 21:12:01 391712 0 633604 33.67 0 856228 1176900 40.17 520692 713192 8 21:15:44 21:13:01 391404 0 633900 33.69 0 856240 1177020 40.17 520996 713192 8 21:15:44 21:14:01 391296 0 634004 33.70 0 856244 1177008 40.17 521104 713192 12 21:15:44 21:15:01 385868 0 636364 33.82 0 859312 1177444 40.18 522912 717076 20 21:15:44 Average: 304395 0 706416 37.54 228 870504 1524969 52.04 574468 744716 19536 21:15:44 21:15:44 20:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:15:44 20:55:01 eth0 1092.96 1162.15 6012.72 147.54 0.00 0.00 0.00 0.00 21:15:44 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 20:55:01 veth4245342 2.88 8.74 0.20 53.78 0.00 0.00 0.00 0.00 21:15:44 20:55:01 docker0 804.59 650.45 68.13 2731.48 0.00 0.00 0.00 0.00 21:15:44 20:56:01 veth8261218 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:15:44 20:56:01 eth0 193.37 130.50 810.16 21.88 0.00 0.00 0.00 0.00 21:15:44 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 20:56:01 docker0 112.89 162.99 8.23 779.94 0.00 0.00 0.00 0.00 21:15:44 20:57:02 veth8261218 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 21:15:44 20:57:02 eth0 58.66 45.35 25.13 81.34 0.00 0.00 0.00 0.00 21:15:44 20:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 20:57:02 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 21:15:44 20:58:01 eth0 180.74 139.61 1719.07 22.23 0.00 0.00 0.00 0.00 21:15:44 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 20:59:02 veth08234ac 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 21:15:44 20:59:02 eth0 81.78 56.35 177.66 64.73 0.00 0.00 0.00 0.00 21:15:44 20:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 20:59:02 docker0 13.81 26.30 0.78 143.56 0.00 0.00 0.00 0.00 21:15:44 21:00:01 veth746bf80 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:15:44 21:00:01 veth08234ac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:00:01 vethb7f447e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:15:44 21:00:01 veth8b94b3c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:15:44 21:01:03 veth0a5a052 22.84 49.98 1.55 303.37 0.00 0.00 0.00 0.00 21:15:44 21:01:03 veth08234ac 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 21:15:44 21:01:03 eth0 2674.15 2310.47 13506.10 494.40 0.00 0.00 0.00 0.00 21:15:44 21:01:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 21:15:44 21:02:02 veth08234ac 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 21:15:44 21:02:02 eth0 70.29 46.15 143.33 43.54 0.00 0.00 0.00 0.00 21:15:44 21:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:02:02 veth99bda82 3.79 3.93 0.51 18.39 0.00 0.00 0.00 0.00 21:15:44 21:03:01 veth08234ac 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 21:15:44 21:03:01 eth0 71.56 45.22 174.52 75.14 0.00 0.00 0.00 0.00 21:15:44 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:03:01 docker0 1019.51 983.05 82.72 4466.43 0.00 0.00 0.00 0.00 21:15:44 21:04:01 eth0 7.69 3.90 5.93 2.49 0.00 0.00 0.00 0.00 21:15:44 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:05:01 eth0 1.68 0.53 0.60 0.39 0.00 0.00 0.00 0.00 21:15:44 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:06:01 eth0 1.37 0.43 0.49 0.18 0.00 0.00 0.00 0.00 21:15:44 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:07:01 eth0 0.62 0.32 0.28 0.23 0.00 0.00 0.00 0.00 21:15:44 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:08:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:15:44 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:09:01 eth0 0.35 0.18 0.15 0.07 0.00 0.00 0.00 0.00 21:15:44 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:10:01 eth0 0.97 0.32 0.32 0.20 0.00 0.00 0.00 0.00 21:15:44 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:11:01 eth0 0.12 0.02 0.01 0.00 0.00 0.00 0.00 0.00 21:15:44 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:12:01 eth0 0.52 0.02 0.05 0.00 0.00 0.00 0.00 0.00 21:15:44 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:13:01 eth0 0.68 0.33 0.28 0.20 0.00 0.00 0.00 0.00 21:15:44 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:14:01 eth0 1.47 0.42 0.49 0.26 0.00 0.00 0.00 0.00 21:15:44 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:15:01 eth0 1.67 1.23 1.88 0.50 0.00 0.00 0.00 0.00 21:15:44 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 Average: eth0 95.50 85.35 516.42 25.34 0.00 0.00 0.00 0.00 21:15:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:15:44 Average: docker0 47.83 46.12 3.88 209.53 0.00 0.00 0.00 0.00 21:15:44 21:15:44 21:15:44 ---> sar -P ALL: 21:15:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 21:15:44 21:15:44 20:53:10 LINUX RESTART (4 CPU) 21:15:44 21:15:44 20:54:01 CPU %user %nice %system %iowait %steal %idle 21:15:44 20:55:01 all 17.02 0.00 7.82 2.13 0.18 72.85 21:15:44 20:55:01 0 16.26 0.00 9.39 1.57 0.15 72.63 21:15:44 20:55:01 1 17.77 0.00 7.17 2.30 0.20 72.56 21:15:44 20:55:01 2 19.92 0.00 7.11 1.84 0.22 70.90 21:15:44 20:55:01 3 14.12 0.00 7.60 2.82 0.15 75.30 21:15:44 20:56:01 all 30.63 0.00 8.52 6.43 0.17 54.25 21:15:44 20:56:01 0 30.89 0.00 8.29 4.18 0.20 56.43 21:15:44 20:56:01 1 30.57 0.00 8.75 6.32 0.17 54.19 21:15:44 20:56:01 2 30.91 0.00 8.81 6.14 0.14 54.01 21:15:44 20:56:01 3 30.15 0.00 8.21 9.13 0.15 52.36 21:15:44 20:57:02 all 51.99 0.00 10.73 3.56 0.54 33.19 21:15:44 20:57:02 0 51.43 0.00 10.33 4.02 0.57 33.65 21:15:44 20:57:02 1 52.60 0.00 10.67 4.51 0.61 31.61 21:15:44 20:57:02 2 51.37 0.00 11.81 3.29 0.38 33.15 21:15:44 20:57:02 3 52.57 0.00 10.10 2.42 0.58 34.33 21:15:44 20:58:01 all 41.19 0.00 11.65 2.39 0.63 44.14 21:15:44 20:58:01 0 40.60 0.00 11.30 2.12 0.64 45.34 21:15:44 20:58:01 1 41.15 0.00 11.40 3.66 0.60 43.19 21:15:44 20:58:01 2 41.87 0.00 11.20 2.17 0.67 44.09 21:15:44 20:58:01 3 41.13 0.00 12.72 1.59 0.62 43.94 21:15:44 20:59:02 all 20.62 0.00 21.91 16.21 0.82 40.44 21:15:44 20:59:02 0 20.92 0.00 20.29 17.49 0.85 40.45 21:15:44 20:59:02 1 20.20 0.00 21.67 15.91 0.86 41.36 21:15:44 20:59:02 2 19.87 0.00 23.65 17.04 0.84 38.60 21:15:44 20:59:02 3 21.49 0.00 22.04 14.39 0.73 41.36 21:15:44 21:00:01 all 50.80 0.00 16.52 19.28 0.91 12.48 21:15:44 21:00:01 0 50.93 0.00 15.46 19.41 0.92 13.29 21:15:44 21:00:01 1 51.39 0.00 15.98 18.75 0.90 12.97 21:15:44 21:00:01 2 50.37 0.00 17.38 20.12 0.99 11.14 21:15:44 21:00:01 3 50.53 0.00 17.29 18.82 0.84 12.52 21:15:44 21:01:03 all 29.97 0.00 16.56 28.91 1.11 23.44 21:15:44 21:01:03 0 28.39 0.00 14.96 28.80 1.31 26.55 21:15:44 21:01:03 1 30.31 0.00 17.34 31.66 1.06 19.63 21:15:44 21:01:03 2 29.97 0.00 17.30 28.48 1.13 23.11 21:15:44 21:01:03 3 31.25 0.00 16.64 26.69 0.93 24.48 21:15:44 21:02:02 all 21.43 0.00 20.27 34.13 1.58 22.60 21:15:44 21:02:02 0 20.44 0.00 19.11 35.11 1.73 23.61 21:15:44 21:02:02 1 22.56 0.00 20.77 32.91 1.73 22.03 21:15:44 21:02:02 2 21.35 0.00 20.12 34.39 1.48 22.67 21:15:44 21:02:02 3 21.39 0.00 21.09 34.09 1.38 22.05 21:15:44 21:03:01 all 52.11 0.00 14.07 13.57 0.86 19.38 21:15:44 21:03:01 0 52.53 0.00 15.02 13.38 0.84 18.22 21:15:44 21:03:01 1 52.51 0.00 13.36 14.53 0.99 18.61 21:15:44 21:03:01 2 51.73 0.00 14.15 11.07 0.80 22.26 21:15:44 21:03:01 3 51.66 0.00 13.74 15.32 0.82 18.46 21:15:44 21:04:01 all 0.46 0.00 0.37 0.47 0.10 98.61 21:15:44 21:04:01 0 0.23 0.00 0.32 0.18 0.10 99.17 21:15:44 21:04:01 1 0.98 0.00 0.40 0.62 0.10 97.90 21:15:44 21:04:01 2 0.23 0.00 0.35 0.53 0.12 98.77 21:15:44 21:04:01 3 0.38 0.00 0.40 0.53 0.07 98.61 21:15:44 21:05:01 all 0.15 0.00 0.02 0.00 0.02 99.80 21:15:44 21:05:01 0 0.52 0.00 0.02 0.00 0.03 99.43 21:15:44 21:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:15:44 21:05:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:15:44 21:05:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:15:44 21:15:44 21:05:01 CPU %user %nice %system %iowait %steal %idle 21:15:44 21:06:01 all 0.15 0.00 0.05 0.01 0.07 99.72 21:15:44 21:06:01 0 0.50 0.00 0.05 0.02 0.07 99.37 21:15:44 21:06:01 1 0.03 0.00 0.03 0.02 0.05 99.87 21:15:44 21:06:01 2 0.05 0.00 0.03 0.00 0.08 99.83 21:15:44 21:06:01 3 0.02 0.00 0.10 0.00 0.07 99.82 21:15:44 21:07:01 all 0.08 0.00 0.03 0.00 0.00 99.90 21:15:44 21:07:01 0 0.20 0.00 0.03 0.00 0.00 99.77 21:15:44 21:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:15:44 21:07:01 2 0.05 0.00 0.03 0.00 0.02 99.90 21:15:44 21:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:15:44 21:08:01 all 0.08 0.00 0.04 0.00 0.01 99.87 21:15:44 21:08:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:15:44 21:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:15:44 21:08:01 2 0.27 0.00 0.07 0.00 0.02 99.65 21:15:44 21:08:01 3 0.00 0.00 0.03 0.00 0.02 99.95 21:15:44 21:09:01 all 0.15 0.00 0.05 0.02 0.00 99.78 21:15:44 21:09:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:15:44 21:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:15:44 21:09:01 2 0.52 0.00 0.07 0.07 0.02 99.33 21:15:44 21:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:15:44 21:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:15:44 21:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:15:44 21:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:15:44 21:10:01 2 0.52 0.00 0.00 0.00 0.00 99.48 21:15:44 21:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:15:44 21:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:15:44 21:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:15:44 21:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:15:44 21:11:01 2 0.48 0.00 0.02 0.00 0.00 99.50 21:15:44 21:11:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:15:44 21:12:01 all 0.15 0.00 0.02 0.00 0.00 99.84 21:15:44 21:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:15:44 21:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:15:44 21:12:01 2 0.50 0.00 0.02 0.00 0.00 99.48 21:15:44 21:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:15:44 21:13:01 all 0.15 0.00 0.02 0.00 0.00 99.84 21:15:44 21:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:15:44 21:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:15:44 21:13:01 2 0.48 0.00 0.00 0.00 0.00 99.52 21:15:44 21:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:15:44 21:14:01 all 0.16 0.00 0.02 0.00 0.00 99.81 21:15:44 21:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:15:44 21:14:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:15:44 21:14:01 2 0.52 0.00 0.02 0.00 0.02 99.45 21:15:44 21:14:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:15:44 21:15:01 all 0.17 0.00 0.03 0.08 0.00 99.72 21:15:44 21:15:01 0 0.15 0.00 0.03 0.02 0.00 99.80 21:15:44 21:15:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:15:44 21:15:01 2 0.42 0.00 0.05 0.10 0.00 99.43 21:15:44 21:15:01 3 0.10 0.00 0.03 0.18 0.00 99.68 21:15:44 Average: all 14.70 0.00 5.96 5.86 0.32 73.16 21:15:44 Average: 0 14.57 0.00 5.79 5.85 0.34 73.44 21:15:44 Average: 1 14.81 0.00 5.91 6.05 0.34 72.89 21:15:44 Average: 2 14.88 0.00 6.13 5.78 0.32 72.90 21:15:44 Average: 3 14.53 0.00 6.00 5.77 0.29 73.41 21:15:44 21:15:44 21:15:44