Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a69c127c9b04e641d44d2e92838084644d97324 rather than 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 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-29520’ Running on prd-centos7-docker-4c-2g-29523 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc Merge succeeded, producing 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc Checking out Revision 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc (PR-3250) > 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/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 Commit message: "feat: Update the Read/Write permissions description" > git rev-list --no-walk dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:14:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:14:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:14:53 ========================================================= 14:14:53 EdgeX Global Pipelines Version Info 14:14:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:14:55 ------------------- 14:14:55 stable info: 14:14:55 ------------------- 14:14:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:14:55 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:14:55 Message: update stable to v1.0.184 14:14:56 ------------------- 14:14:56 experimental info: 14:14:56 ------------------- 14:14:56 Commited By: **** collab-it+edgex@linuxfoundation.org 14:14:56 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:14:56 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:14:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:14:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo 14:14:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo 14:14:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo 14:14:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [Pipeline] echo 14:14:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f97ba8 [Pipeline] echo 14:14:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:14:59 provisioning config files... 14:14:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2900319566669903333tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:14:59 ---> docker-login.sh 14:14:59 nexus3.edgexfoundry.org:10001 14:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:00 Configure a credential helper to remove this warning. See 14:15:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:00 14:15:00 Login Succeeded 14:15:00 nexus3.edgexfoundry.org:10002 14:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:00 Configure a credential helper to remove this warning. See 14:15:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:00 14:15:00 Login Succeeded 14:15:00 nexus3.edgexfoundry.org:10003 14:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:00 Configure a credential helper to remove this warning. See 14:15:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:00 14:15:00 Login Succeeded 14:15:00 nexus3.edgexfoundry.org:10004 14:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:00 Configure a credential helper to remove this warning. See 14:15:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:00 14:15:00 Login Succeeded 14:15:00 docker.io 14:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:01 Configure a credential helper to remove this warning. See 14:15:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:01 14:15:01 Login Succeeded 14:15:01 ---> docker-login.sh ends [Pipeline] } 14:15:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:15:01 ++ 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:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/core-command/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo core-command,cmd/core-command/Dockerfile 14:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/core-data/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo core-data,cmd/core-data/Dockerfile 14:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/core-metadata/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo core-metadata,cmd/core-metadata/Dockerfile 14:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/security-bootstrapper/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/security-proxy-setup/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/support-notifications/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo support-notifications,cmd/support-notifications/Dockerfile 14:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/support-scheduler/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:15:01 + for file in '`ls cmd/**/Dockerfile`' 14:15:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:15:01 ++ cut -d/ -f2 14:15:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:15:01 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:15:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:15:02 14:15:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:15:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:15:03 latest: Pulling from edgex-devops/git-semver 14:15:03 31603596830f: Pulling fs layer 14:15:03 2a8b12db71e7: Pulling fs layer 14:15:03 6ca5941a6612: Pulling fs layer 14:15:03 ecc8261a40a4: Pulling fs layer 14:15:03 ecc8261a40a4: Waiting 14:15:03 2a8b12db71e7: Verifying Checksum 14:15:03 2a8b12db71e7: Download complete 14:15:03 31603596830f: Verifying Checksum 14:15:03 31603596830f: Download complete 14:15:03 ecc8261a40a4: Verifying Checksum 14:15:03 ecc8261a40a4: Download complete 14:15:03 6ca5941a6612: Verifying Checksum 14:15:03 6ca5941a6612: Download complete 14:15:03 31603596830f: Pull complete 14:15:04 2a8b12db71e7: Pull complete 14:15:05 6ca5941a6612: Pull complete 14:15:05 ecc8261a40a4: Pull complete 14:15:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:15:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:15:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:15:05 prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container 14:15:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:15:08 $ docker top 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:15:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:15:08 [ssh-agent] Looking for ssh-agent implementation... 14:15:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:15:08 $ docker exec 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 ssh-agent 14:15:09 SSH_AUTH_SOCK=/tmp/ssh-ti5s9ktGp7iM/agent.12 14:15:09 SSH_AGENT_PID=17 14:15:09 Running ssh-add (command line suppressed) 14:15:09 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8834217941175779511.key (/w/workspace/edgex-go/7@tmp/private_key_8834217941175779511.key) 14:15:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:15:09 + git tag --points-at HEAD [Pipeline] } 14:15:09 $ docker exec --env ******** --env ******** 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 ssh-agent -k 14:15:09 unset SSH_AUTH_SOCK; 14:15:09 unset SSH_AGENT_PID; 14:15:09 echo Agent pid 17 killed; 14:15:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:15:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:15:10 [ssh-agent] Looking for ssh-agent implementation... 14:15:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:15:10 $ docker exec 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 ssh-agent 14:15:10 SSH_AUTH_SOCK=/tmp/ssh-HIS8LubHtxly/agent.46 14:15:10 SSH_AGENT_PID=52 14:15:10 Running ssh-add (command line suppressed) 14:15:10 Identity added: /w/workspace/edgex-go/7@tmp/private_key_5056883799615167081.key (/w/workspace/edgex-go/7@tmp/private_key_5056883799615167081.key) 14:15:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:15:10 + git semver init 14:15:10 # -> Open(): unable to determine branch for HEAD 14:15:10 # $GIT_DIR = /w/workspace/edgex-go/7/.git 14:15:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 14:15:10 # $SEMVER_REMOTE_NAME = origin 14:15:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:15:10 # $SEMVER_USER_NAME = edgex-jenkins 14:15:10 # $SEMVER_BRANCH = PR-3250 14:15:10 # $SEMVER_TEMP = /tmp/semver-782899569 14:15:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:15:33 # '/tmp/semver-782899569' -> '/w/workspace/edgex-go/7/.semver' 14:15:33 # -> Force: false 14:15:33 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 14:15:33 $ docker exec --env ******** --env ******** 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 ssh-agent -k 14:15:33 unset SSH_AUTH_SOCK; 14:15:33 unset SSH_AGENT_PID; 14:15:33 echo Agent pid 52 killed; 14:15:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:15:33 + git semver [Pipeline] } 14:15:33 $ docker stop --time=1 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 14:15:35 $ docker rm -f 6948252c91bb5d7916ff8e660bdce0bae256394a8f4fafca7bdd9847cf9f3060 [Pipeline] // withDockerContainer [Pipeline] sh 14:15:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:15:37 Stashed 1 file(s) [Pipeline] echo 14:15:37 [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:15:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:15:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:15:38 + sudo service docker restart 14:15:38 + true 14:15:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:15:39 ========================================================= 14:15:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:15:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:15:39 + 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:15:44 Sending build context to Docker daemon 328.5MB 14:15:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:15:44 Step 2/6 : FROM ${BASE} 14:15:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:15:44 188c0c94c7c5: Pulling fs layer 14:15:44 0ef7d3d256c8: Pulling fs layer 14:15:44 de9db76c5a1d: Pulling fs layer 14:15:44 bca2f99d35d6: Pulling fs layer 14:15:44 93359f2a8cfa: Pulling fs layer 14:15:44 7c6f9722023f: Pulling fs layer 14:15:44 a35cf1a2eb13: Pulling fs layer 14:15:44 bca2f99d35d6: Waiting 14:15:44 93359f2a8cfa: Waiting 14:15:44 7c6f9722023f: Waiting 14:15:44 a35cf1a2eb13: Waiting 14:15:44 de9db76c5a1d: Verifying Checksum 14:15:44 de9db76c5a1d: Download complete 14:15:44 0ef7d3d256c8: Download complete 14:15:44 93359f2a8cfa: Verifying Checksum 14:15:44 93359f2a8cfa: Download complete 14:15:44 7c6f9722023f: Verifying Checksum 14:15:44 7c6f9722023f: Download complete 14:15:44 188c0c94c7c5: Verifying Checksum 14:15:44 188c0c94c7c5: Download complete 14:15:44 188c0c94c7c5: Pull complete 14:15:44 0ef7d3d256c8: Pull complete 14:15:44 de9db76c5a1d: Pull complete 14:15:46 a35cf1a2eb13: Verifying Checksum 14:15:46 a35cf1a2eb13: Download complete 14:15:46 bca2f99d35d6: Verifying Checksum 14:15:46 bca2f99d35d6: Download complete 14:15:52 Still waiting to schedule task 14:15:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:15:53 bca2f99d35d6: Pull complete 14:15:53 93359f2a8cfa: Pull complete 14:15:53 7c6f9722023f: Pull complete 14:15:57 a35cf1a2eb13: Pull complete 14:15:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:15:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:15:57 ---> a62c8e92a672 14:15:57 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:15:57 ---> Running in dfcf6108dcc4 14:15:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:15:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:15:58 (1/12) Installing libmagic (5.38-r0) 14:15:58 (2/12) Installing file (5.38-r0) 14:15:58 (3/12) Installing libc-dev (0.7.2-r3) 14:15:58 (4/12) Installing g++ (9.3.0-r2) 14:16:05 (5/12) Installing fortify-headers (1.1-r0) 14:16:05 (6/12) Installing patch (2.7.6-r6) 14:16:05 (7/12) Installing build-base (0.5-r2) 14:16:05 (8/12) Installing libsodium (1.0.18-r0) 14:16:05 (9/12) Installing pkgconf (1.7.2-r0) 14:16:05 (10/12) Installing libsodium-dev (1.0.18-r0) 14:16:05 (11/12) Installing libzmq (4.3.3-r0) 14:16:05 (12/12) Installing zeromq-dev (4.3.3-r0) 14:16:05 Executing busybox-1.31.1-r19.trigger 14:16:05 OK: 233 MiB in 51 packages 14:16:10 Removing intermediate container dfcf6108dcc4 14:16:10 ---> 7134a733d5c3 14:16:10 Step 4/6 : WORKDIR /edgex-go 14:16:10 ---> Running in bd3e43c1afc0 14:16:10 Removing intermediate container bd3e43c1afc0 14:16:10 ---> d77003ab6255 14:16:10 Step 5/6 : COPY go.mod . 14:16:10 ---> 16d2d5fd4f40 14:16:10 Step 6/6 : RUN go mod download 14:16:10 ---> Running in 8668592b2930 14:16:36 Removing intermediate container 8668592b2930 14:16:36 ---> 4ab932f41153 14:16:36 Successfully built 4ab932f41153 14:16:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:16:37 + docker inspect -f . ci-base-image-x86_64 14:16:37 . [Pipeline] withDockerContainer 14:16:37 prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container 14:16:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:16:38 $ docker top 7277ad037c7663c7d454a597ab1bd8f551a62fac6a8c352723ccc395cc421f38 -eo pid,comm [Pipeline] { [Pipeline] sh 14:16:38 + go version 14:16:38 go version go1.15.5 linux/amd64 [Pipeline] } 14:16:38 $ docker stop --time=1 7277ad037c7663c7d454a597ab1bd8f551a62fac6a8c352723ccc395cc421f38 14:16:40 $ docker rm -f 7277ad037c7663c7d454a597ab1bd8f551a62fac6a8c352723ccc395cc421f38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:16:41 + docker inspect -f . ci-base-image-x86_64 14:16:41 . [Pipeline] withDockerContainer 14:16:41 prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container 14:16:41 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:16:42 $ docker top 384736c533c566b56a5c000cf89a07ef4de59f8e7688b1f9bb92db794de7cfc5 -eo pid,comm [Pipeline] { [Pipeline] echo 14:16:42 ========================================================= 14:16:42 [edgeXBuildGoParallel] Running Tests and Build... 14:16:42 ========================================================= [Pipeline] sh 14:16:42 + make test 14:16:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:16:50 ? github.com/edgexfoundry/edgex-go [no test files] 14:17:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:17:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:17:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:17:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:17:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:17:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:17:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:17:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:17:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:17:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:17:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:17:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:17:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:17:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements 14:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:17:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements 14:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 71.3% of statements 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.186s coverage: 82.9% of statements 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.071s coverage: 78.9% of statements 14:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:17:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:17:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:17:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:17:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:17:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:17:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:17:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.439s coverage: 92.8% of statements 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:17:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:17:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.116s coverage: 0.1% of statements 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:17:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 47.1% of statements 14:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements 14:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 14:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 14:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 14:17:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 14:17:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 14:17:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.062s coverage: 81.4% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 62.4% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 69.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 87.1% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.773s coverage: 29.1% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.084s coverage: 96.5% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 14:18:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements 14:18:03 GO111MODULE=on go vet ./... 14:18:35 gofmt -l . 14:18:35 [ "`gofmt -l .`" = "" ] 14:18:35 ./bin/test-go-mod-tidy.sh 14:18:35 ./bin/test-attribution-txt.sh [Pipeline] sh 14:18:36 + ls -al . 14:18:36 total 740 14:18:36 drwxrwxr-x 10 1001 1001 4096 Mar 11 14:18 . 14:18:36 drwxr-xr-x 4 root root 28 Mar 11 14:16 .. 14:18:36 -rw-rw-r-- 1 1001 1001 11 Mar 11 14:14 .dockerignore 14:18:36 drwxrwxr-x 8 1001 1001 179 Mar 11 14:14 .git 14:18:36 drwxrwxr-x 3 1001 1001 125 Mar 11 14:14 .github 14:18:36 -rw-rw-r-- 1 1001 1001 818 Mar 11 14:14 .gitignore 14:18:36 drwx------ 3 1001 1001 60 Mar 11 14:15 .semver 14:18:36 -rw-rw-r-- 1 1001 1001 166 Mar 11 14:14 .sonarcloud.properties 14:18:36 -rw-rw-r-- 1 1001 1001 8607 Mar 11 14:14 Attribution.txt 14:18:36 -rw-rw-r-- 1 1001 1001 3804 Mar 11 14:14 CONTRIBUTING.md 14:18:36 -rw-rw-r-- 1 1001 1001 931 Mar 11 14:14 Dockerfile.build 14:18:36 -rw-rw-r-- 1 1001 1001 863 Mar 11 14:14 Jenkinsfile 14:18:36 -rw-rw-r-- 1 1001 1001 10775 Mar 11 14:14 LICENSE 14:18:36 -rw-rw-r-- 1 1001 1001 5774 Mar 11 14:14 Makefile 14:18:36 -rw-rw-r-- 1 1001 1001 6548 Mar 11 14:14 README.md 14:18:36 -rw-rw-r-- 1 1001 1001 6755 Mar 11 14:14 SECURITY.md 14:18:36 -rw-rw-r-- 1 1001 1001 5 Mar 11 14:15 VERSION 14:18:36 -rw-rw-r-- 1 1001 1001 4131 Mar 11 14:14 ZMQWindows.md 14:18:36 drwxrwxr-x 2 1001 1001 117 Mar 11 14:14 bin 14:18:36 drwxrwxr-x 14 1001 1001 4096 Mar 11 14:14 cmd 14:18:36 -rw-r--r-- 1 root root 628834 Mar 11 14:18 coverage.out 14:18:36 -rw-r--r-- 1 root root 1055 Mar 11 14:18 go.mod 14:18:36 -rw-r--r-- 1 root root 21981 Mar 11 14:18 go.sum 14:18:36 drwxrwxr-x 8 1001 1001 127 Mar 11 14:14 internal 14:18:36 drwxrwxr-x 4 1001 1001 26 Mar 11 14:14 openapi 14:18:36 drwxrwxr-x 4 1001 1001 71 Mar 11 14:14 snap 14:18:36 -rw-rw-r-- 1 1001 1001 168 Mar 11 14:14 version.go [Pipeline] sh 14:18:36 + '[' -e coverage.out ] 14:18:36 + chown 1001:1001 coverage.out [Pipeline] stash 14:18:36 Stashed 1 file(s) [Pipeline] sh 14:18:37 + make build 14:18:37 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:18:40 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:18:50 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:18:50 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:18:52 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:18:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:18:54 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:18:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:18:57 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:18:58 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:18:59 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:19:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:19:03 $ docker stop --time=1 384736c533c566b56a5c000cf89a07ef4de59f8e7688b1f9bb92db794de7cfc5 14:19:05 $ docker rm -f 384736c533c566b56a5c000cf89a07ef4de59f8e7688b1f9bb92db794de7cfc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:19:07 14:19:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:19:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:19:07 latest: Pulling from edgex-devops/edgex-compose 14:19:07 cbdbe7a5bc2a: Pulling fs layer 14:19:07 ca9280d653b3: Pulling fs layer 14:19:07 7e9c9ca2126c: Pulling fs layer 14:19:08 cbdbe7a5bc2a: Verifying Checksum 14:19:08 cbdbe7a5bc2a: Download complete 14:19:09 ca9280d653b3: Verifying Checksum 14:19:09 ca9280d653b3: Download complete 14:19:09 cbdbe7a5bc2a: Pull complete 14:19:10 7e9c9ca2126c: Verifying Checksum 14:19:10 7e9c9ca2126c: Download complete 14:19:10 ca9280d653b3: Pull complete 14:19:17 7e9c9ca2126c: Pull complete 14:19:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:19:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:19:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:19:17 prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container 14:19:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:19:20 $ docker top 62fefdaa04acf8e018afa3e7c0072d1135481cace777b9de68264bdeb379e638 -eo pid,comm [Pipeline] { [Pipeline] sh 14:19:20 + docker-compose build --help 14:19:20 + grep parallel 14:19:21 --parallel Build images in parallel. [Pipeline] } 14:19:22 $ docker stop --time=1 62fefdaa04acf8e018afa3e7c0072d1135481cace777b9de68264bdeb379e638 14:19:23 $ docker rm -f 62fefdaa04acf8e018afa3e7c0072d1135481cace777b9de68264bdeb379e638 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:19:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:19:23 . [Pipeline] withDockerContainer 14:19:24 prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container 14:19:24 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:19:25 $ docker top 33060c99a62945c16d83363f0b1ed484af4e19c86561d6bc8b2f082b19c5df61 -eo pid,comm [Pipeline] { [Pipeline] sh 14:19:25 + docker-compose -f ./docker-compose-build.yml build --parallel 14:19:26 Building docker-core-command-go ... 14:19:26 Building docker-core-data-go ... 14:19:26 Building docker-core-metadata-go ... 14:19:26 Building docker-security-bootstrapper-go ... 14:19:26 Building docker-security-proxy-setup-go ... 14:19:26 Building docker-security-secretstore-setup-go ... 14:19:26 Building docker-support-notifications-go ... 14:19:26 Building docker-support-scheduler-go ... 14:19:26 Building docker-sys-mgmt-agent-go ... 14:19:26 Building docker-core-data-go 14:19:26 Building docker-security-secretstore-setup-go 14:19:26 Building docker-support-scheduler-go 14:19:26 Building docker-support-notifications-go 14:19:26 Building docker-security-bootstrapper-go 14:19:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29524 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 14:19:41 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 14:19:46 using credential edgex-jenkins-ssh 14:19:46 Cloning the remote Git repository 14:19:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:19:46 > git init /w/workspace/edgex-go/7 # timeout=10 14:19:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:19:46 > git --version # timeout=10 14:19:46 > git --version # 'git version 2.17.1' 14:19:46 using GIT_SSH to set credentials SSH Credentials for GitHub 14:19:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:19:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:19:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:19:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:19:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:19:58 ---> 4ab932f41153 14:19:58 Step 3/23 : WORKDIR /edgex-go 14:19:58 ---> 4ab932f41153 14:19:58 Step 3/22 : WORKDIR /edgex-go 14:19:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:19:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:19:59 ---> 4ab932f41153 14:19:59 Step 3/31 : WORKDIR /edgex-go 14:20:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:20:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:20:00 ---> 4ab932f41153 14:20:00 Step 3/24 : WORKDIR /edgex-go 14:20:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:20:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:20:00 ---> 4ab932f41153 14:20:00 Step 3/22 : WORKDIR /edgex-go 14:20:01 ---> Running in 771aedbfaddb 14:20:01 ---> Running in fd1e7bb7da24 14:20:01 ---> Running in 252921abe0a1 14:20:01 ---> Running in 01edf6107625 14:20:01 ---> Running in cd0d5fc61770 14:20:01 Removing intermediate container cd0d5fc61770 14:20:01 ---> 8663b63515df 14:20:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:01 Removing intermediate container fd1e7bb7da24 14:20:01 ---> fbdaa4b76bfb 14:20:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:01 Removing intermediate container 771aedbfaddb 14:20:01 ---> 9c33781cf8f9 14:20:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:01 Removing intermediate container 252921abe0a1 14:20:01 ---> c4d069518204 14:20:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:01 Removing intermediate container 01edf6107625 14:20:01 ---> 1d81f787f0fb 14:20:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:01 ---> Running in d0e49df63144 14:20:01 ---> Running in 7667ac101647 14:20:01 ---> Running in a6cd37754565 14:20:01 ---> Running in ce39ca035b14 14:20:02 ---> Running in 28e3590b1498 14:20:03 Removing intermediate container d0e49df63144 14:20:03 ---> 93f58adeed65 14:20:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:20:03 Removing intermediate container a6cd37754565 14:20:03 ---> c44e9c2d54db 14:20:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:20:03 Removing intermediate container 7667ac101647 14:20:03 ---> af26cde85380 14:20:03 Step 5/31 : RUN apk add --update --no-cache make git 14:20:04 ---> Running in 8be0f5b13f01 14:20:04 ---> Running in a364aa6cd306 14:20:04 ---> Running in fcb5b0244882 14:20:04 Removing intermediate container ce39ca035b14 14:20:04 ---> 1e2c0e976202 14:20:04 Step 5/22 : RUN apk add --update --no-cache make git 14:20:04 Removing intermediate container 28e3590b1498 14:20:04 ---> f2d7d5701fc3 14:20:04 Step 5/24 : RUN apk add --update --no-cache make git 14:20:04 ---> Running in 3fffad0b65ee 14:20:04 ---> Running in 810fbae9459e 14:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:20:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:20:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:20:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:20:05 using GIT_SSH to set credentials SSH Credentials for GitHub 14:20:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:20:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:06 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:20:07 OK: 233 MiB in 51 packages 14:20:07 Merge succeeded, producing 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:20:07 Checking out Revision 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc (PR-3250) 14:20:07 OK: 233 MiB in 51 packages 14:20:07 OK: 233 MiB in 51 packages 14:20:07 OK: 233 MiB in 51 packages 14:20:07 OK: 233 MiB in 51 packages 14:20:08 Removing intermediate container 8be0f5b13f01 14:20:08 ---> 92c0c960623f 14:20:08 Step 6/22 : COPY go.mod . 14:20:07 > git config core.sparsecheckout # timeout=10 14:20:07 > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 14:20:07 > git remote # timeout=10 14:20:07 > git config --get remote.origin.url # timeout=10 14:20:07 using GIT_SSH to set credentials SSH Credentials for GitHub 14:20:07 > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 14:20:07 > git rev-parse HEAD^{commit} # timeout=10 14:20:07 > git config core.sparsecheckout # timeout=10 14:20:07 > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 14:20:08 Removing intermediate container a364aa6cd306 14:20:08 ---> 5fcabce0d397 14:20:08 Step 6/23 : COPY go.mod . 14:20:08 ---> bc3758504498 14:20:08 Step 7/22 : RUN go mod download 14:20:08 Removing intermediate container fcb5b0244882 14:20:08 ---> b28ba9997d8a 14:20:08 Step 6/31 : COPY go.mod . 14:20:08 Removing intermediate container 810fbae9459e 14:20:08 ---> 52a307791ced 14:20:08 Step 6/24 : COPY go.mod . 14:20:08 ---> Running in 3d8996f320f3 14:20:08 ---> 839136785bbb 14:20:08 Step 7/23 : RUN go mod download 14:20:08 Removing intermediate container 3fffad0b65ee 14:20:08 ---> 78244c8801b3 14:20:08 Step 6/22 : COPY go.mod . 14:20:09 ---> Running in 06d2b70085d9 14:20:09 ---> 1e5ddf8e7525 14:20:09 Step 7/31 : RUN go mod download 14:20:09 ---> 72b63d5fff12 14:20:09 Step 7/24 : RUN go mod download 14:20:09 ---> Running in 5c989fe879e8 14:20:09 ---> Running in 023024d84c37 14:20:09 ---> 408d538c7598 14:20:09 Step 7/22 : RUN go mod download 14:20:09 ---> Running in deb7a05cd78a 14:20:11 Removing intermediate container 3d8996f320f3 14:20:11 ---> f1fce59c6e1a 14:20:11 Step 8/22 : COPY . . 14:20:11 Removing intermediate container 06d2b70085d9 14:20:11 ---> 417df93c0c3c 14:20:11 Step 8/23 : COPY . . 14:20:12 Commit message: "feat: Update the Read/Write permissions description" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:20:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 14:20:13 Removing intermediate container 5c989fe879e8 14:20:13 ---> 62880082ecb3 14:20:13 Step 8/31 : COPY . . [Pipeline] sh 14:20:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:20:14 + true 14:20:14 + sudo service docker restart 14:20:15 Removing intermediate container deb7a05cd78a 14:20:15 ---> 783ed4ba98da 14:20:15 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:20:16 provisioning config files... 14:20:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5958338556359900372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:20:16 ---> docker-login.sh 14:20:16 nexus3.edgexfoundry.org:10001 14:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:17 Removing intermediate container 023024d84c37 14:20:17 ---> 62a0fce9bf0b 14:20:17 Step 8/24 : COPY . . 14:20:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:18 Configure a credential helper to remove this warning. See 14:20:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:18 14:20:18 Login Succeeded 14:20:18 nexus3.edgexfoundry.org:10002 14:20:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:18 Configure a credential helper to remove this warning. See 14:20:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:18 14:20:18 Login Succeeded 14:20:18 nexus3.edgexfoundry.org:10003 14:20:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:19 Configure a credential helper to remove this warning. See 14:20:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:19 14:20:19 Login Succeeded 14:20:19 nexus3.edgexfoundry.org:10004 14:20:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:19 Configure a credential helper to remove this warning. See 14:20:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:19 14:20:19 Login Succeeded 14:20:19 docker.io 14:20:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:20:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:20:20 Configure a credential helper to remove this warning. See 14:20:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:20:20 14:20:20 Login Succeeded 14:20:20 ---> docker-login.sh ends [Pipeline] } 14:20:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:20:21 ========================================================= 14:20:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:20:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:20:21 + 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:20:24 Sending build context to Docker daemon 166.8MB 14:20:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:20:24 Step 2/6 : FROM ${BASE} 14:20:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:20:24 5f621e34cdf4: Pulling fs layer 14:20:24 a4357932f1b6: Pulling fs layer 14:20:24 18c013af1878: Pulling fs layer 14:20:24 00ac8860ef70: Pulling fs layer 14:20:24 00ac8860ef70: Waiting 14:20:24 63d7cb157983: Pulling fs layer 14:20:24 b116817d02f9: Pulling fs layer 14:20:24 745a02a5169b: Pulling fs layer 14:20:24 63d7cb157983: Waiting 14:20:24 b116817d02f9: Waiting 14:20:24 745a02a5169b: Waiting 14:20:24 18c013af1878: Verifying Checksum 14:20:24 18c013af1878: Download complete 14:20:24 a4357932f1b6: Verifying Checksum 14:20:24 63d7cb157983: Verifying Checksum 14:20:24 63d7cb157983: Download complete 14:20:24 b116817d02f9: Download complete 14:20:24 5f621e34cdf4: Verifying Checksum 14:20:24 5f621e34cdf4: Download complete 14:20:24 5f621e34cdf4: Pull complete 14:20:25 a4357932f1b6: Pull complete 14:20:25 18c013af1878: Pull complete 14:20:26 745a02a5169b: Verifying Checksum 14:20:26 745a02a5169b: Download complete 14:20:28 00ac8860ef70: Verifying Checksum 14:20:28 00ac8860ef70: Download complete 14:20:38 00ac8860ef70: Pull complete 14:20:38 63d7cb157983: Pull complete 14:20:39 b116817d02f9: Pull complete 14:20:42 745a02a5169b: Pull complete 14:20:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:20:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:20:42 ---> b7e6874047d6 14:20:42 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:20:46 ---> Running in ff3fd63595c7 14:20:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:20:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:20:48 (1/12) Installing libmagic (5.38-r0) 14:20:48 (2/12) Installing file (5.38-r0) 14:20:48 (3/12) Installing libc-dev (0.7.2-r3) 14:20:48 (4/12) Installing g++ (9.3.0-r2) 14:20:52 (5/12) Installing fortify-headers (1.1-r0) 14:20:52 (6/12) Installing patch (2.7.6-r6) 14:20:52 (7/12) Installing build-base (0.5-r2) 14:20:52 (8/12) Installing libsodium (1.0.18-r0) 14:20:52 (9/12) Installing pkgconf (1.7.2-r0) 14:20:52 (10/12) Installing libsodium-dev (1.0.18-r0) 14:20:52 (11/12) Installing libzmq (4.3.3-r0) 14:20:52 (12/12) Installing zeromq-dev (4.3.3-r0) 14:20:52 Executing busybox-1.31.1-r19.trigger 14:20:53 OK: 217 MiB in 51 packages 14:20:56 ---> b901fe173747 14:20:56 Step 9/23 : RUN make cmd/core-data/core-data 14:20:56 ---> c0facc43095c 14:20:56 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:20:56 ---> Running in a688fa464aa9 14:20:56 ---> d5d9f4bfc7d1 14:20:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:20:56 ---> Running in 0455567cf897 14:20:56 ---> c87a7bedb833 14:20:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:20:56 ---> 4f5e64b19d0b 14:20:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:20:56 ---> Running in 40afdbd23c35 14:20:56 ---> Running in 00987ef4daec 14:20:56 ---> Running in 035c49bbd832 14:20:56 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:20:56 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:20: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:20:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:20:56 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:20:57 Removing intermediate container ff3fd63595c7 14:20:57 ---> 159bf4c3f3f0 14:20:57 Step 4/6 : WORKDIR /edgex-go 14:20:57 ---> Running in d97e048171b4 14:20:57 Removing intermediate container d97e048171b4 14:20:57 ---> bcf7ab1f6023 14:20:57 Step 5/6 : COPY go.mod . 14:20:58 ---> 224e1aadf54b 14:20:58 Step 6/6 : RUN go mod download 14:20:58 ---> Running in c72d30d696d7 14:21:23 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:21:25 Removing intermediate container c72d30d696d7 14:21:25 ---> 13d201bb7e09 14:21:25 Successfully built 13d201bb7e09 14:21:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:21:25 + docker inspect -f . ci-base-image-arm64 14:21:25 . [Pipeline] withDockerContainer 14:21:25 prd-ubuntu18.04-docker-arm64-4c-16g-29524 does not seem to be running inside a container 14:21:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:21:27 $ docker top e5576f6aae16ff2150f4139b6593894400834680f978f1376804b9d8fb7d0ff2 -eo pid,comm [Pipeline] { [Pipeline] sh 14:21:28 + go version 14:21:28 go version go1.15.5 linux/arm64 [Pipeline] } 14:21:28 $ docker stop --time=1 e5576f6aae16ff2150f4139b6593894400834680f978f1376804b9d8fb7d0ff2 14:21:30 $ docker rm -f e5576f6aae16ff2150f4139b6593894400834680f978f1376804b9d8fb7d0ff2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:21:31 + docker inspect -f . ci-base-image-arm64 14:21:31 . [Pipeline] withDockerContainer 14:21:31 prd-ubuntu18.04-docker-arm64-4c-16g-29524 does not seem to be running inside a container 14:21:31 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:21:33 $ docker top a7edb4a3c8a96f62b93efd4b245d911149844684ca1b9b1aad4350bb049173bc -eo pid,comm [Pipeline] { [Pipeline] echo 14:21:33 ========================================================= 14:21:33 [edgeXBuildGoParallel] Running Tests and Build... 14:21:33 ========================================================= [Pipeline] sh 14:21:34 + make test 14:21:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:21:38 Removing intermediate container 035c49bbd832 14:21:38 ---> 309c1666a1b7 14:21:38 14:21:38 Step 10/24 : FROM alpine:3.12 14:21:38 Removing intermediate container 0455567cf897 14:21:38 3.12: Pulling from library/alpine 14:21:38 ---> d05f42fb1d45 14:21:38 14:21:38 Step 10/31 : FROM alpine:3.12 14:21:38 3.12: Pulling from library/alpine 14:21:38 Removing intermediate container 00987ef4daec 14:21:38 ---> 04868a55b395 14:21:38 14:21:38 Step 10/22 : FROM alpine:3.12 14:21:38 3.12: Pulling from library/alpine 14:21:38 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:21:38 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:21:38 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:21:38 Status: Image is up to date for alpine:3.12 14:21:38 ---> 88dd2752d2ea 14:21:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:21:38 Status: Downloaded newer image for alpine:3.12 14:21:38 ---> 88dd2752d2ea 14:21:38 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:21:38 Status: Downloaded newer image for alpine:3.12 14:21:38 ---> 88dd2752d2ea 14:21:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:21:40 ---> Running in 73a5d4875e78 14:21:40 ---> Running in da6fc83bb5a2 14:21:40 ---> Running in 067a0ba64063 14:21:40 Removing intermediate container a688fa464aa9 14:21:40 ---> f2ddfce99c9a 14:21:40 14:21:40 Step 10/23 : FROM alpine:3.12 14:21:40 ---> 88dd2752d2ea 14:21:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:21:40 Removing intermediate container 40afdbd23c35 14:21:40 ---> 9c0634789ef4 14:21:40 14:21:40 Step 10/22 : FROM alpine:3.12 14:21:40 ---> 88dd2752d2ea 14:21:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:21:41 Removing intermediate container da6fc83bb5a2 14:21:41 ---> 48b6330e06c9 14:21:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:21:41 ---> Running in f4a515a7be6b 14:21:41 ---> Running in 1a932d7b1341 14:21:42 ---> Running in 5e05ea3b0b4a 14:21:42 Removing intermediate container f4a515a7be6b 14:21:42 ---> 2a36aeeb6dd1 14:21:42 Step 12/23 : ENV APP_PORT=48080 14:21:42 ---> Running in 10f8ce79fe4b 14:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:42 Removing intermediate container 10f8ce79fe4b 14:21:42 ---> 1e661d46a62d 14:21:42 Step 13/23 : EXPOSE $APP_PORT 14:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:42 ---> Running in 9bea97054204 14:21:42 (1/1) Installing dumb-init (1.2.2-r1) 14:21:42 Executing busybox-1.31.1-r19.trigger 14:21:42 OK: 6 MiB in 15 packages 14:21:42 (1/5) Installing ca-certificates (20191127-r4) 14:21:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:21:42 (3/5) Installing libcurl (7.69.1-r3) 14:21:42 (4/5) Installing curl (7.69.1-r3) 14:21:42 (5/5) Installing dumb-init (1.2.2-r1) 14:21:42 Executing busybox-1.31.1-r19.trigger 14:21:42 Executing ca-certificates-20191127-r4.trigger 14:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:42 OK: 7 MiB in 19 packages 14:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:43 (1/2) Installing ca-certificates (20191127-r4) 14:21:43 (2/2) Installing dumb-init (1.2.2-r1) 14:21:43 Executing busybox-1.31.1-r19.trigger 14:21:43 Executing ca-certificates-20191127-r4.trigger 14:21:43 (1/2) Installing dumb-init (1.2.2-r1) 14:21:43 (2/2) Installing su-exec (0.2-r1) 14:21:43 Executing busybox-1.31.1-r19.trigger 14:21:43 OK: 6 MiB in 16 packages 14:21:43 OK: 6 MiB in 16 packages 14:21:43 Removing intermediate container 9bea97054204 14:21:43 ---> d4e1c172f07a 14:21:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:21:43 ---> Running in 34996a64cf07 14:21:46 Removing intermediate container 73a5d4875e78 14:21:46 ---> 6039c07fff9b 14:21:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:21:46 Removing intermediate container 067a0ba64063 14:21:46 ---> c3090a88f6ed 14:21:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:21:46 Removing intermediate container 1a932d7b1341 14:21:46 ---> d6ed4a04125e 14:21:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:21:46 ---> Running in 32702892ae45 14:21:46 ---> Running in 7d7ce797eef0 14:21:46 ---> Running in a4d254322dc0 14:21:46 Removing intermediate container 5e05ea3b0b4a 14:21:46 ---> 9cecceeb4352 14:21:46 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:21:46 ---> Running in 88fc38db8910 14:21:46 Removing intermediate container 32702892ae45 14:21:46 ---> 6f17a006cb42 14:21:46 Step 13/22 : ENV APP_PORT=48085 14:21:46 Removing intermediate container a4d254322dc0 14:21:46 ---> 8015239ac9d3 14:21:46 Step 13/22 : ENV APP_PORT=48060 14:21:46 Removing intermediate container 7d7ce797eef0 14:21:46 ---> 2db67fd4ebef 14:21:46 Step 13/24 : WORKDIR / 14:21:47 ---> Running in 89cb1f1ca200 14:21:47 ---> Running in d0ea6699edf1 14:21:47 ---> Running in 68ac97e8c8e8 14:21:47 Removing intermediate container 88fc38db8910 14:21:47 ---> 2112f71faa7a 14:21:47 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:21:47 Removing intermediate container 34996a64cf07 14:21:47 ---> fd2170cb79ab 14:21:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:21:47 ---> Running in 95e4b1434e15 14:21:47 ---> Running in b9f2f75b27ed 14:21:47 Removing intermediate container 68ac97e8c8e8 14:21:47 ---> 476512fe6faf 14:21:47 Step 14/22 : EXPOSE $APP_PORT 14:21:47 Removing intermediate container 89cb1f1ca200 14:21:47 ---> cea268b9fc17 14:21:47 Step 14/22 : EXPOSE $APP_PORT 14:21:47 Removing intermediate container d0ea6699edf1 14:21:47 ---> dbd716c21da7 14:21:47 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:21:47 ---> Running in 0213679d8455 14:21:47 ---> Running in c94bc3bb6c5c 14:21:48 Removing intermediate container 95e4b1434e15 14:21:48 ---> b8b830a89dc4 14:21:48 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:21:48 ---> Running in 7968c4b42de7 14:21:48 ---> 363a8fc43e75 14:21:48 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:21:48 Removing intermediate container 0213679d8455 14:21:48 ---> 86139346980f 14:21:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:48 Removing intermediate container c94bc3bb6c5c 14:21:48 ---> 3e8e9a576220 14:21:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:21:48 ---> dfadb4444f57 14:21:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:21:48 ---> d81170c66eb8 14:21:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:49 ---> 8b8eb6280d96 14:21:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:21:49 ---> 6565bec6f509 14:21:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:21:49 ---> ceee77722c31 14:21:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:21:49 (1/6) Installing dumb-init (1.2.2-r1) 14:21:49 (2/6) Installing libgcc (9.3.0-r2) 14:21:49 Removing intermediate container 7968c4b42de7 14:21:49 ---> 61d86d25c5ec 14:21:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:21:49 (3/6) Installing libsodium (1.0.18-r0) 14:21:49 ---> 5dd046031094 14:21:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:21:49 (4/6) Installing libstdc++ (9.3.0-r2) 14:21:49 ---> Running in 7e79f62a17bc 14:21:50 ---> 0228b7df6046 14:21:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:21:50 ---> e35fa27e9f87 14:21:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:21:50 (5/6) Installing libzmq (4.3.3-r0) 14:21:50 ---> Running in bd3b3c99ff36 14:21:50 (6/6) Installing zeromq (4.3.3-r0) 14:21:50 Executing busybox-1.31.1-r19.trigger 14:21:50 OK: 8 MiB in 20 packages 14:21:50 Removing intermediate container 7e79f62a17bc 14:21:50 ---> cfe7bb22e461 14:21:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:21:50 ---> 6dea7b9b4982 14:21:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:21:50 ---> Running in 8d6d8b5d3252 14:21:51 Removing intermediate container bd3b3c99ff36 14:21:51 ---> 5d1a5b310b91 14:21:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:21:51 ---> 721c511c81aa 14:21:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:21:51 ---> 6edbb48160e7 14:21:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:21:51 ---> Running in e1a7a85ab38e 14:21:51 ---> Running in 9ca38ef8beaf 14:21:51 Removing intermediate container 8d6d8b5d3252 14:21:51 ---> dc5432b00f4b 14:21:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:21:51 Removing intermediate container b9f2f75b27ed 14:21:51 ---> 61af4fc303e6 14:21:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:21:51 Removing intermediate container e1a7a85ab38e 14:21:51 ---> c2dba5f7f492 14:21:51 Step 20/22 : LABEL arch=x86_64 14:21:51 ---> 22637a1e9b47 14:21:51 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:21:51 ---> Running in 41ad468bbcbf 14:21:51 ---> Running in 836453a9ee75 14:21:51 ---> Running in 1af7b30ba9d2 14:21:52 ---> 76bb37b8e3eb 14:21:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:21:52 Removing intermediate container 41ad468bbcbf 14:21:52 ---> 494003c0b7a7 14:21:52 Step 20/22 : LABEL arch=x86_64 14:21:52 Removing intermediate container 836453a9ee75 14:21:52 ---> 9ed306528d32 14:21:52 Step 21/22 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:21:52 ---> Running in cf0cb1ad4b11 14:21:52 ---> Running in d2a9faa45b6d 14:21:52 Removing intermediate container d2a9faa45b6d 14:21:52 ---> c66bfded9d38 14:21:52 Step 22/22 : LABEL version=0.0.0 14:21:52 Removing intermediate container cf0cb1ad4b11 14:21:52 ---> 960adb6ab48e 14:21:52 Step 21/22 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:21:53 ---> 7c1903790a9d 14:21:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:21:53 ---> Running in a25817d9b42a 14:21:53 ---> Running in 2dd06358684a 14:21:53 Removing intermediate container 9ca38ef8beaf 14:21:53 ---> 6e94c9caaa40 14:21:53 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:21:53 ---> 920eb864850a 14:21:53 Step 19/23 : ENTRYPOINT ["/core-data"] 14:21:53 Removing intermediate container a25817d9b42a 14:21:53 ---> 3e5828a0f81e 14:21:53 14:21:53 ---> Running in 53ad3e574016 14:21:53 Removing intermediate container 1af7b30ba9d2 14:21:53 ---> 1c81a63c1c49 14:21:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:21:53 Removing intermediate container 2dd06358684a 14:21:53 ---> 0cb7061cae42 14:21:53 Step 22/22 : LABEL version=0.0.0 14:21:54 ---> 32e6a6ca440a 14:21:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:21:54 Successfully built 3e5828a0f81e 14:21:54 Successfully tagged docker-support-notifications-go:latest 14:21:54 Building docker-sys-mgmt-agent-go 14:21:54 ---> Running in a6154f750517 14:21:54  Building docker-support-notifications-go ... done  ---> Running in 4464ac150a19 14:21:54 Removing intermediate container 53ad3e574016 14:21:54 ---> 5396264ec7b6 14:21:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:21:54 ---> Running in 8043a04b7260 14:21:54 Removing intermediate container a6154f750517 14:21:54 ---> 5d406d0e877f 14:21:54 Step 22/24 : LABEL arch=x86_64 14:21:54 Removing intermediate container 4464ac150a19 14:21:54 ---> 89a0a1e4bef2 14:21:54 14:21:54 ---> Running in a7531e85ed1f 14:21:54 Removing intermediate container 8043a04b7260 14:21:54 ---> d48eb2e2a0d0 14:21:54 Step 21/23 : LABEL arch=x86_64 14:21:54 Successfully built 89a0a1e4bef2 14:21:54 Successfully tagged docker-support-scheduler-go:latest 14:21:54 Building docker-security-proxy-setup-go 14:21:54  Building docker-support-scheduler-go ... done  ---> Running in 3ddf0359366f 14:21:54 ---> 708cbdf9ed1a 14:21:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:21:55 Removing intermediate container a7531e85ed1f 14:21:55 ---> 19ece73751c4 14:21:55 Step 23/24 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:21:55 Removing intermediate container 3ddf0359366f 14:21:55 ---> d66cd5c428ac 14:21:55 Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:21:55 ---> Running in f91915a624a5 14:21:55 ---> 0f165d2073f0 14:21:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:21:56 ? github.com/edgexfoundry/edgex-go [no test files] 14:21:57 ---> Running in a0245bef42b9 14:21:57 Removing intermediate container f91915a624a5 14:21:57 ---> 8c87ec803a01 14:21:57 Step 24/24 : LABEL version=0.0.0 14:21:59 ---> 3daa20ef24a2 14:21:59 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:21:59 ---> Running in 3e419a955eb5 14:21:59 Removing intermediate container a0245bef42b9 14:21:59 ---> 0d5aea70334f 14:21:59 Step 23/23 : LABEL version=0.0.0 14:22:02 ---> Running in 532c397e1b76 14:22:02 Removing intermediate container 3e419a955eb5 14:22:02 ---> febfe1e4fc06 14:22:02 14:22:02 ---> d697652afbab 14:22:02 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:22:02 Successfully built febfe1e4fc06 14:22:02 Successfully tagged docker-security-secretstore-setup-go:latest 14:22:02  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 14:22:03 Removing intermediate container 532c397e1b76 14:22:03 ---> a613713e464c 14:22:03 14:22:03 ---> Running in 97674c879770 14:22:06 Successfully built a613713e464c 14:22:06 Successfully tagged docker-core-data-go:latest 14:22:06  Building docker-core-data-go ... done Building docker-core-command-go 14:22:08 Removing intermediate container 97674c879770 14:22:08 ---> 9533a89320b9 14:22:08 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:22:09 ---> ee6e5d528ada 14:22:09 Step 26/31 : RUN chmod +x /entrypoint.sh 14:22:18 ---> Running in 48216127800e 14:22:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:22:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:22:18 ---> 4ab932f41153 14:22:18 Step 3/26 : WORKDIR /edgex-go 14:22:18 ---> Using cache 14:22:18 ---> 1d81f787f0fb 14:22:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:18 ---> Using cache 14:22:18 ---> f2d7d5701fc3 14:22:18 Step 5/26 : RUN apk add --update --no-cache make bash git 14:22:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:22:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:22:18 ---> 4ab932f41153 14:22:18 Step 3/21 : WORKDIR /edgex-go 14:22:18 ---> Using cache 14:22:18 ---> 1d81f787f0fb 14:22:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:18 ---> Using cache 14:22:18 ---> f2d7d5701fc3 14:22:18 Step 5/21 : RUN apk add --update --no-cache make git 14:22:18 ---> Using cache 14:22:18 ---> 52a307791ced 14:22:18 Step 6/21 : COPY go.mod . 14:22:18 ---> Using cache 14:22:18 ---> 72b63d5fff12 14:22:18 Step 7/21 : RUN go mod download 14:22:18 ---> Using cache 14:22:18 ---> 62a0fce9bf0b 14:22:18 Step 8/21 : COPY . . 14:22:18 ---> Using cache 14:22:18 ---> c87a7bedb833 14:22:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:22:19 ---> Running in af21c5f247cd 14:22:19 ---> Running in f40b97b97aac 14:22:21 Removing intermediate container 48216127800e 14:22:21 ---> 59bdbc50c8d3 14:22:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:22:21 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:22:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:22:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:22:22 ---> Running in 8b436298b358 14:22:22 OK: 233 MiB in 51 packages 14:22:25 Removing intermediate container 8b436298b358 14:22:25 ---> c910593034f1 14:22:25 Step 28/31 : CMD ["gate"] 14:22:26 ---> Running in cc32acb64271 14:22:26 Removing intermediate container f40b97b97aac 14:22:26 ---> b6ef7417bf80 14:22:26 Step 6/26 : COPY go.mod . 14:22:27 Removing intermediate container cc32acb64271 14:22:27 ---> fe60d1110271 14:22:27 Step 29/31 : LABEL arch=x86_64 14:22:27 ---> 92879c299198 14:22:27 Step 7/26 : RUN go mod download 14:22:28 ---> Running in 4eef7ae27d43 14:22:28 ---> Running in 3a4ba5216b5d 14:22:28 Removing intermediate container 4eef7ae27d43 14:22:28 ---> 1265206e6811 14:22:28 Step 30/31 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:22:29 ---> Running in 5d14c7b2b7f6 14:22:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:22:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:22:29 ---> 4ab932f41153 14:22:29 Step 3/23 : WORKDIR /edgex-go 14:22:29 ---> Using cache 14:22:29 ---> 1d81f787f0fb 14:22:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:29 ---> Using cache 14:22:29 ---> f2d7d5701fc3 14:22:29 Step 5/23 : RUN apk add --update --no-cache make git 14:22:29 ---> Using cache 14:22:29 ---> 52a307791ced 14:22:29 Step 6/23 : COPY go.mod . 14:22:29 ---> Using cache 14:22:29 ---> 72b63d5fff12 14:22:29 Step 7/23 : RUN go mod download 14:22:29 ---> Using cache 14:22:29 ---> 62a0fce9bf0b 14:22:29 Step 8/23 : COPY . . 14:22:30 ---> Using cache 14:22:30 ---> c87a7bedb833 14:22:30 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:22:30 Removing intermediate container 5d14c7b2b7f6 14:22:30 ---> 2b178939d257 14:22:30 Step 31/31 : LABEL version=0.0.0 14:22:30 ---> Running in 1404fa86f907 14:22:30 ---> Running in 3ae2e04f3c66 14:22:31 Removing intermediate container 3ae2e04f3c66 14:22:31 ---> fa3b2823edc5 14:22:31 14:22: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:22:32 Removing intermediate container 3a4ba5216b5d 14:22:32 ---> f0b42ad33982 14:22:32 Step 8/26 : COPY . . 14:22:32 Successfully built fa3b2823edc5 14:22:32 Successfully tagged docker-security-bootstrapper-go:latest 14:22:37  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:22:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:22:37 ---> 4ab932f41153 14:22:37 Step 3/23 : WORKDIR /edgex-go 14:22:37 ---> Using cache 14:22:37 ---> 1d81f787f0fb 14:22:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:37 ---> Using cache 14:22:37 ---> f2d7d5701fc3 14:22:37 Step 5/23 : RUN apk add --update --no-cache make git 14:22:37 ---> Using cache 14:22:37 ---> 52a307791ced 14:22:37 Step 6/23 : COPY go.mod . 14:22:37 ---> Using cache 14:22:37 ---> 72b63d5fff12 14:22:37 Step 7/23 : RUN go mod download 14:22:37 ---> Using cache 14:22:37 ---> 62a0fce9bf0b 14:22:37 Step 8/23 : COPY . . 14:22:37 ---> Using cache 14:22:37 ---> c87a7bedb833 14:22:37 Step 9/23 : RUN make cmd/core-command/core-command 14:22:37 ---> Running in 9c28471f3b06 14:22: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:22:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:22:45 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:22:57 ---> ddb9b53c932e 14:22:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:22:57 ---> Running in 2cbc580010c8 14:22:57 Removing intermediate container af21c5f247cd 14:22:57 ---> 0d0663274b71 14:22:57 14:22:57 Step 10/21 : FROM alpine:3.12 14:22:57 ---> 88dd2752d2ea 14:22:57 Step 11/21 : RUN apk add --update --no-cache curl 14:22:57 ---> Running in c1b096a4e3ef 14:22:58 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:22:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:22:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:22:59 (1/4) Installing ca-certificates (20191127-r4) 14:22:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:22:59 (3/4) Installing libcurl (7.69.1-r3) 14:22:59 (4/4) Installing curl (7.69.1-r3) 14:22:59 Executing busybox-1.31.1-r19.trigger 14:22:59 Executing ca-certificates-20191127-r4.trigger 14:22:59 OK: 7 MiB in 18 packages 14:23:01 Removing intermediate container c1b096a4e3ef 14:23:01 ---> 40dd5cc6bc96 14:23:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:23:01 ---> Running in b53a18930511 14:23:01 Removing intermediate container b53a18930511 14:23:01 ---> 0b250e34fcab 14:23:01 Step 13/21 : WORKDIR /edgex 14:23:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:23:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:23:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:23:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:23:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:23:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:23:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:23:03 ---> Running in 26af1ac36521 14:23:04 Removing intermediate container 26af1ac36521 14:23:04 ---> 06f76c8ee8a4 14:23:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:23:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:23:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:23:05 ---> 6c97be2a1c8c 14:23:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:23:07 ---> 625555d6a479 14:23:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:23:08 Removing intermediate container 1404fa86f907 14:23:08 ---> e038f36d2a5b 14:23:08 14:23:08 Step 10/23 : FROM alpine:3.12 14:23:08 ---> 88dd2752d2ea 14:23:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:23:08 ---> Using cache 14:23:08 ---> 6039c07fff9b 14:23:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:23:08 ---> Using cache 14:23:08 ---> 6f17a006cb42 14:23:08 Step 13/23 : ENV APP_PORT=48081 14:23:09 ---> Running in f85af3a836ca 14:23:09 ---> 0b9836e8b8ea 14:23:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:23:09 Removing intermediate container 9c28471f3b06 14:23:09 ---> 897634827634 14:23:09 14:23:09 Step 10/23 : FROM alpine:3.12 14:23:09 ---> 88dd2752d2ea 14:23:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:23:09 ---> Using cache 14:23:09 ---> 6039c07fff9b 14:23:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:23:09 ---> Using cache 14:23:09 ---> 6f17a006cb42 14:23:09 Step 13/23 : ENV APP_PORT=48082 14:23:09 ---> Running in 24f83b0e45f0 14:23:09 ---> Running in 8474981ff282 14:23:09 Removing intermediate container f85af3a836ca 14:23:09 ---> 72f0bee57a1d 14:23:09 Step 14/23 : EXPOSE $APP_PORT 14:23:10 Removing intermediate container 8474981ff282 14:23:10 ---> d44e4dea54ff 14:23:10 Step 14/23 : EXPOSE $APP_PORT 14:23:10 ---> Running in 7887a1302874 14:23:10 Removing intermediate container 24f83b0e45f0 14:23:10 ---> fb9ea3d64b41 14:23:10 Step 18/21 : CMD ["--init=true"] 14:23:10 ---> Running in 52e209587206 14:23:10 ---> Running in b69933d87c21 14:23:10 Removing intermediate container 7887a1302874 14:23:10 ---> 9be4c0230e9f 14:23:10 Step 15/23 : WORKDIR / 14:23:10 ---> Running in 25ff273d0966 14:23:10 Removing intermediate container b69933d87c21 14:23:10 ---> b34670f794f8 14:23:10 Step 19/21 : LABEL arch=x86_64 14:23:10 Removing intermediate container 52e209587206 14:23:10 ---> 6e5a35dd65ff 14:23:10 Step 15/23 : WORKDIR / 14:23:12 ---> Running in 39536a468637 14:23:12 ---> Running in cefd762a7111 14:23:12 Removing intermediate container 25ff273d0966 14:23:12 ---> 1b6e126b9934 14:23:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:23:12 Removing intermediate container 39536a468637 14:23:12 ---> 53838fbdf192 14:23:12 Step 20/21 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:23:12 ---> Running in c1998f3ac306 14:23:12 Removing intermediate container cefd762a7111 14:23:12 ---> 22dc58a2d850 14:23:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:23:12 ---> e8b1e2cf218b 14:23:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:23:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:23:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:23:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:23:13 Removing intermediate container c1998f3ac306 14:23:13 ---> f5a1850094d5 14:23:13 Step 21/21 : LABEL version=0.0.0 14:23:13 ---> Running in a0562f94edbb 14:23:13 ---> b59a2bfd2b18 14:23:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:23:13 Removing intermediate container a0562f94edbb 14:23:13 ---> 8a09f5276638 14:23:13 14:23:13 Successfully built 8a09f5276638 14:23:13 Successfully tagged docker-security-proxy-setup-go:latest 14:23:13 ---> 5d15c4888d59 14:23:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:23:13  Building docker-security-proxy-setup-go ... done  ---> 1bb49770b77f 14:23:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:23:14 ---> 353671119dd5 14:23:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:23:14 ---> Running in 81ec6d2e495c 14:23:14 ---> c0fc87067ba8 14:23:14 Step 19/23 : ENTRYPOINT ["/core-command"] 14:23:16 ---> Running in 239288b5dbd2 14:23:16 Removing intermediate container 81ec6d2e495c 14:23:16 ---> 60595202793a 14:23:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:23:16 ---> Running in 2fcea5a151fb 14:23:16 Removing intermediate container 2cbc580010c8 14:23:16 ---> 6352a79cb7d4 14:23:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:23:16 Removing intermediate container 239288b5dbd2 14:23:16 ---> ac59b7f461fe 14:23:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:23:16 ---> Running in c2f10c75747d 14:23:16 ---> Running in d14eb9ee6b7d 14:23:16 Removing intermediate container 2fcea5a151fb 14:23:16 ---> 773fe3a1286c 14:23:16 Step 21/23 : LABEL arch=x86_64 14:23:16 ---> Running in 43227ff14ee7 14:23:16 Removing intermediate container d14eb9ee6b7d 14:23:16 ---> 4829db4bedcb 14:23:16 Step 21/23 : LABEL arch=x86_64 14:23:16 ---> Running in 5bb40e176adc 14:23:16 Removing intermediate container 43227ff14ee7 14:23:16 ---> e2b5a604ea64 14:23:16 Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:23:16 ---> Running in bd4fde6f9e9d 14:23:16 Removing intermediate container 5bb40e176adc 14:23:16 ---> 305a4dc4b776 14:23:16 Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:23:16 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:23:17 ---> Running in cd5cf0734034 14:23:17 Removing intermediate container bd4fde6f9e9d 14:23:17 ---> c6d47f1646f8 14:23:17 Step 23/23 : LABEL version=0.0.0 14:23:17 Removing intermediate container cd5cf0734034 14:23:17 ---> febea330dd6a 14:23:17 Step 23/23 : LABEL version=0.0.0 14:23:17 ---> Running in ed2081e4af52 14:23:17 ---> Running in a1cc8ddeff23 14:23:17 Removing intermediate container ed2081e4af52 14:23:17 ---> e844418ad375 14:23:17 14:23:18 Removing intermediate container a1cc8ddeff23 14:23:18 ---> f166423a5e65 14:23:18 14:23:18 Successfully built e844418ad375 14:23:18 Successfully tagged docker-core-metadata-go:latest 14:23:18  Building docker-core-metadata-go ... done Successfully built f166423a5e65 14:23:18 Successfully tagged docker-core-command-go:latest 14:23:18  Building docker-core-command-go ... done Removing intermediate container c2f10c75747d 14:23:18 ---> 16d089e393f8 14:23:18 14:23:18 Step 11/26 : FROM docker:20.10.0 14:23:18 20.10.0: Pulling from library/docker 14:23:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 3.878s coverage: 45.9% of statements 14:23:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:23:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:23:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:23:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:23:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:23:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:23:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:23:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.252s coverage: 100.0% of statements 14:23:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:23:24 Status: Downloaded newer image for docker:20.10.0 14:23:24 ---> aefe523efa57 14:23:24 Step 12/26 : RUN apk add --no-cache bash 14:23:24 ---> Running in 27924824743d 14:23:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:24 (1/2) Installing readline (8.0.4-r0) 14:23:24 (2/2) Installing bash (5.0.17-r0) 14:23:24 Executing bash-5.0.17-r0.post-install 14:23:24 Executing busybox-1.31.1-r19.trigger 14:23:24 OK: 12 MiB in 22 packages 14:23:25 Removing intermediate container 27924824743d 14:23:25 ---> 94f9c8476c93 14:23:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:23:25 ---> Running in e24548e31a98 14:23:25 Removing intermediate container e24548e31a98 14:23:25 ---> a96d8262bbae 14:23:25 Step 14/26 : ENV APP_PORT=48090 14:23:25 ---> Running in c19581943e57 14:23:25 Removing intermediate container c19581943e57 14:23:25 ---> a9c1b4b8b9c8 14:23:25 Step 15/26 : EXPOSE $APP_PORT 14:23:25 ---> Running in b302b3dcb966 14:23:25 Removing intermediate container b302b3dcb966 14:23:25 ---> c01f948d6ccd 14:23:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:23:26 ---> 35016ba1325d 14:23:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:23:26 ---> 0b1a3ef725d7 14:23:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:23:27 ---> 20e6b6f9a72a 14:23:27 Step 19/26 : RUN apk --no-cache add py3-pip 14:23:27 ---> Running in ba2280b6f5ee 14:23:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.654s coverage: 27.1% of statements 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:23:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:23:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:23:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:27 (1/33) Installing libbz2 (1.0.8-r1) 14:23:27 (2/33) Installing expat (2.2.9-r1) 14:23:27 (3/33) Installing libffi (3.3-r2) 14:23:27 (4/33) Installing gdbm (1.13-r1) 14:23:27 (5/33) Installing xz-libs (5.2.5-r0) 14:23:27 (6/33) Installing sqlite-libs (3.32.1-r0) 14:23:28 (7/33) Installing python3 (3.8.5-r1) 14:23:29 (8/33) Installing py3-appdirs (1.4.4-r1) 14:23:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:23:29 (10/33) Installing py3-parsing (2.4.7-r0) 14:23:29 (11/33) Installing py3-six (1.15.0-r0) 14:23:29 (12/33) Installing py3-packaging (20.4-r0) 14:23:29 (13/33) Installing py3-setuptools (47.0.0-r0) 14:23:29 (14/33) Installing py3-chardet (3.0.4-r4) 14:23:29 (15/33) Installing py3-idna (2.9-r0) 14:23:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:23:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:23:29 (18/33) Installing py3-requests (2.23.0-r0) 14:23:29 (19/33) Installing py3-msgpack (1.0.0-r0) 14:23:29 (20/33) Installing py3-lockfile (0.12.2-r3) 14:23:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:23:29 (22/33) Installing py3-colorama (0.4.3-r0) 14:23:29 (23/33) Installing py3-distlib (0.3.0-r0) 14:23:29 (24/33) Installing py3-distro (1.5.0-r1) 14:23:29 (25/33) Installing py3-webencodings (0.5.1-r3) 14:23:29 (26/33) Installing py3-html5lib (1.0.1-r4) 14:23:29 (27/33) Installing py3-pytoml (0.1.21-r0) 14:23:29 (28/33) Installing py3-pep517 (0.8.2-r0) 14:23:29 (29/33) Installing py3-progress (1.5-r0) 14:23:29 (30/33) Installing py3-toml (0.10.1-r0) 14:23:29 (31/33) Installing py3-retrying (1.3.3-r0) 14:23:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:23:29 (33/33) Installing py3-pip (20.1.1-r0) 14:23:29 Executing busybox-1.31.1-r19.trigger 14:23:29 OK: 71 MiB in 55 packages 14:23:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 71.3% of statements 14:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:23:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.9% of statements 14:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:23:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.181s coverage: 78.9% of statements 14:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:23:39 Removing intermediate container ba2280b6f5ee 14:23:39 ---> 688316a46c82 14:23:39 Step 20/26 : RUN pip install docker-compose==1.23.2 14:23:39 ---> Running in 2426e881a739 14:23:40 Collecting docker-compose==1.23.2 14:23:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:23:40 Collecting websocket-client<1.0,>=0.32.0 14:23:40 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:23:40 Collecting cached-property<2,>=1.2.0 14:23:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:23:40 Collecting dockerpty<0.5,>=0.4.1 14:23:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:23:41 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:23:41 Collecting texttable<0.10,>=0.9.0 14:23:41 Downloading texttable-0.9.1.tar.gz (11 kB) 14:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.146s coverage: 28.6% of statements 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.287s coverage: 86.7% of statements 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:23:42 Collecting PyYAML<4,>=3.10 14:23:42 Downloading PyYAML-3.13.tar.gz (270 kB) 14:23:43 Collecting jsonschema<3,>=2.5.1 14:23:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:23:43 Collecting docker<4.0,>=3.6.0 14:23:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:23:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:23:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:23:43 Collecting docopt<0.7,>=0.6.1 14:23:43 Downloading docopt-0.6.2.tar.gz (25 kB) 14:23:44 Collecting docker-pycreds>=0.4.0 14:23:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:23:44 Collecting urllib3<1.25,>=1.21.1 14:23:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:23:44 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:23:44 Collecting idna<2.8,>=2.5 14:23:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:23:44 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:23:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:23:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:23:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:23:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:23:44 Installing collected packages: websocket-client, cached-property, dockerpty, texttable, PyYAML, jsonschema, urllib3, idna, requests, docker-pycreds, docker, docopt, docker-compose 14:23:44 Running setup.py install for dockerpty: started 14:23:45 Running setup.py install for dockerpty: finished with status 'done' 14:23:45 Running setup.py install for texttable: started 14:23:45 Running setup.py install for texttable: finished with status 'done' 14:23:45 Running setup.py install for PyYAML: started 14:23:46 Running setup.py install for PyYAML: finished with status 'done' 14:23:46 Attempting uninstall: urllib3 14:23:46 Found existing installation: urllib3 1.25.9 14:23:46 Uninstalling urllib3-1.25.9: 14:23:46 Successfully uninstalled urllib3-1.25.9 14:23:46 Attempting uninstall: idna 14:23:46 Found existing installation: idna 2.9 14:23:46 Uninstalling idna-2.9: 14:23:46 Successfully uninstalled idna-2.9 14:23:46 Attempting uninstall: requests 14:23:46 Found existing installation: requests 2.23.0 14:23:46 Uninstalling requests-2.23.0: 14:23:46 Successfully uninstalled requests-2.23.0 14:23:47 Running setup.py install for docopt: started 14:23:47 Running setup.py install for docopt: finished with status 'done' 14:23:47 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:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.122s coverage: 92.8% of statements 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:23:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:23:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.321s coverage: 0.1% of statements 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:23:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:23:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.140s coverage: 47.1% of statements 14:23:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 14:23:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements 14:23:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 14:23:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 14:23:51 Removing intermediate container 2426e881a739 14:23:51 ---> dac00e5be4ef 14:23:51 Step 21/26 : RUN apk --no-cache add curl 14:23:51 ---> Running in c22eeb78cba8 14:23:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:23:53 (2/3) Installing libcurl (7.69.1-r3) 14:23:53 (3/3) Installing curl (7.69.1-r3) 14:23:53 Executing busybox-1.31.1-r19.trigger 14:23:53 OK: 72 MiB in 58 packages 14:23:53 Removing intermediate container c22eeb78cba8 14:23:53 ---> 07e473ab0850 14:23:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:23:53 ---> Running in ca6ccc55776f 14:23:54 Removing intermediate container ca6ccc55776f 14:23:54 ---> 009a39713b2a 14:23:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:23:54 ---> Running in 0b4af6598774 14:23:54 Removing intermediate container 0b4af6598774 14:23:54 ---> 1b07d34cf77f 14:23:54 Step 24/26 : LABEL arch=x86_64 14:23:54 ---> Running in eaca6450f465 14:23:54 Removing intermediate container eaca6450f465 14:23:54 ---> b7dea39bd17d 14:23:54 Step 25/26 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:23:54 ---> Running in 59d854163956 14:23:55 Removing intermediate container 59d854163956 14:23:55 ---> 877996aab54f 14:23:55 Step 26/26 : LABEL version=0.0.0 14:23:55 ---> Running in 83a1fdcdfa2f 14:23:55 Removing intermediate container 83a1fdcdfa2f 14:23:55 ---> 0fe6b737a0c7 14:23:55 14:23:55 Successfully built 0fe6b737a0c7 14:23:55 Successfully tagged docker-sys-mgmt-agent-go:latest 14:23:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:23:55 $ docker stop --time=1 33060c99a62945c16d83363f0b1ed484af4e19c86561d6bc8b2f082b19c5df61 14:23:57 $ docker rm -f 33060c99a62945c16d83363f0b1ed484af4e19c86561d6bc8b2f082b19c5df61 [Pipeline] // withDockerContainer [Pipeline] sh 14:23:58 + docker images 14:23:58 + grep docker 14:23:58 docker-sys-mgmt-agent-go latest 0fe6b737a0c7 3 seconds ago 313MB 14:23:58 docker-core-command-go latest f166423a5e65 41 seconds ago 17.2MB 14:23:58 docker-core-metadata-go latest e844418ad375 41 seconds ago 19MB 14:23:58 docker-security-proxy-setup-go latest 8a09f5276638 45 seconds ago 24.7MB 14:23:58 docker-security-bootstrapper-go latest fa3b2823edc5 About a minute ago 18.7MB 14:23:58 docker-core-data-go latest a613713e464c About a minute ago 22.6MB 14:23:58 docker-security-secretstore-setup-go latest febfe1e4fc06 About a minute ago 24.9MB 14:23:58 docker-support-scheduler-go latest 89a0a1e4bef2 2 minutes ago 17.3MB 14:23:58 docker-support-notifications-go latest 3e5828a0f81e 2 minutes ago 17.8MB 14:23:58 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 14:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements 14:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 14:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.106s coverage: 81.4% of statements 14:24:13 Still waiting to schedule task 14:24:13 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.6% of statements 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.6% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.518s coverage: 62.4% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 69.0% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.410s coverage: 38.4% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:24:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.145s coverage: 89.5% of statements 14:24:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:24:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements 14:24:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.494s coverage: 47.0% of statements 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:24:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:24:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:24:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.395s coverage: 87.1% of statements 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:24:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.300s coverage: 29.1% of statements 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.242s coverage: 99.0% of statements 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.210s coverage: 96.5% of statements 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:24:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 14:24:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 14:24:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 14:24:35 GO111MODULE=on go vet ./... 14:25:57 gofmt -l . 14:25:57 [ "`gofmt -l .`" = "" ] 14:25:57 ./bin/test-go-mod-tidy.sh 14:25:57 ./bin/test-attribution-txt.sh [Pipeline] sh 14:25:58 + ls -al . 14:25:58 total 768 14:25:58 drwxrwxr-x 9 1001 1001 4096 Mar 11 14:25 . 14:25:58 drwxr-xr-x 4 root root 4096 Mar 11 14:21 .. 14:25:58 -rw-rw-r-- 1 1001 1001 11 Mar 11 14:20 .dockerignore 14:25:58 drwxrwxr-x 8 1001 1001 4096 Mar 11 14:20 .git 14:25:58 drwxrwxr-x 3 1001 1001 4096 Mar 11 14:20 .github 14:25:58 -rw-rw-r-- 1 1001 1001 818 Mar 11 14:20 .gitignore 14:25:58 -rw-rw-r-- 1 1001 1001 166 Mar 11 14:20 .sonarcloud.properties 14:25:58 -rw-rw-r-- 1 1001 1001 8607 Mar 11 14:20 Attribution.txt 14:25:58 -rw-rw-r-- 1 1001 1001 3804 Mar 11 14:20 CONTRIBUTING.md 14:25:58 -rw-rw-r-- 1 1001 1001 931 Mar 11 14:20 Dockerfile.build 14:25:58 -rw-rw-r-- 1 1001 1001 863 Mar 11 14:20 Jenkinsfile 14:25:58 -rw-rw-r-- 1 1001 1001 10775 Mar 11 14:20 LICENSE 14:25:58 -rw-rw-r-- 1 1001 1001 5774 Mar 11 14:20 Makefile 14:25:58 -rw-rw-r-- 1 1001 1001 6548 Mar 11 14:20 README.md 14:25:58 -rw-rw-r-- 1 1001 1001 6755 Mar 11 14:20 SECURITY.md 14:25:58 -rw-rw-r-- 1 1001 1001 5 Mar 11 14:15 VERSION 14:25:58 -rw-rw-r-- 1 1001 1001 4131 Mar 11 14:20 ZMQWindows.md 14:25:58 drwxrwxr-x 2 1001 1001 4096 Mar 11 14:20 bin 14:25:58 drwxrwxr-x 14 1001 1001 4096 Mar 11 14:20 cmd 14:25:58 -rw-r--r-- 1 root root 628834 Mar 11 14:24 coverage.out 14:25:58 -rw-r--r-- 1 root root 1055 Mar 11 14:25 go.mod 14:25:58 -rw-r--r-- 1 root root 21981 Mar 11 14:25 go.sum 14:25:58 drwxrwxr-x 8 1001 1001 4096 Mar 11 14:20 internal 14:25:58 drwxrwxr-x 4 1001 1001 4096 Mar 11 14:20 openapi 14:25:58 drwxrwxr-x 4 1001 1001 4096 Mar 11 14:20 snap 14:25:58 -rw-rw-r-- 1 1001 1001 168 Mar 11 14:20 version.go [Pipeline] sh 14:25:58 + '[' -e coverage.out ] 14:25:58 + chown 1001:1001 coverage.out [Pipeline] stash 14:25:58 Warning: overwriting stash ‘coverage-report’ 14:25:59 Stashed 1 file(s) [Pipeline] sh 14:26:00 + make build 14:26:00 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:26:12 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:26:19 Running on prd-ubuntu18.04-docker-8c-8g-29526 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 14:26:19 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 14:26:21 using credential edgex-jenkins-ssh 14:26:21 Cloning the remote Git repository 14:26:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:26:21 > git init /w/workspace/edgex-go/7 # timeout=10 14:26:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:26:21 > git --version # timeout=10 14:26:21 > git --version # 'git version 2.17.1' 14:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 14:26:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:26:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:26:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:26:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:26:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:26:28 using GIT_SSH to set credentials SSH Credentials for GitHub 14:26:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:26:29 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:26:29 Merge succeeded, producing 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:26:29 Checking out Revision 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc (PR-3250) 14:26:29 > git config core.sparsecheckout # timeout=10 14:26:29 > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 14:26:29 > git remote # timeout=10 14:26:29 > git config --get remote.origin.url # timeout=10 14:26:29 using GIT_SSH to set credentials SSH Credentials for GitHub 14:26:29 > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 14:26:29 > git rev-parse HEAD^{commit} # timeout=10 14:26:29 > git config core.sparsecheckout # timeout=10 14:26:29 > git checkout -f 6f97ba82a61b1decc1b9fa431fb1e4079b510ffc # timeout=10 14:26:33 Commit message: "feat: Update the Read/Write permissions description" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:26:34 + echo snap-build.sh 14:26:34 snap-build.sh 14:26:34 + SNAP_BASE_DIR=. 14:26:34 + '[' '!' -z /w/workspace/edgex-go/7 ']' 14:26:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 14:26:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 14:26:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 14:26:34 + cd /w/workspace/edgex-go/7 14:26:34 + sudo apt-get remove -qy --purge lxd lxd-client 14:26:34 Reading package lists... 14:26:34 Building dependency tree... 14:26:34 Reading state information... 14:26:34 The following packages were automatically installed and are no longer required: 14:26:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:26:34 uidmap xdelta3 14:26:34 Use 'sudo apt autoremove' to remove them. 14:26:34 The following packages will be REMOVED: 14:26:34 lxd* lxd-client* 14:26:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:26:34 After this operation, 31.7 MB disk space will be freed. 14:26:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:26:35 (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:26:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:26:36 Removing lxd dnsmasq configuration 14:26:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:26:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:26:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:26:37 (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:26:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:26:39 Processing triggers for systemd (237-3ubuntu10.42) ... 14:26:39 Processing triggers for ureadahead (0.100.0-21) ... 14:26:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:26:40 + sudo snap remove --purge lxd 14:26:40 snap "lxd" is not installed 14:26:40 + sudo groupadd --force --system lxd 14:26:40 ++ whoami 14:26:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:26:40 + newgrp - lxd 14:26:40 + sudo snap install lxd 14:26:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:26:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:26:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:26:50 2021-03-11T14:26:47Z INFO Waiting for automatic snapd restart... 14:26:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:26:59 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:27:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:27:05 lxd 4.12 from Canonical* installed 14:27:05 + sudo lxd init --auto 14:27:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:27: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 14:27:15 + sudo snap install --classic snapcraft [Pipeline] } 14:27:20 $ docker stop --time=1 a7edb4a3c8a96f62b93efd4b245d911149844684ca1b9b1aad4350bb049173bc 14:27:23 $ docker rm -f a7edb4a3c8a96f62b93efd4b245d911149844684ca1b9b1aad4350bb049173bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:27:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:27:25 14:27:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:27:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:27:26 latest: Pulling from edgex-devops/edgex-compose-arm64 14:27:26 29e5d40040c1: Pulling fs layer 14:27:26 1ce36da41761: Pulling fs layer 14:27:26 25b303627fd3: Pulling fs layer 14:27:26 29e5d40040c1: Verifying Checksum 14:27:26 29e5d40040c1: Download complete 14:27:26 1ce36da41761: Verifying Checksum 14:27:26 1ce36da41761: Download complete 14:27:27 29e5d40040c1: Pull complete 14:27:27 snapcraft 4.5.4 from Canonical* installed 14:27:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 14:27:27 + patch --verbose -p1 14:27:27 Hmm... Looks like a unified diff to me... 14:27:27 The text leading up to this was: 14:27:27 -------------------------- 14:27:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 14:27:27 |From: Tony Espy 14:27:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 14:27:27 |Subject: [PATCH] optimize snap build for pipeline CI check 14:27:27 | 14:27:27 |This patch is used by the EdgeX CI pipeline builds to 14:27:27 |optimize the snap CI check run for pull requests. When 14:27:27 |applied, it essentially strips out everything (apps and 14:27:27 |parts) from the snapcraft.yaml file except those required 14:27:27 |to build edgex-go, as the whole idea of the CI check is to 14:27:27 |catch changes to edgex-go that break the snap build. 14:27:27 | 14:27:27 |In general, anyone updating snapcraft.yaml will also need 14:27:27 |to update this patch file, otherwise it may fail to apply, 14:27:27 |resulting in a failed snap build CI check in the associated 14:27:27 |pull request. 14:27:27 | 14:27:27 |Note - in addition to applying this patch, the pipeline also 14:27:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 14:27:27 |need to build the finally binary .snap file (and it won't 14:27:27 |work with the patch applied). This further reduces the build 14:27:27 |time. 14:27:27 |--- 14:27:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 14:27:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 14:27:27 | 14:27:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 14:27:27 |index 1e537489..faf42425 100644 14:27:27 |--- a/snap/snapcraft.yaml 14:27:27 |+++ b/snap/snapcraft.yaml 14:27:27 -------------------------- 14:27:27 patching file snap/snapcraft.yaml 14:27:27 Using Plan A... 14:27:27 Hunk #1 succeeded at 73. 14:27:27 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 14:27:27 Hunk #3 succeeded at 217 (offset 3 lines). 14:27:27 Hunk #4 succeeded at 225 (offset 3 lines). 14:27:27 Hunk #5 succeeded at 232 (offset 3 lines). 14:27:27 Hunk #6 succeeded at 259 (offset 3 lines). 14:27:27 Hunk #7 succeeded at 293 (offset 3 lines). 14:27:27 Hunk #8 succeeded at 352 (offset 11 lines). 14:27:27 Hmm... Ignoring the trailing garbage. 14:27:27 done 14:27:27 + sudo snapcraft prime --use-lxd 14:27:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:27:27 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:27:27 - README.md 14:27:27 - snapcraft.yaml.orig 14:27:27 14:27:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:27:28 Launching a container. 14:27:28 1ce36da41761: Pull complete 14:27:29 25b303627fd3: Download complete 14:27:39 25b303627fd3: Pull complete 14:27:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:27:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:27:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:27:39 prd-ubuntu18.04-docker-arm64-4c-16g-29524 does not seem to be running inside a container 14:27:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:27:40 Waiting for container to be ready 14:27:40 To start your first instance, try: lxc launch ubuntu:18.04 14:27:40 14:27:43 $ docker top ff28783667cd49cee04ea617782b1d79ee68e1a341f9e0655579e3e6ae01ac48 -eo pid,comm [Pipeline] { [Pipeline] sh 14:27:44 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:27:44 + docker-compose build --help 14:27:44 + grep parallel 14:27:44 Waiting for network to be ready... 14:27:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:27:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:27:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 14:27:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:27:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:27:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:27:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 14:27:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 14:27:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 14:27:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:27:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:27:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:27:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:27:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:27:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:27:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:27:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:27:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:27:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:27:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 14:27:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:27:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:27:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:27:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 14:27:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 14:27:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:27:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:27:48 --parallel Build images in parallel. [Pipeline] } 14:27:48 $ docker stop --time=1 ff28783667cd49cee04ea617782b1d79ee68e1a341f9e0655579e3e6ae01ac48 14:27:48 Fetched 24.0 MB in 4s (6112 kB/s) 14:27:49 Reading package lists... 14:27:49 Reading package lists... 14:27:49 Building dependency tree... 14:27:49 Reading state information... 14:27:50 The following additional packages will be installed: 14:27:50 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:27:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:27:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:27:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:27:50 Suggested packages: 14:27:50 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:27:50 Recommended packages: 14:27:50 gnupg libsasl2-modules 14:27:50 The following NEW packages will be installed: 14:27:50 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:27:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:27:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:27:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:27:50 The following packages will be upgraded: 14:27:50 gpg gpg-agent gpgconf libudev1 14:27:50 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 14:27:50 Need to get 3530 kB of archives. 14:27:50 After this operation, 13.3 MB of additional disk space will be used. 14:27:50 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:27:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 14:27:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 14:27:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 14:27:50 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 14:27:50 $ docker rm -f ff28783667cd49cee04ea617782b1d79ee68e1a341f9e0655579e3e6ae01ac48 14:27:50 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 14:27:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:27:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:27:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 14:27:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 14:27:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 14:27:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:27:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:27:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:27:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:27:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 14:27:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:27:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:27:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:27:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:27:51 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:27:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 14:27:51 debconf: delaying package configuration, since apt-utils is not installed 14:27:51 Fetched 3530 kB in 1s (3473 kB/s) [Pipeline] isUnix [Pipeline] sh 14:27:51 (Reading database ... 12511 files and directories currently installed.) 14:27:51 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 14:27:51 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:27:51 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 14:27:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:27:51 . [Pipeline] withDockerContainer 14:27:51 Selecting previously unselected package udev. 14:27:51 (Reading database ... 12511 files and directories currently installed.) 14:27:51 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 14:27:51 Unpacking udev (237-3ubuntu10.44) ... 14:27:51 prd-ubuntu18.04-docker-arm64-4c-16g-29524 does not seem to be running inside a container 14:27:51 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:27:51 Selecting previously unselected package libfuse2:amd64. 14:27:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:27:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:27:51 Selecting previously unselected package fuse. 14:27:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:27:51 Unpacking fuse (2.9.7-1ubuntu1) ... 14:27:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 14:27:52 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:27:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 14:27:52 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:27:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 14:27:52 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:27:52 Selecting previously unselected package libksba8:amd64. 14:27:52 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:27:52 Unpacking libksba8:amd64 (1.3.5-2) ... 14:27:52 Selecting previously unselected package libroken18-heimdal:amd64. 14:27:52 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:52 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:52 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:27:52 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:52 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:27:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:27:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:52 Selecting previously unselected package libwind0-heimdal:amd64. 14:27:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:27:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:27:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:53 $ docker top fbdac81922a53a07fff3edffdcbda25b82626e47187d784f3c04e21805c8b2c0 -eo pid,comm 14:27:53 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:27:53 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:53 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:27:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:27:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:53 Selecting previously unselected package libsasl2-modules-db:amd64. 14:27:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:27:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:27:53 Selecting previously unselected package libsasl2-2:amd64. 14:27:53 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:27:53 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [Pipeline] { [Pipeline] sh 14:27:53 Selecting previously unselected package libldap-common. 14:27:53 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 14:27:53 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:27:53 Selecting previously unselected package libldap-2.4-2:amd64. 14:27:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 14:27:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:27:53 Selecting previously unselected package dirmngr. 14:27:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 14:27:53 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 14:27:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:27:53 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 14:27:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:27:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:27:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:27:53 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 14:27:54 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Setting up libksba8:amd64 (1.3.5-2) ... 14:27:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:27:54 Setting up udev (237-3ubuntu10.44) ... 14:27:54 + docker-compose -f ./docker-compose-build.yml build --parallel 14:27:54 invoke-rc.d: policy-rc.d denied execution of start. 14:27:54 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Processing triggers for systemd (237-3ubuntu10) ... 14:27:54 Setting up fuse (2.9.7-1ubuntu1) ... 14:27:54 Setting up gpg (2.2.4-1ubuntu1.4) ... 14:27:54 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:27:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:27:54 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 14:27:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:27:55 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:27:55 settings in the [Install] section, and DefaultInstance for template units). 14:27:55 This means they are not meant to be enabled using systemctl. 14:27:55 Possible reasons for having this kind of units are: 14:27:55 1) A unit may be statically enabled by being symlinked from another unit's 14:27:55 .wants/ or .requires/ directory. 14:27:55 2) A unit's purpose may be to act as a helper for some other unit which has 14:27:55 a requirement dependency on it. 14:27:55 3) A unit may be started when needed via activation (socket, path, timer, 14:27:55 D-Bus, udev, scripted systemctl call, ...). 14:27:55 4) In case of template units, the unit is meant to be enabled with some 14:27:55 instance name specified. 14:27:55 Reading package lists... 14:27:55 Building dependency tree... 14:27:55 Reading state information... 14:27:56 The following additional packages will be installed: 14:27:56 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:27:56 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:27:56 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:27:56 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:27:56 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:27:56 Suggested packages: 14:27:56 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:27:56 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:27:56 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:27:56 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:27:56 systemd-container policykit-1 14:27:56 Recommended packages: 14:27:56 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:27:56 The following NEW packages will be installed: 14:27:56 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:27:56 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:27:56 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:27:56 multiarch-support openssh-client python3 python3-minimal python3.6 14:27:56 python3.6-minimal snapd squashfs-tools sudo 14:27:56 The following packages will be upgraded: 14:27:56 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:27:56 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 14:27:56 Need to get 35.2 MB of archives. 14:27:56 After this operation, 141 MB of additional disk space will be used. 14:27:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 14:27:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 14:27:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 14:27:56 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 14:27:56 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:27:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:27:56 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:27:56 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:27:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 14:27:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:27:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 14:27:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:27:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:27:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:27:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:27:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:27:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 14:27:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:27:56 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 14:27:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 14:27:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:27:57 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:27:57 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:27:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:27:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:27:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:27:57 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:27:57 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:27:57 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:27:57 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:27:57 debconf: delaying package configuration, since apt-utils is not installed 14:27:57 Fetched 35.2 MB in 1s (28.8 MB/s) 14:27:57 (Reading database ... 12757 files and directories currently installed.) 14:27:57 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 14:27:57 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:27:58 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 14:27:58 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:27:58 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 14:27:58 Building docker-core-command-go ... 14:27:58 Building docker-core-data-go ... 14:27:58 Building docker-core-metadata-go ... 14:27:58 Building docker-security-bootstrapper-go ... 14:27:58 Building docker-security-proxy-setup-go ... 14:27:58 Building docker-security-secretstore-setup-go ... 14:27:58 Building docker-support-notifications-go ... 14:27:58 Building docker-support-scheduler-go ... 14:27:58 Building docker-sys-mgmt-agent-go ... 14:27:58 Building docker-security-secretstore-setup-go 14:27:58 Building docker-security-proxy-setup-go 14:27:58 Building docker-core-metadata-go 14:27:58 Building docker-support-scheduler-go 14:27:58 Building docker-security-bootstrapper-go 14:27:58 (Reading database ... 12757 files and directories currently installed.) 14:27:58 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 14:27:58 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 14:27:58 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 14:27:58 (Reading database ... 12757 files and directories currently installed.) 14:27:58 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 14:27:58 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 14:27:59 Setting up apt (1.6.12ubuntu0.2) ... 14:27:59 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:27:59 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:27:59 (Reading database ... 12764 files and directories currently installed.) 14:27:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:27:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:28:00 Selecting previously unselected package libpython3.6-minimal:amd64. 14:28:00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:28:00 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:28:00 Selecting previously unselected package libexpat1:amd64. 14:28:00 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:28:00 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:28:00 Selecting previously unselected package python3.6-minimal. 14:28:00 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:28:00 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:28:00 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 14:28:00 Checking for services that may need to be restarted...done. 14:28:00 Checking for services that may need to be restarted...done. 14:28:00 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:28:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:28:00 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:28:01 Selecting previously unselected package python3-minimal. 14:28:01 (Reading database ... 13012 files and directories currently installed.) 14:28:01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:28:01 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:28:01 Selecting previously unselected package mime-support. 14:28:01 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:28:01 Unpacking mime-support (3.60ubuntu1) ... 14:28:01 Selecting previously unselected package libmpdec2:amd64. 14:28:01 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:28:01 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:28:01 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:28:01 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:28:01 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:28:01 Selecting previously unselected package python3.6. 14:28:01 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:28:01 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:28:02 Selecting previously unselected package libpython3-stdlib:amd64. 14:28:02 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:28:02 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:28:02 Setting up python3-minimal (3.6.7-1~18.04) ... 14:28:02 Selecting previously unselected package python3. 14:28:02 (Reading database ... 13442 files and directories currently installed.) 14:28:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:28:02 Unpacking python3 (3.6.7-1~18.04) ... 14:28:02 Selecting previously unselected package multiarch-support. 14:28:02 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:28:02 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:28:02 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:28:02 Selecting previously unselected package liblzo2-2:amd64. 14:28:02 (Reading database ... 13479 files and directories currently installed.) 14:28:02 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:28:02 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:28:02 Selecting previously unselected package libbsd0:amd64. 14:28:02 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:28:02 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:28:02 Selecting previously unselected package sudo. 14:28:02 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 14:28:02 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 14:28:03 Selecting previously unselected package apparmor. 14:28:03 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:28:03 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:28:03 Selecting previously unselected package libedit2:amd64. 14:28:03 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:28:03 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:28:03 Selecting previously unselected package libkrb5support0:amd64. 14:28:03 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:28:03 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:28:03 Selecting previously unselected package libk5crypto3:amd64. 14:28:03 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:28:03 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:28:03 Selecting previously unselected package libkeyutils1:amd64. 14:28:03 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:28:03 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:28:03 Selecting previously unselected package libkrb5-3:amd64. 14:28:04 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:28:04 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:28:04 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:28:04 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:28:04 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:28:04 Selecting previously unselected package libssl1.0.0:amd64. 14:28:04 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 14:28:04 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:28:04 Selecting previously unselected package openssh-client. 14:28:04 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:28:04 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:28:04 Selecting previously unselected package squashfs-tools. 14:28:04 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:28:04 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:28:04 Selecting previously unselected package snapd. 14:28:04 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 14:28:04 Unpacking snapd (2.48.3+18.04) ... 14:28:06 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:28:06 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:28:06 Setting up mime-support (3.60ubuntu1) ... 14:28:06 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 14:28:07 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:28:07 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:28:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:28:07 Setting up systemd (237-3ubuntu10.44) ... 14:28:07 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:28:08 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:28:08 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:28:08 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:28:08 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:28:08 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:28:08 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:28:08 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:28:08 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:28:08 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:28:08 Setting up python3 (3.6.7-1~18.04) ... 14:28:08 running python rtupdate hooks for python3.6... 14:28:08 running python post-rtupdate hooks for python3.6... 14:28:09 Setting up apparmor (2.12-4ubuntu5.1) ... 14:28:11 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:28:11 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:28:11 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:28:11 Setting up snapd (2.48.3+18.04) ... 14:28:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:28:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:28:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:28:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 14:28:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:28:12 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:28:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 14:28:13 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:28:13 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:28:13 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:28:13 /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:28:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:28:13 Processing triggers for systemd (237-3ubuntu10.44) ... 14:28:14 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:28:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:28:14 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:28:16 Reading package lists... 14:28:16 Reading package lists... 14:28:16 Building dependency tree... 14:28:16 Reading state information... 14:28:16 Calculating upgrade... 14:28:16 The following packages will be upgraded: 14:28:16 advancecomp base-files bash binutils binutils-common 14:28:16 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:28:16 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:28:16 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 14:28:16 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 14:28:16 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 14:28:16 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 14:28:16 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 14:28:16 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 14:28:16 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 14:28:16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 14:28:16 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 14:28:16 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 14:28:16 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 14:28:16 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 14:28:17 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:28:17 Need to get 63.8 MB of archives. 14:28:17 After this operation, 5202 kB of additional disk space will be used. 14:28:17 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:28:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 14:28:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:28:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:28:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:28:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:28:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:28:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:28:18 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:28:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:28:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:28:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:28:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:28:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:28:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:28:18 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:28:18 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:28:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:28:18 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:28:18 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:28:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:28:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:28:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:28:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:28:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:28:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:28:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:28:18 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:28:18 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:28:18 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:28:18 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:28:18 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:28:18 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:28:18 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:28:18 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:28:18 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 14:28:18 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 14:28:18 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:28:18 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:28:18 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:28:18 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 14:28:18 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:28:18 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:28:18 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:28:18 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 14:28:18 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:28:18 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:28:18 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:28:18 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:28:18 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:28:18 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:28:18 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 14:28:18 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:28:18 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:28:18 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:28:18 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:28:18 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:28:18 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:28:18 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:28:18 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 14:28:18 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:28:18 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:28:18 Get:63 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:28:18 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:28:18 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:28:18 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:28:18 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:28:18 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:28:18 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 14:28:18 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:28:18 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:28:18 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 14:28:18 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 14:28:18 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:28:18 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:28:18 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 14:28:18 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:28:18 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:28:18 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:28:18 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 14:28:18 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:28:18 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:28:18 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 14:28:18 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 14:28:18 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 14:28:18 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 14:28:18 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:28:18 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:28:18 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:28:18 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:28:19 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:28:19 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:28:19 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:28:19 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:28:20 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:28:20 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:28:20 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:28:20 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:28:20 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:28:20 debconf: delaying package configuration, since apt-utils is not installed 14:28:20 Fetched 63.8 MB in 3s (20.2 MB/s) 14:28:20 (Reading database ... 13912 files and directories currently installed.) 14:28:20 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:28:20 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:28:21 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:28:21 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:28:21 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 14:28:21 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 14:28:21 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:22 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:22 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:22 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:22 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:22 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:22 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:22 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:22 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:22 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:22 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:22 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:22 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:22 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:22 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:22 (Reading database ... 13911 files and directories currently installed.) 14:28:22 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:22 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:28:23 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:28:23 (Reading database ... 13911 files and directories currently installed.) 14:28:23 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:23 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:23 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:23 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:23 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:28:23 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:28:23 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:24 (Reading database ... 13911 files and directories currently installed.) 14:28:24 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:28:24 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:28:24 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:28:24 (Reading database ... 13911 files and directories currently installed.) 14:28:24 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:28:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:28:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:28:24 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:28:25 Setting up base-files (10.1ubuntu2.10) ... 14:28:25 Installing new version of config file /etc/issue ... 14:28:25 Installing new version of config file /etc/issue.net ... 14:28:25 Installing new version of config file /etc/lsb-release ... 14:28:25 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:28:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:28:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:28:25 Removing obsolete conffile /etc/default/motd-news ... 14:28:25 (Reading database ... 13912 files and directories currently installed.) 14:28:25 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:28:25 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:28:25 Setting up bash (4.4.18-2ubuntu1.2) ... 14:28:25 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:28:25 (Reading database ... 13912 files and directories currently installed.) 14:28:25 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:26 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:28:26 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:28:26 (Reading database ... 13912 files and directories currently installed.) 14:28:26 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:28:26 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:28:26 Setting up tar (1.29b-2ubuntu0.2) ... 14:28:26 (Reading database ... 13912 files and directories currently installed.) 14:28:26 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:28:26 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:28:26 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:28:26 (Reading database ... 13912 files and directories currently installed.) 14:28:26 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:28:26 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:28:27 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:28:27 (Reading database ... 13912 files and directories currently installed.) 14:28:27 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:28:27 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:28:27 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:28:27 (Reading database ... 13912 files and directories currently installed.) 14:28:27 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:28:27 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:28:27 Setting up grep (3.1-2build1) ... 14:28:27 (Reading database ... 13912 files and directories currently installed.) 14:28:27 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:28:27 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:28:28 Setting up login (1:4.5-1ubuntu2) ... 14:28:28 (Reading database ... 13912 files and directories currently installed.) 14:28:28 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:28:28 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:28:28 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:28:28 (Reading database ... 13912 files and directories currently installed.) 14:28:28 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:28:28 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:28:28 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:28:28 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:28:29 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:28:29 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:28:29 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:28:29 (Reading database ... 13912 files and directories currently installed.) 14:28:29 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:28:29 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:28:30 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:28:30 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:28:30 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:28:30 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:28:30 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:28:30 (Reading database ... 13912 files and directories currently installed.) 14:28:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:28:31 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:28:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:28:31 (Reading database ... 13912 files and directories currently installed.) 14:28:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:28:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:28:31 (Reading database ... 13912 files and directories currently installed.) 14:28:31 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:31 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:28:31 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:28:31 (Reading database ... 13912 files and directories currently installed.) 14:28:31 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:31 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:28:31 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:28:32 (Reading database ... 13912 files and directories currently installed.) 14:28:32 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:32 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:28:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:28:32 (Reading database ... 13912 files and directories currently installed.) 14:28:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:28:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:28:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:28:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:28:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:28:32 (Reading database ... 13912 files and directories currently installed.) 14:28:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:28:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:28:33 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:28:33 (Reading database ... 13912 files and directories currently installed.) 14:28:33 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:33 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:28:33 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:28:33 (Reading database ... 13912 files and directories currently installed.) 14:28:33 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:33 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:28:33 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:28:33 (Reading database ... 13912 files and directories currently installed.) 14:28:33 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:28:34 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:28:34 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:28:34 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:28:34 (Reading database ... 13912 files and directories currently installed.) 14:28:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:28:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:28:35 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:28:35 (Reading database ... 13912 files and directories currently installed.) 14:28:35 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:28:35 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:28:35 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:28:35 (Reading database ... 13914 files and directories currently installed.) 14:28:35 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:28:35 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:28:35 Setting up debconf (1.5.66ubuntu1) ... 14:28:35 (Reading database ... 13914 files and directories currently installed.) 14:28:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 14:28:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:28:35 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 14:28:36 (Reading database ... 13914 files and directories currently installed.) 14:28:36 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 14:28:36 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:28:36 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 14:28:36 (Reading database ... 13914 files and directories currently installed.) 14:28:36 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:28:36 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:28:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:28:36 (Reading database ... 13914 files and directories currently installed.) 14:28:36 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:28:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:28:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:28:36 (Reading database ... 13914 files and directories currently installed.) 14:28:36 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:28:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:28:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:28:37 (Reading database ... 13914 files and directories currently installed.) 14:28:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:28:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:28:37 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 14:28:37 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:28:37 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:28:37 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:28:37 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:28:37 (Reading database ... 13914 files and directories currently installed.) 14:28:37 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:28:37 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:28:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:28:38 (Reading database ... 13914 files and directories currently installed.) 14:28:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:28:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:28:38 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:28:38 (Reading database ... 13914 files and directories currently installed.) 14:28:38 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:28:38 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:28:38 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:28:38 (Reading database ... 13914 files and directories currently installed.) 14:28:38 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 14:28:38 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 14:28:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 14:28:39 (Reading database ... 13914 files and directories currently installed.) 14:28:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:28:39 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:28:39 Setting up passwd (1:4.5-1ubuntu2) ... 14:28:39 (Reading database ... 13914 files and directories currently installed.) 14:28:39 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 14:28:39 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:28:39 Setting up gpgv (2.2.4-1ubuntu1.4) ... 14:28:40 (Reading database ... 13914 files and directories currently installed.) 14:28:40 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:28:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 14:28:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:28:40 (Reading database ... 13914 files and directories currently installed.) 14:28:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:28:40 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 14:28:40 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:28:40 (Reading database ... 13914 files and directories currently installed.) 14:28:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:28:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:28:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:28:41 (Reading database ... 13914 files and directories currently installed.) 14:28:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:28:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:28:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:28:41 (Reading database ... 13914 files and directories currently installed.) 14:28:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 14:28:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 14:28:41 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 14:28:42 (Reading database ... 13914 files and directories currently installed.) 14:28:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 14:28:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 14:28:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 14:28:42 (Reading database ... 13915 files and directories currently installed.) 14:28:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:28:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:28:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:28:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:28:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:28:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:28:42 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 14:28:43 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 14:28:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:28:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:28:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:28:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:28:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:28:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:28:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:28:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:28:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:28:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:28:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:28:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:28:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:28:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:28:44 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 14:28:44 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 14:28:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:28:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:28:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:28:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:28:45 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:28:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:28:45 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:28:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:28:45 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:28:45 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:28:45 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:28:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:28:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:46 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:47 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:47 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:48 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:48 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:48 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:49 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:49 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:50 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:28:50 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:28:50 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:28:50 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:28:50 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:28:50 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:28:50 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:28:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:28:50 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:28:50 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:28:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:28:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:28:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:28:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:28:51 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:28:51 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:28:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:51 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:28:51 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:51 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:51 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:51 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:28:51 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:28:51 Setting up tzdata (2021a-0ubuntu0.18.04) ... 14:28:51 14:28:51 Current default time zone: 'Etc/UTC' 14:28:51 Local time is now: Thu Mar 11 14:28:51 UTC 2021. 14:28:51 Universal Time is now: Thu Mar 11 14:28:51 UTC 2021. 14:28:51 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:28:51 14:28:51 Setting up systemd-sysv (237-3ubuntu10.44) ... 14:28:51 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:52 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 14:28:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:28:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:28:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:28:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:28:52 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:28:52 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:28:52 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:28:52 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:52 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:28:52 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:28:52 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 14:28:52 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:52 Setting up patch (2.7.6-2ubuntu1.1) ... 14:28:52 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:28:52 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:28:52 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 14:28:52 Installing new version of config file /etc/ssl/openssl.cnf ... 14:28:52 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:28:52 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:28:52 Setting up ca-certificates (20210119~18.04.1) ... 14:28:54 Updating certificates in /etc/ssl/certs... 14:28:55 23 added, 27 removed; done. 14:28:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:28:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:28:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:28:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:28:55 Setting up pkgbinarymangler (138.18.04.1) ... 14:28:55 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:28:55 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 14:28:55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:28:55 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:28:55 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:28:55 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:28:55 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:28:55 Setting up perl (5.26.1-6ubuntu0.5) ... 14:28:55 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 14:28:55 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:28:55 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:28:56 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 14:28:56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:28:56 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:28:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:28:56 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:28:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:28:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:28:56 Processing triggers for systemd (237-3ubuntu10.44) ... 14:28:56 Processing triggers for mime-support (3.60ubuntu1) ... 14:28:56 Processing triggers for ca-certificates (20210119~18.04.1) ... 14:28:56 Updating certificates in /etc/ssl/certs... 14:28:57 0 added, 0 removed; done. 14:28:57 Running hooks in /etc/ca-certificates/update.d... 14:28:57 done. 14:28:57 Reading package lists... 14:28:57 Building dependency tree... 14:28:57 Reading state information... 14:28:57 The following NEW packages will be installed: 14:28:57 apt-transport-https 14:28:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:28:58 Need to get 1696 B of archives. 14:28:58 After this operation, 153 kB of additional disk space will be used. 14:28:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 14:28:58 debconf: delaying package configuration, since apt-utils is not installed 14:28:58 Fetched 1696 B in 0s (27.4 kB/s) 14:28:58 Selecting previously unselected package apt-transport-https. 14:28:58 (Reading database ... 13920 files and directories currently installed.) 14:28:58 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 14:28:58 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 14:28:58 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 14:28:58 Waiting for network to be ready... 14:29:05 2021-03-11T14:29:03Z INFO Waiting for automatic snapd restart... 14:29:05 snapd 2.49 from Canonical* installed 14:29:06 "snapd" switched to the "latest/stable" channel 14:29:06 14:29:09 core18 20210128 from Canonical* installed 14:29:09 "core18" switched to the "latest/stable" channel 14:29:09 14:29:12 snapcraft 4.5.4 from Canonical* installed 14:29:12 "snapcraft" switched to the "latest/stable" channel 14:29:12 14:29:16 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:29:16 - README.md 14:29:16 - snapcraft.yaml.orig 14:29:16 14:29:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:29:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:29:20 ---> 13d201bb7e09 14:29:20 Step 3/23 : WORKDIR /edgex-go 14:29:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:29:20 ---> 13d201bb7e09 14:29:20 Step 3/21 : WORKDIR /edgex-go 14:29:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:29:20 ---> 13d201bb7e09 14:29:20 Step 3/31 : WORKDIR /edgex-go 14:29:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:29:20 ---> 13d201bb7e09 14:29:20 Step 3/24 : WORKDIR /edgex-go 14:29:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:29:20 ---> 13d201bb7e09 14:29:20 Step 3/22 : WORKDIR /edgex-go 14:29:20 ---> Running in 52d77f5151a7 14:29:20 ---> Running in 9301ee4ba812 14:29:20 ---> Running in 152116b227e5 14:29:20 ---> Running in 6935608ef4b4 14:29:20 ---> Running in b03fb13ab2a5 14:29:20 Removing intermediate container b03fb13ab2a5 14:29:20 ---> f0efacf507ab 14:29:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:20 Removing intermediate container 52d77f5151a7 14:29:20 ---> 3642cf83130d 14:29:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:20 Removing intermediate container 152116b227e5 14:29:20 ---> a30eccbad0a6 14:29:20 Removing intermediate container 9301ee4ba812 14:29:20 ---> fb201a1eb7fc 14:29:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:20 Removing intermediate container 6935608ef4b4 14:29:20 ---> 45f142848fa0 14:29:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:20 ---> Running in 1f16e8fe0f3e 14:29:20 ---> Running in 429065d9ee12 14:29:20 ---> Running in c00f13ef448e 14:29:20 ---> Running in 8f9a868548b5 14:29:20 ---> Running in 84389d711e24 14:29:20 Removing intermediate container 1f16e8fe0f3e 14:29:20 ---> 80166e5b5684 14:29:20 Step 5/22 : RUN apk add --update --no-cache make git 14:29:20 ---> Running in 1da1d5afefba 14:29:20 Removing intermediate container c00f13ef448e 14:29:20 ---> 9b641ecdc20a 14:29:20 Step 5/31 : RUN apk add --update --no-cache make git 14:29:20 Removing intermediate container 8f9a868548b5 14:29:20 ---> abfdd6fefe05 14:29:20 Step 5/23 : RUN apk add --update --no-cache make git 14:29:20 ---> Running in 5866865a701e 14:29:21 Removing intermediate container 429065d9ee12 14:29:21 ---> b0d07a708362 14:29:21 Step 5/24 : RUN apk add --update --no-cache make git 14:29:21 ---> Running in accb4f5cf85a 14:29:21 Removing intermediate container 84389d711e24 14:29:21 ---> 5daa95b15126 14:29:21 Step 5/21 : RUN apk add --update --no-cache make git 14:29:21 ---> Running in 974adcb3157f 14:29:21 ---> Running in 033825aa209b 14:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:23 OK: 217 MiB in 51 packages 14:29:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:29:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:29:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:29:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:29:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:23 OK: 217 MiB in 51 packages 14:29:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:24 Reading package lists... 14:29:24 OK: 217 MiB in 51 packages 14:29:24 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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:29:24 Removing intermediate container 1da1d5afefba 14:29:24 ---> 3a8f124b1969 14:29:24 OK: 217 MiB in 51 packages 14:29:24 OK: 217 MiB in 51 packages 14:29:24 Step 6/22 : COPY go.mod . 14:29:25 Removing intermediate container 5866865a701e 14:29:25 ---> 75f9bbc65edc 14:29:25 Step 6/31 : COPY go.mod . 14:29:25 ---> 85cb43c4c43e 14:29:25 Step 7/22 : RUN go mod download 14:29:26 ---> Running in cf239d8ca331 14:29:26 Removing intermediate container accb4f5cf85a 14:29:26 ---> a0a804f7c71e 14:29:26 Step 6/23 : COPY go.mod . 14:29:27 ---> 8aea37aed4ad 14:29:27 Step 7/31 : RUN go mod download 14:29:27 Removing intermediate container 033825aa209b 14:29:27 ---> 33cb89ecdd7b 14:29:27 Step 6/21 : COPY go.mod . 14:29:27 Removing intermediate container 974adcb3157f 14:29:27 ---> b2783d2e30b7 14:29:27 Step 6/24 : COPY go.mod . 14:29:27 ---> Running in d2d938e76a22 14:29:28 ---> 5de021494a78 14:29:28 Step 7/23 : RUN go mod download 14:29:28 ---> 07733a8b4b0f 14:29:28 Step 7/21 : RUN go mod download 14:29:28 ---> Running in a365e768703b 14:29:28 ---> e694b0f554c0 14:29:28 Step 7/24 : RUN go mod download 14:29:28 ---> Running in 98b74a7851d3 14:29:28 ---> Running in 2deed54471a2 14:29:30 Removing intermediate container cf239d8ca331 14:29:30 ---> 3b358fec883a 14:29:30 Step 8/22 : COPY . . 14:29:31 Removing intermediate container d2d938e76a22 14:29:31 ---> 09ca0d8b2882 14:29:31 Step 8/31 : COPY . . 14:29:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:29:31 Reading package lists... 14:29:31 Building dependency tree... 14:29:31 Reading state information... 14:29:31 Suggested packages: 14:29:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:29:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:29:31 Recommended packages: 14:29:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:29:31 The following NEW packages will be installed: 14:29:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:29:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:29:31 pkg-config zip 14:29:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:29:31 Need to get 7658 kB of archives. 14:29:31 After this operation, 43.8 MB of additional disk space will be used. 14:29:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 14:29:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 14:29:31 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:29:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 14:29:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 14:29:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:29:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:29:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:29:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:29:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:29:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:29:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:29:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:29:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:29:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:29:32 debconf: delaying package configuration, since apt-utils is not installed 14:29:32 Fetched 7658 kB in 1s (10.1 MB/s) 14:29:32 Selecting previously unselected package libglib2.0-0:amd64. 14:29:32 (Reading database ... 13924 files and directories currently installed.) 14:29:32 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 14:29:32 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 14:29:32 Selecting previously unselected package libpsl5:amd64. 14:29:32 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:29:32 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:29:32 Selecting previously unselected package libnghttp2-14:amd64. 14:29:32 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:29:32 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:29:32 Selecting previously unselected package librtmp1:amd64. 14:29:32 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:29:32 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:29:32 Selecting previously unselected package libcurl3-gnutls:amd64. 14:29:32 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 14:29:32 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:29:32 Selecting previously unselected package liberror-perl. 14:29:32 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:29:32 Unpacking liberror-perl (0.17025-1) ... 14:29:32 Selecting previously unselected package git-man. 14:29:32 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 14:29:32 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 14:29:33 Selecting previously unselected package git. 14:29:33 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 14:29:33 Unpacking git (1:2.17.1-1ubuntu0.8) ... 14:29:34 Selecting previously unselected package libnorm1:amd64. 14:29:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:29:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:29:34 Selecting previously unselected package libpgm-5.2-0:amd64. 14:29:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:29:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:29:34 Selecting previously unselected package libsodium23:amd64. 14:29:34 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:29:34 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:29:34 Selecting previously unselected package libzmq5:amd64. 14:29:34 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:29:34 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:29:34 Selecting previously unselected package libzmq3-dev:amd64. 14:29:34 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:29:34 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:29:34 Removing intermediate container 98b74a7851d3 14:29:34 ---> 5dfd985fbb21 14:29:34 Step 8/21 : COPY . . 14:29:34 Selecting previously unselected package pkg-config. 14:29:34 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:29:34 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:29:34 Selecting previously unselected package zip. 14:29:34 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:29:34 Unpacking zip (3.0-11build1) ... 14:29:34 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:29:34 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 14:29:34 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:29:34 Setting up liberror-perl (0.17025-1) ... 14:29:34 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:29:34 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 14:29:34 No schema files found: doing nothing. 14:29:34 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:29:34 Setting up zip (3.0-11build1) ... 14:29:34 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:29:34 Setting up libsodium23:amd64 (1.0.16-2) ... 14:29:34 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:29:35 Removing intermediate container a365e768703b 14:29:35 ---> 82ff37b243c5 14:29:35 Step 8/23 : COPY . . 14:29:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:29:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:29:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:29:35 Setting up git (1:2.17.1-1ubuntu0.8) ... 14:29:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:29:35 Removing intermediate container 2deed54471a2 14:29:35 ---> bfdb9fd107cc 14:29:35 Step 8/24 : COPY . . 14:29:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:29:41 git set to automatically installed. 14:29:41 git-man set to automatically installed. 14:29:41 libcurl3-gnutls set to automatically installed. 14:29:41 liberror-perl set to automatically installed. 14:29:41 libglib2.0-0 set to automatically installed. 14:29:41 libnghttp2-14 set to automatically installed. 14:29:41 libnorm1 set to automatically installed. 14:29:41 libpgm-5.2-0 set to automatically installed. 14:29:41 libpsl5 set to automatically installed. 14:29:41 librtmp1 set to automatically installed. 14:29:41 libsodium23 set to automatically installed. 14:29:41 libzmq3-dev set to automatically installed. 14:29:41 libzmq5 set to automatically installed. 14:29:41 pkg-config set to automatically installed. 14:29:41 zip set to automatically installed. 14:29:43 snapd is not logged in, snap install commands will use sudo 14:29:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:29:50 snap "core18" has no updates available 14:29:50 Pulling config-common 14:29:50 + snapcraftctl pull 14:29:51 Pulling go-build-helper 14:29:51 + snapcraftctl pull 14:30:02 ---> ca46d66c486c 14:30:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:30:02 ---> c3adc9e31972 14:30:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:30:02 ---> f7ecea9af5d9 14:30:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:30:02 ---> 13627122290b 14:30:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:30:02 ---> a62b2a2a5e60 14:30:02 ---> Running in a9af70757e94 14:30:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:30:02 ---> Running in 55a53b1b7ecc 14:30:02 ---> Running in 26d05232d1a1 14:30:02 ---> Running in 269f3e21d623 14:30:02 ---> Running in 4bdfb88d0c6c 14:30:02 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:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:30:02 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:30:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:30:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:30:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 14:30:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:30:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:30:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:30:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 14:30:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 14:30:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 14:30:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:30:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:30:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:30:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:30:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:30:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:30:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:30:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:30:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:30:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:30:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 14:30:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:30:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:30:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:30:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 14:30:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 14:30:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:30:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:30:19 Fetched 24.0 MB in 0s (0 B/s) 14:30:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:30:19 Fetched 96.5 kB in 0s (0 B/s) 14:30:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:30:19 Fetched 279 kB in 0s (0 B/s) 14:30:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:30:19 Fetched 122 kB in 0s (0 B/s) 14:30:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:30:19 Fetched 77.8 kB in 0s (0 B/s) 14:30:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:30:19 Fetched 8848 B in 0s (0 B/s) 14:30:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:30:19 Fetched 47.8 kB in 0s (0 B/s) 14:30:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:30:19 Fetched 45.6 kB in 0s (0 B/s) 14:30:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:30:19 Fetched 15.0 kB in 0s (0 B/s) 14:30:19 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 14:30:19 Fetched 214 kB in 0s (0 B/s) 14:30:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 14:30:19 Fetched 154 kB in 0s (0 B/s) 14:30:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:30:19 Fetched 50.6 kB in 0s (0 B/s) 14:30:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:30:19 Fetched 14.8 kB in 0s (0 B/s) 14:30:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:30:19 Fetched 41.8 kB in 0s (0 B/s) 14:30:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:30:19 Fetched 499 kB in 0s (0 B/s) 14:30:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:30:19 Fetched 111 kB in 0s (0 B/s) 14:30:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:30:19 Fetched 240 kB in 0s (0 B/s) 14:30:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:30:19 Fetched 29.3 kB in 0s (0 B/s) 14:30:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:30:19 Fetched 85.5 kB in 0s (0 B/s) 14:30:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:30:19 Fetched 24.5 kB in 0s (0 B/s) 14:30:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:30:19 Fetched 49.2 kB in 0s (0 B/s) 14:30:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:30:19 Fetched 54.2 kB in 0s (0 B/s) 14:30:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:30:19 Fetched 30.8 kB in 0s (0 B/s) 14:30:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 14:30:19 Fetched 15.8 kB in 0s (0 B/s) 14:30:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:30:19 Fetched 85.9 kB in 0s (0 B/s) 14:30:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:30:19 Fetched 8720 B in 0s (0 B/s) 14:30:19 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:30:19 Fetched 137 kB in 0s (0 B/s) 14:30:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:30:19 Fetched 119 kB in 0s (0 B/s) 14:30:19 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:30:19 Fetched 109 kB in 0s (0 B/s) 14:30:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:30:19 Fetched 11.1 kB in 0s (0 B/s) 14:30:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:30:19 Fetched 645 kB in 0s (0 B/s) 14:30:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:30:19 Fetched 41.3 kB in 0s (0 B/s) 14:30:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:30:19 Fetched 17.9 kB in 0s (0 B/s) 14:30:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:30:19 Fetched 368 kB in 0s (0 B/s) 14:30:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:30:19 Fetched 187 kB in 0s (0 B/s) 14:30:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:30:19 Fetched 175 kB in 0s (0 B/s) 14:30:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:30:19 Fetched 206 kB in 0s (0 B/s) 14:30:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 14:30:19 Fetched 1301 kB in 0s (0 B/s) 14:30:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:30:19 Fetched 36.2 kB in 0s (0 B/s) 14:30:19 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 14:30:19 Fetched 159 kB in 0s (0 B/s) 14:30:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:30:19 Fetched 107 kB in 0s (0 B/s) 14:30:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:30:19 Fetched 48.7 kB in 0s (0 B/s) 14:30:19 Pulling static-packages 14:30:19 + snapcraftctl pull 14:30:20 'go115' has dependencies that need to be staged: static-packages go-build-helper 14:30:20 Skipping pull go-build-helper (already ran) 14:30:20 Skipping pull static-packages (already ran) 14:30:20 Building go-build-helper 14:30:20 + snapcraftctl build 14:30:24 Building static-packages 14:30:24 + snapcraftctl build 14:30:26 Staging go-build-helper 14:30:26 + snapcraftctl stage 14:30:27 Staging static-packages 14:30:27 + snapcraftctl stage 14:30:28 Pulling go115 14:30:28 + snapcraftctl pull 14:30:28 'edgex-go' has dependencies that need to be staged: go115 14:30:28 Skipping pull go115 (already ran) 14:30:28 Building go115 14:30:28 + dpkg --print-architecture 14:30:28 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 14:30:28 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 14:30:28 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 14:30:28 % Total % Received % Xferd Average Speed Time Time Time Current 14:30:28 Dload Upload Total Spent Left Speed 14:30:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 26.9M 0 0 25.2M 0 0:00:04 0:00:01 0:00:03 25.2M 59 115M 59 68.3M 0 0 33.3M 0 0:00:03 0:00:02 0:00:01 33.3M 95 115M 95 110M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M 100 115M 100 115M 0 0 35.8M 0 0:00:03 0:00:03 --:--:-- 35.7M 14:30:32 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 14:30:32 + + grep OK 14:30:32 sha256sum -c sha256 14:30:32 go1.15.2.linux-amd64.tar.gz: OK 14:30:32 + mkdir -p /root/stage/go1.15 14:30:32 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 14:30:36 Staging go115 14:30:36 + snapcraftctl stage 14:30:42 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:30:42 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:30:42 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:30:42 Fetched 0 B in 0s (0 B/s) 14:30:42 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:30:42 Fetched 224 kB in 0s (0 B/s) 14:30:42 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:30:42 Fetched 157 kB in 0s (0 B/s) 14:30:42 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:30:42 Fetched 221 kB in 0s (0 B/s) 14:30:42 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:30:42 Fetched 143 kB in 0s (0 B/s) 14:30:42 Pulling edgex-go 14:30:42 + snapcraftctl pull 14:30:42 Pulling version 14:30:42 + cd /root/project 14:30:42 + [ -f VERSION ] 14:30:42 + PROJECT_VERSION=local-dev 14:30:42 + git rev-parse --short HEAD 14:30:42 + GIT_REVISION=6f97ba82 14:30:42 + snapcraftctl set-version local-dev 14:30:43 Building config-common 14:30:43 + snapcraftctl build 14:30:45 Skipping build go-build-helper (already ran) 14:30:45 Skipping build static-packages (already ran) 14:30:45 Skipping build go115 (already ran) 14:30:45 Building edgex-go 14:30:45 + 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/6120/bin/scriptlet-bin 14:30:45 + cd /root/parts/edgex-go/src 14:30:45 + make build 14:30:45 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:48 go: downloading github.com/gorilla/mux v1.8.0 14:30:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 14:30:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 14:30:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 14:30:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:30:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 14:30:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:30:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:30:48 go: downloading github.com/pkg/errors v0.8.1 14:30:48 go: downloading github.com/pebbe/zmq4 v1.2.5 14:30:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 14:30:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:30:48 go: downloading github.com/imdario/mergo v0.3.12 14:30:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:30:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 14:30:48 go: downloading github.com/BurntSushi/toml v0.3.1 14:30:48 go: downloading github.com/x448/float16 v0.8.4 14:30:48 go: downloading github.com/google/uuid v1.2.0 14:30:48 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 14:30:48 go: downloading github.com/pelletier/go-toml v1.2.0 14:30:48 go: downloading github.com/go-kit/kit v0.8.0 14:30:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 14:30:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:30:48 go: downloading github.com/hashicorp/consul/api v1.8.1 14:30:48 go: downloading github.com/leodido/go-urn v1.2.0 14:30:48 go: downloading github.com/go-playground/universal-translator v0.17.0 14:30:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:30:48 go: downloading github.com/mitchellh/copystructure v1.0.0 14:30:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:30:48 go: downloading github.com/gorilla/websocket v1.4.2 14:30:48 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 14:30:48 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:30:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:30:48 go: downloading github.com/hashicorp/serf v0.9.5 14:30:48 go: downloading github.com/go-playground/locales v0.13.0 14:30:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:30:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:30:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:30:48 go: downloading github.com/fatih/color v1.9.0 14:30:48 go: downloading github.com/mattn/go-isatty v0.0.12 14:30:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:30:48 go: downloading github.com/mattn/go-colorable v0.1.6 14:30:48 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 14:30:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:30:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:30:55 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:30:55 go: downloading gopkg.in/yaml.v2 v2.4.0 14:31: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:31:01 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:31:03 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:31:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:31:03 go: downloading github.com/stretchr/testify v1.7.0 14:31:03 go: downloading github.com/davecgh/go-spew v1.1.1 14:31:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:31:03 go: downloading github.com/pmezard/go-difflib v1.0.0 14:31:05 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:31:05 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:31:05 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:31:06 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:31:07 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:31:07 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 14:31:08 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:31:09 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:31:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:31:10 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:31:10 go: downloading github.com/lib/pq v1.9.0 14:31:11 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 14:31:11 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 14:31:11 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 14:31:11 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 14:31:11 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 14:31:11 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 14:31:11 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 14:31:11 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 14:31:11 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 14:31:11 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 14:31:11 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 14:31:11 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 14:31:11 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 14:31:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 14:31:11 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 14:31:11 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 14:31:11 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 14:31:11 + 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:31:11 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 14:31:11 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 14:31:11 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 14:31:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 14:31:11 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 14:31:11 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 14:31:11 + 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:31:13 Building version 14:31:13 + snapcraftctl build 14:31:15 Staging config-common 14:31:15 + snapcraftctl stage 14:31:15 Skipping stage go-build-helper (already ran) 14:31:15 Skipping stage static-packages (already ran) 14:31:15 Skipping stage go115 (already ran) 14:31:15 Staging edgex-go 14:31:15 + snapcraftctl stage 14:31:16 Staging version 14:31:16 + snapcraftctl stage 14:31:17 Priming config-common 14:31:17 + snapcraftctl prime 14:31:18 Priming go-build-helper 14:31:18 + snapcraftctl prime 14:31:19 Priming static-packages 14:31:19 + snapcraftctl prime 14:31:21 Priming go115 14:31:21 + snapcraftctl prime 14:31:22 Priming edgex-go 14:31:22 + snapcraftctl prime 14:31:23 Priming version 14:31:23 + snapcraftctl prime 14:31:23 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:31:24 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 14:31: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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:31:41 Removing intermediate container 269f3e21d623 14:31:41 ---> 6e644391c394 14:31:41 14:31:41 Step 10/24 : FROM alpine:3.12 14:31:41 3.12: Pulling from library/alpine 14:31:42 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:31:42 Status: Downloaded newer image for alpine:3.12 14:31:42 ---> d10569e2745f 14:31:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:31:42 ---> Running in 49af5864a7a0 14:31:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:31:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:31:45 (1/5) Installing ca-certificates (20191127-r4) 14:31:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:31:45 (3/5) Installing libcurl (7.69.1-r3) 14:31:45 (4/5) Installing curl (7.69.1-r3) 14:31:45 (5/5) Installing dumb-init (1.2.2-r1) 14:31:45 Executing busybox-1.31.1-r19.trigger 14:31:45 Executing ca-certificates-20191127-r4.trigger 14:31:46 OK: 7 MiB in 19 packages 14:31:47 Removing intermediate container 26d05232d1a1 14:31:47 ---> f52d61843b6c 14:31:47 14:31:47 Step 10/21 : FROM alpine:3.12 14:31:47 ---> d10569e2745f 14:31:47 Step 11/21 : RUN apk add --update --no-cache curl 14:31:47 Removing intermediate container a9af70757e94 14:31:47 ---> 2d0b23d5ab34 14:31:47 14:31:47 Step 10/31 : FROM alpine:3.12 14:31:47 ---> d10569e2745f 14:31:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:31:47 ---> Running in 42ac11f953c3 14:31:48 ---> Running in 53ea5bd15ad0 14:31:49 Removing intermediate container 53ea5bd15ad0 14:31:49 ---> a18bb73b78aa 14:31:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:31:49 ---> Running in c654f2429108 14:31:49 Removing intermediate container 49af5864a7a0 14:31:49 ---> f88b431bd635 14:31:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:31:50 ---> Running in 6bf613c7b4ec 14:31:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:31:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:31:51 Removing intermediate container 6bf613c7b4ec 14:31:51 ---> 149133c90612 14:31:51 Step 13/24 : WORKDIR / 14:31:51 (1/4) Installing ca-certificates (20191127-r4) 14:31:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:31:51 (3/4) Installing libcurl (7.69.1-r3) 14:31:51 (4/4) Installing curl (7.69.1-r3) 14:31:51 Executing busybox-1.31.1-r19.trigger 14:31:51 Executing ca-certificates-20191127-r4.trigger 14:31:51 ---> Running in 6d183338f550 14:31:51 OK: 7 MiB in 18 packages 14:31:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:31:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:31:52 Removing intermediate container 6d183338f550 14:31:52 ---> fc092bcb2db7 14:31:52 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:31:52 (1/2) Installing dumb-init (1.2.2-r1) 14:31:52 (2/2) Installing su-exec (0.2-r1) 14:31:52 Executing busybox-1.31.1-r19.trigger 14:31:52 OK: 5 MiB in 16 packages 14:31:54 ---> b731af25a858 14:31:54 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:31:55 Removing intermediate container 42ac11f953c3 14:31:55 ---> 758af9b7f313 14:31:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:31:55 Removing intermediate container c654f2429108 14:31:55 ---> 1c2c73140936 14:31:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:31:55 ---> Running in 455f3ce55f25 14:31:55 ---> Running in c2eaa1f7995d 14:31:56 ---> 63f2cc640cb2 14:31:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:31:56 Removing intermediate container 55a53b1b7ecc 14:31:56 ---> d038e0ec1db2 14:31:56 14:31:56 Step 10/22 : FROM alpine:3.12 14:31:56 ---> d10569e2745f 14:31:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:31:56 Removing intermediate container 455f3ce55f25 14:31:56 ---> 91ddff8b1d30 14:31:56 Step 13/21 : WORKDIR /edgex 14:31:56 ---> Running in 77f1302cd904 14:31:56 Removing intermediate container c2eaa1f7995d 14:31:56 ---> a2d63f7036ca 14:31:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:31:57 ---> Running in de9dc16c33b6 14:31:57 ---> Running in 6c219397a22c 14:31:57 ---> 2ab784b39ed2 14:31:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:31:57 Removing intermediate container 6c219397a22c 14:31:57 Removing intermediate container de9dc16c33b6 14:31:57 ---> 16eef550b1a1 14:31:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:31:57 ---> d452202d466d 14:31:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:31:58 ---> Running in 928f2e2e481c 14:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:31:59 ---> ddc11a56b170 14:31:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:31:59 ---> 7d004603707c 14:31:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:31:59 (1/1) Installing dumb-init (1.2.2-r1) 14:31:59 Executing busybox-1.31.1-r19.trigger 14:31:59 OK: 5 MiB in 15 packages 14:32:02 ---> 5b17d07b213d 14:32:02 ---> 2992198b7002 14:32:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:32:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:32:02 Removing intermediate container 77f1302cd904 14:32:02 ---> 89f9062d1773 14:32:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:32:02 Removing intermediate container 928f2e2e481c 14:32:02 ---> a4b3a6309f27 14:32:02 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:32:02 ---> Running in b780d12bc133 14:32:02 ---> Running in a6587d226e4e 14:32:03 ---> 1b89cd399ec8 14:32:03 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:32:03 Removing intermediate container 4bdfb88d0c6c 14:32:03 ---> 4b4d61a4d7be 14:32:03 14:32:03 Step 10/23 : FROM alpine:3.12 14:32:03 ---> d10569e2745f 14:32:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:32:03 ---> Using cache 14:32:03 ---> 89f9062d1773 14:32:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:32:03 ---> 3236b17e7e01 14:32:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:32:03 ---> Running in f254476e0ec9 14:32:03 ---> Running in cfd05e1739c1 14:32:03 ---> Running in f8ed3418e8cd 14:32:03 Removing intermediate container b780d12bc133 14:32:03 ---> 108f041cd8c2 14:32:03 Step 13/22 : ENV APP_PORT=48085 14:32:04 Removing intermediate container a6587d226e4e 14:32:04 ---> 8d0556ed6375 14:32:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:32:04 ---> Running in c351ae604412 14:32:04 Removing intermediate container cfd05e1739c1 14:32:04 ---> a58ceaca8dc6 14:32:04 Step 13/23 : ENV APP_PORT=48081 14:32:04 Removing intermediate container f8ed3418e8cd 14:32:04 ---> 5ba4638fbfc4 14:32:04 Step 18/21 : CMD ["--init=true"] 14:32:04 ---> Running in 31573e00921c 14:32:04 ---> Running in 0d211040ab3d 14:32:04 Removing intermediate container c351ae604412 14:32:04 ---> 3806d0159092 14:32:04 Step 14/22 : EXPOSE $APP_PORT 14:32:05 ---> 3a56aaab3dc9 14:32:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:32:05 ---> Running in d1c2aef6cb70 14:32:05 ---> Running in d1ff9edc444b 14:32:05 Removing intermediate container 31573e00921c 14:32:05 ---> 1939d8378b2c 14:32:05 Step 19/21 : LABEL arch=arm64 14:32:05 Removing intermediate container 0d211040ab3d 14:32:05 ---> 1f6449b4174e 14:32:05 Step 14/23 : EXPOSE $APP_PORT 14:32:05 ---> Running in 15c05e2e7f64 14:32:05 ---> Running in 8a48c84e989e 14:32:06 Removing intermediate container d1c2aef6cb70 14:32:06 ---> 93d6bd3b9563 14:32:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:06 Removing intermediate container 15c05e2e7f64 14:32:06 ---> 2275d5ae53cf 14:32:06 Step 20/21 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:32:06 Removing intermediate container 8a48c84e989e 14:32:06 ---> cde89ecc9156 14:32:06 Step 15/23 : WORKDIR / 14:32:07 ---> Running in ae864e50b43d 14:32:07 Removing intermediate container f254476e0ec9 14:32:07 ---> 42d8af73f478 14:32:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:32:07 ---> Running in e0fb433936ae 14:32:07 ---> 47b9a4d6772b 14:32:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:32:07 ---> Running in a5a73844e5bc 14:32:07 Removing intermediate container ae864e50b43d 14:32:07 ---> 2f4712ed1972 14:32:07 Step 21/21 : LABEL version=0.0.0 14:32:07 Removing intermediate container e0fb433936ae 14:32:07 ---> 46930e350949 14:32:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:07 ---> Running in 9619c6233cf9 14:32:07 Removing intermediate container a5a73844e5bc 14:32:07 ---> da264f6ae044 14:32:07 Step 22/24 : LABEL arch=arm64 14:32:08 ---> Running in 7d27695c91d3 14:32:08 Removing intermediate container 9619c6233cf9 14:32:08 ---> b7c8c79d1537 14:32:08 14:32:08 Removing intermediate container d1ff9edc444b 14:32:08 ---> 560db5e1eadc 14:32:08 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:09 ---> d3c49580d8a3 14:32:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:32:09 ---> e12f89453802 14:32:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:32:09 Removing intermediate container 7d27695c91d3 14:32:09 ---> 13128c49b779 14:32:09 Step 23/24 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:32:09 Successfully built b7c8c79d1537 14:32:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:32:09  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 14:32:09 ---> Running in e350060d36fb 14:32:10 ---> d18b23af7d61 14:32:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:32:10 Removing intermediate container e350060d36fb 14:32:10 ---> 7510694ea2ed 14:32:10 Step 24/24 : LABEL version=0.0.0 14:32:10 ---> 30b563bdfc65 14:32:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:32:10 ---> Running in c7c266c77ac1 14:32:11 ---> Running in 3be6736fffb0 14:32:12 Removing intermediate container c7c266c77ac1 14:32:12 ---> cc75f527b650 14:32:12 14:32:12 ---> f48158500f13 14:32:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:32:12 Successfully built cc75f527b650 14:32:12 ---> 7f3a5acc1245 14:32:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:32:12 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:32:12 Building docker-core-command-go 14:32:12  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3be6736fffb0 14:32:12 ---> b67a13929b91 14:32:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:32:13 ---> c94962c60725 14:32:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:32:13 ---> Running in ee0d37176b5c 14:32:13 ---> Running in 67e001070787 14:32:13 ---> 774b5ec23fd9 14:32:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:32:13 Removing intermediate container ee0d37176b5c 14:32:13 ---> da9c1ca43089 14:32:13 Step 20/22 : LABEL arch=arm64 14:32:14 Removing intermediate container 67e001070787 14:32:14 ---> 2264fa4d8137 14:32:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:32:14 ---> Running in 0e14ec7e9c21 14:32:14 ---> Running in bd1a0a1cce6d 14:32:14 ---> d99a4e073724 14:32:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:32:14 Removing intermediate container 0e14ec7e9c21 14:32:14 ---> 8d147547fa79 14:32:14 Step 21/22 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:32:14 Removing intermediate container bd1a0a1cce6d 14:32:14 ---> ad5f9f7e351c 14:32:14 Step 21/23 : LABEL arch=arm64 14:32:14 ---> Running in 0aaf4f24d682 14:32:15 ---> Running in 7a2f95122245 14:32:16 ---> cf1c51254474 14:32:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:32:16 Removing intermediate container 0aaf4f24d682 14:32:16 ---> d245313c05c4 14:32:16 Step 22/22 : LABEL version=0.0.0 14:32:16 Removing intermediate container 7a2f95122245 14:32:16 ---> ef93f98b20fa 14:32:16 Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:32:16 ---> Running in 295acca1f36a 14:32:17 ---> Running in 1e9322e2f6b7 14:32:17 ---> Running in 4774e0ab2e0d 14:32:17 Removing intermediate container 295acca1f36a 14:32:17 ---> 02dfc81f4054 14:32:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:32:18 Removing intermediate container 4774e0ab2e0d 14:32:18 ---> 09a0c6461d9d 14:32:18 Step 23/23 : LABEL version=0.0.0 14:32:18 Removing intermediate container 1e9322e2f6b7 14:32:18 ---> fdaf84393191 14:32:18 14:32:18 ---> Running in 87c008bd0504 14:32:18 Successfully built fdaf84393191 14:32:18 Successfully tagged docker-support-scheduler-go-arm64:latest 14:32:18  Building docker-support-scheduler-go ... done Building docker-core-data-go 14:32:18 ---> f68f511d7651 14:32:18 Step 26/31 : RUN chmod +x /entrypoint.sh 14:32:19 ---> Running in b5dc0b489e46 14:32:19 Removing intermediate container 87c008bd0504 14:32:19 ---> 2ce9a2885794 14:32:19 14:32:19 Successfully built 2ce9a2885794 14:32:19 Successfully tagged docker-core-metadata-go-arm64:latest 14:32:19 Building docker-support-notifications-go 14:32:21  Building docker-core-metadata-go ... done Removing intermediate container b5dc0b489e46 14:32:21 ---> 6894a2bbae8d 14:32:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:32:21 ---> Running in f625e822fda0 14:32:22 Removing intermediate container f625e822fda0 14:32:22 ---> f4a21eaaebe6 14:32:22 Step 28/31 : CMD ["gate"] 14:32:22 ---> Running in bf712a75ab9e 14:32:23 Removing intermediate container bf712a75ab9e 14:32:23 ---> 50596a4655a6 14:32:23 Step 29/31 : LABEL arch=arm64 14:32:24 ---> Running in 553d18122e98 14:32:25 Removing intermediate container 553d18122e98 14:32:25 ---> 5093e0de3583 14:32:25 Step 30/31 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:32:26 ---> Running in 468d62c61408 14:32:27 Removing intermediate container 468d62c61408 14:32:27 ---> aa5bea7ecb2e 14:32:27 Step 31/31 : LABEL version=0.0.0 14:32:28 ---> Running in 870aea0bcf8d 14:32:29 Removing intermediate container 870aea0bcf8d 14:32:29 ---> 93199b38e60c 14:32:29 14:32:29 Successfully built 93199b38e60c 14:32:29 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:33:01  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:33:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:33:01 ---> 13d201bb7e09 14:33:01 Step 3/26 : WORKDIR /edgex-go 14:33:01 ---> Using cache 14:33:01 ---> 45f142848fa0 14:33:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:01 ---> Using cache 14:33:01 ---> 5daa95b15126 14:33:01 Step 5/26 : RUN apk add --update --no-cache make bash git 14:33:05 ---> Running in d1b2406cbb18 14:33:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:33:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:33:07 ---> 13d201bb7e09 14:33:07 Step 3/23 : WORKDIR /edgex-go 14:33:07 ---> Using cache 14:33:07 ---> 45f142848fa0 14:33:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:07 ---> Using cache 14:33:07 ---> 5daa95b15126 14:33:07 Step 5/23 : RUN apk add --update --no-cache make git 14:33:07 ---> Using cache 14:33:07 ---> 33cb89ecdd7b 14:33:07 Step 6/23 : COPY go.mod . 14:33:07 ---> Using cache 14:33:07 ---> 07733a8b4b0f 14:33:07 Step 7/23 : RUN go mod download 14:33:07 ---> Using cache 14:33:07 ---> 5dfd985fbb21 14:33:07 Step 8/23 : COPY . . 14:33:07 ---> Using cache 14:33:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:33:07 ---> f7ecea9af5d9 14:33:07 Step 9/23 : RUN make cmd/core-command/core-command 14:33:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:33:07 ---> Running in 5037708ae157 14:33:08 OK: 217 MiB in 51 packages 14:33:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:33:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:33:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:33:10 ---> 13d201bb7e09 14:33:10 Step 3/22 : WORKDIR /edgex-go 14:33:10 ---> Using cache 14:33:10 ---> 45f142848fa0 14:33:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:10 ---> Using cache 14:33:10 ---> 5daa95b15126 14:33:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:33:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:33:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:33:10 ---> 13d201bb7e09 14:33:10 Step 3/23 : WORKDIR /edgex-go 14:33:10 ---> Using cache 14:33:10 ---> 45f142848fa0 14:33:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:10 ---> Using cache 14:33:10 ---> 5daa95b15126 14:33:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:33:10 ---> Running in e21f600543f2 14:33:10 ---> Running in fccb0f78a333 14:33:11 Removing intermediate container d1b2406cbb18 14:33:11 ---> c77a6e24d620 14:33:11 Step 6/26 : COPY go.mod . 14:33:12 ---> ebb034d6b43d 14:33:12 Step 7/26 : RUN go mod download 14:33:12 ---> Running in 0b2b4dfa1ebc 14:33:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:33:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:33:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:33:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:33:15 OK: 217 MiB in 51 packages 14:33:15 OK: 217 MiB in 51 packages 14:33:17 Removing intermediate container fccb0f78a333 14:33:17 ---> 8f255e8bba86 14:33:17 Step 6/22 : COPY go.mod . 14:33:17 Removing intermediate container 0b2b4dfa1ebc 14:33:17 ---> 0283628e7148 14:33:17 Step 8/26 : COPY . . 14:33:17 Removing intermediate container e21f600543f2 14:33:17 ---> 4476cf02f1a0 14:33:17 Step 6/23 : COPY go.mod . 14:33:18 ---> e493f7a37bf7 14:33:18 Step 7/22 : RUN go mod download 14:33:18 ---> Running in e080cf00ebaa 14:33:19 ---> eed692356bb8 14:33:19 Step 7/23 : RUN go mod download 14:33:20 ---> Running in 7bb06a612c7f 14:33:25 Removing intermediate container e080cf00ebaa 14:33:25 ---> 47e6f08a76c5 14:33:25 Step 8/22 : COPY . . 14:33:25 Removing intermediate container 7bb06a612c7f 14:33:25 ---> 14cde0fb3a08 14:33:25 Step 8/23 : COPY . . 14:33:57 ---> 908df8589c81 14:33:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:33:57 ---> Running in f6b6205fd17c 14:33:57 ---> cfb2bad53643 14:33:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:33:57 ---> d2fff0ddce9a 14:33:57 Step 9/23 : RUN make cmd/core-data/core-data 14:33:57 ---> Running in 3a5c60c0df50 14:33:57 ---> Running in dab553df4e33 14:33:57 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:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:33:57 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:33:58 Removing intermediate container 5037708ae157 14:33:58 ---> c0d9fa5e878e 14:33:58 14:33:58 Step 10/23 : FROM alpine:3.12 14:33:58 ---> d10569e2745f 14:33:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:33:58 ---> Using cache 14:33:58 ---> 89f9062d1773 14:33:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:33:58 ---> Using cache 14:33:58 ---> a58ceaca8dc6 14:33:58 Step 13/23 : ENV APP_PORT=48082 14:33:58 ---> Running in 317a1b65d837 14:33:59 Removing intermediate container 317a1b65d837 14:33:59 ---> e9b73e21b86e 14:33:59 Step 14/23 : EXPOSE $APP_PORT 14:33:59 ---> Running in 8e841ac4e26f 14:34:00 Removing intermediate container 8e841ac4e26f 14:34:00 ---> 7c38b639ac48 14:34:00 Step 15/23 : WORKDIR / 14:34:00 ---> Running in a7974f48be2e 14:34:00 Removing intermediate container a7974f48be2e 14:34:00 ---> ce7075cf7ba5 14:34:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:34:02 ---> a14d8ec0303d 14:34:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:34:03 ---> b2608ccd87ed 14:34:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:34:05 ---> 09793810632c 14:34:05 Step 19/23 : ENTRYPOINT ["/core-command"] 14:34:05 ---> Running in 6979e32ce51c 14:34:05 Removing intermediate container 6979e32ce51c 14:34:05 ---> 7daaf5b0ec77 14:34:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:34:05 ---> Running in af434304d306 14:34:06 Removing intermediate container af434304d306 14:34:06 ---> 31898e6b42ba 14:34:06 Step 21/23 : LABEL arch=arm64 14:34:06 ---> Running in ae64d7f325e2 14:34:07 Removing intermediate container ae64d7f325e2 14:34:07 ---> 78098c36d19f 14:34:07 Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:34:07 ---> Running in db8ce1161624 14:34:08 Removing intermediate container db8ce1161624 14:34:08 ---> 33aa04466bc2 14:34:08 Step 23/23 : LABEL version=0.0.0 14:34:08 ---> Running in 96ae858af565 14:34:09 Removing intermediate container 96ae858af565 14:34:09 ---> 22820fb9cc39 14:34:09 14:34:09 Successfully built 22820fb9cc39 14:34:09 Successfully tagged docker-core-command-go-arm64:latest 14:35:06  Building docker-core-command-go ... done Removing intermediate container f6b6205fd17c 14:35:06 ---> 6c56379d8087 14:35:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:35:06 ---> Running in 21b1d727b2d3 14:35:06 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:09 Removing intermediate container 21b1d727b2d3 14:35:09 ---> cfd0fcc02f45 14:35:09 14:35:09 Step 11/26 : FROM docker:20.10.0 14:35:09 20.10.0: Pulling from library/docker 14:35:10 Removing intermediate container 3a5c60c0df50 14:35:10 ---> 9ea661ffc497 14:35:10 14:35:10 Step 10/22 : FROM alpine:3.12 14:35:10 ---> d10569e2745f 14:35:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:35:10 ---> Running in beaa2ffb2d49 14:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:35:12 (1/2) Installing ca-certificates (20191127-r4) 14:35:12 (2/2) Installing dumb-init (1.2.2-r1) 14:35:12 Executing busybox-1.31.1-r19.trigger 14:35:12 Executing ca-certificates-20191127-r4.trigger 14:35:13 OK: 6 MiB in 16 packages 14:35:16 Removing intermediate container beaa2ffb2d49 14:35:16 ---> 3a6d0db5a661 14:35:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:35:16 ---> Running in 11e4b49154d0 14:35:17 Removing intermediate container 11e4b49154d0 14:35:17 ---> b63a9cd30a96 14:35:17 Step 13/22 : ENV APP_PORT=48060 14:35:17 ---> Running in 9032468c8cca 14:35:18 Removing intermediate container 9032468c8cca 14:35:18 ---> 99434055daf8 14:35:18 Step 14/22 : EXPOSE $APP_PORT 14:35:18 ---> Running in c83428397b48 14:35:19 Removing intermediate container c83428397b48 14:35:19 ---> 911d5ce0fcfa 14:35:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:35:20 ---> b144ac230485 14:35:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:35:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:35:21 Status: Downloaded newer image for docker:20.10.0 14:35:21 ---> eeaf43b92773 14:35:21 Step 12/26 : RUN apk add --no-cache bash 14:35:21 ---> Running in df3842f51765 14:35:22 ---> f24a30c992a8 14:35:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:35:22 Removing intermediate container dab553df4e33 14:35:22 ---> bcbc37b8003a 14:35:22 14:35:22 Step 10/23 : FROM alpine:3.12 14:35:22 ---> d10569e2745f 14:35:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:35:22 ---> Running in 9f3d13564a6e 14:35:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:35:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:35:23 ---> edf9c0dcbfb6 14:35:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:35:23 ---> Running in ec734fb29386 14:35:23 Removing intermediate container 9f3d13564a6e 14:35:23 ---> 8be36d57a4e2 14:35:23 Step 12/23 : ENV APP_PORT=48080 14:35:23 ---> Running in 1643d41def40 14:35:23 (1/2) Installing readline (8.0.4-r0) 14:35:23 (2/2) Installing bash (5.0.17-r0) 14:35:24 Executing bash-5.0.17-r0.post-install 14:35:24 Executing busybox-1.31.1-r19.trigger 14:35:24 OK: 12 MiB in 22 packages 14:35:24 Removing intermediate container ec734fb29386 14:35:24 ---> cf3f9062d121 14:35:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:35:24 ---> Running in 4d4a4d490a4f 14:35:24 Removing intermediate container 1643d41def40 14:35:24 ---> 8658e8f63024 14:35:24 Step 13/23 : EXPOSE $APP_PORT 14:35:24 ---> Running in 74e7047e885f 14:35:24 Removing intermediate container 4d4a4d490a4f 14:35:24 ---> be849a73ca45 14:35:24 Step 20/22 : LABEL arch=arm64 14:35:25 ---> Running in bcedda811a50 14:35:25 Removing intermediate container 74e7047e885f 14:35:25 ---> b8881042c580 14:35:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:35:25 ---> Running in 71da87d6de6a 14:35:25 Removing intermediate container df3842f51765 14:35:25 ---> e81cf20ef67e 14:35:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:35:25 Removing intermediate container bcedda811a50 14:35:25 ---> b02095b47345 14:35:25 Step 21/22 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:35:25 ---> Running in daa5322cb24f 14:35:26 ---> Running in 85ed75453582 14:35:26 Removing intermediate container daa5322cb24f 14:35:26 ---> 3b728ed561a6 14:35:26 Step 14/26 : ENV APP_PORT=48090 14:35:26 ---> Running in 642cab4b26a4 14:35:26 Removing intermediate container 85ed75453582 14:35:26 ---> 185e1d216f60 14:35:26 Step 22/22 : LABEL version=0.0.0 14:35:26 ---> Running in bd2ed69ab289 14:35:27 Removing intermediate container 642cab4b26a4 14:35:27 ---> 311e2923bf77 14:35:27 Step 15/26 : EXPOSE $APP_PORT 14:35:27 ---> Running in 846d6deea659 14:35:27 Removing intermediate container bd2ed69ab289 14:35:27 ---> ee2c99c671be 14:35:27 14:35:28 Removing intermediate container 846d6deea659 14:35:28 ---> 9fb915ae92f8 14:35:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:35:28 Successfully built ee2c99c671be 14:35:28 Successfully tagged docker-support-notifications-go-arm64:latest 14:35:28  Building docker-support-notifications-go ... done Removing intermediate container 71da87d6de6a 14:35:28 ---> e4f229e782c9 14:35:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:35:28 ---> Running in 22fc3db1c031 14:35:29 ---> 8cffd146a73d 14:35:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:35:30 ---> ec295c700e19 14:35:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:35:31 ---> 445d3b5ef558 14:35:31 Step 19/26 : RUN apk --no-cache add py3-pip 14:35:31 (1/6) Installing dumb-init (1.2.2-r1) 14:35:31 ---> Running in 84f2e2cbf8de 14:35:31 (2/6) Installing libgcc (9.3.0-r2) 14:35:31 (3/6) Installing libsodium (1.0.18-r0) 14:35:31 (4/6) Installing libstdc++ (9.3.0-r2) 14:35:31 (5/6) Installing libzmq (4.3.3-r0) 14:35:31 (6/6) Installing zeromq (4.3.3-r0) 14:35:31 Executing busybox-1.31.1-r19.trigger 14:35:32 OK: 8 MiB in 20 packages 14:35:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:35:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:35:33 (1/33) Installing libbz2 (1.0.8-r1) 14:35:33 (2/33) Installing expat (2.2.9-r1) 14:35:33 (3/33) Installing libffi (3.3-r2) 14:35:33 (4/33) Installing gdbm (1.13-r1) 14:35:33 (5/33) Installing xz-libs (5.2.5-r0) 14:35:33 (6/33) Installing sqlite-libs (3.32.1-r0) 14:35:33 (7/33) Installing python3 (3.8.5-r1) 14:35:33 Removing intermediate container 22fc3db1c031 14:35:33 ---> 6bc98d6d0952 14:35:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:35:35 ---> 3d58dc0c5ed8 14:35:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:35:35 (8/33) Installing py3-appdirs (1.4.4-r1) 14:35:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:35:35 (10/33) Installing py3-parsing (2.4.7-r0) 14:35:35 (11/33) Installing py3-six (1.15.0-r0) 14:35:35 (12/33) Installing py3-packaging (20.4-r0) 14:35:35 (13/33) Installing py3-setuptools (47.0.0-r0) 14:35:35 (14/33) Installing py3-chardet (3.0.4-r4) 14:35:35 (15/33) Installing py3-idna (2.9-r0) 14:35:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:35:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:35:35 (18/33) Installing py3-requests (2.23.0-r0) 14:35:35 (19/33) Installing py3-msgpack (1.0.0-r0) 14:35:35 (20/33) Installing py3-lockfile (0.12.2-r3) 14:35:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:35:35 (22/33) Installing py3-colorama (0.4.3-r0) 14:35:35 (23/33) Installing py3-distlib (0.3.0-r0) 14:35:35 (24/33) Installing py3-distro (1.5.0-r1) 14:35:35 (25/33) Installing py3-webencodings (0.5.1-r3) 14:35:35 (26/33) Installing py3-html5lib (1.0.1-r4) 14:35:35 (27/33) Installing py3-pytoml (0.1.21-r0) 14:35:35 (28/33) Installing py3-pep517 (0.8.2-r0) 14:35:35 (29/33) Installing py3-progress (1.5-r0) 14:35:35 (30/33) Installing py3-toml (0.10.1-r0) 14:35:35 (31/33) Installing py3-retrying (1.3.3-r0) 14:35:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:35:35 (33/33) Installing py3-pip (20.1.1-r0) 14:35:35 Executing busybox-1.31.1-r19.trigger 14:35:35 OK: 71 MiB in 55 packages 14:35:36 ---> 5b67a258eb23 14:35:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:35:37 ---> 0080539d5e67 14:35:37 Step 19/23 : ENTRYPOINT ["/core-data"] 14:35:37 ---> Running in 4531aa2d1a56 14:35:38 Removing intermediate container 4531aa2d1a56 14:35:38 ---> fadf91b318d1 14:35:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:35:38 ---> Running in 16dbb34c7353 14:35:39 Removing intermediate container 16dbb34c7353 14:35:39 ---> cad4f6161b45 14:35:39 Step 21/23 : LABEL arch=arm64 14:35:39 ---> Running in ba28fa0f919a 14:35:40 Removing intermediate container ba28fa0f919a 14:35:40 ---> 8b9295ad37b2 14:35:40 Step 22/23 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:35:40 ---> Running in 77060b01d4c1 14:35:40 Removing intermediate container 77060b01d4c1 14:35:40 ---> 81869ccbe9b1 14:35:40 Step 23/23 : LABEL version=0.0.0 14:35:40 ---> Running in 077c3896d563 14:35:41 Removing intermediate container 077c3896d563 14:35:41 ---> 48ebfbd10a10 14:35:41 14:35:41 Removing intermediate container 84f2e2cbf8de 14:35:41 ---> fe88cd64a2be 14:35:41 Step 20/26 : RUN pip install docker-compose==1.23.2 14:35:42 Successfully built 48ebfbd10a10 14:35:42 Successfully tagged docker-core-data-go-arm64:latest 14:35:42  Building docker-core-data-go ... done  ---> Running in 5d17f938f97c 14:35:47 Collecting docker-compose==1.23.2 14:35:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:35:47 Collecting jsonschema<3,>=2.5.1 14:35:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:35:47 Collecting docopt<0.7,>=0.6.1 14:35:47 Downloading docopt-0.6.2.tar.gz (25 kB) 14:35:50 Collecting docker<4.0,>=3.6.0 14:35:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:35:50 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:35:50 Collecting PyYAML<4,>=3.10 14:35:50 Downloading PyYAML-3.13.tar.gz (270 kB) 14:35:54 Collecting cached-property<2,>=1.2.0 14:35:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:35:54 Collecting dockerpty<0.5,>=0.4.1 14:35:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:35:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:35:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:35:57 Collecting websocket-client<1.0,>=0.32.0 14:35:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:35:57 Collecting texttable<0.10,>=0.9.0 14:35:57 Downloading texttable-0.9.1.tar.gz (11 kB) 14:35:59 Collecting docker-pycreds>=0.4.0 14:35:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:35:59 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:35:59 Collecting idna<2.8,>=2.5 14:35:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:36:00 Collecting urllib3<1.25,>=1.21.1 14:36:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:36:00 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:36:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:36:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:36:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:36:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:36:01 Installing collected packages: jsonschema, docopt, docker-pycreds, idna, urllib3, requests, websocket-client, docker, PyYAML, cached-property, dockerpty, texttable, docker-compose 14:36:01 Running setup.py install for docopt: started 14:36:03 Running setup.py install for docopt: finished with status 'done' 14:36:03 Attempting uninstall: idna 14:36:03 Found existing installation: idna 2.9 14:36:03 Uninstalling idna-2.9: 14:36:03 Successfully uninstalled idna-2.9 14:36:04 Attempting uninstall: urllib3 14:36:04 Found existing installation: urllib3 1.25.9 14:36:04 Uninstalling urllib3-1.25.9: 14:36:04 Successfully uninstalled urllib3-1.25.9 14:36:04 Attempting uninstall: requests 14:36:04 Found existing installation: requests 2.23.0 14:36:04 Uninstalling requests-2.23.0: 14:36:04 Successfully uninstalled requests-2.23.0 14:36:06 Running setup.py install for PyYAML: started 14:36:08 Running setup.py install for PyYAML: finished with status 'done' 14:36:08 Running setup.py install for dockerpty: started 14:36:10 Running setup.py install for dockerpty: finished with status 'done' 14:36:10 Running setup.py install for texttable: started 14:36:12 Running setup.py install for texttable: finished with status 'done' 14:36:12 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:36:16 Removing intermediate container 5d17f938f97c 14:36:16 ---> 83c059e2f737 14:36:16 Step 21/26 : RUN apk --no-cache add curl 14:36:16 ---> Running in 9756c1aaa16a 14:36:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:36:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:36:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:36:18 (2/3) Installing libcurl (7.69.1-r3) 14:36:18 (3/3) Installing curl (7.69.1-r3) 14:36:18 Executing busybox-1.31.1-r19.trigger 14:36:18 OK: 71 MiB in 58 packages 14:36:19 Removing intermediate container 9756c1aaa16a 14:36:19 ---> f030f8a6e8ee 14:36:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:36:19 ---> Running in c208158bdcd2 14:36:20 Removing intermediate container c208158bdcd2 14:36:20 ---> ab55b0f4a91c 14:36:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:36:20 ---> Running in 8a4ae59330ad 14:36:20 Removing intermediate container 8a4ae59330ad 14:36:20 ---> 85d40912d84a 14:36:20 Step 24/26 : LABEL arch=arm64 14:36:20 ---> Running in 702c87e16ced 14:36:21 Removing intermediate container 702c87e16ced 14:36:21 ---> dec629cb5f2e 14:36:21 Step 25/26 : LABEL git_sha=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc 14:36:21 ---> Running in fad5b048baf1 14:36:21 Removing intermediate container fad5b048baf1 14:36:21 ---> dbb8018f710e 14:36:21 Step 26/26 : LABEL version=0.0.0 14:36:21 ---> Running in 1bca347807e6 14:36:22 Removing intermediate container 1bca347807e6 14:36:22 ---> 1d90c12f8bb2 14:36:22 14:36:22 Successfully built 1d90c12f8bb2 14:36:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:36:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:36:23 $ docker stop --time=1 fbdac81922a53a07fff3edffdcbda25b82626e47187d784f3c04e21805c8b2c0 14:36:24 $ docker rm -f fbdac81922a53a07fff3edffdcbda25b82626e47187d784f3c04e21805c8b2c0 [Pipeline] // withDockerContainer [Pipeline] sh 14:36:25 + docker images 14:36:25 + grep docker 14:36:26 docker-sys-mgmt-agent-go-arm64 latest 1d90c12f8bb2 3 seconds ago 300MB 14:36:26 docker-core-data-go-arm64 latest 48ebfbd10a10 44 seconds ago 21.3MB 14:36:26 docker-support-notifications-go-arm64 latest ee2c99c671be 58 seconds ago 16.9MB 14:36:26 docker-core-command-go-arm64 latest 22820fb9cc39 2 minutes ago 16.2MB 14:36:26 docker-security-bootstrapper-go-arm64 latest 93199b38e60c 3 minutes ago 17.8MB 14:36:26 docker-core-metadata-go-arm64 latest 2ce9a2885794 4 minutes ago 17.9MB 14:36:26 docker-support-scheduler-go-arm64 latest fdaf84393191 4 minutes ago 16.3MB 14:36:26 docker-security-secretstore-setup-go-arm64 latest cc75f527b650 4 minutes ago 23.7MB 14:36:26 docker-security-proxy-setup-go-arm64 latest b7c8c79d1537 4 minutes ago 23.4MB 14:36:26 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:36:27 ---> job-cost.sh 14:36:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-byY6 14:37:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:38:42 lf-activate-venv(): INFO: Adding /tmp/venv-byY6/bin to PATH 14:38:42 INFO: No Stack... 14:38:42 INFO: Retrieving Pricing Info for: lf-standard-4 14:38:42 INFO: Archiving Costs [Pipeline] sh 14:38:43 + cut -d, -f6 14:38:43 + cat /w/workspace/edgex-go/7/archives/cost.csv [Pipeline] lock 14:38:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-7-stack-cost] 14:38:43 Resource [jenkins-edgexfoundry-edgex-go-PR-3250-7-stack-cost] did not exist. Created. 14:38:43 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:38:43 + echo total: 0.20999999344348907 [Pipeline] stash 14:38:44 Stashed 1 file(s) [Pipeline] } 14:38:44 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-7-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:38:45 provisioning config files... 14:38:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config1710098801777016338tmp [Pipeline] { [Pipeline] sh 14:38:45 + set +x 14:38:45 + curl -s https://codecov.io/bash 14:38:45 + bash -s -- 14:38:46 14:38:46 _____ _ 14:38:46 / ____| | | 14:38:46 | | ___ __| | ___ ___ _____ __ 14:38:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:38:46 | |___| (_) | (_| | __/ (_| (_) \ V / 14:38:46 \_____\___/ \__,_|\___|\___\___/ \_/ 14:38:46 Bash-20210309-2b87ace 14:38:46 14:38:46 14:38:46 ==> git version 2.24.3 found 14:38:46 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 14:38:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:38:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:38:46 ==> Jenkins CI detected. 14:38:46 project root: . 14:38:46 --> token set from env 14:38:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:38:46 ==> Running gcov in . (disable via -X gcov) 14:38:46 ==> Python coveragepy not found 14:38:46 ==> Searching for coverage reports in: 14:38:46 + . 14:38:46 -> Found 1 reports 14:38:46 ==> Detecting git/mercurial file structure 14:38:46 ==> Reading reports 14:38:46 + ./coverage.out bytes=628834 14:38:46 ==> Appending adjustments 14:38:46 https://docs.codecov.io/docs/fixing-reports 14:38:49 + Found adjustments 14:38:49 ==> Gzipping contents 14:38:49 92K /tmp/codecov.uTe6sN.gz 14:38:49 ==> Uploading reports 14:38:49 url: https://codecov.io 14:38:49 query: branch=PR-3250&commit=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 14:38:49 -> Pinging Codecov 14:38:49 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=6f97ba82a61b1decc1b9fa431fb1e4079b510ffc&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 14:38:50 -> Uploading to 14:38:50 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/6f97ba82a61b1decc1b9fa431fb1e4079b510ffc/0dfd4072-33ea-49ce-a57e-eeeb1a7e6a4b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T143850Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d2d4f212d5b9e857d9c5b47236502952fb2deec815b999e76c0f4b169b06ce21 14:38:50 % Total % Received % Xferd Average Speed Time Time Time Current 14:38:50 Dload Upload Total Spent Left Speed 14:38:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92830 0 0 100 92830 0 135k --:--:-- --:--:-- --:--:-- 135k 14:38:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6f97ba82a61b1decc1b9fa431fb1e4079b510ffc [Pipeline] } 14:38:51 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:38:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:38:53 ---> package-listing.sh 14:38:53 ++ facter osfamily 14:38:53 ++ tr '[:upper:]' '[:lower:]' 14:38:53 + OS_FAMILY=redhat 14:38:53 + workspace=/w/workspace/edgex-go/7 14:38:53 + START_PACKAGES=/tmp/packages_start.txt 14:38:53 + END_PACKAGES=/tmp/packages_end.txt 14:38:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:38:53 + PACKAGES=/tmp/packages_start.txt 14:38:53 + '[' /w/workspace/edgex-go/7 ']' 14:38:53 + PACKAGES=/tmp/packages_end.txt 14:38:53 + case "${OS_FAMILY}" in 14:38:53 + rpm -qa 14:38:53 + sort 14:38:59 + '[' -f /tmp/packages_start.txt ']' 14:38:59 + '[' -f /tmp/packages_end.txt ']' 14:38:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:38:59 + '[' /w/workspace/edgex-go/7 ']' 14:38:59 + mkdir -p /w/workspace/edgex-go/7/archives/ 14:38:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 14:38:59 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:38:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:38:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:38:59 14:38:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:39:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:39:00 alpine: Pulling from edgex-lftools-log-publisher 14:39:00 df20fa9351a1: Pulling fs layer 14:39:00 36b3adc4ff6f: Pulling fs layer 14:39:00 8ad3a11d3b57: Pulling fs layer 14:39:00 46f8f816bc3b: Pulling fs layer 14:39:00 93b61091891f: Pulling fs layer 14:39:00 93b9cdb0e59b: Pulling fs layer 14:39:00 5e14af77c1be: Pulling fs layer 14:39:00 01666e4c0597: Pulling fs layer 14:39:00 aa168da1d23b: Pulling fs layer 14:39:00 93b9cdb0e59b: Waiting 14:39:00 5e14af77c1be: Waiting 14:39:00 aa168da1d23b: Waiting 14:39:00 46f8f816bc3b: Waiting 14:39:00 93b61091891f: Waiting 14:39:00 01666e4c0597: Waiting 14:39:00 36b3adc4ff6f: Verifying Checksum 14:39:00 36b3adc4ff6f: Download complete 14:39:00 46f8f816bc3b: Verifying Checksum 14:39:00 46f8f816bc3b: Download complete 14:39:00 df20fa9351a1: Download complete 14:39:00 93b9cdb0e59b: Verifying Checksum 14:39:00 93b9cdb0e59b: Download complete 14:39:00 5e14af77c1be: Download complete 14:39:00 93b61091891f: Download complete 14:39:00 01666e4c0597: Verifying Checksum 14:39:00 01666e4c0597: Download complete 14:39:00 df20fa9351a1: Pull complete 14:39:01 36b3adc4ff6f: Pull complete 14:39:01 8ad3a11d3b57: Verifying Checksum 14:39:01 8ad3a11d3b57: Download complete 14:39:02 8ad3a11d3b57: Pull complete 14:39:02 46f8f816bc3b: Pull complete 14:39:03 aa168da1d23b: Verifying Checksum 14:39:03 aa168da1d23b: Download complete 14:39:04 93b61091891f: Pull complete 14:39:04 93b9cdb0e59b: Pull complete 14:39:04 5e14af77c1be: Pull complete 14:39:04 01666e4c0597: Pull complete 14:39:12 aa168da1d23b: Pull complete 14:39:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:39:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:39:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:39:13 prd-centos7-docker-4c-2g-29523 does not seem to be running inside a container 14:39:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:39:17 $ docker top 5a5e0ea7374abcfb46eeb38f1a7483a6a856b70a985c80a6f093344ff175c404 -eo pid,comm [Pipeline] { [Pipeline] sh 14:39:17 + touch /tmp/pre-build-complete [Pipeline] sh 14:39:18 + mkdir -p /var/log/sa [Pipeline] sh 14:39:18 + ls /var/log/sa-host 14:39:18 + sadf -c /var/log/sa-host/sa11 14:39:18 file_magic: OK 14:39:18 HZ: Using current value: 100 14:39:18 file_header: OK 14:39:18 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:39:18 Statistics: 14:39:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:39:18 File successfully converted to sysstat format version 12.2.1 14:39:18 + sadf -c /var/log/sa-host/sa23 14:39:18 file_magic: OK 14:39:18 HZ: Using current value: 100 14:39:18 file_header: OK 14:39:18 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:39:18 Statistics: 14:39:18 Hnuu...uuuununununu... 14:39:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:39:18 provisioning config files... 14:39:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config7671470228899348530tmp [Pipeline] { [Pipeline] echo 14:39:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:39:19 ---> create-netrc.sh [Pipeline] } 14:39:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:39:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:39:19 ---> python-tools-install.sh [Pipeline] echo 14:39:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:39:19 ---> sudo-logs.sh 14:39:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:39:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:39:20 ---> job-cost.sh 14:39:20 lf-activate-venv: SKIPPING 14:39:20 DEBUG: total: 0.20999999344348907 14:39:20 INFO: Retrieving Stack Cost... 14:39:21 INFO: Retrieving Pricing Info for: v1-standard-2 14:39:21 INFO: Archiving Costs [Pipeline] echo 14:39:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:39:22 ---> logs-deploy.sh 14:39:22 lf-activate-venv: SKIPPING 14:39:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/7 14:39:22 INFO: archiving workspace using pattern(s): 14:39:23 Archives upload complete. 14:39:23 INFO: archiving logs to Nexus 14:39:24 ---> uname -a: 14:39:24 Linux prd-centos7-docker-4c-2g-29523.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:39:24 14:39:24 14:39:24 ---> lscpu: 14:39:24 Architecture: x86_64 14:39:24 CPU op-mode(s): 32-bit, 64-bit 14:39:24 Byte Order: Little Endian 14:39:24 Address sizes: 40 bits physical, 48 bits virtual 14:39:24 CPU(s): 4 14:39:24 On-line CPU(s) list: 0-3 14:39:24 Thread(s) per core: 1 14:39:24 Core(s) per socket: 1 14:39:24 Socket(s): 4 14:39:24 NUMA node(s): 1 14:39:24 Vendor ID: GenuineIntel 14:39:24 CPU family: 6 14:39:24 Model: 44 14:39:24 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:39:24 Stepping: 1 14:39:24 CPU MHz: 2933.436 14:39:24 BogoMIPS: 5866.87 14:39:24 Virtualization: VT-x 14:39:24 Hypervisor vendor: KVM 14:39:24 Virtualization type: full 14:39:24 L1d cache: 128 KiB 14:39:24 L1i cache: 128 KiB 14:39:24 L2 cache: 16 MiB 14:39:24 L3 cache: 64 MiB 14:39:24 NUMA node0 CPU(s): 0-3 14:39:24 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:39:24 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:39:24 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:39:24 Vulnerability Meltdown: Mitigation; PTI 14:39:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:39:24 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:39:24 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:39:24 Vulnerability Srbds: Not affected 14:39:24 Vulnerability Tsx async abort: Not affected 14:39:24 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:39:24 14:39:24 14:39:24 ---> nproc: 14:39:24 4 14:39:24 14:39:24 14:39:24 ---> df -h: 14:39:24 Filesystem Size Used Available Use% Mounted on 14:39:24 overlay 50.0G 11.3G 38.7G 23% / 14:39:24 tmpfs 64.0M 0 64.0M 0% /dev 14:39:24 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:39:24 shm 64.0M 0 64.0M 0% /dev/shm 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7 14:39:24 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7@tmp 14:39:24 14:39:24 14:39:24 ---> free -m: 14:39:24 total used free shared buff/cache available 14:39:24 Mem: 1837 739 132 0 966 1015 14:39:24 Swap: 1023 50 973 14:39:24 14:39:24 14:39:24 ---> ip addr: 14:39:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:39:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:39:24 inet 127.0.0.1/8 scope host lo 14:39:24 valid_lft forever preferred_lft forever 14:39:24 inet6 ::1/128 scope host 14:39:24 valid_lft forever preferred_lft forever 14:39:24 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:39:24 link/ether fa:16:3e:a4:32:0e brd ff:ff:ff:ff:ff:ff 14:39:24 inet 10.30.123.61/23 brd 10.30.123.255 scope global dynamic eth0 14:39:24 valid_lft 84886sec preferred_lft 84886sec 14:39:24 inet6 fe80::f816:3eff:fea4:320e/64 scope link 14:39:24 valid_lft forever preferred_lft forever 14:39:24 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:39:24 link/ether 02:42:f6:e8:c6:6d brd ff:ff:ff:ff:ff:ff 14:39:24 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:39:24 valid_lft forever preferred_lft forever 14:39:24 inet6 fe80::42:f6ff:fee8:c66d/64 scope link 14:39:24 valid_lft forever preferred_lft forever 14:39:24 14:39:24 14:39:24 ---> sar -b -r -n DEV: 14:39:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 14:39:24 14:39:24 14:14:00 LINUX RESTART (4 CPU) 14:39:24 14:39:24 14:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:39:24 14:16:01 191.94 72.36 119.57 0.00 7250.15 46578.33 0.00 14:39:24 14:17:01 235.07 76.48 158.59 0.00 3489.74 20767.36 0.00 14:39:24 14:18:01 102.31 28.35 73.96 0.00 1230.86 10162.27 0.00 14:39:24 14:19:01 134.18 68.20 65.98 0.00 3364.69 7971.81 0.00 14:39:24 14:20:01 988.10 733.68 254.43 0.00 90971.12 167507.49 0.00 14:39:24 14:21:02 1695.93 1371.22 324.71 0.00 152275.80 151359.14 0.00 14:39:24 14:22:01 399.68 155.17 244.51 0.00 28150.73 60501.69 0.00 14:39:24 14:23:03 1570.26 1225.07 345.19 0.00 116641.96 133542.51 0.00 14:39:24 14:24:01 220.38 29.44 190.95 0.00 4596.18 30344.72 0.00 14:39:24 14:25:01 5.74 0.63 5.11 0.00 29.57 158.63 0.00 14:39:24 14:26:01 1.08 0.82 0.27 0.00 62.35 3.10 0.00 14:39:24 14:27:01 0.28 0.03 0.25 0.00 0.80 3.26 0.00 14:39:24 14:28:01 0.27 0.05 0.22 0.00 1.33 2.46 0.00 14:39:24 14:29:01 0.40 0.20 0.20 0.00 7.86 1.61 0.00 14:39:24 14:30:01 2.50 1.68 0.82 0.00 165.20 15.59 0.00 14:39:24 14:31:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 14:39:24 14:32:01 0.33 0.02 0.32 0.00 0.13 3.31 0.00 14:39:24 14:33:01 0.23 0.02 0.22 0.00 0.27 2.45 0.00 14:39:24 14:34:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 14:39:24 14:35:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 14:39:24 14:36:01 0.20 0.02 0.18 0.00 0.53 1.63 0.00 14:39:24 14:37:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 14:39:24 14:38:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 14:39:24 14:39:01 71.74 68.84 2.89 0.00 5882.95 97.07 0.00 14:39:24 Average: 236.07 161.39 74.68 0.00 17420.48 26348.50 0.00 14:39:24 14:39:24 14:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:39:24 14:16:01 94440 0 719316 38.23 1644 1066144 1432420 48.89 548696 997048 40052 14:39:24 14:17:01 239960 0 743320 39.51 1568 896696 1317840 44.98 540988 821284 42828 14:39:24 14:18:01 173548 0 873100 46.40 544 834352 1813968 61.91 729680 688476 20436 14:39:24 14:19:01 110444 0 814360 43.28 544 956196 1435124 48.98 665688 809368 89700 14:39:24 14:20:01 496708 0 676884 35.97 80 707872 1286284 43.90 448932 726216 0 14:39:24 14:21:02 249200 0 1279952 68.03 80 352312 3487520 119.02 673756 686284 8200 14:39:24 14:22:01 66920 0 718196 38.17 80 1096348 1353572 46.20 730328 836096 1728 14:39:24 14:23:03 302464 0 760248 40.41 80 818752 2013592 68.72 613624 718756 15356 14:39:24 14:24:01 125052 0 659132 35.03 80 1097280 1205092 41.13 535724 971936 20 14:39:24 14:25:01 128128 0 655188 34.82 80 1098148 1186420 40.49 533988 971684 12 14:39:24 14:26:01 127920 0 653552 34.73 80 1099992 1171000 39.96 533156 973072 8 14:39:24 14:27:01 127636 0 653816 34.75 80 1100012 1171192 39.97 533628 973104 8 14:39:24 14:28:01 128256 0 653196 34.72 80 1100012 1171000 39.96 533180 973136 8 14:39:24 14:29:01 128128 0 653128 34.71 80 1100208 1171424 39.98 533556 973268 8 14:39:24 14:30:01 120296 0 656724 34.90 80 1104444 1171072 39.97 538988 974664 16 14:39:24 14:31:01 120672 0 656328 34.88 80 1104464 1171000 39.96 538900 974676 12 14:39:24 14:32:01 120508 0 656492 34.89 80 1104464 1171000 39.96 538916 974676 12 14:39:24 14:33:01 120664 0 656328 34.88 80 1104472 1170996 39.96 538920 974684 8 14:39:24 14:34:01 120292 0 656688 34.90 80 1104484 1171000 39.96 538804 974688 8 14:39:24 14:35:01 120516 0 656460 34.89 80 1104488 1171060 39.97 539008 974688 8 14:39:24 14:36:01 120408 0 656572 34.90 80 1104484 1171048 39.97 539016 974688 8 14:39:24 14:37:01 120704 0 656252 34.88 80 1104508 1171000 39.96 538816 974704 8 14:39:24 14:38:01 120604 0 656344 34.88 80 1104516 1171000 39.96 538944 974704 8 14:39:24 14:39:01 76432 0 720756 38.31 80 1084276 1601024 54.64 601176 953728 93544 14:39:24 Average: 152496 0 714264 37.96 246 1014538 1389860 47.43 566934 910234 13000 14:39:24 14:39:24 14:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:39:24 14:16:01 veth6d2b858 26.17 36.32 1.85 182.13 0.00 0.00 0.00 0.00 14:39:24 14:16:01 eth0 1066.23 1126.59 6019.42 131.88 0.00 0.00 0.00 0.00 14:39:24 14:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:16:01 docker0 834.70 703.49 69.04 2857.01 0.00 0.00 0.00 0.00 14:39:24 14:17:01 veth00dc72c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:39:24 14:17:01 eth0 188.70 153.64 677.06 23.22 0.00 0.00 0.00 0.00 14:39:24 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:17:01 docker0 135.42 156.68 9.80 647.23 0.00 0.00 0.00 0.00 14:39:24 14:18:01 veth00dc72c 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 14:39:24 14:18:01 eth0 33.97 24.41 19.44 68.50 0.00 0.00 0.00 0.00 14:39:24 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:18:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 14:39:24 14:19:01 veth00dc72c 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:19:01 eth0 24.66 12.58 20.48 10.84 0.00 0.00 0.00 0.00 14:39:24 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:19:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:20:01 veth9548835 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:20:01 eth0 200.38 166.39 1694.61 81.87 0.00 0.00 0.00 0.00 14:39:24 14:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:20:01 vethf4fc01c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:21:02 veth27ebcba 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:39:24 14:21:02 eth0 47.88 21.37 162.09 9.71 0.00 0.00 0.00 0.00 14:39:24 14:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:21:02 veth94c8a3a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:39:24 14:22:01 eth0 59.51 33.59 248.13 13.44 0.00 0.00 0.00 0.00 14:39:24 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:22:01 veth7a7e604 0.00 0.66 0.00 0.03 0.00 0.00 0.00 0.00 14:39:24 14:22:01 docker0 1012.64 930.20 81.60 3887.86 0.00 0.00 0.00 0.00 14:39:24 14:23:03 vethef4c03c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 14:39:24 14:23:03 eth0 54.89 34.80 95.48 81.13 0.00 0.00 0.00 0.00 14:39:24 14:23:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:23:03 vethdb20caf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 14:39:24 14:24:01 eth0 245.79 183.80 1709.61 98.36 0.00 0.00 0.00 0.00 14:39:24 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:24:01 docker0 1074.69 1015.72 85.78 4442.23 0.00 0.00 0.00 0.00 14:39:24 14:25:01 eth0 1.30 0.50 0.81 0.27 0.00 0.00 0.00 0.00 14:39:24 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:26:01 eth0 0.60 0.08 0.06 0.04 0.00 0.00 0.00 0.00 14:39:24 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:27:01 eth0 0.57 0.45 0.27 0.21 0.00 0.00 0.00 0.00 14:39:24 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:28:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:39:24 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:39:24 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:30:01 eth0 0.38 0.33 0.22 0.08 0.00 0.00 0.00 0.00 14:39:24 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:39:24 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:32:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:33:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:39:24 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:34:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:35:01 eth0 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 14:39:24 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:36:01 eth0 0.28 0.25 0.10 0.02 0.00 0.00 0.00 0.00 14:39:24 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:37:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:38:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:39:24 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:39:01 eth0 114.62 90.45 1074.27 13.80 0.00 0.00 0.00 0.00 14:39:24 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 Average: eth0 84.85 76.97 486.86 22.19 0.00 0.00 0.00 0.00 14:39:24 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:39:24 Average: docker0 43.33 40.95 3.46 179.10 0.00 0.00 0.00 0.00 14:39:24 14:39:24 14:39:25 ---> sar -P ALL: 14:39:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 14:39:25 14:39:25 14:14:00 LINUX RESTART (4 CPU) 14:39:25 14:39:25 14:15:01 CPU %user %nice %system %iowait %steal %idle 14:39:25 14:16:01 all 16.50 0.00 9.34 1.77 1.00 71.38 14:39:25 14:16:01 0 16.42 0.00 10.60 1.12 1.05 70.80 14:39:25 14:16:01 1 16.45 0.00 7.65 2.39 1.00 72.51 14:39:25 14:16:01 2 15.43 0.00 10.10 1.71 0.99 71.77 14:39:25 14:16:01 3 17.70 0.00 9.03 1.86 0.98 70.43 14:39:25 14:17:01 all 22.41 0.00 8.59 5.69 0.69 62.62 14:39:25 14:17:01 0 23.26 0.00 8.94 8.42 0.73 58.66 14:39:25 14:17:01 1 20.48 0.00 8.24 5.46 0.76 65.06 14:39:25 14:17:01 2 21.60 0.00 8.68 2.90 0.67 66.14 14:39:25 14:17:01 3 24.31 0.00 8.49 5.99 0.61 60.60 14:39:25 14:18:01 all 50.93 0.00 13.16 3.62 2.69 29.60 14:39:25 14:18:01 0 53.54 0.00 13.28 2.42 2.47 28.28 14:39:25 14:18:01 1 46.24 0.00 12.80 3.46 2.87 34.64 14:39:25 14:18:01 2 51.57 0.00 13.07 4.42 2.62 28.32 14:39:25 14:18:01 3 52.36 0.00 13.49 4.20 2.79 27.16 14:39:25 14:19:01 all 47.78 0.00 14.34 3.25 0.69 33.95 14:39:25 14:19:01 0 47.27 0.00 14.06 3.69 0.69 34.29 14:39:25 14:19:01 1 47.20 0.00 14.55 2.86 0.62 34.77 14:39:25 14:19:01 2 48.34 0.00 14.12 3.98 0.64 32.92 14:39:25 14:19:01 3 48.31 0.00 14.61 2.46 0.82 33.80 14:39:25 14:20:01 all 21.17 0.00 22.41 7.63 0.65 48.13 14:39:25 14:20:01 0 20.61 0.00 21.56 7.52 0.68 49.62 14:39:25 14:20:01 1 21.04 0.00 22.42 7.75 0.67 48.12 14:39:25 14:20:01 2 20.90 0.00 22.89 6.35 0.67 49.19 14:39:25 14:20:01 3 22.15 0.00 22.79 8.90 0.58 45.58 14:39:25 14:21:02 all 27.15 0.00 26.27 24.46 0.60 21.53 14:39:25 14:21:02 0 27.82 0.00 25.02 26.01 0.55 20.61 14:39:25 14:21:02 1 26.63 0.00 27.15 23.13 0.67 22.42 14:39:25 14:21:02 2 27.29 0.00 26.22 26.98 0.60 18.91 14:39:25 14:21:02 3 26.85 0.00 26.71 21.68 0.56 24.21 14:39:25 14:22:01 all 47.59 0.00 17.14 15.50 0.32 19.44 14:39:25 14:22:01 0 47.18 0.00 16.44 17.41 0.30 18.67 14:39:25 14:22:01 1 47.99 0.00 17.98 13.20 0.34 20.50 14:39:25 14:22:01 2 47.76 0.00 17.47 17.45 0.31 17.01 14:39:25 14:22:01 3 47.43 0.00 16.69 14.02 0.34 21.52 14:39:25 14:23:03 all 48.62 0.00 26.51 15.10 0.43 9.34 14:39:25 14:23:03 0 47.21 0.00 25.72 17.69 0.42 8.96 14:39:25 14:23:03 1 48.07 0.00 26.42 15.86 0.51 9.14 14:39:25 14:23:03 2 49.71 0.00 25.95 14.02 0.42 9.90 14:39:25 14:23:03 3 49.49 0.00 27.97 12.84 0.35 9.35 14:39:25 14:24:01 all 18.45 0.00 10.11 8.44 0.32 62.68 14:39:25 14:24:01 0 20.73 0.00 10.34 7.61 0.32 61.00 14:39:25 14:24:01 1 16.72 0.00 9.36 7.81 0.32 65.79 14:39:25 14:24:01 2 18.31 0.00 10.09 10.55 0.34 60.72 14:39:25 14:24:01 3 18.03 0.00 10.66 7.80 0.29 63.22 14:39:25 14:25:01 all 0.15 0.00 0.06 0.00 0.00 99.78 14:39:25 14:25:01 0 0.03 0.00 0.08 0.02 0.00 99.87 14:39:25 14:25:01 1 0.38 0.00 0.07 0.00 0.00 99.55 14:39:25 14:25:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:39:25 14:25:01 3 0.15 0.00 0.03 0.00 0.02 99.80 14:39:25 14:26:01 all 0.17 0.00 0.28 0.00 0.01 99.53 14:39:25 14:26:01 0 0.10 0.00 0.20 0.00 0.00 99.70 14:39:25 14:26:01 1 0.10 0.00 0.35 0.02 0.02 99.52 14:39:25 14:26:01 2 0.12 0.00 0.28 0.00 0.00 99.60 14:39:25 14:26:01 3 0.38 0.00 0.30 0.00 0.02 99.30 14:39:25 14:39:25 14:26:01 CPU %user %nice %system %iowait %steal %idle 14:39:25 14:27:01 all 0.06 0.00 0.10 0.00 0.00 99.84 14:39:25 14:27:01 0 0.07 0.00 0.15 0.00 0.00 99.78 14:39:25 14:27:01 1 0.05 0.00 0.08 0.00 0.00 99.87 14:39:25 14:27:01 2 0.07 0.00 0.07 0.00 0.02 99.85 14:39:25 14:27:01 3 0.07 0.00 0.08 0.00 0.00 99.85 14:39:25 14:28:01 all 0.16 0.00 0.07 0.00 0.00 99.76 14:39:25 14:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:39:25 14:28:01 1 0.03 0.00 0.10 0.00 0.02 99.85 14:39:25 14:28:01 2 0.07 0.00 0.10 0.00 0.00 99.83 14:39:25 14:28:01 3 0.52 0.00 0.07 0.00 0.00 99.42 14:39:25 14:29:01 all 0.15 0.00 0.04 0.00 0.00 99.80 14:39:25 14:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:39:25 14:29:01 1 0.02 0.00 0.03 0.00 0.00 99.95 14:39:25 14:29:01 2 0.05 0.00 0.07 0.00 0.00 99.88 14:39:25 14:29:01 3 0.52 0.00 0.05 0.02 0.00 99.42 14:39:25 14:30:01 all 0.15 0.00 0.06 0.03 0.01 99.75 14:39:25 14:30:01 0 0.02 0.00 0.08 0.07 0.02 99.82 14:39:25 14:30:01 1 0.02 0.00 0.07 0.05 0.02 99.85 14:39:25 14:30:01 2 0.05 0.00 0.05 0.00 0.02 99.88 14:39:25 14:30:01 3 0.52 0.00 0.03 0.00 0.00 99.45 14:39:25 14:31:01 all 0.15 0.00 0.02 0.00 0.01 99.82 14:39:25 14:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:39:25 14:31:01 1 0.05 0.00 0.02 0.00 0.00 99.93 14:39:25 14:31:01 2 0.03 0.00 0.03 0.00 0.02 99.92 14:39:25 14:31:01 3 0.48 0.00 0.02 0.00 0.02 99.48 14:39:25 14:32:01 all 0.14 0.00 0.03 0.00 0.00 99.83 14:39:25 14:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:39:25 14:32:01 1 0.00 0.00 0.03 0.00 0.00 99.97 14:39:25 14:32:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:39:25 14:32:01 3 0.52 0.00 0.00 0.00 0.00 99.48 14:39:25 14:33:01 all 0.16 0.00 0.02 0.00 0.00 99.82 14:39:25 14:33:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:39:25 14:33:01 1 0.05 0.00 0.02 0.00 0.00 99.93 14:39:25 14:33:01 2 0.07 0.00 0.03 0.00 0.00 99.90 14:39:25 14:33:01 3 0.50 0.00 0.02 0.00 0.00 99.48 14:39:25 14:34:01 all 0.08 0.00 0.04 0.00 0.00 99.88 14:39:25 14:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:39:25 14:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:39:25 14:34:01 2 0.07 0.00 0.05 0.00 0.00 99.88 14:39:25 14:34:01 3 0.23 0.00 0.05 0.00 0.00 99.72 14:39:25 14:35:01 all 0.04 0.00 0.03 0.00 0.00 99.92 14:39:25 14:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:39:25 14:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:39:25 14:35:01 2 0.07 0.00 0.03 0.00 0.02 99.88 14:39:25 14:35:01 3 0.05 0.00 0.05 0.00 0.00 99.90 14:39:25 14:36:01 all 0.13 0.00 0.03 0.00 0.00 99.84 14:39:25 14:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:39:25 14:36:01 1 0.03 0.00 0.03 0.00 0.02 99.92 14:39:25 14:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:39:25 14:36:01 3 0.47 0.00 0.03 0.00 0.00 99.50 14:39:25 14:37:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:39:25 14:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:39:25 14:37:01 1 0.03 0.00 0.07 0.00 0.00 99.90 14:39:25 14:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 14:39:25 14:37:01 3 0.52 0.00 0.02 0.00 0.00 99.47 14:39:25 14:39:25 14:37:01 CPU %user %nice %system %iowait %steal %idle 14:39:25 14:38:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:39:25 14:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:39:25 14:38:01 1 0.05 0.00 0.05 0.00 0.00 99.90 14:39:25 14:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 14:39:25 14:38:01 3 0.52 0.00 0.02 0.00 0.02 99.45 14:39:25 14:39:01 all 2.77 0.00 1.75 1.56 0.07 93.86 14:39:25 14:39:01 0 2.02 0.00 1.74 0.38 0.10 95.76 14:39:25 14:39:01 1 3.16 0.00 1.92 2.19 0.07 92.65 14:39:25 14:39:01 2 2.34 0.00 1.59 1.14 0.05 94.88 14:39:25 14:39:01 3 3.55 0.00 1.74 2.53 0.05 92.13 14:39:25 Average: all 12.24 0.00 6.04 3.49 0.30 77.93 14:39:25 Average: 0 12.28 0.00 5.96 3.71 0.29 77.75 14:39:25 Average: 1 11.83 0.00 6.01 3.39 0.32 78.45 14:39:25 Average: 2 12.18 0.00 6.07 3.58 0.30 77.87 14:39:25 Average: 3 12.66 0.00 6.13 3.29 0.30 77.62 14:39:25 14:39:25 14:39:25