Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52+76b4535fa5fa3514bc34c1137a1fac177e39ac4f (62903aa72f9609e259aab7c18edd61925c30d402) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31857 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/40 [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/40 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 Merge succeeded, producing 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 Checking out Revision 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # 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 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 30dea8cbfe42a6baf52c1324d0742abb31aae20c # timeout=10 [Pipeline] timeout 21:03:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:03:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:03:07 ========================================================= 21:03:07 EdgeX Global Pipelines Version Info 21:03:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:03:08 ------------------- 21:03:08 stable info: 21:03:08 ------------------- 21:03:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:03:08 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:03:08 Message: update stable to v1.0.186 21:03:09 ------------------- 21:03:09 experimental info: 21:03:09 ------------------- 21:03:09 Commited By: **** collab-it+edgex@linuxfoundation.org 21:03:09 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 21:03:09 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:03:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:03:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:03:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:03:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:03:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:03:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:03:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:03:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:03:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e6fffb [Pipeline] echo 21:03:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:03:13 provisioning config files... 21:03:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/40@tmp/config6389854442305754837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:03:13 ---> docker-login.sh 21:03:13 nexus3.edgexfoundry.org:10001 21:03:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:13 Configure a credential helper to remove this warning. See 21:03:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:13 21:03:13 Login Succeeded 21:03:13 nexus3.edgexfoundry.org:10002 21:03:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:13 Configure a credential helper to remove this warning. See 21:03:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:13 21:03:13 Login Succeeded 21:03:13 nexus3.edgexfoundry.org:10003 21:03:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:14 Configure a credential helper to remove this warning. See 21:03:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:14 21:03:14 Login Succeeded 21:03:14 nexus3.edgexfoundry.org:10004 21:03:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:14 Configure a credential helper to remove this warning. See 21:03:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:14 21:03:14 Login Succeeded 21:03:14 docker.io 21:03:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:14 Configure a credential helper to remove this warning. See 21:03:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:14 21:03:14 Login Succeeded 21:03:14 ---> docker-login.sh ends [Pipeline] } 21:03:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:03:15 ++ 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 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/core-command/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo core-command,cmd/core-command/Dockerfile 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/core-data/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo core-data,cmd/core-data/Dockerfile 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/core-metadata/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo core-metadata,cmd/core-metadata/Dockerfile 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/security-bootstrapper/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/security-proxy-setup/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/support-notifications/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo support-notifications,cmd/support-notifications/Dockerfile 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/support-scheduler/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:03:15 + for file in '`ls cmd/**/Dockerfile`' 21:03:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:03:15 ++ cut -d/ -f2 21:03:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:03:15 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 21:03:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:03:16 21:03:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:03:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:03:16 latest: Pulling from edgex-devops/git-semver 21:03:16 31603596830f: Pulling fs layer 21:03:16 2a8b12db71e7: Pulling fs layer 21:03:16 6ca5941a6612: Pulling fs layer 21:03:16 ecc8261a40a4: Pulling fs layer 21:03:16 ecc8261a40a4: Waiting 21:03:16 2a8b12db71e7: Download complete 21:03:16 31603596830f: Verifying Checksum 21:03:16 31603596830f: Download complete 21:03:16 ecc8261a40a4: Verifying Checksum 21:03:16 ecc8261a40a4: Download complete 21:03:16 6ca5941a6612: Download complete 21:03:17 31603596830f: Pull complete 21:03:17 2a8b12db71e7: Pull complete 21:03:18 6ca5941a6612: Pull complete 21:03:18 ecc8261a40a4: Pull complete 21:03:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:03:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:03:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:03:18 prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container 21:03:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:03:21 $ docker top 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:03:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:03:21 [ssh-agent] Looking for ssh-agent implementation... 21:03:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:03:21 $ docker exec 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 ssh-agent 21:03:21 SSH_AUTH_SOCK=/tmp/ssh-h93kQ6cgpTXV/agent.11 21:03:21 SSH_AGENT_PID=16 21:03:21 Running ssh-add (command line suppressed) 21:03:21 Identity added: /w/workspace/edgex-go/40@tmp/private_key_1661841753350675116.key (/w/workspace/edgex-go/40@tmp/private_key_1661841753350675116.key) 21:03:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:03:22 + git tag --points-at HEAD [Pipeline] } 21:03:22 $ docker exec --env ******** --env ******** 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 ssh-agent -k 21:03:22 unset SSH_AUTH_SOCK; 21:03:22 unset SSH_AGENT_PID; 21:03:22 echo Agent pid 16 killed; 21:03:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:03:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:03:22 [ssh-agent] Looking for ssh-agent implementation... 21:03:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:03:22 $ docker exec 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 ssh-agent 21:03:23 SSH_AUTH_SOCK=/tmp/ssh-qXxXGoenDHte/agent.46 21:03:23 SSH_AGENT_PID=51 21:03:23 Running ssh-add (command line suppressed) 21:03:23 Identity added: /w/workspace/edgex-go/40@tmp/private_key_8480273972715944827.key (/w/workspace/edgex-go/40@tmp/private_key_8480273972715944827.key) 21:03:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:03:23 + git semver init 21:03:23 # -> Open(): unable to determine branch for HEAD 21:03:23 # $GIT_DIR = /w/workspace/edgex-go/40/.git 21:03:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/40 21:03:23 # $SEMVER_REMOTE_NAME = origin 21:03:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:03:23 # $SEMVER_USER_NAME = edgex-jenkins 21:03:23 # $SEMVER_BRANCH = PR-3234 21:03:23 # $SEMVER_TEMP = /tmp/semver-248228782 21:03:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:03:55 # '/tmp/semver-248228782' -> '/w/workspace/edgex-go/40/.semver' 21:03:55 # -> Force: false 21:03:55 # $SEMVER_DIR = /w/workspace/edgex-go/40/.semver [Pipeline] } 21:03:55 $ docker exec --env ******** --env ******** 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 ssh-agent -k 21:03:56 unset SSH_AUTH_SOCK; 21:03:56 unset SSH_AGENT_PID; 21:03:56 echo Agent pid 51 killed; 21:03:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:03:56 + git semver [Pipeline] } 21:03:56 $ docker stop --time=1 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 21:03:58 $ docker rm -f 272626274e44162598ae52f3875058e14e38e183f0b6efae7233b4999964a164 [Pipeline] // withDockerContainer [Pipeline] sh 21:03:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:03:59 Stashed 1 file(s) [Pipeline] echo 21:03:59 [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 21:04:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:04:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:04:01 + sudo service docker restart 21:04:01 + true 21:04:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:04:01 ========================================================= 21:04:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:04:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:04:02 + 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 . 21:04:06 Sending build context to Docker daemon 329MB 21:04:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:04:06 Step 2/6 : FROM ${BASE} 21:04:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:04:06 188c0c94c7c5: Pulling fs layer 21:04:06 0ef7d3d256c8: Pulling fs layer 21:04:06 de9db76c5a1d: Pulling fs layer 21:04:06 bca2f99d35d6: Pulling fs layer 21:04:06 93359f2a8cfa: Pulling fs layer 21:04:06 7c6f9722023f: Pulling fs layer 21:04:06 a35cf1a2eb13: Pulling fs layer 21:04:06 93359f2a8cfa: Waiting 21:04:06 7c6f9722023f: Waiting 21:04:06 a35cf1a2eb13: Waiting 21:04:06 bca2f99d35d6: Waiting 21:04:06 de9db76c5a1d: Verifying Checksum 21:04:06 de9db76c5a1d: Download complete 21:04:06 0ef7d3d256c8: Verifying Checksum 21:04:06 0ef7d3d256c8: Download complete 21:04:06 93359f2a8cfa: Verifying Checksum 21:04:06 93359f2a8cfa: Download complete 21:04:06 7c6f9722023f: Verifying Checksum 21:04:06 7c6f9722023f: Download complete 21:04:06 188c0c94c7c5: Verifying Checksum 21:04:06 188c0c94c7c5: Download complete 21:04:06 188c0c94c7c5: Pull complete 21:04:06 0ef7d3d256c8: Pull complete 21:04:06 de9db76c5a1d: Pull complete 21:04:07 a35cf1a2eb13: Verifying Checksum 21:04:07 a35cf1a2eb13: Download complete 21:04:08 bca2f99d35d6: Download complete 21:04:13 bca2f99d35d6: Pull complete 21:04:14 93359f2a8cfa: Pull complete 21:04:14 7c6f9722023f: Pull complete 21:04:14 Still waiting to schedule task 21:04:14 ‘prd-centos7-builder-2c-1g-31859’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31858’ is offline 21:04:24 a35cf1a2eb13: Pull complete 21:04:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:04:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:04:24 ---> a62c8e92a672 21:04:24 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 21:04:24 ---> Running in d5068360b42a 21:04:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:26 (1/12) Installing libmagic (5.38-r0) 21:04:26 (2/12) Installing file (5.38-r0) 21:04:26 (3/12) Installing libc-dev (0.7.2-r3) 21:04:26 (4/12) Installing g++ (9.3.0-r2) 21:04:41 (5/12) Installing fortify-headers (1.1-r0) 21:04:41 (6/12) Installing patch (2.7.6-r6) 21:04:41 (7/12) Installing build-base (0.5-r2) 21:04:41 (8/12) Installing libsodium (1.0.18-r0) 21:04:41 (9/12) Installing pkgconf (1.7.2-r0) 21:04:41 (10/12) Installing libsodium-dev (1.0.18-r0) 21:04:41 (11/12) Installing libzmq (4.3.3-r0) 21:04:41 (12/12) Installing zeromq-dev (4.3.3-r0) 21:04:41 Executing busybox-1.31.1-r19.trigger 21:04:41 OK: 233 MiB in 51 packages 21:04:45 Removing intermediate container d5068360b42a 21:04:45 ---> 8f7ad4025a65 21:04:45 Step 4/6 : WORKDIR /edgex-go 21:04:45 ---> Running in 3f3aa9156663 21:04:45 Removing intermediate container 3f3aa9156663 21:04:45 ---> 6c082705badb 21:04:45 Step 5/6 : COPY go.mod . 21:04:45 ---> 77e12abb4e73 21:04:45 Step 6/6 : RUN go mod download 21:04:45 ---> Running in 22bfa8eec894 21:05:07 Removing intermediate container 22bfa8eec894 21:05:07 ---> 955d3f3f30f8 21:05:07 Successfully built 955d3f3f30f8 21:05:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:05:07 + docker inspect -f . ci-base-image-x86_64 21:05:07 . [Pipeline] withDockerContainer 21:05:07 prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container 21:05:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:05:08 $ docker top 43df7aa4b06d4768061bcd1eb7302f38509a00809ff299067a7b5d612867bba1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:05:09 + go version 21:05:09 go version go1.15.5 linux/amd64 [Pipeline] } 21:05:09 $ docker stop --time=1 43df7aa4b06d4768061bcd1eb7302f38509a00809ff299067a7b5d612867bba1 21:05:10 $ docker rm -f 43df7aa4b06d4768061bcd1eb7302f38509a00809ff299067a7b5d612867bba1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:05:11 + docker inspect -f . ci-base-image-x86_64 21:05:11 . [Pipeline] withDockerContainer 21:05:11 prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container 21:05:12 $ 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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:05:12 $ docker top 551b6a632360295dafbc8b58154b40b2d994bd85268174e4370118558014952d -eo pid,comm [Pipeline] { [Pipeline] echo 21:05:12 ========================================================= 21:05:12 [edgeXBuildGoParallel] Running Tests and Build... 21:05:12 ========================================================= [Pipeline] sh 21:05:13 + make test 21:05:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:05:23 ? github.com/edgexfoundry/edgex-go [no test files] 21:05:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:05:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:05:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:05:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:05:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:05:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:05:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:05:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:05:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:05:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:05:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 45.9% of statements 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.109s coverage: 19.8% of statements 21:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements 21:05:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:05:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:05:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:05:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:05:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.197s coverage: 82.9% of statements 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:05:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements 21:05:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:05:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 28.6% of statements 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:05:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:05:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:05:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:05:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:05:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.103s coverage: 78.3% of statements 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:05:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.355s coverage: 92.8% of statements 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:06:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:06:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 1.0% of statements 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:06:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:06:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements 21:06:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements 21:06:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 21:06:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 21:06:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 21:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements 21:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 21:06:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.199s coverage: 82.6% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 69.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 87.1% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.734s coverage: 29.1% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 94.6% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:06:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 21:06:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:06:25 GO111MODULE=on go vet ./... 21:06:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31862 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 21:06:46 Running in /w/workspace/edgex-go/40 [Pipeline] { [Pipeline] checkout 21:06:51 using credential edgex-jenkins-ssh 21:06:51 Cloning the remote Git repository 21:06:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:06:52 gofmt -l . 21:06:52 [ "`gofmt -l .`" = "" ] 21:06:51 > git init /w/workspace/edgex-go/40 # timeout=10 21:06:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:06:51 > git --version # timeout=10 21:06:51 > git --version # 'git version 2.17.1' 21:06:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:53 ./bin/test-go-mod-tidy.sh 21:06:53 ./bin/test-attribution-txt.sh [Pipeline] sh 21:06:54 + ls -al . 21:06:54 total 780 21:06:54 drwxrwxr-x 10 1001 1001 4096 Mar 29 21:06 . 21:06:54 drwxr-xr-x 4 root root 30 Mar 29 21:05 .. 21:06:54 -rw-rw-r-- 1 1001 1001 11 Mar 29 21:03 .dockerignore 21:06:54 drwxrwxr-x 8 1001 1001 179 Mar 29 21:03 .git 21:06:54 drwxrwxr-x 3 1001 1001 125 Mar 29 21:03 .github 21:06:54 -rw-rw-r-- 1 1001 1001 818 Mar 29 21:03 .gitignore 21:06:54 drwx------ 3 1001 1001 60 Mar 29 21:03 .semver 21:06:54 -rw-rw-r-- 1 1001 1001 166 Mar 29 21:03 .sonarcloud.properties 21:06:54 -rw-rw-r-- 1 1001 1001 8607 Mar 29 21:03 Attribution.txt 21:06:54 -rw-rw-r-- 1 1001 1001 3804 Mar 29 21:03 CONTRIBUTING.md 21:06:54 -rw-rw-r-- 1 1001 1001 931 Mar 29 21:03 Dockerfile.build 21:06:54 -rw-rw-r-- 1 1001 1001 863 Mar 29 21:03 Jenkinsfile 21:06:54 -rw-rw-r-- 1 1001 1001 10775 Mar 29 21:03 LICENSE 21:06:54 -rw-rw-r-- 1 1001 1001 5774 Mar 29 21:03 Makefile 21:06:54 -rw-rw-r-- 1 1001 1001 6548 Mar 29 21:03 README.md 21:06:54 -rw-rw-r-- 1 1001 1001 6755 Mar 29 21:03 SECURITY.md 21:06:54 -rw-rw-r-- 1 1001 1001 5 Mar 29 21:03 VERSION 21:06:54 -rw-rw-r-- 1 1001 1001 4131 Mar 29 21:03 ZMQWindows.md 21:06:54 drwxrwxr-x 2 1001 1001 117 Mar 29 21:03 bin 21:06:54 drwxrwxr-x 14 1001 1001 4096 Mar 29 21:03 cmd 21:06:54 -rw-r--r-- 1 root root 668090 Mar 29 21:06 coverage.out 21:06:54 -rw-r--r-- 1 root root 1057 Mar 29 21:06 go.mod 21:06:54 -rw-r--r-- 1 root root 22643 Mar 29 21:06 go.sum 21:06:54 drwxrwxr-x 8 1001 1001 127 Mar 29 21:03 internal 21:06:54 drwxrwxr-x 4 1001 1001 26 Mar 29 21:03 openapi 21:06:54 drwxrwxr-x 4 1001 1001 71 Mar 29 21:03 snap 21:06:54 -rw-rw-r-- 1 1001 1001 168 Mar 29 21:03 version.go [Pipeline] sh 21:06:55 + '[' -e coverage.out ] 21:06:55 + chown 1001:1001 coverage.out [Pipeline] stash 21:06:55 Stashed 1 file(s) [Pipeline] sh 21:06:55 + make build 21:06:55 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:06:59 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:07:07 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:07:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:07:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:07:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:07:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:07:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:07:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:07:09 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:07:09 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:07:09 Merge succeeded, producing 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:07:09 Checking out Revision 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 (PR-3234) 21:07:10 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:07:09 > git config core.sparsecheckout # timeout=10 21:07:09 > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 21:07:09 > git remote # timeout=10 21:07:09 > git config --get remote.origin.url # timeout=10 21:07:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:07:09 > git merge 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 21:07:09 > git rev-parse HEAD^{commit} # timeout=10 21:07:09 > git config core.sparsecheckout # timeout=10 21:07:09 > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 21:07:11 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:07: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:07: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:07:14 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:07:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:07:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:07:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:07:16 + sudo service docker restart 21:07:16 + true 21:07:16 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:07:17 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:07:18 provisioning config files... 21:07:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/40@tmp/config7381529945254857908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:07:18 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:07:18 ---> docker-login.sh 21:07:18 nexus3.edgexfoundry.org:10001 21:07:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:19 Configure a credential helper to remove this warning. See 21:07:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:19 21:07:19 Login Succeeded 21:07:19 nexus3.edgexfoundry.org:10002 21:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:20 Configure a credential helper to remove this warning. See 21:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:20 21:07:20 Login Succeeded 21:07:20 nexus3.edgexfoundry.org:10003 [Pipeline] } 21:07:20 $ docker stop --time=1 551b6a632360295dafbc8b58154b40b2d994bd85268174e4370118558014952d 21:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:20 Configure a credential helper to remove this warning. See 21:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:20 21:07:20 Login Succeeded 21:07:20 nexus3.edgexfoundry.org:10004 21:07:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:21 Configure a credential helper to remove this warning. See 21:07:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:21 21:07:21 Login Succeeded 21:07:21 docker.io 21:07:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:22 Configure a credential helper to remove this warning. See 21:07:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:22 21:07:22 Login Succeeded 21:07:22 ---> docker-login.sh ends 21:07:22 $ docker rm -f 551b6a632360295dafbc8b58154b40b2d994bd85268174e4370118558014952d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 21:07:22 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo 21:07:24 ========================================================= 21:07:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:07:24 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 21:07:24 + 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 . 21:07:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:07:24 21:07:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:07:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:07:24 latest: Pulling from edgex-devops/edgex-compose 21:07:24 cbdbe7a5bc2a: Pulling fs layer 21:07:24 ca9280d653b3: Pulling fs layer 21:07:24 7e9c9ca2126c: Pulling fs layer 21:07:25 cbdbe7a5bc2a: Download complete 21:07:25 ca9280d653b3: Verifying Checksum 21:07:25 ca9280d653b3: Download complete 21:07:25 cbdbe7a5bc2a: Pull complete 21:07:26 7e9c9ca2126c: Verifying Checksum 21:07:26 7e9c9ca2126c: Download complete 21:07:26 ca9280d653b3: Pull complete 21:07:27 Sending build context to Docker daemon 167MB 21:07:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:07:27 Step 2/6 : FROM ${BASE} 21:07:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:07:27 5f621e34cdf4: Pulling fs layer 21:07:27 a4357932f1b6: Pulling fs layer 21:07:27 18c013af1878: Pulling fs layer 21:07:27 00ac8860ef70: Pulling fs layer 21:07:27 63d7cb157983: Pulling fs layer 21:07:27 b116817d02f9: Pulling fs layer 21:07:27 745a02a5169b: Pulling fs layer 21:07:27 63d7cb157983: Waiting 21:07:27 b116817d02f9: Waiting 21:07:27 745a02a5169b: Waiting 21:07:27 00ac8860ef70: Waiting 21:07:27 18c013af1878: Download complete 21:07:27 a4357932f1b6: Verifying Checksum 21:07:27 a4357932f1b6: Download complete 21:07:27 63d7cb157983: Download complete 21:07:27 b116817d02f9: Download complete 21:07:27 5f621e34cdf4: Verifying Checksum 21:07:27 5f621e34cdf4: Download complete 21:07:27 5f621e34cdf4: Pull complete 21:07:28 a4357932f1b6: Pull complete 21:07:29 18c013af1878: Pull complete 21:07:29 745a02a5169b: Verifying Checksum 21:07:29 745a02a5169b: Download complete 21:07:30 00ac8860ef70: Verifying Checksum 21:07:30 00ac8860ef70: Download complete 21:07:33 7e9c9ca2126c: Pull complete 21:07:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:07:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:07:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:07:33 prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container 21:07:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:07:36 $ docker top 2a555859a02248a822c7360c6c9916bd76c945e890d579c6766f92edca0d4690 -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:37 + docker-compose build --help 21:07:37 + grep parallel 21:07:38 --parallel Build images in parallel. [Pipeline] } 21:07:38 $ docker stop --time=1 2a555859a02248a822c7360c6c9916bd76c945e890d579c6766f92edca0d4690 21:07:39 $ docker rm -f 2a555859a02248a822c7360c6c9916bd76c945e890d579c6766f92edca0d4690 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:07:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:07:40 . [Pipeline] withDockerContainer 21:07:40 prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container 21:07:40 $ 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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@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 21:07:40 00ac8860ef70: Pull complete 21:07:41 63d7cb157983: Pull complete 21:07:41 b116817d02f9: Pull complete 21:07:41 $ docker top c18fd21c4a2774b200ad3d26fdec0a8a37b7901ec190b326f450fb14e294ca5f -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:42 + docker-compose -f ./docker-compose-build.yml build --parallel 21:07:43 Building docker-core-command-go ... 21:07:43 Building docker-core-data-go ... 21:07:43 Building docker-core-metadata-go ... 21:07:43 Building docker-security-bootstrapper-go ... 21:07:43 Building docker-security-proxy-setup-go ... 21:07:43 Building docker-security-secretstore-setup-go ... 21:07:43 Building docker-support-notifications-go ... 21:07:43 Building docker-support-scheduler-go ... 21:07:43 Building docker-sys-mgmt-agent-go ... 21:07:43 Building docker-core-command-go 21:07:43 Building docker-core-data-go 21:07:43 Building docker-security-secretstore-setup-go 21:07:43 Building docker-security-proxy-setup-go 21:07:43 Building docker-core-metadata-go 21:07:45 745a02a5169b: Pull complete 21:07:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:07:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:07:45 ---> b7e6874047d6 21:07:45 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 21:07:48 ---> Running in 4cdc0032f3f4 21:07:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:51 (1/12) Installing libmagic (5.38-r0) 21:07:51 (2/12) Installing file (5.38-r0) 21:07:51 (3/12) Installing libc-dev (0.7.2-r3) 21:07:51 (4/12) Installing g++ (9.3.0-r2) 21:08:06 (5/12) Installing fortify-headers (1.1-r0) 21:08:06 (6/12) Installing patch (2.7.6-r6) 21:08:06 (7/12) Installing build-base (0.5-r2) 21:08:06 (8/12) Installing libsodium (1.0.18-r0) 21:08:06 (9/12) Installing pkgconf (1.7.2-r0) 21:08:06 (10/12) Installing libsodium-dev (1.0.18-r0) 21:08:06 (11/12) Installing libzmq (4.3.3-r0) 21:08:06 (12/12) Installing zeromq-dev (4.3.3-r0) 21:08:06 Executing busybox-1.31.1-r19.trigger 21:08:06 OK: 217 MiB in 51 packages 21:08:11 Removing intermediate container 4cdc0032f3f4 21:08:11 ---> 461c18afa619 21:08:11 Step 4/6 : WORKDIR /edgex-go 21:08:11 ---> Running in 19385ee1d37d 21:08:11 Removing intermediate container 19385ee1d37d 21:08:11 ---> 769fe8a0b6f8 21:08:11 Step 5/6 : COPY go.mod . 21:08:12 ---> 65defb889e59 21:08:12 Step 6/6 : RUN go mod download 21:08:12 ---> Running in c07288efb944 21:08:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:08:15 ---> 955d3f3f30f8 21:08:15 Step 3/23 : WORKDIR /edgex-go 21:08:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:08:16 ---> 955d3f3f30f8 21:08:16 Step 3/21 : WORKDIR /edgex-go 21:08:16 ---> Running in 16a0e0c3300f 21:08:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:08:16 ---> 955d3f3f30f8 21:08:16 Step 3/23 : WORKDIR /edgex-go 21:08:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:08:16 ---> 955d3f3f30f8 21:08:16 Step 3/24 : WORKDIR /edgex-go 21:08:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:08:16 ---> 955d3f3f30f8 21:08:16 Step 3/23 : WORKDIR /edgex-go 21:08:17 ---> Running in bfe505001d37 21:08:17 ---> Running in 91704d4b067c 21:08:17 ---> Running in fdefb3d1af67 21:08:17 ---> Running in 28aef2e49529 21:08:17 Removing intermediate container bfe505001d37 21:08:17 ---> cc2688e8beeb 21:08:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:17 Removing intermediate container 16a0e0c3300f 21:08:17 ---> c537602ba259 21:08:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:18 Removing intermediate container 91704d4b067c 21:08:18 ---> d83f0f6bc618 21:08:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:18 Removing intermediate container fdefb3d1af67 21:08:18 ---> 63e306adb699 21:08:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:18 Removing intermediate container 28aef2e49529 21:08:18 ---> 3cb94ce13580 21:08:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:18 ---> Running in cc008bb9a26e 21:08:18 ---> Running in de299134f064 21:08:18 ---> Running in 7fa027a573e3 21:08:18 ---> Running in e55d982f9294 21:08:18 ---> Running in 14ae39562b2a 21:08:20 Removing intermediate container de299134f064 21:08:20 ---> bf526efb9902 21:08:20 Step 5/21 : RUN apk add --update --no-cache make git 21:08:20 ---> Running in 77e2c9a16268 21:08:20 Removing intermediate container cc008bb9a26e 21:08:20 ---> 4bdd34dbe028 21:08:20 Step 5/23 : RUN apk add --update --no-cache make git 21:08:20 Removing intermediate container 14ae39562b2a 21:08:20 ---> 2bc1a8b8baa8 21:08:20 Step 5/23 : RUN apk add --update --no-cache make git 21:08:20 Removing intermediate container e55d982f9294 21:08:20 ---> 07460672bf25 21:08:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:08:20 ---> Running in 4a169b69fbf9 21:08:20 ---> Running in 783d3e588d10 21:08:20 Removing intermediate container 7fa027a573e3 21:08:20 ---> d6933e9e2dcb 21:08:20 Step 5/24 : RUN apk add --update --no-cache make git 21:08:20 ---> Running in a3cb47dad250 21:08:21 ---> Running in 4d193b569c06 21:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:24 OK: 233 MiB in 51 packages 21:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:24 Removing intermediate container 77e2c9a16268 21:08:24 ---> 9d961c128c2f 21:08:24 Step 6/21 : COPY go.mod . 21:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:08:24 ---> 2656fe1b570b 21:08:24 Step 7/21 : RUN go mod download 21:08:24 ---> Running in 609c6fae1eec 21:08:25 OK: 233 MiB in 51 packages 21:08:25 OK: 233 MiB in 51 packages 21:08:25 Removing intermediate container 4a169b69fbf9 21:08:25 ---> 78ec9a0c0c96 21:08:25 Step 6/23 : COPY go.mod . 21:08:25 ---> 88feecdc3b3f 21:08:25 Step 7/23 : RUN go mod download 21:08:25 ---> Running in 5c38d31e0d8c 21:08:25 OK: 233 MiB in 51 packages 21:08:26 Removing intermediate container 4d193b569c06 21:08:26 ---> 3da3cdaa261d 21:08:26 Step 6/24 : COPY go.mod . 21:08:26 ---> b8e91b2f44f3 21:08:26 Step 7/24 : RUN go mod download 21:08:26 ---> Running in 633deeabe877 21:08:26 Removing intermediate container 609c6fae1eec 21:08:26 ---> bb74d2db42a6 21:08:26 Step 8/21 : COPY . . 21:08:26 Removing intermediate container 783d3e588d10 21:08:26 ---> da2f0db5b93a 21:08:26 Step 6/23 : COPY go.mod . 21:08:27 OK: 233 MiB in 51 packages 21:08:27 ---> 45eb68b0d603 21:08:27 Step 7/23 : RUN go mod download 21:08:28 ---> Running in c8fb63bd47a5 21:08:28 Removing intermediate container 5c38d31e0d8c 21:08:28 ---> 4982e47cb838 21:08:28 Step 8/23 : COPY . . 21:08:32 Removing intermediate container a3cb47dad250 21:08:32 ---> c73098818d20 21:08:32 Step 6/23 : COPY go.mod . 21:08:35 Removing intermediate container 633deeabe877 21:08:35 ---> 8d3b25369ab7 21:08:35 Step 8/24 : COPY . . 21:08:35 ---> c09732369ae6 21:08:35 Step 7/23 : RUN go mod download 21:08:38 ---> Running in 3580caf98b09 21:08:39 Removing intermediate container c07288efb944 21:08:39 ---> 537f52e228c8 21:08:39 Successfully built 537f52e228c8 21:08:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:08:39 + docker inspect -f . ci-base-image-arm64 21:08:39 . [Pipeline] withDockerContainer 21:08:39 prd-ubuntu18.04-docker-arm64-4c-16g-31862 does not seem to be running inside a container 21:08:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:08:41 Removing intermediate container c8fb63bd47a5 21:08:41 ---> b1a073af6593 21:08:41 Step 8/23 : COPY . . 21:08:41 $ docker top 4f9422bb5ed0a96dd2b88233a3307963f223a5338a1140ae9e21b7e36871e969 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:42 + go version 21:08:42 go version go1.15.5 linux/arm64 [Pipeline] } 21:08:42 $ docker stop --time=1 4f9422bb5ed0a96dd2b88233a3307963f223a5338a1140ae9e21b7e36871e969 21:08:44 $ docker rm -f 4f9422bb5ed0a96dd2b88233a3307963f223a5338a1140ae9e21b7e36871e969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:45 + docker inspect -f . ci-base-image-arm64 21:08:45 . [Pipeline] withDockerContainer 21:08:45 prd-ubuntu18.04-docker-arm64-4c-16g-31862 does not seem to be running inside a container 21:08:45 $ 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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:08:46 $ docker top 398ed4bf76bd178c22d65dd30089966a7e121c19e928a4fab7598ad36605a616 -eo pid,comm [Pipeline] { [Pipeline] echo 21:08:47 ========================================================= 21:08:47 [edgeXBuildGoParallel] Running Tests and Build... 21:08:47 ========================================================= [Pipeline] sh 21:08:47 + make test 21:08:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:08:59 Removing intermediate container 3580caf98b09 21:08:59 ---> 821af5d9f1ca 21:08:59 Step 8/23 : COPY . . 21:09:10 ? github.com/edgexfoundry/edgex-go [no test files] 21:09:12 ---> 110bca8fe10c 21:09:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:09:12 ---> 3a24bafae4a6 21:09:12 Step 9/23 : RUN make cmd/core-command/core-command 21:09:13 ---> b64f159f5ae3 21:09:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:09:13 ---> Running in 343eb095ca1a 21:09:13 ---> Running in a3a92a153b5b 21:09:14 ---> Running in 6010a7948871 21:09:14 ---> ba72aa6f094a 21:09:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:09:16 ---> Running in 73a1381d16f5 21:09:16 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:16 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:17 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:17 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:24 ---> 36fb4b8c50d5 21:09:24 Step 9/23 : RUN make cmd/core-data/core-data 21:09:24 ---> Running in faa96c04f2e0 21:09:24 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: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 21:09:46 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:55 Removing intermediate container 343eb095ca1a 21:09:55 ---> d391b201f3d3 21:09:55 21:09:55 Step 10/23 : FROM alpine:3.12 21:09:55 3.12: Pulling from library/alpine 21:09:56 Removing intermediate container a3a92a153b5b 21:09:56 ---> 2d01f0d62163 21:09:56 21:09:56 Step 10/21 : FROM alpine:3.12 21:09:56 Removing intermediate container 6010a7948871 21:09:56 ---> a88a1bff084b 21:09:56 21:09:56 Step 10/24 : FROM alpine:3.12 21:09:56 3.12: Pulling from library/alpine 21:09:56 3.12: Pulling from library/alpine 21:09:56 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:09:56 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:09:56 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:09:56 Status: Downloaded newer image for alpine:3.12 21:09:56 ---> 42cb162f0360 21:09:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:09:56 Status: Downloaded newer image for alpine:3.12 21:09:56 ---> 42cb162f0360 21:09:56 Step 11/21 : RUN apk add --update --no-cache curl 21:09:56 Status: Image is up to date for alpine:3.12 21:09:56 ---> 42cb162f0360 21:09:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:09:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:09:58 ---> Running in e1c791c58a67 21:09:58 ---> Running in 06026b01ff2c 21:09:58 ---> Running in e5a10dbfa311 21:10:01 Removing intermediate container 73a1381d16f5 21:10:01 ---> 4c1375fe317b 21:10:01 21:10:01 Step 10/23 : FROM alpine:3.12 21:10:01 ---> 42cb162f0360 21:10:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:10:01 ---> Running in 40cdad26fb9c 21:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:02 (1/4) Installing ca-certificates (20191127-r4) 21:10:02 (1/1) Installing dumb-init (1.2.2-r1) 21:10:02 Executing busybox-1.31.1-r19.trigger 21:10:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:10:02 (3/4) Installing libcurl (7.69.1-r3) 21:10:02 OK: 6 MiB in 15 packages 21:10:02 (4/4) Installing curl (7.69.1-r3) 21:10:02 Executing busybox-1.31.1-r19.trigger 21:10:02 Executing ca-certificates-20191127-r4.trigger 21:10:02 (1/6) Installing ca-certificates (20191127-r4) 21:10:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:10:02 (3/6) Installing libcurl (7.69.1-r3) 21:10:02 (4/6) Installing curl (7.69.1-r3) 21:10:02 (5/6) Installing dumb-init (1.2.2-r1) 21:10:02 (6/6) Installing su-exec (0.2-r1) 21:10:02 Executing busybox-1.31.1-r19.trigger 21:10:02 OK: 7 MiB in 18 packages 21:10:02 Executing ca-certificates-20191127-r4.trigger 21:10:02 OK: 7 MiB in 20 packages 21:10:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:02 (1/1) Installing dumb-init (1.2.2-r1) 21:10:02 Executing busybox-1.31.1-r19.trigger 21:10:02 OK: 6 MiB in 15 packages 21:10:05 Removing intermediate container faa96c04f2e0 21:10:05 ---> 3358d063f152 21:10:05 21:10:05 Step 10/23 : FROM alpine:3.12 21:10:05 ---> 42cb162f0360 21:10:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:10:05 Removing intermediate container 06026b01ff2c 21:10:05 ---> 04e5366b212e 21:10:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:10:06 ---> Running in d6b5d2642a45 21:10:06 ---> Running in 88a5afa8f512 21:10:06 Removing intermediate container e1c791c58a67 21:10:06 ---> 24c767245332 21:10:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:10:06 Removing intermediate container e5a10dbfa311 21:10:06 ---> b0f50f0fa0ef 21:10:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:10:06 ---> Running in de2fe9353273 21:10:06 Removing intermediate container 40cdad26fb9c 21:10:06 ---> 060343a861dc 21:10:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:10:06 Removing intermediate container d6b5d2642a45 21:10:06 ---> 4b89006acc57 21:10:06 Step 12/23 : ENV APP_PORT=48080 21:10:06 Removing intermediate container 88a5afa8f512 21:10:06 ---> 18165ff79325 21:10:06 Step 13/23 : ENV APP_PORT=48082 21:10:06 ---> Running in 41551fce31ef 21:10:06 ---> Running in 44f50e5a92f1 21:10:06 ---> Running in 089fd590a7a8 21:10:06 ---> Running in 5f8dccc91e4d 21:10:06 Removing intermediate container de2fe9353273 21:10:06 ---> 415d6b007038 21:10:06 Step 13/21 : WORKDIR /edgex 21:10:07 Removing intermediate container 41551fce31ef 21:10:07 ---> 91e3a03e7759 21:10:07 Step 13/23 : EXPOSE $APP_PORT 21:10:07 Removing intermediate container 089fd590a7a8 21:10:07 ---> ca43e4efd1eb 21:10:07 Step 13/23 : ENV APP_PORT=48081 21:10:07 Removing intermediate container 44f50e5a92f1 21:10:07 ---> 3495ec195816 21:10:07 Step 13/24 : WORKDIR / 21:10:07 ---> Running in 2a1db88a0ac7 21:10:07 ---> Running in f29faa35db2d 21:10:07 Removing intermediate container 5f8dccc91e4d 21:10:07 ---> 699c6040e4c4 21:10:07 Step 14/23 : EXPOSE $APP_PORT 21:10:07 ---> Running in e0bcfb92589e 21:10:07 ---> Running in dcc01b7ecdbd 21:10:07 ---> Running in be0b3d22d952 21:10:07 Removing intermediate container f29faa35db2d 21:10:07 ---> fa004282000c 21:10:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:08 Removing intermediate container 2a1db88a0ac7 21:10:08 ---> e9326a51861e 21:10:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:10:08 Removing intermediate container e0bcfb92589e 21:10:08 ---> 3db76964f1ed 21:10:08 Step 14/23 : EXPOSE $APP_PORT 21:10:08 ---> Running in 3d0bf43ffab1 21:10:08 Removing intermediate container dcc01b7ecdbd 21:10:08 ---> e2814182661a 21:10:08 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:10:08 Removing intermediate container be0b3d22d952 21:10:08 ---> 32e1a972cb4a 21:10:08 Step 15/23 : WORKDIR / 21:10:08 ---> Running in 681a33d6a87c 21:10:08 ---> Running in abf3d53511a6 21:10:09 Removing intermediate container 681a33d6a87c 21:10:09 ---> 921bf28418ac 21:10:09 Step 15/23 : WORKDIR / 21:10:09 ---> a9c4181c5f84 21:10:09 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:10:09 ---> 7c323a999d2f 21:10:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:10:09 ---> Running in 8c4a4c7d2b61 21:10:09 Removing intermediate container abf3d53511a6 21:10:09 ---> fe869ab87239 21:10:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:09 Removing intermediate container 8c4a4c7d2b61 21:10:09 ---> 7332fe1ff344 21:10:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:09 ---> 4bfc4c33c476 21:10:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:10:09 ---> 875636460a20 21:10:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:10:09 ---> e9ba5bd26a4f 21:10:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:10:10 ---> 0a68dba5c392 21:10:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:10:10 ---> 7869b8ab0d62 21:10:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:10:10 Removing intermediate container 3d0bf43ffab1 21:10:10 ---> 516b6957094d 21:10:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:10:10 ---> 9e4775b26e2d 21:10:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:10:10 ---> 38d20182fd2e 21:10:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:10:10 ---> Running in b79b3c7dd018 21:10:11 ---> Running in d8487d9d0bcd 21:10:11 ---> a817fca2931a 21:10:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:10:11 ---> c51e98bb203f 21:10:11 Step 19/23 : ENTRYPOINT ["/core-command"] 21:10:11 ---> 62d5474e3684 21:10:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:10:12 ---> Running in ac8e7d0ea9a4 21:10:12 Removing intermediate container d8487d9d0bcd 21:10:12 ---> 290a12d2b21a 21:10:12 Step 18/21 : CMD ["--init=true"] 21:10:12 ---> Running in c9e429acd8a3 21:10:12 ---> 3e95daa6eb64 21:10:12 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:12 Removing intermediate container ac8e7d0ea9a4 21:10:12 ---> 79605a9d80f6 21:10:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:12 ---> b7c1a086328f 21:10:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:10:12 ---> Running in 6d3013f0ad3b 21:10:12 ---> Running in f8cd575517bc 21:10:12 Removing intermediate container c9e429acd8a3 21:10:12 ---> c6eb24cd7c69 21:10:12 Step 19/21 : LABEL arch=x86_64 21:10:12 ---> Running in cbeefb630a34 21:10:12 Removing intermediate container 6d3013f0ad3b 21:10:12 ---> 06bf4c133a34 21:10:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:12 ---> 6f73d93f1eff 21:10:12 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:10:12 Removing intermediate container f8cd575517bc 21:10:12 ---> 7132f665bc1a 21:10:12 Step 21/23 : LABEL arch=x86_64 21:10:12 ---> Running in 4b51dcfa482c 21:10:13 ---> Running in 4fcfcd4f3ea9 21:10:13 ---> Running in 6c15496a59b3 21:10:13 Removing intermediate container cbeefb630a34 21:10:13 ---> 6e0f782fd9e1 21:10:13 Step 20/21 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:10:13 ---> Running in 51ae383c9241 21:10:13 Removing intermediate container 4b51dcfa482c 21:10:13 ---> 939cce1ec73b 21:10:13 Step 21/23 : LABEL arch=x86_64 21:10:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:13 Removing intermediate container 4fcfcd4f3ea9 21:10:13 ---> 4c9d667b5a90 21:10:13 Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:10:13 ---> Running in f66cdb882a7b 21:10:13 ---> Running in 8f6ef7d0588c 21:10:13 Removing intermediate container 51ae383c9241 21:10:13 ---> 7cadcedf1740 21:10:13 Step 21/21 : LABEL version=0.0.0 21:10:13 Removing intermediate container f66cdb882a7b 21:10:13 ---> e8f8e8ae2f9f 21:10:13 Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:10:13 ---> Running in 52742d6a41d4 21:10:14 Removing intermediate container 8f6ef7d0588c 21:10:14 ---> a5d66f6b8f9a 21:10:14 Step 23/23 : LABEL version=0.0.0 21:10:14 ---> Running in f8d470461872 21:10:14 ---> Running in 2277fa62d28c 21:10:14 Removing intermediate container 52742d6a41d4 21:10:14 ---> a74762e05fcc 21:10:14 21:10:14 Removing intermediate container f8d470461872 21:10:14 ---> cbda61b79bfe 21:10:14 Step 23/23 : LABEL version=0.0.0 21:10:14 ---> Running in 730b7340e399 21:10:14 Removing intermediate container 2277fa62d28c 21:10:14 ---> 7cbced04822d 21:10:14 21:10:14 Successfully built a74762e05fcc 21:10:14 Removing intermediate container 6c15496a59b3 21:10:14 ---> 862c9f4ec6b2 21:10:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:10:14 Successfully tagged docker-security-proxy-setup-go:latest 21:10:14  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 21:10:14 Successfully built 7cbced04822d 21:10:14 ---> Running in 6f175c0696ed 21:10:14 Successfully tagged docker-core-command-go:latest 21:10:14  Building docker-core-command-go ... done Building docker-support-notifications-go 21:10:15 Removing intermediate container 730b7340e399 21:10:15 ---> e532f38bf18a 21:10:15 21:10:15 Removing intermediate container 6f175c0696ed 21:10:15 ---> daffb279e051 21:10:15 Step 22/24 : LABEL arch=x86_64 21:10:15 Successfully built e532f38bf18a 21:10:15 Successfully tagged docker-core-metadata-go:latest 21:10:15 Building docker-support-scheduler-go 21:10:15  Building docker-core-metadata-go ... done  ---> Running in bfd95c688032 21:10:15 Removing intermediate container bfd95c688032 21:10:15 ---> 99cdb4bfe46d 21:10:15 Step 23/24 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:10:15 ---> Running in 66cc7f3dd51b 21:10:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:10:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:10:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:10:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:10:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:10:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:10:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:10:15 (1/6) Installing dumb-init (1.2.2-r1) 21:10:15 (2/6) Installing libgcc (9.3.0-r2) 21:10:15 Removing intermediate container 66cc7f3dd51b 21:10:15 ---> a21b0ed348d7 21:10:15 Step 24/24 : LABEL version=0.0.0 21:10:15 ---> Running in 38b88ee11be4 21:10:15 (3/6) Installing libsodium (1.0.18-r0) 21:10:16 (4/6) Installing libstdc++ (9.3.0-r2) 21:10:16 Removing intermediate container 38b88ee11be4 21:10:16 ---> c56f28cefa5a 21:10:16 21:10:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:10:17 (5/6) Installing libzmq (4.3.3-r0) 21:10:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:10:18 (6/6) Installing zeromq (4.3.3-r0) 21:10:18 Executing busybox-1.31.1-r19.trigger 21:10:18 OK: 8 MiB in 20 packages 21:10:19 Successfully built c56f28cefa5a 21:10:19 Successfully tagged docker-security-secretstore-setup-go:latest 21:10:19 Building docker-sys-mgmt-agent-go 21:10:25  Building docker-security-secretstore-setup-go ... done Removing intermediate container b79b3c7dd018 21:10:25 ---> a24f76b04c05 21:10:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:10:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:10:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:10:27 ---> ab202a941641 21:10:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:10:28 ---> 29e6b15976e1 21:10:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:10:28 ---> 1c67cef6b325 21:10:28 Step 19/23 : ENTRYPOINT ["/core-data"] 21:10:28 ---> Running in f03f3fe48531 21:10:29 Removing intermediate container f03f3fe48531 21:10:29 ---> 3493907fe561 21:10:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:32 ---> Running in ca8a0a762fd8 21:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.422s coverage: 45.9% of statements 21:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.105s coverage: 19.8% of statements 21:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.201s coverage: 100.0% of statements 21:10:33 Removing intermediate container ca8a0a762fd8 21:10:33 ---> 68752ae93b09 21:10:33 Step 21/23 : LABEL arch=x86_64 21:10:34 ---> Running in 8308edbaa739 21:10:35 Removing intermediate container 8308edbaa739 21:10:35 ---> 9be560eef25c 21:10:35 Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:10:37 ---> Running in 045260f2c0f1 21:10:37 Removing intermediate container 045260f2c0f1 21:10:37 ---> cd844ba99aae 21:10:37 Step 23/23 : LABEL version=0.0.0 21:10:37 ---> Running in 2b9a6ae689a7 21:10:38 Removing intermediate container 2b9a6ae689a7 21:10:38 ---> fa0163e8ea69 21:10:38 21:10:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:10:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.187s coverage: 100.0% of statements 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:10:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:10:39 Successfully built fa0163e8ea69 21:10:39 Successfully tagged docker-core-data-go:latest 21:10:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.293s coverage: 71.3% of statements 21:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:10:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:10:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.556s coverage: 82.9% of statements 21:10:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:10:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:10:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements 21:10:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:10:43  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:43 ---> 955d3f3f30f8 21:10:43 Step 3/22 : WORKDIR /edgex-go 21:10:43 ---> Using cache 21:10:43 ---> 3cb94ce13580 21:10:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:43 ---> Using cache 21:10:43 ---> 2bc1a8b8baa8 21:10:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:10:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:10:43 ---> 955d3f3f30f8 21:10:43 Step 3/26 : WORKDIR /edgex-go 21:10:43 ---> Using cache 21:10:43 ---> 3cb94ce13580 21:10:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:43 ---> Using cache 21:10:43 ---> 2bc1a8b8baa8 21:10:43 Step 5/26 : RUN apk add --update --no-cache make bash git 21:10:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:10:43 ---> 955d3f3f30f8 21:10:43 Step 3/31 : WORKDIR /edgex-go 21:10:43 ---> Using cache 21:10:43 ---> 3cb94ce13580 21:10:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:43 ---> Using cache 21:10:43 ---> 2bc1a8b8baa8 21:10:43 Step 5/31 : RUN apk add --update --no-cache make git 21:10:43 ---> Using cache 21:10:43 ---> da2f0db5b93a 21:10:43 Step 6/31 : COPY go.mod . 21:10:44 ---> Using cache 21:10:44 ---> 45eb68b0d603 21:10:44 Step 7/31 : RUN go mod download 21:10:44 ---> Using cache 21:10:44 ---> b1a073af6593 21:10:44 Step 8/31 : COPY . . 21:10:44 ---> Using cache 21:10:44 ---> ba72aa6f094a 21:10:44 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:10:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:44 ---> 955d3f3f30f8 21:10:44 Step 3/22 : WORKDIR /edgex-go 21:10:44 ---> Using cache 21:10:44 ---> 3cb94ce13580 21:10:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:44 ---> Using cache 21:10:44 ---> 2bc1a8b8baa8 21:10:44 Step 5/22 : RUN apk add --update --no-cache make git 21:10:44 ---> Using cache 21:10:44 ---> da2f0db5b93a 21:10:44 Step 6/22 : COPY go.mod . 21:10:44 ---> Using cache 21:10:44 ---> 45eb68b0d603 21:10:44 Step 7/22 : RUN go mod download 21:10:44 ---> Using cache 21:10:44 ---> b1a073af6593 21:10:44 Step 8/22 : COPY . . 21:10:44 ---> Using cache 21:10:44 ---> ba72aa6f094a 21:10:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:10:45 ---> Running in 133dc9b8608a 21:10:45 ---> Running in 6b3557d5c779 21:10:45 ---> Running in 2dc65837f976 21:10:45 ---> Running in 91c4656a42c2 21:10:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:10:46 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:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:48 OK: 233 MiB in 51 packages 21:10:48 OK: 233 MiB in 51 packages 21:10:49 Removing intermediate container 133dc9b8608a 21:10:49 ---> 5a2dbdf92811 21:10:49 Step 6/26 : COPY go.mod . 21:10:50 Removing intermediate container 6b3557d5c779 21:10:50 ---> 664da809b1a8 21:10:50 Step 6/22 : COPY go.mod . 21:10:50 ---> 109189d3f444 21:10:50 Step 7/26 : RUN go mod download 21:10:50 ---> Running in 3f08777be591 21:10:50 ---> 137a75d2ed7c 21:10:50 Step 7/22 : RUN go mod download 21:10:50 ---> Running in a0fbdc3000c7 21:10:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.151s coverage: 28.6% of statements 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:10:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.291s coverage: 100.0% of statements 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:10:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:10:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.421s coverage: 86.7% of statements 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:10:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.441s coverage: 97.5% of statements 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:10:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.234s coverage: 78.3% of statements 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:10:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:10:53 Removing intermediate container 3f08777be591 21:10:53 ---> c2abc582f05d 21:10:53 Step 8/26 : COPY . . 21:10:54 Removing intermediate container a0fbdc3000c7 21:10:54 ---> 15d847d2a815 21:10:54 Step 8/22 : COPY . . 21:11:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.272s coverage: 92.8% of statements 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:11:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.178s coverage: 58.8% of statements 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:11:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 1.0% of statements 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:11:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.123s coverage: 47.1% of statements 21:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.216s coverage: 79.5% of statements 21:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.152s coverage: 94.1% of statements 21:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.150s coverage: 96.3% of statements 21:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.140s coverage: 87.5% of statements 21:11:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.150s coverage: 94.4% of statements 21:11:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.109s coverage: 44.8% of statements 21:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.472s coverage: 82.6% of statements 21:11:26 Removing intermediate container 2dc65837f976 21:11:26 ---> 7b366f6a2b8b 21:11:26 21:11:26 Step 10/31 : FROM alpine:3.12 21:11:26 ---> 42cb162f0360 21:11:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:11:26 ---> 5810d96c5bdd 21:11:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:11:26 ---> cd217f5872e5 21:11:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:11:26 ---> Running in d75fbb99abb8 21:11:26 ---> Running in df21e2056244 21:11:26 ---> Running in f870152a3cdc 21:11:26 Removing intermediate container 91c4656a42c2 21:11:26 ---> 9ca3c0e6a185 21:11:26 21:11:26 Step 10/22 : FROM alpine:3.12 21:11:26 ---> 42cb162f0360 21:11:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:11:26 ---> Using cache 21:11:26 ---> 060343a861dc 21:11:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:11:26 ---> Using cache 21:11:26 ---> ca43e4efd1eb 21:11:26 Step 13/22 : ENV APP_PORT=48085 21:11:26 ---> Running in a5c25f1fbe42 21:11:26 Removing intermediate container f870152a3cdc 21:11:26 ---> d3fe319628c1 21:11:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:11:26 ---> Running in 2fd307bd39cd 21:11:26 Removing intermediate container a5c25f1fbe42 21:11:26 ---> d07b8dda0a85 21:11:26 Step 14/22 : EXPOSE $APP_PORT 21:11:26 ---> Running in 11bc1b6bac3c 21:11:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:11:26 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:11:26 Removing intermediate container 11bc1b6bac3c 21:11:26 ---> 5d02b16e6b5a 21:11:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:11:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:26 ---> ac547764aa4a 21:11:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:11:26 (1/2) Installing dumb-init (1.2.2-r1) 21:11:26 (2/2) Installing su-exec (0.2-r1) 21:11:26 Executing busybox-1.31.1-r19.trigger 21:11:26 OK: 6 MiB in 16 packages 21:11:26 ---> f29d5e7ab856 21:11:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:11:26 Removing intermediate container 2fd307bd39cd 21:11:26 ---> 0410890386b8 21:11:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:11:27 ---> Running in bdaeabd438e0 21:11:27 ---> 52d709ba2834 21:11:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:11:27 ---> Running in f2a887b55c6b 21:11:28 Removing intermediate container bdaeabd438e0 21:11:28 ---> 86e394af86c0 21:11:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:11:28 Removing intermediate container f2a887b55c6b 21:11:28 ---> 8201b0290b5f 21:11:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:11:28 ---> Running in 833328ccb6f2 21:11:28 ---> Running in 8f4777469ca6 21:11:29 Removing intermediate container 8f4777469ca6 21:11:29 ---> 40d5ebbe14aa 21:11:29 Step 20/22 : LABEL arch=x86_64 21:11:29 Removing intermediate container 833328ccb6f2 21:11:29 ---> 7df18c95c6d7 21:11:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:11:29 ---> Running in a57e517b870e 21:11:29 ---> Running in 2693aac2d8d7 21:11:29 Removing intermediate container a57e517b870e 21:11:29 ---> 338e97e1dbdb 21:11:29 Step 21/22 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:11:29 ---> Running in f56893d495e7 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.189s coverage: 92.9% of statements 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.8% of statements 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.186s coverage: 87.2% of statements 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.184s coverage: 84.6% of statements 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.242s coverage: 91.6% of statements 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 64.4% of statements 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:11:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 21:11:30 Removing intermediate container f56893d495e7 21:11:30 ---> 2fa3dac10246 21:11:30 Step 22/22 : LABEL version=0.0.0 21:11:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements 21:11:30 ---> Running in 1c6c7d24af25 21:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 21:11:31 Removing intermediate container 1c6c7d24af25 21:11:31 ---> 602b23dc4081 21:11:31 21:11:31 Removing intermediate container 2693aac2d8d7 21:11:31 ---> 58f89e4bb154 21:11:31 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:11:31 ---> Running in 192209043f6f 21:11:31 Successfully built 602b23dc4081 21:11:31 Successfully tagged docker-support-scheduler-go:latest 21:11:32  Building docker-support-scheduler-go ... done Removing intermediate container 192209043f6f 21:11:32 ---> 7f1f62727b78 21:11:32 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:11:32 ---> cf8e18767c3a 21:11:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:11:32 ---> Running in beb346164252 21:11:34 Removing intermediate container beb346164252 21:11:34 ---> 9c539ce1aed7 21:11:34 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:11:35 ---> b86eff1a4fda 21:11:35 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:11:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.936s coverage: 69.0% of statements 21:11:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:11:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:11:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:11:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.482s coverage: 38.4% of statements 21:11:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:11:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:11:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements 21:11:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:11:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.097s coverage: 84.8% of statements 21:11:36 ---> 09368749f7b6 21:11:36 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:11:36 ---> 71ac2684d52e 21:11:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:11:37 ---> a4d182f804f0 21:11:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:11:38 ---> d71404819fd0 21:11:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:11:38 ---> Running in 4bb65f459217 21:11:39 Removing intermediate container 4bb65f459217 21:11:39 ---> 8835e95f21d0 21:11:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:11:39 ---> 1cd6a659995b 21:11:39 Step 26/31 : RUN chmod +x /entrypoint.sh 21:11:39 ---> Running in 1e795bcf052b 21:11:42 Removing intermediate container 1e795bcf052b 21:11:42 ---> 9cbe7b1d30ac 21:11:42 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.402s coverage: 47.0% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:11:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.493s coverage: 87.1% of statements 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:11:42 ---> Running in b61218163a2d 21:11:43 Removing intermediate container b61218163a2d 21:11:43 ---> a14687eade56 21:11:43 Step 28/31 : CMD ["gate"] 21:11:44 ---> Running in 0de16dc9f9fb 21:11:45 Removing intermediate container 0de16dc9f9fb 21:11:45 ---> 19427cccb554 21:11:45 Step 29/31 : LABEL arch=x86_64 21:11:45 Removing intermediate container df21e2056244 21:11:45 ---> 6fcb4f55acf9 21:11:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:11:45 ---> Running in b8a04af8d13b 21:11:45 ---> Running in 3e62a7e65adf 21:11:45 Removing intermediate container 3e62a7e65adf 21:11:45 ---> 8af8c67032f2 21:11:45 Step 30/31 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:11:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:11:47 ---> Running in d10ef2c5d3d7 21:11:47 Removing intermediate container d75fbb99abb8 21:11:47 ---> 56f990d06640 21:11:47 21:11:47 Step 10/22 : FROM alpine:3.12 21:11:47 ---> 42cb162f0360 21:11:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:11:47 ---> Running in ba5ae23d16b2 21:11:47 Removing intermediate container d10ef2c5d3d7 21:11:47 ---> a885950bc194 21:11:47 Step 31/31 : LABEL version=0.0.0 21:11:48 ---> Running in 8477316fb3a0 21:11:48 Removing intermediate container b8a04af8d13b 21:11:48 ---> af938f84124d 21:11:48 21:11:48 Step 11/26 : FROM docker:20.10.0 21:11:48 20.10.0: Pulling from library/docker 21:11:48 Removing intermediate container 8477316fb3a0 21:11:48 ---> 0e07272649b5 21:11:48 21:11:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:48 Successfully built 0e07272649b5 21:11:48 Successfully tagged docker-security-bootstrapper-go:latest 21:11:48  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:48 (1/2) Installing ca-certificates (20191127-r4) 21:11:48 (2/2) Installing dumb-init (1.2.2-r1) 21:11:48 Executing busybox-1.31.1-r19.trigger 21:11:48 Executing ca-certificates-20191127-r4.trigger 21:11:48 OK: 6 MiB in 16 packages 21:11:50 Removing intermediate container ba5ae23d16b2 21:11:50 ---> bc3d61ce1962 21:11:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:11:50 ---> Running in d41b2b3ed15c 21:11:50 Removing intermediate container d41b2b3ed15c 21:11:50 ---> 28de6d57d399 21:11:50 Step 13/22 : ENV APP_PORT=48060 21:11:50 ---> Running in 4e7a005d0f64 21:11:50 Removing intermediate container 4e7a005d0f64 21:11:50 ---> 0e92e9a135f6 21:11:50 Step 14/22 : EXPOSE $APP_PORT 21:11:50 ---> Running in 806febf6999f 21:11:51 Removing intermediate container 806febf6999f 21:11:51 ---> 6474c6bc5e15 21:11:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.203s coverage: 29.1% of statements 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.201s coverage: 100.0% of statements 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.239s coverage: 94.6% of statements 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 32.1% of statements 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 21:11:52 ---> d5e83e2c2d24 21:11:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:11:52 GO111MODULE=on go vet ./... 21:11:54 ---> dea4e2617be1 21:11:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:11:54 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:11:54 Status: Downloaded newer image for docker:20.10.0 21:11:54 ---> aefe523efa57 21:11:54 Step 12/26 : RUN apk add --no-cache bash 21:11:54 ---> c05b31f02f00 21:11:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:11:54 ---> Running in 8dd904a74e82 21:11:54 ---> Running in d548ec38689d 21:11:54 Removing intermediate container d548ec38689d 21:11:54 ---> cce172c00d67 21:11:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:11:54 ---> Running in ef4672d42f6e 21:11:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:54 Removing intermediate container ef4672d42f6e 21:11:54 ---> 6729560cf487 21:11:54 Step 20/22 : LABEL arch=x86_64 21:11:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:54 ---> Running in e78962f44d4f 21:11:54 (1/2) Installing readline (8.0.4-r0) 21:11:54 (2/2) Installing bash (5.0.17-r0) 21:11:54 Executing bash-5.0.17-r0.post-install 21:11:54 Executing busybox-1.31.1-r19.trigger 21:11:54 OK: 12 MiB in 22 packages 21:11:54 Removing intermediate container e78962f44d4f 21:11:54 ---> 91223b79e3dc 21:11:54 Step 21/22 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:11:54 ---> Running in 840fab46e510 21:11:55 Removing intermediate container 840fab46e510 21:11:55 ---> c3fe6b94d8c8 21:11:55 Step 22/22 : LABEL version=0.0.0 21:11:55 ---> Running in 48fb8cb904f8 21:11:55 Removing intermediate container 48fb8cb904f8 21:11:55 ---> 7071ead03f9b 21:11:55 21:11:55 Removing intermediate container 8dd904a74e82 21:11:55 ---> 6cb07692b9a0 21:11:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:11:55 ---> Running in 307c67dff7e9 21:11:55 Successfully built 7071ead03f9b 21:11:55 Successfully tagged docker-support-notifications-go:latest 21:11:55  Building docker-support-notifications-go ... done Removing intermediate container 307c67dff7e9 21:11:55 ---> 15e762b34e83 21:11:55 Step 14/26 : ENV APP_PORT=48090 21:11:55 ---> Running in e2b69788e6fb 21:11:55 Removing intermediate container e2b69788e6fb 21:11:55 ---> 6280ec708f39 21:11:55 Step 15/26 : EXPOSE $APP_PORT 21:11:55 ---> Running in 7236ef908635 21:11:56 Removing intermediate container 7236ef908635 21:11:56 ---> 84fac83e471f 21:11:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:11:56 ---> e1cb8f7a4f88 21:11:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:11:56 ---> 07f80d52da18 21:11:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:11:57 ---> ff69a7c3b981 21:11:57 Step 19/26 : RUN apk --no-cache add py3-pip 21:11:57 ---> Running in d6164eb5d2f2 21:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:57 (1/33) Installing libbz2 (1.0.8-r1) 21:11:57 (2/33) Installing expat (2.2.9-r1) 21:11:57 (3/33) Installing libffi (3.3-r2) 21:11:57 (4/33) Installing gdbm (1.13-r1) 21:11:57 (5/33) Installing xz-libs (5.2.5-r0) 21:11:57 (6/33) Installing sqlite-libs (3.32.1-r0) 21:11:57 (7/33) Installing python3 (3.8.8-r0) 21:11:58 (8/33) Installing py3-appdirs (1.4.4-r1) 21:11:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:11:58 (10/33) Installing py3-parsing (2.4.7-r0) 21:11:58 (11/33) Installing py3-six (1.15.0-r0) 21:11:58 (12/33) Installing py3-packaging (20.4-r0) 21:11:58 (13/33) Installing py3-setuptools (47.0.0-r0) 21:11:59 (14/33) Installing py3-chardet (3.0.4-r4) 21:11:59 (15/33) Installing py3-idna (2.9-r0) 21:11:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:11:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:11:59 (18/33) Installing py3-requests (2.23.0-r0) 21:11:59 (19/33) Installing py3-msgpack (1.0.0-r0) 21:11:59 (20/33) Installing py3-lockfile (0.12.2-r3) 21:11:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:11:59 (22/33) Installing py3-colorama (0.4.3-r0) 21:11:59 (23/33) Installing py3-distlib (0.3.0-r0) 21:11:59 (24/33) Installing py3-distro (1.5.0-r1) 21:11:59 (25/33) Installing py3-webencodings (0.5.1-r3) 21:11:59 (26/33) Installing py3-html5lib (1.0.1-r4) 21:11:59 (27/33) Installing py3-pytoml (0.1.21-r0) 21:11:59 (28/33) Installing py3-pep517 (0.8.2-r0) 21:11:59 (29/33) Installing py3-progress (1.5-r0) 21:11:59 (30/33) Installing py3-toml (0.10.1-r0) 21:11:59 (31/33) Installing py3-retrying (1.3.3-r0) 21:11:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:11:59 (33/33) Installing py3-pip (20.1.1-r0) 21:11:59 Executing busybox-1.31.1-r19.trigger 21:11:59 OK: 71 MiB in 55 packages 21:12:09 Removing intermediate container d6164eb5d2f2 21:12:09 ---> 90e14548ea77 21:12:09 Step 20/26 : RUN pip install docker-compose==1.23.2 21:12:09 ---> Running in d5865d42b42d 21:12:09 Collecting docker-compose==1.23.2 21:12:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:12:09 Collecting PyYAML<4,>=3.10 21:12:09 Downloading PyYAML-3.13.tar.gz (270 kB) 21:12:10 Collecting docker<4.0,>=3.6.0 21:12:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:12:10 Collecting jsonschema<3,>=2.5.1 21:12:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:12:11 Collecting websocket-client<1.0,>=0.32.0 21:12:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:12:11 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:12:11 Collecting cached-property<2,>=1.2.0 21:12:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:12:11 Collecting texttable<0.10,>=0.9.0 21:12:11 Downloading texttable-0.9.1.tar.gz (11 kB) 21:12:12 Collecting docopt<0.7,>=0.6.1 21:12:12 Downloading docopt-0.6.2.tar.gz (25 kB) 21:12:13 Collecting dockerpty<0.5,>=0.4.1 21:12:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:12:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:12:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:12:13 Collecting docker-pycreds>=0.4.0 21:12:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:12:13 Collecting idna<2.8,>=2.5 21:12:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:12:14 Collecting urllib3<1.25,>=1.21.1 21:12:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:12:14 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:12:14 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:12:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:12:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:12:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:12:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:12:14 Installing collected packages: PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, cached-property, texttable, docopt, dockerpty, docker-compose 21:12:14 Running setup.py install for PyYAML: started 21:12:14 Running setup.py install for PyYAML: finished with status 'done' 21:12:14 Attempting uninstall: idna 21:12:14 Found existing installation: idna 2.9 21:12:14 Uninstalling idna-2.9: 21:12:14 Successfully uninstalled idna-2.9 21:12:15 Attempting uninstall: urllib3 21:12:15 Found existing installation: urllib3 1.25.9 21:12:15 Uninstalling urllib3-1.25.9: 21:12:15 Successfully uninstalled urllib3-1.25.9 21:12:15 Attempting uninstall: requests 21:12:15 Found existing installation: requests 2.23.0 21:12:15 Uninstalling requests-2.23.0: 21:12:15 Successfully uninstalled requests-2.23.0 21:12:16 Running setup.py install for texttable: started 21:12:16 Running setup.py install for texttable: finished with status 'done' 21:12:16 Running setup.py install for docopt: started 21:12:16 Running setup.py install for docopt: finished with status 'done' 21:12:16 Running setup.py install for dockerpty: started 21:12:17 Running setup.py install for dockerpty: finished with status 'done' 21:12:17 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:12:20 Removing intermediate container d5865d42b42d 21:12:20 ---> 24bf36ae05f8 21:12:20 Step 21/26 : RUN apk --no-cache add curl 21:12:20 ---> Running in f9a54f14d706 21:12:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:12:21 (2/3) Installing libcurl (7.69.1-r3) 21:12:21 (3/3) Installing curl (7.69.1-r3) 21:12:21 Executing busybox-1.31.1-r19.trigger 21:12:21 OK: 72 MiB in 58 packages 21:12:21 Removing intermediate container f9a54f14d706 21:12:21 ---> a2e74c092e43 21:12:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:12:21 ---> Running in 2da0f29a4d87 21:12:21 Removing intermediate container 2da0f29a4d87 21:12:21 ---> 719b5f65129b 21:12:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:21 ---> Running in a317a5d1475d 21:12:21 Removing intermediate container a317a5d1475d 21:12:21 ---> 80d2a7798203 21:12:21 Step 24/26 : LABEL arch=x86_64 21:12:22 ---> Running in c4fb2fe44e7a 21:12:22 Removing intermediate container c4fb2fe44e7a 21:12:22 ---> 9618015b9f80 21:12:22 Step 25/26 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:12:22 ---> Running in 9a18bf656631 21:12:22 Removing intermediate container 9a18bf656631 21:12:22 ---> 50775c09935a 21:12:22 Step 26/26 : LABEL version=0.0.0 21:12:22 ---> Running in d0f7f4571eef 21:12:22 Removing intermediate container d0f7f4571eef 21:12:22 ---> 18d69f154aca 21:12:22 21:12:23 Successfully built 18d69f154aca 21:12:23 Successfully tagged docker-sys-mgmt-agent-go:latest 21:12:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:12:23 $ docker stop --time=1 c18fd21c4a2774b200ad3d26fdec0a8a37b7901ec190b326f450fb14e294ca5f 21:12:24 $ docker rm -f c18fd21c4a2774b200ad3d26fdec0a8a37b7901ec190b326f450fb14e294ca5f [Pipeline] // withDockerContainer [Pipeline] sh 21:12:25 + docker images 21:12:25 + grep docker 21:12:25 docker-sys-mgmt-agent-go latest 18d69f154aca 3 seconds ago 314MB 21:12:25 docker-support-notifications-go latest 7071ead03f9b 30 seconds ago 17.9MB 21:12:25 docker-security-bootstrapper-go latest 0e07272649b5 37 seconds ago 18.9MB 21:12:25 docker-support-scheduler-go latest 602b23dc4081 54 seconds ago 17.4MB 21:12:25 docker-core-data-go latest fa0163e8ea69 About a minute ago 22.7MB 21:12:25 docker-security-secretstore-setup-go latest c56f28cefa5a 2 minutes ago 25.7MB 21:12:25 docker-core-command-go latest 7cbced04822d 2 minutes ago 17.3MB 21:12:25 docker-security-proxy-setup-go latest a74762e05fcc 2 minutes ago 25.4MB 21:12:25 docker-core-metadata-go latest e532f38bf18a 2 minutes ago 19MB 21:12:25 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:12:41 Still waiting to schedule task 21:12:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:13:14 gofmt -l . 21:13:14 [ "`gofmt -l .`" = "" ] 21:13:14 ./bin/test-go-mod-tidy.sh 21:13:14 ./bin/test-attribution-txt.sh [Pipeline] sh 21:13:15 + ls -al . 21:13:15 total 808 21:13:15 drwxrwxr-x 9 1001 1001 4096 Mar 29 21:13 . 21:13:15 drwxr-xr-x 4 root root 4096 Mar 29 21:08 .. 21:13:15 -rw-rw-r-- 1 1001 1001 11 Mar 29 21:07 .dockerignore 21:13:15 drwxrwxr-x 8 1001 1001 4096 Mar 29 21:07 .git 21:13:15 drwxrwxr-x 3 1001 1001 4096 Mar 29 21:07 .github 21:13:15 -rw-rw-r-- 1 1001 1001 818 Mar 29 21:07 .gitignore 21:13:15 -rw-rw-r-- 1 1001 1001 166 Mar 29 21:07 .sonarcloud.properties 21:13:15 -rw-rw-r-- 1 1001 1001 8607 Mar 29 21:07 Attribution.txt 21:13:15 -rw-rw-r-- 1 1001 1001 3804 Mar 29 21:07 CONTRIBUTING.md 21:13:15 -rw-rw-r-- 1 1001 1001 931 Mar 29 21:07 Dockerfile.build 21:13:15 -rw-rw-r-- 1 1001 1001 863 Mar 29 21:07 Jenkinsfile 21:13:15 -rw-rw-r-- 1 1001 1001 10775 Mar 29 21:07 LICENSE 21:13:15 -rw-rw-r-- 1 1001 1001 5774 Mar 29 21:07 Makefile 21:13:15 -rw-rw-r-- 1 1001 1001 6548 Mar 29 21:07 README.md 21:13:15 -rw-rw-r-- 1 1001 1001 6755 Mar 29 21:07 SECURITY.md 21:13:15 -rw-rw-r-- 1 1001 1001 5 Mar 29 21:03 VERSION 21:13:15 -rw-rw-r-- 1 1001 1001 4131 Mar 29 21:07 ZMQWindows.md 21:13:15 drwxrwxr-x 2 1001 1001 4096 Mar 29 21:07 bin 21:13:15 drwxrwxr-x 14 1001 1001 4096 Mar 29 21:07 cmd 21:13:15 -rw-r--r-- 1 root root 668090 Mar 29 21:11 coverage.out 21:13:15 -rw-r--r-- 1 root root 1057 Mar 29 21:13 go.mod 21:13:15 -rw-r--r-- 1 root root 22643 Mar 29 21:13 go.sum 21:13:15 drwxrwxr-x 8 1001 1001 4096 Mar 29 21:07 internal 21:13:15 drwxrwxr-x 4 1001 1001 4096 Mar 29 21:07 openapi 21:13:15 drwxrwxr-x 4 1001 1001 4096 Mar 29 21:07 snap 21:13:15 -rw-rw-r-- 1 1001 1001 168 Mar 29 21:07 version.go [Pipeline] sh 21:13:15 + '[' -e coverage.out ] 21:13:15 + chown 1001:1001 coverage.out [Pipeline] stash 21:13:15 Warning: overwriting stash ‘coverage-report’ 21:13:17 Stashed 1 file(s) [Pipeline] sh 21:13:17 + make build 21:13:17 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:13:28 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:13:30 Running on prd-ubuntu18.04-docker-8c-8g-31865 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 21:13:30 Running in /w/workspace/edgex-go/40 [Pipeline] { [Pipeline] checkout 21:13:32 using credential edgex-jenkins-ssh 21:13:32 Cloning the remote Git repository 21:13:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:13:32 > git init /w/workspace/edgex-go/40 # timeout=10 21:13:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:13:32 > git --version # timeout=10 21:13:32 > git --version # 'git version 2.17.1' 21:13:32 using GIT_SSH to set credentials SSH Credentials for GitHub 21:13:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:13:50 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:13:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:13:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:13:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:13:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:13:49 using GIT_SSH to set credentials SSH Credentials for GitHub 21:13:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:13:50 > git config core.sparsecheckout # timeout=10 21:13:50 > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 21:13:50 Merge succeeded, producing 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:13:50 Checking out Revision 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 (PR-3234) 21:13:50 > git remote # timeout=10 21:13:50 > git config --get remote.origin.url # timeout=10 21:13:50 using GIT_SSH to set credentials SSH Credentials for GitHub 21:13:50 > git merge 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 21:13:50 > git rev-parse HEAD^{commit} # timeout=10 21:13:50 > git config core.sparsecheckout # timeout=10 21:13:50 > git checkout -f 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 21:13:54 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:13:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:13:55 + echo snap-build.sh 21:13:55 snap-build.sh 21:13:55 + SNAP_BASE_DIR=. 21:13:55 + '[' '!' -z /w/workspace/edgex-go/40 ']' 21:13:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/40 21:13:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/40]' 21:13:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/40] 21:13:55 + cd /w/workspace/edgex-go/40 21:13:55 + sudo apt-get remove -qy --purge lxd lxd-client 21:13:55 Reading package lists... 21:13:55 Building dependency tree... 21:13:55 Reading state information... 21:13:55 The following packages were automatically installed and are no longer required: 21:13:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:13:55 uidmap xdelta3 21:13:55 Use 'sudo apt autoremove' to remove them. 21:13:55 The following packages will be REMOVED: 21:13:55 lxd* lxd-client* 21:13:55 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:13:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:13:55 After this operation, 31.7 MB disk space will be freed. 21:13:56 (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:13:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:13:57 Removing lxd dnsmasq configuration 21:13:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:13:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:13:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:13:59 (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:13:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:14:00 Processing triggers for systemd (237-3ubuntu10.42) ... 21:14:00 Processing triggers for ureadahead (0.100.0-21) ... 21:14:02 + sudo snap remove --purge lxd 21:14:02 snap "lxd" is not installed 21:14:02 + sudo groupadd --force --system lxd 21:14:02 ++ whoami 21:14:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:14:02 + newgrp - lxd 21:14:02 + sudo snap install lxd 21:14:02 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:14:03 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:14:08 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:14:10 2021-03-29T21:14:08Z INFO Waiting for automatic snapd restart... 21:14:15 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:14:18 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:14:23 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:14:25 lxd 4.12 from Canonical* installed 21:14:25 + sudo lxd init --auto 21:14:26 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:14:31 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:14:33 + sudo snap install --classic snapcraft [Pipeline] } 21:14:37 $ docker stop --time=1 398ed4bf76bd178c22d65dd30089966a7e121c19e928a4fab7598ad36605a616 21:14:39 $ docker rm -f 398ed4bf76bd178c22d65dd30089966a7e121c19e928a4fab7598ad36605a616 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:14:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:14:41 21:14:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:14:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:14:42 latest: Pulling from edgex-devops/edgex-compose-arm64 21:14:42 29e5d40040c1: Pulling fs layer 21:14:42 1ce36da41761: Pulling fs layer 21:14:42 25b303627fd3: Pulling fs layer 21:14:42 29e5d40040c1: Verifying Checksum 21:14:42 29e5d40040c1: Download complete 21:14:43 29e5d40040c1: Pull complete 21:14:43 1ce36da41761: Verifying Checksum 21:14:43 1ce36da41761: Download complete 21:14:44 1ce36da41761: Pull complete 21:14:45 25b303627fd3: Verifying Checksum 21:14:45 25b303627fd3: Download complete 21:14:55 25b303627fd3: Pull complete 21:14:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:14:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:14:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:14:55 prd-ubuntu18.04-docker-arm64-4c-16g-31862 does not seem to be running inside a container 21:14:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:14:58 $ docker top 41c52ffc33c1d48f198e4ef0677881eae7b7bb6c1a390a3a3edcfafc361038af -eo pid,comm [Pipeline] { [Pipeline] sh 21:14:59 + grep parallel 21:14:59 + docker-compose build --help 21:15:03 --parallel Build images in parallel. [Pipeline] } 21:15:03 $ docker stop --time=1 41c52ffc33c1d48f198e4ef0677881eae7b7bb6c1a390a3a3edcfafc361038af 21:15:05 $ docker rm -f 41c52ffc33c1d48f198e4ef0677881eae7b7bb6c1a390a3a3edcfafc361038af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:15:06 . [Pipeline] withDockerContainer 21:15:06 prd-ubuntu18.04-docker-arm64-4c-16g-31862 does not seem to be running inside a container 21:15:06 $ 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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:15:07 $ docker top d3c78f939f296b4799093abf9ef3df9457b6847e603b5990e50948d88ca46285 -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:08 + docker-compose -f ./docker-compose-build.yml build --parallel 21:15:12 Building docker-core-command-go ... 21:15:12 Building docker-core-data-go ... 21:15:12 Building docker-core-metadata-go ... 21:15:12 Building docker-security-bootstrapper-go ... 21:15:12 Building docker-security-proxy-setup-go ... 21:15:12 Building docker-security-secretstore-setup-go ... 21:15:12 Building docker-support-notifications-go ... 21:15:12 Building docker-support-scheduler-go ... 21:15:12 Building docker-sys-mgmt-agent-go ... 21:15:12 Building docker-support-scheduler-go 21:15:12 Building docker-core-metadata-go 21:15:12 Building docker-security-bootstrapper-go 21:15:12 Building docker-core-command-go 21:15:12 Building docker-support-notifications-go 21:15:20 snapcraft 4.5.4 from Canonical* installed 21:15:20 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 21:15:20 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 21:15:20 % Total % Received % Xferd Average Speed Time Time Time Current 21:15:20 Dload Upload Total Spent Left Speed 21:15:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 4976 21:15:20 100 3325k 100 3325k 0 0 7916k 0 --:--:-- --:--:-- --:--:-- 7916k 21:15:20 ./yq_linux_amd64 21:15:20 + sudo snapcraft prime --use-lxd 21:15:20 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:15:20 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:15:20 - README.md 21:15:20 21:15:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:15:20 Launching a container. 21:15:30 Waiting for container to be ready 21:15:30 To start your first instance, try: lxc launch ubuntu:18.04 21:15:30 21:15:34 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:15:34 Waiting for network to be ready... 21:15:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:15:35 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:15:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 21:15:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 21:15:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:15:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:15:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 21:15:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 21:15:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 21:15:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 21:15:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:15:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:15:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:15:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:15:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:15:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:15:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:15:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:15:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:15:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 21:15:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 21:15:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:15:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:15:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 21:15:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 21:15:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 21:15:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 21:15:42 Fetched 24.2 MB in 7s (3464 kB/s) 21:15:43 Reading package lists... 21:15:43 Reading package lists... 21:15:43 Building dependency tree... 21:15:43 Reading state information... 21:15:43 The following additional packages will be installed: 21:15:43 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:15:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:15:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:15:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:15:43 Suggested packages: 21:15:43 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:15:43 Recommended packages: 21:15:43 gnupg libsasl2-modules 21:15:43 The following NEW packages will be installed: 21:15:43 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:15:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:15:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:15:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:15:43 The following packages will be upgraded: 21:15:43 gpg gpg-agent gpgconf libudev1 21:15:43 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:15:43 Need to get 3530 kB of archives. 21:15:43 After this operation, 13.3 MB of additional disk space will be used. 21:15:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:15:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:15:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:15:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:15:43 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 21:15:45 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 21:15:45 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:15:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:15:45 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:15:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:15:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:15:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:15:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:15:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:15:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:15:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:15:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:15:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:15:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:15:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:15:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:15:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:15:46 debconf: delaying package configuration, since apt-utils is not installed 21:15:46 Fetched 3530 kB in 3s (1188 kB/s) 21:15:46 (Reading database ... 12511 files and directories currently installed.) 21:15:46 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 21:15:46 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:15:46 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 21:15:47 Selecting previously unselected package udev. 21:15:47 (Reading database ... 12511 files and directories currently installed.) 21:15:47 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 21:15:47 Unpacking udev (237-3ubuntu10.45) ... 21:15:47 Selecting previously unselected package libfuse2:amd64. 21:15:47 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:15:47 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:15:47 Selecting previously unselected package fuse. 21:15:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:15:47 Unpacking fuse (2.9.7-1ubuntu1) ... 21:15:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:15:47 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:15:47 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:15:47 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:15:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:15:47 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:15:47 Selecting previously unselected package libksba8:amd64. 21:15:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:15:47 Unpacking libksba8:amd64 (1.3.5-2) ... 21:15:47 Selecting previously unselected package libroken18-heimdal:amd64. 21:15:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:15:48 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:48 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:15:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:15:48 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:48 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libwind0-heimdal:amd64. 21:15:48 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:48 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:15:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:15:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:15:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:15:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:15:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:48 Selecting previously unselected package libsasl2-modules-db:amd64. 21:15:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:15:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:15:48 Selecting previously unselected package libsasl2-2:amd64. 21:15:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:15:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:15:48 Selecting previously unselected package libldap-common. 21:15:48 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:15:48 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:15:48 Selecting previously unselected package libldap-2.4-2:amd64. 21:15:48 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:15:48 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:15:49 Selecting previously unselected package dirmngr. 21:15:49 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:15:49 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:15:49 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:15:49 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:15:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:15:49 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:15:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:15:49 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:15:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:49 Setting up libksba8:amd64 (1.3.5-2) ... 21:15:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:15:49 Setting up udev (237-3ubuntu10.45) ... 21:15:50 invoke-rc.d: policy-rc.d denied execution of start. 21:15:50 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:50 Processing triggers for systemd (237-3ubuntu10) ... 21:15:50 Setting up fuse (2.9.7-1ubuntu1) ... 21:15:50 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:15:50 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:15:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:15:50 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:15:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:15:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:15:50 settings in the [Install] section, and DefaultInstance for template units). 21:15:50 This means they are not meant to be enabled using systemctl. 21:15:50 Possible reasons for having this kind of units are: 21:15:50 1) A unit may be statically enabled by being symlinked from another unit's 21:15:50 .wants/ or .requires/ directory. 21:15:50 2) A unit's purpose may be to act as a helper for some other unit which has 21:15:50 a requirement dependency on it. 21:15:50 3) A unit may be started when needed via activation (socket, path, timer, 21:15:50 D-Bus, udev, scripted systemctl call, ...). 21:15:50 4) In case of template units, the unit is meant to be enabled with some 21:15:50 instance name specified. 21:15:51 Reading package lists... 21:15:51 Building dependency tree... 21:15:51 Reading state information... 21:15:51 The following additional packages will be installed: 21:15:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:15:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:15:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:15:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:15:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:15:51 Suggested packages: 21:15:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:15:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:15:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:15:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:15:51 systemd-container policykit-1 21:15:51 Recommended packages: 21:15:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:15:51 The following NEW packages will be installed: 21:15:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:15:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:15:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:15:51 multiarch-support openssh-client python3 python3-minimal python3.6 21:15:51 python3.6-minimal snapd squashfs-tools sudo 21:15:51 The following packages will be upgraded: 21:15:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:15:51 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:15:51 Need to get 35.2 MB of archives. 21:15:51 After this operation, 141 MB of additional disk space will be used. 21:15:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:15:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 21:15:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:15:51 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:15:51 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:15:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:15:51 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:15:51 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:15:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:15:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:15:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:15:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:15:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:15:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:15:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:15:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:15:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:15:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:15:52 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:15:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 21:15:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:15:53 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:15:53 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:15:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:15:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:15:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:15:53 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:15:53 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:15:53 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:15:53 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:15:53 debconf: delaying package configuration, since apt-utils is not installed 21:15:53 Fetched 35.2 MB in 1s (23.7 MB/s) 21:15:53 (Reading database ... 12757 files and directories currently installed.) 21:15:53 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 21:15:53 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:15:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 21:15:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:15:54 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 21:15:54 (Reading database ... 12757 files and directories currently installed.) 21:15:54 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:15:54 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:15:54 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:15:54 (Reading database ... 12757 files and directories currently installed.) 21:15:54 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:15:55 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:15:55 Setting up apt (1.6.12ubuntu0.2) ... 21:15:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:15:55 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:15:55 (Reading database ... 12764 files and directories currently installed.) 21:15:55 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:15:55 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:15:56 Selecting previously unselected package libpython3.6-minimal:amd64. 21:15:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:15:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:15:56 Selecting previously unselected package libexpat1:amd64. 21:15:56 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:15:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:15:56 Selecting previously unselected package python3.6-minimal. 21:15:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:15:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:15:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 21:15:56 Checking for services that may need to be restarted...done. 21:15:56 Checking for services that may need to be restarted...done. 21:15:56 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:15:56 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:15:56 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:15:57 Selecting previously unselected package python3-minimal. 21:15:57 (Reading database ... 13012 files and directories currently installed.) 21:15:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:15:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:15:57 Selecting previously unselected package mime-support. 21:15:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:15:57 Unpacking mime-support (3.60ubuntu1) ... 21:15:58 Selecting previously unselected package libmpdec2:amd64. 21:15:58 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:15:58 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:15:58 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:15:58 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:15:58 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:15:58 Selecting previously unselected package python3.6. 21:15:58 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:15:58 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:15:58 Selecting previously unselected package libpython3-stdlib:amd64. 21:15:58 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:15:58 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:15:58 Setting up python3-minimal (3.6.7-1~18.04) ... 21:15:58 Selecting previously unselected package python3. 21:15:58 (Reading database ... 13442 files and directories currently installed.) 21:15:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:15:58 Unpacking python3 (3.6.7-1~18.04) ... 21:15:58 Selecting previously unselected package multiarch-support. 21:15:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:15:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:15:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:15:59 Selecting previously unselected package liblzo2-2:amd64. 21:15:59 (Reading database ... 13479 files and directories currently installed.) 21:15:59 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:15:59 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:15:59 Selecting previously unselected package libbsd0:amd64. 21:15:59 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:15:59 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:15:59 Selecting previously unselected package sudo. 21:15:59 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:15:59 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:15:59 Selecting previously unselected package apparmor. 21:15:59 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:15:59 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:15:59 Selecting previously unselected package libedit2:amd64. 21:15:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:15:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:15:59 Selecting previously unselected package libkrb5support0:amd64. 21:15:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:15:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:15:59 Selecting previously unselected package libk5crypto3:amd64. 21:15:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:15:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:15:59 Selecting previously unselected package libkeyutils1:amd64. 21:15:59 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:15:59 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:15:59 Selecting previously unselected package libkrb5-3:amd64. 21:15:59 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:15:59 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:16:00 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:16:00 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:16:00 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:16:00 Selecting previously unselected package libssl1.0.0:amd64. 21:16:00 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:16:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:16:00 Selecting previously unselected package openssh-client. 21:16:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:16:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:16:00 Selecting previously unselected package squashfs-tools. 21:16:00 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:16:00 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:16:00 Selecting previously unselected package snapd. 21:16:00 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:16:00 Unpacking snapd (2.48.3+18.04) ... 21:16:03 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:16:03 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:16:03 Setting up mime-support (3.60ubuntu1) ... 21:16:03 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:16:03 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:16:03 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:16:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:16:03 Setting up systemd (237-3ubuntu10.45) ... 21:16:03 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:16:04 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:16:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:16:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:16:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:16:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:16:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:16:05 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:16:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:16:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:16:05 Setting up python3 (3.6.7-1~18.04) ... 21:16:05 running python rtupdate hooks for python3.6... 21:16:05 running python post-rtupdate hooks for python3.6... 21:16:05 Setting up apparmor (2.12-4ubuntu5.1) ... 21:16:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:16:07 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:16:07 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:16:07 Setting up snapd (2.48.3+18.04) ... 21:16:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:16:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:16:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:16:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:16:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:16:08 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:16:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:16:09 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:16:09 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:16:09 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:16:09 /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:16:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:16:09 Processing triggers for systemd (237-3ubuntu10.45) ... 21:16:10 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:16:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:16:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:16:11 Fetched 88.7 kB in 0s (188 kB/s) 21:16:12 Reading package lists... 21:16:12 Reading package lists... 21:16:12 Building dependency tree... 21:16:12 Reading state information... 21:16:12 Calculating upgrade... 21:16:13 The following packages will be upgraded: 21:16:13 advancecomp base-files bash binutils binutils-common 21:16:13 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:16:13 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:16:13 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:16:13 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:16:13 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:16:13 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:16:13 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:16:13 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:16:13 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:16:13 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:16:13 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:16:13 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:16:13 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:16:13 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:16:13 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:16:13 Need to get 63.8 MB of archives. 21:16:13 After this operation, 5208 kB of additional disk space will be used. 21:16:13 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:16:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 21:16:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:16:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:16:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:16:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:16:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:16:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:16:14 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:16:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:16:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:16:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:16:14 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:16:14 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:16:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:16:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:16:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:16:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:16:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:16:14 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:16:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:16:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:16:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:16:14 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:16:14 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:16:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:16:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:16:14 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:16:14 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:16:14 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:16:14 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:16:14 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:16:14 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:16:14 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:16:14 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:16:14 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:16:14 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:16:14 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:16:14 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:16:14 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:16:14 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:16:14 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:16:14 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:16:14 Get:44 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:16:14 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:16:14 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:16:14 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:16:14 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 21:16:14 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:16:14 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:16:14 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:16:14 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:16:14 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:16:14 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:16:14 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:16:14 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:16:14 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:16:14 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:16:14 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:16:14 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:16:14 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:16:14 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:16:14 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:16:14 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:16:14 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:16:14 Get:66 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:16:14 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:16:14 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:16:14 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:16:14 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:16:14 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:16:14 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:16:14 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:16:14 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 21:16:14 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:16:14 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:16:14 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:16:14 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:16:14 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:16:14 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:16:14 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:16:14 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:16:14 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:16:14 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:16:14 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:16:14 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:16:14 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:16:14 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:16:14 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:16:14 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:16:15 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:16:15 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:16:15 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:16:15 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:16:15 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:16:15 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:16:15 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:16:15 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:16:15 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:16:15 debconf: delaying package configuration, since apt-utils is not installed 21:16:16 Fetched 63.8 MB in 3s (22.3 MB/s) 21:16:16 (Reading database ... 13912 files and directories currently installed.) 21:16:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:16:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:16:16 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:16:16 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:16:16 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 21:16:16 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 21:16:17 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:17 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:17 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:17 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:18 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:18 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:18 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:18 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:18 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:18 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:18 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:18 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:18 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:18 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:18 (Reading database ... 13911 files and directories currently installed.) 21:16:18 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:18 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:16:18 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:16:19 (Reading database ... 13911 files and directories currently installed.) 21:16:19 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:19 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:19 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:19 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:19 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:16:19 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:16:19 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:19 (Reading database ... 13911 files and directories currently installed.) 21:16:19 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:16:19 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:16:20 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:16:20 (Reading database ... 13911 files and directories currently installed.) 21:16:20 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:16:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:16:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:16:20 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:16:20 Setting up base-files (10.1ubuntu2.10) ... 21:16:20 Installing new version of config file /etc/issue ... 21:16:20 Installing new version of config file /etc/issue.net ... 21:16:20 Installing new version of config file /etc/lsb-release ... 21:16:20 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:16:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:16:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:16:21 Removing obsolete conffile /etc/default/motd-news ... 21:16:21 (Reading database ... 13912 files and directories currently installed.) 21:16:21 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:16:21 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:16:21 Setting up bash (4.4.18-2ubuntu1.2) ... 21:16:21 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:16:21 (Reading database ... 13912 files and directories currently installed.) 21:16:21 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:21 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:16:21 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:16:21 (Reading database ... 13912 files and directories currently installed.) 21:16:21 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:16:21 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:16:21 Setting up tar (1.29b-2ubuntu0.2) ... 21:16:21 (Reading database ... 13912 files and directories currently installed.) 21:16:21 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:16:21 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:16:22 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:16:22 (Reading database ... 13912 files and directories currently installed.) 21:16:22 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:16:22 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:16:22 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:16:22 (Reading database ... 13912 files and directories currently installed.) 21:16:22 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:16:22 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:16:22 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:16:22 (Reading database ... 13912 files and directories currently installed.) 21:16:22 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:16:22 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:16:22 Setting up grep (3.1-2build1) ... 21:16:22 (Reading database ... 13912 files and directories currently installed.) 21:16:22 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:16:23 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:16:23 Setting up login (1:4.5-1ubuntu2) ... 21:16:23 (Reading database ... 13912 files and directories currently installed.) 21:16:23 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:16:23 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:16:23 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:16:23 (Reading database ... 13912 files and directories currently installed.) 21:16:23 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:16:23 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:16:24 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:16:24 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:16:24 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:16:24 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:16:24 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:16:25 (Reading database ... 13912 files and directories currently installed.) 21:16:25 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:16:25 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:16:26 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:16:26 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:16:26 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:16:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:16:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:16:26 (Reading database ... 13912 files and directories currently installed.) 21:16:26 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:16:26 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:16:26 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:16:26 (Reading database ... 13912 files and directories currently installed.) 21:16:26 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:26 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:16:26 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:16:26 (Reading database ... 13912 files and directories currently installed.) 21:16:26 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:26 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:16:27 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:16:27 (Reading database ... 13912 files and directories currently installed.) 21:16:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:16:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:16:27 (Reading database ... 13912 files and directories currently installed.) 21:16:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:16:27 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:16:27 (Reading database ... 13912 files and directories currently installed.) 21:16:27 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:16:27 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:16:27 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:16:27 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:16:27 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:16:27 (Reading database ... 13912 files and directories currently installed.) 21:16:27 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:16:27 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:16:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:16:28 (Reading database ... 13912 files and directories currently installed.) 21:16:28 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:16:28 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:16:28 (Reading database ... 13912 files and directories currently installed.) 21:16:28 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:28 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:16:28 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:16:28 (Reading database ... 13912 files and directories currently installed.) 21:16:28 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:28 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:16:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:16:29 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:16:29 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:16:29 (Reading database ... 13912 files and directories currently installed.) 21:16:29 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:16:29 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:16:30 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:16:30 (Reading database ... 13912 files and directories currently installed.) 21:16:30 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:16:30 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:16:30 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:16:30 (Reading database ... 13914 files and directories currently installed.) 21:16:30 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:16:30 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:16:30 Setting up debconf (1.5.66ubuntu1) ... 21:16:30 (Reading database ... 13914 files and directories currently installed.) 21:16:30 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:16:30 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:16:31 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:16:31 (Reading database ... 13914 files and directories currently installed.) 21:16:31 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:16:31 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:16:31 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:16:31 (Reading database ... 13914 files and directories currently installed.) 21:16:31 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:16:31 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:16:31 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:16:31 (Reading database ... 13914 files and directories currently installed.) 21:16:31 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:16:31 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:16:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:16:31 (Reading database ... 13914 files and directories currently installed.) 21:16:31 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:16:31 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:16:32 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:16:32 (Reading database ... 13914 files and directories currently installed.) 21:16:32 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:16:32 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:16:32 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 21:16:32 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:16:32 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:16:32 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:16:32 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:16:32 (Reading database ... 13914 files and directories currently installed.) 21:16:32 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:16:32 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:16:32 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:16:32 (Reading database ... 13914 files and directories currently installed.) 21:16:32 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:16:32 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:16:32 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:16:33 (Reading database ... 13914 files and directories currently installed.) 21:16:33 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:16:33 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:16:33 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:16:33 (Reading database ... 13914 files and directories currently installed.) 21:16:33 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:16:33 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:16:33 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:16:33 (Reading database ... 13914 files and directories currently installed.) 21:16:33 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:16:33 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:16:33 Setting up passwd (1:4.5-1ubuntu2) ... 21:16:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:34 ---> 537f52e228c8 21:16:34 Step 3/22 : WORKDIR /edgex-go 21:16:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:34 ---> 537f52e228c8 21:16:34 Step 3/22 : WORKDIR /edgex-go 21:16:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:34 21:16:34 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/31 : FROM ${BUILDER_BASE} AS builder 21:16:34 ---> 537f52e228c8 21:16:34 21:16:34 ---> 537f52e228c8 21:16:34 Step 3/23 : WORKDIR /edgex-goStep 3/31 : WORKDIR /edgex-go 21:16:34 21:16:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:16:34 ---> 537f52e228c8 21:16:34 Step 3/23 : WORKDIR /edgex-go 21:16:34 ---> Running in aea83435810d 21:16:34 ---> Running in 486e92890c48 21:16:34 ---> Running in 650ea5c9521e 21:16:34 ---> Running in 5cb1410a35c8 21:16:34 ---> Running in 8482c7ccda17 21:16:34 Removing intermediate container 486e92890c48 21:16:34 ---> 8bd75331965c 21:16:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:34 Removing intermediate container aea83435810d 21:16:34 ---> b57224b0bbf6 21:16:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:34 ---> Running in d7991645dad3 21:16:34 Removing intermediate container 8482c7ccda17 21:16:34 ---> e07119dc49eb 21:16:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:34 Removing intermediate container 5cb1410a35c8 21:16:34 ---> 5f262e854d47 21:16:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:34 Removing intermediate container 650ea5c9521e 21:16:34 ---> 846d8dc7bbad 21:16:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:34 ---> Running in 091f8b5b37c2 21:16:34 ---> Running in c6b4f27ff507 21:16:34 ---> Running in 86b5bf4ed5c6 21:16:34 ---> Running in 1619b955b3d4 21:16:34 Removing intermediate container d7991645dad3 21:16:34 ---> c70a120caa96 21:16:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:16:34 ---> Running in 740fd78ffbf0 21:16:34 (Reading database ... 13914 files and directories currently installed.) 21:16:34 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:16:34 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:16:34 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:16:34 Removing intermediate container 091f8b5b37c2 21:16:34 ---> 628c736842e3 21:16:34 Step 5/22 : RUN apk add --update --no-cache make git 21:16:34 (Reading database ... 13914 files and directories currently installed.) 21:16:34 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:16:34 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:16:34 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:16:34 ---> Running in 7735a1470c3e 21:16:34 Removing intermediate container c6b4f27ff507 21:16:34 ---> c5ad30cc15c1 21:16:34 Step 5/23 : RUN apk add --update --no-cache make git 21:16:34 Removing intermediate container 1619b955b3d4 21:16:34 ---> 1a8ba717c588 21:16:34 Step 5/23 : RUN apk add --update --no-cache make git 21:16:34 Removing intermediate container 86b5bf4ed5c6 21:16:34 ---> 6259eaf9895e 21:16:34 Step 5/31 : RUN apk add --update --no-cache make git 21:16:34 (Reading database ... 13914 files and directories currently installed.) 21:16:34 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:16:34 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:16:34 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:16:34 ---> Running in 553bf6eedd94 21:16:34 ---> Running in cba702edb97c 21:16:34 ---> Running in b37b2f694ba6 21:16:35 (Reading database ... 13914 files and directories currently installed.) 21:16:35 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:16:35 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:16:35 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:16:35 (Reading database ... 13914 files and directories currently installed.) 21:16:35 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:16:35 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:16:35 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:16:35 (Reading database ... 13914 files and directories currently installed.) 21:16:35 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:16:35 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:16:35 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:16:35 (Reading database ... 13914 files and directories currently installed.) 21:16:35 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:16:35 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:16:35 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:16:35 (Reading database ... 13915 files and directories currently installed.) 21:16:35 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:16:35 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:16:35 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:16:35 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:36 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:16:36 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:36 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:16:36 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:16:36 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:16:36 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:16:36 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:16:36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:16:36 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:36 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:16:36 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:16:36 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:16:36 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:16:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:37 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:16:37 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:16:37 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:16:37 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:16:37 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:16:37 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:16:37 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:16:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:38 OK: 217 MiB in 51 packages 21:16:38 OK: 217 MiB in 51 packages 21:16:38 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:16:38 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:16:38 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:16:38 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:16:38 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:16:38 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:16:39 OK: 217 MiB in 51 packages 21:16:39 OK: 217 MiB in 51 packages 21:16:39 OK: 217 MiB in 51 packages 21:16:39 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:16:39 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:16:39 Removing intermediate container 740fd78ffbf0 21:16:39 ---> 066e3f50da36 21:16:39 Step 6/22 : COPY go.mod . 21:16:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:16:40 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:16:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:16:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:16:40 Removing intermediate container 7735a1470c3e 21:16:40 ---> 35ec5a910114 21:16:40 Step 6/22 : COPY go.mod . 21:16:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:40 Removing intermediate container 553bf6eedd94 21:16:40 ---> 7a0280a42b71 21:16:40 Step 6/31 : COPY go.mod . 21:16:40 Removing intermediate container b37b2f694ba6 21:16:40 ---> 4809323dd74a 21:16:40 Step 6/23 : COPY go.mod . 21:16:41 ---> 691904f46261 21:16:41 Step 7/22 : RUN go mod download 21:16:41 Removing intermediate container cba702edb97c 21:16:41 ---> c1b76da7079f 21:16:41 Step 6/23 : COPY go.mod . 21:16:41 ---> a89d6b1e139a 21:16:41 Step 7/22 : RUN go mod download 21:16:41 ---> Running in ed68a236fcb0 21:16:41 ---> Running in 0601a279a78c 21:16:41 ---> 9728b1305ef8 21:16:41 Step 7/31 : RUN go mod download 21:16:41 ---> e25a4fbd9a8d 21:16:41 Step 7/23 : RUN go mod download 21:16:42 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:42 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:42 ---> Running in c9827b32e25c 21:16:42 ---> Running in 5219d1c64b06 21:16:42 ---> d07d1774e5a4 21:16:42 Step 7/23 : RUN go mod download 21:16:42 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:42 ---> Running in 98f95e168ec8 21:16:42 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:43 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:43 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:16:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:16:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:16:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:16:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:16:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:16:45 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:16:45 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:16:45 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:16:45 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:16:45 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:16:45 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:16:45 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:16:45 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:16:45 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:16:46 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:16:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:16:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:46 Removing intermediate container ed68a236fcb0 21:16:46 ---> a57245df35b7 21:16:46 Step 8/22 : COPY . . 21:16:46 Removing intermediate container 0601a279a78c 21:16:46 ---> 17ecb1cb8537 21:16:46 Step 8/22 : COPY . . 21:16:46 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:46 Removing intermediate container c9827b32e25c 21:16:46 ---> a15cfb194b0d 21:16:46 Step 8/31 : COPY . . 21:16:46 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:16:47 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:16:47 Removing intermediate container 5219d1c64b06 21:16:47 ---> 1db67766407a 21:16:47 Step 8/23 : COPY . . 21:16:47 Removing intermediate container 98f95e168ec8 21:16:47 ---> 29dcee034a82 21:16:47 Step 8/23 : COPY . . 21:16:47 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:16:47 21:16:47 Current default time zone: 'Etc/UTC' 21:16:47 Local time is now: Mon Mar 29 21:16:47 UTC 2021. 21:16:47 Universal Time is now: Mon Mar 29 21:16:47 UTC 2021. 21:16:47 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:16:47 21:16:47 Setting up systemd-sysv (237-3ubuntu10.45) ... 21:16:47 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:47 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 21:16:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:16:47 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:16:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:16:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:16:47 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:16:47 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:16:47 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:16:47 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:47 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:16:47 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:47 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:16:47 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:47 Setting up patch (2.7.6-2ubuntu1.1) ... 21:16:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:16:48 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:16:48 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 21:16:48 Installing new version of config file /etc/ssl/openssl.cnf ... 21:16:48 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:16:48 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:16:48 Setting up ca-certificates (20210119~18.04.1) ... 21:16:50 Updating certificates in /etc/ssl/certs... 21:16:50 23 added, 27 removed; done. 21:16:50 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:16:50 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:16:50 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:16:50 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:16:50 Setting up pkgbinarymangler (138.18.04.1) ... 21:16:50 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:50 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:16:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:16:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:16:50 Setting up perl (5.26.1-6ubuntu0.5) ... 21:16:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:16:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:16:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:16:50 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:16:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:16:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:16:51 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:16:51 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:16:51 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:16:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:16:51 Processing triggers for systemd (237-3ubuntu10.45) ... 21:16:51 Processing triggers for mime-support (3.60ubuntu1) ... 21:16:51 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:16:51 Updating certificates in /etc/ssl/certs... 21:16:52 0 added, 0 removed; done. 21:16:52 Running hooks in /etc/ca-certificates/update.d... 21:16:52 done. 21:16:52 Reading package lists... 21:16:52 Building dependency tree... 21:16:52 Reading state information... 21:16:52 The following NEW packages will be installed: 21:16:52 apt-transport-https 21:16:52 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:16:52 Need to get 1696 B of archives. 21:16:52 After this operation, 153 kB of additional disk space will be used. 21:16:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:16:53 debconf: delaying package configuration, since apt-utils is not installed 21:16:53 Fetched 1696 B in 0s (39.2 kB/s) 21:16:53 Selecting previously unselected package apt-transport-https. 21:16:53 (Reading database ... 13920 files and directories currently installed.) 21:16:53 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:16:53 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:16:53 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:16:53 Waiting for network to be ready... 21:17:01 2021-03-29T21:16:57Z INFO Waiting for automatic snapd restart... 21:17:01 snapd 2.49.1 from Canonical* installed 21:17:02 "snapd" switched to the "latest/stable" channel 21:17:02 21:17:06 core18 20210128 from Canonical* installed 21:17:06 "core18" switched to the "latest/stable" channel 21:17:06 21:17:11 snapcraft 4.5.4 from Canonical* installed 21:17:11 "snapcraft" switched to the "latest/stable" channel 21:17:11 21:17:14 ---> 734935e35f53 21:17:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:17:14 ---> 3a94ddc8c278 21:17:14 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:17:14 ---> Running in 274c077f359a 21:17:14 ---> Running in f3dcd4e46d92 21:17:14 ---> d4c5173def28 21:17:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:17:14 ---> 839f21975b4f 21:17:14 Step 9/23 : RUN make cmd/core-command/core-command 21:17:14 ---> 4d99d2a3314c 21:17:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:17:14 ---> Running in 2eab22648c50 21:17:14 ---> Running in 43528dc1f0d5 21:17:14 ---> Running in ecc0659c6b16 21:17:14 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:17:14 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:17: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:17:14 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:17:14 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:17:15 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:17:15 - README.md 21:17:15 21:17:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:17:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:17:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:17:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:17:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:17:23 Reading package lists... 21:17:23 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:17:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:17:30 Reading package lists... 21:17:30 Building dependency tree... 21:17:30 Reading state information... 21:17:30 Suggested packages: 21:17:30 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:17:30 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:17:30 Recommended packages: 21:17:30 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:17:30 The following NEW packages will be installed: 21:17:30 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:17:30 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:17:30 pkg-config zip 21:17:30 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:17:30 Need to get 7657 kB of archives. 21:17:30 After this operation, 43.8 MB of additional disk space will be used. 21:17:30 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:17:30 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:17:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:17:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:17:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:17:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:17:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:17:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:17:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:17:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:17:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:17:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:17:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:17:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:17:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:17:30 debconf: delaying package configuration, since apt-utils is not installed 21:17:31 Fetched 7657 kB in 1s (10.5 MB/s) 21:17:31 Selecting previously unselected package libglib2.0-0:amd64. 21:17:31 (Reading database ... 13924 files and directories currently installed.) 21:17:31 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 21:17:31 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:17:31 Selecting previously unselected package libpsl5:amd64. 21:17:31 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:17:31 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:17:31 Selecting previously unselected package libnghttp2-14:amd64. 21:17:31 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:17:31 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:17:31 Selecting previously unselected package librtmp1:amd64. 21:17:31 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:17:31 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:17:31 Selecting previously unselected package libcurl3-gnutls:amd64. 21:17:31 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:17:31 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:17:31 Selecting previously unselected package liberror-perl. 21:17:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:17:31 Unpacking liberror-perl (0.17025-1) ... 21:17:31 Selecting previously unselected package git-man. 21:17:31 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:17:31 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:17:31 Selecting previously unselected package git. 21:17:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:17:31 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:17:32 Selecting previously unselected package libnorm1:amd64. 21:17:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:17:32 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:17:32 Selecting previously unselected package libpgm-5.2-0:amd64. 21:17:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:17:32 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:17:33 Selecting previously unselected package libsodium23:amd64. 21:17:33 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:17:33 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:17:33 Selecting previously unselected package libzmq5:amd64. 21:17:33 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:17:33 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:17:33 Selecting previously unselected package libzmq3-dev:amd64. 21:17:33 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:17:33 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:17:33 Selecting previously unselected package pkg-config. 21:17:33 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:17:33 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:17:33 Selecting previously unselected package zip. 21:17:33 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:17:33 Unpacking zip (3.0-11build1) ... 21:17:33 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:17:33 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:17:33 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:17:33 Setting up liberror-perl (0.17025-1) ... 21:17:33 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:17:33 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:17:33 No schema files found: doing nothing. 21:17:33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:17:33 Setting up zip (3.0-11build1) ... 21:17:33 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:17:33 Setting up libsodium23:amd64 (1.0.16-2) ... 21:17:33 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:17:33 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:17:33 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:17:33 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:17:34 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:17:34 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:17:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:17:40 git set to automatically installed. 21:17:40 git-man set to automatically installed. 21:17:40 libcurl3-gnutls set to automatically installed. 21:17:40 liberror-perl set to automatically installed. 21:17:40 libglib2.0-0 set to automatically installed. 21:17:40 libnghttp2-14 set to automatically installed. 21:17:40 libnorm1 set to automatically installed. 21:17:40 libpgm-5.2-0 set to automatically installed. 21:17:40 libpsl5 set to automatically installed. 21:17:40 librtmp1 set to automatically installed. 21:17:40 libsodium23 set to automatically installed. 21:17:40 libzmq3-dev set to automatically installed. 21:17:40 libzmq5 set to automatically installed. 21:17:40 pkg-config set to automatically installed. 21:17:40 zip set to automatically installed. 21:17:42 snapd is not logged in, snap install commands will use sudo 21:17:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:18:06 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 21:18:06 snapd is not logged in, snap install commands will use sudo 21:18:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:18:12 snap "core18" has no updates available 21:18:13 Pulling go-build-helper 21:18:13 + snapcraftctl pull 21:18:14 'app-service-config' has dependencies that need to be staged: go-build-helper 21:18:14 Skipping pull go-build-helper (already ran) 21:18:14 Building go-build-helper 21:18:14 + snapcraftctl build 21:18:17 Staging go-build-helper 21:18:17 + snapcraftctl stage 21:18:29 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:18:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:18:29 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:18:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 21:18:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:18:29 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:18:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:18:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:18:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:18:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:18:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:18:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 21:18:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:18:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:18:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 21:18:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 21:18:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 21:18:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 21:18:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:18:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 21:18:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 21:18:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:18:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:18:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 21:18:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 21:18:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 21:18:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 21:18:29 Fetched 24.2 MB in 0s (0 B/s) 21:18:29 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:18:29 Fetched 224 kB in 0s (0 B/s) 21:18:29 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:18:29 Fetched 157 kB in 0s (0 B/s) 21:18:29 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:18:29 Fetched 221 kB in 0s (0 B/s) 21:18:29 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:18:29 Fetched 143 kB in 0s (0 B/s) 21:18:29 Pulling app-service-config 21:18:29 + snapcraftctl pull 21:18:29 Cloning into '/root/parts/app-service-config/src'... 21:18:30 Pulling config-common 21:18:30 + snapcraftctl pull 21:18:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:18:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:18:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:18:35 Fetched 0 B in 0s (0 B/s) 21:18:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:18:35 Fetched 0 B in 0s (0 B/s) 21:18:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:18:35 Fetched 0 B in 0s (0 B/s) 21:18:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:18:35 Fetched 0 B in 0s (0 B/s) 21:18:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:18:35 Fetched 0 B in 0s (0 B/s) 21:18:35 Pulling edgex-go 21:18:35 + snapcraftctl pull 21:18:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:18:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:18:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:18:57 Fetched 0 B in 0s (0 B/s) 21:18:57 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:18:57 Fetched 96.5 kB in 0s (0 B/s) 21:18:57 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:18:57 Fetched 279 kB in 0s (0 B/s) 21:18:57 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:18:57 Fetched 122 kB in 0s (0 B/s) 21:18:57 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:18:57 Fetched 77.8 kB in 0s (0 B/s) 21:18:57 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:18:57 Fetched 8848 B in 0s (0 B/s) 21:18:57 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:18:57 Fetched 47.8 kB in 0s (0 B/s) 21:18:57 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:18:57 Fetched 45.6 kB in 0s (0 B/s) 21:18:57 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:18:57 Fetched 15.0 kB in 0s (0 B/s) 21:18:57 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:18:57 Fetched 214 kB in 0s (0 B/s) 21:18:57 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:18:57 Fetched 154 kB in 0s (0 B/s) 21:18:57 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:18:57 Fetched 50.6 kB in 0s (0 B/s) 21:18:57 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:18:57 Fetched 14.8 kB in 0s (0 B/s) 21:18:57 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:18:57 Fetched 41.8 kB in 0s (0 B/s) 21:18:57 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:18:57 Fetched 499 kB in 0s (0 B/s) 21:18:57 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:18:57 Fetched 111 kB in 0s (0 B/s) 21:18:57 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:18:57 Fetched 240 kB in 0s (0 B/s) 21:18:57 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:18:57 Fetched 29.3 kB in 0s (0 B/s) 21:18:57 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:18:57 Fetched 85.5 kB in 0s (0 B/s) 21:18:57 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:18:57 Fetched 24.5 kB in 0s (0 B/s) 21:18:57 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:18:57 Fetched 49.2 kB in 0s (0 B/s) 21:18:57 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:18:57 Fetched 54.2 kB in 0s (0 B/s) 21:18:57 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:18:57 Fetched 30.8 kB in 0s (0 B/s) 21:18:57 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:18:57 Fetched 15.8 kB in 0s (0 B/s) 21:18:57 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:18:57 Fetched 85.9 kB in 0s (0 B/s) 21:18:57 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:18:57 Fetched 8720 B in 0s (0 B/s) 21:18:57 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:18:57 Fetched 137 kB in 0s (0 B/s) 21:18:57 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:18:57 Fetched 119 kB in 0s (0 B/s) 21:18:57 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:18:57 Fetched 109 kB in 0s (0 B/s) 21:18:57 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:18:57 Fetched 11.1 kB in 0s (0 B/s) 21:18:57 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:18:57 Fetched 645 kB in 0s (0 B/s) 21:18:57 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:18:57 Fetched 41.3 kB in 0s (0 B/s) 21:18:57 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:18:57 Fetched 17.9 kB in 0s (0 B/s) 21:18:57 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:18:57 Fetched 368 kB in 0s (0 B/s) 21:18:57 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:18:57 Fetched 187 kB in 0s (0 B/s) 21:18:57 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:18:57 Fetched 175 kB in 0s (0 B/s) 21:18:57 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:18:57 Fetched 206 kB in 0s (0 B/s) 21:18:57 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 21:18:57 Fetched 1301 kB in 0s (0 B/s) 21:18:57 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:18:57 Fetched 36.2 kB in 0s (0 B/s) 21:18:57 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:18:57 Fetched 159 kB in 0s (0 B/s) 21:18:57 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:18:57 Fetched 107 kB in 0s (0 B/s) 21:18:57 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:18:57 Fetched 48.7 kB in 0s (0 B/s) 21:18:57 Pulling static-packages 21:18:57 + snapcraftctl pull 21:18:57 Pulling version 21:18:57 + cd /root/project 21:18:57 + [ -f VERSION ] 21:18:57 + PROJECT_VERSION=local-dev 21:18:57 + git rev-parse --short HEAD 21:18:57 + GIT_REVISION=7e6fffbe 21:18:57 + snapcraftctl set-version local-dev 21:18:58 Skipping build go-build-helper (already ran) 21:18:59 Building app-service-config 21:18:59 + make build 21:18:59 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:19:01 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 21:19:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 21:19:01 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 21:19:01 go: downloading github.com/gorilla/mux v1.8.0 21:19:01 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 21:19:01 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 21:19:01 go: downloading github.com/go-kit/kit v0.8.0 21:19:01 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:19:01 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:19:01 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 21:19:01 go: downloading github.com/google/uuid v1.2.0 21:19:01 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 21:19:01 go: downloading github.com/mitchellh/copystructure v1.0.0 21:19:01 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:19:01 go: downloading github.com/pelletier/go-toml v1.2.0 21:19:01 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:19:01 go: downloading github.com/BurntSushi/toml v0.3.1 21:19:01 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:19:01 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:19:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 21:19:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:19:02 go: downloading github.com/hashicorp/consul/api v1.8.1 21:19:02 go: downloading github.com/gorilla/websocket v1.4.2 21:19:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:19:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:19:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:19:02 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:19:02 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:19:02 go: downloading github.com/hashicorp/serf v0.9.5 21:19:02 go: downloading github.com/leodido/go-urn v1.2.0 21:19:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:19:02 go: downloading github.com/x448/float16 v0.8.4 21:19:02 go: downloading github.com/pebbe/zmq4 v1.2.5 21:19:02 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:19:02 go: downloading github.com/fatih/color v1.9.0 21:19:02 go: downloading github.com/mattn/go-isatty v0.0.12 21:19:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:19:02 go: downloading github.com/mattn/go-colorable v0.1.6 21:19:02 go: downloading github.com/go-playground/universal-translator v0.17.0 21:19:02 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:19:02 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:19:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:19:02 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:19:02 go: downloading github.com/go-playground/locales v0.13.0 21:19:06 Removing intermediate container f3dcd4e46d92 21:19:06 ---> 0a4b3a05dd5e 21:19:06 21:19:06 Step 10/31 : FROM alpine:3.12 21:19:06 3.12: Pulling from library/alpine 21:19:06 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:19:06 Status: Downloaded newer image for alpine:3.12 21:19:06 ---> e47305ac9786 21:19:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:19:06 ---> Running in 07ad0512fe14 21:19:06 Removing intermediate container 07ad0512fe14 21:19:06 ---> b0a9abbba6b3 21:19:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:19:06 ---> Running in b4a3e93e4f61 21:19:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:07 (1/2) Installing dumb-init (1.2.2-r1) 21:19:07 (2/2) Installing su-exec (0.2-r1) 21:19:07 Executing busybox-1.31.1-r19.trigger 21:19:07 OK: 5 MiB in 16 packages 21:19:10 Removing intermediate container b4a3e93e4f61 21:19:10 ---> 53cc6cfcd9ca 21:19:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:19:10 ---> Running in 1a001fcddad4 21:19:11 Removing intermediate container 1a001fcddad4 21:19:11 ---> 4a5771e97753 21:19:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:19:12 ---> Running in 362d02849e30 21:19:14 Removing intermediate container 362d02849e30 21:19:14 ---> e22cfa3e065e 21:19:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:19:14 ---> Running in 519764f44a68 21:19:15 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 21:19:15 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 21:19:15 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 21:19:15 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 21:19:15 Building config-common 21:19:15 + snapcraftctl build 21:19:15 Removing intermediate container 43528dc1f0d5 21:19:15 ---> 4a879894d96b 21:19:15 21:19:15 Step 10/23 : FROM alpine:3.12 21:19:15 ---> e47305ac9786 21:19:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:19:15 Removing intermediate container 274c077f359a 21:19:15 ---> c418764dff76 21:19:15 21:19:15 Step 10/22 : FROM alpine:3.12 21:19:15 ---> e47305ac9786 21:19:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:19:15 ---> Running in 6811f5f7b32c 21:19:15 ---> Running in d02610f7cb37 21:19:16 Removing intermediate container ecc0659c6b16 21:19:16 ---> 1e8967ddd237 21:19:16 21:19:16 Step 10/22 : FROM alpine:3.12 21:19:16 ---> e47305ac9786 21:19:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:19:16 ---> Running in 31d38013b726 21:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:18 Removing intermediate container 519764f44a68 21:19:18 ---> cf7b0b378c4e 21:19:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:18 ---> Running in a59999a7e200 21:19:18 Building edgex-go 21:19:18 + cd /root/parts/edgex-go/src 21:19:18 + make build 21:19:18 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:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:19 (1/1) Installing dumb-init (1.2.2-r1) 21:19:19 Executing busybox-1.31.1-r19.trigger 21:19:19 (1/2) Installing ca-certificates (20191127-r4) 21:19:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:19:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 21:19:19 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 21:19:19 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 21:19:19 go: downloading github.com/go-playground/validator/v10 v10.4.1 21:19:19 go: downloading github.com/imdario/mergo v0.3.12 21:19:19 go: downloading github.com/pkg/errors v0.8.1 21:19:19 OK: 5 MiB in 15 packages 21:19:19 (2/2) Installing dumb-init (1.2.2-r1) 21:19:19 Executing busybox-1.31.1-r19.trigger 21:19:19 Executing ca-certificates-20191127-r4.trigger 21:19:19 (1/1) Installing dumb-init (1.2.2-r1) 21:19:19 Executing busybox-1.31.1-r19.trigger 21:19:19 OK: 5 MiB in 15 packages 21:19:19 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 21:19:19 OK: 6 MiB in 16 packages 21:19:19 Removing intermediate container a59999a7e200 21:19:19 ---> 5423ef11158c 21:19:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:19:21 ---> d394d5aab88e 21:19:21 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:19:21 Removing intermediate container 6811f5f7b32c 21:19:21 ---> 8dd46dab6dfe 21:19:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:19:21 ---> Running in db30653ce656 21:19:21 Removing intermediate container 31d38013b726 21:19:21 ---> 6e1197ce6def 21:19:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:19:22 ---> Running in efe4bb401e71 21:19:22 ---> Running in 9e81429a4821 21:19:22 Removing intermediate container d02610f7cb37 21:19:22 ---> c9075a111b0a 21:19:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:19:22 ---> Running in fc096658dd10 21:19:23 Removing intermediate container 2eab22648c50 21:19:23 ---> 6d346b18345d 21:19:23 21:19:23 Step 10/23 : FROM alpine:3.12 21:19:23 ---> e47305ac9786 21:19:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:19:23 ---> Using cache 21:19:23 ---> 6e1197ce6def 21:19:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:19:23 Removing intermediate container efe4bb401e71 21:19:23 ---> a72c4db20123 21:19:23 Step 13/23 : ENV APP_PORT=48082 21:19:23 ---> Running in abf1866a0607 21:19:23 Removing intermediate container 9e81429a4821 21:19:23 ---> 93bf011e344b 21:19:23 Step 13/22 : ENV APP_PORT=48085 21:19:23 ---> Running in b03cfbbcfa81 21:19:23 Removing intermediate container fc096658dd10 21:19:23 ---> 9336e0a7a037 21:19:23 Step 13/22 : ENV APP_PORT=48060 21:19:23 ---> Running in 580a19b241cc 21:19:23 ---> Running in 1bb129069f82 21:19:23 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:19:23 go: downloading gopkg.in/yaml.v2 v2.4.0 21:19:23 Removing intermediate container abf1866a0607 21:19:23 ---> f8ca50a41e09 21:19:23 Step 13/23 : ENV APP_PORT=48081 21:19:24 Removing intermediate container b03cfbbcfa81 21:19:24 ---> 4ee666b15da8 21:19:24 Step 14/23 : EXPOSE $APP_PORT 21:19:24 ---> Running in e21fb383d0a5 21:19:24 ---> Running in 819c4132046e 21:19:24 Removing intermediate container 580a19b241cc 21:19:24 ---> d24f56705d05 21:19:24 Step 14/22 : EXPOSE $APP_PORT 21:19:24 Removing intermediate container 1bb129069f82 21:19:24 ---> b7e4e76af5b5 21:19:24 Step 14/22 : EXPOSE $APP_PORT 21:19:24 ---> Running in 97904b655af5 21:19:24 ---> Running in 768db619dd47 21:19:25 Removing intermediate container e21fb383d0a5 21:19:25 ---> 561ea02ae1e0 21:19:25 Step 14/23 : EXPOSE $APP_PORT 21:19:25 Removing intermediate container 819c4132046e 21:19:25 ---> 2a98b0a2ce52 21:19:25 Step 15/23 : WORKDIR / 21:19:25 ---> Running in 76aaaebbbab8 21:19:25 ---> Running in bc48edd955ef 21:19:25 Removing intermediate container 97904b655af5 21:19:25 ---> a2dcd823ae22 21:19:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:25 Removing intermediate container 768db619dd47 21:19:25 ---> 5c80ce1ee018 21:19:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:25 Removing intermediate container db30653ce656 21:19:25 ---> 44f0c596e08e 21:19:25 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:25 Removing intermediate container 76aaaebbbab8 21:19:25 ---> 2d39939b3f65 21:19:25 Step 15/23 : WORKDIR / 21:19:26 ---> Running in 60142d48dba1 21:19:26 Removing intermediate container bc48edd955ef 21:19:26 ---> 770f57a750a5 21:19:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:27 ---> e9018883c69e 21:19:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:19:27 ---> 977a4224ada5 21:19:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:19:27 Removing intermediate container 60142d48dba1 21:19:27 ---> 48186945234a 21:19:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:27 ---> 0979c273d71a 21:19:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:19:27 ---> 8c51d6c5bd97 21:19:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:19:28 ---> dcd14462e0a0 21:19:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:19:29 ---> 90892cef0af2 21:19:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:19:29 ---> e0081674944f 21:19:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:19:29 ---> 0dd697120ddb 21:19:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:19:29 ---> 5b3f455acbc5 21:19:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:19:30 ---> 53b91db6825b 21:19:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] ---> 8078f34b9182 21:19:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:19:30 21:19:30 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:19:30 ---> Running in 4141fe717ca9 21:19:30 ---> Running in a6afec32608d 21:19:30 ---> bf86accd3bbe 21:19:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:19:30 ---> 57f0b3228996 21:19:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:19:30 ---> 3fe356aad90a 21:19:30 Step 19/23 : ENTRYPOINT ["/core-command"] 21:19:30 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:19:31 ---> Running in 7791247ad4ee 21:19:31 Removing intermediate container a6afec32608d 21:19:31 Removing intermediate container 4141fe717ca9 21:19:31 ---> 5d629e9995df 21:19:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:31 ---> 987f18da427c 21:19:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:31 ---> Running in 3a2c2205eb23 21:19:31 ---> Running in 5058996cfdd2 21:19:31 ---> 2e206c58b098 21:19:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:19:31 Removing intermediate container 7791247ad4ee 21:19:31 ---> 3676cd092425 21:19:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:31 ---> Running in c8939e39d737 21:19:31 ---> db91916b8ad3 21:19:31 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:19:31 ---> Running in f6457c5be2a3 21:19:32 Removing intermediate container 3a2c2205eb23 21:19:32 ---> 8938e5e45b47 21:19:32 Step 20/22 : LABEL arch=arm64 21:19:32 Removing intermediate container 5058996cfdd2 21:19:32 ---> a31f1f6d12b1 21:19:32 Step 20/22 : LABEL arch=arm64 21:19:32 ---> Running in 8d22d3350fa3 21:19:32 ---> Running in 1089906a35b8 21:19:32 Removing intermediate container f6457c5be2a3 21:19:32 ---> 4d7dd7f602b7 21:19:32 Step 21/23 : LABEL arch=arm64 21:19:32 Removing intermediate container c8939e39d737 21:19:32 ---> 6b29bdac1daa 21:19:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:32 ---> Running in 0797f38098b1 21:19:32 ---> Running in a57a3bd3a2e0 21:19:32 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:19:33 ---> 02134ce7ead1 21:19:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:19:33 Removing intermediate container 1089906a35b8 21:19:33 ---> d71754744a79 21:19:33 Step 21/22 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:19:33 Removing intermediate container 8d22d3350fa3 21:19:33 ---> 541b8eb724b1 21:19:33 Step 21/22 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:19:33 ---> Running in 8fc97bac22c9 21:19:33 ---> Running in 883af3b1824f 21:19:33 ---> Running in 69d1361b8e50 21:19:33 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:19:33 go: downloading github.com/stretchr/testify v1.7.0 21:19:33 Removing intermediate container 0797f38098b1 21:19:33 ---> 9923ec225699 21:19:33 Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:19:33 Removing intermediate container a57a3bd3a2e0 21:19:33 ---> 416bc014dcc2 21:19:33 Step 21/23 : LABEL arch=arm64 21:19:33 go: downloading github.com/davecgh/go-spew v1.1.1 21:19:33 go: downloading github.com/pmezard/go-difflib v1.0.0 21:19:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:19:33 ---> Running in 67167ae23864 21:19:33 ---> Running in 1952ce23f19a 21:19:34 Removing intermediate container 8fc97bac22c9 21:19:34 ---> 20645cbed492 21:19:34 Step 22/22 : LABEL version=0.0.0 21:19:34 Removing intermediate container 883af3b1824f 21:19:34 ---> a8d83fcdb549 21:19:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:19:34 Removing intermediate container 69d1361b8e50 21:19:34 ---> 0c568a3061f6 21:19:34 Step 22/22 : LABEL version=0.0.0 21:19:34 ---> Running in 87c92aabe426 21:19:34 ---> Running in 2c8c93f7d3a6 21:19:34 Removing intermediate container 67167ae23864 21:19:34 ---> 2237cc51bb27 21:19:34 Removing intermediate container 1952ce23f19a 21:19:34 ---> 69051fab1ee5 21:19:34 Step 23/23 : LABEL version=0.0.0 21:19:34 Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:19:34 ---> Running in 1d26b6c1550a 21:19:34 ---> Running in 1bc14d6cd32b 21:19:35 Removing intermediate container 87c92aabe426 21:19:35 ---> 2f6d7d17fc4b 21:19:35 21:19:35 ---> 0f620067ac6f 21:19:35 Step 26/31 : RUN chmod +x /entrypoint.sh 21:19:35 Removing intermediate container 2c8c93f7d3a6 21:19:35 ---> eedf2e5feefa 21:19:35 21:19:35 Successfully built 2f6d7d17fc4b 21:19:35 Successfully tagged docker-support-notifications-go-arm64:latest 21:19:35 ---> Running in 82ca534f07cf 21:19:35  Building docker-support-notifications-go ... done Removing intermediate container 1d26b6c1550a 21:19:35 Building docker-security-proxy-setup-go 21:19:35 ---> c8cec21ebd3b 21:19:35 Successfully built eedf2e5feefa 21:19:35 Step 23/23 : LABEL version=0.0.0 21:19:35 Removing intermediate container 1bc14d6cd32b 21:19:35 ---> d4a81bec0684 21:19:35 21:19:35 Successfully tagged docker-support-scheduler-go-arm64:latest 21:19:35 Building docker-security-secretstore-setup-go 21:19:35  Building docker-support-scheduler-go ... done  ---> Running in dbb0e9336e2d 21:19:36 Successfully built d4a81bec0684 21:19:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:19:36 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:19:36 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:19:36 Successfully tagged docker-core-command-go-arm64:latest 21:19:36  Building docker-core-command-go ... done Building docker-core-data-go 21:19:36 Removing intermediate container dbb0e9336e2d 21:19:36 ---> 8ffe299ebdbb 21:19:36 21:19:36 Successfully built 8ffe299ebdbb 21:19:37 Successfully tagged docker-core-metadata-go-arm64:latest 21:19:37  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 21:19:38 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:19:38 Removing intermediate container 82ca534f07cf 21:19:38 ---> 7114f3ef5229 21:19:38 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:19:38 ---> Running in 2f88af32582c 21:19:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:19:39 Removing intermediate container 2f88af32582c 21:19:39 ---> 16dc88f46367 21:19:39 Step 28/31 : CMD ["gate"] 21:19:39 ---> Running in 935ac5b01250 21:19:39 Removing intermediate container 935ac5b01250 21:19:39 ---> 585bf76a8c31 21:19:39 Step 29/31 : LABEL arch=arm64 21:19:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:19:40 ---> Running in 89f3cfaa8c83 21:19:41 Removing intermediate container 89f3cfaa8c83 21:19:41 ---> fa4bbb09a966 21:19:41 Step 30/31 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:19:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:19:42 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:19:42 ---> Running in 257efb87a1af 21:19:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:19:43 go: downloading github.com/lib/pq v1.10.0 21:19:43 Removing intermediate container 257efb87a1af 21:19:43 ---> 4c34cc28f060 21:19:43 Step 31/31 : LABEL version=0.0.0 21:19:44 ---> Running in 23d56ac5710b 21:19:44 Removing intermediate container 23d56ac5710b 21:19:44 ---> a75c4e6e9566 21:19:44 21:19:44 Successfully built a75c4e6e9566 21:19:44 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:19:45 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:19:45 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:19:45 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:19:45 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:19:45 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:19:45 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:19:45 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:19:45 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:19:45 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:19:45 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:19:45 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:19:45 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:19:45 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:19:45 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:19:45 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:19:45 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:19:45 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:19:45 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 21:19:45 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:19:45 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:19:45 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 21:19:45 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:19:45 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:19:45 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:19:45 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:19:45 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:19:48 Building static-packages 21:19:48 + snapcraftctl build 21:19:51 Building version 21:19:51 + snapcraftctl build 21:19:54 Skipping stage go-build-helper (already ran) 21:19:54 Staging app-service-config 21:19:54 + snapcraftctl stage 21:19:55 Staging config-common 21:19:55 + snapcraftctl stage 21:19:56 Staging edgex-go 21:19:56 + snapcraftctl stage 21:19:57 Staging static-packages 21:19:57 + snapcraftctl stage 21:19:58 Staging version 21:19:58 + snapcraftctl stage 21:19:59 Priming go-build-helper 21:19:59 + snapcraftctl prime 21:20:00 Priming app-service-config 21:20:00 + snapcraftctl prime 21:20:02 Priming config-common 21:20:02 + snapcraftctl prime 21:20:02 Priming edgex-go 21:20:02 + snapcraftctl prime 21:20:04 Priming static-packages 21:20:04 + snapcraftctl prime 21:20:06 Priming version 21:20:06 + snapcraftctl prime 21:20:08 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:20:41  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:20:41 ---> 537f52e228c8 21:20:41 Step 3/21 : WORKDIR /edgex-go 21:20:41 ---> Using cache 21:20:41 ---> 846d8dc7bbad 21:20:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:41 ---> Using cache 21:20:41 ---> 1a8ba717c588 21:20:41 Step 5/21 : RUN apk add --update --no-cache make git 21:20:41 ---> Using cache 21:20:41 ---> 4809323dd74a 21:20:41 Step 6/21 : COPY go.mod . 21:20:41 ---> Using cache 21:20:41 ---> e25a4fbd9a8d 21:20:41 Step 7/21 : RUN go mod download 21:20:41 ---> Using cache 21:20:41 ---> 1db67766407a 21:20:41 Step 8/21 : COPY . . 21:20:41 ---> Using cache 21:20:41 ---> d4c5173def28 21:20:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:20:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:20:41 ---> 537f52e228c8 21:20:41 Step 3/26 : WORKDIR /edgex-go 21:20:41 ---> Using cache 21:20:41 ---> 846d8dc7bbad 21:20:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:41 ---> Using cache 21:20:41 ---> 1a8ba717c588 21:20:41 Step 5/26 : RUN apk add --update --no-cache make bash git 21:20:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:20:41 ---> 537f52e228c8 21:20:41 Step 3/23 : WORKDIR /edgex-go 21:20:41 ---> Using cache 21:20:41 ---> 846d8dc7bbad 21:20:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:41 ---> Using cache 21:20:41 ---> 1a8ba717c588 21:20:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:20:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:20:41 ---> 537f52e228c8 21:20:41 Step 3/24 : WORKDIR /edgex-go 21:20:41 ---> Using cache 21:20:41 ---> 846d8dc7bbad 21:20:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:41 ---> Using cache 21:20:41 ---> 1a8ba717c588 21:20:41 Step 5/24 : RUN apk add --update --no-cache make git 21:20:41 ---> Using cache 21:20:41 ---> 4809323dd74a 21:20:41 Step 6/24 : COPY go.mod . 21:20:41 ---> Using cache 21:20:41 ---> e25a4fbd9a8d 21:20:41 Step 7/24 : RUN go mod download 21:20:41 ---> Using cache 21:20:41 ---> 1db67766407a 21:20:41 Step 8/24 : COPY . . 21:20:41 ---> Using cache 21:20:41 ---> d4c5173def28 21:20:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:20:41 ---> Running in 83aebd4100d2 21:20:41 ---> Running in 5140c0f25ae4 21:20:41 ---> Running in 97bd262cb4dd 21:20:41 ---> Running in 86f913e267ec 21:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:41 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:20:41 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:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:41 OK: 217 MiB in 51 packages 21:20:42 OK: 217 MiB in 51 packages 21:20:43 Removing intermediate container 97bd262cb4dd 21:20:43 ---> 652c7a9f3b84 21:20:43 Step 6/23 : COPY go.mod . 21:20:44 Removing intermediate container 83aebd4100d2 21:20:44 ---> 4c289fd98df9 21:20:44 Step 6/26 : COPY go.mod . 21:20:45 ---> 3678f675cb1d 21:20:45 Step 7/23 : RUN go mod download 21:20:45 ---> Running in d2040234c363 21:20:45 ---> 614315ab5646 21:20:45 Step 7/26 : RUN go mod download 21:20:45 ---> Running in 8c477c4090dc 21:20:51 Removing intermediate container d2040234c363 21:20:51 ---> 3a76496d41ed 21:20:51 Step 8/23 : COPY . . 21:20:51 Removing intermediate container 8c477c4090dc 21:20:51 ---> 6c27af395518 21:20:51 Step 8/26 : COPY . . 21:21:23 ---> 5e671ea1aebf 21:21:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:21:23 ---> 2298ad95bb34 21:21:23 Step 9/23 : RUN make cmd/core-data/core-data 21:21:23 ---> Running in 127cc08ef112 21:21:23 ---> Running in 4ebd33fa7b48 21:21:23 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:21:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:21:35 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:21:36 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:21:54 Removing intermediate container 5140c0f25ae4 21:21:54 ---> 0c44bb045e9a 21:21:54 21:21:54 Step 10/21 : FROM alpine:3.12 21:21:54 ---> e47305ac9786 21:21:54 Step 11/21 : RUN apk add --update --no-cache curl 21:21:54 Removing intermediate container 86f913e267ec 21:21:54 ---> 6320e0f25d54 21:21:54 21:21:54 Step 10/24 : FROM alpine:3.12 21:21:54 ---> e47305ac9786 21:21:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:21:55 ---> Running in f278f7c29c87 21:21:55 ---> Running in 87625bbb2ac5 21:21:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:21:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:21:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:21:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:21:58 (1/6) Installing ca-certificates (20191127-r4) 21:21:58 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:21:58 (3/6) Installing libcurl (7.69.1-r3) 21:21:58 (1/4) Installing ca-certificates (20191127-r4) 21:21:58 (4/6) Installing curl (7.69.1-r3) 21:21:58 (5/6) Installing dumb-init (1.2.2-r1) 21:21:58 (6/6) Installing su-exec (0.2-r1) 21:21:58 Executing busybox-1.31.1-r19.trigger 21:21:58 Executing ca-certificates-20191127-r4.trigger 21:21:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:21:58 (3/4) Installing libcurl (7.69.1-r3) 21:21:58 (4/4) Installing curl (7.69.1-r3) 21:21:58 Executing busybox-1.31.1-r19.trigger 21:21:58 Executing ca-certificates-20191127-r4.trigger 21:21:58 OK: 7 MiB in 20 packages 21:21:58 OK: 7 MiB in 18 packages 21:22:02 Removing intermediate container f278f7c29c87 21:22:02 ---> cc4a94f1229f 21:22:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:22:02 Removing intermediate container 87625bbb2ac5 21:22:02 ---> 35d2d90d0f34 21:22:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:22:02 ---> Running in d01aff505b94 21:22:02 ---> Running in 9a801dcd2133 21:22:02 Removing intermediate container d01aff505b94 21:22:02 ---> 53191ee251e0 21:22:02 Step 13/24 : WORKDIR / 21:22:03 Removing intermediate container 9a801dcd2133 21:22:03 ---> affe79ae55ea 21:22:03 Step 13/21 : WORKDIR /edgex 21:22:03 ---> Running in c9bf8c82f489 21:22:03 ---> Running in 06438441826e 21:22:03 Removing intermediate container c9bf8c82f489 21:22:03 ---> 575844d8b464 21:22:03 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:22:04 Removing intermediate container 06438441826e 21:22:04 ---> 65a11a45a7b8 21:22:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:22:05 ---> 9f39db3d187a 21:22:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:22:05 ---> 624f15dd3813 21:22:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:22:06 ---> 7d906de1245a 21:22:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:22:07 ---> d74d9b3a918f 21:22:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:22:08 ---> 7be97dfc2db9 21:22:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:22:09 ---> 72bfa59f9464 21:22:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:22:09 ---> Running in 215f86b4f6c6 21:22:10 ---> 8523748b272e 21:22:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:22:10 Removing intermediate container 215f86b4f6c6 21:22:10 ---> 4f30efb22c5b 21:22:10 Step 18/21 : CMD ["--init=true"] 21:22:10 ---> Running in 56ca27b4fda2 21:22:11 Removing intermediate container 56ca27b4fda2 21:22:11 ---> 8ae43800af12 21:22:11 Step 19/21 : LABEL arch=arm64 21:22:11 ---> Running in d1a4d4a36cc4 21:22:11 ---> a662d2cb68b1 21:22:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:22:12 Removing intermediate container d1a4d4a36cc4 21:22:12 ---> 70c74d7edff7 21:22:12 Step 20/21 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:22:12 ---> Running in 67b569383e80 21:22:13 ---> c30da3cb8a81 21:22:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:22:13 Removing intermediate container 67b569383e80 21:22:13 ---> 7f1278a2af29 21:22:13 Step 21/21 : LABEL version=0.0.0 21:22:13 ---> Running in ad7331fe655f 21:22:13 ---> Running in 7a58de90cbf3 21:22:14 Removing intermediate container 7a58de90cbf3 21:22:14 ---> 01829bae4ad5 21:22:14 21:22:15 Successfully built 01829bae4ad5 21:22:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:22:17  Building docker-security-proxy-setup-go ... done Removing intermediate container ad7331fe655f 21:22:17 ---> 2a4dba129a02 21:22:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:22:17 ---> Running in 557317fae9b4 21:22:17 Removing intermediate container 557317fae9b4 21:22:17 ---> d8e1bb554740 21:22:17 Step 22/24 : LABEL arch=arm64 21:22:18 ---> Running in a487f48eac0d 21:22:19 Removing intermediate container a487f48eac0d 21:22:19 ---> 6fc37281a478 21:22:19 Step 23/24 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:22:19 ---> Running in a600b732329d 21:22:19 Removing intermediate container a600b732329d 21:22:19 ---> a2a5c88c19ff 21:22:19 Step 24/24 : LABEL version=0.0.0 21:22:20 ---> Running in 1b2c9b7a118c 21:22:20 Removing intermediate container 1b2c9b7a118c 21:22:20 ---> ef033f0f75d7 21:22:20 21:22:21 Successfully built ef033f0f75d7 21:22:21 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:22:36  Building docker-security-secretstore-setup-go ... done Removing intermediate container 127cc08ef112 21:22:36 ---> 8ac816916ffa 21:22:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:22:36 ---> Running in c489bb16468b 21:22:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:22:38 Removing intermediate container c489bb16468b 21:22:38 ---> 509ef3c80cda 21:22:38 21:22:38 Step 11/26 : FROM docker:20.10.0 21:22:38 20.10.0: Pulling from library/docker 21:22:47 Removing intermediate container 4ebd33fa7b48 21:22:47 ---> 41661e63e061 21:22:47 21:22:47 Step 10/23 : FROM alpine:3.12 21:22:47 ---> e47305ac9786 21:22:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:22:47 ---> Running in 2e06907116e1 21:22:48 Removing intermediate container 2e06907116e1 21:22:48 ---> 67002dd99075 21:22:48 Step 12/23 : ENV APP_PORT=48080 21:22:48 ---> Running in 48f971ea3b0d 21:22:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:22:48 Status: Downloaded newer image for docker:20.10.0 21:22:48 ---> eeaf43b92773 21:22:48 Step 12/26 : RUN apk add --no-cache bash 21:22:48 ---> Running in f1c14a2e331f 21:22:48 Removing intermediate container 48f971ea3b0d 21:22:48 ---> a76c35a69c11 21:22:48 Step 13/23 : EXPOSE $APP_PORT 21:22:48 ---> Running in 61b6c591cd80 21:22:49 Removing intermediate container 61b6c591cd80 21:22:49 ---> 80b472b64f10 21:22:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:49 ---> Running in 880ebaa77fc4 21:22:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:50 (1/2) Installing readline (8.0.4-r0) 21:22:50 (2/2) Installing bash (5.0.17-r0) 21:22:50 Executing bash-5.0.17-r0.post-install 21:22:50 Executing busybox-1.31.1-r19.trigger 21:22:50 OK: 12 MiB in 22 packages 21:22:51 Removing intermediate container 880ebaa77fc4 21:22:51 ---> b29fe219a523 21:22:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:22:51 ---> Running in 8faac2e65981 21:22:52 Removing intermediate container f1c14a2e331f 21:22:52 ---> 77c1c7639bb1 21:22:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:22:52 ---> Running in 201ca13c1f17 21:22:53 Removing intermediate container 201ca13c1f17 21:22:53 ---> 782b7d1320ed 21:22:53 Step 14/26 : ENV APP_PORT=48090 21:22:53 ---> Running in 7641376db957 21:22:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:53 Removing intermediate container 7641376db957 21:22:53 ---> 1baedb28f97e 21:22:53 Step 15/26 : EXPOSE $APP_PORT 21:22:53 ---> Running in 10b1b818fec7 21:22:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:54 Removing intermediate container 10b1b818fec7 21:22:54 ---> be99d6564361 21:22:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:22:54 (1/6) Installing dumb-init (1.2.2-r1) 21:22:54 (2/6) Installing libgcc (9.3.0-r2) 21:22:54 (3/6) Installing libsodium (1.0.18-r0) 21:22:54 (4/6) Installing libstdc++ (9.3.0-r2) 21:22:55 (5/6) Installing libzmq (4.3.3-r0) 21:22:55 (6/6) Installing zeromq (4.3.3-r0) 21:22:55 Executing busybox-1.31.1-r19.trigger 21:22:55 OK: 8 MiB in 20 packages 21:22:55 ---> 1aa58091c40d 21:22:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:22:56 ---> 028001d71e35 21:22:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:22:56 Removing intermediate container 8faac2e65981 21:22:56 ---> d8b3e28acd03 21:22:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:22:57 ---> 305ddd7d8955 21:22:57 Step 19/26 : RUN apk --no-cache add py3-pip 21:22:57 ---> Running in 2db71e5e6f39 21:22:57 ---> b7ee4f86504f 21:22:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:22:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:59 ---> 34b0d4c87355 21:22:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:22:59 (1/33) Installing libbz2 (1.0.8-r1) 21:22:59 (2/33) Installing expat (2.2.9-r1) 21:22:59 (3/33) Installing libffi (3.3-r2) 21:22:59 (4/33) Installing gdbm (1.13-r1) 21:22:59 (5/33) Installing xz-libs (5.2.5-r0) 21:22:59 (6/33) Installing sqlite-libs (3.32.1-r0) 21:22:59 (7/33) Installing python3 (3.8.8-r0) 21:23:00 ---> 16f59f9cc66f 21:23:00 Step 19/23 : ENTRYPOINT ["/core-data"] 21:23:00 ---> Running in f4b92c114e71 21:23:01 (8/33) Installing py3-appdirs (1.4.4-r1) 21:23:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:23:01 (10/33) Installing py3-parsing (2.4.7-r0) 21:23:01 (11/33) Installing py3-six (1.15.0-r0) 21:23:01 Removing intermediate container f4b92c114e71 21:23:01 ---> d4d9c8e828ee 21:23:01 (12/33) Installing py3-packaging (20.4-r0) 21:23:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:01 (13/33) Installing py3-setuptools (47.0.0-r0) 21:23:01 (14/33) Installing py3-chardet (3.0.4-r4) 21:23:01 (15/33) Installing py3-idna (2.9-r0) 21:23:01 ---> Running in 09aa64ca2dc0 21:23:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:23:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:23:01 (18/33) Installing py3-requests (2.23.0-r0) 21:23:01 (19/33) Installing py3-msgpack (1.0.0-r0) 21:23:01 (20/33) Installing py3-lockfile (0.12.2-r3) 21:23:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:23:01 (22/33) Installing py3-colorama (0.4.3-r0) 21:23:01 (23/33) Installing py3-distlib (0.3.0-r0) 21:23:01 (24/33) Installing py3-distro (1.5.0-r1) 21:23:01 (25/33) Installing py3-webencodings (0.5.1-r3) 21:23:01 (26/33) Installing py3-html5lib (1.0.1-r4) 21:23:01 (27/33) Installing py3-pytoml (0.1.21-r0) 21:23:01 (28/33) Installing py3-pep517 (0.8.2-r0) 21:23:01 (29/33) Installing py3-progress (1.5-r0) 21:23:01 (30/33) Installing py3-toml (0.10.1-r0) 21:23:01 (31/33) Installing py3-retrying (1.3.3-r0) 21:23:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:23:01 (33/33) Installing py3-pip (20.1.1-r0) 21:23:02 Executing busybox-1.31.1-r19.trigger 21:23:02 OK: 71 MiB in 55 packages 21:23:02 Removing intermediate container 09aa64ca2dc0 21:23:02 ---> b4281800786a 21:23:02 Step 21/23 : LABEL arch=arm64 21:23:02 ---> Running in 239d6a6af86d 21:23:02 Removing intermediate container 239d6a6af86d 21:23:02 ---> d5ad53669f7a 21:23:02 Step 22/23 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:23:03 ---> Running in cd5d9fadc8fa 21:23:03 Removing intermediate container cd5d9fadc8fa 21:23:03 ---> 1ed962ffec1d 21:23:03 Step 23/23 : LABEL version=0.0.0 21:23:03 ---> Running in 005819cdad71 21:23:04 Removing intermediate container 005819cdad71 21:23:04 ---> 20ede95c0573 21:23:04 21:23:05 Successfully built 20ede95c0573 21:23:05 Successfully tagged docker-core-data-go-arm64:latest 21:23:07  Building docker-core-data-go ... done Removing intermediate container 2db71e5e6f39 21:23:07 ---> 4c1b0a8aa23c 21:23:07 Step 20/26 : RUN pip install docker-compose==1.23.2 21:23:08 ---> Running in 01f804b41577 21:23:13 Collecting docker-compose==1.23.2 21:23:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:23:13 Collecting dockerpty<0.5,>=0.4.1 21:23:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:23:15 Collecting jsonschema<3,>=2.5.1 21:23:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:23:15 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:23:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:23:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:23:16 Collecting cached-property<2,>=1.2.0 21:23:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:23:17 Collecting docopt<0.7,>=0.6.1 21:23:17 Downloading docopt-0.6.2.tar.gz (25 kB) 21:23:19 Collecting PyYAML<4,>=3.10 21:23:19 Downloading PyYAML-3.13.tar.gz (270 kB) 21:23:22 Collecting texttable<0.10,>=0.9.0 21:23:22 Downloading texttable-0.9.1.tar.gz (11 kB) 21:23:25 Collecting docker<4.0,>=3.6.0 21:23:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:23:25 Collecting websocket-client<1.0,>=0.32.0 21:23:25 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:23:26 Collecting urllib3<1.25,>=1.21.1 21:23:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:23:26 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:23:26 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:23:26 Collecting idna<2.8,>=2.5 21:23:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:23:26 Collecting docker-pycreds>=0.4.0 21:23:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:23:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:23:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:23:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:23:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:23:27 Installing collected packages: dockerpty, jsonschema, urllib3, idna, requests, cached-property, docopt, PyYAML, texttable, websocket-client, docker-pycreds, docker, docker-compose 21:23:27 Running setup.py install for dockerpty: started 21:23:29 Running setup.py install for dockerpty: finished with status 'done' 21:23:29 Attempting uninstall: urllib3 21:23:29 Found existing installation: urllib3 1.25.9 21:23:29 Uninstalling urllib3-1.25.9: 21:23:29 Successfully uninstalled urllib3-1.25.9 21:23:30 Attempting uninstall: idna 21:23:30 Found existing installation: idna 2.9 21:23:30 Uninstalling idna-2.9: 21:23:30 Successfully uninstalled idna-2.9 21:23:31 Attempting uninstall: requests 21:23:31 Found existing installation: requests 2.23.0 21:23:31 Uninstalling requests-2.23.0: 21:23:31 Successfully uninstalled requests-2.23.0 21:23:31 Running setup.py install for docopt: started 21:23:33 Running setup.py install for docopt: finished with status 'done' 21:23:33 Running setup.py install for PyYAML: started 21:23:35 Running setup.py install for PyYAML: finished with status 'done' 21:23:35 Running setup.py install for texttable: started 21:23:37 Running setup.py install for texttable: finished with status 'done' 21:23:39 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:23:43 Removing intermediate container 01f804b41577 21:23:43 ---> 6abded5e3072 21:23:43 Step 21/26 : RUN apk --no-cache add curl 21:23:43 ---> Running in fbfe676c7d9d 21:23:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:23:44 (2/3) Installing libcurl (7.69.1-r3) 21:23:44 (3/3) Installing curl (7.69.1-r3) 21:23:44 Executing busybox-1.31.1-r19.trigger 21:23:44 OK: 72 MiB in 58 packages 21:23:46 Removing intermediate container fbfe676c7d9d 21:23:46 ---> b7dc685fd28f 21:23:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:23:46 ---> Running in a562ec4f1ea0 21:23:46 Removing intermediate container a562ec4f1ea0 21:23:46 ---> c1b454c45437 21:23:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:46 ---> Running in 2a8169a789fb 21:23:47 Removing intermediate container 2a8169a789fb 21:23:47 ---> 8fb13781246a 21:23:47 Step 24/26 : LABEL arch=arm64 21:23:47 ---> Running in 8fbafe3642d1 21:23:47 Removing intermediate container 8fbafe3642d1 21:23:47 ---> fae92ef3f0b2 21:23:47 Step 25/26 : LABEL git_sha=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 21:23:48 ---> Running in 33bdd8bfb8f6 21:23:48 Removing intermediate container 33bdd8bfb8f6 21:23:48 ---> 7f6b38f17f14 21:23:48 Step 26/26 : LABEL version=0.0.0 21:23:48 ---> Running in 3c680d51466f 21:23:49 Removing intermediate container 3c680d51466f 21:23:49 ---> 15a14de85116 21:23:49 21:23:49 Successfully built 15a14de85116 21:23:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:23:49  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:23:49 $ docker stop --time=1 d3c78f939f296b4799093abf9ef3df9457b6847e603b5990e50948d88ca46285 21:23:51 $ docker rm -f d3c78f939f296b4799093abf9ef3df9457b6847e603b5990e50948d88ca46285 [Pipeline] // withDockerContainer [Pipeline] sh 21:23:52 + grep docker 21:23:52 + docker images 21:23:52 docker-sys-mgmt-agent-go-arm64 latest 15a14de85116 4 seconds ago 301MB 21:23:52 docker-core-data-go-arm64 latest 20ede95c0573 48 seconds ago 21.4MB 21:23:52 docker-security-secretstore-setup-go-arm64 latest ef033f0f75d7 About a minute ago 24.4MB 21:23:52 docker-security-proxy-setup-go-arm64 latest 01829bae4ad5 About a minute ago 24.1MB 21:23:52 docker-security-bootstrapper-go-arm64 latest a75c4e6e9566 4 minutes ago 17.9MB 21:23:52 docker-core-metadata-go-arm64 latest 8ffe299ebdbb 4 minutes ago 17.9MB 21:23:52 docker-core-command-go-arm64 latest d4a81bec0684 4 minutes ago 16.3MB 21:23:52 docker-support-notifications-go-arm64 latest 2f6d7d17fc4b 4 minutes ago 16.9MB 21:23:52 docker-support-scheduler-go-arm64 latest eedf2e5feefa 4 minutes ago 16.4MB 21:23:52 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:23:53 ---> job-cost.sh 21:23:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rB1R 21:24:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:26:09 lf-activate-venv(): INFO: Adding /tmp/venv-rB1R/bin to PATH 21:26:09 INFO: No Stack... 21:26:09 INFO: Retrieving Pricing Info for: lf-standard-4 21:26:09 INFO: Archiving Costs [Pipeline] sh 21:26:09 + cut -d, -f6 21:26:09 + cat /w/workspace/edgex-go/40/archives/cost.csv [Pipeline] lock 21:26:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-40-stack-cost] 21:26:10 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-40-stack-cost] did not exist. Created. 21:26:10 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:26:10 + echo total: 0.20999999344348907 [Pipeline] stash 21:26:10 Stashed 1 file(s) [Pipeline] } 21:26:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-40-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:26:12 provisioning config files... 21:26:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/40@tmp/config8879122556704060918tmp [Pipeline] { [Pipeline] sh 21:26:12 + set +x 21:26:12 + curl -s https://codecov.io/bash 21:26:12 + bash -s -- 21:26:12 21:26:12 _____ _ 21:26:12 / ____| | | 21:26:12 | | ___ __| | ___ ___ _____ __ 21:26:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:26:12 | |___| (_) | (_| | __/ (_| (_) \ V / 21:26:12 \_____\___/ \__,_|\___|\___\___/ \_/ 21:26:12 Bash-20210309-2b87ace 21:26:12 21:26:12 21:26:12 ==> git version 2.24.3 found 21:26:12 ==> 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:26:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:26:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:26:12 ==> Jenkins CI detected. 21:26:13 project root: . 21:26:13 --> token set from env 21:26:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:26:13 ==> Running gcov in . (disable via -X gcov) 21:26:13 ==> Python coveragepy not found 21:26:13 ==> Searching for coverage reports in: 21:26:13 + . 21:26:13 -> Found 1 reports 21:26:13 ==> Detecting git/mercurial file structure 21:26:13 ==> Reading reports 21:26:13 + ./coverage.out bytes=668090 21:26:13 ==> Appending adjustments 21:26:13 https://docs.codecov.io/docs/fixing-reports 21:26:17 + Found adjustments 21:26:17 ==> Gzipping contents 21:26:17 96K /tmp/codecov.yOz6AI.gz 21:26:17 ==> Uploading reports 21:26:17 url: https://codecov.io 21:26:17 query: branch=PR-3234&commit=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F40%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 21:26:17 -> Pinging Codecov 21:26:17 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F40%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 21:26:17 -> Uploading to 21:26:17 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52/ea5b8a56-4d23-42a1-aa03-da482492c548.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T212616Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6d56e4c61ec2abeba88fd0ee70430191f9f0e7c895d9d1ce35469cc8baf60a0 21:26:17 % Total % Received % Xferd Average Speed Time Time Time Current 21:26:17 Dload Upload Total Spent Left Speed 21:26:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96852 0 0 100 96852 0 231k --:--:-- --:--:-- --:--:-- 232k 21:26:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 [Pipeline] } 21:26:17 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:26:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:26:20 ---> package-listing.sh 21:26:20 ++ facter osfamily 21:26:20 ++ tr '[:upper:]' '[:lower:]' 21:26:20 + OS_FAMILY=redhat 21:26:20 + workspace=/w/workspace/edgex-go/40 21:26:20 + START_PACKAGES=/tmp/packages_start.txt 21:26:20 + END_PACKAGES=/tmp/packages_end.txt 21:26:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:26:20 + PACKAGES=/tmp/packages_start.txt 21:26:20 + '[' /w/workspace/edgex-go/40 ']' 21:26:20 + PACKAGES=/tmp/packages_end.txt 21:26:20 + case "${OS_FAMILY}" in 21:26:20 + rpm -qa 21:26:20 + sort 21:26:25 + '[' -f /tmp/packages_start.txt ']' 21:26:25 + '[' -f /tmp/packages_end.txt ']' 21:26:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:26:25 + '[' /w/workspace/edgex-go/40 ']' 21:26:25 + mkdir -p /w/workspace/edgex-go/40/archives/ 21:26:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/40/archives/ [Pipeline] echo 21:26:25 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/40/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:26:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:26:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:26 21:26:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:26:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:26 alpine: Pulling from edgex-lftools-log-publisher 21:26:26 df20fa9351a1: Pulling fs layer 21:26:26 36b3adc4ff6f: Pulling fs layer 21:26:26 8ad3a11d3b57: Pulling fs layer 21:26:26 46f8f816bc3b: Pulling fs layer 21:26:26 93b61091891f: Pulling fs layer 21:26:26 93b9cdb0e59b: Pulling fs layer 21:26:26 5e14af77c1be: Pulling fs layer 21:26:26 01666e4c0597: Pulling fs layer 21:26:26 aa168da1d23b: Pulling fs layer 21:26:26 93b61091891f: Waiting 21:26:26 93b9cdb0e59b: Waiting 21:26:26 5e14af77c1be: Waiting 21:26:26 01666e4c0597: Waiting 21:26:26 aa168da1d23b: Waiting 21:26:26 46f8f816bc3b: Waiting 21:26:26 36b3adc4ff6f: Verifying Checksum 21:26:26 36b3adc4ff6f: Download complete 21:26:26 46f8f816bc3b: Verifying Checksum 21:26:26 46f8f816bc3b: Download complete 21:26:26 df20fa9351a1: Verifying Checksum 21:26:26 df20fa9351a1: Download complete 21:26:26 93b9cdb0e59b: Verifying Checksum 21:26:26 93b9cdb0e59b: Download complete 21:26:26 5e14af77c1be: Verifying Checksum 21:26:26 5e14af77c1be: Download complete 21:26:26 93b61091891f: Verifying Checksum 21:26:26 93b61091891f: Download complete 21:26:26 01666e4c0597: Verifying Checksum 21:26:26 01666e4c0597: Download complete 21:26:27 df20fa9351a1: Pull complete 21:26:27 36b3adc4ff6f: Pull complete 21:26:27 8ad3a11d3b57: Verifying Checksum 21:26:27 8ad3a11d3b57: Download complete 21:26:28 8ad3a11d3b57: Pull complete 21:26:28 46f8f816bc3b: Pull complete 21:26:28 aa168da1d23b: Download complete 21:26:30 93b61091891f: Pull complete 21:26:30 93b9cdb0e59b: Pull complete 21:26:30 5e14af77c1be: Pull complete 21:26:30 01666e4c0597: Pull complete 21:26:38 aa168da1d23b: Pull complete 21:26:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:26:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:26:39 prd-centos7-docker-4c-2g-31857 does not seem to be running inside a container 21:26:39 $ 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/40/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/40 -v /w/workspace/edgex-go/40:/w/workspace/edgex-go/40:rw,z -v /w/workspace/edgex-go/40@tmp:/w/workspace/edgex-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:26:43 $ docker top a0671aa4eb2449ac4388508cfa6d63c7e401455b27848f8e3399de6cb2243098 -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:44 + touch /tmp/pre-build-complete [Pipeline] sh 21:26:44 + mkdir -p /var/log/sa [Pipeline] sh 21:26:45 + ls /var/log/sa-host 21:26:45 + sadf -c /var/log/sa-host/sa23 21:26:45 file_magic: OK 21:26:45 HZ: Using current value: 100 21:26:45 file_header: OK 21:26:45 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:26:45 Statistics: 21:26:45 Hnuu...uuuununununu... 21:26:45 File successfully converted to sysstat format version 12.2.1 21:26:45 + sadf -c /var/log/sa-host/sa29 21:26:45 file_magic: OK 21:26:45 HZ: Using current value: 100 21:26:45 file_header: OK 21:26:45 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:26:45 Statistics: 21:26:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:26:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:26:45 provisioning config files... 21:26:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/40@tmp/config5154657670017423230tmp [Pipeline] { [Pipeline] echo 21:26:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:26:45 ---> create-netrc.sh [Pipeline] } 21:26:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:26:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:26:46 ---> python-tools-install.sh [Pipeline] echo 21:26:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:26:46 ---> sudo-logs.sh 21:26:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:26:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:26:46 ---> job-cost.sh 21:26:46 lf-activate-venv: SKIPPING 21:26:46 DEBUG: total: 0.20999999344348907 21:26:46 INFO: Retrieving Stack Cost... 21:26:48 INFO: Retrieving Pricing Info for: v1-standard-2 21:26:48 INFO: Archiving Costs [Pipeline] echo 21:26:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:26:49 ---> logs-deploy.sh 21:26:49 lf-activate-venv: SKIPPING 21:26:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/40 21:26:49 INFO: archiving workspace using pattern(s): 21:26:51 Archives upload complete. 21:26:51 INFO: archiving logs to Nexus 21:26:52 ---> uname -a: 21:26:52 Linux prd-centos7-docker-4c-2g-31857.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:26:52 21:26:52 21:26:52 ---> lscpu: 21:26:52 Architecture: x86_64 21:26:52 CPU op-mode(s): 32-bit, 64-bit 21:26:52 Byte Order: Little Endian 21:26:52 Address sizes: 40 bits physical, 48 bits virtual 21:26:52 CPU(s): 4 21:26:52 On-line CPU(s) list: 0-3 21:26:52 Thread(s) per core: 1 21:26:52 Core(s) per socket: 1 21:26:52 Socket(s): 4 21:26:52 NUMA node(s): 1 21:26:52 Vendor ID: GenuineIntel 21:26:52 CPU family: 6 21:26:52 Model: 44 21:26:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:26:52 Stepping: 1 21:26:52 CPU MHz: 2933.438 21:26:52 BogoMIPS: 5866.87 21:26:52 Virtualization: VT-x 21:26:52 Hypervisor vendor: KVM 21:26:52 Virtualization type: full 21:26:52 L1d cache: 128 KiB 21:26:52 L1i cache: 128 KiB 21:26:52 L2 cache: 16 MiB 21:26:52 L3 cache: 64 MiB 21:26:52 NUMA node0 CPU(s): 0-3 21:26:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:26:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:26:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:26:52 Vulnerability Meltdown: Mitigation; PTI 21:26:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:26:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:26:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:26:52 Vulnerability Srbds: Not affected 21:26:52 Vulnerability Tsx async abort: Not affected 21:26:52 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:26:52 21:26:52 21:26:52 ---> nproc: 21:26:52 4 21:26:52 21:26:52 21:26:52 ---> df -h: 21:26:52 Filesystem Size Used Available Use% Mounted on 21:26:52 overlay 50.0G 12.2G 37.8G 24% / 21:26:52 tmpfs 64.0M 0 64.0M 0% /dev 21:26:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:26:52 shm 64.0M 0 64.0M 0% /dev/shm 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/40 21:26:52 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/40@tmp 21:26:52 21:26:52 21:26:52 ---> free -m: 21:26:52 total used free shared buff/cache available 21:26:52 Mem: 1837 719 226 0 890 1035 21:26:52 Swap: 1023 68 955 21:26:52 21:26:52 21:26:52 ---> ip addr: 21:26:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:26:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:26:52 inet 127.0.0.1/8 scope host lo 21:26:52 valid_lft forever preferred_lft forever 21:26:52 inet6 ::1/128 scope host 21:26:52 valid_lft forever preferred_lft forever 21:26:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:26:52 link/ether fa:16:3e:fb:25:ab brd ff:ff:ff:ff:ff:ff 21:26:52 inet 10.30.123.0/23 brd 10.30.123.255 scope global dynamic eth0 21:26:52 valid_lft 84932sec preferred_lft 84932sec 21:26:52 inet6 fe80::f816:3eff:fefb:25ab/64 scope link 21:26:52 valid_lft forever preferred_lft forever 21:26:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:26:52 link/ether 02:42:e8:63:89:cc brd ff:ff:ff:ff:ff:ff 21:26:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:26:52 valid_lft forever preferred_lft forever 21:26:52 inet6 fe80::42:e8ff:fe63:89cc/64 scope link 21:26:52 valid_lft forever preferred_lft forever 21:26:52 21:26:52 21:26:52 ---> sar -b -r -n DEV: 21:26:52 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:26:52 21:26:52 21:02:09 LINUX RESTART (4 CPU) 21:26:52 21:26:52 21:03:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:26:52 21:04:01 126.15 66.67 59.48 0.00 9046.32 13324.65 0.00 21:26:52 21:05:03 262.12 60.31 201.81 0.00 3532.45 47701.08 0.00 21:26:52 21:06:01 209.64 105.90 103.75 0.00 3806.39 13256.27 0.00 21:26:52 21:07:01 152.54 78.27 74.26 0.00 3600.20 8924.22 0.00 21:26:52 21:08:01 264.12 93.06 171.06 0.00 31238.32 104851.32 0.00 21:26:52 21:09:02 2549.28 2200.12 349.16 0.00 169935.92 177869.41 0.00 21:26:52 21:10:01 927.92 687.41 240.51 0.00 50256.12 66310.43 0.00 21:26:52 21:11:02 1459.21 1114.34 344.87 0.00 107068.34 154684.32 0.00 21:26:52 21:12:02 1061.16 763.27 297.89 0.00 45523.05 74327.14 0.00 21:26:52 21:13:01 70.71 14.26 56.45 0.00 3013.48 3922.98 0.00 21:26:52 21:14:01 1.77 0.07 1.70 0.00 0.93 28.84 0.00 21:26:52 21:15:01 0.22 0.07 0.15 0.00 0.53 1.77 0.00 21:26:52 21:16:01 0.38 0.10 0.28 0.00 1.20 3.51 0.00 21:26:52 21:17:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 21:26:52 21:18:01 2.53 2.31 0.22 0.00 257.52 3.91 0.00 21:26:52 21:19:01 0.90 0.05 0.85 0.00 1.60 14.92 0.00 21:26:52 21:20:01 0.32 0.02 0.30 0.00 0.53 3.88 0.00 21:26:52 21:21:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 21:26:52 21:22:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 21:26:52 21:23:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 21:26:52 21:24:01 0.27 0.03 0.23 0.00 1.20 2.32 0.00 21:26:52 21:25:02 0.33 0.05 0.28 0.00 0.93 3.78 0.00 21:26:52 21:26:01 0.27 0.02 0.25 0.00 0.14 2.24 0.00 21:26:52 Average: 310.08 226.96 83.13 0.00 18709.15 29130.90 0.00 21:26:52 21:26:52 21:03:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:26:52 21:04:01 344256 0 646004 34.33 2596 888688 1302688 44.46 544824 789908 28 21:26:52 21:05:03 107312 0 760584 40.42 1492 1012156 1303792 44.50 637712 835216 46252 21:26:52 21:06:01 285216 0 810696 43.09 384 785248 1658872 56.61 651480 660156 68180 21:26:52 21:07:01 233144 0 819544 43.56 372 828484 1418012 48.39 643380 708960 25272 21:26:52 21:08:01 65476 0 839848 44.64 4 976216 2223936 75.90 732952 865324 63360 21:26:52 21:09:02 72532 0 787436 41.85 4 1021572 1916840 65.42 747124 828972 38316 21:26:52 21:10:01 416636 0 735272 39.08 4 729632 1948512 66.50 506944 703268 128 21:26:52 21:11:02 85528 0 885560 47.07 4 910452 2774116 94.68 711448 841036 79504 21:26:52 21:12:02 159012 0 687400 36.53 4 1035128 1357692 46.34 581744 885904 8 21:26:52 21:13:01 165108 0 633844 33.69 4 1082588 1185340 40.45 565608 901496 8 21:26:52 21:14:01 167828 0 631116 33.54 4 1082596 1161696 39.65 563888 900984 8 21:26:52 21:15:01 168144 0 630796 33.53 4 1082600 1161756 39.65 564216 900988 8 21:26:52 21:16:01 168932 0 630004 33.48 4 1082604 1154488 39.40 563372 900900 8 21:26:52 21:17:01 169392 0 629520 33.46 4 1082628 1154488 39.40 563284 900916 8 21:26:52 21:18:01 158912 0 633036 33.64 4 1089592 1154560 39.40 570176 904236 8 21:26:52 21:19:01 158844 0 633092 33.65 4 1089604 1154488 39.40 569804 904252 8 21:26:52 21:20:01 158688 0 633244 33.66 4 1089608 1154488 39.40 569808 904268 8 21:26:52 21:21:01 158704 0 633200 33.65 4 1089636 1154488 39.40 569800 904284 8 21:26:52 21:22:01 158760 0 633136 33.65 4 1089644 1154488 39.40 569820 904284 8 21:26:52 21:23:01 158308 0 633584 33.67 4 1089648 1154560 39.40 570308 904284 8 21:26:52 21:24:01 157964 0 633920 33.69 4 1089656 1154608 39.40 570600 904320 12 21:26:52 21:25:02 158612 0 633264 33.66 4 1089664 1154488 39.40 569836 904344 16 21:26:52 21:26:01 158884 0 632988 33.64 4 1089668 1154488 39.40 569840 904348 8 21:26:52 Average: 175487 0 688134 36.57 214 1017709 1396212 47.65 595999 859246 13964 21:26:52 21:26:52 21:03:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:26:52 21:04:01 eth0 1035.98 1222.38 3204.70 152.94 0.00 0.00 0.00 0.00 21:26:52 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:04:01 docker0 1102.22 860.62 83.03 2736.86 0.00 0.00 0.00 0.00 21:26:52 21:05:03 eth0 462.12 382.87 3597.08 36.61 0.00 0.00 0.00 0.00 21:26:52 21:05:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:05:03 docker0 127.86 170.30 8.75 816.11 0.00 0.00 0.00 0.00 21:26:52 21:06:01 eth0 41.08 23.55 36.55 15.35 0.00 0.00 0.00 0.00 21:26:52 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:06:01 veth31972d0 0.64 0.77 0.05 0.06 0.00 0.00 0.00 0.00 21:26:52 21:06:01 docker0 0.64 0.64 0.04 0.05 0.00 0.00 0.00 0.00 21:26:52 21:07:01 eth0 52.15 42.22 21.72 81.01 0.00 0.00 0.00 0.00 21:26:52 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:07:01 veth31972d0 1.73 1.73 0.14 0.14 0.00 0.00 0.00 0.00 21:26:52 21:07:01 docker0 1.73 1.73 0.11 0.14 0.00 0.00 0.00 0.00 21:26:52 21:08:01 veth0793e23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:26:52 21:08:01 eth0 198.38 168.85 1689.78 72.44 0.00 0.00 0.00 0.00 21:26:52 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:09:02 veth0793e23 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 21:26:52 21:09:02 eth0 59.21 31.94 166.49 12.35 0.00 0.00 0.00 0.00 21:26:52 21:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:09:02 docker0 18.62 33.19 0.99 145.40 0.00 0.00 0.00 0.00 21:26:52 21:10:01 vethd45ca7b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:10:01 veth0793e23 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:10:01 eth0 36.07 19.76 97.59 10.63 0.00 0.00 0.00 0.00 21:26:52 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:11:02 vethd0ca21b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:26:52 21:11:02 veth0793e23 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 21:26:52 21:11:02 eth0 109.06 73.08 246.53 87.43 0.00 0.00 0.00 0.00 21:26:52 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:12:02 veth0793e23 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:12:02 eth0 229.77 174.44 1655.64 82.61 0.00 0.00 0.00 0.00 21:26:52 21:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:12:02 docker0 1287.14 1154.00 94.55 4320.29 0.00 0.00 0.00 0.00 21:26:52 21:13:01 eth0 29.06 17.00 71.61 8.84 0.00 0.00 0.00 0.00 21:26:52 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:13:01 docker0 6.03 9.53 0.60 55.12 0.00 0.00 0.00 0.00 21:26:52 21:14:01 eth0 1.35 0.30 0.36 0.20 0.00 0.00 0.00 0.00 21:26:52 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:15:01 eth0 0.73 0.35 0.31 0.20 0.00 0.00 0.00 0.00 21:26:52 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:16:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 21:26:52 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:17:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:26:52 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:18:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 21:26:52 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:19:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:26:52 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:20:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:21:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:22:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:26:52 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:23:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:26:52 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:24:01 eth0 1.07 0.37 0.38 0.17 0.00 0.00 0.00 0.00 21:26:52 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:25:02 eth0 0.07 0.07 0.00 0.03 0.00 0.00 0.00 0.00 21:26:52 21:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:26:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:26:52 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 Average: eth0 98.06 93.54 471.46 24.39 0.00 0.00 0.00 0.00 21:26:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:26:52 Average: docker0 56.38 50.72 4.15 190.72 0.00 0.00 0.00 0.00 21:26:52 21:26:52 21:26:52 ---> sar -P ALL: 21:26:52 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:26:52 21:26:52 21:02:09 LINUX RESTART (4 CPU) 21:26:52 21:26:52 21:03:02 CPU %user %nice %system %iowait %steal %idle 21:26:52 21:04:01 all 11.59 0.00 5.52 2.34 0.12 80.44 21:26:52 21:04:01 0 10.36 0.00 6.91 1.27 0.07 81.38 21:26:52 21:04:01 1 11.59 0.00 4.20 3.21 0.14 80.86 21:26:52 21:04:01 2 11.17 0.00 4.85 2.32 0.12 81.53 21:26:52 21:04:01 3 13.23 0.00 6.12 2.55 0.14 77.97 21:26:52 21:05:03 all 10.52 0.00 8.64 5.20 0.07 75.58 21:26:52 21:05:03 0 10.38 0.00 8.94 4.38 0.07 76.24 21:26:52 21:05:03 1 10.07 0.00 8.83 5.73 0.08 75.28 21:26:52 21:05:03 2 10.77 0.00 8.52 4.72 0.05 75.94 21:26:52 21:05:03 3 10.85 0.00 8.25 5.96 0.08 74.86 21:26:52 21:06:01 all 51.94 0.00 12.95 4.28 0.06 30.78 21:26:52 21:06:01 0 52.50 0.00 12.48 3.18 0.05 31.79 21:26:52 21:06:01 1 51.67 0.00 12.94 5.20 0.04 30.15 21:26:52 21:06:01 2 51.39 0.00 12.86 4.58 0.09 31.08 21:26:52 21:06:01 3 52.18 0.00 13.51 4.16 0.05 30.10 21:26:52 21:07:01 all 43.43 0.00 13.14 3.56 0.06 39.80 21:26:52 21:07:01 0 42.03 0.00 13.24 3.16 0.09 41.49 21:26:52 21:07:01 1 43.90 0.00 13.09 4.12 0.05 38.84 21:26:52 21:07:01 2 42.45 0.00 12.90 3.94 0.07 40.64 21:26:52 21:07:01 3 45.35 0.00 13.32 3.04 0.05 38.24 21:26:52 21:08:01 all 23.79 0.00 15.81 6.01 0.17 54.22 21:26:52 21:08:01 0 22.48 0.00 15.63 5.14 0.17 56.58 21:26:52 21:08:01 1 23.87 0.00 15.64 8.49 0.15 51.85 21:26:52 21:08:01 2 23.77 0.00 16.22 5.19 0.17 54.65 21:26:52 21:08:01 3 25.06 0.00 15.74 5.24 0.17 53.80 21:26:52 21:09:02 all 21.24 0.00 28.16 25.22 0.16 25.21 21:26:52 21:09:02 0 20.17 0.00 28.24 24.88 0.14 26.57 21:26:52 21:09:02 1 20.05 0.00 28.95 25.25 0.19 25.57 21:26:52 21:09:02 2 22.27 0.00 27.60 28.92 0.14 21.06 21:26:52 21:09:02 3 22.50 0.00 27.84 21.83 0.16 27.67 21:26:52 21:10:01 all 58.20 0.00 17.75 13.51 0.09 10.45 21:26:52 21:10:01 0 57.06 0.00 17.37 16.98 0.11 8.48 21:26:52 21:10:01 1 58.80 0.00 17.56 10.57 0.12 12.95 21:26:52 21:10:01 2 57.91 0.00 18.68 13.94 0.07 9.40 21:26:52 21:10:01 3 59.00 0.00 17.36 12.60 0.05 10.98 21:26:52 21:11:02 all 34.31 0.00 25.76 16.78 0.31 22.84 21:26:52 21:11:02 0 33.73 0.00 25.25 15.37 0.35 25.29 21:26:52 21:11:02 1 36.28 0.00 24.71 18.16 0.23 20.62 21:26:52 21:11:02 2 32.95 0.00 26.45 18.40 0.32 21.88 21:26:52 21:11:02 3 34.25 0.00 26.65 15.17 0.34 23.58 21:26:52 21:12:02 all 35.16 0.00 16.85 17.57 0.17 30.26 21:26:52 21:12:02 0 35.40 0.00 16.27 17.65 0.20 30.48 21:26:52 21:12:02 1 35.29 0.00 16.58 14.66 0.16 33.31 21:26:52 21:12:02 2 33.92 0.00 16.68 18.84 0.18 30.39 21:26:52 21:12:02 3 36.02 0.00 17.88 19.18 0.14 26.79 21:26:52 21:13:01 all 4.25 0.00 2.29 2.53 0.02 90.91 21:26:52 21:13:01 0 3.71 0.00 2.29 1.45 0.00 92.54 21:26:52 21:13:01 1 4.28 0.00 1.97 2.41 0.03 91.30 21:26:52 21:13:01 2 2.31 0.00 1.71 3.43 0.02 92.54 21:26:52 21:13:01 3 6.69 0.00 3.19 2.81 0.03 87.26 21:26:52 21:14:01 all 0.15 0.00 0.04 0.01 0.00 99.80 21:26:52 21:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:26:52 21:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:26:52 21:14:01 2 0.52 0.00 0.03 0.02 0.00 99.43 21:26:52 21:14:01 3 0.05 0.00 0.05 0.02 0.00 99.88 21:26:52 21:26:52 21:14:01 CPU %user %nice %system %iowait %steal %idle 21:26:52 21:15:01 all 0.18 0.00 0.10 0.00 0.00 99.71 21:26:52 21:15:01 0 0.03 0.00 0.07 0.00 0.00 99.90 21:26:52 21:15:01 1 0.07 0.00 0.10 0.02 0.00 99.82 21:26:52 21:15:01 2 0.53 0.00 0.10 0.00 0.00 99.37 21:26:52 21:15:01 3 0.10 0.00 0.13 0.00 0.00 99.77 21:26:52 21:16:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:26:52 21:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:26:52 21:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:26:52 21:16:01 2 0.50 0.00 0.03 0.00 0.02 99.45 21:26:52 21:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:26:52 21:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:17:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:26:52 21:17:01 2 0.53 0.00 0.00 0.00 0.00 99.47 21:26:52 21:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:26:52 21:18:01 all 0.15 0.00 0.06 0.03 0.01 99.75 21:26:52 21:18:01 0 0.35 0.00 0.03 0.00 0.02 99.60 21:26:52 21:18:01 1 0.02 0.00 0.10 0.05 0.02 99.82 21:26:52 21:18:01 2 0.20 0.00 0.05 0.00 0.00 99.75 21:26:52 21:18:01 3 0.02 0.00 0.07 0.08 0.00 99.83 21:26:52 21:19:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:26:52 21:19:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:26:52 21:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:26:52 21:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:26:52 21:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:20:01 all 0.13 0.00 0.02 0.00 0.00 99.85 21:26:52 21:20:01 0 0.48 0.00 0.02 0.00 0.00 99.50 21:26:52 21:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:26:52 21:20:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:26:52 21:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:21:01 all 0.07 0.00 0.03 0.00 0.00 99.90 21:26:52 21:21:01 0 0.15 0.00 0.05 0.00 0.00 99.80 21:26:52 21:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:21:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:26:52 21:21:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:26:52 21:22:01 all 0.05 0.00 0.02 0.00 0.00 99.92 21:26:52 21:22:01 0 0.15 0.00 0.03 0.00 0.00 99.82 21:26:52 21:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:26:52 21:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:26:52 21:23:01 0 0.52 0.00 0.03 0.00 0.00 99.45 21:26:52 21:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:26:52 21:23:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:26:52 21:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:24:01 all 0.14 0.00 0.02 0.00 0.00 99.84 21:26:52 21:24:01 0 0.48 0.00 0.02 0.00 0.00 99.50 21:26:52 21:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:26:52 21:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:26:52 21:25:02 all 0.15 0.00 0.02 0.01 0.00 99.81 21:26:52 21:25:02 0 0.52 0.00 0.02 0.02 0.00 99.45 21:26:52 21:25:02 1 0.02 0.00 0.02 0.00 0.00 99.97 21:26:52 21:25:02 2 0.05 0.00 0.05 0.02 0.02 99.87 21:26:52 21:25:02 3 0.03 0.00 0.02 0.00 0.00 99.95 21:26:52 21:26:52 21:25:02 CPU %user %nice %system %iowait %steal %idle 21:26:52 21:26:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:26:52 21:26:01 0 0.51 0.00 0.00 0.00 0.00 99.49 21:26:52 21:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:26:52 21:26:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:26:52 21:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:26:52 Average: all 12.47 0.00 6.22 4.09 0.05 77.17 21:26:52 Average: 0 12.27 0.00 6.20 3.93 0.05 77.55 21:26:52 Average: 1 12.47 0.00 6.13 4.13 0.05 77.21 21:26:52 Average: 2 12.27 0.00 6.20 4.39 0.05 77.08 21:26:52 Average: 3 12.87 0.00 6.33 3.90 0.05 76.85 21:26:52 21:26:52 21:26:52