Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 444c519ff7b00696b1cd03a7138ac670626b7eaa+f60a6b9b3bbcf5933f7773f85fc76d84301e173f (74e1005166326e6e32ed11d81c6140213d46bf42) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28380’ Running on prd-centos7-docker-4c-2g-28382 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 444c519ff7b00696b1cd03a7138ac670626b7eaa Merge succeeded, producing 444c519ff7b00696b1cd03a7138ac670626b7eaa Checking out Revision 444c519ff7b00696b1cd03a7138ac670626b7eaa (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # 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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 0c4709622dfb00cfb9a1fcd4e3afb9b02b8862e8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:24:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:24:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:24:01 ========================================================= 14:24:01 EdgeX Global Pipelines Version Info 14:24:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:24:03 ------------------- 14:24:03 stable info: 14:24:03 ------------------- 14:24:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:24:03 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:24:03 Message: update stable to v1.0.184 14:24:04 ------------------- 14:24:04 experimental info: 14:24:04 ------------------- 14:24:04 Commited By: **** collab-it+edgex@linuxfoundation.org 14:24:04 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:24:04 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:24:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:24:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:24:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:24:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:24:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo 14:24:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo 14:24:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo 14:24:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 444c519ff7b00696b1cd03a7138ac670626b7eaa [Pipeline] echo 14:24:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 444c519 [Pipeline] echo 14:24:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:24:06 provisioning config files... 14:24:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8545663923300170992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:24:07 ---> docker-login.sh 14:24:07 nexus3.edgexfoundry.org:10001 14:24:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:07 Configure a credential helper to remove this warning. See 14:24:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:07 14:24:07 Login Succeeded 14:24:07 nexus3.edgexfoundry.org:10002 14:24:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:07 Configure a credential helper to remove this warning. See 14:24:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:07 14:24:07 Login Succeeded 14:24:07 nexus3.edgexfoundry.org:10003 14:24:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:08 Configure a credential helper to remove this warning. See 14:24:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:08 14:24:08 Login Succeeded 14:24:08 nexus3.edgexfoundry.org:10004 14:24:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:08 Configure a credential helper to remove this warning. See 14:24:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:08 14:24:08 Login Succeeded 14:24:08 docker.io 14:24:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:08 Configure a credential helper to remove this warning. See 14:24:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:08 14:24:08 Login Succeeded 14:24:08 ---> docker-login.sh ends [Pipeline] } 14:24:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:24:09 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/core-command/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo core-command,cmd/core-command/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/core-data/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo core-data,cmd/core-data/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/core-metadata/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo core-metadata,cmd/core-metadata/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/security-bootstrapper/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/security-proxy-setup/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/support-notifications/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo support-notifications,cmd/support-notifications/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/support-scheduler/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:24:09 + for file in '`ls cmd/**/Dockerfile`' 14:24:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:24:09 ++ cut -d/ -f2 14:24:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:24:09 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 14:24:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:24:10 14:24:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:24:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:24:10 latest: Pulling from edgex-devops/git-semver 14:24:10 31603596830f: Pulling fs layer 14:24:10 2a8b12db71e7: Pulling fs layer 14:24:10 6ca5941a6612: Pulling fs layer 14:24:10 ecc8261a40a4: Pulling fs layer 14:24:10 ecc8261a40a4: Waiting 14:24:10 2a8b12db71e7: Verifying Checksum 14:24:10 2a8b12db71e7: Download complete 14:24:10 31603596830f: Download complete 14:24:10 6ca5941a6612: Verifying Checksum 14:24:10 6ca5941a6612: Download complete 14:24:10 ecc8261a40a4: Verifying Checksum 14:24:10 ecc8261a40a4: Download complete 14:24:11 31603596830f: Pull complete 14:24:11 2a8b12db71e7: Pull complete 14:24:12 6ca5941a6612: Pull complete 14:24:12 ecc8261a40a4: Pull complete 14:24:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:24:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:24:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:24:12 prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container 14:24:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:24:15 $ docker top 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:24:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:24:15 [ssh-agent] Looking for ssh-agent implementation... 14:24:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:24:15 $ docker exec 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 ssh-agent 14:24:15 SSH_AUTH_SOCK=/tmp/ssh-30faxU9lUaKj/agent.12 14:24:15 SSH_AGENT_PID=18 14:24:16 Running ssh-add (command line suppressed) 14:24:16 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3008137749744875868.key (/w/workspace/edgex-go/4@tmp/private_key_3008137749744875868.key) 14:24:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:24:16 + git tag --points-at HEAD [Pipeline] } 14:24:16 $ docker exec --env ******** --env ******** 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 ssh-agent -k 14:24:16 unset SSH_AUTH_SOCK; 14:24:16 unset SSH_AGENT_PID; 14:24:16 echo Agent pid 18 killed; 14:24:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:24:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:24:16 [ssh-agent] Looking for ssh-agent implementation... 14:24:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:24:17 $ docker exec 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 ssh-agent 14:24:17 SSH_AUTH_SOCK=/tmp/ssh-apmlu86T1yvn/agent.47 14:24:17 SSH_AGENT_PID=52 14:24:17 Running ssh-add (command line suppressed) 14:24:17 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2805849319415324597.key (/w/workspace/edgex-go/4@tmp/private_key_2805849319415324597.key) 14:24:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:24:17 + git semver init 14:24:17 # -> Open(): unable to determine branch for HEAD 14:24:17 # $GIT_DIR = /w/workspace/edgex-go/4/.git 14:24:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 14:24:17 # $SEMVER_REMOTE_NAME = origin 14:24:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:24:17 # $SEMVER_USER_NAME = edgex-jenkins 14:24:17 # $SEMVER_BRANCH = PR-3208 14:24:17 # $SEMVER_TEMP = /tmp/semver-945648098 14:24:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:24:44 # '/tmp/semver-945648098' -> '/w/workspace/edgex-go/4/.semver' 14:24:44 # -> Force: false 14:24:44 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 14:24:44 $ docker exec --env ******** --env ******** 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 ssh-agent -k 14:24:45 unset SSH_AUTH_SOCK; 14:24:45 unset SSH_AGENT_PID; 14:24:45 echo Agent pid 52 killed; 14:24:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:24:45 + git semver [Pipeline] } 14:24:45 $ docker stop --time=1 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 14:24:47 $ docker rm -f 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 [Pipeline] // withDockerContainer [Pipeline] sh 14:24:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:24:48 Stashed 1 file(s) [Pipeline] echo 14:24:48 [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 14:24:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:24:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:24:50 + sudo service docker restart 14:24:50 + true 14:24:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:24:50 ========================================================= 14:24:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:24:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:24:51 + 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 . 14:24:54 Sending build context to Docker daemon 328.2MB 14:24:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:24:54 Step 2/6 : FROM ${BASE} 14:24:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:24:54 188c0c94c7c5: Pulling fs layer 14:24:54 0ef7d3d256c8: Pulling fs layer 14:24:54 de9db76c5a1d: Pulling fs layer 14:24:54 bca2f99d35d6: Pulling fs layer 14:24:54 93359f2a8cfa: Pulling fs layer 14:24:54 7c6f9722023f: Pulling fs layer 14:24:54 a35cf1a2eb13: Pulling fs layer 14:24:54 93359f2a8cfa: Waiting 14:24:54 bca2f99d35d6: Waiting 14:24:54 7c6f9722023f: Waiting 14:24:54 a35cf1a2eb13: Waiting 14:24:54 de9db76c5a1d: Verifying Checksum 14:24:54 de9db76c5a1d: Download complete 14:24:54 0ef7d3d256c8: Verifying Checksum 14:24:54 0ef7d3d256c8: Download complete 14:24:54 93359f2a8cfa: Verifying Checksum 14:24:54 93359f2a8cfa: Download complete 14:24:54 7c6f9722023f: Download complete 14:24:54 188c0c94c7c5: Download complete 14:24:55 188c0c94c7c5: Pull complete 14:24:55 0ef7d3d256c8: Pull complete 14:24:55 de9db76c5a1d: Pull complete 14:24:57 a35cf1a2eb13: Verifying Checksum 14:24:57 a35cf1a2eb13: Download complete 14:24:58 bca2f99d35d6: Verifying Checksum 14:24:58 bca2f99d35d6: Download complete 14:25:03 bca2f99d35d6: Pull complete 14:25:03 93359f2a8cfa: Pull complete 14:25:04 7c6f9722023f: Pull complete 14:25:04 Still waiting to schedule task 14:25:04 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:25:08 a35cf1a2eb13: Pull complete 14:25:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:25:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:25:08 ---> a62c8e92a672 14:25:08 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 14:25:08 ---> Running in e49467354a37 14:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:25:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:25:10 (1/12) Installing libmagic (5.38-r0) 14:25:10 (2/12) Installing file (5.38-r0) 14:25:11 (3/12) Installing libc-dev (0.7.2-r3) 14:25:11 (4/12) Installing g++ (9.3.0-r2) 14:25:21 (5/12) Installing fortify-headers (1.1-r0) 14:25:21 (6/12) Installing patch (2.7.6-r6) 14:25:21 (7/12) Installing build-base (0.5-r2) 14:25:21 (8/12) Installing libsodium (1.0.18-r0) 14:25:21 (9/12) Installing pkgconf (1.7.2-r0) 14:25:21 (10/12) Installing libsodium-dev (1.0.18-r0) 14:25:21 (11/12) Installing libzmq (4.3.3-r0) 14:25:21 (12/12) Installing zeromq-dev (4.3.3-r0) 14:25:21 Executing busybox-1.31.1-r19.trigger 14:25:21 OK: 233 MiB in 51 packages 14:25:25 Removing intermediate container e49467354a37 14:25:25 ---> b372fd49cd9c 14:25:25 Step 4/6 : WORKDIR /edgex-go 14:25:25 ---> Running in f422e835ebf6 14:25:25 Removing intermediate container f422e835ebf6 14:25:25 ---> 6c4d1c2ff3b8 14:25:25 Step 5/6 : COPY go.mod . 14:25:25 ---> 9a9ffbd758be 14:25:25 Step 6/6 : RUN go mod download 14:25:25 ---> Running in 344be023dfe6 14:25:52 Removing intermediate container 344be023dfe6 14:25:52 ---> 7c464130dddd 14:25:52 Successfully built 7c464130dddd 14:25:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:25:52 + docker inspect -f . ci-base-image-x86_64 14:25:52 . [Pipeline] withDockerContainer 14:25:52 prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container 14:25:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:25:53 $ docker top 464c4ab93b351f157ee074001f37b9394ea0248705ebb354f8081b6141fa7422 -eo pid,comm [Pipeline] { [Pipeline] sh 14:25:54 + go version 14:25:54 go version go1.15.5 linux/amd64 [Pipeline] } 14:25:54 $ docker stop --time=1 464c4ab93b351f157ee074001f37b9394ea0248705ebb354f8081b6141fa7422 14:25:55 $ docker rm -f 464c4ab93b351f157ee074001f37b9394ea0248705ebb354f8081b6141fa7422 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:25:56 + docker inspect -f . ci-base-image-x86_64 14:25:56 . [Pipeline] withDockerContainer 14:25:56 prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container 14:25:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:25:57 $ docker top 6412bb032b5b114a31a2a7b0dd3fbfc9512a7fa82656d1830e915ac987f608fd -eo pid,comm [Pipeline] { [Pipeline] echo 14:25:58 ========================================================= 14:25:58 [edgeXBuildGoParallel] Running Tests and Build... 14:25:58 ========================================================= [Pipeline] sh 14:25:58 + make test 14:25:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:26:08 ? github.com/edgexfoundry/edgex-go [no test files] 14:26:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:26:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:26:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:26:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:26:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:26:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:26:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:26:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:26:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:26:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:26:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:26:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:26:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:26:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 14:26:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:26:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:26:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:26:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:26:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:26:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:26:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:26:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements 14:26:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.1% of statements 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:26:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:26:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:26:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 66.2% of statements 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:26:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.140s coverage: 82.4% of statements 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:26:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:26:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:26:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:26:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:26:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:26:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:26:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:26:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:26:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.554s coverage: 92.8% of statements 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:26:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:26:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:26:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:26:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 45.5% of statements 14:26:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements 14:26:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 14:26:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.039s coverage: 96.3% of statements 14:26:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 14:27:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements 14:27:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 77.8% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.023s coverage: 100.0% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 62.4% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.357s coverage: 69.1% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.0% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 88.5% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.076s coverage: 94.3% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:27:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 14:27:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 14:27:13 GO111MODULE=on go vet ./... 14:27:45 gofmt -l . 14:27:45 [ "`gofmt -l .`" = "" ] 14:27:45 ./bin/test-go-mod-tidy.sh 14:27:45 ./bin/test-attribution-txt.sh [Pipeline] sh 14:27:46 + ls -al . 14:27:46 total 716 14:27:46 drwxrwxr-x 10 1001 1001 4096 Mar 3 14:27 . 14:27:46 drwxr-xr-x 4 root root 28 Mar 3 14:25 .. 14:27:46 -rw-rw-r-- 1 1001 1001 11 Mar 3 14:23 .dockerignore 14:27:46 drwxrwxr-x 8 1001 1001 179 Mar 3 14:24 .git 14:27:46 drwxrwxr-x 3 1001 1001 125 Mar 3 14:23 .github 14:27:46 -rw-rw-r-- 1 1001 1001 818 Mar 3 14:23 .gitignore 14:27:46 drwx------ 3 1001 1001 60 Mar 3 14:24 .semver 14:27:46 -rw-rw-r-- 1 1001 1001 166 Mar 3 14:23 .sonarcloud.properties 14:27:46 -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:23 Attribution.txt 14:27:46 -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:23 CONTRIBUTING.md 14:27:46 -rw-rw-r-- 1 1001 1001 931 Mar 3 14:23 Dockerfile.build 14:27:46 -rw-rw-r-- 1 1001 1001 863 Mar 3 14:23 Jenkinsfile 14:27:46 -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:23 LICENSE 14:27:46 -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:23 Makefile 14:27:46 -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:23 README.md 14:27:46 -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:23 SECURITY.md 14:27:46 -rw-rw-r-- 1 1001 1001 5 Mar 3 14:24 VERSION 14:27:46 -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:23 ZMQWindows.md 14:27:46 drwxrwxr-x 2 1001 1001 117 Mar 3 14:23 bin 14:27:46 drwxrwxr-x 14 1001 1001 4096 Mar 3 14:23 cmd 14:27:46 -rw-r--r-- 1 root root 602988 Mar 3 14:27 coverage.out 14:27:46 -rw-r--r-- 1 root root 1055 Mar 3 14:27 go.mod 14:27:46 -rw-r--r-- 1 root root 21927 Mar 3 14:27 go.sum 14:27:46 drwxrwxr-x 8 1001 1001 127 Mar 3 14:23 internal 14:27:46 drwxrwxr-x 4 1001 1001 26 Mar 3 14:23 openapi 14:27:46 drwxrwxr-x 4 1001 1001 71 Mar 3 14:23 snap 14:27:46 -rw-rw-r-- 1 1001 1001 168 Mar 3 14:23 version.go [Pipeline] sh 14:27:46 + '[' -e coverage.out ] 14:27:46 + chown 1001:1001 coverage.out [Pipeline] stash 14:27:47 Stashed 1 file(s) [Pipeline] sh 14:27:47 + make build 14:27:47 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 14:27:52 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 14:27:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28386 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 14:27:56 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 14:28:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:28:01 using credential edgex-jenkins-ssh 14:28:01 Cloning the remote Git repository 14:28:02 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 14:28:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:28:02 > git init /w/workspace/edgex-go/4 # timeout=10 14:28:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:28:02 > git --version # timeout=10 14:28:02 > git --version # 'git version 2.17.1' 14:28:02 using GIT_SSH to set credentials SSH Credentials for GitHub 14:28:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:28:04 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 14:28:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:28:06 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 14:28:08 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 14:28:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:28:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:28:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:28:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:28:14 $ docker stop --time=1 6412bb032b5b114a31a2a7b0dd3fbfc9512a7fa82656d1830e915ac987f608fd 14:28:16 $ docker rm -f 6412bb032b5b114a31a2a7b0dd3fbfc9512a7fa82656d1830e915ac987f608fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:28:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:28:18 14:28:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:28:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:28:19 latest: Pulling from edgex-devops/edgex-compose 14:28:19 cbdbe7a5bc2a: Pulling fs layer 14:28:19 ca9280d653b3: Pulling fs layer 14:28:19 7e9c9ca2126c: Pulling fs layer 14:28:19 cbdbe7a5bc2a: Download complete 14:28:19 cbdbe7a5bc2a: Pull complete 14:28:20 ca9280d653b3: Verifying Checksum 14:28:20 ca9280d653b3: Download complete 14:28:20 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 444c519ff7b00696b1cd03a7138ac670626b7eaa 14:28:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:28:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:28:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:28:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:28:19 using GIT_SSH to set credentials SSH Credentials for GitHub 14:28:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:28:20 > git config core.sparsecheckout # timeout=10 14:28:20 > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 14:28:20 > git remote # timeout=10 14:28:20 > git config --get remote.origin.url # timeout=10 14:28:20 using GIT_SSH to set credentials SSH Credentials for GitHub 14:28:21 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 14:28:21 Merge succeeded, producing 444c519ff7b00696b1cd03a7138ac670626b7eaa 14:28:21 Checking out Revision 444c519ff7b00696b1cd03a7138ac670626b7eaa (PR-3208) 14:28:21 ca9280d653b3: Pull complete 14:28:21 7e9c9ca2126c: Verifying Checksum 14:28:21 7e9c9ca2126c: Download complete 14:28:21 > git rev-parse HEAD^{commit} # timeout=10 14:28:21 > git config core.sparsecheckout # timeout=10 14:28:21 > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 14:28:25 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:28:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:28:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:28:28 + true 14:28:28 + sudo service docker restart 14:28:28 7e9c9ca2126c: Pull complete 14:28:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:28:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:28:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:28:28 prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container 14:28:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:28:31 $ docker top 1279c5d2ac118597703908a566a23890ab2943bcb7f5e43485d8a8f3720eefd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 14:28:32 provisioning config files... 14:28:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8422208855606796118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:28:32 + docker-compose build --help 14:28:32 + grep parallel 14:28:32 ---> docker-login.sh 14:28:32 nexus3.edgexfoundry.org:10001 14:28:33 --parallel Build images in parallel. [Pipeline] } 14:28:33 $ docker stop --time=1 1279c5d2ac118597703908a566a23890ab2943bcb7f5e43485d8a8f3720eefd4 14:28:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:33 Configure a credential helper to remove this warning. See 14:28:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:33 14:28:33 Login Succeeded 14:28:33 nexus3.edgexfoundry.org:10002 14:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:34 Configure a credential helper to remove this warning. See 14:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:34 14:28:34 Login Succeeded 14:28:34 nexus3.edgexfoundry.org:10003 14:28:34 $ docker rm -f 1279c5d2ac118597703908a566a23890ab2943bcb7f5e43485d8a8f3720eefd4 14:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile 14:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:34 Configure a credential helper to remove this warning. See 14:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:34 14:28:34 Login Succeeded 14:28:34 nexus3.edgexfoundry.org:10004 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:28:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:28:35 . [Pipeline] withDockerContainer 14:28:35 prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container 14:28:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:35 Configure a credential helper to remove this warning. See 14:28:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:35 14:28:35 Login Succeeded 14:28:35 docker.io 14:28:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:28:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:36 Configure a credential helper to remove this warning. See 14:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:36 14:28:36 Login Succeeded 14:28:36 ---> docker-login.sh ends 14:28:36 $ docker top 732eba1189dc33cf54aeefa2a56e22c3f740899576e91743c33febd415ffa9af -eo pid,comm [Pipeline] { [Pipeline] } 14:28:36 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 14:28:37 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo 14:28:37 ========================================================= 14:28:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:28:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:28:37 + 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 . 14:28:38 Building docker-core-command-go ... 14:28:38 Building docker-core-data-go ... 14:28:38 Building docker-core-metadata-go ... 14:28:38 Building docker-security-bootstrapper-go ... 14:28:38 Building docker-security-proxy-setup-go ... 14:28:38 Building docker-security-secretstore-setup-go ... 14:28:38 Building docker-support-notifications-go ... 14:28:38 Building docker-support-scheduler-go ... 14:28:38 Building docker-sys-mgmt-agent-go ... 14:28:38 Building docker-core-data-go 14:28:38 Building docker-security-bootstrapper-go 14:28:38 Building docker-support-scheduler-go 14:28:38 Building docker-support-notifications-go 14:28:38 Building docker-sys-mgmt-agent-go 14:28:40 Sending build context to Docker daemon 166.5MB 14:28:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:28:40 Step 2/6 : FROM ${BASE} 14:28:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:28:40 5f621e34cdf4: Pulling fs layer 14:28:40 a4357932f1b6: Pulling fs layer 14:28:40 18c013af1878: Pulling fs layer 14:28:40 00ac8860ef70: Pulling fs layer 14:28:40 63d7cb157983: Pulling fs layer 14:28:40 b116817d02f9: Pulling fs layer 14:28:40 745a02a5169b: Pulling fs layer 14:28:40 00ac8860ef70: Waiting 14:28:40 b116817d02f9: Waiting 14:28:40 745a02a5169b: Waiting 14:28:40 63d7cb157983: Waiting 14:28:40 18c013af1878: Verifying Checksum 14:28:40 18c013af1878: Download complete 14:28:40 a4357932f1b6: Download complete 14:28:40 63d7cb157983: Verifying Checksum 14:28:40 63d7cb157983: Download complete 14:28:40 b116817d02f9: Verifying Checksum 14:28:40 b116817d02f9: Download complete 14:28:40 5f621e34cdf4: Verifying Checksum 14:28:40 5f621e34cdf4: Download complete 14:28:40 5f621e34cdf4: Pull complete 14:28:41 a4357932f1b6: Pull complete 14:28:41 18c013af1878: Pull complete 14:28:42 745a02a5169b: Verifying Checksum 14:28:42 745a02a5169b: Download complete 14:28:43 00ac8860ef70: Download complete 14:28:53 00ac8860ef70: Pull complete 14:28:54 63d7cb157983: Pull complete 14:28:54 b116817d02f9: Pull complete 14:28:58 745a02a5169b: Pull complete 14:28:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:28:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:28:58 ---> b7e6874047d6 14:28:58 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 14:29:01 ---> Running in 35cc4144e378 14:29:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:04 (1/12) Installing libmagic (5.38-r0) 14:29:04 (2/12) Installing file (5.38-r0) 14:29:04 (3/12) Installing libc-dev (0.7.2-r3) 14:29:04 (4/12) Installing g++ (9.3.0-r2) 14:29:08 (5/12) Installing fortify-headers (1.1-r0) 14:29:08 (6/12) Installing patch (2.7.6-r6) 14:29:08 (7/12) Installing build-base (0.5-r2) 14:29:08 (8/12) Installing libsodium (1.0.18-r0) 14:29:08 (9/12) Installing pkgconf (1.7.2-r0) 14:29:08 (10/12) Installing libsodium-dev (1.0.18-r0) 14:29:08 (11/12) Installing libzmq (4.3.3-r0) 14:29:09 (12/12) Installing zeromq-dev (4.3.3-r0) 14:29:09 Executing busybox-1.31.1-r19.trigger 14:29:09 OK: 217 MiB in 51 packages 14:29:13 Removing intermediate container 35cc4144e378 14:29:13 ---> 9e5430e0b1e8 14:29:13 Step 4/6 : WORKDIR /edgex-go 14:29:13 ---> Running in 128e6ff5c833 14:29:13 Removing intermediate container 128e6ff5c833 14:29:13 ---> a99c8c2a4311 14:29:13 Step 5/6 : COPY go.mod . 14:29:14 ---> a2887d061222 14:29:14 Step 6/6 : RUN go mod download 14:29:14 ---> Running in d783421e4546 14:29:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:29:17 ---> 7c464130dddd 14:29:17 Step 3/22 : WORKDIR /edgex-go 14:29:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:29:17 ---> 7c464130dddd 14:29:17 Step 3/26 : WORKDIR /edgex-go 14:29:17 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:17 Step 2/30 : FROM ${BUILDER_BASE} AS builder 14:29:17 ---> 7c464130dddd 14:29:17 Step 3/30 : WORKDIR /edgex-go 14:29:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:29:17 ---> 7c464130dddd 14:29:17 Step 3/23 : WORKDIR /edgex-go 14:29:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:29:17 ---> 7c464130dddd 14:29:17 Step 3/22 : WORKDIR /edgex-go 14:29:17 ---> Running in 4b71924e20d0 14:29:17 ---> Running in 605572c0159d 14:29:17 ---> Running in 05f4d1b6f565 14:29:17 ---> Running in 184525011a0f 14:29:17 ---> Running in 03484d144fb6 14:29:17 Removing intermediate container 03484d144fb6 14:29:17 ---> 6bba332e4bc6 14:29:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:17 Removing intermediate container 05f4d1b6f565 14:29:17 ---> 2b2045258dba 14:29:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:17 Removing intermediate container 4b71924e20d0 14:29:17 ---> 32ffef68abae 14:29:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:17 Removing intermediate container 605572c0159d 14:29:17 ---> 670a2ca9d6c3 14:29:17 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:17 Removing intermediate container 184525011a0f 14:29:17 ---> ef959e14cb1c 14:29:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:17 ---> Running in 620789ae4c24 14:29:17 ---> Running in 60670fc53e20 14:29:17 ---> Running in 46462604a419 14:29:17 ---> Running in 44b674339e46 14:29:17 ---> Running in b869bffdfab5 14:29:17 Removing intermediate container 620789ae4c24 14:29:17 ---> 9eaadccc2e20 14:29:17 Step 5/22 : RUN apk add --update --no-cache make git 14:29:17 Removing intermediate container 46462604a419 14:29:17 ---> e1a83d36fc23 14:29:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:29:17 ---> Running in f2b2b0154075 14:29:17 Removing intermediate container 60670fc53e20 14:29:17 ---> b0e539529972 14:29:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:29:17 Removing intermediate container 44b674339e46 14:29:17 ---> 35b2a3a4270b 14:29:17 Step 5/30 : RUN apk add --update --no-cache make git 14:29:17 ---> Running in 57ad271e41fc 14:29:17 ---> Running in a6f247a1bb09 14:29:17 ---> Running in 9fb598763f44 14:29:17 Removing intermediate container b869bffdfab5 14:29:17 ---> d2d4cdc30d3d 14:29:17 Step 5/26 : RUN apk add --update --no-cache make bash git 14:29:17 ---> Running in 48de2e218b17 14:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:19 OK: 233 MiB in 51 packages 14:29:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:19 OK: 233 MiB in 51 packages 14:29:19 OK: 233 MiB in 51 packages 14:29:19 OK: 233 MiB in 51 packages 14:29:19 OK: 233 MiB in 51 packages 14:29:20 Removing intermediate container 57ad271e41fc 14:29:20 ---> fca4a55b8f10 14:29:20 Step 6/22 : COPY go.mod . 14:29:20 Removing intermediate container f2b2b0154075 14:29:20 ---> bec8b349745a 14:29:20 Step 6/22 : COPY go.mod . 14:29:20 Removing intermediate container a6f247a1bb09 14:29:20 ---> a8066032abd8 14:29:20 Step 6/23 : COPY go.mod . 14:29:20 ---> 7e2ff0b2c223 14:29:20 Step 7/22 : RUN go mod download 14:29:21 ---> b28f14bac953 14:29:21 Step 7/22 : RUN go mod download 14:29:21 ---> Running in 8281b9b6ace3 14:29:21 Removing intermediate container 9fb598763f44 14:29:21 ---> b80cd809ebdb 14:29:21 Step 6/30 : COPY go.mod . 14:29:21 Removing intermediate container 48de2e218b17 14:29:21 ---> d26860fcc65f 14:29:21 Step 6/26 : COPY go.mod . 14:29:21 ---> Running in 739e9926af40 14:29:21 ---> f86b4469d708 14:29:21 Step 7/23 : RUN go mod download 14:29:21 ---> Running in d5dd453bc179 14:29:21 ---> 36d76f1704eb 14:29:21 Step 7/30 : RUN go mod download 14:29:21 ---> d6b580674759 14:29:21 Step 7/26 : RUN go mod download 14:29:22 ---> Running in bbad3f027a4d 14:29:22 ---> Running in c2ca8c19ed45 14:29:24 Removing intermediate container 8281b9b6ace3 14:29:24 ---> 268daebb9afb 14:29:24 Step 8/22 : COPY . . 14:29:24 Removing intermediate container c2ca8c19ed45 14:29:24 ---> 50be5dfcff75 14:29:24 Step 8/26 : COPY . . 14:29:24 Removing intermediate container d5dd453bc179 14:29:24 ---> 96ae9a0e8871 14:29:24 Step 8/23 : COPY . . 14:29:24 Removing intermediate container bbad3f027a4d 14:29:24 ---> 58a73f028544 14:29:24 Step 8/30 : COPY . . 14:29:28 Removing intermediate container 739e9926af40 14:29:28 ---> 3e6147bf8baf 14:29:28 Step 8/22 : COPY . . 14:29:46 Removing intermediate container d783421e4546 14:29:46 ---> 38866a60de44 14:29:46 Successfully built 38866a60de44 14:29:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:29:47 + docker inspect -f . ci-base-image-arm64 14:29:47 . [Pipeline] withDockerContainer 14:29:47 prd-ubuntu18.04-docker-arm64-4c-16g-28386 does not seem to be running inside a container 14:29:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:29:48 $ docker top 46a085c203cc0b1acfaca1e655c3d1ebd6bb4a900412b0ab8eb86d71bb71e6da -eo pid,comm [Pipeline] { [Pipeline] sh 14:29:49 + go version 14:29:49 go version go1.15.5 linux/arm64 [Pipeline] } 14:29:49 $ docker stop --time=1 46a085c203cc0b1acfaca1e655c3d1ebd6bb4a900412b0ab8eb86d71bb71e6da 14:29:51 $ docker rm -f 46a085c203cc0b1acfaca1e655c3d1ebd6bb4a900412b0ab8eb86d71bb71e6da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:29:52 + docker inspect -f . ci-base-image-arm64 14:29:52 . [Pipeline] withDockerContainer 14:29:53 prd-ubuntu18.04-docker-arm64-4c-16g-28386 does not seem to be running inside a container 14:29:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:29:54 $ docker top 43ea7870ca5dfd731aa59c1619bcc599273054a4be8021cefc70cac6a0fe9b46 -eo pid,comm [Pipeline] { [Pipeline] echo 14:29:55 ========================================================= 14:29:55 [edgeXBuildGoParallel] Running Tests and Build... 14:29:55 ========================================================= [Pipeline] sh 14:29:55 + make test 14:29:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:30:01 ---> c27d130e6da5 14:30:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:30:01 ---> b633767c3255 14:30:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:30:01 ---> fdfd67a26207 14:30:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:30:01 ---> Running in c5fdad54426d 14:30:01 ---> Running in 7c2fbc11951b 14:30:01 ---> Running in 5da9246c32de 14:30:01 ---> 862476428048 14:30:01 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:30:01 ---> 78994e462212 14:30:01 Step 9/23 : RUN make cmd/core-data/core-data 14:30:01 ---> Running in 1bcda309faf2 14:30:01 ---> Running in 470dd7d415b8 14:30:02 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 14:30:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:30:02 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 14:30:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:30:03 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 14:30:17 ? github.com/edgexfoundry/edgex-go [no test files] 14:30:50 Removing intermediate container 1bcda309faf2 14:30:50 ---> 898078e6a7d0 14:30:50 14:30:50 Step 10/30 : FROM alpine:3.12 14:30:50 Removing intermediate container 5da9246c32de 14:30:50 ---> 8201ff981b95 14:30:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:30:50 3.12: Pulling from library/alpine 14:30:50 ---> Running in 45bc692bcd09 14:30:50 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:30:50 Status: Downloaded newer image for alpine:3.12 14:30:50 ---> 88dd2752d2ea 14:30:50 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:30:50 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 14:30:50 ---> Running in f3dc1983498b 14:30:50 Removing intermediate container 7c2fbc11951b 14:30:50 ---> 971cde373567 14:30:50 14:30:50 Step 10/22 : FROM alpine:3.12 14:30:50 ---> 88dd2752d2ea 14:30:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:30:50 Removing intermediate container f3dc1983498b 14:30:50 ---> 2a11f744cea0 14:30:50 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 14:30:50 Removing intermediate container c5fdad54426d 14:30:50 ---> 45a1cf367a4a 14:30:50 14:30:50 Step 10/22 : FROM alpine:3.12 14:30:50 ---> 88dd2752d2ea 14:30:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:30:50 ---> Running in 64e1d87534bd 14:30:50 ---> Running in c4ac6921ab58 14:30:50 ---> Running in dc7584969882 14:30:50 Removing intermediate container 45bc692bcd09 14:30:50 ---> ff97bb6b7e14 14:30:50 14:30:50 Step 11/26 : FROM docker:20.10.0 14:30:50 20.10.0: Pulling from library/docker 14:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:30:51 (1/2) Installing ca-certificates (20191127-r4) 14:30:51 (1/2) Installing dumb-init (1.2.2-r1) 14:30:51 (2/2) Installing su-exec (0.2-r1) 14:30:51 Executing busybox-1.31.1-r19.trigger 14:30:51 (2/2) Installing dumb-init (1.2.2-r1) 14:30:51 Executing busybox-1.31.1-r19.trigger 14:30:51 Executing ca-certificates-20191127-r4.trigger 14:30:51 OK: 6 MiB in 16 packages 14:30:51 OK: 6 MiB in 16 packages 14:30:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:30:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:30:51 (1/1) Installing dumb-init (1.2.2-r1) 14:30:51 Executing busybox-1.31.1-r19.trigger 14:30:51 OK: 6 MiB in 15 packages 14:30:54 Removing intermediate container 470dd7d415b8 14:30:54 ---> df20b87a330b 14:30:54 14:30:54 Step 10/23 : FROM alpine:3.12 14:30:54 ---> 88dd2752d2ea 14:30:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:30:54 ---> Running in 56a5f80fe6b7 14:30:54 Removing intermediate container c4ac6921ab58 14:30:54 ---> 705f055d3be2 14:30:54 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 14:30:54 Removing intermediate container 56a5f80fe6b7 14:30:54 ---> 5ae7b9d30e90 14:30:54 Step 12/23 : ENV APP_PORT=48080 14:30:54 ---> Running in 51ffaaac1138 14:30:54 ---> Running in d91e4b911f44 14:30:54 Removing intermediate container dc7584969882 14:30:54 ---> e28fcfcff7b2 14:30:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:30:54 Removing intermediate container 64e1d87534bd 14:30:54 ---> 718802bdc3df 14:30:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:30:54 ---> Running in e0c42f944886 14:30:55 Removing intermediate container d91e4b911f44 14:30:55 ---> 7e65ef87d0b8 14:30:55 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:30:55 Removing intermediate container 51ffaaac1138 14:30:55 ---> cfaf922759ed 14:30:55 Step 13/23 : EXPOSE $APP_PORT 14:30:55 ---> Running in 1ef1d3df5da7 14:30:55 ---> Running in 166aa03251fe 14:30:55 ---> Running in 0fccfd54d905 14:30:55 Removing intermediate container e0c42f944886 14:30:55 ---> f21dbed9c040 14:30:55 Step 13/22 : ENV APP_PORT=48085 14:30:55 Removing intermediate container 1ef1d3df5da7 14:30:55 ---> b4a71d6c7eef 14:30:55 Step 13/22 : ENV APP_PORT=48060 14:30:55 ---> Running in 154de3a144e6 14:30:55 ---> Running in d4a37c894a6f 14:30:55 Removing intermediate container 0fccfd54d905 14:30:55 ---> 4271d1d733ff 14:30:55 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:30:55 Removing intermediate container 166aa03251fe 14:30:55 ---> 5603069ee1e8 14:30:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:56 ---> Running in 920c1fad2928 14:30:56 Removing intermediate container 154de3a144e6 14:30:56 ---> d15c6c8104f0 14:30:56 Step 14/22 : EXPOSE $APP_PORT 14:30:56 ---> Running in aed5e98647a1 14:30:56 Removing intermediate container d4a37c894a6f 14:30:56 ---> a91800df4493 14:30:56 Step 14/22 : EXPOSE $APP_PORT 14:30:56 ---> Running in 489b46c89203 14:30:56 ---> Running in 6e24b2c01589 14:30:57 Removing intermediate container 489b46c89203 14:30:57 ---> daab9bf3403e 14:30:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:30:57 Removing intermediate container 6e24b2c01589 14:30:57 ---> 5f3cc14960a8 14:30:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:30:58 ---> 6240082d89c1 14:30:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:30:58 ---> b581e15ee2b1 14:30:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:30:58 Removing intermediate container 920c1fad2928 14:30:58 ---> c14c6f10ca60 14:30:58 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 14:30:58 ---> Running in 5a10caa904ec 14:30:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:30:58 Status: Downloaded newer image for docker:20.10.0 14:30:58 ---> aefe523efa57 14:30:58 Step 12/26 : RUN apk add --no-cache bash 14:30:58 ---> Running in 5c95288da939 14:30:58 ---> bb98497698b2 14:30:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:30:58 ---> 91d458a4ad41 14:30:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:30:59 Removing intermediate container 5a10caa904ec 14:30:59 ---> 095adf3cae0a 14:30:59 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:30:59 Removing intermediate container aed5e98647a1 14:30:59 ---> 3a0f39deb3c5 14:30:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:30:59 ---> Running in 5bc9374049fd 14:30:59 ---> 4b3eb509b64e 14:30:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:30:59 ---> f18f95ba1683 14:30:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:30:59 ---> cdcac41281fd 14:30:59 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:30:59 ---> Running in c817699fded1 14:30:59 ---> Running in 070e0e78f1d8 14:30:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:00 ---> Running in a4192e087592 14:31:00 Removing intermediate container c817699fded1 14:31:00 ---> f34ec153936a 14:31:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:31:00 (1/2) Installing readline (8.0.4-r0) 14:31:00 (2/2) Installing bash (5.0.17-r0) 14:31:00 Executing bash-5.0.17-r0.post-install 14:31:00 Executing busybox-1.31.1-r19.trigger 14:31:00 OK: 12 MiB in 22 packages 14:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:00 ---> Running in c1093c7e1685 14:31:00 Removing intermediate container 070e0e78f1d8 14:31:00 ---> 4dfb3fe54cc1 14:31:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:31:00 ---> Running in e774c3274547 14:31:01 Removing intermediate container c1093c7e1685 14:31:01 ---> c3310bbfe45a 14:31:01 Step 20/22 : LABEL arch=x86_64 14:31:01 ---> Running in 18e78d083aea 14:31:01 Removing intermediate container e774c3274547 14:31:01 ---> 1a93b30983c1 14:31:01 Step 20/22 : LABEL arch=x86_64 14:31:01 Removing intermediate container 5c95288da939 14:31:01 ---> 5bef4de66e70 14:31:01 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:01 ---> Running in bdeb3d0dac83 14:31:01 ---> Running in 03b7e2e53a88 14:31:01 Removing intermediate container 18e78d083aea 14:31:01 ---> b037624f3091 14:31:01 Step 21/22 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:31:01 ---> Running in f7c84d441010 14:31:02 Removing intermediate container bdeb3d0dac83 14:31:02 ---> f6195b6410e7 14:31:02 Step 21/22 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:31:02 (1/6) Installing dumb-init (1.2.2-r1) 14:31:02 Removing intermediate container 03b7e2e53a88 14:31:02 ---> 5876d037757f 14:31:02 Step 14/26 : ENV APP_PORT=48090 14:31:02 (2/6) Installing libgcc (9.3.0-r2) 14:31:02 ---> Running in 19a03a7e5b71 14:31:02 (3/6) Installing libsodium (1.0.18-r0) 14:31:02 ---> Running in 921a7b6070e2 14:31:02 Removing intermediate container a4192e087592 14:31:02 ---> 7cb0d746ae28 14:31:02 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:02 Removing intermediate container f7c84d441010 14:31:02 ---> cbe59b781540 14:31:02 Step 22/22 : LABEL version=0.0.0 14:31:02 (4/6) Installing libstdc++ (9.3.0-r2) 14:31:02 Removing intermediate container 19a03a7e5b71 14:31:02 ---> 9148ab33ae57 14:31:02 Step 22/22 : LABEL version=0.0.0 14:31:02 ---> Running in a8b42ef43391 14:31:02 Removing intermediate container 921a7b6070e2 14:31:02 ---> 11fa79cf34f9 14:31:02 Step 15/26 : EXPOSE $APP_PORT 14:31:02 ---> 16e22c8204db 14:31:02 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:31:02 ---> Running in 0dd101d856c6 14:31:02 (5/6) Installing libzmq (4.3.3-r0) 14:31:02 ---> Running in 2b0432ba4a3d 14:31:02 Removing intermediate container a8b42ef43391 14:31:02 ---> 74e059c0da8c 14:31:02 14:31:03 (6/6) Installing zeromq (4.3.3-r0) 14:31:03 Removing intermediate container 0dd101d856c6 14:31:03 ---> f007b0c5ba00 14:31:03 14:31:03 Executing busybox-1.31.1-r19.trigger 14:31:03 OK: 8 MiB in 20 packages 14:31:03 Successfully built 74e059c0da8c 14:31:03 Successfully tagged docker-support-notifications-go:latest 14:31:03 Removing intermediate container 2b0432ba4a3d 14:31:03 ---> 59dedb53c256 14:31:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:31:03 Building docker-security-proxy-setup-go 14:31:03  Building docker-support-notifications-go ... done Successfully built f007b0c5ba00 14:31:03 Successfully tagged docker-support-scheduler-go:latest 14:31:03 Building docker-core-metadata-go 14:31:03  Building docker-support-scheduler-go ... done  ---> dae953b14662 14:31:03 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:31:04 ---> 67b3ac93037c 14:31:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:31:04 ---> c996905be185 14:31:04 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:31:04 Removing intermediate container 5bc9374049fd 14:31:04 ---> e667e471dda2 14:31:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:31:09 ---> cd9f63d213e1 14:31:09 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 14:31:09 ---> 6c16781d9cd2 14:31:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:31:09 ---> 675b74aef537 14:31:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:31:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:31:10 ---> Running in b5d4acde303c 14:31:11 ---> 6cb538a67a25 14:31:11 Step 19/26 : RUN apk --no-cache add py3-pip 14:31:11 ---> 5291f3edf87e 14:31:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:31:11 ---> Running in 4be3cfade53d 14:31:11 Removing intermediate container b5d4acde303c 14:31:11 ---> 367218d7473f 14:31:11 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:31:14 ---> cf2d30ecbdff 14:31:14 Step 25/30 : RUN chmod +x /entrypoint.sh 14:31:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:14 (1/33) Installing libbz2 (1.0.8-r1) 14:31:14 (2/33) Installing expat (2.2.9-r1) 14:31:14 (3/33) Installing libffi (3.3-r2) 14:31:14 (4/33) Installing gdbm (1.13-r1) 14:31:14 ---> 06d349a34e1a 14:31:14 Step 19/23 : ENTRYPOINT ["/core-data"] 14:31:14 (5/33) Installing xz-libs (5.2.5-r0) 14:31:14 (6/33) Installing sqlite-libs (3.32.1-r0) 14:31:14 (7/33) Installing python3 (3.8.5-r1) 14:31:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:31:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:31:18 ---> Running in 28c7fb5285ab 14:31:18 ---> Running in 158bed0189e8 14:31:21 (8/33) Installing py3-appdirs (1.4.4-r1) 14:31:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:31:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:31:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:31:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:31:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:31:21 (10/33) Installing py3-parsing (2.4.7-r0) 14:31:21 (11/33) Installing py3-six (1.15.0-r0) 14:31:22 (12/33) Installing py3-packaging (20.4-r0) 14:31:22 (13/33) Installing py3-setuptools (47.0.0-r0) 14:31:22 Removing intermediate container 158bed0189e8 14:31:22 ---> f3d7f76aee28 14:31:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:31:22 (14/33) Installing py3-chardet (3.0.4-r4) 14:31:22 (15/33) Installing py3-idna (2.9-r0) 14:31:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:31:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:31:23 (18/33) Installing py3-requests (2.23.0-r0) 14:31:23 (19/33) Installing py3-msgpack (1.0.0-r0) 14:31:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:31:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:31:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:31:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:31:23 ---> 7c464130dddd 14:31:23 Step 3/23 : WORKDIR /edgex-go 14:31:23 ---> 7c464130dddd 14:31:23 Step 3/21 : WORKDIR /edgex-go 14:31:23 ---> Using cache 14:31:23 ---> ef959e14cb1c 14:31:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:31:23 ---> Using cache 14:31:23 ---> ef959e14cb1c 14:31:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:31:24 ---> Using cache 14:31:24 ---> d2d4cdc30d3d 14:31:24 Step 5/21 : RUN apk add --update --no-cache make git 14:31:24 ---> Using cache 14:31:24 ---> d2d4cdc30d3d 14:31:24 Step 5/23 : RUN apk add --update --no-cache make git 14:31:24 (20/33) Installing py3-lockfile (0.12.2-r3) 14:31:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:31:25 ---> Running in eafee41d1345 14:31:25 (22/33) Installing py3-colorama (0.4.3-r0) 14:31:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:31:25 (23/33) Installing py3-distlib (0.3.0-r0) 14:31:25 (24/33) Installing py3-distro (1.5.0-r1) 14:31:25 ---> Running in f80d6c8a5e4a 14:31:25 ---> Running in 9a7dc235bb13 14:31:25 (25/33) Installing py3-webencodings (0.5.1-r3) 14:31:25 (26/33) Installing py3-html5lib (1.0.1-r4) 14:31:25 (27/33) Installing py3-pytoml (0.1.21-r0) 14:31:25 (28/33) Installing py3-pep517 (0.8.2-r0) 14:31:25 (29/33) Installing py3-progress (1.5-r0) 14:31:25 (30/33) Installing py3-toml (0.10.1-r0) 14:31:25 (31/33) Installing py3-retrying (1.3.3-r0) 14:31:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:31:25 (33/33) Installing py3-pip (20.1.1-r0) 14:31:25 Removing intermediate container eafee41d1345 14:31:25 ---> 7ca41759a052 14:31:25 Step 21/23 : LABEL arch=x86_64 14:31:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:31:26 Executing busybox-1.31.1-r19.trigger 14:31:26 OK: 71 MiB in 55 packages 14:31:26 ---> Running in d318c4ad3ce6 14:31:27 Removing intermediate container 28c7fb5285ab 14:31:27 ---> a5441a6b970d 14:31:27 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 14:31:27 Removing intermediate container d318c4ad3ce6 14:31:27 ---> 29a3ffac62f3 14:31:27 Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:31:27 ---> Running in 2ee382f3b1f5 14:31:27 ---> Running in 66e21556079a 14:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:27 Removing intermediate container 2ee382f3b1f5 14:31:27 ---> 424769973c36 14:31:27 Step 23/23 : LABEL version=0.0.0 14:31:27 Removing intermediate container 66e21556079a 14:31:27 ---> 658fa449ab3e 14:31:27 Step 27/30 : CMD ["gate"] 14:31:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:28 ---> Running in 4d36da708a60 14:31:28 ---> Running in 781389ff2e6c 14:31:29 OK: 233 MiB in 51 packages 14:31:29 Removing intermediate container 4d36da708a60 14:31:29 ---> 9e6fa018ab7f 14:31:29 14:31:29 OK: 233 MiB in 51 packages 14:31:29 Successfully built 9e6fa018ab7f 14:31:29 Successfully tagged docker-core-data-go:latest 14:31:29  Building docker-core-data-go ... done Building docker-core-command-go 14:31:29 Removing intermediate container 781389ff2e6c 14:31:29 ---> 8d6a15bbaade 14:31:29 Step 28/30 : LABEL arch=x86_64 14:31:32 ---> Running in 4aec05a3601c 14:31:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:31:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:31:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:31:37 Removing intermediate container 4aec05a3601c 14:31:37 ---> bfdbc6cbdbc6 14:31:37 Step 29/30 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:31:37 Removing intermediate container f80d6c8a5e4a 14:31:37 ---> 54a87977bb16 14:31:37 Step 6/23 : COPY go.mod . 14:31:39 Removing intermediate container 9a7dc235bb13 14:31:39 ---> d060afee0b4b 14:31:39 Step 6/21 : COPY go.mod . 14:31:39 ---> 13068f2ba0e6 14:31:39 Step 7/23 : RUN go mod download 14:31:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 45.9% of statements 14:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:31:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.269s coverage: 100.0% of statements 14:31:40 ---> Running in 730c454c691e 14:31:40 Removing intermediate container 4be3cfade53d 14:31:40 ---> 0ee58634bde6 14:31:40 Step 20/26 : RUN pip install docker-compose==1.23.2 14:31:42 ---> 1af5becd4a1a 14:31:42 Step 7/21 : RUN go mod download 14:31:43 Removing intermediate container 730c454c691e 14:31:43 ---> 10c18e40c056 14:31:43 Step 30/30 : LABEL version=0.0.0 14:31:43 ---> Running in 65125bc6455d 14:31:44 ---> Running in 634bae2b0f80 14:31:44 ---> Running in 31dfcbd8b5a3 14:31:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:31:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:31:44 ---> 7c464130dddd 14:31:44 Step 3/23 : WORKDIR /edgex-go 14:31:44 ---> Using cache 14:31:44 ---> ef959e14cb1c 14:31:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:31:44 ---> Using cache 14:31:44 ---> d2d4cdc30d3d 14:31:44 Step 5/23 : RUN apk add --update --no-cache make git 14:31:44 ---> Using cache 14:31:44 ---> d060afee0b4b 14:31:44 Step 6/23 : COPY go.mod . 14:31:44 ---> Using cache 14:31:44 ---> 1af5becd4a1a 14:31:44 Step 7/23 : RUN go mod download 14:31:45 ---> Running in a9c607fb8a97 14:31:45 ---> Running in 561963bb670a 14:31:45 Removing intermediate container a9c607fb8a97 14:31:45 ---> b083a4e24a2a 14:31:45 14:31:46 Successfully built b083a4e24a2a 14:31:46 Successfully tagged docker-security-bootstrapper-go:latest 14:31:46  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go 14:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.604s coverage: 27.1% of statements 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.328s coverage: 66.2% of statements 14:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:31:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.4% of statements 14:31:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:31:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:31:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:31:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:31:50 Removing intermediate container 65125bc6455d 14:31:50 ---> 5417b35be4f0 14:31:50 Step 8/23 : COPY . . 14:31:50 Removing intermediate container 561963bb670a 14:31:50 ---> a88adc6859b0 14:31:50 Step 8/23 : COPY . . 14:31:50 Removing intermediate container 634bae2b0f80 14:31:50 ---> 1391bd6b874d 14:31:50 Step 8/21 : COPY . . 14:31:53 Collecting docker-compose==1.23.2 14:31:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:31:54 Collecting texttable<0.10,>=0.9.0 14:31:54 Downloading texttable-0.9.1.tar.gz (11 kB) 14:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.184s coverage: 28.6% of statements 14:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements 14:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 14:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.332s coverage: 86.7% of statements 14:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:31:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements 14:31:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:31:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.125s coverage: 78.3% of statements 14:31:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:31:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:31:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:31:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:32:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:32:01 Collecting docker<4.0,>=3.6.0 14:32:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:32:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:32:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.295s coverage: 92.8% of statements 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:32:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:32:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 45.5% of statements 14:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements 14:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 14:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements 14:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 14:32:08 Collecting cached-property<2,>=1.2.0 14:32:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:32:09 Collecting dockerpty<0.5,>=0.4.1 14:32:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:32:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:32:11 ---> 7c464130dddd 14:32:11 Step 3/24 : WORKDIR /edgex-go 14:32:11 ---> Using cache 14:32:11 ---> ef959e14cb1c 14:32:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:11 ---> Using cache 14:32:11 ---> d2d4cdc30d3d 14:32:11 Step 5/24 : RUN apk add --update --no-cache make git 14:32:11 ---> Using cache 14:32:11 ---> d060afee0b4b 14:32:11 Step 6/24 : COPY go.mod . 14:32:11 ---> Using cache 14:32:11 ---> 1af5becd4a1a 14:32:11 Step 7/24 : RUN go mod download 14:32:11 ---> Using cache 14:32:11 ---> 1391bd6b874d 14:32:11 Step 8/24 : COPY . . 14:32:16 Collecting websocket-client<1.0,>=0.32.0 14:32:16 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:32:16 Collecting jsonschema<3,>=2.5.1 14:32:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:32:16 Collecting docopt<0.7,>=0.6.1 14:32:16 Downloading docopt-0.6.2.tar.gz (25 kB) 14:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements 14:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 14:32:23 Collecting PyYAML<4,>=3.10 14:32:23 Downloading PyYAML-3.13.tar.gz (270 kB) 14:32:25 Collecting docker-pycreds>=0.4.0 14:32:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:32:25 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) 14:32:25 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) 14:32:25 ---> ad014ef63004 14:32:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:32:25 ---> 1e2547889e9d 14:32:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:32:26 Collecting urllib3<1.25,>=1.21.1 14:32:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:32:28 Collecting idna<2.8,>=2.5 14:32:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:32:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:32:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:32:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:32:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:32:29 ---> ac6852e65d8b 14:32:29 Step 9/23 : RUN make cmd/core-command/core-command 14:32:29 Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, dockerpty, jsonschema, docopt, PyYAML, docker-compose 14:32:29 Running setup.py install for texttable: started 14:32:30 Running setup.py install for texttable: finished with status 'done' 14:32:31 ---> Running in 6fd8e61d4897 14:32:31 ---> Running in bbef98e41010 14:32:31 Attempting uninstall: urllib3 14:32:31 Found existing installation: urllib3 1.25.9 14:32:31 Uninstalling urllib3-1.25.9: 14:32:31 ---> Running in 7588af8c463d 14:32:31 Successfully uninstalled urllib3-1.25.9 14:32:32 Attempting uninstall: idna 14:32:32 Found existing installation: idna 2.9 14:32:32 Uninstalling idna-2.9: 14:32:33 Successfully uninstalled idna-2.9 14:32:33 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 14:32:33 Attempting uninstall: requests 14:32:33 Found existing installation: requests 2.23.0 14:32:33 Uninstalling requests-2.23.0: 14:32:33 Successfully uninstalled requests-2.23.0 14:32:33 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 14:32:34 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 14:32:34 Running setup.py install for dockerpty: started 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.157s coverage: 84.6% of statements 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.6% of statements 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.484s coverage: 62.4% of statements 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 14:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.805s coverage: 69.1% of statements 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.345s coverage: 38.4% of statements 14:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.106s coverage: 89.5% of statements 14:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:32:35 Running setup.py install for dockerpty: finished with status 'done' 14:32:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 14:32:36 Running setup.py install for docopt: started 14:32:36 ---> 25b1c0399b7d 14:32:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:32:37 ---> Running in e80eb464b6c5 14:32:37 Running setup.py install for docopt: finished with status 'done' 14:32:37 Running setup.py install for PyYAML: started 14:32:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:32:39 Running setup.py install for PyYAML: finished with status 'done' 14:32: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 14:32:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:32:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.178s coverage: 100.0% of statements 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:32:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:32:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.394s coverage: 88.5% of statements 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:32:44 Removing intermediate container 31dfcbd8b5a3 14:32:44 ---> 311f56fb7ec0 14:32:44 Step 21/26 : RUN apk --no-cache add curl 14:32:44 ---> Running in 27a8eb00e0d9 14:32:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:32:47 (2/3) Installing libcurl (7.69.1-r3) 14:32:47 (3/3) Installing curl (7.69.1-r3) 14:32:47 Executing busybox-1.31.1-r19.trigger 14:32:47 OK: 72 MiB in 58 packages 14:32:49 Removing intermediate container 27a8eb00e0d9 14:32:49 ---> fbf083b6556b 14:32:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:32:49 ---> Running in b0ffab3ba251 14:32:49 Removing intermediate container b0ffab3ba251 14:32:49 ---> e272897268ff 14:32:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:32:49 ---> Running in a8f755d3e9a3 14:32:49 Removing intermediate container a8f755d3e9a3 14:32:49 ---> 57ad5a516d8c 14:32:49 Step 24/26 : LABEL arch=x86_64 14:32:49 ---> Running in 7ea35291f806 14:32:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.085s coverage: 29.1% of statements 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:32:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:32:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:32:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.168s coverage: 94.3% of statements 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:32:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:32:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:32:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:32:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:32:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 14:32:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 14:32:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 14:32:50 Removing intermediate container 7ea35291f806 14:32:50 ---> 7e7eab6641a4 14:32:50 Step 25/26 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:32:50 ---> Running in 7d6c7ecf7223 14:32:51 Removing intermediate container 7d6c7ecf7223 14:32:51 ---> b8adb5482d12 14:32:51 Step 26/26 : LABEL version=0.0.0 14:32:51 ---> Running in e1ddd8c0710e 14:32:51 Removing intermediate container e1ddd8c0710e 14:32:51 ---> 33f68baeae5e 14:32:51 14:32:51 GO111MODULE=on go vet ./... 14:32:51 Successfully built 33f68baeae5e 14:32:51 Successfully tagged docker-sys-mgmt-agent-go:latest 14:33:01  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:33:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:33:12 Removing intermediate container bbef98e41010 14:33:12 ---> 5db013a6a4ec 14:33:12 14:33:12 Step 10/21 : FROM alpine:3.12 14:33:12 ---> 88dd2752d2ea 14:33:12 Step 11/21 : RUN apk add --update --no-cache curl 14:33:12 Removing intermediate container 7588af8c463d 14:33:12 ---> ffd224bb5152 14:33:12 14:33:12 Step 10/23 : FROM alpine:3.12 14:33:12 ---> 88dd2752d2ea 14:33:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:33:12 ---> Using cache 14:33:12 ---> e28fcfcff7b2 14:33:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:33:12 ---> Using cache 14:33:12 ---> f21dbed9c040 14:33:12 Step 13/23 : ENV APP_PORT=48082 14:33:12 ---> Running in 816ed73f815f 14:33:12 ---> Running in fda5ebec0d18 14:33:13 Removing intermediate container 816ed73f815f 14:33:13 ---> eea6978ace50 14:33:13 Step 14/23 : EXPOSE $APP_PORT 14:33:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:14 (1/4) Installing ca-certificates (20191127-r4) 14:33:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:33:14 (3/4) Installing libcurl (7.69.1-r3) 14:33:14 (4/4) Installing curl (7.69.1-r3) 14:33:14 Executing busybox-1.31.1-r19.trigger 14:33:14 Executing ca-certificates-20191127-r4.trigger 14:33:14 OK: 7 MiB in 18 packages 14:33:15 ---> Running in d269a672c5f1 14:33:15 Removing intermediate container e80eb464b6c5 14:33:15 ---> 73ca021786f2 14:33:15 14:33:15 Step 10/24 : FROM alpine:3.12 14:33:15 ---> 88dd2752d2ea 14:33:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:33:15 Removing intermediate container 6fd8e61d4897 14:33:15 ---> a5fa9ae9aa57 14:33:15 14:33:15 Step 10/23 : FROM alpine:3.12 14:33:15 ---> 88dd2752d2ea 14:33:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:33:15 ---> Using cache 14:33:15 ---> e28fcfcff7b2 14:33:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:33:15 ---> Using cache 14:33:15 ---> f21dbed9c040 14:33:15 Step 13/23 : ENV APP_PORT=48081 14:33:15 ---> Running in 34a4e803e6d2 14:33:15 ---> Running in 3b8f23055bab 14:33:15 Removing intermediate container d269a672c5f1 14:33:15 ---> 19d4c19cedaa 14:33:15 Step 15/23 : WORKDIR / 14:33:16 ---> Running in 5d61670167af 14:33:16 Removing intermediate container fda5ebec0d18 14:33:16 ---> c80cdb89f400 14:33:16 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:33:16 Removing intermediate container 3b8f23055bab 14:33:16 ---> f31efa218fba 14:33:16 Step 14/23 : EXPOSE $APP_PORT 14:33:16 ---> Running in c3c6ba1eecd9 14:33:16 ---> Running in c47d45b34dee 14:33:16 Removing intermediate container 5d61670167af 14:33:16 ---> b7179c0a4f34 14:33:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:33:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:17 (1/5) Installing ca-certificates (20191127-r4) 14:33:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:33:17 (3/5) Installing libcurl (7.69.1-r3) 14:33:17 (4/5) Installing curl (7.69.1-r3) 14:33:17 (5/5) Installing dumb-init (1.2.2-r1) 14:33:17 Executing busybox-1.31.1-r19.trigger 14:33:17 Removing intermediate container c3c6ba1eecd9 14:33:17 ---> e6608dded39c 14:33:17 Step 13/21 : WORKDIR /edgex 14:33:17 Executing ca-certificates-20191127-r4.trigger 14:33:18 OK: 7 MiB in 19 packages 14:33:18 Removing intermediate container c47d45b34dee 14:33:18 ---> f1cbc2fec9ba 14:33:18 Step 15/23 : WORKDIR / 14:33:18 ---> Running in 38750b6446d5 14:33:18 ---> f185b28b1d4c 14:33:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:33:18 ---> Running in 9c3ffd00aa9c 14:33:18 Removing intermediate container 9c3ffd00aa9c 14:33:18 ---> 22dc624855c9 14:33:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:33:18 Removing intermediate container 38750b6446d5 14:33:18 ---> ac15015e08f5 14:33:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:33:19 Removing intermediate container 34a4e803e6d2 14:33:19 ---> 704757241fb1 14:33:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:33:19 ---> 833a0c9457c7 14:33:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:33:19 ---> Running in 09865ca299d8 14:33:19 ---> ba35942018af 14:33:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:33:19 ---> 8dd17a36f6a7 14:33:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:33:19 Removing intermediate container 09865ca299d8 14:33:19 ---> 46ac09307b9c 14:33:19 Step 13/24 : WORKDIR / 14:33:20 ---> Running in 22516bdbcd04 14:33:20 ---> 4b6c907e1336 14:33:20 Step 19/23 : ENTRYPOINT ["/core-command"] 14:33:20 ---> Running in 428fce3cffce 14:33:21 ---> 87b92d2b1da2 14:33:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:33:21 ---> 2e2656d77c54 14:33:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:33:21 Removing intermediate container 22516bdbcd04 14:33:21 ---> 237a0bb4816e 14:33:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:33:21 Removing intermediate container 428fce3cffce 14:33:21 ---> 1b57ff1d1f37 14:33:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:33:21 ---> 1df3f52e68fa 14:33:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:33:21 ---> Running in e3872b0d2d4a 14:33:21 ---> 4717f5f41653 14:33:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:33:21 ---> Running in 2534dc951ffb 14:33:21 ---> 38aef334dfa4 14:33:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:33:21 ---> Running in 3395cdbc559c 14:33:21 Removing intermediate container e3872b0d2d4a 14:33:21 ---> de05d231170a 14:33:21 Step 21/23 : LABEL arch=x86_64 14:33:21 ---> Running in 8a1256cd15f1 14:33:21 Removing intermediate container 2534dc951ffb 14:33:21 ---> be85f3006eb2 14:33:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:33:21 ---> 7d08c2cffbdb 14:33:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:33:22 ---> Running in 6d927dae023a 14:33:22 Removing intermediate container 3395cdbc559c 14:33:22 ---> f5a2f2751e9f 14:33:22 Step 18/21 : CMD ["--init=true"] 14:33:22 Removing intermediate container 8a1256cd15f1 14:33:22 ---> 7b31eff5b4bb 14:33:22 Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:33:22 ---> Running in adef821d3704 14:33:22 ---> Running in 9e139553103b 14:33:22 ---> a655b1f776e2 14:33:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:33:22 Removing intermediate container 6d927dae023a 14:33:22 ---> c3b7f3ff9624 14:33:22 Step 21/23 : LABEL arch=x86_64 14:33:22 ---> Running in 828f73c3c1b3 14:33:22 Removing intermediate container adef821d3704 14:33:22 ---> 141bd8c4144d 14:33:22 Step 19/21 : LABEL arch=x86_64 14:33:23 Removing intermediate container 9e139553103b 14:33:23 ---> 27e389741052 14:33:23 Step 23/23 : LABEL version=0.0.0 14:33:23 Removing intermediate container 828f73c3c1b3 14:33:23 ---> 889cef2a2a51 14:33:23 Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:33:23 ---> Running in 28dbfb4faf70 14:33:23 ---> cd838de6ec04 14:33:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:33:23 ---> Running in 164245f918a4 14:33:23 ---> Running in 803e16a4e18f 14:33:23 Removing intermediate container 28dbfb4faf70 14:33:23 ---> 797b03cdf0f2 14:33:23 Step 20/21 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:33:23 ---> Running in aa61a3beae16 14:33:23 Removing intermediate container 803e16a4e18f 14:33:23 ---> 1dd3a3a8e08f 14:33:23 14:33:23 Removing intermediate container 164245f918a4 14:33:23 ---> 6a31a87a3a67 14:33:23 Step 23/23 : LABEL version=0.0.0 14:33:23 ---> Running in 895bf44555cc 14:33:23 Removing intermediate container aa61a3beae16 14:33:23 ---> 0d0f21214966 14:33:23 Step 21/21 : LABEL version=0.0.0 14:33:23 ---> 5d363ceaeb63 14:33:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:33:24 Successfully built 1dd3a3a8e08f 14:33:24 Successfully tagged docker-core-command-go:latest 14:33:24  Building docker-core-command-go ... done  ---> Running in 6ac03283f0c3 14:33:24 Removing intermediate container 895bf44555cc 14:33:24 ---> 8bf95695561a 14:33:24 14:33:24 ---> 6fd08129e39a 14:33:24 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/ 14:33:24 ---> Running in b1328684954b 14:33:24 Removing intermediate container 6ac03283f0c3 14:33:24 ---> b858e7084ae6 14:33:24 14:33:24 Successfully built 8bf95695561a 14:33:24 Successfully tagged docker-core-metadata-go:latest 14:33:24  Building docker-core-metadata-go ... done Successfully built b858e7084ae6 14:33:24 Successfully tagged docker-security-proxy-setup-go:latest 14:33:25  Building docker-security-proxy-setup-go ... done Removing intermediate container b1328684954b 14:33:25 ---> 4418d3d095ad 14:33:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:33:25 ---> Running in 4c509a977ca1 14:33:25 Removing intermediate container 4c509a977ca1 14:33:25 ---> 12752d868551 14:33:25 Step 22/24 : LABEL arch=x86_64 14:33:25 ---> Running in fb8058ee749a 14:33:26 Removing intermediate container fb8058ee749a 14:33:26 ---> 94dce3b42014 14:33:26 Step 23/24 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:33:26 ---> Running in ed273da6a655 14:33:26 Removing intermediate container ed273da6a655 14:33:26 ---> 203c6121098c 14:33:26 Step 24/24 : LABEL version=0.0.0 14:33:26 ---> Running in 97e53861faa1 14:33:26 Removing intermediate container 97e53861faa1 14:33:26 ---> e414296c4deb 14:33:26 14:33:27 Successfully built e414296c4deb 14:33:27 Successfully tagged docker-security-secretstore-setup-go:latest 14:33:27  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 14:33:27 $ docker stop --time=1 732eba1189dc33cf54aeefa2a56e22c3f740899576e91743c33febd415ffa9af 14:33:29 $ docker rm -f 732eba1189dc33cf54aeefa2a56e22c3f740899576e91743c33febd415ffa9af [Pipeline] // withDockerContainer [Pipeline] sh 14:33:29 + docker images 14:33:29 + grep docker 14:33:29 docker-security-secretstore-setup-go latest e414296c4deb 3 seconds ago 24.9MB 14:33:29 docker-core-metadata-go latest 8bf95695561a 5 seconds ago 19MB 14:33:29 docker-security-proxy-setup-go latest b858e7084ae6 5 seconds ago 24.7MB 14:33:29 docker-core-command-go latest 1dd3a3a8e08f 6 seconds ago 17.2MB 14:33:29 docker-sys-mgmt-agent-go latest 33f68baeae5e 38 seconds ago 313MB 14:33:29 docker-security-bootstrapper-go latest b083a4e24a2a About a minute ago 18.7MB 14:33:29 docker-core-data-go latest 9e6fa018ab7f 2 minutes ago 22.4MB 14:33:29 docker-support-scheduler-go latest f007b0c5ba00 2 minutes ago 17.2MB 14:33:29 docker-support-notifications-go latest 74e059c0da8c 2 minutes ago 17.8MB 14:33:29 docker 20.10.0 aefe523efa57 2 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 14:33:45 Still waiting to schedule task 14:33:45 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:34:13 gofmt -l . 14:34:13 [ "`gofmt -l .`" = "" ] 14:34:13 ./bin/test-go-mod-tidy.sh 14:34:13 ./bin/test-attribution-txt.sh [Pipeline] sh 14:34:14 + ls -al . 14:34:14 total 744 14:34:14 drwxrwxr-x 9 1001 1001 4096 Mar 3 14:34 . 14:34:14 drwxr-xr-x 4 root root 4096 Mar 3 14:29 .. 14:34:14 -rw-rw-r-- 1 1001 1001 11 Mar 3 14:28 .dockerignore 14:34:14 drwxrwxr-x 8 1001 1001 4096 Mar 3 14:28 .git 14:34:14 drwxrwxr-x 3 1001 1001 4096 Mar 3 14:28 .github 14:34:14 -rw-rw-r-- 1 1001 1001 818 Mar 3 14:28 .gitignore 14:34:14 -rw-rw-r-- 1 1001 1001 166 Mar 3 14:28 .sonarcloud.properties 14:34:14 -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:28 Attribution.txt 14:34:14 -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:28 CONTRIBUTING.md 14:34:14 -rw-rw-r-- 1 1001 1001 931 Mar 3 14:28 Dockerfile.build 14:34:14 -rw-rw-r-- 1 1001 1001 863 Mar 3 14:28 Jenkinsfile 14:34:14 -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:28 LICENSE 14:34:14 -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:28 Makefile 14:34:14 -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:28 README.md 14:34:14 -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:28 SECURITY.md 14:34:14 -rw-rw-r-- 1 1001 1001 5 Mar 3 14:24 VERSION 14:34:14 -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:28 ZMQWindows.md 14:34:14 drwxrwxr-x 2 1001 1001 4096 Mar 3 14:28 bin 14:34:14 drwxrwxr-x 14 1001 1001 4096 Mar 3 14:28 cmd 14:34:14 -rw-r--r-- 1 root root 602988 Mar 3 14:32 coverage.out 14:34:14 -rw-r--r-- 1 root root 1055 Mar 3 14:34 go.mod 14:34:14 -rw-r--r-- 1 root root 21927 Mar 3 14:34 go.sum 14:34:14 drwxrwxr-x 8 1001 1001 4096 Mar 3 14:28 internal 14:34:14 drwxrwxr-x 4 1001 1001 4096 Mar 3 14:28 openapi 14:34:14 drwxrwxr-x 4 1001 1001 4096 Mar 3 14:28 snap 14:34:14 -rw-rw-r-- 1 1001 1001 168 Mar 3 14:28 version.go [Pipeline] sh 14:34:14 + '[' -e coverage.out ] 14:34:14 + chown 1001:1001 coverage.out [Pipeline] stash 14:34:14 Warning: overwriting stash ‘coverage-report’ 14:34:15 Stashed 1 file(s) [Pipeline] sh 14:34:16 + make build 14:34:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:34:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:34:50 Running on prd-ubuntu18.04-docker-8c-8g-28388 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 14:34:50 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 14:34:51 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 14:34:53 using credential edgex-jenkins-ssh 14:34:53 Cloning the remote Git repository 14:34:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:34:53 > git init /w/workspace/edgex-go/4 # timeout=10 14:34:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:34:53 > git --version # timeout=10 14:34:53 > git --version # 'git version 2.17.1' 14:34:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:34:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:34:56 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 14:35: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 14:35:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:35:07 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 444c519ff7b00696b1cd03a7138ac670626b7eaa 14:35:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:35:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:35:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:35:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:35:06 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:35:07 > git config core.sparsecheckout # timeout=10 14:35:07 > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 14:35:07 Merge succeeded, producing 444c519ff7b00696b1cd03a7138ac670626b7eaa 14:35:07 Checking out Revision 444c519ff7b00696b1cd03a7138ac670626b7eaa (PR-3208) 14:35: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 14:35:07 > git remote # timeout=10 14:35:07 > git config --get remote.origin.url # timeout=10 14:35:07 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:07 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 14:35:07 > git rev-parse HEAD^{commit} # timeout=10 14:35:07 > git config core.sparsecheckout # timeout=10 14:35:07 > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 14:35:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:35:12 + echo snap-build.sh 14:35:12 snap-build.sh 14:35:12 + SNAP_BASE_DIR=. 14:35:12 + '[' '!' -z /w/workspace/edgex-go/4 ']' 14:35:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 14:35:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 14:35:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 14:35:12 + cd /w/workspace/edgex-go/4 14:35:12 + sudo apt-get remove -qy --purge lxd lxd-client 14:35:12 Reading package lists... 14:35:12 Building dependency tree... 14:35:12 Reading state information... 14:35:13 The following packages were automatically installed and are no longer required: 14:35:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:35:13 uidmap xdelta3 14:35:13 Use 'sudo apt autoremove' to remove them. 14:35:13 The following packages will be REMOVED: 14:35:13 lxd* lxd-client* 14:35: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 14:35:14 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:35:14 After this operation, 31.7 MB disk space will be freed. 14:35:15 (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.) 14:35:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:35:16 Removing lxd dnsmasq configuration 14:35:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:35:16 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:35:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:35:17 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 14:35:18 (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.) 14:35:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:35:19 Processing triggers for systemd (237-3ubuntu10.42) ... 14:35:19 Processing triggers for ureadahead (0.100.0-21) ... 14:35:21 + sudo snap remove --purge lxd 14:35:21 snap "lxd" is not installed 14:35:21 + sudo groupadd --force --system lxd 14:35:21 ++ whoami 14:35:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:35:22 + newgrp - lxd 14:35:22 + sudo snap install lxd 14:35:22 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 14:35: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 14:35:33 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 14:35:34 2021-03-03T14:35:32Z INFO Waiting for automatic snapd restart... [Pipeline] } 14:35:40 $ docker stop --time=1 43ea7870ca5dfd731aa59c1619bcc599273054a4be8021cefc70cac6a0fe9b46 14:35:42 $ docker rm -f 43ea7870ca5dfd731aa59c1619bcc599273054a4be8021cefc70cac6a0fe9b46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:35:44 14:35:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:35:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:35:44 latest: Pulling from edgex-devops/edgex-compose-arm64 14:35:44 29e5d40040c1: Pulling fs layer 14:35:44 1ce36da41761: Pulling fs layer 14:35:44 25b303627fd3: Pulling fs layer 14:35:45 29e5d40040c1: Verifying Checksum 14:35:45 29e5d40040c1: Download complete 14:35:45 29e5d40040c1: Pull complete 14:35:46 1ce36da41761: Download complete 14:35:47 1ce36da41761: Pull complete 14:35:47 25b303627fd3: Verifying Checksum 14:35:47 25b303627fd3: Download complete 14:35:52 lxd 4.11 from Canonical* installed 14:35:52 + sudo lxd init --auto 14:35:57 25b303627fd3: Pull complete 14:35:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:35:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:35:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:35:57 prd-ubuntu18.04-docker-arm64-4c-16g-28386 does not seem to be running inside a container 14:35:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:36:00 + sudo snap install --classic snapcraft 14:36:00 $ docker top d449c7f25d728f2dc5212edc383768a670dfb1211ad04be92798eb756806d7d5 -eo pid,comm [Pipeline] { [Pipeline] sh 14:36:01 + docker-compose build --help 14:36:01 + grep parallel 14:36:05 --parallel Build images in parallel. [Pipeline] } 14:36:05 $ docker stop --time=1 d449c7f25d728f2dc5212edc383768a670dfb1211ad04be92798eb756806d7d5 14:36:06 snapcraft 4.5.1 from Canonical* installed 14:36:06 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 14:36:06 + patch --verbose -p1 14:36:06 Hmm... Looks like a unified diff to me... 14:36:06 The text leading up to this was: 14:36:06 -------------------------- 14:36:06 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 14:36:06 |From: Tony Espy 14:36:06 |Date: Wed, 16 Dec 2020 16:34:55 -0500 14:36:06 |Subject: [PATCH] optimize snap build for pipeline CI check 14:36:06 | 14:36:06 |This patch is used by the EdgeX CI pipeline builds to 14:36:06 |optimize the snap CI check run for pull requests. When 14:36:06 |applied, it essentially strips out everything (apps and 14:36:06 |parts) from the snapcraft.yaml file except those required 14:36:06 |to build edgex-go, as the whole idea of the CI check is to 14:36:06 |catch changes to edgex-go that break the snap build. 14:36:06 | 14:36:06 |In general, anyone updating snapcraft.yaml will also need 14:36:06 |to update this patch file, otherwise it may fail to apply, 14:36:06 |resulting in a failed snap build CI check in the associated 14:36:06 |pull request. 14:36:06 | 14:36:06 |Note - in addition to applying this patch, the pipeline also 14:36:06 |only primes the snap (e.g. `snapcraft prime`), as there's no 14:36:06 |need to build the finally binary .snap file (and it won't 14:36:06 |work with the patch applied). This further reduces the build 14:36:06 |time. 14:36:06 |--- 14:36:06 | snap/snapcraft.yaml | 461 +------------------------------------------- 14:36:06 | 1 file changed, 2 insertions(+), 459 deletions(-) 14:36:06 | 14:36:06 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 14:36:06 |index 1e537489..faf42425 100644 14:36:06 |--- a/snap/snapcraft.yaml 14:36:06 |+++ b/snap/snapcraft.yaml 14:36:06 -------------------------- 14:36:06 patching file snap/snapcraft.yaml 14:36:06 Using Plan A... 14:36:06 Hunk #1 succeeded at 73. 14:36:06 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 14:36:06 Hunk #3 succeeded at 217 (offset 3 lines). 14:36:06 Hunk #4 succeeded at 225 (offset 3 lines). 14:36:06 Hunk #5 succeeded at 232 (offset 3 lines). 14:36:06 Hunk #6 succeeded at 259 (offset 3 lines). 14:36:06 Hunk #7 succeeded at 293 (offset 3 lines). 14:36:06 Hunk #8 succeeded at 352 (offset 11 lines). 14:36:06 Hmm... Ignoring the trailing garbage. 14:36:06 done 14:36:06 + sudo snapcraft prime --use-lxd 14:36:07 $ docker rm -f d449c7f25d728f2dc5212edc383768a670dfb1211ad04be92798eb756806d7d5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:36:08 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:36:08 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 14:36:08 - README.md 14:36:08 - snapcraft.yaml.orig 14:36:08 14:36:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:36:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:36:08 . [Pipeline] withDockerContainer 14:36:08 prd-ubuntu18.04-docker-arm64-4c-16g-28386 does not seem to be running inside a container 14:36:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:36:09 Launching a container. 14:36:10 $ docker top 75d90f75b1e91054b7b3020b05eb010632fcc449767d3f9359242a70bbdbf9e4 -eo pid,comm [Pipeline] { [Pipeline] sh 14:36:11 + docker-compose -f ./docker-compose-build.yml build --parallel 14:36:15 Building docker-core-command-go ... 14:36:15 Building docker-core-data-go ... 14:36:15 Building docker-core-metadata-go ... 14:36:15 Building docker-security-bootstrapper-go ... 14:36:15 Building docker-security-proxy-setup-go ... 14:36:15 Building docker-security-secretstore-setup-go ... 14:36:15 Building docker-support-notifications-go ... 14:36:15 Building docker-support-scheduler-go ... 14:36:15 Building docker-sys-mgmt-agent-go ... 14:36:15 Building docker-core-data-go 14:36:15 Building docker-support-scheduler-go 14:36:15 Building docker-security-bootstrapper-go 14:36:15 Building docker-support-notifications-go 14:36:15 Building docker-security-proxy-setup-go 14:36:24 Waiting for container to be ready 14:36:24 To start your first instance, try: lxc launch ubuntu:18.04 14:36:24 14:36:28 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:36:28 Waiting for network to be ready... 14:36:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:36:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 14:36:29 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:36:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:36:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 14:36:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 14:36:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 14:36:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 14:36:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 14:36:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:36:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:36:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:36:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:36:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:36:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:36:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:36:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:36:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:36:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:36:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 14:36:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:36:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 14:36:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 14:36:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 14:36:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 14:36:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:36:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:36:35 Fetched 24.0 MB in 6s (4278 kB/s) 14:36:36 Reading package lists... 14:36:37 Reading package lists... 14:36:37 Building dependency tree... 14:36:37 Reading state information... 14:36:37 The following additional packages will be installed: 14:36:37 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:36:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:36:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:36:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:36:37 Suggested packages: 14:36:37 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:36:37 Recommended packages: 14:36:37 gnupg libsasl2-modules 14:36:37 The following NEW packages will be installed: 14:36:37 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:36:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:36:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:36:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:36:37 The following packages will be upgraded: 14:36:37 gpg gpg-agent gpgconf libudev1 14:36:37 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 14:36:37 Need to get 3530 kB of archives. 14:36:37 After this operation, 13.3 MB of additional disk space will be used. 14:36:37 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] 14:36:37 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 14:36:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 14:36:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 14:36:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 14:36:38 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 14:36:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:36:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:36:38 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 14:36:38 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 14:36:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 14:36:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:36:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:36:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:36:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:36:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 14:36:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:36:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:36:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:36:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:36:38 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:36:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 14:36:39 debconf: delaying package configuration, since apt-utils is not installed 14:36:39 Fetched 3530 kB in 1s (3117 kB/s) 14:36:39 (Reading database ... 12511 files and directories currently installed.) 14:36:39 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 14:36:39 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:36:39 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 14:36:39 Selecting previously unselected package udev. 14:36:39 (Reading database ... 12511 files and directories currently installed.) 14:36:39 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 14:36:39 Unpacking udev (237-3ubuntu10.44) ... 14:36:39 Selecting previously unselected package libfuse2:amd64. 14:36:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:36:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:36:40 Selecting previously unselected package fuse. 14:36:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:36:40 Unpacking fuse (2.9.7-1ubuntu1) ... 14:36:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 14:36:40 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:36:40 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 14:36:40 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:36:40 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 14:36:40 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:36:40 Selecting previously unselected package libksba8:amd64. 14:36:40 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:36:40 Unpacking libksba8:amd64 (1.3.5-2) ... 14:36:40 Selecting previously unselected package libroken18-heimdal:amd64. 14:36:40 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:40 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:40 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:36:40 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:40 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:36:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:36:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:41 Selecting previously unselected package libwind0-heimdal:amd64. 14:36:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:41 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:36:41 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:41 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:41 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:36:41 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:41 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:41 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:36:41 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:41 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:42 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:36:42 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:36:42 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:42 Selecting previously unselected package libsasl2-modules-db:amd64. 14:36:42 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:36:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:36:42 Selecting previously unselected package libsasl2-2:amd64. 14:36:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:36:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:36:42 Selecting previously unselected package libldap-common. 14:36:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 14:36:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:36:42 Selecting previously unselected package libldap-2.4-2:amd64. 14:36:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 14:36:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:36:42 Selecting previously unselected package dirmngr. 14:36:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 14:36:42 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 14:36:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:36:42 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 14:36:43 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:36:43 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:36:43 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:36:43 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 14:36:43 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:43 Setting up libksba8:amd64 (1.3.5-2) ... 14:36:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:36:43 Setting up udev (237-3ubuntu10.44) ... 14:36:43 invoke-rc.d: policy-rc.d denied execution of start. 14:36:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:43 Processing triggers for systemd (237-3ubuntu10) ... 14:36:43 Setting up fuse (2.9.7-1ubuntu1) ... 14:36:43 Setting up gpg (2.2.4-1ubuntu1.4) ... 14:36:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:44 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:44 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:44 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:44 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:36:44 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:36:44 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 14:36:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:36:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:36:44 settings in the [Install] section, and DefaultInstance for template units). 14:36:44 This means they are not meant to be enabled using systemctl. 14:36:44 Possible reasons for having this kind of units are: 14:36:44 1) A unit may be statically enabled by being symlinked from another unit's 14:36:44 .wants/ or .requires/ directory. 14:36:44 2) A unit's purpose may be to act as a helper for some other unit which has 14:36:44 a requirement dependency on it. 14:36:44 3) A unit may be started when needed via activation (socket, path, timer, 14:36:44 D-Bus, udev, scripted systemctl call, ...). 14:36:44 4) In case of template units, the unit is meant to be enabled with some 14:36:44 instance name specified. 14:36:45 Reading package lists... 14:36:45 Building dependency tree... 14:36:45 Reading state information... 14:36:45 The following additional packages will be installed: 14:36:45 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:36:45 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:36:45 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:36:45 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:36:45 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:36:45 Suggested packages: 14:36:45 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:36:45 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:36:45 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:36:45 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:36:45 systemd-container policykit-1 14:36:45 Recommended packages: 14:36:45 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:36:45 The following NEW packages will be installed: 14:36:45 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:36:45 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:36:45 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:36:45 multiarch-support openssh-client python3 python3-minimal python3.6 14:36:45 python3.6-minimal snapd squashfs-tools sudo 14:36:45 The following packages will be upgraded: 14:36:45 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:36:45 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 14:36:45 Need to get 35.2 MB of archives. 14:36:45 After this operation, 141 MB of additional disk space will be used. 14:36:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 14:36:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 14:36:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 14:36:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 14:36:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 14:36:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:36:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 14:36:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 14:36:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 14:36:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:36:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 14:36:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:36:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:36:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:36:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:36:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:36:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 14:36:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:36:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 14:36:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 14:36:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:36:46 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:36:46 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:36:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:36:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:36:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:36:46 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:36:46 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:36:46 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:36:46 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:36:46 debconf: delaying package configuration, since apt-utils is not installed 14:36:46 Fetched 35.2 MB in 1s (30.3 MB/s) 14:36:47 (Reading database ... 12757 files and directories currently installed.) 14:36:47 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 14:36:47 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:36:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 14:36:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:36:48 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 14:36:48 (Reading database ... 12757 files and directories currently installed.) 14:36:48 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 14:36:48 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 14:36:49 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 14:36:49 (Reading database ... 12757 files and directories currently installed.) 14:36:49 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 14:36:49 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 14:36:49 Setting up apt (1.6.12ubuntu0.2) ... 14:36:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:36:50 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:36:50 (Reading database ... 12764 files and directories currently installed.) 14:36:50 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:36:50 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:36:50 Selecting previously unselected package libpython3.6-minimal:amd64. 14:36:50 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:36:50 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:36:50 Selecting previously unselected package libexpat1:amd64. 14:36:50 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:36:50 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:36:50 Selecting previously unselected package python3.6-minimal. 14:36:50 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:36:51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:36:51 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 14:36:51 Checking for services that may need to be restarted...done. 14:36:51 Checking for services that may need to be restarted...done. 14:36:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:36:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:36:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:36:52 Selecting previously unselected package python3-minimal. 14:36:52 (Reading database ... 13012 files and directories currently installed.) 14:36:52 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:36:52 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:36:52 Selecting previously unselected package mime-support. 14:36:52 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:36:53 Unpacking mime-support (3.60ubuntu1) ... 14:36:53 Selecting previously unselected package libmpdec2:amd64. 14:36:53 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:36:53 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:36:53 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:36:53 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:36:53 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:36:54 Selecting previously unselected package python3.6. 14:36:54 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:36:54 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:36:54 Selecting previously unselected package libpython3-stdlib:amd64. 14:36:54 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:36:54 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:36:54 Setting up python3-minimal (3.6.7-1~18.04) ... 14:36:54 Selecting previously unselected package python3. 14:36:54 (Reading database ... 13442 files and directories currently installed.) 14:36:54 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:36:54 Unpacking python3 (3.6.7-1~18.04) ... 14:36:54 Selecting previously unselected package multiarch-support. 14:36:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:36:54 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:36:54 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:36:54 Selecting previously unselected package liblzo2-2:amd64. 14:36:54 (Reading database ... 13479 files and directories currently installed.) 14:36:54 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:36:54 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:36:55 Selecting previously unselected package libbsd0:amd64. 14:36:55 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:36:55 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:36:55 Selecting previously unselected package sudo. 14:36:55 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 14:36:55 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 14:36:55 Selecting previously unselected package apparmor. 14:36:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:36:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:36:55 Selecting previously unselected package libedit2:amd64. 14:36:55 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:36:55 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:36:55 Selecting previously unselected package libkrb5support0:amd64. 14:36:55 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:36:55 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:36:55 Selecting previously unselected package libk5crypto3:amd64. 14:36:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:36:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:36:55 Selecting previously unselected package libkeyutils1:amd64. 14:36:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:36:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:36:55 Selecting previously unselected package libkrb5-3:amd64. 14:36:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:36:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:36:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:36:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:36:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:36:56 Selecting previously unselected package libssl1.0.0:amd64. 14:36:56 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 14:36:56 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:36:56 Selecting previously unselected package openssh-client. 14:36:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:36:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:36:56 Selecting previously unselected package squashfs-tools. 14:36:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:36:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:36:56 Selecting previously unselected package snapd. 14:36:56 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 14:36:56 Unpacking snapd (2.48.3+18.04) ... 14:36:59 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:36:59 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:36:59 Setting up mime-support (3.60ubuntu1) ... 14:36:59 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 14:36:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:36:59 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:36:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:36:59 Setting up systemd (237-3ubuntu10.44) ... 14:36:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:37:00 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:37:00 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:37:00 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:37:00 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:37:00 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:37:00 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:37:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:37:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:37:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:37:01 Setting up python3 (3.6.7-1~18.04) ... 14:37:01 running python rtupdate hooks for python3.6... 14:37:01 running python post-rtupdate hooks for python3.6... 14:37:02 Setting up apparmor (2.12-4ubuntu5.1) ... 14:37:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:37:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:37:04 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:37:04 Setting up snapd (2.48.3+18.04) ... 14:37:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:37:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:37:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:37:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 14:37:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:37:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:37:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 14:37:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:37:07 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:37:07 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:37:07 /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' 14:37:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:37:07 Processing triggers for systemd (237-3ubuntu10.44) ... 14:37:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:37:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:37:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:37:12 Reading package lists... 14:37:12 Reading package lists... 14:37:12 Building dependency tree... 14:37:12 Reading state information... 14:37:12 Calculating upgrade... 14:37:13 The following packages will be upgraded: 14:37:13 advancecomp base-files bash binutils binutils-common 14:37:13 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:37:13 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:37:13 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 14:37:13 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 14:37:13 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 14:37:13 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 14:37:13 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 14:37:13 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 14:37:13 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 14:37:13 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 14:37:13 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 14:37:13 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 14:37:13 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 14:37:13 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 14:37:13 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:37:13 Need to get 63.8 MB of archives. 14:37:13 After this operation, 5202 kB of additional disk space will be used. 14:37:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 14:37:13 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:37:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:37:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:37:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:37:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:37:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:37:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:37: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] 14:37:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:37:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:37:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:37:14 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:37:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:37:14 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:37:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:37:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:37:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:37:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:37:14 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:37:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:37:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:37:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:37:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:37:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:37:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:37:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:37:14 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:37:14 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:37:14 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:37:14 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:37:14 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:37:14 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:37:14 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:37:14 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:37:14 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 14:37:14 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 14:37:14 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 14:37:14 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 14:37:14 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 14:37:14 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 14:37:14 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 14:37:14 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:37:14 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:37:14 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:37:14 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:37:14 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:37:14 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:37:14 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:37:14 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:37:14 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:37:14 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:37:14 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 14:37:14 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:37:14 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:37:14 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:37:14 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:37:14 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:37:14 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 14:37:14 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:37:14 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:37:14 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:37:14 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:37:14 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 14:37:14 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:37:14 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:37:14 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 14:37:14 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 14:37:14 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 14:37:14 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:37:14 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:37:14 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:37:14 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:37:14 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 14:37:14 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:37:14 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:37:14 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:37:14 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 14:37:14 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:37:14 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:37:14 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:37:14 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 14:37:14 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:37:14 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 14:37:14 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 14:37:14 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 14:37:14 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:37:15 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:37:15 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:37:15 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:37:15 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:37:15 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:37:15 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:37:15 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:37:16 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:37:16 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:37:16 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:37:16 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:37:16 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:37:16 debconf: delaying package configuration, since apt-utils is not installed 14:37:16 Fetched 63.8 MB in 3s (20.3 MB/s) 14:37:16 (Reading database ... 13912 files and directories currently installed.) 14:37:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:37:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:37:17 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:37:17 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:37:17 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 14:37:17 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 14:37:18 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:19 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:19 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:19 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:19 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:19 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:19 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:19 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:19 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:19 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:19 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:19 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:19 (Reading database ... 13911 files and directories currently installed.) 14:37:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:20 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:37:20 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:37:20 (Reading database ... 13911 files and directories currently installed.) 14:37:20 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:20 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:20 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:20 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:20 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:37:20 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:37:21 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:21 (Reading database ... 13911 files and directories currently installed.) 14:37:21 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:37:21 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:37:21 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:37:22 (Reading database ... 13911 files and directories currently installed.) 14:37:22 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:37:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:37:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:37:22 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:37:22 Setting up base-files (10.1ubuntu2.10) ... 14:37:22 Installing new version of config file /etc/issue ... 14:37:22 Installing new version of config file /etc/issue.net ... 14:37:22 Installing new version of config file /etc/lsb-release ... 14:37:22 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:37:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:37:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:37:22 Removing obsolete conffile /etc/default/motd-news ... 14:37:23 (Reading database ... 13912 files and directories currently installed.) 14:37:23 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:37:23 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:37:23 Setting up bash (4.4.18-2ubuntu1.2) ... 14:37:23 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 14:37:23 (Reading database ... 13912 files and directories currently installed.) 14:37:23 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:23 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:37:23 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:37:23 (Reading database ... 13912 files and directories currently installed.) 14:37:23 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:37:23 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:37:24 Setting up tar (1.29b-2ubuntu0.2) ... 14:37:24 (Reading database ... 13912 files and directories currently installed.) 14:37:24 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:37:24 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:37:24 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:37:24 (Reading database ... 13912 files and directories currently installed.) 14:37:24 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:37:24 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:37:24 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:37:25 (Reading database ... 13912 files and directories currently installed.) 14:37:25 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:37:25 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:37:25 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:37:25 (Reading database ... 13912 files and directories currently installed.) 14:37:25 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:37:25 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:37:25 Setting up grep (3.1-2build1) ... 14:37:25 (Reading database ... 13912 files and directories currently installed.) 14:37:25 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:37:25 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:37:25 Setting up login (1:4.5-1ubuntu2) ... 14:37:25 (Reading database ... 13912 files and directories currently installed.) 14:37:25 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:37:25 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:37:26 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:37:26 (Reading database ... 13912 files and directories currently installed.) 14:37:26 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:37:26 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:37:27 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:37:27 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:37:27 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:37:27 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:37:27 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:37:27 (Reading database ... 13912 files and directories currently installed.) 14:37:27 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:37:27 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:37:29 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:37:29 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:37:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:37:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:37:29 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:37:29 (Reading database ... 13912 files and directories currently installed.) 14:37:29 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:37:29 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:37:29 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:37:29 (Reading database ... 13912 files and directories currently installed.) 14:37:29 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:29 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:37:29 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:37:30 (Reading database ... 13912 files and directories currently installed.) 14:37:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:30 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:37:30 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:37:30 (Reading database ... 13912 files and directories currently installed.) 14:37:30 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:30 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:37:30 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:37:30 (Reading database ... 13912 files and directories currently installed.) 14:37:30 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:30 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:37:30 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:37:30 (Reading database ... 13912 files and directories currently installed.) 14:37:30 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:37:30 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:37:30 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:37:30 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:37:31 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:37:31 (Reading database ... 13912 files and directories currently installed.) 14:37:31 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:37:31 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:37:31 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:37:31 (Reading database ... 13912 files and directories currently installed.) 14:37:31 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:31 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:37:31 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:37:31 (Reading database ... 13912 files and directories currently installed.) 14:37:31 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:31 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:37:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:37:32 (Reading database ... 13912 files and directories currently installed.) 14:37:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:37:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:37:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:37:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:37:33 (Reading database ... 13912 files and directories currently installed.) 14:37:33 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:37:33 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:37:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:37:34 (Reading database ... 13912 files and directories currently installed.) 14:37:34 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:37:34 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:37:35 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:37:35 (Reading database ... 13914 files and directories currently installed.) 14:37:35 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:37:35 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:37:35 Setting up debconf (1.5.66ubuntu1) ... 14:37:35 (Reading database ... 13914 files and directories currently installed.) 14:37:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 14:37:36 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:37:36 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 14:37:36 (Reading database ... 13914 files and directories currently installed.) 14:37:36 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 14:37:36 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:37:36 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 14:37:36 (Reading database ... 13914 files and directories currently installed.) 14:37:36 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:37:36 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:37:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:37:36 (Reading database ... 13914 files and directories currently installed.) 14:37:36 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:37:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:37:37 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:37:37 (Reading database ... 13914 files and directories currently installed.) 14:37:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:37:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:37:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:37:37 ---> 38866a60de44 14:37:37 Step 3/22 : WORKDIR /edgex-go 14:37:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:37:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:37:37 ---> 38866a60de44 14:37:37 Step 3/21 : WORKDIR /edgex-go 14:37:37 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:37:37 Step 2/30 : FROM ${BUILDER_BASE} AS builder 14:37:37 ---> 38866a60de44 14:37:37 Step 3/30 : WORKDIR /edgex-go 14:37:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:37:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:37:37 ---> 38866a60de44 14:37:37 Step 3/23 : WORKDIR /edgex-go 14:37:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:37:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:37:37 ---> 38866a60de44 14:37:37 Step 3/22 : WORKDIR /edgex-go 14:37:37 ---> Running in f6d80825eff2 14:37:37 ---> Running in 8ef917d52038 14:37:37 ---> Running in bfa9e3af68ab 14:37:37 ---> Running in 4014cdcd3379 14:37:37 ---> Running in 203457a32cd8 14:37:37 Removing intermediate container bfa9e3af68ab 14:37:37 ---> 2a6b1088fb54 14:37:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:37:37 Removing intermediate container 203457a32cd8 14:37:37 Removing intermediate container 4014cdcd3379 14:37:37 ---> 7b9939f7e7ac 14:37:37 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 35c7791f30ac 14:37:37 14:37:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:37:37 Removing intermediate container 8ef917d52038 14:37:37 ---> 664dbc800fad 14:37:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:37:37 Removing intermediate container f6d80825eff2 14:37:37 ---> d95dfa3ad285 14:37:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:37:37 ---> Running in aa5f6739fb86 14:37:37 ---> Running in 9aedf460ec1b 14:37:37 ---> Running in 2ccd472c0903 14:37:37 ---> Running in 9a0cb58d1b61 14:37:37 ---> Running in 13d14ff79e11 14:37:37 Removing intermediate container aa5f6739fb86 14:37:37 ---> 5fc0460aa0a6 14:37:37 Step 5/30 : RUN apk add --update --no-cache make git 14:37:37 ---> Running in 24b399aa5bc0 14:37:37 Removing intermediate container 9aedf460ec1b 14:37:37 ---> dcffd2f845cb 14:37:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:37:37 Removing intermediate container 2ccd472c0903 14:37:37 ---> 99e10474b07d 14:37:37 Step 5/21 : RUN apk add --update --no-cache make git 14:37:37 ---> Running in 4f481b66faa4 14:37:37 Removing intermediate container 9a0cb58d1b61 14:37:37 ---> 0518ad7c56e8 14:37:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:37:37 ---> Running in 43106f923979 14:37:37 Removing intermediate container 13d14ff79e11 14:37:37 ---> 52a01c7aa112 14:37:37 Step 5/22 : RUN apk add --update --no-cache make git 14:37:37 ---> Running in a57dbb6d0256 14:37:37 ---> Running in 6bfe50212882 14:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:37:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:37:37 OK: 217 MiB in 51 packages 14:37:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:37:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:37:37 (Reading database ... 13914 files and directories currently installed.) 14:37:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:37:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:37:38 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 14:37:38 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:37:38 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:37:38 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:37:38 OK: 217 MiB in 51 packages 14:37:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:37:38 (Reading database ... 13914 files and directories currently installed.) 14:37:38 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:37:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:37:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:37:38 (Reading database ... 13914 files and directories currently installed.) 14:37:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:37:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:37:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:37:39 OK: 217 MiB in 51 packages 14:37:39 OK: 217 MiB in 51 packages 14:37:39 Removing intermediate container 24b399aa5bc0 14:37:39 ---> 17033ef8144b 14:37:39 Step 6/30 : COPY go.mod . 14:37:39 (Reading database ... 13914 files and directories currently installed.) 14:37:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:37:39 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:37:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:37:39 (Reading database ... 13914 files and directories currently installed.) 14:37:39 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 14:37:39 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 14:37:39 OK: 217 MiB in 51 packages 14:37:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 14:37:39 (Reading database ... 13914 files and directories currently installed.) 14:37:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:37:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:37:40 ---> 61f253abf13d 14:37:40 Step 7/30 : RUN go mod download 14:37:40 Removing intermediate container 4f481b66faa4 14:37:40 ---> 5ceffbab0268 14:37:40 Step 6/22 : COPY go.mod . 14:37:40 Setting up passwd (1:4.5-1ubuntu2) ... 14:37:40 ---> Running in b6789dd2c78e 14:37:40 (Reading database ... 13914 files and directories currently installed.) 14:37:40 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:40 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:37:40 Removing intermediate container 43106f923979 14:37:40 ---> 30c69d08fe9f 14:37:40 Step 6/21 : COPY go.mod . 14:37:40 Removing intermediate container a57dbb6d0256 14:37:40 ---> 9291152ba89f 14:37:40 Step 6/23 : COPY go.mod . 14:37:40 Setting up gpgv (2.2.4-1ubuntu1.4) ... 14:37:41 Removing intermediate container 6bfe50212882 14:37:41 ---> 0d8ee968d126 14:37:41 Step 6/22 : COPY go.mod . 14:37:41 (Reading database ... 13914 files and directories currently installed.) 14:37:41 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:37:41 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 14:37:41 ---> b4962109afd8 14:37:41 Step 7/22 : RUN go mod download 14:37:41 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:37:41 ---> Running in 0193e725109f 14:37:41 (Reading database ... 13914 files and directories currently installed.) 14:37:41 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:37:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 14:37:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:37:41 ---> 3215f18ecb2d 14:37:41 ---> 5e92ce6b6ebf 14:37:41 Step 7/21 : RUN go mod download 14:37:41 Step 7/23 : RUN go mod download 14:37:42 (Reading database ... 13914 files and directories currently installed.) 14:37:42 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:37:42 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:37:42 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:37:42 (Reading database ... 13914 files and directories currently installed.) 14:37:42 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:37:42 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:37:42 ---> a852539f295b 14:37:42 Step 7/22 : RUN go mod download 14:37:42 ---> Running in 25284c93d6ad 14:37:42 ---> Running in 178fcf187957 14:37:42 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:37:42 ---> Running in 434eb6157bc1 14:37:42 (Reading database ... 13914 files and directories currently installed.) 14:37:42 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 14:37:42 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 14:37:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 14:37:43 (Reading database ... 13914 files and directories currently installed.) 14:37:43 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 14:37:43 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 14:37:43 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 14:37:43 (Reading database ... 13915 files and directories currently installed.) 14:37:43 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:37:43 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:37:43 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:37:43 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:37:43 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:37:43 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:37:43 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 14:37:43 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 14:37:44 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:37:44 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:37:44 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:37:44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:37:44 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:37:44 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:37:44 Removing intermediate container b6789dd2c78e 14:37:44 ---> d4d136555838 14:37:44 Step 8/30 : COPY . . 14:37:44 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:37:44 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:37:44 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:37:44 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:37:44 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:37:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:37:45 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:37:45 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:37:45 Removing intermediate container 0193e725109f 14:37:45 ---> 4059fe2ee7da 14:37:45 Step 8/22 : COPY . . 14:37:45 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 14:37:45 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 14:37:46 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:37:46 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:37:46 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:37:46 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:37:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:37:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:37:47 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:37:47 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:37:47 Removing intermediate container 25284c93d6ad 14:37:47 ---> be1d9371a435 14:37:47 Step 8/23 : COPY . . 14:37:47 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:37:47 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:37:47 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:37:47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:37:47 Removing intermediate container 434eb6157bc1 14:37:47 ---> 54a211eddb90 14:37:47 Step 8/22 : COPY . . 14:37:48 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:48 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:48 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:48 Removing intermediate container 178fcf187957 14:37:48 ---> e2165ff79219 14:37:48 Step 8/21 : COPY . . 14:37:48 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:48 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:48 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:48 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:48 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:49 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:49 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:50 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:50 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:51 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:51 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:52 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:52 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:53 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:37:53 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:37:53 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:37:53 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:37:53 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:37:53 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:37:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:37:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:37:54 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:37:54 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:37:54 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:37:54 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:37:54 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:37:54 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:37:54 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:37:54 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:37:54 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:37:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:55 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:55 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:55 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:37:55 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:37:55 Setting up tzdata (2021a-0ubuntu0.18.04) ... 14:37:55 14:37:55 Current default time zone: 'Etc/UTC' 14:37:55 Local time is now: Wed Mar 3 14:37:55 UTC 2021. 14:37:55 Universal Time is now: Wed Mar 3 14:37:55 UTC 2021. 14:37:55 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:37:55 14:37:55 Setting up systemd-sysv (237-3ubuntu10.44) ... 14:37:55 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:55 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 14:37:55 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:37:55 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:37:55 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:37:55 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:37:55 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:37:55 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:37:55 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:37:55 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:37:56 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:37:56 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 14:37:56 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:56 Setting up patch (2.7.6-2ubuntu1.1) ... 14:37:56 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:37:56 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:37:56 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 14:37:56 Installing new version of config file /etc/ssl/openssl.cnf ... 14:37:56 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:37:56 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:37:56 Setting up ca-certificates (20210119~18.04.1) ... 14:37:58 Updating certificates in /etc/ssl/certs... 14:37:59 23 added, 27 removed; done. 14:37:59 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:37:59 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:37:59 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:37:59 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:38:00 Setting up pkgbinarymangler (138.18.04.1) ... 14:38:00 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:00 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 14:38:00 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:00 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:00 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:00 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:38:00 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:00 Setting up perl (5.26.1-6ubuntu0.5) ... 14:38:00 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 14:38:00 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:38:00 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:38:00 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 14:38:00 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:38:00 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:38:00 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:38:00 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:38:00 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:38:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:38:00 Processing triggers for systemd (237-3ubuntu10.44) ... 14:38:00 Processing triggers for mime-support (3.60ubuntu1) ... 14:38:00 Processing triggers for ca-certificates (20210119~18.04.1) ... 14:38:00 Updating certificates in /etc/ssl/certs... 14:38:01 0 added, 0 removed; done. 14:38:01 Running hooks in /etc/ca-certificates/update.d... 14:38:01 done. 14:38:02 Reading package lists... 14:38:02 Building dependency tree... 14:38:02 Reading state information... 14:38:03 The following NEW packages will be installed: 14:38:03 apt-transport-https 14:38:03 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:38:03 Need to get 1696 B of archives. 14:38:03 After this operation, 153 kB of additional disk space will be used. 14:38:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 14:38:03 debconf: delaying package configuration, since apt-utils is not installed 14:38:03 Fetched 1696 B in 0s (38.5 kB/s) 14:38:03 Selecting previously unselected package apt-transport-https. 14:38:03 (Reading database ... 13920 files and directories currently installed.) 14:38:03 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 14:38:03 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 14:38:03 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 14:38:03 Waiting for network to be ready... 14:38:10 2021-03-03T14:38:08Z INFO Waiting for automatic snapd restart... 14:38:10 snapd 2.48.2.1 from Canonical* installed 14:38:11 "snapd" switched to the "latest/stable" channel 14:38:11 14:38:14 ---> 88dce59f1ae8 14:38:14 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:38:14 ---> 141bc97e1e64 14:38:14 Step 9/23 : RUN make cmd/core-data/core-data 14:38:14 ---> 4b35a9352bf4 14:38:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:38:14 ---> e9a5785a3130 14:38:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:38:14 ---> 61d683bc7249 14:38:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:38:14 ---> Running in 26f2c6028dda 14:38:14 ---> Running in fca59efe856d 14:38:14 ---> Running in 5708fb1a2df0 14:38:14 ---> Running in 6f2c91caf559 14:38:14 ---> Running in 8198f80ff9d7 14:38: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 14:38: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 14:38:14 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 14:38: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 14:38:14 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 14:38:17 core18 20210128 from Canonical* installed 14:38:17 "core18" switched to the "latest/stable" channel 14:38:17 14:38:24 snapcraft 4.5.1 from Canonical* installed 14:38:24 "snapcraft" switched to the "latest/stable" channel 14:38:24 14:38:28 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: 14:38:28 - README.md 14:38:28 - snapcraft.yaml.orig 14:38:28 14:38:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:38:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:38:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:38:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:38:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:38:38 Reading package lists... 14:38:38 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 14:38:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:38:45 Reading package lists... 14:38:45 Building dependency tree... 14:38:45 Reading state information... 14:38:45 Suggested packages: 14:38:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:38:45 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:38:45 Recommended packages: 14:38:45 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:38:45 The following NEW packages will be installed: 14:38:45 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:38:45 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:38:45 pkg-config zip 14:38:45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:38:45 Need to get 7655 kB of archives. 14:38:45 After this operation, 43.7 MB of additional disk space will be used. 14:38:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 14:38:45 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:38:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 14:38:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 14:38:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 14:38:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:38:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:38:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:38:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:38:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:38:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:38:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:38:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:38:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:38:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:38:46 debconf: delaying package configuration, since apt-utils is not installed 14:38:46 Fetched 7655 kB in 1s (10.5 MB/s) 14:38:46 Selecting previously unselected package libglib2.0-0:amd64. 14:38:46 (Reading database ... 13924 files and directories currently installed.) 14:38:46 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 14:38:46 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 14:38:47 Selecting previously unselected package libpsl5:amd64. 14:38:47 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:38:47 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:38:47 Selecting previously unselected package libnghttp2-14:amd64. 14:38:47 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:38:47 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:38:47 Selecting previously unselected package librtmp1:amd64. 14:38:47 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:38:47 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:38:47 Selecting previously unselected package libcurl3-gnutls:amd64. 14:38:47 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 14:38:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:38:47 Selecting previously unselected package liberror-perl. 14:38:47 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:38:47 Unpacking liberror-perl (0.17025-1) ... 14:38:47 Selecting previously unselected package git-man. 14:38:47 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 14:38:47 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 14:38:48 Selecting previously unselected package git. 14:38:48 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 14:38:48 Unpacking git (1:2.17.1-1ubuntu0.7) ... 14:38:49 Selecting previously unselected package libnorm1:amd64. 14:38:49 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:38:49 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:38:49 Selecting previously unselected package libpgm-5.2-0:amd64. 14:38:49 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:38:49 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:38:49 Selecting previously unselected package libsodium23:amd64. 14:38:49 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:38:49 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:38:49 Selecting previously unselected package libzmq5:amd64. 14:38:49 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:38:49 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:38:49 Selecting previously unselected package libzmq3-dev:amd64. 14:38:49 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:38:49 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:38:49 Selecting previously unselected package pkg-config. 14:38:49 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:38:49 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:38:49 Selecting previously unselected package zip. 14:38:49 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:38:49 Unpacking zip (3.0-11build1) ... 14:38:50 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:38:50 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 14:38:50 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:38:50 Setting up liberror-perl (0.17025-1) ... 14:38:50 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:38:50 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 14:38:50 No schema files found: doing nothing. 14:38:50 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:38:50 Setting up zip (3.0-11build1) ... 14:38:50 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:38:50 Setting up libsodium23:amd64 (1.0.16-2) ... 14:38:50 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:38:50 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:38:50 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:38:50 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:38:50 Setting up git (1:2.17.1-1ubuntu0.7) ... 14:38:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:38:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:38:57 git set to automatically installed. 14:38:57 git-man set to automatically installed. 14:38:57 libcurl3-gnutls set to automatically installed. 14:38:57 liberror-perl set to automatically installed. 14:38:57 libglib2.0-0 set to automatically installed. 14:38:57 libnghttp2-14 set to automatically installed. 14:38:57 libnorm1 set to automatically installed. 14:38:57 libpgm-5.2-0 set to automatically installed. 14:38:57 libpsl5 set to automatically installed. 14:38:57 librtmp1 set to automatically installed. 14:38:57 libsodium23 set to automatically installed. 14:38:57 libzmq3-dev set to automatically installed. 14:38:57 libzmq5 set to automatically installed. 14:38:57 pkg-config set to automatically installed. 14:38:57 zip set to automatically installed. 14:38:59 snapd is not logged in, snap install commands will use sudo 14:39:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:39:06 snap "core18" has no updates available 14:39:07 Pulling config-common 14:39:07 + snapcraftctl pull 14:39:09 Pulling go-build-helper 14:39:09 + snapcraftctl pull 14:39:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:39:35 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:39:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 14:39:35 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:39:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:39:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 14:39:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 14:39:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 14:39:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 14:39:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 14:39:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:39:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:39:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:39:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:39:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:39:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:39:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:39:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:39:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:39:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 14:39:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:39:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 14:39:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 14:39:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 14:39:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 14:39:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:39:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:39:35 Fetched 24.0 MB in 0s (0 B/s) 14:39:35 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:39:35 Fetched 96.5 kB in 0s (0 B/s) 14:39:35 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:39:35 Fetched 279 kB in 0s (0 B/s) 14:39:35 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:39:35 Fetched 122 kB in 0s (0 B/s) 14:39:35 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:39:35 Fetched 77.8 kB in 0s (0 B/s) 14:39:35 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:39:35 Fetched 8848 B in 0s (0 B/s) 14:39:35 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:39:35 Fetched 47.8 kB in 0s (0 B/s) 14:39:35 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:39:35 Fetched 45.6 kB in 0s (0 B/s) 14:39:35 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:39:35 Fetched 15.0 kB in 0s (0 B/s) 14:39:35 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 14:39:35 Fetched 214 kB in 0s (0 B/s) 14:39:35 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 14:39:35 Fetched 154 kB in 0s (0 B/s) 14:39:35 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:39:35 Fetched 50.6 kB in 0s (0 B/s) 14:39:35 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:39:35 Fetched 14.8 kB in 0s (0 B/s) 14:39:35 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:39:35 Fetched 41.8 kB in 0s (0 B/s) 14:39:35 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:39:35 Fetched 499 kB in 0s (0 B/s) 14:39:35 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:39:35 Fetched 111 kB in 0s (0 B/s) 14:39:35 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:39:35 Fetched 240 kB in 0s (0 B/s) 14:39:35 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:39:35 Fetched 29.3 kB in 0s (0 B/s) 14:39:35 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:39:35 Fetched 85.5 kB in 0s (0 B/s) 14:39:35 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:39:35 Fetched 24.5 kB in 0s (0 B/s) 14:39:35 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:39:35 Fetched 49.2 kB in 0s (0 B/s) 14:39:35 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:39:35 Fetched 54.2 kB in 0s (0 B/s) 14:39:35 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:39:35 Fetched 30.8 kB in 0s (0 B/s) 14:39:35 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 14:39:35 Fetched 15.8 kB in 0s (0 B/s) 14:39:35 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:39:35 Fetched 85.9 kB in 0s (0 B/s) 14:39:35 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:39:35 Fetched 8720 B in 0s (0 B/s) 14:39:35 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:39:35 Fetched 137 kB in 0s (0 B/s) 14:39:35 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:39:35 Fetched 119 kB in 0s (0 B/s) 14:39:35 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:39:35 Fetched 109 kB in 0s (0 B/s) 14:39:35 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:39:35 Fetched 11.1 kB in 0s (0 B/s) 14:39:35 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:39:35 Fetched 645 kB in 0s (0 B/s) 14:39:35 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:39:35 Fetched 41.3 kB in 0s (0 B/s) 14:39:35 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:39:35 Fetched 17.9 kB in 0s (0 B/s) 14:39:35 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:39:35 Fetched 368 kB in 0s (0 B/s) 14:39:35 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:39:35 Fetched 187 kB in 0s (0 B/s) 14:39:35 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:39:35 Fetched 175 kB in 0s (0 B/s) 14:39:35 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:39:39 Fetched 206 kB in 0s (0 B/s) 14:39:39 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 14:39:39 Fetched 1301 kB in 0s (0 B/s) 14:39:39 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:39:39 Fetched 36.2 kB in 0s (0 B/s) 14:39:39 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 14:39:39 Fetched 159 kB in 0s (0 B/s) 14:39:39 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:39:39 Fetched 107 kB in 0s (0 B/s) 14:39:39 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:39:39 Fetched 48.7 kB in 0s (0 B/s) 14:39:39 Pulling static-packages 14:39:39 + snapcraftctl pull 14:39:40 'go115' has dependencies that need to be staged: go-build-helper static-packages 14:39:40 Skipping pull go-build-helper (already ran) 14:39:40 Skipping pull static-packages (already ran) 14:39:40 Building go-build-helper 14:39:40 + snapcraftctl build 14:39:47 Building static-packages 14:39:47 + snapcraftctl build 14:39:50 Staging go-build-helper 14:39:50 + snapcraftctl stage 14:39:51 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 14:39:52 Staging static-packages 14:39:52 + snapcraftctl stage 14:39:53 Pulling go115 14:39:53 + snapcraftctl pull 14:39:54 'edgex-go' has dependencies that need to be staged: go115 14:39:54 Skipping pull go115 (already ran) 14:39:54 Building go115 14:39:54 + dpkg --print-architecture 14:39:54 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 14:39:54 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 14:39:54 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 14:39:54 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:54 Dload Upload Total Spent Left Speed 14:39:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.3M 0 0 26.5M 0 0:00:04 0:00:01 0:00:03 26.5M 63 115M 63 73.5M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M 14:39:57 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 14:39:57 + sha256sum -c sha256+ 14:39:57 grep OK 14:39:58 go1.15.2.linux-amd64.tar.gz: OK 14:39:58 + mkdir -p /root/stage/go1.15 14:39:58 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 14:40:04 Removing intermediate container 8198f80ff9d7 14:40:04 ---> f708fc5d28e0 14:40:04 14:40:04 Step 10/21 : FROM alpine:3.12 14:40:04 Removing intermediate container fca59efe856d 14:40:04 ---> 4bc3bed6ded4 14:40:04 14:40:04 Step 10/30 : FROM alpine:3.12 14:40:04 3.12: Pulling from library/alpine 14:40:04 3.12: Pulling from library/alpine 14:40:04 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:40:04 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:40:04 Status: Image is up to date for alpine:3.12 14:40:04 ---> d10569e2745f 14:40:04 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:40:04 Status: Downloaded newer image for alpine:3.12 14:40:04 ---> d10569e2745f 14:40:04 Step 11/21 : RUN apk add --update --no-cache curl 14:40:04 ---> Running in 2156441ae159 14:40:04 ---> Running in 01705145eaaa 14:40:05 Staging go115 14:40:05 + snapcraftctl stage 14:40:05 Removing intermediate container 01705145eaaa 14:40:05 ---> 28b5f5ebc2b6 14:40:05 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 14:40:06 ---> Running in 5b3ef6ad7281 14:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:40:07 (1/4) Installing ca-certificates (20191127-r4) 14:40:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:40:07 (3/4) Installing libcurl (7.69.1-r3) 14:40:07 (4/4) Installing curl (7.69.1-r3) 14:40:07 Executing busybox-1.31.1-r19.trigger 14:40:07 Executing ca-certificates-20191127-r4.trigger 14:40:07 OK: 7 MiB in 18 packages 14:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:40:08 (1/2) Installing dumb-init (1.2.2-r1) 14:40:08 (2/2) Installing su-exec (0.2-r1) 14:40:08 Executing busybox-1.31.1-r19.trigger 14:40:08 OK: 5 MiB in 16 packages 14:40:11 Removing intermediate container 2156441ae159 14:40:11 ---> 00cae42915f2 14:40:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:40:11 Removing intermediate container 5b3ef6ad7281 14:40:11 ---> 6e92fc21d4ac 14:40:11 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 14:40:11 ---> Running in eff3d8e1a10d 14:40:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:40:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:40:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:40:11 Fetched 0 B in 0s (0 B/s) 14:40:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:40:11 Fetched 224 kB in 0s (0 B/s) 14:40:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:40:11 Fetched 157 kB in 0s (0 B/s) 14:40:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:40:11 Fetched 221 kB in 0s (0 B/s) 14:40:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:40:11 Fetched 143 kB in 0s (0 B/s) 14:40:11 Pulling edgex-go 14:40:11 + snapcraftctl pull 14:40:12 ---> Running in ce1482f8cc0f 14:40:12 Removing intermediate container eff3d8e1a10d 14:40:12 ---> 8e80c31a56cc 14:40:12 Step 13/21 : WORKDIR /edgex 14:40:12 Removing intermediate container 6f2c91caf559 14:40:12 ---> 52cbb8fe829b 14:40:12 14:40:12 Step 10/22 : FROM alpine:3.12 14:40:12 ---> d10569e2745f 14:40:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:40:12 Removing intermediate container ce1482f8cc0f 14:40:12 ---> 2ba1f5cf9a4a 14:40:12 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:40:13 ---> Running in 200a4b4489c9 14:40:13 Removing intermediate container 26f2c6028dda 14:40:13 ---> 6c86926f896c 14:40:13 14:40:13 Step 10/22 : FROM alpine:3.12 14:40:13 ---> d10569e2745f 14:40:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:40:13 ---> Running in a8614ce3b4fa 14:40:13 ---> Running in 83f3d31d0e57 14:40:13 ---> Running in f99e549c9a89 14:40:13 Pulling version 14:40:13 + cd /root/project 14:40:13 + [ -f VERSION ] 14:40:13 + PROJECT_VERSION=local-dev 14:40:13 + git rev-parse --short HEAD 14:40:13 + GIT_REVISION=444c519f 14:40:13 + snapcraftctl set-version local-dev 14:40:13 Removing intermediate container 200a4b4489c9 14:40:13 ---> d2b29680cf82 14:40:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:40:14 Removing intermediate container a8614ce3b4fa 14:40:14 ---> b8d6d45d3f65 14:40:14 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:40:14 ---> Running in 135625703aea 14:40:15 ---> 8b1acc8d09de 14:40:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:40:15 Building config-common 14:40:15 + snapcraftctl build 14:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:40:16 (1/1) Installing dumb-init (1.2.2-r1) 14:40:16 Executing busybox-1.31.1-r19.trigger 14:40:16 OK: 5 MiB in 15 packages 14:40:16 (1/2) Installing ca-certificates (20191127-r4) 14:40:16 (2/2) Installing dumb-init (1.2.2-r1) 14:40:16 Executing busybox-1.31.1-r19.trigger 14:40:16 Executing ca-certificates-20191127-r4.trigger 14:40:16 OK: 6 MiB in 16 packages 14:40:17 ---> eda9d9bfe905 14:40:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:40:18 Removing intermediate container 83f3d31d0e57 14:40:18 ---> f6462419510b 14:40:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:40:18 Skipping build go-build-helper (already ran) 14:40:18 Skipping build static-packages (already ran) 14:40:18 Skipping build go115 (already ran) 14:40:18 Building edgex-go 14:40:19 ---> Running in b2ea4b4bb382 14:40:19 Removing intermediate container 135625703aea 14:40:19 ---> b00614a2082e 14:40:19 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 14:40:19 ---> Running in bb3630a43e93 14:40:19 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 14:40:19 + cd /root/parts/edgex-go/src 14:40:19 + make build 14:40:19 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 14:40:20 ---> 79ccfc4d7cb1 14:40:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:40:20 Removing intermediate container b2ea4b4bb382 14:40:20 ---> 66da53c77d17 14:40:20 Step 13/22 : ENV APP_PORT=48085 14:40:20 Removing intermediate container f99e549c9a89 14:40:20 ---> 9fbe4b07f646 14:40:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:40:20 ---> Running in 88ff02118ce8 14:40:20 Removing intermediate container bb3630a43e93 14:40:20 ---> fd6d609c7932 14:40:20 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:40:20 ---> Running in c515d6d43955 14:40:20 ---> Running in e9d5d65f98e3 14:40:21 Removing intermediate container 88ff02118ce8 14:40:21 ---> eb8899f33556 14:40:21 Step 18/21 : CMD ["--init=true"] 14:40:21 Removing intermediate container c515d6d43955 14:40:21 ---> f22ea6b85ff7 14:40:21 Step 14/22 : EXPOSE $APP_PORT 14:40:21 Removing intermediate container e9d5d65f98e3 14:40:21 ---> 900e18526ba0 14:40:21 Step 13/22 : ENV APP_PORT=48060 14:40:21 ---> Running in 5e98097505be 14:40:21 go: downloading github.com/gorilla/mux v1.8.0 14:40:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 14:40:21 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:40:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 14:40:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 14:40:21 go: downloading github.com/google/uuid v1.2.0 14:40:21 go: downloading github.com/pkg/errors v0.8.1 14:40:21 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 14:40:21 go: downloading github.com/pelletier/go-toml v1.2.0 14:40:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 14:40:21 ---> c07992772ee1 14:40:21 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:40:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:40:21 go: downloading github.com/x448/float16 v0.8.4 14:40:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:40:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 14:40:21 go: downloading github.com/imdario/mergo v0.3.11 14:40:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:40:21 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 14:40:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:40:21 go: downloading github.com/pebbe/zmq4 v1.2.5 14:40:21 go: downloading github.com/go-playground/validator/v10 v10.3.0 14:40:21 go: downloading github.com/BurntSushi/toml v0.3.1 14:40:21 go: downloading github.com/go-kit/kit v0.8.0 14:40:21 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:40:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:40:21 go: downloading github.com/hashicorp/consul/api v1.8.1 14:40:21 ---> Running in 03661f174ba9 14:40:21 ---> Running in 729ea8015733 14:40:21 ---> Running in 9728e3520fea 14:40:22 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:40:22 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:40:22 go: downloading github.com/mitchellh/copystructure v1.0.0 14:40:22 go: downloading github.com/hashicorp/serf v0.9.5 14:40:22 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:40:22 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:40:22 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:40:22 go: downloading github.com/leodido/go-urn v1.2.0 14:40:22 go: downloading github.com/go-playground/universal-translator v0.17.0 14:40:22 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:40:22 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:40:22 Removing intermediate container 5e98097505be 14:40:22 ---> 70ac80027ee3 14:40:22 Step 19/21 : LABEL arch=arm64 14:40:22 go: downloading github.com/fatih/color v1.9.0 14:40:22 go: downloading github.com/mattn/go-isatty v0.0.12 14:40:22 go: downloading github.com/go-playground/locales v0.13.0 14:40:22 go: downloading github.com/mattn/go-colorable v0.1.6 14:40:22 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 14:40:22 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:40:22 ---> Running in d65c02c02136 14:40:22 Removing intermediate container 729ea8015733 14:40:22 Removing intermediate container 03661f174ba9 14:40:22 ---> d7acf18d17f2 14:40:22 Step 14/22 : EXPOSE $APP_PORT 14:40:22 ---> 268e016c5f3e 14:40:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:40:22 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:40:22 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:40:22 ---> Running in d887f3cfb3d7 14:40:23 Removing intermediate container d65c02c02136 14:40:23 ---> 04413ba77ba3 14:40:23 Step 20/21 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:40:23 ---> Running in f154b0997ae2 14:40:23 Removing intermediate container d887f3cfb3d7 14:40:23 ---> 46df798f8fce 14:40:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:40:24 ---> c836f1594915 14:40:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:40:24 Removing intermediate container f154b0997ae2 14:40:24 ---> 1eb20af7553e 14:40:24 Step 21/21 : LABEL version=0.0.0 14:40:25 ---> Running in 560f9615811c 14:40:25 ---> 675e09a96e2f 14:40:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:40:25 Removing intermediate container 9728e3520fea 14:40:25 ---> 7a02f04b63ae 14:40:25 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 14:40:26 Removing intermediate container 5708fb1a2df0 14:40:26 ---> 66c9b9fab52c 14:40:26 14:40:26 Step 10/23 : FROM alpine:3.12 14:40:26 ---> d10569e2745f 14:40:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:40:26 Removing intermediate container 560f9615811c 14:40:26 ---> fe41266be15a 14:40:26 14:40:26 ---> e5f2b0444225 14:40:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:40:26 ---> Running in a0da6f110251 14:40:26 ---> f8561d831f5b 14:40:26 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:40:26 Successfully built fe41266be15a 14:40:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:40:27  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 14:40:27 Removing intermediate container a0da6f110251 14:40:27 ---> 8c501d02e89b 14:40:27 Step 12/23 : ENV APP_PORT=48080 14:40:27 ---> 00ace4482fb8 14:40:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:40:27 ---> b60d0b6cb659 14:40:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:40:27 ---> Running in 1e7aed1e5884 14:40:27 ---> Running in f02fc288f23c 14:40:28 Removing intermediate container 1e7aed1e5884 14:40:28 ---> 4dbd48177050 14:40:28 Step 13/23 : EXPOSE $APP_PORT 14:40:28 ---> 955a7981fd6b 14:40:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:40:29 ---> Running in b0b1b0c13c15 14:40:29 Removing intermediate container f02fc288f23c 14:40:29 ---> 1e978a20b608 14:40:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:40:29 ---> 07b5511cada7 14:40:29 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:40:30 ---> Running in 9b28fa188267 14:40:30 ---> Running in bd8a33101cc6 14:40:30 Removing intermediate container b0b1b0c13c15 14:40:30 ---> 88a097ed7cc6 14:40:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:40:30 ---> 44b7b46fd078 14:40:30 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:40:30 Removing intermediate container 9b28fa188267 14:40:30 ---> 291340d58c23 14:40:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:40:30 Removing intermediate container bd8a33101cc6 14:40:30 ---> d09f26108174 14:40:30 Step 20/22 : LABEL arch=arm64 14:40:30 ---> Running in 35a5e238454d 14:40:30 ---> Running in 9839492e2701 14:40:31 ---> Running in bef4d65aab0e 14:40:31 ---> 7a79b42c33c0 14:40:31 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 14:40:32 Removing intermediate container bef4d65aab0e 14:40:32 ---> 45515ec8edc0 14:40:32 Step 21/22 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:40:32 Removing intermediate container 9839492e2701 14:40:32 ---> ed1576fc1c7e 14:40:32 Step 20/22 : LABEL arch=arm64 14:40:32 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 14:40:32 go: downloading gopkg.in/yaml.v2 v2.4.0 14:40:32 ---> Running in dcf78d24821c 14:40:32 ---> Running in a6269d3ecda3 14:40:32 ---> Running in da20c66e9a51 14:40:33 Removing intermediate container dcf78d24821c 14:40:33 ---> f3141bb0f9b2 14:40:33 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:40:33 Removing intermediate container da20c66e9a51 14:40:33 ---> 71879b99020f 14:40:33 Step 22/22 : LABEL version=0.0.0 14:40:33 Removing intermediate container a6269d3ecda3 14:40:33 ---> bd183dd9e060 14:40:33 Step 21/22 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:40:34 ---> Running in 421ef0d36fd0 14:40:34 ---> Running in da2e9a404d1d 14:40:34 Removing intermediate container 35a5e238454d 14:40:34 ---> b789b5ae0078 14:40:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:40:34 ---> d7cbcaf48a36 14:40:34 Step 25/30 : RUN chmod +x /entrypoint.sh 14:40:34 ---> Running in 2a034970f432 14:40:35 Removing intermediate container 421ef0d36fd0 14:40:35 ---> 55240f421b44 14:40:35 14:40:35 Removing intermediate container da2e9a404d1d 14:40:35 ---> 64bad66a10ea 14:40:35 Step 22/22 : LABEL version=0.0.0 14:40:35 ---> Running in 687a84af76bc 14:40:35 Successfully built 55240f421b44 14:40:35 Successfully tagged docker-support-scheduler-go-arm64:latest 14:40:35  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 14:40:35 ---> Running in 134d4238a5c9 14:40:36 Removing intermediate container 134d4238a5c9 14:40:36 ---> adfbe8f27a65 14:40:36 14:40:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:40:37 Successfully built adfbe8f27a65 14:40:37 Successfully tagged docker-support-notifications-go-arm64:latest 14:40:37  Building docker-support-notifications-go ... done Building docker-core-metadata-go 14:40:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:40:38 (1/6) Installing dumb-init (1.2.2-r1) 14:40:38 (2/6) Installing libgcc (9.3.0-r2) 14:40:38 (3/6) Installing libsodium (1.0.18-r0) 14:40:38 (4/6) Installing libstdc++ (9.3.0-r2) 14:40:38 Removing intermediate container 687a84af76bc 14:40:38 ---> 39a21b0def3d 14:40:38 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 14:40:38 (5/6) Installing libzmq (4.3.3-r0) 14:40:38 (6/6) Installing zeromq (4.3.3-r0) 14:40:39 Executing busybox-1.31.1-r19.trigger 14:40:39 OK: 8 MiB in 20 packages 14:40:39 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 14:40:39 ---> Running in f203e646ffc8 14:40:41 Removing intermediate container f203e646ffc8 14:40:41 ---> d37626c69433 14:40:41 Step 27/30 : CMD ["gate"] 14:40:41 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 14:40:41 Removing intermediate container 2a034970f432 14:40:41 ---> 733d70407c08 14:40:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:40:42 ---> Running in 980067ba19b2 14:40:42 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 14:40:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:40:43 ---> b331821fd833 14:40:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:40:43 go: downloading github.com/stretchr/testify v1.7.0 14:40:43 Removing intermediate container 980067ba19b2 14:40:43 ---> 7b7a23dfc5d4 14:40:43 Step 28/30 : LABEL arch=arm64 14:40:43 go: downloading github.com/pmezard/go-difflib v1.0.0 14:40:43 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:40:43 go: downloading github.com/davecgh/go-spew v1.1.1 14:40:44 ---> Running in c97bb47dc626 14:40:45 ---> b09f914bb38f 14:40:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:40:45 Removing intermediate container c97bb47dc626 14:40:45 ---> aa269812a56e 14:40:45 Step 29/30 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:40:46 ---> Running in 92057d7ecd4c 14:40: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 14:40:46 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:40:46 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:40:46 ---> cc69b72385f4 14:40:46 Step 19/23 : ENTRYPOINT ["/core-data"] 14:40:46 ---> Running in 521c50551b41 14:40:46 Removing intermediate container 92057d7ecd4c 14:40:46 ---> 3f74363c991d 14:40:46 Step 30/30 : LABEL version=0.0.0 14:40:47 ---> Running in e7a7a0250f42 14:40:47 Removing intermediate container 521c50551b41 14:40:47 ---> 6484421f4c98 14:40:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:40:48 ---> Running in 5d4a3a1a4141 14:40:48 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 14:40:48 Removing intermediate container e7a7a0250f42 14:40:48 ---> 79f3d6953ffa 14:40:48 14:40:48 Successfully built 79f3d6953ffa 14:40:48 Removing intermediate container 5d4a3a1a4141 14:40:48 ---> a13338a90a43 14:40:48 Step 21/23 : LABEL arch=arm64 14:40:48 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:40:48  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 14:40:49 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 14:40:49 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 14:40:49 ---> Running in 0797200b0180 14:40:50 Removing intermediate container 0797200b0180 14:40:50 ---> a8b46943182b 14:40:50 Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:40:50 ---> Running in 0b5b345d92eb 14:40:50 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 14:40:51 Removing intermediate container 0b5b345d92eb 14:40:51 ---> de76121ea66b 14:40:51 Step 23/23 : LABEL version=0.0.0 14:40:51 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 14:40:52 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:40:52 ---> Running in cb9983ae5088 14:40:53 Removing intermediate container cb9983ae5088 14:40:53 ---> 7f94cf3630d7 14:40:53 14:40:53 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 14:40:53 go: downloading github.com/lib/pq v1.9.0 14:40:53 Successfully built 7f94cf3630d7 14:40:53 Successfully tagged docker-core-data-go-arm64:latest 14:40:55 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 14:40:55 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 14:40:55 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 14:40:55 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 14:40:55 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 14:40:55 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 14:40:55 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 14:40:55 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 14:40:55 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 14:40:55 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 14:40:55 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 14:40:55 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 14:40:55 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 14:40:55 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 14:40:55 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 14:40:55 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 14:40:55 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 14:40:55 + 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 14:40:55 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 14:40:55 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 14:40:55 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 14:40:55 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 14:40:55 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 14:40:55 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 14:40:55 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 14:40:58 Building version 14:40:58 + snapcraftctl build 14:41:01 Staging config-common 14:41:01 + snapcraftctl stage 14:41:02  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:41:02 ---> 38866a60de44 14:41:02 Step 3/26 : WORKDIR /edgex-go 14:41:02 ---> Using cache 14:41:02 ---> d95dfa3ad285 14:41:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:41:02 ---> Using cache 14:41:02 ---> 52a01c7aa112 14:41:02 Step 5/26 : RUN apk add --update --no-cache make bash git 14:41:03 Skipping stage go-build-helper (already ran) 14:41:03 Skipping stage static-packages (already ran) 14:41:03 Skipping stage go115 (already ran) 14:41:03 Staging edgex-go 14:41:03 + snapcraftctl stage 14:41:04 ---> Running in 4c6c97893372 14:41:04 Staging version 14:41:04 + snapcraftctl stage 14:41:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:41:05 Priming config-common 14:41:05 + snapcraftctl prime 14:41:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:41:06 OK: 217 MiB in 51 packages 14:41:07 Priming go-build-helper 14:41:07 + snapcraftctl prime 14:41:09 Priming static-packages 14:41:09 + snapcraftctl prime 14:41:10 Removing intermediate container 4c6c97893372 14:41:10 ---> 0fed07fc60fc 14:41:10 Step 6/26 : COPY go.mod . 14:41:10 ---> c2fbbfee6c32 14:41:10 Step 7/26 : RUN go mod download 14:41:11 ---> Running in c479065f9bdd 14:41:12 Priming go115 14:41:12 + snapcraftctl prime 14:41:13 Priming edgex-go 14:41:13 + snapcraftctl prime 14:41:15 Removing intermediate container c479065f9bdd 14:41:15 ---> a2f9145c778a 14:41:15 Step 8/26 : COPY . . 14:41:15 Priming version 14:41:15 + snapcraftctl prime 14:41:16 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] } 14:41:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:41:20 ---> 38866a60de44 14:41:20 Step 3/23 : WORKDIR /edgex-go 14:41:20 ---> Using cache 14:41:20 ---> d95dfa3ad285 14:41:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:41:20 ---> Using cache 14:41:20 ---> 52a01c7aa112 14:41:20 Step 5/23 : RUN apk add --update --no-cache make git 14:41:20 ---> Using cache 14:41:20 ---> 0d8ee968d126 14:41:20 Step 6/23 : COPY go.mod . 14:41:20 ---> Using cache 14:41:20 ---> a852539f295b 14:41:20 Step 7/23 : RUN go mod download 14:41:20 ---> Using cache 14:41:20 ---> 54a211eddb90 14:41:20 Step 8/23 : COPY . . 14:41:20 ---> Using cache 14:41:20 ---> e9a5785a3130 14:41:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:41:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:41:20 ---> 38866a60de44 14:41:20 Step 3/24 : WORKDIR /edgex-go 14:41:20 ---> Using cache 14:41:20 ---> d95dfa3ad285 14:41:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:41:20 ---> Using cache 14:41:20 ---> 52a01c7aa112 14:41:20 Step 5/24 : RUN apk add --update --no-cache make git 14:41:20 ---> Using cache 14:41:20 ---> 0d8ee968d126 14:41:20 Step 6/24 : COPY go.mod . 14:41:20 ---> Using cache 14:41:20 ---> a852539f295b 14:41:20 Step 7/24 : RUN go mod download 14:41:20 ---> Using cache 14:41:20 ---> 54a211eddb90 14:41:20 Step 8/24 : COPY . . 14:41:20 ---> Using cache 14:41:20 ---> e9a5785a3130 14:41:20 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:41:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:41:25 ---> 38866a60de44 14:41:25 Step 3/23 : WORKDIR /edgex-go 14:41:25 ---> Using cache 14:41:25 ---> d95dfa3ad285 14:41:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:41:25 ---> Using cache 14:41:25 ---> 52a01c7aa112 14:41:25 Step 5/23 : RUN apk add --update --no-cache make git 14:41:25 ---> Using cache 14:41:25 ---> 0d8ee968d126 14:41:25 Step 6/23 : COPY go.mod . 14:41:25 ---> Using cache 14:41:25 ---> a852539f295b 14:41:25 Step 7/23 : RUN go mod download 14:41:25 ---> Using cache 14:41:25 ---> 54a211eddb90 14:41:25 Step 8/23 : COPY . . 14:41:25 ---> Using cache 14:41:25 ---> e9a5785a3130 14:41:25 Step 9/23 : RUN make cmd/core-command/core-command 14:41:25 ---> Running in 1fd99e044a93 14:41:25 ---> Running in a211fc5649b8 14:41:25 ---> Running in fb53bf2f5fdc 14:41:27 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 14:41:27 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 14:41:27 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 14:41:31 ---> d14ce09e24ce 14:41:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:41:31 ---> Running in 9bd506c52f06 14:41: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 14:42:41 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 14:42:49 Removing intermediate container 1fd99e044a93 14:42:49 ---> 4feeed7d8f73 14:42:49 14:42:49 Step 10/24 : FROM alpine:3.12 14:42:49 ---> d10569e2745f 14:42:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:42:49 ---> Running in c051bdc46715 14:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:52 (1/5) Installing ca-certificates (20191127-r4) 14:42:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:42:52 (3/5) Installing libcurl (7.69.1-r3) 14:42:52 (4/5) Installing curl (7.69.1-r3) 14:42:52 (5/5) Installing dumb-init (1.2.2-r1) 14:42:52 Executing busybox-1.31.1-r19.trigger 14:42:52 Executing ca-certificates-20191127-r4.trigger 14:42:52 OK: 7 MiB in 19 packages 14:42:55 Removing intermediate container c051bdc46715 14:42:55 ---> a931779711d2 14:42:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:42:56 ---> Running in 9edc103c734d 14:42:57 Removing intermediate container 9edc103c734d 14:42:57 ---> 4cb549e38a64 14:42:57 Step 13/24 : WORKDIR / 14:42:57 ---> Running in 696610e7b190 14:42:58 Removing intermediate container 9bd506c52f06 14:42:58 ---> 84b23e15f183 14:42:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:42:58 ---> Running in 37a3809fc299 14:42:58 Removing intermediate container 696610e7b190 14:42:58 ---> b8ca93bec3ea 14:42:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:43:00 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 14:43:00 ---> 9fb504cdeda1 14:43:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:43:01 Removing intermediate container fb53bf2f5fdc 14:43:01 ---> bcc210871390 14:43:01 14:43:01 Step 10/23 : FROM alpine:3.12 14:43:01 ---> d10569e2745f 14:43:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:43:01 ---> Using cache 14:43:01 ---> f6462419510b 14:43:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:43:01 ---> Using cache 14:43:01 ---> 66da53c77d17 14:43:01 Step 13/23 : ENV APP_PORT=48082 14:43:01 ---> Running in d10302e2e8f2 14:43:01 ---> 09e03430611a 14:43:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:43:02 Removing intermediate container d10302e2e8f2 14:43:02 ---> 56557ce8a159 14:43:02 Step 14/23 : EXPOSE $APP_PORT 14:43:02 ---> Running in 8d129911db21 14:43:03 ---> 458d7dda8004 14:43:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:43:03 Removing intermediate container 8d129911db21 14:43:03 ---> 749ad51a831b 14:43:03 Step 15/23 : WORKDIR / 14:43:03 ---> Running in 961d62c21bb6 14:43:04 ---> 6701811de1c6 14:43:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:43:04 Removing intermediate container 37a3809fc299 14:43:04 ---> c117f4cf430c 14:43:04 14:43:04 Step 11/26 : FROM docker:20.10.0 14:43:04 Removing intermediate container 961d62c21bb6 14:43:04 ---> ec04713268af 14:43:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:43:04 20.10.0: Pulling from library/docker 14:43:06 ---> 77111f5d3007 14:43:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:43:06 ---> 0e43552243fa 14:43:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:43:08 ---> 47bf5735d2c1 14:43:08 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/ 14:43:08 Removing intermediate container a211fc5649b8 14:43:08 ---> 3103ffedbb73 14:43:08 14:43:08 Step 10/23 : FROM alpine:3.12 14:43:08 ---> d10569e2745f 14:43:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:43:08 ---> Using cache 14:43:08 ---> f6462419510b 14:43:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:43:08 ---> Using cache 14:43:08 ---> 66da53c77d17 14:43:08 Step 13/23 : ENV APP_PORT=48081 14:43:08 ---> 0663de03b9b2 14:43:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:43:08 ---> Running in 20344cfec745 14:43:08 ---> Running in 9b6d8f46821f 14:43:09 Removing intermediate container 9b6d8f46821f 14:43:09 ---> 26ff791ff40f 14:43:09 Step 14/23 : EXPOSE $APP_PORT 14:43:09 ---> 17fe23e132dd 14:43:09 Step 19/23 : ENTRYPOINT ["/core-command"] 14:43:09 ---> Running in 886f32220ae8 14:43:09 ---> Running in cf588c738d06 14:43:10 Removing intermediate container 886f32220ae8 14:43:10 ---> d5543c427cc1 14:43:10 Step 15/23 : WORKDIR / 14:43:10 Removing intermediate container cf588c738d06 14:43:10 ---> b34c7ff1d224 14:43:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:43:11 ---> Running in dba714cb7a2c 14:43:11 ---> Running in e06d1a93c82f 14:43:11 Removing intermediate container 20344cfec745 14:43:11 ---> 461af41c320a 14:43:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:43:11 Removing intermediate container dba714cb7a2c 14:43:11 ---> 767adc9cb035 14:43:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:43:11 ---> Running in ae741dc6700d 14:43:11 Removing intermediate container e06d1a93c82f 14:43:11 ---> 7b309718b831 14:43:11 Step 21/23 : LABEL arch=arm64 14:43:12 ---> Running in a738b05d7ec8 14:43:12 Removing intermediate container ae741dc6700d 14:43:12 ---> 71a79ed3366a 14:43:12 Step 22/24 : LABEL arch=arm64 14:43:13 ---> Running in f231f47b0c6c 14:43:13 ---> 9c9ef3c34111 14:43:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:43:13 Removing intermediate container a738b05d7ec8 14:43:13 ---> da178863baa5 14:43:13 Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:43:13 ---> Running in 77a3fab15d79 14:43:14 Removing intermediate container f231f47b0c6c 14:43:14 ---> ebcf96b4ac03 14:43:14 Step 23/24 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:43:14 Removing intermediate container 77a3fab15d79 14:43:14 ---> 9085218addb7 14:43:14 Step 23/23 : LABEL version=0.0.0 14:43:14 ---> Running in d6ff66043429 14:43:14 ---> Running in 8faff275e634 14:43:14 ---> 181a62a61778 14:43:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:43:14 Removing intermediate container d6ff66043429 14:43:14 ---> 062de96b074c 14:43:14 Step 24/24 : LABEL version=0.0.0 14:43:15 Removing intermediate container 8faff275e634 14:43:15 ---> dd29ab6e7518 14:43:15 14:43:15 ---> Running in 92d0ec01bc26 14:43:15 Successfully built dd29ab6e7518 14:43:15 Successfully tagged docker-core-command-go-arm64:latest 14:43:15  Building docker-core-command-go ... done  ---> 86645a082f35 14:43:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:43:16 Removing intermediate container 92d0ec01bc26 14:43:16 ---> fdd03cb3aea6 14:43:16 14:43:16 ---> Running in 1ca2873653a0 14:43:16 Successfully built fdd03cb3aea6 14:43:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:43:16  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1ca2873653a0 14:43:16 ---> f1e1df96dcb2 14:43:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:43:16 ---> Running in 2754b3cbc61a 14:43:17 Removing intermediate container 2754b3cbc61a 14:43:17 ---> b50dd08d0416 14:43:17 Step 21/23 : LABEL arch=arm64 14:43:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:43:17 ---> Running in b3729bc1ec69 14:43:17 Status: Downloaded newer image for docker:20.10.0 14:43:17 ---> eeaf43b92773 14:43:17 Step 12/26 : RUN apk add --no-cache bash 14:43:17 ---> Running in 51e2c05b1165 14:43:18 Removing intermediate container b3729bc1ec69 14:43:18 ---> c36845592567 14:43:18 Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:43:18 ---> Running in ba3bc5ab2e86 14:43:18 Removing intermediate container ba3bc5ab2e86 14:43:18 ---> 3560e620ed1e 14:43:18 Step 23/23 : LABEL version=0.0.0 14:43:18 ---> Running in 4eaad64a31fd 14:43:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:43:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:43:19 Removing intermediate container 4eaad64a31fd 14:43:19 ---> 8b865a28a0ad 14:43:19 14:43:19 (1/2) Installing readline (8.0.4-r0) 14:43:19 (2/2) Installing bash (5.0.17-r0) 14:43:19 Executing bash-5.0.17-r0.post-install 14:43:19 Executing busybox-1.31.1-r19.trigger 14:43:19 OK: 12 MiB in 22 packages 14:43:19 Successfully built 8b865a28a0ad 14:43:19 Successfully tagged docker-core-metadata-go-arm64:latest 14:43:20  Building docker-core-metadata-go ... done Removing intermediate container 51e2c05b1165 14:43:20 ---> 785ff61a8282 14:43:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:43:21 ---> Running in 9e66e73b2ed5 14:43:21 Removing intermediate container 9e66e73b2ed5 14:43:21 ---> 8188213d0c5c 14:43:21 Step 14/26 : ENV APP_PORT=48090 14:43:21 ---> Running in 16de117d57a9 14:43:22 Removing intermediate container 16de117d57a9 14:43:22 ---> e55bac20e466 14:43:22 Step 15/26 : EXPOSE $APP_PORT 14:43:22 ---> Running in c55e0e1797f8 14:43:22 Removing intermediate container c55e0e1797f8 14:43:22 ---> e35c9ad324f6 14:43:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:43:23 ---> 4602ec6c413d 14:43:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:43:24 ---> 6321296f0014 14:43:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:43:25 ---> 11cd9ccb9b1d 14:43:25 Step 19/26 : RUN apk --no-cache add py3-pip 14:43:25 ---> Running in 1a72e1ad1c5a 14:43:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:43:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:43:27 (1/33) Installing libbz2 (1.0.8-r1) 14:43:27 (2/33) Installing expat (2.2.9-r1) 14:43:27 (3/33) Installing libffi (3.3-r2) 14:43:27 (4/33) Installing gdbm (1.13-r1) 14:43:27 (5/33) Installing xz-libs (5.2.5-r0) 14:43:27 (6/33) Installing sqlite-libs (3.32.1-r0) 14:43:27 (7/33) Installing python3 (3.8.5-r1) 14:43:29 (8/33) Installing py3-appdirs (1.4.4-r1) 14:43:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:43:29 (10/33) Installing py3-parsing (2.4.7-r0) 14:43:29 (11/33) Installing py3-six (1.15.0-r0) 14:43:29 (12/33) Installing py3-packaging (20.4-r0) 14:43:29 (13/33) Installing py3-setuptools (47.0.0-r0) 14:43:29 (14/33) Installing py3-chardet (3.0.4-r4) 14:43:29 (15/33) Installing py3-idna (2.9-r0) 14:43:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:43:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:43:29 (18/33) Installing py3-requests (2.23.0-r0) 14:43:29 (19/33) Installing py3-msgpack (1.0.0-r0) 14:43:29 (20/33) Installing py3-lockfile (0.12.2-r3) 14:43:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:43:29 (22/33) Installing py3-colorama (0.4.3-r0) 14:43:29 (23/33) Installing py3-distlib (0.3.0-r0) 14:43:29 (24/33) Installing py3-distro (1.5.0-r1) 14:43:29 (25/33) Installing py3-webencodings (0.5.1-r3) 14:43:29 (26/33) Installing py3-html5lib (1.0.1-r4) 14:43:29 (27/33) Installing py3-pytoml (0.1.21-r0) 14:43:29 (28/33) Installing py3-pep517 (0.8.2-r0) 14:43:29 (29/33) Installing py3-progress (1.5-r0) 14:43:29 (30/33) Installing py3-toml (0.10.1-r0) 14:43:29 (31/33) Installing py3-retrying (1.3.3-r0) 14:43:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:43:29 (33/33) Installing py3-pip (20.1.1-r0) 14:43:29 Executing busybox-1.31.1-r19.trigger 14:43:29 OK: 71 MiB in 55 packages 14:43:36 Removing intermediate container 1a72e1ad1c5a 14:43:36 ---> e26aa3b7ac35 14:43:36 Step 20/26 : RUN pip install docker-compose==1.23.2 14:43:36 ---> Running in 47a26bf5497e 14:43:42 Collecting docker-compose==1.23.2 14:43:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:43:42 Collecting docopt<0.7,>=0.6.1 14:43:42 Downloading docopt-0.6.2.tar.gz (25 kB) 14:43:43 Collecting PyYAML<4,>=3.10 14:43:43 Downloading PyYAML-3.13.tar.gz (270 kB) 14:43:47 Collecting cached-property<2,>=1.2.0 14:43:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:43:47 Collecting dockerpty<0.5,>=0.4.1 14:43:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:43:49 Collecting jsonschema<3,>=2.5.1 14:43:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:43:49 Collecting websocket-client<1.0,>=0.32.0 14:43:49 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:43:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:43:50 Collecting docker<4.0,>=3.6.0 14:43:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:43:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:43:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:43:51 Collecting texttable<0.10,>=0.9.0 14:43:51 Downloading texttable-0.9.1.tar.gz (11 kB) 14:43:53 Collecting docker-pycreds>=0.4.0 14:43:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:43:54 Collecting urllib3<1.25,>=1.21.1 14:43:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:43:54 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) 14:43:54 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) 14:43:54 Collecting idna<2.8,>=2.5 14:43:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:43:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:43:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:43:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:43:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:43:55 Installing collected packages: docopt, PyYAML, cached-property, dockerpty, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, docker-compose 14:43:55 Running setup.py install for docopt: started 14:43:57 Running setup.py install for docopt: finished with status 'done' 14:43:57 Running setup.py install for PyYAML: started 14:43:59 Running setup.py install for PyYAML: finished with status 'done' 14:43:59 Running setup.py install for dockerpty: started 14:44:01 Running setup.py install for dockerpty: finished with status 'done' 14:44:01 Attempting uninstall: urllib3 14:44:01 Found existing installation: urllib3 1.25.9 14:44:01 Uninstalling urllib3-1.25.9: 14:44:01 Successfully uninstalled urllib3-1.25.9 14:44:02 Attempting uninstall: idna 14:44:02 Found existing installation: idna 2.9 14:44:02 Uninstalling idna-2.9: 14:44:02 Successfully uninstalled idna-2.9 14:44:03 Attempting uninstall: requests 14:44:03 Found existing installation: requests 2.23.0 14:44:03 Uninstalling requests-2.23.0: 14:44:03 Successfully uninstalled requests-2.23.0 14:44:04 Running setup.py install for texttable: started 14:44:06 Running setup.py install for texttable: finished with status 'done' 14:44:07 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 14:44:11 Removing intermediate container 47a26bf5497e 14:44:11 ---> e7715aa4a38e 14:44:11 Step 21/26 : RUN apk --no-cache add curl 14:44:11 ---> Running in beca518b780f 14:44:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:44:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:44:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:44:12 (2/3) Installing libcurl (7.69.1-r3) 14:44:12 (3/3) Installing curl (7.69.1-r3) 14:44:12 Executing busybox-1.31.1-r19.trigger 14:44:12 OK: 71 MiB in 58 packages 14:44:13 Removing intermediate container beca518b780f 14:44:13 ---> a50c7b04ffe9 14:44:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:44:13 ---> Running in 1f4cfbb391ae 14:44:14 Removing intermediate container 1f4cfbb391ae 14:44:14 ---> ae25ce73e315 14:44:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:44:14 ---> Running in 678a38f1743f 14:44:14 Removing intermediate container 678a38f1743f 14:44:14 ---> 63698a0f3cec 14:44:14 Step 24/26 : LABEL arch=arm64 14:44:15 ---> Running in ad3cceece7df 14:44:15 Removing intermediate container ad3cceece7df 14:44:15 ---> 4305e1e0ea30 14:44:15 Step 25/26 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa 14:44:15 ---> Running in c152b731b20a 14:44:16 Removing intermediate container c152b731b20a 14:44:16 ---> d8c069211afe 14:44:16 Step 26/26 : LABEL version=0.0.0 14:44:16 ---> Running in d1ca46735fd7 14:44:16 Removing intermediate container d1ca46735fd7 14:44:16 ---> 0b77dc303520 14:44:16 14:44:17 Successfully built 0b77dc303520 14:44:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:44:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:44:17 $ docker stop --time=1 75d90f75b1e91054b7b3020b05eb010632fcc449767d3f9359242a70bbdbf9e4 14:44:19 $ docker rm -f 75d90f75b1e91054b7b3020b05eb010632fcc449767d3f9359242a70bbdbf9e4 [Pipeline] // withDockerContainer [Pipeline] sh 14:44:20 + + grepdocker docker images 14:44:20 14:44:20 docker-sys-mgmt-agent-go-arm64 latest 0b77dc303520 4 seconds ago 300MB 14:44:20 docker-core-metadata-go-arm64 latest 8b865a28a0ad About a minute ago 17.9MB 14:44:20 docker-security-secretstore-setup-go-arm64 latest fdd03cb3aea6 About a minute ago 23.7MB 14:44:20 docker-core-command-go-arm64 latest dd29ab6e7518 About a minute ago 16.2MB 14:44:20 docker-core-data-go-arm64 latest 7f94cf3630d7 3 minutes ago 21.1MB 14:44:20 docker-security-bootstrapper-go-arm64 latest 79f3d6953ffa 3 minutes ago 17.6MB 14:44:20 docker-support-notifications-go-arm64 latest adfbe8f27a65 3 minutes ago 16.9MB 14:44:20 docker-support-scheduler-go-arm64 latest 55240f421b44 3 minutes ago 16.3MB 14:44:20 docker-security-proxy-setup-go-arm64 latest fe41266be15a 3 minutes ago 23.4MB 14:44:20 docker 20.10.0 eeaf43b92773 2 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 14:44:21 ---> job-cost.sh 14:44:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ygos 14:45:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:47:22 lf-activate-venv(): INFO: Adding /tmp/venv-ygos/bin to PATH 14:47:22 INFO: No Stack... 14:47:22 INFO: Retrieving Pricing Info for: lf-standard-4 14:47:22 INFO: Archiving Costs [Pipeline] sh 14:47:22 + cat /w/workspace/edgex-go/4/archives/cost.csv 14:47:22 + cut -d, -f6 [Pipeline] lock 14:47:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-4-stack-cost] 14:47:22 Resource [jenkins-edgexfoundry-edgex-go-PR-3208-4-stack-cost] did not exist. Created. 14:47:22 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:47:23 + echo total: 0.20999999344348907 [Pipeline] stash 14:47:23 Stashed 1 file(s) [Pipeline] } 14:47:23 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 14:47:25 provisioning config files... 14:47:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5642091356592959296tmp [Pipeline] { [Pipeline] sh 14:47:25 + set +x 14:47:25 + curl -s https://codecov.io/bash 14:47:25 + bash -s -- 14:47:25 14:47:25 _____ _ 14:47:25 / ____| | | 14:47:25 | | ___ __| | ___ ___ _____ __ 14:47:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:47:25 | |___| (_) | (_| | __/ (_| (_) \ V / 14:47:25 \_____\___/ \__,_|\___|\___\___/ \_/ 14:47:25 Bash-20210226-7100762 14:47:25 14:47:25 14:47:25 ==> git version 2.24.3 found 14:47:25 ==> 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 14:47:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:47:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:47:25 ==> Jenkins CI detected. 14:47:25 project root: . 14:47:25 --> token set from env 14:47:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:47:25 ==> Running gcov in . (disable via -X gcov) 14:47:25 ==> Python coveragepy not found 14:47:25 ==> Searching for coverage reports in: 14:47:25 + . 14:47:25 -> Found 1 reports 14:47:25 ==> Detecting git/mercurial file structure 14:47:26 ==> Reading reports 14:47:26 + ./coverage.out bytes=602988 14:47:26 ==> Appending adjustments 14:47:26 https://docs.codecov.io/docs/fixing-reports 14:47:29 + Found adjustments 14:47:29 ==> Gzipping contents 14:47:29 88K /tmp/codecov.erzb5l.gz 14:47:29 ==> Uploading reports 14:47:29 url: https://codecov.io 14:47:29 query: branch=PR-3208&commit=444c519ff7b00696b1cd03a7138ac670626b7eaa&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 14:47:29 -> Pinging Codecov 14:47:29 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3208&commit=444c519ff7b00696b1cd03a7138ac670626b7eaa&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 14:47:30 -> Uploading to 14:47:30 https://storage.googleapis.com/codecov/v4/raw/2021-03-03/00271124DB129430A58F1EEE437C3FCB/444c519ff7b00696b1cd03a7138ac670626b7eaa/d58d58a2-97c7-4436-a44e-648860a9ba5c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T144729Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81de94da7945f8d5fdea3d51e41decea6be8e27378858d039595dd6a4b805d5e 14:47:30 % Total % Received % Xferd Average Speed Time Time Time Current 14:47:30 Dload Upload Total Spent Left Speed 14:47:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89731 0 0 100 89731 0 146k --:--:-- --:--:-- --:--:-- 146k 100 89731 0 0 100 89731 0 146k --:--:-- --:--:-- --:--:-- 146k 14:47:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/444c519ff7b00696b1cd03a7138ac670626b7eaa [Pipeline] } 14:47:30 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 14:47:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:47:33 ---> package-listing.sh 14:47:33 ++ facter osfamily 14:47:33 ++ tr '[:upper:]' '[:lower:]' 14:47:33 + OS_FAMILY=redhat 14:47:33 + workspace=/w/workspace/edgex-go/4 14:47:33 + START_PACKAGES=/tmp/packages_start.txt 14:47:33 + END_PACKAGES=/tmp/packages_end.txt 14:47:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:47:33 + PACKAGES=/tmp/packages_start.txt 14:47:33 + '[' /w/workspace/edgex-go/4 ']' 14:47:33 + PACKAGES=/tmp/packages_end.txt 14:47:33 + case "${OS_FAMILY}" in 14:47:33 + rpm -qa 14:47:33 + sort 14:47:38 + '[' -f /tmp/packages_start.txt ']' 14:47:38 + '[' -f /tmp/packages_end.txt ']' 14:47:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:47:38 + '[' /w/workspace/edgex-go/4 ']' 14:47:38 + mkdir -p /w/workspace/edgex-go/4/archives/ 14:47:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 14:47:38 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:47:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:47:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:47:39 14:47:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:47:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:47:39 alpine: Pulling from edgex-lftools-log-publisher 14:47:39 df20fa9351a1: Pulling fs layer 14:47:39 36b3adc4ff6f: Pulling fs layer 14:47:39 8ad3a11d3b57: Pulling fs layer 14:47:39 46f8f816bc3b: Pulling fs layer 14:47:39 93b61091891f: Pulling fs layer 14:47:39 93b9cdb0e59b: Pulling fs layer 14:47:39 5e14af77c1be: Pulling fs layer 14:47:39 01666e4c0597: Pulling fs layer 14:47:39 aa168da1d23b: Pulling fs layer 14:47:39 5e14af77c1be: Waiting 14:47:39 01666e4c0597: Waiting 14:47:39 93b61091891f: Waiting 14:47:39 aa168da1d23b: Waiting 14:47:39 93b9cdb0e59b: Waiting 14:47:39 46f8f816bc3b: Waiting 14:47:39 36b3adc4ff6f: Verifying Checksum 14:47:39 36b3adc4ff6f: Download complete 14:47:39 46f8f816bc3b: Verifying Checksum 14:47:39 46f8f816bc3b: Download complete 14:47:40 df20fa9351a1: Verifying Checksum 14:47:40 df20fa9351a1: Download complete 14:47:40 93b9cdb0e59b: Download complete 14:47:40 5e14af77c1be: Verifying Checksum 14:47:40 5e14af77c1be: Download complete 14:47:40 93b61091891f: Verifying Checksum 14:47:40 93b61091891f: Download complete 14:47:40 01666e4c0597: Verifying Checksum 14:47:40 01666e4c0597: Download complete 14:47:40 df20fa9351a1: Pull complete 14:47:40 36b3adc4ff6f: Pull complete 14:47:41 8ad3a11d3b57: Verifying Checksum 14:47:41 8ad3a11d3b57: Download complete 14:47:42 8ad3a11d3b57: Pull complete 14:47:42 aa168da1d23b: Verifying Checksum 14:47:42 aa168da1d23b: Download complete 14:47:44 46f8f816bc3b: Pull complete 14:47:45 93b61091891f: Pull complete 14:47:45 93b9cdb0e59b: Pull complete 14:47:45 5e14af77c1be: Pull complete 14:47:45 01666e4c0597: Pull complete 14:47:53 aa168da1d23b: Pull complete 14:47:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:47:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:47:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:47:54 prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container 14:47:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:48:00 $ docker top bbce561bd2c233bf226a2c681f08c7d56353b12113eba5736f0b81edca8f9d9a -eo pid,comm [Pipeline] { [Pipeline] sh 14:48:01 + touch /tmp/pre-build-complete [Pipeline] sh 14:48:01 + mkdir -p /var/log/sa [Pipeline] sh 14:48:01 + ls /var/log/sa-host 14:48:01 + sadf -c /var/log/sa-host/sa03 14:48:01 file_magic: OK 14:48:01 HZ: Using current value: 100 14:48:01 file_header: OK 14:48:01 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 14:48:01 Statistics: 14:48:01 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... 14:48:01 File successfully converted to sysstat format version 12.2.1 14:48:01 + sadf -c /var/log/sa-host/sa23 14:48:01 file_magic: OK 14:48:01 HZ: Using current value: 100 14:48:01 file_header: OK 14:48:01 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 14:48:01 Statistics: 14:48:01 Hnuu...uuuununununu... 14:48:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:48:02 provisioning config files... 14:48:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6509990235591236237tmp [Pipeline] { [Pipeline] echo 14:48:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:48:02 ---> create-netrc.sh [Pipeline] } 14:48:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:48:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:48:02 ---> python-tools-install.sh [Pipeline] echo 14:48:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:48:03 ---> sudo-logs.sh 14:48:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:48:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:48:03 ---> job-cost.sh 14:48:03 lf-activate-venv: SKIPPING 14:48:03 DEBUG: total: 0.20999999344348907 14:48:03 INFO: Retrieving Stack Cost... 14:48:04 INFO: Retrieving Pricing Info for: v1-standard-2 14:48:05 INFO: Archiving Costs [Pipeline] echo 14:48:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:48:05 ---> logs-deploy.sh 14:48:05 lf-activate-venv: SKIPPING 14:48:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/4 14:48:05 INFO: archiving workspace using pattern(s): 14:48:07 Archives upload complete. 14:48:07 INFO: archiving logs to Nexus 14:48:08 ---> uname -a: 14:48:08 Linux prd-centos7-docker-4c-2g-28382.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:48:08 14:48:08 14:48:08 ---> lscpu: 14:48:08 Architecture: x86_64 14:48:08 CPU op-mode(s): 32-bit, 64-bit 14:48:08 Byte Order: Little Endian 14:48:08 Address sizes: 40 bits physical, 48 bits virtual 14:48:08 CPU(s): 4 14:48:08 On-line CPU(s) list: 0-3 14:48:08 Thread(s) per core: 1 14:48:08 Core(s) per socket: 1 14:48:08 Socket(s): 4 14:48:08 NUMA node(s): 1 14:48:08 Vendor ID: GenuineIntel 14:48:08 CPU family: 6 14:48:08 Model: 44 14:48:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:48:08 Stepping: 1 14:48:08 CPU MHz: 2933.436 14:48:08 BogoMIPS: 5866.87 14:48:08 Virtualization: VT-x 14:48:08 Hypervisor vendor: KVM 14:48:08 Virtualization type: full 14:48:08 L1d cache: 128 KiB 14:48:08 L1i cache: 128 KiB 14:48:08 L2 cache: 16 MiB 14:48:08 L3 cache: 64 MiB 14:48:08 NUMA node0 CPU(s): 0-3 14:48:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:48:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:48:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:48:08 Vulnerability Meltdown: Mitigation; PTI 14:48:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:48:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:48:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:48:08 Vulnerability Srbds: Not affected 14:48:08 Vulnerability Tsx async abort: Not affected 14:48:08 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 14:48:08 14:48:08 14:48:08 ---> nproc: 14:48:08 4 14:48:08 14:48:08 14:48:08 ---> df -h: 14:48:08 Filesystem Size Used Available Use% Mounted on 14:48:08 overlay 50.0G 13.0G 37.0G 26% / 14:48:08 tmpfs 64.0M 0 64.0M 0% /dev 14:48:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:48:08 shm 64.0M 0 64.0M 0% /dev/shm 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/4 14:48:08 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/4@tmp 14:48:08 14:48:08 14:48:08 ---> free -m: 14:48:08 total used free shared buff/cache available 14:48:08 Mem: 1837 725 124 0 987 1027 14:48:08 Swap: 1023 40 983 14:48:08 14:48:08 14:48:08 ---> ip addr: 14:48:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:48:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:48:08 inet 127.0.0.1/8 scope host lo 14:48:08 valid_lft forever preferred_lft forever 14:48:08 inet6 ::1/128 scope host 14:48:08 valid_lft forever preferred_lft forever 14:48:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:48:08 link/ether fa:16:3e:06:f5:c6 brd ff:ff:ff:ff:ff:ff 14:48:08 inet 10.30.122.35/23 brd 10.30.123.255 scope global dynamic eth0 14:48:08 valid_lft 84909sec preferred_lft 84909sec 14:48:08 inet6 fe80::f816:3eff:fe06:f5c6/64 scope link 14:48:08 valid_lft forever preferred_lft forever 14:48:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:48:08 link/ether 02:42:e4:28:1a:74 brd ff:ff:ff:ff:ff:ff 14:48:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:48:08 valid_lft forever preferred_lft forever 14:48:08 inet6 fe80::42:e4ff:fe28:1a74/64 scope link 14:48:08 valid_lft forever preferred_lft forever 14:48:08 14:48:08 14:48:08 ---> sar -b -r -n DEV: 14:48:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) 14:48:08 14:48:08 14:23:05 LINUX RESTART (4 CPU) 14:48:08 14:48:08 14:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:48:08 14:25:01 129.88 51.52 78.35 0.00 9096.33 35331.39 0.00 14:48:08 14:26:02 261.11 100.52 160.60 0.00 3957.68 28913.82 0.00 14:48:08 14:27:01 123.37 33.26 90.11 0.00 1433.21 10451.00 0.00 14:48:08 14:28:01 145.07 69.18 75.89 0.00 3596.47 9348.74 0.00 14:48:08 14:29:01 314.75 122.83 191.93 0.00 54001.93 126872.09 0.00 14:48:08 14:30:02 2246.60 1887.89 358.72 0.00 184783.16 191708.27 0.00 14:48:08 14:31:01 382.46 178.35 204.10 0.00 17144.88 38721.26 0.00 14:48:08 14:32:02 1336.78 959.61 377.17 0.00 137773.65 163935.47 0.00 14:48:08 14:33:01 1314.82 1049.16 265.66 0.00 86855.97 96128.29 0.00 14:48:08 14:34:02 155.82 31.63 124.19 0.00 4446.99 16788.90 0.00 14:48:08 14:35:01 2.56 1.29 1.27 0.00 96.85 16.19 0.00 14:48:08 14:36:01 0.40 0.02 0.38 0.00 0.13 4.70 0.00 14:48:08 14:37:01 0.27 0.02 0.25 0.00 0.13 3.23 0.00 14:48:08 14:38:01 0.45 0.18 0.27 0.00 20.91 2.61 0.00 14:48:08 14:39:01 1.98 1.17 0.82 0.00 26.10 15.61 0.00 14:48:08 14:40:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 14:48:08 14:41:01 0.22 0.02 0.20 0.00 0.53 2.43 0.00 14:48:08 14:42:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 14:48:08 14:43:01 0.27 0.02 0.25 0.00 0.27 2.76 0.00 14:48:08 14:44:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 14:48:08 14:45:01 0.23 0.02 0.22 0.00 0.53 2.75 0.00 14:48:08 14:46:01 0.18 0.00 0.18 0.00 0.00 2.08 0.00 14:48:08 14:47:01 0.33 0.02 0.32 0.00 0.27 3.28 0.00 14:48:08 Average: 280.02 195.80 84.22 0.00 22015.49 31404.08 0.00 14:48:08 14:48:08 14:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:48:08 14:25:01 72916 0 675220 35.89 2596 1130812 1540000 52.56 706980 879644 89756 14:48:08 14:26:02 165232 0 777748 41.34 1492 937072 1498804 51.15 603688 839132 5720 14:48:08 14:27:01 199684 0 788932 41.93 732 892196 1836312 62.67 688812 710116 67584 14:48:08 14:28:01 246024 0 772760 41.07 616 862144 1430572 48.82 633540 711696 58904 14:48:08 14:29:01 63272 0 821624 43.67 76 996572 2219864 75.76 630356 979280 50560 14:48:08 14:30:02 398700 0 827776 43.99 0 655068 3578268 122.12 625384 624032 68 14:48:08 14:31:01 213412 0 748124 39.76 0 920008 1634268 55.77 458020 957336 8 14:48:08 14:32:02 76812 0 843120 44.81 0 961612 2265024 77.30 535052 1041972 36944 14:48:08 14:33:01 190316 0 927332 49.29 0 763896 3131252 106.86 705280 715924 49256 14:48:08 14:34:02 312508 0 657040 34.92 0 911996 1220708 41.66 579872 737524 8 14:48:08 14:35:01 319064 0 647660 34.42 0 914820 1164764 39.75 573916 739800 8 14:48:08 14:36:01 319752 0 646964 34.38 0 914828 1158572 39.54 573196 739760 12 14:48:08 14:37:01 319584 0 647124 34.39 0 914836 1158740 39.55 573644 739764 8 14:48:08 14:38:01 319548 0 646604 34.37 0 915392 1159568 39.57 574084 740264 8 14:48:08 14:39:01 319164 0 646800 34.38 0 915580 1158644 39.54 573348 740468 12 14:48:08 14:40:01 319048 0 646896 34.38 0 915600 1158656 39.54 573736 740476 8 14:48:08 14:41:01 319036 0 646920 34.38 0 915588 1158572 39.54 573252 740476 8 14:48:08 14:42:01 319300 0 646632 34.37 0 915612 1158572 39.54 573384 740492 16 14:48:08 14:43:01 319156 0 646776 34.37 0 915612 1158680 39.54 573828 740492 12 14:48:08 14:44:01 318948 0 646972 34.39 0 915624 1158668 39.54 573708 740500 8 14:48:08 14:45:01 318592 0 647328 34.40 0 915624 1158608 39.54 573624 740500 8 14:48:08 14:46:01 318756 0 647144 34.39 0 915644 1158572 39.54 573420 740516 8 14:48:08 14:47:01 319184 0 646708 34.37 0 915652 1158572 39.54 573424 740524 8 14:48:08 Average: 264696 0 706531 37.55 240 910078 1540185 52.56 592328 774813 15606 14:48:08 14:48:08 14:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:48:08 14:25:01 eth0 1090.64 1169.09 5904.69 147.37 0.00 0.00 0.00 0.00 14:48:08 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:25:01 docker0 822.66 673.88 69.16 2674.37 0.00 0.00 0.00 0.00 14:48:08 14:26:02 eth0 188.47 148.70 863.81 24.08 0.00 0.00 0.00 0.00 14:48:08 14:26:02 veth929de21 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 14:48:08 14:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:26:02 docker0 129.97 156.87 9.26 833.06 0.00 0.00 0.00 0.00 14:48:08 14:27:01 eth0 43.20 31.69 21.93 78.48 0.00 0.00 0.00 0.00 14:48:08 14:27:01 veth929de21 0.44 0.47 0.04 0.04 0.00 0.00 0.00 0.00 14:48:08 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:27:01 docker0 0.44 0.44 0.03 0.04 0.00 0.00 0.00 0.00 14:48:08 14:28:01 eth0 21.33 12.02 17.30 9.28 0.00 0.00 0.00 0.00 14:48:08 14:28:01 veth929de21 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 14:48:08 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:28:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 14:48:08 14:29:01 eth0 223.93 191.15 1689.40 75.37 0.00 0.00 0.00 0.00 14:48:08 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:29:01 veth83e142d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:48:08 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:30:02 veth9da7452 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:30:02 veth2319e24 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:30:02 vethfcd302c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:30:02 vethcde7979 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:31:01 veth11bf4a1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:31:01 eth0 2674.01 2418.90 13632.61 453.36 0.00 0.00 0.00 0.00 14:48:08 14:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:48:08 14:31:01 veth35d6bba 1.59 2.57 0.11 14.08 0.00 0.00 0.00 0.00 14:48:08 14:32:02 eth0 120.06 79.05 428.87 88.45 0.00 0.00 0.00 0.00 14:48:08 14:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:32:02 veth7394f98 1.00 1.34 0.14 5.36 0.00 0.00 0.00 0.00 14:48:08 14:32:02 veth83e142d 0.00 0.83 0.00 0.04 0.00 0.00 0.00 0.00 14:48:08 14:33:01 veth80c1d95 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 14:48:08 14:33:01 veth077fea7 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 14:48:08 14:33:01 eth0 41.50 22.25 78.42 15.84 0.00 0.00 0.00 0.00 14:48:08 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:34:02 eth0 44.13 30.57 97.31 70.07 0.00 0.00 0.00 0.00 14:48:08 14:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:34:02 docker0 1039.53 962.36 83.86 4327.06 0.00 0.00 0.00 0.00 14:48:08 14:35:01 eth0 1.13 0.37 0.39 0.21 0.00 0.00 0.00 0.00 14:48:08 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:36:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 14:48:08 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:37:01 eth0 0.58 0.37 0.28 0.20 0.00 0.00 0.00 0.00 14:48:08 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:38:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:48:08 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:39:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 14:48:08 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:40:01 eth0 1.30 0.92 0.99 0.06 0.00 0.00 0.00 0.00 14:48:08 14:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:41:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:42:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:43:01 eth0 0.52 0.32 0.27 0.17 0.00 0.00 0.00 0.00 14:48:08 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:44:01 eth0 0.18 0.13 0.08 0.10 0.00 0.00 0.00 0.00 14:48:08 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:45:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 14:48:08 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:46:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:47:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:48:08 14:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 14:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 Average: eth0 86.71 80.14 466.48 23.27 0.00 0.00 0.00 0.00 14:48:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:48:08 Average: docker0 45.27 41.91 3.65 188.45 0.00 0.00 0.00 0.00 14:48:08 14:48:08 14:48:08 ---> sar -P ALL: 14:48:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) 14:48:08 14:48:08 14:23:05 LINUX RESTART (4 CPU) 14:48:08 14:48:08 14:24:01 CPU %user %nice %system %iowait %steal %idle 14:48:08 14:25:01 all 15.75 0.00 8.95 1.41 0.56 73.33 14:48:08 14:25:01 0 17.76 0.00 10.43 0.87 0.50 70.44 14:48:08 14:25:01 1 17.13 0.00 7.52 2.47 0.58 72.29 14:48:08 14:25:01 2 14.23 0.00 8.41 1.13 0.58 75.64 14:48:08 14:25:01 3 13.88 0.00 9.45 1.17 0.57 74.94 14:48:08 14:26:02 all 9.55 0.00 7.97 4.67 0.32 77.49 14:48:08 14:26:02 0 9.92 0.00 7.92 5.58 0.29 76.30 14:48:08 14:26:02 1 9.94 0.00 8.61 5.07 0.31 76.08 14:48:08 14:26:02 2 9.31 0.00 7.76 5.16 0.34 77.43 14:48:08 14:26:02 3 9.02 0.00 7.59 2.89 0.34 80.16 14:48:08 14:27:01 all 56.09 0.00 13.61 4.29 0.33 25.68 14:48:08 14:27:01 0 56.24 0.00 13.31 6.86 0.27 23.32 14:48:08 14:27:01 1 55.85 0.00 13.24 4.75 0.38 25.78 14:48:08 14:27:01 2 53.71 0.00 13.85 3.08 0.27 29.10 14:48:08 14:27:01 3 58.59 0.00 14.04 2.47 0.41 24.49 14:48:08 14:28:01 all 47.80 0.00 14.09 3.69 0.41 34.01 14:48:08 14:28:01 0 48.02 0.00 13.78 4.24 0.32 33.65 14:48:08 14:28:01 1 48.03 0.00 14.33 4.77 0.49 32.39 14:48:08 14:28:01 2 47.45 0.00 13.63 3.48 0.44 35.01 14:48:08 14:28:01 3 47.70 0.00 14.64 2.27 0.38 35.01 14:48:08 14:29:01 all 22.06 0.00 19.11 5.80 0.43 52.59 14:48:08 14:29:01 0 20.60 0.00 18.71 7.48 0.45 52.76 14:48:08 14:29:01 1 24.15 0.00 20.06 4.74 0.38 50.67 14:48:08 14:29:01 2 20.02 0.00 18.28 5.83 0.47 55.41 14:48:08 14:29:01 3 23.50 0.00 19.41 5.16 0.43 51.50 14:48:08 14:30:02 all 22.87 0.00 31.18 21.46 0.72 23.76 14:48:08 14:30:02 0 22.70 0.00 30.09 18.35 0.73 28.13 14:48:08 14:30:02 1 22.66 0.00 32.27 22.79 0.79 21.49 14:48:08 14:30:02 2 22.85 0.00 30.48 24.02 0.71 21.94 14:48:08 14:30:02 3 23.28 0.00 31.89 20.70 0.65 23.48 14:48:08 14:31:01 all 61.78 0.00 19.35 9.54 0.37 8.96 14:48:08 14:31:01 0 62.49 0.00 18.68 9.75 0.30 8.78 14:48:08 14:31:01 1 62.25 0.00 18.65 9.81 0.38 8.91 14:48:08 14:31:01 2 61.63 0.00 19.55 9.52 0.41 8.89 14:48:08 14:31:01 3 60.73 0.00 20.52 9.09 0.38 9.29 14:48:08 14:32:02 all 16.93 0.00 25.04 28.03 0.65 29.35 14:48:08 14:32:02 0 16.63 0.00 24.23 25.95 0.83 32.36 14:48:08 14:32:02 1 15.82 0.00 25.06 26.69 0.62 31.81 14:48:08 14:32:02 2 18.31 0.00 26.29 30.28 0.59 24.53 14:48:08 14:32:02 3 16.97 0.00 24.59 29.24 0.55 28.66 14:48:08 14:33:01 all 51.18 0.00 21.80 14.99 0.72 11.31 14:48:08 14:33:01 0 49.96 0.00 22.76 16.40 0.74 10.14 14:48:08 14:33:01 1 49.95 0.00 20.61 13.25 0.80 15.39 14:48:08 14:33:01 2 52.15 0.00 21.60 16.03 0.66 9.55 14:48:08 14:33:01 3 52.66 0.00 22.24 14.29 0.67 10.14 14:48:08 14:34:02 all 10.10 0.00 6.94 8.74 0.25 73.97 14:48:08 14:34:02 0 9.58 0.00 7.20 12.25 0.22 70.74 14:48:08 14:34:02 1 9.59 0.00 6.75 6.72 0.27 76.67 14:48:08 14:34:02 2 10.44 0.00 6.98 8.44 0.22 73.92 14:48:08 14:34:02 3 10.80 0.00 6.84 7.56 0.27 74.54 14:48:08 14:35:01 all 0.14 0.00 0.04 0.00 0.00 99.81 14:48:08 14:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:48:08 14:35:01 1 0.42 0.00 0.07 0.00 0.00 99.51 14:48:08 14:35:01 2 0.07 0.00 0.03 0.00 0.00 99.90 14:48:08 14:35:01 3 0.05 0.00 0.05 0.02 0.02 99.86 14:48:08 14:48:08 14:35:01 CPU %user %nice %system %iowait %steal %idle 14:48:08 14:36:01 all 0.16 0.00 0.04 0.00 0.01 99.78 14:48:08 14:36:01 0 0.02 0.00 0.05 0.02 0.02 99.90 14:48:08 14:36:01 1 0.35 0.00 0.03 0.00 0.02 99.60 14:48:08 14:36:01 2 0.05 0.00 0.02 0.00 0.02 99.92 14:48:08 14:36:01 3 0.23 0.00 0.05 0.00 0.00 99.72 14:48:08 14:37:01 all 0.16 0.00 0.04 0.00 0.01 99.79 14:48:08 14:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:48:08 14:37:01 1 0.07 0.00 0.05 0.00 0.00 99.88 14:48:08 14:37:01 2 0.03 0.00 0.07 0.00 0.00 99.90 14:48:08 14:37:01 3 0.52 0.00 0.02 0.00 0.03 99.43 14:48:08 14:38:01 all 0.16 0.00 0.05 0.00 0.01 99.77 14:48:08 14:38:01 0 0.05 0.00 0.03 0.00 0.02 99.90 14:48:08 14:38:01 1 0.00 0.00 0.05 0.02 0.00 99.93 14:48:08 14:38:01 2 0.07 0.00 0.07 0.00 0.02 99.85 14:48:08 14:38:01 3 0.53 0.00 0.07 0.00 0.02 99.38 14:48:08 14:39:01 all 0.13 0.00 0.06 0.02 0.00 99.79 14:48:08 14:39:01 0 0.03 0.00 0.05 0.00 0.00 99.92 14:48:08 14:39:01 1 0.08 0.00 0.05 0.02 0.00 99.85 14:48:08 14:39:01 2 0.15 0.00 0.08 0.07 0.00 99.70 14:48:08 14:39:01 3 0.25 0.00 0.05 0.00 0.00 99.70 14:48:08 14:40:01 all 0.04 0.00 0.04 0.00 0.01 99.91 14:48:08 14:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:48:08 14:40:01 1 0.05 0.00 0.05 0.00 0.02 99.88 14:48:08 14:40:01 2 0.05 0.00 0.05 0.00 0.02 99.88 14:48:08 14:40:01 3 0.05 0.00 0.03 0.00 0.00 99.92 14:48:08 14:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:48:08 14:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:48:08 14:41:01 1 0.52 0.00 0.05 0.00 0.00 99.43 14:48:08 14:41:01 2 0.05 0.00 0.03 0.00 0.00 99.92 14:48:08 14:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:48:08 14:42:01 all 0.16 0.00 0.02 0.00 0.00 99.81 14:48:08 14:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:48:08 14:42:01 1 0.53 0.00 0.03 0.00 0.00 99.43 14:48:08 14:42:01 2 0.07 0.00 0.05 0.00 0.02 99.87 14:48:08 14:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 14:48:08 14:43:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:48:08 14:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:48:08 14:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 14:48:08 14:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 14:48:08 14:43:01 3 0.52 0.00 0.03 0.00 0.00 99.45 14:48:08 14:44:01 all 0.17 0.00 0.02 0.00 0.00 99.81 14:48:08 14:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:48:08 14:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:48:08 14:44:01 2 0.10 0.00 0.05 0.00 0.00 99.85 14:48:08 14:44:01 3 0.53 0.00 0.02 0.00 0.00 99.45 14:48:08 14:45:01 all 0.12 0.00 0.04 0.00 0.00 99.84 14:48:08 14:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:48:08 14:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:48:08 14:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:48:08 14:45:01 3 0.40 0.00 0.07 0.00 0.02 99.52 14:48:08 14:46:01 all 0.07 0.00 0.04 0.00 0.01 99.88 14:48:08 14:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 14:48:08 14:46:01 1 0.20 0.00 0.03 0.00 0.00 99.77 14:48:08 14:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 14:48:08 14:46:01 3 0.05 0.00 0.05 0.00 0.03 99.87 14:48:08 14:48:08 14:46:01 CPU %user %nice %system %iowait %steal %idle 14:48:08 14:47:01 all 0.16 0.00 0.03 0.00 0.01 99.80 14:48:08 14:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:48:08 14:47:01 1 0.53 0.00 0.02 0.00 0.02 99.43 14:48:08 14:47:01 2 0.05 0.00 0.07 0.00 0.02 99.87 14:48:08 14:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 14:48:08 Average: all 13.24 0.00 7.09 4.32 0.20 75.14 14:48:08 Average: 0 13.17 0.00 7.05 4.55 0.20 75.03 14:48:08 Average: 1 13.34 0.00 7.06 4.26 0.21 75.13 14:48:08 Average: 2 13.06 0.00 7.06 4.51 0.20 75.17 14:48:08 Average: 3 13.40 0.00 7.19 3.97 0.20 75.24 14:48:08 14:48:08 14:48:08