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 9f096b0d8c06001cd478bbb1c49927610bc59fd4 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29505 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 9f096b0d8c06001cd478bbb1c49927610bc59fd4 Merge succeeded, producing 9f096b0d8c06001cd478bbb1c49927610bc59fd4 Checking out Revision 9f096b0d8c06001cd478bbb1c49927610bc59fd4 (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # 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 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 Commit message: "feat(command): Update CoreCommand to use re-designed profile" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:32:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:32:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:32:25 ========================================================= 09:32:25 EdgeX Global Pipelines Version Info 09:32:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1265bcb5af221117b5850d876f9952298d4645a7 # timeout=10 09:32:27 ------------------- 09:32:27 stable info: 09:32:27 ------------------- 09:32:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:32:27 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:32:27 Message: update stable to v1.0.184 09:32:28 ------------------- 09:32:28 experimental info: 09:32:28 ------------------- 09:32:28 Commited By: **** collab-it+edgex@linuxfoundation.org 09:32:28 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:32:28 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:32:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:32:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:32:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:32:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:32:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:32:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f096b0d8c06001cd478bbb1c49927610bc59fd4 [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f096b0 [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:32:31 provisioning config files... 09:32:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7151095680592927457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:32:31 ---> docker-login.sh 09:32:31 nexus3.edgexfoundry.org:10001 09:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:32 Configure a credential helper to remove this warning. See 09:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:32 09:32:32 Login Succeeded 09:32:32 nexus3.edgexfoundry.org:10002 09:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:32 Configure a credential helper to remove this warning. See 09:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:32 09:32:32 Login Succeeded 09:32:32 nexus3.edgexfoundry.org:10003 09:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:32 Configure a credential helper to remove this warning. See 09:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:32 09:32:32 Login Succeeded 09:32:32 nexus3.edgexfoundry.org:10004 09:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:32 Configure a credential helper to remove this warning. See 09:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:32 09:32:32 Login Succeeded 09:32:32 docker.io 09:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:33 Configure a credential helper to remove this warning. See 09:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:33 09:32:33 Login Succeeded 09:32:33 ---> docker-login.sh ends [Pipeline] } 09:32:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:32:33 ++ 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 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/core-command/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo core-command,cmd/core-command/Dockerfile 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/core-data/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo core-data,cmd/core-data/Dockerfile 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/core-metadata/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo core-metadata,cmd/core-metadata/Dockerfile 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/security-bootstrapper/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/security-proxy-setup/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/support-notifications/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo support-notifications,cmd/support-notifications/Dockerfile 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/support-scheduler/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:32:33 + for file in '`ls cmd/**/Dockerfile`' 09:32:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:32:33 ++ cut -d/ -f2 09:32:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:32:33 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 09:32:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:34 09:32:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:32:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:34 latest: Pulling from edgex-devops/git-semver 09:32:34 31603596830f: Pulling fs layer 09:32:34 2a8b12db71e7: Pulling fs layer 09:32:34 6ca5941a6612: Pulling fs layer 09:32:34 ecc8261a40a4: Pulling fs layer 09:32:34 ecc8261a40a4: Waiting 09:32:34 2a8b12db71e7: Verifying Checksum 09:32:34 2a8b12db71e7: Download complete 09:32:35 31603596830f: Verifying Checksum 09:32:35 31603596830f: Download complete 09:32:35 ecc8261a40a4: Verifying Checksum 09:32:35 ecc8261a40a4: Download complete 09:32:35 6ca5941a6612: Verifying Checksum 09:32:35 6ca5941a6612: Download complete 09:32:35 31603596830f: Pull complete 09:32:35 2a8b12db71e7: Pull complete 09:32:36 6ca5941a6612: Pull complete 09:32:36 ecc8261a40a4: Pull complete 09:32:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:32:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:32:36 prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container 09:32:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 09:32:39 $ docker top aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:32:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:32:39 [ssh-agent] Looking for ssh-agent implementation... 09:32:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:32:40 $ docker exec aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 ssh-agent 09:32:40 SSH_AUTH_SOCK=/tmp/ssh-WjDMxqX8RHfF/agent.11 09:32:40 SSH_AGENT_PID=17 09:32:40 Running ssh-add (command line suppressed) 09:32:40 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2520114236377627607.key (/w/workspace/edgex-go/3@tmp/private_key_2520114236377627607.key) 09:32:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:32:40 + git tag --points-at HEAD [Pipeline] } 09:32:40 $ docker exec --env ******** --env ******** aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 ssh-agent -k 09:32:40 unset SSH_AUTH_SOCK; 09:32:40 unset SSH_AGENT_PID; 09:32:40 echo Agent pid 17 killed; 09:32:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:32:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:32:41 [ssh-agent] Looking for ssh-agent implementation... 09:32:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:32:41 $ docker exec aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 ssh-agent 09:32:41 SSH_AUTH_SOCK=/tmp/ssh-2c68Js2YOkAV/agent.46 09:32:41 SSH_AGENT_PID=52 09:32:41 Running ssh-add (command line suppressed) 09:32:41 Identity added: /w/workspace/edgex-go/3@tmp/private_key_342883130451254738.key (/w/workspace/edgex-go/3@tmp/private_key_342883130451254738.key) 09:32:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:32:42 + git semver init 09:32:42 # -> Open(): unable to determine branch for HEAD 09:32:42 # $GIT_DIR = /w/workspace/edgex-go/3/.git 09:32:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 09:32:42 # $SEMVER_REMOTE_NAME = origin 09:32:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:32:42 # $SEMVER_USER_NAME = edgex-jenkins 09:32:42 # $SEMVER_BRANCH = PR-3250 09:32:42 # $SEMVER_TEMP = /tmp/semver-277457361 09:32:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:33:28 # '/tmp/semver-277457361' -> '/w/workspace/edgex-go/3/.semver' 09:33:28 # -> Force: false 09:33:28 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 09:33:28 $ docker exec --env ******** --env ******** aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 ssh-agent -k 09:33:29 unset SSH_AUTH_SOCK; 09:33:29 unset SSH_AGENT_PID; 09:33:29 echo Agent pid 52 killed; 09:33:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:33:29 + git semver [Pipeline] } 09:33:29 $ docker stop --time=1 aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 09:33:31 $ docker rm -f aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 [Pipeline] // withDockerContainer [Pipeline] sh 09:33:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:33:32 Stashed 1 file(s) [Pipeline] echo 09:33:32 [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 09:33:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:33:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:33:34 + true 09:33:34 + sudo service docker restart 09:33:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:33:35 ========================================================= 09:33:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:33:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:33:35 + 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 . 09:33:38 Sending build context to Docker daemon 328.5MB 09:33:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:33:38 Step 2/6 : FROM ${BASE} 09:33:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:33:38 188c0c94c7c5: Pulling fs layer 09:33:38 0ef7d3d256c8: Pulling fs layer 09:33:38 de9db76c5a1d: Pulling fs layer 09:33:38 bca2f99d35d6: Pulling fs layer 09:33:38 93359f2a8cfa: Pulling fs layer 09:33:38 7c6f9722023f: Pulling fs layer 09:33:38 a35cf1a2eb13: Pulling fs layer 09:33:38 93359f2a8cfa: Waiting 09:33:38 7c6f9722023f: Waiting 09:33:38 bca2f99d35d6: Waiting 09:33:38 de9db76c5a1d: Download complete 09:33:38 0ef7d3d256c8: Verifying Checksum 09:33:38 0ef7d3d256c8: Download complete 09:33:38 93359f2a8cfa: Verifying Checksum 09:33:38 93359f2a8cfa: Download complete 09:33:38 7c6f9722023f: Verifying Checksum 09:33:38 7c6f9722023f: Download complete 09:33:38 188c0c94c7c5: Download complete 09:33:39 188c0c94c7c5: Pull complete 09:33:39 0ef7d3d256c8: Pull complete 09:33:39 de9db76c5a1d: Pull complete 09:33:41 a35cf1a2eb13: Verifying Checksum 09:33:41 a35cf1a2eb13: Download complete 09:33:41 bca2f99d35d6: Verifying Checksum 09:33:41 bca2f99d35d6: Download complete 09:33:48 Still waiting to schedule task 09:33:48 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:33:48 bca2f99d35d6: Pull complete 09:33:48 93359f2a8cfa: Pull complete 09:33:48 7c6f9722023f: Pull complete 09:33:52 a35cf1a2eb13: Pull complete 09:33:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:33:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:33:52 ---> a62c8e92a672 09:33:52 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 09:33:52 ---> Running in 2bb31cf27500 09:33:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:55 (1/12) Installing libmagic (5.38-r0) 09:33:55 (2/12) Installing file (5.38-r0) 09:33:55 (3/12) Installing libc-dev (0.7.2-r3) 09:33:55 (4/12) Installing g++ (9.3.0-r2) 09:34:01 (5/12) Installing fortify-headers (1.1-r0) 09:34:01 (6/12) Installing patch (2.7.6-r6) 09:34:01 (7/12) Installing build-base (0.5-r2) 09:34:01 (8/12) Installing libsodium (1.0.18-r0) 09:34:01 (9/12) Installing pkgconf (1.7.2-r0) 09:34:01 (10/12) Installing libsodium-dev (1.0.18-r0) 09:34:01 (11/12) Installing libzmq (4.3.3-r0) 09:34:01 (12/12) Installing zeromq-dev (4.3.3-r0) 09:34:01 Executing busybox-1.31.1-r19.trigger 09:34:01 OK: 233 MiB in 51 packages 09:34:05 Removing intermediate container 2bb31cf27500 09:34:05 ---> ff3990244f9e 09:34:05 Step 4/6 : WORKDIR /edgex-go 09:34:05 ---> Running in 0dae2ebebf27 09:34:05 Removing intermediate container 0dae2ebebf27 09:34:05 ---> e26115cc1c88 09:34:05 Step 5/6 : COPY go.mod . 09:34:05 ---> 788ab9dfa57a 09:34:05 Step 6/6 : RUN go mod download 09:34:05 ---> Running in ab2a6591c598 09:34:27 Removing intermediate container ab2a6591c598 09:34:27 ---> 25d59b0b1661 09:34:27 Successfully built 25d59b0b1661 09:34:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:34:28 + docker inspect -f . ci-base-image-x86_64 09:34:28 . [Pipeline] withDockerContainer 09:34:28 prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container 09:34:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 09:34:29 $ docker top 00bde5493e644140f78460d7d496d69f035ee154fd444fe5ba008bb4740014b5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:30 + go version 09:34:30 go version go1.15.5 linux/amd64 [Pipeline] } 09:34:30 $ docker stop --time=1 00bde5493e644140f78460d7d496d69f035ee154fd444fe5ba008bb4740014b5 09:34:32 $ docker rm -f 00bde5493e644140f78460d7d496d69f035ee154fd444fe5ba008bb4740014b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:34:32 + docker inspect -f . ci-base-image-x86_64 09:34:32 . [Pipeline] withDockerContainer 09:34:32 prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container 09:34:32 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 09:34:33 $ docker top 4ae83197be43c8d1ec0c3a3e77e0d8b7c6452a12462a08927e1c4cb83bc7a46d -eo pid,comm [Pipeline] { [Pipeline] echo 09:34:33 ========================================================= 09:34:33 [edgeXBuildGoParallel] Running Tests and Build... 09:34:33 ========================================================= [Pipeline] sh 09:34:34 + make test 09:34:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:34:42 ? github.com/edgexfoundry/edgex-go [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:35:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:35:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:35:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:35:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:35:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:35:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:35:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:35:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:35:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:35:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:35:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements 09:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 09:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.175s coverage: 82.9% of statements 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements 09:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:35:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.350s coverage: 28.6% of statements 09:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:35:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 09:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:35:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 09:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:35:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements 09:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:35:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements 09:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:35:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 09:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:35:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.447s coverage: 92.8% of statements 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:35:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:35:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:35:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:35:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements 09:35:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements 09:35:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 09:35:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements 09:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 09:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements 09:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 09:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.052s coverage: 81.4% of statements 09:35:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29506 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 09:35:43 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 62.4% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 69.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 38.4% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.188s coverage: 87.1% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.742s coverage: 29.1% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.099s coverage: 96.5% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:35:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 09:35:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 09:35:47 GO111MODULE=on go vet ./... 09:35:48 using credential edgex-jenkins-ssh 09:35:48 Cloning the remote Git repository 09:35:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:35:48 > git init /w/workspace/edgex-go/3 # timeout=10 09:35:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:35:48 > git --version # timeout=10 09:35:48 > git --version # 'git version 2.17.1' 09:35:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:05 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:36:05 Merge succeeded, producing 9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:36:05 Checking out Revision 9f096b0d8c06001cd478bbb1c49927610bc59fd4 (PR-3250) 09:36:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:36:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:36:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:04 > 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 09:36:05 > git config core.sparsecheckout # timeout=10 09:36:05 > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 09:36:05 > git remote # timeout=10 09:36:05 > git config --get remote.origin.url # timeout=10 09:36:05 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:05 > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 09:36:05 > git rev-parse HEAD^{commit} # timeout=10 09:36:05 > git config core.sparsecheckout # timeout=10 09:36:05 > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 09:36:10 Commit message: "feat(command): Update CoreCommand to use re-designed profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:36:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:36:12 + true 09:36:12 + sudo service docker restart 09:36:14 gofmt -l . 09:36:14 [ "`gofmt -l .`" = "" ] 09:36:14 ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:36:14 provisioning config files... 09:36:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6731256595240036571tmp [Pipeline] { 09:36:15 ./bin/test-attribution-txt.sh [Pipeline] libraryResource [Pipeline] sh 09:36:15 ---> docker-login.sh 09:36:15 nexus3.edgexfoundry.org:10001 [Pipeline] sh 09:36:16 + ls -al . 09:36:16 total 740 09:36:16 drwxrwxr-x 10 1001 1001 4096 Mar 11 09:36 . 09:36:16 drwxr-xr-x 4 root root 28 Mar 11 09:34 .. 09:36:16 -rw-rw-r-- 1 1001 1001 11 Mar 11 09:32 .dockerignore 09:36:16 drwxrwxr-x 8 1001 1001 179 Mar 11 09:32 .git 09:36:16 drwxrwxr-x 3 1001 1001 125 Mar 11 09:32 .github 09:36:16 -rw-rw-r-- 1 1001 1001 818 Mar 11 09:32 .gitignore 09:36:16 drwx------ 3 1001 1001 60 Mar 11 09:33 .semver 09:36:16 -rw-rw-r-- 1 1001 1001 166 Mar 11 09:32 .sonarcloud.properties 09:36:16 -rw-rw-r-- 1 1001 1001 8607 Mar 11 09:32 Attribution.txt 09:36:16 -rw-rw-r-- 1 1001 1001 3804 Mar 11 09:32 CONTRIBUTING.md 09:36:16 -rw-rw-r-- 1 1001 1001 931 Mar 11 09:32 Dockerfile.build 09:36:16 -rw-rw-r-- 1 1001 1001 863 Mar 11 09:32 Jenkinsfile 09:36:16 -rw-rw-r-- 1 1001 1001 10775 Mar 11 09:32 LICENSE 09:36:16 -rw-rw-r-- 1 1001 1001 5774 Mar 11 09:32 Makefile 09:36:16 -rw-rw-r-- 1 1001 1001 6548 Mar 11 09:32 README.md 09:36:16 -rw-rw-r-- 1 1001 1001 6755 Mar 11 09:32 SECURITY.md 09:36:16 -rw-rw-r-- 1 1001 1001 5 Mar 11 09:33 VERSION 09:36:16 -rw-rw-r-- 1 1001 1001 4131 Mar 11 09:32 ZMQWindows.md 09:36:16 drwxrwxr-x 2 1001 1001 117 Mar 11 09:32 bin 09:36:16 drwxrwxr-x 14 1001 1001 4096 Mar 11 09:32 cmd 09:36:16 -rw-r--r-- 1 root root 628834 Mar 11 09:35 coverage.out 09:36:16 -rw-r--r-- 1 root root 1055 Mar 11 09:36 go.mod 09:36:16 -rw-r--r-- 1 root root 21981 Mar 11 09:36 go.sum 09:36:16 drwxrwxr-x 8 1001 1001 127 Mar 11 09:32 internal 09:36:16 drwxrwxr-x 4 1001 1001 26 Mar 11 09:32 openapi 09:36:16 drwxrwxr-x 4 1001 1001 71 Mar 11 09:32 snap 09:36:16 -rw-rw-r-- 1 1001 1001 168 Mar 11 09:32 version.go [Pipeline] sh 09:36:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:16 + '[' -e coverage.out ] 09:36:16 + chown 1001:1001 coverage.out [Pipeline] stash 09:36:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:16 Configure a credential helper to remove this warning. See 09:36:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:16 09:36:16 Login Succeeded 09:36:16 nexus3.edgexfoundry.org:10002 09:36:16 Stashed 1 file(s) [Pipeline] sh 09:36:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:17 + make build 09:36:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:36:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:17 Configure a credential helper to remove this warning. See 09:36:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:17 09:36:17 Login Succeeded 09:36:17 nexus3.edgexfoundry.org:10003 09:36:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:17 Configure a credential helper to remove this warning. See 09:36:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:17 09:36:17 Login Succeeded 09:36:17 nexus3.edgexfoundry.org:10004 09:36:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:18 Configure a credential helper to remove this warning. See 09:36:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:18 09:36:18 Login Succeeded 09:36:18 docker.io 09:36:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:19 Configure a credential helper to remove this warning. See 09:36:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:19 09:36:19 Login Succeeded 09:36:19 ---> docker-login.sh ends [Pipeline] } 09:36:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:36:19 ========================================================= 09:36:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:36:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:36:20 + 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 . 09:36:22 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 09:36:22 Sending build context to Docker daemon 166.7MB 09:36:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:36:22 Step 2/6 : FROM ${BASE} 09:36:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:36:22 5f621e34cdf4: Pulling fs layer 09:36:22 a4357932f1b6: Pulling fs layer 09:36:22 18c013af1878: Pulling fs layer 09:36:22 00ac8860ef70: Pulling fs layer 09:36:22 63d7cb157983: Pulling fs layer 09:36:22 b116817d02f9: Pulling fs layer 09:36:22 745a02a5169b: Pulling fs layer 09:36:22 63d7cb157983: Waiting 09:36:22 b116817d02f9: Waiting 09:36:22 745a02a5169b: Waiting 09:36:22 00ac8860ef70: Waiting 09:36:22 18c013af1878: Download complete 09:36:22 a4357932f1b6: Download complete 09:36:22 63d7cb157983: Verifying Checksum 09:36:22 63d7cb157983: Download complete 09:36:22 5f621e34cdf4: Verifying Checksum 09:36:22 5f621e34cdf4: Download complete 09:36:22 b116817d02f9: Verifying Checksum 09:36:22 b116817d02f9: Download complete 09:36:23 5f621e34cdf4: Pull complete 09:36:23 a4357932f1b6: Pull complete 09:36:24 18c013af1878: Pull complete 09:36:26 745a02a5169b: Verifying Checksum 09:36:26 745a02a5169b: Download complete 09:36:26 00ac8860ef70: Verifying Checksum 09:36:26 00ac8860ef70: Download complete 09:36:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:36:31 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 09:36:33 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 09:36:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:36:35 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 09:36:36 00ac8860ef70: Pull complete 09:36:36 63d7cb157983: Pull complete 09:36:36 b116817d02f9: Pull complete 09:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:36:38 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 09:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:36:40 745a02a5169b: Pull complete 09:36:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:36:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:36:40 ---> b7e6874047d6 09:36:40 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 09:36:40 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 09:36:42 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] } 09:36:44 $ docker stop --time=1 4ae83197be43c8d1ec0c3a3e77e0d8b7c6452a12462a08927e1c4cb83bc7a46d 09:36:44 ---> Running in 69046fe12e56 09:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:36:45 $ docker rm -f 4ae83197be43c8d1ec0c3a3e77e0d8b7c6452a12462a08927e1c4cb83bc7a46d 09:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 09:36:47 (1/12) Installing libmagic (5.38-r0) 09:36:47 (2/12) Installing file (5.38-r0) [Pipeline] isUnix [Pipeline] sh 09:36:47 (3/12) Installing libc-dev (0.7.2-r3) 09:36:47 (4/12) Installing g++ (9.3.0-r2) 09:36:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:36:47 09:36:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:36:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:36:47 latest: Pulling from edgex-devops/edgex-compose 09:36:47 cbdbe7a5bc2a: Pulling fs layer 09:36:47 ca9280d653b3: Pulling fs layer 09:36:47 7e9c9ca2126c: Pulling fs layer 09:36:48 cbdbe7a5bc2a: Verifying Checksum 09:36:48 cbdbe7a5bc2a: Download complete 09:36:48 cbdbe7a5bc2a: Pull complete 09:36:49 ca9280d653b3: Verifying Checksum 09:36:49 ca9280d653b3: Download complete 09:36:50 ca9280d653b3: Pull complete 09:36:50 7e9c9ca2126c: Verifying Checksum 09:36:50 7e9c9ca2126c: Download complete 09:36:56 7e9c9ca2126c: Pull complete 09:36:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:36:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:36:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:36:57 prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container 09:36:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 09:37:00 $ docker top 05d96ca3123092d415cafb223eae618e3b36bda7222efd9f8e15183fe75a9f97 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:01 + docker-compose build --help 09:37:01 + grep parallel 09:37:02 --parallel Build images in parallel. [Pipeline] } 09:37:02 $ docker stop --time=1 05d96ca3123092d415cafb223eae618e3b36bda7222efd9f8e15183fe75a9f97 09:37:02 (5/12) Installing fortify-headers (1.1-r0) 09:37:02 (6/12) Installing patch (2.7.6-r6) 09:37:02 (7/12) Installing build-base (0.5-r2) 09:37:02 (8/12) Installing libsodium (1.0.18-r0) 09:37:02 (9/12) Installing pkgconf (1.7.2-r0) 09:37:02 (10/12) Installing libsodium-dev (1.0.18-r0) 09:37:02 (11/12) Installing libzmq (4.3.3-r0) 09:37:02 (12/12) Installing zeromq-dev (4.3.3-r0) 09:37:02 Executing busybox-1.31.1-r19.trigger 09:37:02 OK: 217 MiB in 51 packages 09:37:03 $ docker rm -f 05d96ca3123092d415cafb223eae618e3b36bda7222efd9f8e15183fe75a9f97 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:37:04 . [Pipeline] withDockerContainer 09:37:04 prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container 09:37:04 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 09:37:05 $ docker top bef296af05ea229492594ecf69528e290d0ba1b525e72877fe6315a8623f4718 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:05 Removing intermediate container 69046fe12e56 09:37:05 ---> 7f331c48817a 09:37:05 Step 4/6 : WORKDIR /edgex-go 09:37:05 ---> Running in 5b8f602ea3c8 09:37:05 Removing intermediate container 5b8f602ea3c8 09:37:05 ---> 64726ca7b675 09:37:05 Step 5/6 : COPY go.mod . 09:37:05 + docker-compose -f ./docker-compose-build.yml build --parallel 09:37:06 ---> d3664653f32a 09:37:06 Step 6/6 : RUN go mod download 09:37:06 ---> Running in 441bf246526e 09:37:06 Building docker-core-command-go ... 09:37:06 Building docker-core-data-go ... 09:37:06 Building docker-core-metadata-go ... 09:37:06 Building docker-security-bootstrapper-go ... 09:37:06 Building docker-security-proxy-setup-go ... 09:37:06 Building docker-security-secretstore-setup-go ... 09:37:06 Building docker-support-notifications-go ... 09:37:06 Building docker-support-scheduler-go ... 09:37:06 Building docker-sys-mgmt-agent-go ... 09:37:06 Building docker-core-data-go 09:37:06 Building docker-security-secretstore-setup-go 09:37:06 Building docker-core-metadata-go 09:37:06 Building docker-support-notifications-go 09:37:06 Building docker-support-scheduler-go 09:37:39 Removing intermediate container 441bf246526e 09:37:39 ---> ddbba45a296b 09:37:39 Successfully built ddbba45a296b 09:37:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:37:39 + docker inspect -f . ci-base-image-arm64 09:37:39 . 09:37:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:37:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:37:39 ---> 25d59b0b1661 09:37:39 Step 3/23 : WORKDIR /edgex-go 09:37:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:37:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:37:39 ---> 25d59b0b1661 09:37:39 Step 3/23 : WORKDIR /edgex-go [Pipeline] withDockerContainer 09:37:39 prd-ubuntu18.04-docker-arm64-4c-16g-29506 does not seem to be running inside a container 09:37:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:37:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:37:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:37:40 ---> 25d59b0b1661 09:37:40 Step 3/22 : WORKDIR /edgex-go 09:37:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:37:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:37:40 ---> 25d59b0b1661 09:37:40 Step 3/24 : WORKDIR /edgex-go 09:37:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:37:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:37:40 ---> 25d59b0b1661 09:37:40 Step 3/22 : WORKDIR /edgex-go 09:37:40 ---> Running in 5ef63c7dc137 09:37:40 ---> Running in cd09114984e6 09:37:40 ---> Running in 62f1ede9d4bd 09:37:40 ---> Running in fc44db77c51d 09:37:40 ---> Running in 61f4b71e4068 09:37:41 Removing intermediate container fc44db77c51d 09:37:41 ---> 5f92a8a3e100 09:37:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:41 Removing intermediate container cd09114984e6 09:37:41 ---> e39f48e753dd 09:37:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:41 Removing intermediate container 61f4b71e4068 09:37:41 ---> 1231031c1c4e 09:37:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:41 Removing intermediate container 62f1ede9d4bd 09:37:41 ---> 1a6a6c4af03b 09:37:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:41 Removing intermediate container 5ef63c7dc137 09:37:41 ---> fddfaba6d4c1 09:37:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:41 ---> Running in 23b46ebb98ab 09:37:41 ---> Running in 3fe0b61eb783 09:37:41 ---> Running in 27139f547b11 09:37:41 ---> Running in bfc100b99d97 09:37:41 ---> Running in 5e0d5bcd07d3 09:37:41 $ docker top 0a65c16a785e8988c8730b5efd6206e6859fa00e49e202c743b85c99a4b7bb36 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:42 + go version 09:37:42 go version go1.15.5 linux/arm64 [Pipeline] } 09:37:42 $ docker stop --time=1 0a65c16a785e8988c8730b5efd6206e6859fa00e49e202c743b85c99a4b7bb36 09:37:43 Removing intermediate container 3fe0b61eb783 09:37:43 ---> 123e13402733 09:37:43 Step 5/22 : RUN apk add --update --no-cache make git 09:37:43 Removing intermediate container 23b46ebb98ab 09:37:43 ---> 159a2e278b17 09:37:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:37:43 ---> Running in 060a2f02a2a7 09:37:43 Removing intermediate container 27139f547b11 09:37:43 ---> 0272e25ff545 09:37:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:37:43 Removing intermediate container 5e0d5bcd07d3 09:37:43 ---> 8c051a80b5e7 09:37:43 Step 5/23 : RUN apk add --update --no-cache make git 09:37:44 ---> Running in 5093d812e74c 09:37:44 ---> Running in 79136b9c797d 09:37:44 ---> Running in 1a3bdd10b3be 09:37:44 Removing intermediate container bfc100b99d97 09:37:44 ---> fd85b9158537 09:37:44 Step 5/24 : RUN apk add --update --no-cache make git 09:37:44 ---> Running in aab493414b59 09:37:44 $ docker rm -f 0a65c16a785e8988c8730b5efd6206e6859fa00e49e202c743b85c99a4b7bb36 [Pipeline] // withDockerContainer [Pipeline] } 09:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 09:37:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:45 + docker inspect -f . ci-base-image-arm64 09:37:45 . [Pipeline] withDockerContainer 09:37:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:45 prd-ubuntu18.04-docker-arm64-4c-16g-29506 does not seem to be running inside a container 09:37:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:37:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:46 OK: 233 MiB in 51 packages 09:37:46 OK: 233 MiB in 51 packages 09:37:46 OK: 233 MiB in 51 packages 09:37:46 Removing intermediate container 060a2f02a2a7 09:37:46 ---> 62b803b5f195 09:37:46 Step 6/22 : COPY go.mod . 09:37:47 OK: 233 MiB in 51 packages 09:37:47 OK: 233 MiB in 51 packages 09:37:47 ---> d1f9fd10f65d 09:37:47 Step 7/22 : RUN go mod download 09:37:47 ---> Running in 779a52a134c1 09:37:47 Removing intermediate container 79136b9c797d 09:37:47 ---> 9c23b358d506 09:37:47 Step 6/22 : COPY go.mod . 09:37:47 $ docker top f83e69fbc153c72c2a55d740bd51bb16fcd67e13499daae10ed5d25c45472637 -eo pid,comm 09:37:47 Removing intermediate container 5093d812e74c 09:37:47 ---> 93953ab245d9 09:37:47 Step 6/23 : COPY go.mod . [Pipeline] { [Pipeline] echo 09:37:47 ========================================================= 09:37:47 [edgeXBuildGoParallel] Running Tests and Build... 09:37:47 ========================================================= [Pipeline] sh 09:37:47 ---> b578696a0007 09:37:47 Step 7/22 : RUN go mod download 09:37:47 ---> Running in 672af2baf4c5 09:37:47 ---> 88324d84584c 09:37:47 Step 7/23 : RUN go mod download 09:37:48 ---> Running in ddb38aa8fa1d 09:37:48 + make test 09:37:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:37:48 Removing intermediate container 1a3bdd10b3be 09:37:48 ---> fcaa4823d679 09:37:48 Step 6/23 : COPY go.mod . 09:37:48 Removing intermediate container aab493414b59 09:37:48 ---> 8367ef41fce4 09:37:48 Step 6/24 : COPY go.mod . 09:37:48 ---> d98109f9f720 09:37:48 Step 7/23 : RUN go mod download 09:37:48 ---> 3456e37aec5f 09:37:48 Step 7/24 : RUN go mod download 09:37:48 ---> Running in 212b4eb8cd7e 09:37:48 ---> Running in 76d5cdff507d 09:37:49 Removing intermediate container 779a52a134c1 09:37:49 ---> 823ee25aa732 09:37:49 Step 8/22 : COPY . . 09:37:49 Removing intermediate container 672af2baf4c5 09:37:49 ---> ade02a83e708 09:37:49 Step 8/22 : COPY . . 09:37:50 Removing intermediate container ddb38aa8fa1d 09:37:50 ---> db249de5df0e 09:37:50 Step 8/23 : COPY . . 09:37:57 Removing intermediate container 212b4eb8cd7e 09:37:57 ---> 758b283c7a2a 09:37:57 Step 8/23 : COPY . . 09:37:59 Removing intermediate container 76d5cdff507d 09:37:59 ---> c6d16abfee58 09:37:59 Step 8/24 : COPY . . 09:38:11 ? github.com/edgexfoundry/edgex-go [no test files] 09:38:32 ---> c5190172134e 09:38:32 Step 9/23 : RUN make cmd/core-data/core-data 09:38:32 ---> 320d63b1fa00 09:38:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:38:32 ---> e5a8b7baa8ae 09:38:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:38:32 ---> 5fc243dd8ef8 09:38:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:38:32 ---> Running in 8281fcd082a0 09:38:32 ---> Running in b8fa274e9376 09:38:32 ---> Running in 77edc6ed3dcb 09:38:32 ---> Running in de8b61668437 09:38:33 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 09:38:33 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 09:38:33 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 09:38:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:38:33 ---> ed993377fc97 09:38:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:38:34 ---> Running in ccdcdc4b9737 09:38:35 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 09:39: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 09:39:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:39:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:39:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:39:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:39:19 Removing intermediate container ccdcdc4b9737 09:39:19 ---> 5f4d5592ef6b 09:39:19 09:39:19 Step 10/24 : FROM alpine:3.12 09:39:19 Removing intermediate container de8b61668437 09:39:19 ---> b4ff63a56eba 09:39:19 09:39:19 Step 10/22 : FROM alpine:3.12 09:39:20 3.12: Pulling from library/alpine 09:39:20 3.12: Pulling from library/alpine 09:39:20 Removing intermediate container 77edc6ed3dcb 09:39:20 ---> 692dd7fc2f40 09:39:20 09:39:20 Step 10/22 : FROM alpine:3.12 09:39:20 3.12: Pulling from library/alpine 09:39:20 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:39:20 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:39:20 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:39:20 Status: Downloaded newer image for alpine:3.12 09:39:20 ---> 88dd2752d2ea 09:39:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:39:20 Status: Downloaded newer image for alpine:3.12 09:39:20 Status: Image is up to date for alpine:3.12 09:39:20 ---> 88dd2752d2ea 09:39:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:39:20 ---> 88dd2752d2ea 09:39:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:39:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:39:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:39:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:39:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:39:23 ---> Running in 5910ee7cdfb5 09:39:23 ---> Running in d41cdbd43339 09:39:23 ---> Running in 0e2c2b95aa4d 09:39:23 Removing intermediate container 8281fcd082a0 09:39:23 ---> 8d9b187e5550 09:39:23 09:39:23 Step 10/23 : FROM alpine:3.12 09:39:23 ---> 88dd2752d2ea 09:39:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:39:24 Removing intermediate container b8fa274e9376 09:39:24 ---> 763728e2e340 09:39:24 09:39:24 Step 10/23 : FROM alpine:3.12 09:39:24 ---> 88dd2752d2ea 09:39:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:39:24 ---> Running in 5e27bd34494b 09:39:24 ---> Running in eaed08323069 09:39:24 Removing intermediate container eaed08323069 09:39:24 ---> c5ac4cd3dab2 09:39:24 Step 12/23 : ENV APP_PORT=48080 09:39:24 ---> Running in 72a9467db1bf 09:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:39:25 Removing intermediate container 72a9467db1bf 09:39:25 ---> d6f2f596c890 09:39:25 Step 13/23 : EXPOSE $APP_PORT 09:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:25 (1/5) Installing ca-certificates (20191127-r4) 09:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:25 (1/2) Installing ca-certificates (20191127-r4) 09:39:25 (1/1) Installing dumb-init (1.2.2-r1) 09:39:25 (1/1) Installing dumb-init (1.2.2-r1) 09:39:25 Executing busybox-1.31.1-r19.trigger 09:39:25 Executing busybox-1.31.1-r19.trigger 09:39:25 OK: 6 MiB in 15 packages 09:39:25 OK: 6 MiB in 15 packages 09:39:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:39:25 (2/2) Installing dumb-init (1.2.2-r1) 09:39:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:39:25 (3/5) Installing libcurl (7.69.1-r3) 09:39:25 Executing busybox-1.31.1-r19.trigger 09:39:25 (4/5) Installing curl (7.69.1-r3) 09:39:25 (5/5) Installing dumb-init (1.2.2-r1) 09:39:25 Executing ca-certificates-20191127-r4.trigger 09:39:25 Executing busybox-1.31.1-r19.trigger 09:39:25 Executing ca-certificates-20191127-r4.trigger 09:39:25 OK: 6 MiB in 16 packages 09:39:25 OK: 7 MiB in 19 packages 09:39:25 ---> Running in abbfc15f50bc 09:39:26 Removing intermediate container abbfc15f50bc 09:39:26 ---> 2c5bb2546274 09:39:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:27 ---> Running in f6fce6b3e22d 09:39:27 Removing intermediate container 5e27bd34494b 09:39:27 ---> 092f53801145 09:39:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:39:27 Removing intermediate container 0e2c2b95aa4d 09:39:27 ---> f8032fb0e03b 09:39:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:39:27 ---> Running in 909306576dda 09:39:28 ---> Running in dfb9b8a12c6f 09:39:28 Removing intermediate container d41cdbd43339 09:39:28 ---> d870ee3ea412 09:39:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:39:28 Removing intermediate container 5910ee7cdfb5 09:39:28 ---> 1e33372c8942 09:39:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:39:28 ---> Running in 0b06f012ff6d 09:39:28 ---> Running in ddd0388cf169 09:39:29 Removing intermediate container 909306576dda 09:39:29 ---> 8304ba18b7a6 09:39:29 Step 13/23 : ENV APP_PORT=48081 09:39:29 Removing intermediate container dfb9b8a12c6f 09:39:29 ---> 3633624d11fe 09:39:29 Step 13/22 : ENV APP_PORT=48085 09:39:29 ---> Running in 621215ceca0d 09:39:29 Removing intermediate container 0b06f012ff6d 09:39:29 ---> a642184b0f5f 09:39:29 Step 13/22 : ENV APP_PORT=48060 09:39:29 ---> Running in 07cb5733d5ab 09:39:29 Removing intermediate container ddd0388cf169 09:39:29 ---> 078c720e9610 09:39:29 Step 13/24 : WORKDIR / 09:39:29 ---> Running in 4f0378ad54c9 09:39:29 ---> Running in 70c20e5b8acd 09:39:29 Removing intermediate container 621215ceca0d 09:39:29 ---> fd7ba7da8512 09:39:29 Step 14/23 : EXPOSE $APP_PORT 09:39:29 Removing intermediate container 07cb5733d5ab 09:39:29 ---> 6ed1a8ddd437 09:39:29 Step 14/22 : EXPOSE $APP_PORT 09:39:30 Removing intermediate container 4f0378ad54c9 09:39:30 ---> 8a93d1d504ce 09:39:30 Step 14/22 : EXPOSE $APP_PORT 09:39:30 ---> Running in f0cf311b2aa8 09:39:30 ---> Running in 352d39253e1d 09:39:30 Removing intermediate container f6fce6b3e22d 09:39:30 ---> 9df2409d9aa4 09:39:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:39:30 ---> Running in 00317f2ccf69 09:39:30 Removing intermediate container 70c20e5b8acd 09:39:30 ---> 3db56687e045 09:39:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:39:30 ---> Running in eed33567b992 09:39:30 Removing intermediate container 352d39253e1d 09:39:30 ---> b902116100af 09:39:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:39:30 Removing intermediate container f0cf311b2aa8 09:39:30 ---> c2fded9fde9a 09:39:30 Step 15/23 : WORKDIR / 09:39:30 Removing intermediate container 00317f2ccf69 09:39:30 ---> 0fa98082c060 09:39:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:39:30 ---> 3002e7bf36f0 09:39:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:39:30 ---> Running in d81f59445f88 09:39:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:31 ---> df0e8b18ad8e 09:39:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:39:31 ---> 12f49762f548 09:39:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:39:31 ---> 4384774fd509 09:39:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:39:32 Removing intermediate container d81f59445f88 09:39:32 ---> a07e55773afe 09:39:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:39:32 ---> 7ce4791cf24f 09:39:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:32 ---> 6da2c0c58cdf 09:39:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:39:32 ---> 025301e7788c 09:39:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:39:32 ---> 2d2df55355c7 09:39:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:39:32 ---> 223c5e5ed2c1 09:39:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:39:32 (1/6) Installing dumb-init (1.2.2-r1) 09:39:33 (2/6) Installing libgcc (9.3.0-r2) 09:39:33 ---> a3318521c4ea 09:39:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:39:33 ---> 7ff40247dfe6 09:39:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:39:33 (3/6) Installing libsodium (1.0.18-r0) 09:39:33 ---> Running in 48c952791b90 09:39:33 ---> 3786d4714935 09:39:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:39:33 (4/6) Installing libstdc++ (9.3.0-r2) 09:39:33 ---> Running in 017e35f4c7d6 09:39:33 (5/6) Installing libzmq (4.3.3-r0) 09:39:33 ---> f4a8ab157bb7 09:39:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:39:33 Removing intermediate container 48c952791b90 09:39:33 ---> ff2f0f2dc48a 09:39:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:33 Removing intermediate container 017e35f4c7d6 09:39:33 ---> 39e7742b5ec7 09:39:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:33 (6/6) Installing zeromq (4.3.3-r0) 09:39:33 ---> 9dc81868faa1 09:39:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:39:33 Executing busybox-1.31.1-r19.trigger 09:39:33 OK: 8 MiB in 20 packages 09:39:33 ---> Running in bfb5a50a73df 09:39:33 ---> Running in 9c551ed628af 09:39:34 ---> Running in 3a40b418192b 09:39:34 ---> da3b130e66cb 09:39:34 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/ 09:39:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:39:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:39:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:39:34 ---> Running in 38a31650ef8b 09:39:34 Removing intermediate container bfb5a50a73df 09:39:34 ---> 7e2620148c26 09:39:34 Step 20/22 : LABEL arch=x86_64 09:39:34 Removing intermediate container 9c551ed628af 09:39:34 ---> dc88ae62eb9f 09:39:34 Step 20/22 : LABEL arch=x86_64 09:39:34 Removing intermediate container 3a40b418192b 09:39:34 ---> 78924061185b 09:39:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:34 ---> Running in 22c01dfdef70 09:39:34 ---> Running in 985aecfea858 09:39:34 ---> Running in 4aa06ffaf74b 09:39:34 Removing intermediate container eed33567b992 09:39:34 ---> cab1f85930f2 09:39:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:39:34 Removing intermediate container 985aecfea858 09:39:34 ---> 1f86e5c9c0ad 09:39:34 Step 21/22 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:39:35 Removing intermediate container 22c01dfdef70 09:39:35 ---> 9d8a7d458e01 09:39:35 Step 21/22 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:39:35 ---> Running in 51b9387d1948 09:39:35 ---> Running in 2a8538efa0f0 09:39:35 Removing intermediate container 4aa06ffaf74b 09:39:35 ---> 3f990aa2350d 09:39:35 Step 21/23 : LABEL arch=x86_64 09:39:35 ---> 5ae23652104c 09:39:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:39:35 Removing intermediate container 51b9387d1948 09:39:35 ---> 9f315ed5b8a9 09:39:35 Step 22/22 : LABEL version=0.0.0 09:39:35 ---> Running in a871b55d183c 09:39:35 Removing intermediate container 2a8538efa0f0 09:39:35 ---> 577ad17cab6c 09:39:35 Step 22/22 : LABEL version=0.0.0 09:39:35 ---> Running in d4f2175d2c27 09:39:35 Removing intermediate container a871b55d183c 09:39:35 ---> 7e3e924388d6 09:39:35 Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:39:35 ---> Running in 8baf528e4e8a 09:39:36 Removing intermediate container 38a31650ef8b 09:39:36 ---> cfb1256a00ad 09:39:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:39:36 ---> Running in 2c3caa36546c 09:39:36 Removing intermediate container d4f2175d2c27 09:39:36 ---> a78aaead8fc7 09:39:36 09:39:36 ---> ba4799be7698 09:39:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:39:36 Removing intermediate container 8baf528e4e8a 09:39:36 ---> d31a23bf80c8 09:39:36 09:39:36 ---> Running in 60153d088ad7 09:39:36 Removing intermediate container 2c3caa36546c 09:39:36 ---> 70e48c5438df 09:39:36 Step 23/23 : LABEL version=0.0.0 09:39:36 Successfully built d31a23bf80c8 09:39:36 Successfully built a78aaead8fc7 09:39:36 ---> Running in 68d17ead96c4 09:39:36 Removing intermediate container 60153d088ad7 09:39:36 ---> 18cd0ec7586e 09:39:36 Step 22/24 : LABEL arch=x86_64 09:39:36 Successfully tagged docker-support-notifications-go:latest 09:39:36 Building docker-security-bootstrapper-go 09:39:36  Building docker-support-notifications-go ... done Successfully tagged docker-support-scheduler-go:latest 09:39:36  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 09:39:36 ---> 0dda4eddc144 09:39:36 Step 19/23 : ENTRYPOINT ["/core-data"] 09:39:36 ---> Running in 8667a4a06d07 09:39:36 ---> Running in dcd0c99a25aa 09:39:36 Removing intermediate container 68d17ead96c4 09:39:36 ---> a3480d420560 09:39:36 09:39:37 Removing intermediate container 8667a4a06d07 09:39:37 ---> 12f9ff354618 09:39:37 Step 23/24 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:39:37 Removing intermediate container dcd0c99a25aa 09:39:37 ---> b0060617908b 09:39:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:37 Successfully built a3480d420560 09:39:37 ---> Running in 895034b4256f 09:39:37 Successfully tagged docker-core-metadata-go:latest 09:39:37 Building docker-sys-mgmt-agent-go 09:39:37  Building docker-core-metadata-go ... done  ---> Running in e8b97f3b977b 09:39:37 Removing intermediate container 895034b4256f 09:39:37 ---> 9e3055ee1ae0 09:39:37 Step 24/24 : LABEL version=0.0.0 09:39:37 Removing intermediate container e8b97f3b977b 09:39:37 ---> 6753bbda0d8e 09:39:37 Step 21/23 : LABEL arch=x86_64 09:39:37 ---> Running in 3465a0cd6b1e 09:39:37 ---> Running in 2868fd6c6d2e 09:39:37 Removing intermediate container 3465a0cd6b1e 09:39:37 ---> 90749e5bb93a 09:39:37 09:39:37 Removing intermediate container 2868fd6c6d2e 09:39:37 ---> c17e35135091 09:39:37 Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:39:38 Successfully built 90749e5bb93a 09:39:38 Successfully tagged docker-security-secretstore-setup-go:latest 09:39:38 Building docker-core-command-go 09:39:38  Building docker-security-secretstore-setup-go ... done  ---> Running in eb52eed8f3f1 09:39:38 Removing intermediate container eb52eed8f3f1 09:39:38 ---> 861f9d5f252d 09:39:38 Step 23/23 : LABEL version=0.0.0 09:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 45.9% of statements 09:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.231s coverage: 100.0% of statements 09:39:42 ---> Running in eee97e0ace25 09:39:42 Removing intermediate container eee97e0ace25 09:39:42 ---> ac67dcee9b82 09:39:42 09:39:43 Successfully built ac67dcee9b82 09:39:45 Successfully tagged docker-core-data-go:latest 09:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.615s coverage: 27.1% of statements 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 71.3% of statements 09:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.537s coverage: 82.9% of statements 09:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.134s coverage: 78.9% of statements 09:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.288s coverage: 28.6% of statements 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:40:03  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:40:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:40:03 ---> 25d59b0b1661 09:40:03 Step 3/21 : WORKDIR /edgex-go 09:40:03 ---> Using cache 09:40:03 ---> fddfaba6d4c1 09:40:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:03 ---> Using cache 09:40:03 ---> 8c051a80b5e7 09:40:03 Step 5/21 : RUN apk add --update --no-cache make git 09:40:03 ---> Using cache 09:40:03 ---> fcaa4823d679 09:40:03 Step 6/21 : COPY go.mod . 09:40:03 ---> Using cache 09:40:03 ---> d98109f9f720 09:40:03 Step 7/21 : RUN go mod download 09:40:03 ---> Using cache 09:40:03 ---> 758b283c7a2a 09:40:03 Step 8/21 : COPY . . 09:40:03 ---> Using cache 09:40:03 ---> 320d63b1fa00 09:40:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:40:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:40:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:40:03 ---> 25d59b0b1661 09:40:03 Step 3/23 : WORKDIR /edgex-go 09:40:03 ---> Using cache 09:40:03 ---> fddfaba6d4c1 09:40:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:03 ---> Using cache 09:40:03 ---> 8c051a80b5e7 09:40:03 Step 5/23 : RUN apk add --update --no-cache make git 09:40:03 ---> Using cache 09:40:03 ---> fcaa4823d679 09:40:03 Step 6/23 : COPY go.mod . 09:40:03 ---> Using cache 09:40:03 ---> d98109f9f720 09:40:03 Step 7/23 : RUN go mod download 09:40:03 ---> Using cache 09:40:03 ---> 758b283c7a2a 09:40:03 Step 8/23 : COPY . . 09:40:03 ---> Using cache 09:40:03 ---> 320d63b1fa00 09:40:03 Step 9/23 : RUN make cmd/core-command/core-command 09:40:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:40:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:40:03 ---> 25d59b0b1661 09:40:03 Step 3/26 : WORKDIR /edgex-go 09:40:03 ---> Using cache 09:40:03 ---> fddfaba6d4c1 09:40:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:03 ---> Using cache 09:40:03 ---> 8c051a80b5e7 09:40:03 Step 5/26 : RUN apk add --update --no-cache make bash git 09:40:03 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:40:03 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:40:03 ---> 25d59b0b1661 09:40:03 Step 3/31 : WORKDIR /edgex-go 09:40:03 ---> Using cache 09:40:03 ---> fddfaba6d4c1 09:40:03 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:03 ---> Using cache 09:40:03 ---> 8c051a80b5e7 09:40:03 Step 5/31 : RUN apk add --update --no-cache make git 09:40:03 ---> Using cache 09:40:03 ---> fcaa4823d679 09:40:03 Step 6/31 : COPY go.mod . 09:40:03 ---> Using cache 09:40:03 ---> d98109f9f720 09:40:03 Step 7/31 : RUN go mod download 09:40:03 ---> Using cache 09:40:03 ---> 758b283c7a2a 09:40:03 Step 8/31 : COPY . . 09:40:03 ---> Using cache 09:40:03 ---> 320d63b1fa00 09:40:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:40:04 ---> Running in 716e8f18bf58 09:40:04 ---> Running in e2aa52846d0e 09:40:04 ---> Running in 077a0ecb3408 09:40:04 ---> Running in 1e350a71a05f 09:40:06 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 09:40:06 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 09:40: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 09:40:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:07 OK: 233 MiB in 51 packages 09:40:09 Removing intermediate container 077a0ecb3408 09:40:09 ---> 30d50cf429a6 09:40:09 Step 6/26 : COPY go.mod . 09:40:09 ---> 62d5fa80011c 09:40:09 Step 7/26 : RUN go mod download 09:40:09 ---> Running in 46527430b3a1 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.330s coverage: 92.8% of statements 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.234s coverage: 0.1% of statements 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 09:40:13 Removing intermediate container 46527430b3a1 09:40:13 ---> f814447a081f 09:40:13 Step 8/26 : COPY . . 09:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.095s coverage: 94.4% of statements 09:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 09:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.118s coverage: 81.4% of statements 09:40:33 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 09:40:35 ---> 55a1d4a8b35f 09:40:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:40:36 ---> Running in 01fc01803dff 09:40:38 Removing intermediate container 1e350a71a05f 09:40:38 ---> 034c55d627f2 09:40:38 09:40:38 Step 10/31 : FROM alpine:3.12 09:40:38 ---> 88dd2752d2ea 09:40:38 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:40:38 ---> Running in f56da02c5dc1 09:40:38 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 09:40:38 Removing intermediate container e2aa52846d0e 09:40:38 ---> ef6a3576fb18 09:40:38 09:40:38 Step 10/23 : FROM alpine:3.12 09:40:38 ---> 88dd2752d2ea 09:40:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:40:38 ---> Using cache 09:40:38 ---> f8032fb0e03b 09:40:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:40:38 ---> Using cache 09:40:38 ---> 3633624d11fe 09:40:38 Step 13/23 : ENV APP_PORT=48082 09:40:38 Removing intermediate container 716e8f18bf58 09:40:38 ---> 2f6f803c0253 09:40:38 09:40:38 Step 10/21 : FROM alpine:3.12 09:40:38 ---> 88dd2752d2ea 09:40:38 Step 11/21 : RUN apk add --update --no-cache curl 09:40:38 ---> Running in 54a81862207a 09:40:38 ---> Running in 2c5c02f6a5e6 09:40:39 Removing intermediate container f56da02c5dc1 09:40:39 ---> b3ac12b865cf 09:40:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:40:39 ---> Running in 9739a2b406a5 09:40:39 Removing intermediate container 54a81862207a 09:40:39 ---> 759e9efbe4e3 09:40:39 Step 14/23 : EXPOSE $APP_PORT 09:40:40 ---> Running in 3f9a05e2dcde 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.128s coverage: 92.9% of statements 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.067s coverage: 77.8% of statements 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.145s coverage: 84.6% of statements 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.6% of statements 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.560s coverage: 62.4% of statements 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 09:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 09:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:40 Removing intermediate container 3f9a05e2dcde 09:40:40 ---> f1aafcf60ba2 09:40:40 Step 15/23 : WORKDIR / 09:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:40 ---> Running in d0334e9fb262 09:40:40 (1/4) Installing ca-certificates (20191127-r4) 09:40:40 (1/2) Installing dumb-init (1.2.2-r1) 09:40:40 (2/2) Installing su-exec (0.2-r1) 09:40:40 Executing busybox-1.31.1-r19.trigger 09:40:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:40:40 (3/4) Installing libcurl (7.69.1-r3) 09:40:40 (4/4) Installing curl (7.69.1-r3) 09:40:40 Executing busybox-1.31.1-r19.trigger 09:40:40 OK: 6 MiB in 16 packages 09:40:40 Executing ca-certificates-20191127-r4.trigger 09:40:41 OK: 7 MiB in 18 packages 09:40:41 Removing intermediate container d0334e9fb262 09:40:41 ---> 96fd48243388 09:40:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.869s coverage: 69.0% of statements 09:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:40:41 ---> 908d05ba6cc3 09:40:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:40:42 Removing intermediate container 9739a2b406a5 09:40:42 ---> 6b42c496e6ab 09:40:42 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.405s coverage: 38.4% of statements 09:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements 09:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.100s coverage: 84.8% of statements 09:40:42 ---> Running in 084e075236de 09:40:42 Removing intermediate container 2c5c02f6a5e6 09:40:42 ---> 5377021beace 09:40:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:40:42 ---> 4b1f6d5f7ec0 09:40:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:40:43 ---> Running in 5952e53d390e 09:40:43 ---> 52f6732a6fb1 09:40:43 Step 19/23 : ENTRYPOINT ["/core-command"] 09:40:43 Removing intermediate container 084e075236de 09:40:43 ---> 6b0e5e8d567e 09:40:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:40:43 ---> Running in af7e489d73c2 09:40:44 ---> Running in dd669c74eff6 09:40:44 Removing intermediate container 5952e53d390e 09:40:44 ---> a5a018c762ff 09:40:44 Step 13/21 : WORKDIR /edgex 09:40:44 ---> Running in 7e467e55d907 09:40:44 Removing intermediate container af7e489d73c2 09:40:44 ---> bd350d4a69cb 09:40:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:40:44 Removing intermediate container dd669c74eff6 09:40:44 ---> 5feee3917a57 09:40:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:40:44 ---> Running in 1a5dec7a3580 09:40:44 Removing intermediate container 7e467e55d907 09:40:44 ---> 0e75ad70862c 09:40:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:40:44 ---> Running in 7da174f9c536 09:40:44 Removing intermediate container 1a5dec7a3580 09:40:44 ---> 4d9b5e705e39 09:40:44 Step 21/23 : LABEL arch=x86_64 09:40:44 ---> Running in afdf8198194e 09:40:44 ---> 8737c010eda0 09:40:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:40:45 Removing intermediate container afdf8198194e 09:40:45 ---> 6c8c280e644d 09:40:45 Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:40:45 ---> Running in 8577313ab8a0 09:40:45 Removing intermediate container 8577313ab8a0 09:40:45 ---> 6bb0b918f0ad 09:40:45 Step 23/23 : LABEL version=0.0.0 09:40:46 ---> 1db6b1ce0e9e 09:40:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:40:46 ---> Running in 9ea585d5fce2 09:40:46 Removing intermediate container 7da174f9c536 09:40:46 ---> fad40a4cad17 09:40:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:40:46 Removing intermediate container 9ea585d5fce2 09:40:46 ---> 3f8eeba7ee80 09:40:46 09:40:46 ---> Running in 68765e72af0d 09:40:46 ---> ca5d704add8d 09:40:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:40:47 ---> Running in 150b228962bd 09:40:47 Successfully built 3f8eeba7ee80 09:40:47 Successfully tagged docker-core-command-go:latest 09:40:47  Building docker-core-command-go ... done Removing intermediate container 68765e72af0d 09:40:47 ---> 2bcdcdc30a3c 09:40:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:40:47 Removing intermediate container 150b228962bd 09:40:47 ---> 85c70d1717a7 09:40:47 Step 18/21 : CMD ["--init=true"] 09:40:48 ---> 5d6f44d585f8 09:40:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:40:48 ---> Running in ab103c799d68 09:40:48 ---> Running in cf183cb74b65 09:40:48 Removing intermediate container ab103c799d68 09:40:48 ---> 290523f24981 09:40:48 Step 19/21 : LABEL arch=x86_64 09:40:48 ---> Running in e9e4a2889e14 09:40:48 Removing intermediate container e9e4a2889e14 09:40:48 ---> c74d2a5b6a93 09:40:48 Step 20/21 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:40:48 ---> Running in eab78dc2e705 09:40:49 Removing intermediate container eab78dc2e705 09:40:49 ---> 7b7b2226a452 09:40:49 Step 21/21 : LABEL version=0.0.0 09:40:49 ---> Running in ebf8ab49dd5e 09:40:49 Removing intermediate container ebf8ab49dd5e 09:40:49 ---> 5d3e8031dade 09:40:49 09:40:49 Removing intermediate container cf183cb74b65 09:40:49 ---> 3350c7782480 09:40:49 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:40:49 Successfully built 5d3e8031dade 09:40:50 Successfully tagged docker-security-proxy-setup-go:latest 09:40:50  Building docker-security-proxy-setup-go ... done  ---> 2c4cccbf5401 09:40:50 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.476s coverage: 47.0% of statements 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:40:51 ---> ec9cd9e76e07 09:40:51 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:40:51 Removing intermediate container 01fc01803dff 09:40:51 ---> 47480900d22e 09:40:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:40:51 ---> Running in 76415227b016 09:40:51 ---> 5071a202c833 09:40:51 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:40:52 ---> 9eb4d14a79bb 09:40:52 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:40: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 09:40:52 ---> 291df17eac47 09:40:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:40:52 ---> Running in 8b478b54a50f 09:40:53 Removing intermediate container 8b478b54a50f 09:40:53 ---> 5e09852953fd 09:40:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:40:53 ---> 514159df8816 09:40:53 Step 26/31 : RUN chmod +x /entrypoint.sh 09:40:53 ---> Running in 672e848f1207 09:40:53 Removing intermediate container 76415227b016 09:40:53 ---> 52c805b9e55f 09:40:53 09:40:53 Step 11/26 : FROM docker:20.10.0 09:40:53 20.10.0: Pulling from library/docker 09:40:55 Removing intermediate container 672e848f1207 09:40:55 ---> cd417b14a10b 09:40:55 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:40:56 ---> Running in f0f364a7326d 09:40:56 Removing intermediate container f0f364a7326d 09:40:56 ---> 8369bb68e3c7 09:40:56 Step 28/31 : CMD ["gate"] 09:40:56 ---> Running in 4cfefd2bf8a5 09:40:56 Removing intermediate container 4cfefd2bf8a5 09:40:56 ---> 742b952113ac 09:40:56 Step 29/31 : LABEL arch=x86_64 09:40:57 ---> Running in f052de6fa61e 09:40:57 Removing intermediate container f052de6fa61e 09:40:57 ---> 8e35e4dcbd7a 09:40:57 Step 30/31 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:40:57 ---> Running in 3ffd437b7d19 09:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.715s coverage: 29.1% of statements 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.233s coverage: 96.5% of statements 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:40:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:40:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:40:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:40:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:40:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.086s coverage: 100.0% of statements 09:40:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 09:40:59 Removing intermediate container 3ffd437b7d19 09:40:59 ---> 960fa936a004 09:40:59 Step 31/31 : LABEL version=0.0.0 09:40:59 ---> Running in ed15dc4b0e98 09:40:59 Removing intermediate container ed15dc4b0e98 09:40:59 ---> b53f0f4b9070 09:40:59 09:40:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:40:59 Status: Downloaded newer image for docker:20.10.0 09:40:59 ---> aefe523efa57 09:40:59 Step 12/26 : RUN apk add --no-cache bash 09:40:59 ---> Running in 87a47059f850 09:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 100.0% of statements 09:40:59 Successfully built b53f0f4b9070 09:40:59 Successfully tagged docker-security-bootstrapper-go:latest 09:41:00 GO111MODULE=on go vet ./... 09:41:00  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:41:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:41:00 (1/2) Installing readline (8.0.4-r0) 09:41:00 (2/2) Installing bash (5.0.17-r0) 09:41:00 Executing bash-5.0.17-r0.post-install 09:41:00 Executing busybox-1.31.1-r19.trigger 09:41:00 OK: 12 MiB in 22 packages 09:41:00 Removing intermediate container 87a47059f850 09:41:00 ---> bba1adc67e3a 09:41:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:41:01 ---> Running in 3ff478be0cc8 09:41:01 Removing intermediate container 3ff478be0cc8 09:41:01 ---> 9ea0d677ee70 09:41:01 Step 14/26 : ENV APP_PORT=48090 09:41:01 ---> Running in 70d9ff64f872 09:41:01 Removing intermediate container 70d9ff64f872 09:41:01 ---> 1143440d3086 09:41:01 Step 15/26 : EXPOSE $APP_PORT 09:41:01 ---> Running in ef4418ff17ce 09:41:01 Removing intermediate container ef4418ff17ce 09:41:01 ---> 1937693a83e5 09:41:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:41:02 ---> 42cfc7467885 09:41:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:41:02 ---> 0a3c4c57ad92 09:41:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:41:03 ---> 841ceea2f8f3 09:41:03 Step 19/26 : RUN apk --no-cache add py3-pip 09:41:03 ---> Running in edb9d39501ab 09:41:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:41:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:41:04 (1/33) Installing libbz2 (1.0.8-r1) 09:41:04 (2/33) Installing expat (2.2.9-r1) 09:41:04 (3/33) Installing libffi (3.3-r2) 09:41:04 (4/33) Installing gdbm (1.13-r1) 09:41:04 (5/33) Installing xz-libs (5.2.5-r0) 09:41:04 (6/33) Installing sqlite-libs (3.32.1-r0) 09:41:04 (7/33) Installing python3 (3.8.5-r1) 09:41:05 (8/33) Installing py3-appdirs (1.4.4-r1) 09:41:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:41:05 (10/33) Installing py3-parsing (2.4.7-r0) 09:41:05 (11/33) Installing py3-six (1.15.0-r0) 09:41:05 (12/33) Installing py3-packaging (20.4-r0) 09:41:05 (13/33) Installing py3-setuptools (47.0.0-r0) 09:41:05 (14/33) Installing py3-chardet (3.0.4-r4) 09:41:05 (15/33) Installing py3-idna (2.9-r0) 09:41:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:41:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:41:05 (18/33) Installing py3-requests (2.23.0-r0) 09:41:05 (19/33) Installing py3-msgpack (1.0.0-r0) 09:41:05 (20/33) Installing py3-lockfile (0.12.2-r3) 09:41:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:41:05 (22/33) Installing py3-colorama (0.4.3-r0) 09:41:05 (23/33) Installing py3-distlib (0.3.0-r0) 09:41:05 (24/33) Installing py3-distro (1.5.0-r1) 09:41:05 (25/33) Installing py3-webencodings (0.5.1-r3) 09:41:05 (26/33) Installing py3-html5lib (1.0.1-r4) 09:41:05 (27/33) Installing py3-pytoml (0.1.21-r0) 09:41:05 (28/33) Installing py3-pep517 (0.8.2-r0) 09:41:05 (29/33) Installing py3-progress (1.5-r0) 09:41:05 (30/33) Installing py3-toml (0.10.1-r0) 09:41:05 (31/33) Installing py3-retrying (1.3.3-r0) 09:41:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:41:05 (33/33) Installing py3-pip (20.1.1-r0) 09:41:05 Executing busybox-1.31.1-r19.trigger 09:41:05 OK: 71 MiB in 55 packages 09:41:14 Removing intermediate container edb9d39501ab 09:41:14 ---> 82234a80caf0 09:41:14 Step 20/26 : RUN pip install docker-compose==1.23.2 09:41:14 ---> Running in a447c56e7090 09:41:15 Collecting docker-compose==1.23.2 09:41:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:41:15 Collecting PyYAML<4,>=3.10 09:41:15 Downloading PyYAML-3.13.tar.gz (270 kB) 09:41:16 Collecting docker<4.0,>=3.6.0 09:41:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:41:16 Collecting texttable<0.10,>=0.9.0 09:41:16 Downloading texttable-0.9.1.tar.gz (11 kB) 09:41:16 Collecting websocket-client<1.0,>=0.32.0 09:41:17 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 09:41:17 Collecting cached-property<2,>=1.2.0 09:41:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:41:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:41:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:41:17 Collecting docopt<0.7,>=0.6.1 09:41:17 Downloading docopt-0.6.2.tar.gz (25 kB) 09:41:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:41:17 Collecting dockerpty<0.5,>=0.4.1 09:41:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:41:18 Collecting jsonschema<3,>=2.5.1 09:41:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:41:18 Collecting docker-pycreds>=0.4.0 09:41:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:41:18 Collecting urllib3<1.25,>=1.21.1 09:41:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:41:18 Collecting idna<2.8,>=2.5 09:41:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:41:18 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) 09:41:18 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) 09:41:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:41:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:41:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:41:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:41:18 Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, docopt, dockerpty, jsonschema, docker-compose 09:41:18 Running setup.py install for PyYAML: started 09:41:19 Running setup.py install for PyYAML: finished with status 'done' 09:41:19 Attempting uninstall: urllib3 09:41:19 Found existing installation: urllib3 1.25.9 09:41:19 Uninstalling urllib3-1.25.9: 09:41:19 Successfully uninstalled urllib3-1.25.9 09:41:20 Attempting uninstall: idna 09:41:20 Found existing installation: idna 2.9 09:41:20 Uninstalling idna-2.9: 09:41:20 Successfully uninstalled idna-2.9 09:41:20 Attempting uninstall: requests 09:41:20 Found existing installation: requests 2.23.0 09:41:20 Uninstalling requests-2.23.0: 09:41:20 Successfully uninstalled requests-2.23.0 09:41:20 Running setup.py install for texttable: started 09:41:21 Running setup.py install for texttable: finished with status 'done' 09:41:21 Running setup.py install for docopt: started 09:41:21 Running setup.py install for docopt: finished with status 'done' 09:41:21 Running setup.py install for dockerpty: started 09:41:22 Running setup.py install for dockerpty: finished with status 'done' 09:41:22 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 09:41:25 Removing intermediate container a447c56e7090 09:41:25 ---> a1b84e9a59bd 09:41:25 Step 21/26 : RUN apk --no-cache add curl 09:41:25 ---> Running in db3ddf5282aa 09:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:41:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:41:26 (2/3) Installing libcurl (7.69.1-r3) 09:41:26 (3/3) Installing curl (7.69.1-r3) 09:41:26 Executing busybox-1.31.1-r19.trigger 09:41:26 OK: 72 MiB in 58 packages 09:41:26 Removing intermediate container db3ddf5282aa 09:41:26 ---> 413986be1886 09:41:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:41:27 ---> Running in b6ae9b7e078f 09:41:27 Removing intermediate container b6ae9b7e078f 09:41:27 ---> 81937659c86a 09:41:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:41:27 ---> Running in e6450e917939 09:41:27 Removing intermediate container e6450e917939 09:41:27 ---> 0f46d315cd1b 09:41:27 Step 24/26 : LABEL arch=x86_64 09:41:27 ---> Running in cc1b0e1dbf07 09:41:27 Removing intermediate container cc1b0e1dbf07 09:41:27 ---> 6b68c870f977 09:41:27 Step 25/26 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:41:27 ---> Running in 638497ab9a5f 09:41:27 Removing intermediate container 638497ab9a5f 09:41:27 ---> ab96eaac188b 09:41:27 Step 26/26 : LABEL version=0.0.0 09:41:27 ---> Running in 3a40cacf950c 09:41:28 Removing intermediate container 3a40cacf950c 09:41:28 ---> 3859a88eb79b 09:41:28 09:41:28 Successfully built 3859a88eb79b 09:41:28 Successfully tagged docker-sys-mgmt-agent-go:latest 09:41:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:41:29 $ docker stop --time=1 bef296af05ea229492594ecf69528e290d0ba1b525e72877fe6315a8623f4718 09:41:30 $ docker rm -f bef296af05ea229492594ecf69528e290d0ba1b525e72877fe6315a8623f4718 [Pipeline] // withDockerContainer [Pipeline] sh 09:41:31 + docker images 09:41:31 + grep docker 09:41:31 docker-sys-mgmt-agent-go latest 3859a88eb79b 3 seconds ago 313MB 09:41:31 docker-security-bootstrapper-go latest b53f0f4b9070 32 seconds ago 18.7MB 09:41:31 docker-security-proxy-setup-go latest 5d3e8031dade 42 seconds ago 24.7MB 09:41:31 docker-core-command-go latest 3f8eeba7ee80 45 seconds ago 17.2MB 09:41:31 docker-core-data-go latest ac67dcee9b82 About a minute ago 22.6MB 09:41:31 docker-security-secretstore-setup-go latest 90749e5bb93a About a minute ago 24.9MB 09:41:31 docker-core-metadata-go latest a3480d420560 About a minute ago 19MB 09:41:31 docker-support-notifications-go latest d31a23bf80c8 About a minute ago 17.8MB 09:41:31 docker-support-scheduler-go latest a78aaead8fc7 About a minute ago 17.3MB 09:41:31 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 09:41:47 Still waiting to schedule task 09:41:47 ‘prd-ubuntu18.04-docker-8c-8g-29507’ is offline 09:42:21 gofmt -l . 09:42:22 [ "`gofmt -l .`" = "" ] 09:42:26 ./bin/test-go-mod-tidy.sh 09:42:26 ./bin/test-attribution-txt.sh [Pipeline] sh 09:42:29 + ls -al . 09:42:29 total 768 09:42:29 drwxrwxr-x 9 1001 1001 4096 Mar 11 09:42 . 09:42:29 drwxr-xr-x 4 root root 4096 Mar 11 09:37 .. 09:42:29 -rw-rw-r-- 1 1001 1001 11 Mar 11 09:36 .dockerignore 09:42:29 drwxrwxr-x 8 1001 1001 4096 Mar 11 09:36 .git 09:42:29 drwxrwxr-x 3 1001 1001 4096 Mar 11 09:36 .github 09:42:29 -rw-rw-r-- 1 1001 1001 818 Mar 11 09:36 .gitignore 09:42:29 -rw-rw-r-- 1 1001 1001 166 Mar 11 09:36 .sonarcloud.properties 09:42:29 -rw-rw-r-- 1 1001 1001 8607 Mar 11 09:36 Attribution.txt 09:42:29 -rw-rw-r-- 1 1001 1001 3804 Mar 11 09:36 CONTRIBUTING.md 09:42:29 -rw-rw-r-- 1 1001 1001 931 Mar 11 09:36 Dockerfile.build 09:42:29 -rw-rw-r-- 1 1001 1001 863 Mar 11 09:36 Jenkinsfile 09:42:29 -rw-rw-r-- 1 1001 1001 10775 Mar 11 09:36 LICENSE 09:42:29 -rw-rw-r-- 1 1001 1001 5774 Mar 11 09:36 Makefile 09:42:29 -rw-rw-r-- 1 1001 1001 6548 Mar 11 09:36 README.md 09:42:29 -rw-rw-r-- 1 1001 1001 6755 Mar 11 09:36 SECURITY.md 09:42:29 -rw-rw-r-- 1 1001 1001 5 Mar 11 09:33 VERSION 09:42:29 -rw-rw-r-- 1 1001 1001 4131 Mar 11 09:36 ZMQWindows.md 09:42:29 drwxrwxr-x 2 1001 1001 4096 Mar 11 09:36 bin 09:42:29 drwxrwxr-x 14 1001 1001 4096 Mar 11 09:36 cmd 09:42:29 -rw-r--r-- 1 root root 628834 Mar 11 09:40 coverage.out 09:42:29 -rw-r--r-- 1 root root 1055 Mar 11 09:42 go.mod 09:42:29 -rw-r--r-- 1 root root 21981 Mar 11 09:42 go.sum 09:42:29 drwxrwxr-x 8 1001 1001 4096 Mar 11 09:36 internal 09:42:29 drwxrwxr-x 4 1001 1001 4096 Mar 11 09:36 openapi 09:42:29 drwxrwxr-x 4 1001 1001 4096 Mar 11 09:36 snap 09:42:29 -rw-rw-r-- 1 1001 1001 168 Mar 11 09:36 version.go [Pipeline] sh 09:42:30 + '[' -e coverage.out ] 09:42:30 + chown 1001:1001 coverage.out [Pipeline] stash 09:42:30 Warning: overwriting stash ‘coverage-report’ 09:42:31 Stashed 1 file(s) [Pipeline] sh 09:42:32 + make build 09:42:32 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 09:42:42 Running on prd-ubuntu18.04-docker-8c-8g-29508 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 09:42:43 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 09:42:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:42:45 using credential edgex-jenkins-ssh 09:42:45 Cloning the remote Git repository 09:42:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:42:45 > git init /w/workspace/edgex-go/3 # timeout=10 09:42:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:42:45 > git --version # timeout=10 09:42:45 > git --version # 'git version 2.17.1' 09:42:45 using GIT_SSH to set credentials SSH Credentials for GitHub 09:42:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:42:52 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:42:52 Merge succeeded, producing 9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:42:52 Checking out Revision 9f096b0d8c06001cd478bbb1c49927610bc59fd4 (PR-3250) 09:42:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:42:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:42:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:42:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:42:51 using GIT_SSH to set credentials SSH Credentials for GitHub 09:42:51 > 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 09:42:52 > git config core.sparsecheckout # timeout=10 09:42:52 > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 09:42:52 > git remote # timeout=10 09:42:52 > git config --get remote.origin.url # timeout=10 09:42:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:42:52 > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 09:42:52 > git rev-parse HEAD^{commit} # timeout=10 09:42:52 > git config core.sparsecheckout # timeout=10 09:42:52 > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 09:42:56 Commit message: "feat(command): Update CoreCommand to use re-designed profile" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:42:57 + echo snap-build.sh 09:42:57 snap-build.sh 09:42:57 + SNAP_BASE_DIR=. 09:42:57 + '[' '!' -z /w/workspace/edgex-go/3 ']' 09:42:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 09:42:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 09:42:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 09:42:57 + cd /w/workspace/edgex-go/3 09:42:57 + sudo apt-get remove -qy --purge lxd lxd-client 09:42:57 Reading package lists... 09:42:57 Building dependency tree... 09:42:57 Reading state information... 09:42:58 The following packages were automatically installed and are no longer required: 09:42:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:42:58 uidmap xdelta3 09:42:58 Use 'sudo apt autoremove' to remove them. 09:42:58 The following packages will be REMOVED: 09:42:58 lxd* lxd-client* 09:42:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:42:58 After this operation, 31.7 MB disk space will be freed. 09:42:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 09:42:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:43:00 Removing lxd dnsmasq configuration 09:43:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:43:01 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:43:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:43:02 (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.) 09:43:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:43:04 Processing triggers for systemd (237-3ubuntu10.42) ... 09:43:04 Processing triggers for ureadahead (0.100.0-21) ... 09:43:05 + sudo snap remove --purge lxd 09:43:06 snap "lxd" is not installed 09:43:06 + sudo groupadd --force --system lxd 09:43:06 ++ whoami 09:43:06 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:43:06 + newgrp - lxd 09:43:06 + sudo snap install lxd 09:43:16 2021-03-11T09:43:13Z INFO Waiting for automatic snapd restart... 09:43:17 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 09:43:21 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 09:43:27 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 09:43:29 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 09:43:34 lxd 4.12 from Canonical* installed 09:43:34 + sudo lxd init --auto 09:43:34 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 09:43:40 + sudo snap install --classic snapcraft 09:43:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:43:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:43:48 snapcraft 4.5.4 from Canonical* installed 09:43:48 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:43:48 + patch --verbose -p1 09:43:48 Hmm... Looks like a unified diff to me... 09:43:48 The text leading up to this was: 09:43:48 -------------------------- 09:43:48 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:43:48 |From: Tony Espy 09:43:48 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:43:48 |Subject: [PATCH] optimize snap build for pipeline CI check 09:43:48 | 09:43:48 |This patch is used by the EdgeX CI pipeline builds to 09:43:48 |optimize the snap CI check run for pull requests. When 09:43:48 |applied, it essentially strips out everything (apps and 09:43:48 |parts) from the snapcraft.yaml file except those required 09:43:48 |to build edgex-go, as the whole idea of the CI check is to 09:43:48 |catch changes to edgex-go that break the snap build. 09:43:48 | 09:43:48 |In general, anyone updating snapcraft.yaml will also need 09:43:48 |to update this patch file, otherwise it may fail to apply, 09:43:48 |resulting in a failed snap build CI check in the associated 09:43:48 |pull request. 09:43:48 | 09:43:48 |Note - in addition to applying this patch, the pipeline also 09:43:48 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:43:48 |need to build the finally binary .snap file (and it won't 09:43:48 |work with the patch applied). This further reduces the build 09:43:48 |time. 09:43:48 |--- 09:43:48 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:43:48 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:43:48 | 09:43:48 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:43:48 |index 1e537489..faf42425 100644 09:43:48 |--- a/snap/snapcraft.yaml 09:43:48 |+++ b/snap/snapcraft.yaml 09:43:48 -------------------------- 09:43:48 patching file snap/snapcraft.yaml 09:43:48 Using Plan A... 09:43:48 Hunk #1 succeeded at 73. 09:43:48 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 09:43:48 Hunk #3 succeeded at 217 (offset 3 lines). 09:43:48 Hunk #4 succeeded at 225 (offset 3 lines). 09:43:48 Hunk #5 succeeded at 232 (offset 3 lines). 09:43:48 Hunk #6 succeeded at 259 (offset 3 lines). 09:43:48 Hunk #7 succeeded at 293 (offset 3 lines). 09:43:48 Hunk #8 succeeded at 352 (offset 11 lines). 09:43:48 Hmm... Ignoring the trailing garbage. 09:43:48 done 09:43:48 + sudo snapcraft prime --use-lxd 09:43:49 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:43:49 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: 09:43:49 - README.md 09:43:49 - snapcraft.yaml.orig 09:43:49 09:43:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:43:50 Launching a container. 09:43:52 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 09:43:55 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 09:43:59 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 09:44:02 Waiting for container to be ready 09:44:02 To start your first instance, try: lxc launch ubuntu:18.04 09:44:02 [Pipeline] } 09:44:06 $ docker stop --time=1 f83e69fbc153c72c2a55d740bd51bb16fcd67e13499daae10ed5d25c45472637 09:44:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:44:07 Waiting for network to be ready... 09:44:07 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:44:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:44:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:44:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 09:44:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:44:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:44:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:44:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:44:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:44:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:44:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:44:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 09:44:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 09:44:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 09:44:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 09:44:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 09:44:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 09:44:08 $ docker rm -f f83e69fbc153c72c2a55d740bd51bb16fcd67e13499daae10ed5d25c45472637 09:44:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 09:44:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:44:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 09:44:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 09:44:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 09:44:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 09:44:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 09:44:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 09:44:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 09:44:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:44:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:44:10 09:44:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:44:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:44:11 latest: Pulling from edgex-devops/edgex-compose-arm64 09:44:11 29e5d40040c1: Pulling fs layer 09:44:11 1ce36da41761: Pulling fs layer 09:44:11 25b303627fd3: Pulling fs layer 09:44:12 29e5d40040c1: Download complete 09:44:12 1ce36da41761: Verifying Checksum 09:44:12 1ce36da41761: Download complete 09:44:12 29e5d40040c1: Pull complete 09:44:13 Fetched 24.0 MB in 6s (4068 kB/s) 09:44:14 1ce36da41761: Pull complete 09:44:14 25b303627fd3: Verifying Checksum 09:44:14 25b303627fd3: Download complete 09:44:14 Reading package lists... 09:44:15 Reading package lists... 09:44:15 Building dependency tree... 09:44:15 Reading state information... 09:44:15 The following additional packages will be installed: 09:44:15 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:44:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:44:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:44:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:44:15 Suggested packages: 09:44:15 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:44:15 Recommended packages: 09:44:15 gnupg libsasl2-modules 09:44:15 The following NEW packages will be installed: 09:44:15 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:44:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:44:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:44:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:44:15 The following packages will be upgraded: 09:44:15 gpg gpg-agent gpgconf libudev1 09:44:15 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 09:44:15 Need to get 3530 kB of archives. 09:44:15 After this operation, 13.3 MB of additional disk space will be used. 09:44:15 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] 09:44:15 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] 09:44:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 09:44:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 09:44:15 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:44:15 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:44:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:44:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:44:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 09:44:16 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 09:44:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 09:44:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:44:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:44:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:44:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:44:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:44:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:44:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:44:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:44:16 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:44:16 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:44:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 09:44:16 debconf: delaying package configuration, since apt-utils is not installed 09:44:16 Fetched 3530 kB in 1s (3412 kB/s) 09:44:17 (Reading database ... 12511 files and directories currently installed.) 09:44:17 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:44:17 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:44:17 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:44:17 Selecting previously unselected package udev. 09:44:17 (Reading database ... 12511 files and directories currently installed.) 09:44:17 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:44:17 Unpacking udev (237-3ubuntu10.44) ... 09:44:17 Selecting previously unselected package libfuse2:amd64. 09:44:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:44:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:44:17 Selecting previously unselected package fuse. 09:44:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:44:17 Unpacking fuse (2.9.7-1ubuntu1) ... 09:44:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 09:44:17 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:44:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 09:44:18 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:44:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 09:44:18 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:44:18 Selecting previously unselected package libksba8:amd64. 09:44:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:44:18 Unpacking libksba8:amd64 (1.3.5-2) ... 09:44:18 Selecting previously unselected package libroken18-heimdal:amd64. 09:44:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:44:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:44:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:44:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:18 Selecting previously unselected package libwind0-heimdal:amd64. 09:44:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:44:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:44:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:44:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:44:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:44:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:19 Selecting previously unselected package libsasl2-modules-db:amd64. 09:44:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:44:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:44:19 Selecting previously unselected package libsasl2-2:amd64. 09:44:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:44:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:44:19 Selecting previously unselected package libldap-common. 09:44:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 09:44:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:44:19 Selecting previously unselected package libldap-2.4-2:amd64. 09:44:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 09:44:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:44:19 Selecting previously unselected package dirmngr. 09:44:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 09:44:19 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 09:44:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:44:19 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 09:44:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:44:19 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:44:19 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:44:19 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 09:44:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:20 Setting up libksba8:amd64 (1.3.5-2) ... 09:44:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:44:20 Setting up udev (237-3ubuntu10.44) ... 09:44:20 invoke-rc.d: policy-rc.d denied execution of start. 09:44:20 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:20 Processing triggers for systemd (237-3ubuntu10) ... 09:44:20 Setting up fuse (2.9.7-1ubuntu1) ... 09:44:21 Setting up gpg (2.2.4-1ubuntu1.4) ... 09:44:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:44:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:44:21 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 09:44:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:44:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:44:21 settings in the [Install] section, and DefaultInstance for template units). 09:44:21 This means they are not meant to be enabled using systemctl. 09:44:21 Possible reasons for having this kind of units are: 09:44:21 1) A unit may be statically enabled by being symlinked from another unit's 09:44:21 .wants/ or .requires/ directory. 09:44:21 2) A unit's purpose may be to act as a helper for some other unit which has 09:44:21 a requirement dependency on it. 09:44:21 3) A unit may be started when needed via activation (socket, path, timer, 09:44:21 D-Bus, udev, scripted systemctl call, ...). 09:44:21 4) In case of template units, the unit is meant to be enabled with some 09:44:21 instance name specified. 09:44:22 Reading package lists... 09:44:22 Building dependency tree... 09:44:22 Reading state information... 09:44:22 The following additional packages will be installed: 09:44:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:44:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:44:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:44:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:44:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:44:22 Suggested packages: 09:44:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:44:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:44:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:44:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:44:22 systemd-container policykit-1 09:44:22 Recommended packages: 09:44:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:44:22 The following NEW packages will be installed: 09:44:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:44:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:44:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:44:22 multiarch-support openssh-client python3 python3-minimal python3.6 09:44:22 python3.6-minimal snapd squashfs-tools sudo 09:44:22 The following packages will be upgraded: 09:44:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:44:22 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 09:44:22 Need to get 35.2 MB of archives. 09:44:22 After this operation, 141 MB of additional disk space will be used. 09:44:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:44:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:44:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:44:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 09:44:23 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:44:23 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:44:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:44:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:44:23 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:44:23 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:44:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:44:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:44:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:44:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 09:44:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:44:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 09:44:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:44:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 09:44:23 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 09:44:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:44:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 09:44:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:44:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:44:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:44:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:44:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:44:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:44:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 09:44:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:44:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 09:44:24 25b303627fd3: Pull complete 09:44:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:44:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:44:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:44:25 prd-ubuntu18.04-docker-arm64-4c-16g-29506 does not seem to be running inside a container 09:44:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:44:25 debconf: delaying package configuration, since apt-utils is not installed 09:44:25 Fetched 35.2 MB in 2s (15.3 MB/s) 09:44:25 (Reading database ... 12757 files and directories currently installed.) 09:44:25 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:44:25 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:44:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:44:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:44:26 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:44:26 (Reading database ... 12757 files and directories currently installed.) 09:44:26 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:44:26 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:44:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:44:26 (Reading database ... 12757 files and directories currently installed.) 09:44:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:44:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:44:27 Setting up apt (1.6.12ubuntu0.2) ... 09:44:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:44:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:44:27 (Reading database ... 12764 files and directories currently installed.) 09:44:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 09:44:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 09:44:28 Selecting previously unselected package libpython3.6-minimal:amd64. 09:44:28 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:44:28 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:44:28 $ docker top 6cede65193789a360e18c4ff52f2e5a8088a74a86d2a4b2c38177e406e745379 -eo pid,comm [Pipeline] { [Pipeline] sh 09:44:29 Selecting previously unselected package libexpat1:amd64. 09:44:29 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:44:29 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:44:29 Selecting previously unselected package python3.6-minimal. 09:44:29 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:44:29 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:44:29 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 09:44:29 Checking for services that may need to be restarted...done. 09:44:29 Checking for services that may need to be restarted...done. 09:44:29 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:44:29 + docker-compose build --help 09:44:29 + grep parallel 09:44:29 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:44:29 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:44:30 Selecting previously unselected package python3-minimal. 09:44:30 (Reading database ... 13012 files and directories currently installed.) 09:44:30 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:44:30 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:44:30 Selecting previously unselected package mime-support. 09:44:30 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:44:30 Unpacking mime-support (3.60ubuntu1) ... 09:44:30 Selecting previously unselected package libmpdec2:amd64. 09:44:30 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:44:30 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:44:30 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:44:30 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:44:30 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:44:31 Selecting previously unselected package python3.6. 09:44:31 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:44:31 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:44:31 Selecting previously unselected package libpython3-stdlib:amd64. 09:44:31 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:44:31 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:44:31 Setting up python3-minimal (3.6.7-1~18.04) ... 09:44:31 Selecting previously unselected package python3. 09:44:31 (Reading database ... 13442 files and directories currently installed.) 09:44:31 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:44:31 Unpacking python3 (3.6.7-1~18.04) ... 09:44:31 Selecting previously unselected package multiarch-support. 09:44:31 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:44:31 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:44:31 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:44:31 Selecting previously unselected package liblzo2-2:amd64. 09:44:31 (Reading database ... 13479 files and directories currently installed.) 09:44:31 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:44:31 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:44:31 Selecting previously unselected package libbsd0:amd64. 09:44:31 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:44:31 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:44:31 Selecting previously unselected package sudo. 09:44:31 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 09:44:31 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 09:44:32 Selecting previously unselected package apparmor. 09:44:32 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:44:32 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:44:32 Selecting previously unselected package libedit2:amd64. 09:44:32 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:44:32 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:44:32 Selecting previously unselected package libkrb5support0:amd64. 09:44:32 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:44:32 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:44:32 Selecting previously unselected package libk5crypto3:amd64. 09:44:32 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:44:32 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:44:32 Selecting previously unselected package libkeyutils1:amd64. 09:44:32 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:44:32 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:44:32 Selecting previously unselected package libkrb5-3:amd64. 09:44:32 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:44:32 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:44:32 --parallel Build images in parallel. 09:44:32 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:44:32 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:44:32 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:44:32 Selecting previously unselected package libssl1.0.0:amd64. [Pipeline] } 09:44:33 $ docker stop --time=1 6cede65193789a360e18c4ff52f2e5a8088a74a86d2a4b2c38177e406e745379 09:44:33 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 09:44:33 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:44:33 Selecting previously unselected package openssh-client. 09:44:33 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:44:33 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:44:33 Selecting previously unselected package squashfs-tools. 09:44:33 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:44:33 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:44:33 Selecting previously unselected package snapd. 09:44:33 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 09:44:33 Unpacking snapd (2.48.3+18.04) ... 09:44:34 $ docker rm -f 6cede65193789a360e18c4ff52f2e5a8088a74a86d2a4b2c38177e406e745379 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:44:35 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:44:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:44:35 . [Pipeline] withDockerContainer 09:44:35 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:44:35 Setting up mime-support (3.60ubuntu1) ... 09:44:35 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 09:44:35 prd-ubuntu18.04-docker-arm64-4c-16g-29506 does not seem to be running inside a container 09:44:36 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 09:44:36 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:44:36 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:44:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:44:36 Setting up systemd (237-3ubuntu10.44) ... 09:44:36 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:44:37 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:44:37 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:44:37 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:44:37 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:44:37 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:44:37 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:44:37 $ docker top 58d79d42c985bb274ea9595418f92c269b5da8d76919828d01f6c69fc0749882 -eo pid,comm [Pipeline] { [Pipeline] sh 09:44:38 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:44:38 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:44:38 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:44:38 Setting up python3 (3.6.7-1~18.04) ... 09:44:38 running python rtupdate hooks for python3.6... 09:44:38 running python post-rtupdate hooks for python3.6... 09:44:38 + docker-compose -f ./docker-compose-build.yml build --parallel 09:44:38 Setting up apparmor (2.12-4ubuntu5.1) ... 09:44:40 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:44:40 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:44:40 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:44:40 Setting up snapd (2.48.3+18.04) ... 09:44:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:44:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:44:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:44:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:44:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:44:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:44:42 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:44:42 Building docker-core-command-go ... 09:44:42 Building docker-core-data-go ... 09:44:42 Building docker-core-metadata-go ... 09:44:42 Building docker-security-bootstrapper-go ... 09:44:42 Building docker-security-proxy-setup-go ... 09:44:42 Building docker-security-secretstore-setup-go ... 09:44:42 Building docker-support-notifications-go ... 09:44:42 Building docker-support-scheduler-go ... 09:44:42 Building docker-sys-mgmt-agent-go ... 09:44:42 Building docker-security-secretstore-setup-go 09:44:42 Building docker-core-command-go 09:44:42 Building docker-core-metadata-go 09:44:42 Building docker-support-notifications-go 09:44:42 Building docker-support-scheduler-go 09:44:42 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:44:43 /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' 09:44:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:44:43 Processing triggers for systemd (237-3ubuntu10.44) ... 09:44:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:44:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:44:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:44:46 Reading package lists... 09:44:46 Reading package lists... 09:44:46 Building dependency tree... 09:44:46 Reading state information... 09:44:46 Calculating upgrade... 09:44:46 The following packages will be upgraded: 09:44:46 advancecomp base-files bash binutils binutils-common 09:44:46 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:44:46 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:44:46 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 09:44:46 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 09:44:46 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 09:44:46 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 09:44:46 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 09:44:46 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 09:44:46 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 09:44:46 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 09:44:46 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 09:44:46 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 09:44:46 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 09:44:47 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 09:44:47 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:44:47 Need to get 63.8 MB of archives. 09:44:47 After this operation, 5202 kB of additional disk space will be used. 09:44:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:44:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 09:44:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:44:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:44:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:44:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:44:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:44:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:44:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:44:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:44:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:44:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:44:48 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:44:48 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:44:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:44:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:44:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:44:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:44:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:44:48 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:44:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:44:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:44:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:44:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:44:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:44:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:44:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:44:48 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:44:48 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:44:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:44:48 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:44:48 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:44:48 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:44:48 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:44:48 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:44:48 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 09:44:48 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 09:44:48 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:44:48 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] 09:44:48 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:44:48 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:44:48 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:44:48 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:44:48 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:44:48 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] 09:44:48 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:44:48 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:44:48 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:44:48 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:44:48 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 09:44:48 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:44:48 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:44:48 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:44:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:44:48 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:44:48 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:44:48 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:44:48 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:44:48 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:44:48 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:44:48 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:44:48 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:44:48 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:44:48 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:44:48 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:44:48 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:44:48 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 09:44:48 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:44:48 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:44:48 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:44:48 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 09:44:48 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:44:48 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:44:48 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:44:48 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:44:48 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 09:44:48 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:44:48 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:44:48 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:44:48 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 09:44:48 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:44:48 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:44:48 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] 09:44:48 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 09:44:48 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 09:44:48 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 09:44:48 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:44:48 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:44:48 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:44:48 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:44:49 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:44:50 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:44:50 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:44:50 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:44:50 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:44:50 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:44:50 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:44:50 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:44:50 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:44:50 debconf: delaying package configuration, since apt-utils is not installed 09:44:50 Fetched 63.8 MB in 3s (19.9 MB/s) 09:44:50 (Reading database ... 13912 files and directories currently installed.) 09:44:50 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:44:50 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:44:51 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:44:51 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:44:51 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 09:44:51 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 09:44:52 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:52 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:52 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:52 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:52 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:52 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:52 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:52 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:52 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:53 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:53 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:44:53 (Reading database ... 13911 files and directories currently installed.) 09:44:53 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:53 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:44:53 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:44:53 (Reading database ... 13911 files and directories currently installed.) 09:44:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:44:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:44:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:44:54 (Reading database ... 13911 files and directories currently installed.) 09:44:54 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:44:54 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:44:55 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:44:55 (Reading database ... 13911 files and directories currently installed.) 09:44:55 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:44:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:44:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:44:55 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:44:55 Setting up base-files (10.1ubuntu2.10) ... 09:44:55 Installing new version of config file /etc/issue ... 09:44:55 Installing new version of config file /etc/issue.net ... 09:44:55 Installing new version of config file /etc/lsb-release ... 09:44:55 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:44:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:44:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:44:56 Removing obsolete conffile /etc/default/motd-news ... 09:44:56 (Reading database ... 13912 files and directories currently installed.) 09:44:56 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:44:56 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:44:56 Setting up bash (4.4.18-2ubuntu1.2) ... 09:44:56 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 09:44:56 (Reading database ... 13912 files and directories currently installed.) 09:44:56 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:44:56 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:44:56 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:44:56 (Reading database ... 13912 files and directories currently installed.) 09:44:56 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:44:56 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:44:56 Setting up tar (1.29b-2ubuntu0.2) ... 09:44:57 (Reading database ... 13912 files and directories currently installed.) 09:44:57 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:44:57 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:44:57 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:44:57 (Reading database ... 13912 files and directories currently installed.) 09:44:57 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:44:57 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:44:57 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:44:57 (Reading database ... 13912 files and directories currently installed.) 09:44:57 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:44:57 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:44:57 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:44:57 (Reading database ... 13912 files and directories currently installed.) 09:44:57 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:44:57 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:44:58 Setting up grep (3.1-2build1) ... 09:44:58 (Reading database ... 13912 files and directories currently installed.) 09:44:58 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:44:58 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:44:58 Setting up login (1:4.5-1ubuntu2) ... 09:44:58 (Reading database ... 13912 files and directories currently installed.) 09:44:58 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:44:58 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:44:58 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:44:58 (Reading database ... 13912 files and directories currently installed.) 09:44:58 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:44:59 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:44:59 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:44:59 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:44:59 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:44:59 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:45:00 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:45:00 (Reading database ... 13912 files and directories currently installed.) 09:45:00 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:45:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:45:01 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:45:01 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:45:01 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:45:01 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:45:01 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:45:01 (Reading database ... 13912 files and directories currently installed.) 09:45:01 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:45:02 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:45:02 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:45:02 (Reading database ... 13912 files and directories currently installed.) 09:45:02 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:02 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:02 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:02 (Reading database ... 13912 files and directories currently installed.) 09:45:02 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:02 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:02 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:02 (Reading database ... 13912 files and directories currently installed.) 09:45:02 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:02 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:02 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:03 (Reading database ... 13912 files and directories currently installed.) 09:45:03 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:03 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:03 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:03 (Reading database ... 13912 files and directories currently installed.) 09:45:03 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:45:03 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:03 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:45:03 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:03 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:45:03 (Reading database ... 13912 files and directories currently installed.) 09:45:03 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:45:03 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:03 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:45:03 (Reading database ... 13912 files and directories currently installed.) 09:45:03 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:03 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:04 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:04 (Reading database ... 13912 files and directories currently installed.) 09:45:04 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:04 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:04 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:45:04 (Reading database ... 13912 files and directories currently installed.) 09:45:04 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:04 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:05 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:45:05 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:45:05 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:45:05 (Reading database ... 13912 files and directories currently installed.) 09:45:05 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:45:05 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:45:06 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:45:06 (Reading database ... 13912 files and directories currently installed.) 09:45:06 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:45:06 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:06 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:45:06 (Reading database ... 13914 files and directories currently installed.) 09:45:06 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:45:06 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:45:06 Setting up debconf (1.5.66ubuntu1) ... 09:45:07 (Reading database ... 13914 files and directories currently installed.) 09:45:07 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 09:45:07 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:45:07 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 09:45:07 (Reading database ... 13914 files and directories currently installed.) 09:45:07 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 09:45:07 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:45:07 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 09:45:07 (Reading database ... 13914 files and directories currently installed.) 09:45:07 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:45:07 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:45:07 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:45:08 (Reading database ... 13914 files and directories currently installed.) 09:45:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:45:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:45:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:45:08 (Reading database ... 13914 files and directories currently installed.) 09:45:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:45:08 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:45:08 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:45:08 (Reading database ... 13914 files and directories currently installed.) 09:45:08 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:08 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:08 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:45:08 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:45:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:45:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:45:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:45:09 (Reading database ... 13914 files and directories currently installed.) 09:45:09 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:45:09 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:45:09 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:45:09 (Reading database ... 13914 files and directories currently installed.) 09:45:09 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:45:09 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:45:09 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:45:10 (Reading database ... 13914 files and directories currently installed.) 09:45:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:45:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:45:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:45:11 (Reading database ... 13914 files and directories currently installed.) 09:45:11 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 09:45:11 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 09:45:11 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 09:45:11 (Reading database ... 13914 files and directories currently installed.) 09:45:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:45:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:45:11 Setting up passwd (1:4.5-1ubuntu2) ... 09:45:11 (Reading database ... 13914 files and directories currently installed.) 09:45:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 09:45:11 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:45:12 Setting up gpgv (2.2.4-1ubuntu1.4) ... 09:45:12 (Reading database ... 13914 files and directories currently installed.) 09:45:12 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:45:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:45:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:45:12 (Reading database ... 13914 files and directories currently installed.) 09:45:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:45:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:45:12 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:45:12 (Reading database ... 13914 files and directories currently installed.) 09:45:12 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:45:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:45:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:45:13 (Reading database ... 13914 files and directories currently installed.) 09:45:13 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:45:13 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:45:13 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:45:13 (Reading database ... 13914 files and directories currently installed.) 09:45:13 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:45:13 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:45:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:45:13 (Reading database ... 13914 files and directories currently installed.) 09:45:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:45:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:45:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:45:13 (Reading database ... 13915 files and directories currently installed.) 09:45:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:45:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:45:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:45:14 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:45:14 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 09:45:14 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 09:45:14 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 09:45:14 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 09:45:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:45:15 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:45:15 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:45:15 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:45:15 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:45:15 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:45:15 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:45:15 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:45:15 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:45:15 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:45:15 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:45:15 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:45:15 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:45:15 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:45:16 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 09:45:16 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 09:45:17 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:45:17 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:45:17 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:45:17 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:45:17 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:45:17 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:45:17 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:45:17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:45:18 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:45:18 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:45:18 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:45:18 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:45:18 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:18 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:18 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:18 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:19 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:19 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:20 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:20 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:21 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:21 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:22 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:45:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:45:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:45:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:45:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:45:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:45:23 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:45:24 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:45:24 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:45:24 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:45:24 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:45:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:45:24 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:45:24 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:45:24 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:45:24 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:45:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:45:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:45:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:45:24 Setting up tzdata (2021a-0ubuntu0.18.04) ... 09:45:25 09:45:25 Current default time zone: 'Etc/UTC' 09:45:25 Local time is now: Thu Mar 11 09:45:24 UTC 2021. 09:45:25 Universal Time is now: Thu Mar 11 09:45:24 UTC 2021. 09:45:25 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:45:25 09:45:25 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:45:25 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:25 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 09:45:25 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:45:25 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:45:25 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:45:25 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:45:25 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:45:25 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:45:25 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:45:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:45:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:45:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 09:45:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:25 Setting up patch (2.7.6-2ubuntu1.1) ... 09:45:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:45:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:45:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 09:45:25 Installing new version of config file /etc/ssl/openssl.cnf ... 09:45:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:45:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:45:25 Setting up ca-certificates (20210119~18.04.1) ... 09:45:27 Updating certificates in /etc/ssl/certs... 09:45:28 23 added, 27 removed; done. 09:45:28 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:45:28 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:28 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:45:28 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:45:28 Setting up pkgbinarymangler (138.18.04.1) ... 09:45:28 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:45:28 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 09:45:28 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:45:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:45:28 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:45:28 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:45:28 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:45:29 Setting up perl (5.26.1-6ubuntu0.5) ... 09:45:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 09:45:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:45:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:45:29 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 09:45:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:45:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:45:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:45:29 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:45:29 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:45:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:45:29 Processing triggers for systemd (237-3ubuntu10.44) ... 09:45:29 Processing triggers for mime-support (3.60ubuntu1) ... 09:45:29 Processing triggers for ca-certificates (20210119~18.04.1) ... 09:45:29 Updating certificates in /etc/ssl/certs... 09:45:30 0 added, 0 removed; done. 09:45:30 Running hooks in /etc/ca-certificates/update.d... 09:45:30 done. 09:45:31 Reading package lists... 09:45:31 Building dependency tree... 09:45:31 Reading state information... 09:45:31 The following NEW packages will be installed: 09:45:31 apt-transport-https 09:45:31 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:45:31 Need to get 1696 B of archives. 09:45:31 After this operation, 153 kB of additional disk space will be used. 09:45:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:45:31 debconf: delaying package configuration, since apt-utils is not installed 09:45:31 Fetched 1696 B in 0s (39.8 kB/s) 09:45:31 Selecting previously unselected package apt-transport-https. 09:45:31 (Reading database ... 13920 files and directories currently installed.) 09:45:31 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:45:31 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:45:32 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:45:32 Waiting for network to be ready... 09:45:38 2021-03-11T09:45:36Z INFO Waiting for automatic snapd restart... 09:45:39 snapd 2.49 from Canonical* installed 09:45:40 "snapd" switched to the "latest/stable" channel 09:45:40 09:45:45 core18 20210128 from Canonical* installed 09:45:45 "core18" switched to the "latest/stable" channel 09:45:45 09:45:51 snapcraft 4.5.4 from Canonical* installed 09:45:51 "snapcraft" switched to the "latest/stable" channel 09:45:51 09:45:55 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: 09:45:55 - README.md 09:45:55 - snapcraft.yaml.orig 09:45:55 09:45:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:46:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:46:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:46:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:46:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:46:03 Reading package lists... 09:46:04 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 09:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:46:04 ---> ddbba45a296b 09:46:04 Step 3/23 : WORKDIR /edgex-go 09:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:46:04 ---> ddbba45a296b 09:46:04 Step 3/23 : WORKDIR /edgex-go 09:46:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:46:04 ---> ddbba45a296b 09:46:04 Step 3/22 : WORKDIR /edgex-go 09:46:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:46:04 ---> ddbba45a296b 09:46:04 Step 3/24 : WORKDIR /edgex-go 09:46:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:46:04 ---> ddbba45a296b 09:46:04 Step 3/22 : WORKDIR /edgex-go 09:46:04 ---> Running in 372d611af0b6 09:46:04 ---> Running in b80e3758a088 09:46:04 ---> Running in b8148c1620d8 09:46:04 ---> Running in fa93585603b1 09:46:04 ---> Running in 03efc391e730 09:46:04 Removing intermediate container b8148c1620d8 09:46:04 ---> 78838c63fa15 09:46:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:04 Removing intermediate container fa93585603b1 09:46:04 ---> 02f0c63d58e0 09:46:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:04 Removing intermediate container 372d611af0b6 09:46:04 ---> 7b6829c9158a 09:46:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:04 Removing intermediate container b80e3758a088 09:46:04 ---> 287e1107bc4e 09:46:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:04 Removing intermediate container 03efc391e730 09:46:04 ---> e5d33d44df6b 09:46:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:04 ---> Running in 462b75cab426 09:46:04 ---> Running in 04e6a44ac1d5 09:46:04 ---> Running in a2ce42c3abaa 09:46:04 ---> Running in f3013c7ebfa4 09:46:04 ---> Running in f18ba7ce4437 09:46:04 Removing intermediate container 04e6a44ac1d5 09:46:04 ---> 8abac1d5d588 09:46:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:46:04 Removing intermediate container 462b75cab426 09:46:04 ---> e451f36bc20f 09:46:04 Step 5/22 : RUN apk add --update --no-cache make git ---> Running in 448b4497c690 09:46:04 09:46:04 Removing intermediate container a2ce42c3abaa 09:46:04 ---> 97bd919302ed 09:46:04 Step 5/24 : RUN apk add --update --no-cache make git 09:46:04 ---> Running in daf832881bb2 09:46:04 ---> Running in 4af07bee7b6d 09:46:04 Removing intermediate container f18ba7ce4437 09:46:04 ---> f0c304b68025 09:46:04 Step 5/23 : RUN apk add --update --no-cache make git 09:46:04 Removing intermediate container f3013c7ebfa4 09:46:04 ---> 7e2161c77fb7 09:46:04 Step 5/23 : RUN apk add --update --no-cache make git 09:46:04 ---> Running in d37c68926a33 09:46:04 ---> Running in 3e1aab45ebd1 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:04 OK: 217 MiB in 51 packages 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:04 OK: 217 MiB in 51 packages 09:46:04 OK: 217 MiB in 51 packages 09:46:04 OK: 217 MiB in 51 packages 09:46:04 OK: 217 MiB in 51 packages 09:46:05 Removing intermediate container 448b4497c690 09:46:05 ---> 4dbe6959ae4d 09:46:05 Step 6/22 : COPY go.mod . 09:46:06 Removing intermediate container daf832881bb2 09:46:06 ---> 281039751c23 09:46:06 Step 6/22 : COPY go.mod . 09:46:06 Removing intermediate container 4af07bee7b6d 09:46:06 ---> c1b596d492b1 09:46:06 Step 6/24 : COPY go.mod . 09:46:06 ---> 83cd5194f60f 09:46:06 Step 7/22 : RUN go mod download 09:46:06 Removing intermediate container d37c68926a33 09:46:06 ---> 17cc27a9ebc4 09:46:06 Step 6/23 : COPY go.mod . 09:46:06 ---> Running in 9621f9f12683 09:46:06 Removing intermediate container 3e1aab45ebd1 09:46:06 ---> e61e83f203f9 09:46:06 Step 6/23 : COPY go.mod . 09:46:07 ---> af06c44cc761 09:46:07 Step 7/22 : RUN go mod download 09:46:07 ---> d13982b9fe03 09:46:07 Step 7/24 : RUN go mod download 09:46:07 ---> Running in 65b34bac7699 09:46:07 ---> Running in 0086fa7979f3 09:46:07 ---> 78ceaa3b419c 09:46:07 Step 7/23 : RUN go mod download 09:46:07 ---> 7bf10bb7834a 09:46:07 Step 7/23 : RUN go mod download 09:46:08 ---> Running in c434a6f6c7d5 09:46:08 ---> Running in ad3b2c66ac66 09:46:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:46:10 Reading package lists... 09:46:10 Building dependency tree... 09:46:10 Reading state information... 09:46:10 Suggested packages: 09:46:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:46:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:46:10 Recommended packages: 09:46:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:46:10 The following NEW packages will be installed: 09:46:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:46:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:46:10 pkg-config zip 09:46:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:46:10 Need to get 7658 kB of archives. 09:46:10 After this operation, 43.8 MB of additional disk space will be used. 09:46:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 09:46:10 Removing intermediate container 9621f9f12683 09:46:10 ---> a5e11925448a 09:46:10 Step 8/22 : COPY . . 09:46:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:46:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 09:46:11 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:46:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 09:46:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:46:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:46:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:46:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:46:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:46:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:46:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:46:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:46:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:46:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:46:11 Removing intermediate container 65b34bac7699 09:46:11 ---> 07ff65fb4cfb 09:46:11 Step 8/22 : COPY . . 09:46:11 debconf: delaying package configuration, since apt-utils is not installed 09:46:11 Fetched 7658 kB in 1s (8508 kB/s) 09:46:12 Selecting previously unselected package libglib2.0-0:amd64. 09:46:12 (Reading database ... 13924 files and directories currently installed.) 09:46:12 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 09:46:12 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 09:46:12 Selecting previously unselected package libpsl5:amd64. 09:46:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:46:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:46:12 Selecting previously unselected package libnghttp2-14:amd64. 09:46:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:46:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:46:12 Selecting previously unselected package librtmp1:amd64. 09:46:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:46:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:46:12 Selecting previously unselected package libcurl3-gnutls:amd64. 09:46:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:46:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:46:12 Selecting previously unselected package liberror-perl. 09:46:12 Removing intermediate container 0086fa7979f3 09:46:12 ---> 1faaa1042a25 09:46:12 Step 8/24 : COPY . . 09:46:12 Removing intermediate container c434a6f6c7d5 09:46:12 ---> 4538b0fd48dd 09:46:12 Step 8/23 : COPY . . 09:46:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:46:12 Unpacking liberror-perl (0.17025-1) ... 09:46:12 Selecting previously unselected package git-man. 09:46:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 09:46:12 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 09:46:13 Selecting previously unselected package git. 09:46:13 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 09:46:13 Unpacking git (1:2.17.1-1ubuntu0.8) ... 09:46:13 Removing intermediate container ad3b2c66ac66 09:46:13 ---> 3c1a1da1fc77 09:46:13 Step 8/23 : COPY . . 09:46:14 Selecting previously unselected package libnorm1:amd64. 09:46:14 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:46:14 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:46:14 Selecting previously unselected package libpgm-5.2-0:amd64. 09:46:14 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:46:14 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:46:14 Selecting previously unselected package libsodium23:amd64. 09:46:14 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:46:14 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:46:14 Selecting previously unselected package libzmq5:amd64. 09:46:14 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:46:14 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:46:14 Selecting previously unselected package libzmq3-dev:amd64. 09:46:14 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:46:14 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:46:14 Selecting previously unselected package pkg-config. 09:46:14 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:46:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:46:14 Selecting previously unselected package zip. 09:46:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:46:14 Unpacking zip (3.0-11build1) ... 09:46:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:46:14 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 09:46:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:46:14 Setting up liberror-perl (0.17025-1) ... 09:46:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:46:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 09:46:14 No schema files found: doing nothing. 09:46:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:46:15 Setting up zip (3.0-11build1) ... 09:46:15 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:46:15 Setting up libsodium23:amd64 (1.0.16-2) ... 09:46:15 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:46:15 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:46:15 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:46:15 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:46:15 Setting up git (1:2.17.1-1ubuntu0.8) ... 09:46:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:46:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:46:22 git set to automatically installed. 09:46:22 git-man set to automatically installed. 09:46:22 libcurl3-gnutls set to automatically installed. 09:46:22 liberror-perl set to automatically installed. 09:46:22 libglib2.0-0 set to automatically installed. 09:46:22 libnghttp2-14 set to automatically installed. 09:46:22 libnorm1 set to automatically installed. 09:46:22 libpgm-5.2-0 set to automatically installed. 09:46:22 libpsl5 set to automatically installed. 09:46:22 librtmp1 set to automatically installed. 09:46:22 libsodium23 set to automatically installed. 09:46:22 libzmq3-dev set to automatically installed. 09:46:22 libzmq5 set to automatically installed. 09:46:22 pkg-config set to automatically installed. 09:46:22 zip set to automatically installed. 09:46:24 snapd is not logged in, snap install commands will use sudo 09:46:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:46:31 snap "core18" has no updates available 09:46:32 Pulling config-common 09:46:32 + snapcraftctl pull 09:46:33 Pulling go-build-helper 09:46:33 + snapcraftctl pull 09:46:35 ---> 621f50b555f0 09:46:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:46:35 ---> Running in 023e8fd4e311 09:46:35 ---> 29c0e9d12ddf 09:46:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:46:35 ---> fd380d3e6432 09:46:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:46:35 ---> d3a9d7f103c7 09:46:35 Step 9/23 : RUN make cmd/core-command/core-command 09:46:35 ---> d2cc3ea8195d 09:46:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:46:35 ---> Running in efabc85096f7 09:46:35 ---> Running in 4741f9145b0a 09:46:35 ---> Running in 966dee3e9247 09:46:35 ---> Running in fdc14150734f 09:46:36 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 09:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:46:38 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 09:47:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:47:00 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:47:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 09:47:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 09:47:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 09:47:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 09:47:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 09:47:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 09:47:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 09:47:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 09:47:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:47:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:47:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:47:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:47:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:47:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:47:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:47:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:47:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:47:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 09:47:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 09:47:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 09:47:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 09:47:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 09:47:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 09:47:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 09:47:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 09:47:00 Fetched 24.0 MB in 0s (0 B/s) 09:47:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:47:00 Fetched 96.5 kB in 0s (0 B/s) 09:47:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:47:00 Fetched 279 kB in 0s (0 B/s) 09:47:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:47:00 Fetched 122 kB in 0s (0 B/s) 09:47:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:47:00 Fetched 77.8 kB in 0s (0 B/s) 09:47:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:47:00 Fetched 8848 B in 0s (0 B/s) 09:47:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:47:00 Fetched 47.8 kB in 0s (0 B/s) 09:47:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:47:00 Fetched 45.6 kB in 0s (0 B/s) 09:47:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:47:00 Fetched 15.0 kB in 0s (0 B/s) 09:47:00 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:47:00 Fetched 214 kB in 0s (0 B/s) 09:47:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 09:47:00 Fetched 154 kB in 0s (0 B/s) 09:47:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:47:00 Fetched 50.6 kB in 0s (0 B/s) 09:47:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:47:00 Fetched 14.8 kB in 0s (0 B/s) 09:47:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:47:00 Fetched 41.8 kB in 0s (0 B/s) 09:47:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:47:00 Fetched 499 kB in 0s (0 B/s) 09:47:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:47:00 Fetched 111 kB in 0s (0 B/s) 09:47:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:47:00 Fetched 240 kB in 0s (0 B/s) 09:47:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:47:00 Fetched 29.3 kB in 0s (0 B/s) 09:47:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:47:00 Fetched 85.5 kB in 0s (0 B/s) 09:47:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:47:00 Fetched 24.5 kB in 0s (0 B/s) 09:47:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:47:00 Fetched 49.2 kB in 0s (0 B/s) 09:47:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:47:00 Fetched 54.2 kB in 0s (0 B/s) 09:47:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:47:00 Fetched 30.8 kB in 0s (0 B/s) 09:47:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 09:47:00 Fetched 15.8 kB in 0s (0 B/s) 09:47:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:47:00 Fetched 85.9 kB in 0s (0 B/s) 09:47:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:47:00 Fetched 8720 B in 0s (0 B/s) 09:47:00 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:47:00 Fetched 137 kB in 0s (0 B/s) 09:47:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:47:00 Fetched 119 kB in 0s (0 B/s) 09:47:00 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:47:00 Fetched 109 kB in 0s (0 B/s) 09:47:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:47:00 Fetched 11.1 kB in 0s (0 B/s) 09:47:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:47:00 Fetched 645 kB in 0s (0 B/s) 09:47:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:47:00 Fetched 41.3 kB in 0s (0 B/s) 09:47:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:47:00 Fetched 17.9 kB in 0s (0 B/s) 09:47:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:47:00 Fetched 368 kB in 0s (0 B/s) 09:47:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:47:00 Fetched 187 kB in 0s (0 B/s) 09:47:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:47:00 Fetched 175 kB in 0s (0 B/s) 09:47:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:47:01 Fetched 206 kB in 0s (0 B/s) 09:47:01 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 09:47:01 Fetched 1301 kB in 0s (0 B/s) 09:47:01 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:47:01 Fetched 36.2 kB in 0s (0 B/s) 09:47:01 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:47:01 Fetched 159 kB in 0s (0 B/s) 09:47:01 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:47:01 Fetched 107 kB in 0s (0 B/s) 09:47:01 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:47:01 Fetched 48.7 kB in 0s (0 B/s) 09:47:01 Pulling static-packages 09:47:01 + snapcraftctl pull 09:47:03 'go115' has dependencies that need to be staged: static-packages go-build-helper 09:47:03 Skipping pull go-build-helper (already ran) 09:47:03 Skipping pull static-packages (already ran) 09:47:03 Building go-build-helper 09:47:03 + snapcraftctl build 09:47:07 Building static-packages 09:47:07 + snapcraftctl build 09:47:10 Staging go-build-helper 09:47:10 + snapcraftctl stage 09:47:11 Staging static-packages 09:47:11 + snapcraftctl stage 09:47:13 Pulling go115 09:47:13 + snapcraftctl pull 09:47:14 'edgex-go' has dependencies that need to be staged: go115 09:47:14 Skipping pull go115 (already ran) 09:47:14 Building go115 09:47:14 + dpkg --print-architecture 09:47:14 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 09:47:14 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 09:47:14 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 09:47:14 % Total % Received % Xferd Average Speed Time Time Time Current 09:47:14 Dload Upload Total Spent Left Speed 09:47:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 2239k 0 0 7670k 0 0:00:15 --:--:-- 0:00:15 7644k 28 115M 28 33.2M 0 0 25.7M 0 0:00:04 0:00:01 0:00:03 25.7M 58 115M 58 67.7M 0 0 29.6M 0 0:00:03 0:00:02 0:00:01 29.6M 92 115M 92 106M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M 100 115M 100 115M 0 0 31.3M 0 0:00:03 0:00:03 --:--:-- 31.3M 09:47:18 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 09:47:18 + sha256sum -c sha256 09:47:18 + grep OK 09:47:19 go1.15.2.linux-amd64.tar.gz: OK 09:47:19 + mkdir -p /root/stage/go1.15 09:47:19 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 09:47:24 Staging go115 09:47:24 + snapcraftctl stage 09:47:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:47:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:47:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:47:31 Fetched 0 B in 0s (0 B/s) 09:47:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:47:31 Fetched 224 kB in 0s (0 B/s) 09:47:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:47:31 Fetched 157 kB in 0s (0 B/s) 09:47:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:47:31 Fetched 221 kB in 0s (0 B/s) 09:47:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:47:31 Fetched 143 kB in 0s (0 B/s) 09:47:31 Pulling edgex-go 09:47:31 + snapcraftctl pull 09:47:33 Pulling version 09:47:33 + cd /root/project 09:47:33 + [ -f VERSION ] 09:47:33 + PROJECT_VERSION=local-dev 09:47:33 + git rev-parse --short HEAD 09:47:33 + GIT_REVISION=9f096b0d 09:47:33 + snapcraftctl set-version local-dev 09:47:34 Building config-common 09:47:34 + snapcraftctl build 09:47:37 Skipping build go-build-helper (already ran) 09:47:37 Skipping build static-packages (already ran) 09:47:37 Skipping build go115 (already ran) 09:47:37 Building edgex-go 09:47:38 + 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 09:47:38 + cd /root/parts/edgex-go/src 09:47:38 + make build 09:47:38 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 09:47:39 go: downloading github.com/gorilla/mux v1.8.0 09:47:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 09:47:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 09:47:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 09:47:39 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:47:39 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:47:39 go: downloading github.com/google/uuid v1.2.0 09:47:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 09:47:39 go: downloading github.com/x448/float16 v0.8.4 09:47:39 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 09:47:39 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:47:39 go: downloading github.com/pkg/errors v0.8.1 09:47:39 go: downloading github.com/go-kit/kit v0.8.0 09:47:39 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:47:39 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 09:47:39 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:47:39 go: downloading github.com/pebbe/zmq4 v1.2.5 09:47:39 go: downloading github.com/pelletier/go-toml v1.2.0 09:47:39 go: downloading github.com/hashicorp/consul/api v1.8.1 09:47:39 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 09:47:39 go: downloading github.com/imdario/mergo v0.3.12 09:47:39 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:47:39 go: downloading github.com/BurntSushi/toml v0.3.1 09:47:39 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:47:39 go: downloading github.com/leodido/go-urn v1.2.0 09:47:39 go: downloading github.com/go-playground/universal-translator v0.17.0 09:47:39 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 09:47:39 go: downloading github.com/hashicorp/serf v0.9.5 09:47:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:47:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:47:39 go: downloading github.com/hashicorp/go-hclog v0.12.0 09:47:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:47:39 go: downloading github.com/gorilla/websocket v1.4.2 09:47:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:47:40 go: downloading github.com/mitchellh/copystructure v1.0.0 09:47:40 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:47:40 go: downloading github.com/go-playground/locales v0.13.0 09:47:40 go: downloading github.com/mattn/go-isatty v0.0.12 09:47:40 go: downloading github.com/fatih/color v1.9.0 09:47:40 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:47:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:47:41 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 09:47:41 go: downloading github.com/mattn/go-colorable v0.1.6 09:47:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:47:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:47:49 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 09:47:49 go: downloading gopkg.in/yaml.v2 v2.4.0 09:47:56 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 09:47: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 09:47:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:47:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:47:59 go: downloading github.com/stretchr/testify v1.7.0 09:47:59 go: downloading github.com/davecgh/go-spew v1.1.1 09:47:59 go: downloading github.com/pmezard/go-difflib v1.0.0 09:47:59 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:48:01 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 09:48:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:48:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:48:03 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 09:48:04 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 09:48:04 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 09:48:05 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 09:48: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 09:48:07 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:48:08 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 09:48:08 go: downloading github.com/lib/pq v1.9.0 09:48:10 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 09:48:10 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 09:48:10 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 09:48:10 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 09:48:10 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 09:48:10 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 09:48:10 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 09:48:10 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 09:48:10 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 09:48:10 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 09:48:10 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 09:48:10 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 09:48:10 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 09:48:10 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 09:48:10 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 09:48:10 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 09:48:10 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 09:48:10 + 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 09:48:10 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 09:48:10 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 09:48:10 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 09:48:10 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 09:48:10 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 09:48:10 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 09:48:10 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 09:48:12 Building version 09:48:12 + snapcraftctl build 09:48:15 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 09:48:16 Staging config-common 09:48:16 + snapcraftctl stage 09:48:16 Skipping stage go-build-helper (already ran) 09:48:16 Skipping stage static-packages (already ran) 09:48:16 Skipping stage go115 (already ran) 09:48:16 Staging edgex-go 09:48:16 + snapcraftctl stage 09:48:16 Removing intermediate container efabc85096f7 09:48:16 ---> b4b90b91a35e 09:48:16 09:48:16 Step 10/24 : FROM alpine:3.12 09:48:16 3.12: Pulling from library/alpine 09:48:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:48:18 Status: Downloaded newer image for alpine:3.12 09:48:18 ---> d10569e2745f 09:48:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:48:18 ---> Running in 4b206a908c8b 09:48:18 Staging version 09:48:18 + snapcraftctl stage 09:48:19 Priming config-common 09:48:19 + snapcraftctl prime 09:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:48:20 Priming go-build-helper 09:48:20 + snapcraftctl prime 09:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:48:21 (1/5) Installing ca-certificates (20191127-r4) 09:48:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:48:21 (3/5) Installing libcurl (7.69.1-r3) 09:48:21 (4/5) Installing curl (7.69.1-r3) 09:48:21 (5/5) Installing dumb-init (1.2.2-r1) 09:48:21 Executing busybox-1.31.1-r19.trigger 09:48:21 Executing ca-certificates-20191127-r4.trigger 09:48:22 Priming static-packages 09:48:22 + snapcraftctl prime 09:48:22 OK: 7 MiB in 19 packages 09:48:24 Priming go115 09:48:24 + snapcraftctl prime 09:48:25 Removing intermediate container 4b206a908c8b 09:48:25 ---> d7cb25f88cae 09:48:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:48:25 ---> Running in fe48e9131f0a 09:48:25 Removing intermediate container fe48e9131f0a 09:48:25 ---> f1414518f83b 09:48:25 Step 13/24 : WORKDIR / 09:48:26 Priming edgex-go 09:48:26 + snapcraftctl prime 09:48:26 ---> Running in 9132ec3fdcd4 09:48:27 Removing intermediate container 9132ec3fdcd4 09:48:27 ---> 0eba9c05825d 09:48:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:48:27 Priming version 09:48:27 + snapcraftctl prime 09:48:28 ---> 037484ba85c8 09:48:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:48:28 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 09:48:29 ---> f4403eca8a71 09:48:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:48:30 ---> bf90732bb602 09:48:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:48:32 ---> 02c0847d8910 09:48:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:48:36 ---> 5494d87a4bf9 09:48:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:48:37 ---> 718dfee77c79 09:48:37 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/ 09:48:38 ---> Running in f1e7f7b471eb 09:48:39 Removing intermediate container 023e8fd4e311 09:48:39 ---> 16a4e04ebaab 09:48:39 09:48:39 Step 10/22 : FROM alpine:3.12 09:48:39 ---> d10569e2745f 09:48:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:48:40 ---> Running in 5aaffe70f227 09:48:40 Removing intermediate container 4741f9145b0a 09:48:40 ---> d74aafc1be4b 09:48:40 09:48:40 Step 10/22 : FROM alpine:3.12 09:48:40 ---> d10569e2745f 09:48:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:48:41 ---> Running in db43cf1938fe 09:48:41 Removing intermediate container fdc14150734f 09:48:41 ---> 491ba399527d 09:48:41 09:48:41 Step 10/23 : FROM alpine:3.12 09:48:41 ---> d10569e2745f 09:48:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:48:41 ---> Running in b5a33b79bd41 09:48:42 Removing intermediate container f1e7f7b471eb 09:48:42 ---> 544543f0e8ea 09:48:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:48:42 ---> Running in f8e1338bb21c 09:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:48:43 Removing intermediate container f8e1338bb21c 09:48:43 ---> be5d8af6335c 09:48:43 Step 22/24 : LABEL arch=arm64 09:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:48:43 (1/2) Installing ca-certificates (20191127-r4) 09:48:43 ---> Running in 3b0cdc3019ff 09:48:43 (2/2) Installing dumb-init (1.2.2-r1) 09:48:43 Executing busybox-1.31.1-r19.trigger 09:48:43 Executing ca-certificates-20191127-r4.trigger 09:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:48:44 (1/1) Installing dumb-init (1.2.2-r1) 09:48:44 Executing busybox-1.31.1-r19.trigger 09:48:44 OK: 5 MiB in 15 packages 09:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:48:44 OK: 6 MiB in 16 packages 09:48:44 Removing intermediate container 3b0cdc3019ff 09:48:44 ---> 3adda340b132 09:48:44 Step 23/24 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:48:44 (1/1) Installing dumb-init (1.2.2-r1) 09:48:44 Executing busybox-1.31.1-r19.trigger 09:48:45 OK: 5 MiB in 15 packages 09:48:45 ---> Running in ff294a1bdd44 09:48:46 Removing intermediate container ff294a1bdd44 09:48:46 ---> e28c6f77bf40 09:48:46 Step 24/24 : LABEL version=0.0.0 09:48:46 ---> Running in 3d619cc0c0df 09:48:46 Removing intermediate container db43cf1938fe 09:48:46 ---> 3b40b1b6d22a 09:48:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:48:46 Removing intermediate container 5aaffe70f227 09:48:46 ---> 0edc001518af 09:48:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:48:47 ---> Running in ffb6abbd53f4 09:48:47 ---> Running in e72cbf362c89 09:48:47 Removing intermediate container b5a33b79bd41 09:48:47 ---> 92c5ce04d57e 09:48:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:48:47 Removing intermediate container 3d619cc0c0df 09:48:47 ---> 10984ff72f7c 09:48:47 09:48:47 ---> Running in d1b5884a11e8 09:48:48 Removing intermediate container ffb6abbd53f4 09:48:48 ---> 08ccc5644536 09:48:48 Step 13/22 : ENV APP_PORT=48085 09:48:48 Successfully built 10984ff72f7c 09:48:48 Removing intermediate container 966dee3e9247 09:48:48 ---> 8dc03e47d783 09:48:48 09:48:48 Step 10/23 : FROM alpine:3.12 09:48:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:48:48 ---> d10569e2745f 09:48:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:48:48 ---> Using cache 09:48:48 ---> 92c5ce04d57e 09:48:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:48:48  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 09:48:48 ---> Running in 5543eb30b972 09:48:48 Removing intermediate container e72cbf362c89 09:48:48 ---> 5d99a7aa8dd6 09:48:48 Step 13/22 : ENV APP_PORT=48060 09:48:48 ---> Running in 4dee7a2cafdd 09:48:48 Removing intermediate container d1b5884a11e8 09:48:48 ---> 283b272c02ed 09:48:48 Step 13/23 : ENV APP_PORT=48082 09:48:48 ---> Running in f22fe95a1fa7 09:48:49 ---> Running in e6afd37ff7d2 09:48:49 Removing intermediate container 5543eb30b972 09:48:49 ---> fd583855576a 09:48:49 Step 14/22 : EXPOSE $APP_PORT 09:48:49 ---> Running in 8cedac5e3222 09:48:49 Removing intermediate container 4dee7a2cafdd 09:48:49 ---> 066ed616a984 09:48:49 Step 13/23 : ENV APP_PORT=48081 09:48:49 Removing intermediate container f22fe95a1fa7 09:48:49 ---> 12512d303b2c 09:48:49 Step 14/22 : EXPOSE $APP_PORT 09:48:49 ---> Running in 3ecb1f68812b 09:48:49 Removing intermediate container e6afd37ff7d2 09:48:49 ---> 6d6abb85350f 09:48:49 Step 14/23 : EXPOSE $APP_PORT 09:48:49 ---> Running in 5e15e2268861 09:48:49 ---> Running in fce0d83dca7f 09:48:50 Removing intermediate container 8cedac5e3222 09:48:50 ---> 87b45add0e65 09:48:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:48:50 Removing intermediate container 3ecb1f68812b 09:48:50 ---> 8dc909fa9ea0 09:48:50 Step 14/23 : EXPOSE $APP_PORT 09:48:50 Removing intermediate container 5e15e2268861 09:48:50 ---> 9b77b279560f 09:48:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:48:50 Removing intermediate container fce0d83dca7f 09:48:50 ---> 9ea078b9ecff 09:48:50 Step 15/23 : WORKDIR / 09:48:51 ---> Running in ef688c228581 09:48:51 ---> Running in 03eb2a68ace4 09:48:51 ---> 1dbed92a91aa 09:48:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:48:51 Removing intermediate container ef688c228581 09:48:51 ---> 007ad5105f48 09:48:51 Step 15/23 : WORKDIR / 09:48:51 ---> 43594457c729 09:48:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:48:52 ---> Running in 12ac71b0fd55 09:48:52 Removing intermediate container 03eb2a68ace4 09:48:52 ---> f508a1df195e 09:48:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:48:53 Removing intermediate container 12ac71b0fd55 09:48:53 ---> ebf9591da74b 09:48:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:48:53 ---> 0743f789a376 09:48:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:48:53 ---> 133ddaaf0da4 09:48:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:48:54 ---> b55edd40b73e 09:48:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:48:54 ---> 63e0c8a71fa1 09:48:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:48:55 ---> 709f6f8ff7ac 09:48:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:48:55 ---> Running in 346327767bd3 09:48:55 ---> 64913fdcd289 09:48:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:48:55 ---> Running in 3d2da03712bd 09:48:55 Removing intermediate container 346327767bd3 09:48:55 ---> 1f004ea1b70c 09:48:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:48:55 ---> caff24218a70 09:48:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:48:56 ---> Running in 99292e6d1f77 09:48:56 Removing intermediate container 3d2da03712bd 09:48:56 ---> 1c13ae6aec3d 09:48:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:48:56 ---> b5ae904491f6 09:48:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:48:57 ---> Running in 799d99980427 09:48:57 Removing intermediate container 99292e6d1f77 09:48:57 ---> d27120c10aa6 09:48:57 Step 20/22 : LABEL arch=arm64 09:48:57 ---> dd7dbbfb0814 09:48:57 Step 19/23 : ENTRYPOINT ["/core-command"] 09:48:57 ---> Running in e50a26f76681 09:48:57 ---> Running in acd009cd34f6 09:48:57 Removing intermediate container 799d99980427 09:48:57 ---> 1a5f7a810540 09:48:57 Step 20/22 : LABEL arch=arm64 09:48:57 ---> fc3882d2e8b4 09:48:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:48:58 ---> Running in f1632fa76042 09:48:58 Removing intermediate container e50a26f76681 09:48:58 ---> b73cb6208dda 09:48:58 Step 21/22 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:48:58 ---> Running in 0dd4cc8c6bb6 09:48:58 Removing intermediate container acd009cd34f6 09:48:58 ---> eb774f551da3 09:48:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:48:58 ---> Running in 1f15f5c46d58 09:48:58 ---> Running in bf0b15ed2d52 09:48:58 Removing intermediate container f1632fa76042 09:48:58 ---> a5d8e2facc09 09:48:58 Step 21/22 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:48:58 Removing intermediate container 0dd4cc8c6bb6 09:48:58 ---> 2590adf374e7 09:48:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:48:59 ---> Running in 480af75082eb 09:48:59 Removing intermediate container 1f15f5c46d58 09:48:59 ---> f756b1630663 09:48:59 Step 22/22 : LABEL version=0.0.0 09:48:59 ---> Running in 658ffa8c8cbc 09:48:59 Removing intermediate container bf0b15ed2d52 09:48:59 ---> 14a8a5a418f2 09:48:59 Step 21/23 : LABEL arch=arm64 09:48:59 ---> Running in 08d5c893af4f 09:49:00 Removing intermediate container 480af75082eb 09:49:00 ---> 868705316bbc 09:49:00 Step 22/22 : LABEL version=0.0.0 09:49:00 ---> Running in b17427221042 09:49:00 Removing intermediate container 658ffa8c8cbc 09:49:00 ---> deb78e19b7d3 09:49:00 Step 21/23 : LABEL arch=arm64 09:49:00 ---> Running in 1ec16a8d2fed 09:49:00 ---> Running in 94ce4551ac5c 09:49:00 Removing intermediate container 08d5c893af4f 09:49:00 ---> f55b69fa1c9e 09:49:00 09:49:00 Removing intermediate container b17427221042 09:49:00 ---> 3832f34a1939 09:49:00 Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:49:00 Removing intermediate container 1ec16a8d2fed 09:49:00 ---> 649152653861 09:49:00 09:49:01 Successfully built f55b69fa1c9e 09:49:01 ---> Running in 0b709c41697e 09:49:01 Successfully tagged docker-support-scheduler-go-arm64:latest 09:49:01 Building docker-sys-mgmt-agent-go 09:49:01  Building docker-support-scheduler-go ... done Removing intermediate container 94ce4551ac5c 09:49:01 ---> d6707faa7c7f 09:49:01 Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:49:01 Successfully built 649152653861 09:49:01 Successfully tagged docker-support-notifications-go-arm64:latest 09:49:01 Building docker-security-proxy-setup-go 09:49:01  Building docker-support-notifications-go ... done  ---> Running in c46e64e2c203 09:49:01 Removing intermediate container 0b709c41697e 09:49:01 ---> 6fe1ada273f7 09:49:01 Step 23/23 : LABEL version=0.0.0 09:49:02 ---> Running in 653e0bf54f62 09:49:02 Removing intermediate container c46e64e2c203 09:49:02 ---> 863c883ad95f 09:49:02 Step 23/23 : LABEL version=0.0.0 09:49:02 ---> Running in a3b036926a7a 09:49:02 Removing intermediate container 653e0bf54f62 09:49:02 ---> 5dd7caf526fb 09:49:02 09:49:03 Successfully built 5dd7caf526fb 09:49:03 Successfully tagged docker-core-command-go-arm64:latest 09:49:03 Building docker-core-data-go 09:49:03  Building docker-core-command-go ... done Removing intermediate container a3b036926a7a 09:49:03 ---> 79f5cf274fa5 09:49:03 09:49:03 Successfully built 79f5cf274fa5 09:49:03 Successfully tagged docker-core-metadata-go-arm64:latest 09:49:22  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:22 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:49:22 ---> ddbba45a296b 09:49:22 Step 3/31 : WORKDIR /edgex-go 09:49:22 ---> Using cache 09:49:22 ---> e5d33d44df6b 09:49:22 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:22 ---> Using cache 09:49:22 ---> f0c304b68025 09:49:22 Step 5/31 : RUN apk add --update --no-cache make git 09:49:22 ---> Using cache 09:49:22 ---> 17cc27a9ebc4 09:49:22 Step 6/31 : COPY go.mod . 09:49:22 ---> Using cache 09:49:22 ---> 78ceaa3b419c 09:49:22 Step 7/31 : RUN go mod download 09:49:22 ---> Using cache 09:49:22 ---> 4538b0fd48dd 09:49:22 Step 8/31 : COPY . . 09:49:22 ---> Using cache 09:49:22 ---> d2cc3ea8195d 09:49:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:49:25 ---> Running in 3d39fb4d52a9 09:49:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:49:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:49:44 ---> ddbba45a296b 09:49:44 Step 3/26 : WORKDIR /edgex-go 09:49:44 ---> Using cache 09:49:44 ---> e5d33d44df6b 09:49:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:44 ---> Using cache 09:49:44 ---> f0c304b68025 09:49:44 Step 5/26 : RUN apk add --update --no-cache make bash git 09:49:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:49:44 ---> ddbba45a296b 09:49:44 Step 3/21 : WORKDIR /edgex-go 09:49:44 ---> Using cache 09:49:44 ---> e5d33d44df6b 09:49:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:44 ---> Using cache 09:49:44 ---> f0c304b68025 09:49:44 Step 5/21 : RUN apk add --update --no-cache make git 09:49:44 ---> Using cache 09:49:44 ---> 17cc27a9ebc4 09:49:44 Step 6/21 : COPY go.mod . 09:49:44 ---> Using cache 09:49:44 ---> 78ceaa3b419c 09:49:44 Step 7/21 : RUN go mod download 09:49:44 ---> Using cache 09:49:44 ---> 4538b0fd48dd 09:49:44 Step 8/21 : COPY . . 09:49:45 ---> Using cache 09:49:45 ---> d2cc3ea8195d 09:49:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:49:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:49:45 ---> ddbba45a296b 09:49:45 Step 3/23 : WORKDIR /edgex-go 09:49:45 ---> Using cache 09:49:45 ---> e5d33d44df6b 09:49:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:45 ---> Using cache 09:49:45 ---> f0c304b68025 09:49:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:49:48 ---> Running in fa0fd3e2c031 09:49:48 ---> Running in 19297372bca3 09:49:48 ---> Running in 07b5dc8cae12 09:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:50 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 09:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:52 OK: 217 MiB in 51 packages 09:49:52 OK: 217 MiB in 51 packages 09:49:54 Removing intermediate container 19297372bca3 09:49:54 ---> edac752c16d9 09:49:54 Step 6/23 : COPY go.mod . 09:49:54 Removing intermediate container 07b5dc8cae12 09:49:54 ---> 609bab56c8e5 09:49:54 Step 6/26 : COPY go.mod . 09:49:55 ---> 69c038bc4f3a 09:49:55 Step 7/23 : RUN go mod download 09:49:55 ---> a94b7db4326a 09:49:55 Step 7/26 : RUN go mod download 09:49:55 ---> Running in e1f2e73273bb 09:49:55 ---> Running in fdb2b8876428 09:50:01 Removing intermediate container e1f2e73273bb 09:50:01 ---> b15b5c735c8f 09:50:01 Step 8/23 : COPY . . 09:50:01 Removing intermediate container fdb2b8876428 09:50:01 ---> 5dd0bebaacc4 09:50:01 Step 8/26 : COPY . . 09:50:27 ---> a78c18c346d0 09:50:27 Step 9/23 : RUN make cmd/core-data/core-data 09:50:27 ---> Running in dcdd484a5dff 09:50:27 ---> b78ad69ba005 09:50:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:50:27 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 09:50:27 Removing intermediate container 3d39fb4d52a9 09:50:27 ---> 0dd39fe3bdf2 09:50:27 09:50:27 Step 10/31 : FROM alpine:3.12 09:50:27 ---> d10569e2745f 09:50:27 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:50:27 ---> Running in 336be2e14e60 09:50:27 ---> Running in 810a119be2b4 09:50:27 Removing intermediate container 810a119be2b4 09:50:27 ---> 58d301015a47 09:50:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:50:28 ---> Running in 9e48cf8382e1 09:50:28 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 09:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:30 (1/2) Installing dumb-init (1.2.2-r1) 09:50:30 (2/2) Installing su-exec (0.2-r1) 09:50:30 Executing busybox-1.31.1-r19.trigger 09:50:30 OK: 5 MiB in 16 packages 09:50:32 Removing intermediate container 9e48cf8382e1 09:50:32 ---> 1d6904cd6153 09:50:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:50:32 ---> Running in 99bf78906198 09:50:33 Removing intermediate container 99bf78906198 09:50:33 ---> 7e3c9b19099d 09:50:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:50:33 ---> Running in 7a2a2869618a 09:50:34 Removing intermediate container 7a2a2869618a 09:50:34 ---> c5072b88083e 09:50:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:50:34 ---> Running in 56174f60f60b 09:50:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:50:38 Removing intermediate container 56174f60f60b 09:50:38 ---> 083d8a07e6c7 09:50:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:50:38 ---> Running in 5d55098881f6 09:50:39 Removing intermediate container 5d55098881f6 09:50:39 ---> 97eae60d44fa 09:50:39 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:50:40 ---> de1036ac947f 09:50:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:50:40 ---> Running in 2778765d2cd3 09:50:44 Removing intermediate container 2778765d2cd3 09:50:44 ---> 6cfbd8eac475 09:50:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:50:45 ---> dbeadb77f418 09:50:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:50:47 ---> 3d11dacb7b61 09:50:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:50:49 ---> bdf5f3eb4b2d 09:50:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:50:51 ---> c1de69765611 09:50:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:50:51 Removing intermediate container fa0fd3e2c031 09:50:51 ---> 9dfea0e762ae 09:50:51 09:50:51 Step 10/21 : FROM alpine:3.12 09:50:51 ---> d10569e2745f 09:50:51 Step 11/21 : RUN apk add --update --no-cache curl 09:50:52 ---> Running in 4925dbc03b77 09:50:52 ---> a93fb1ff707b 09:50:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:50:53 ---> Running in 621e598bf427 09:50:54 Removing intermediate container 621e598bf427 09:50:54 ---> e962451b3daa 09:50:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:50:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:55 ---> 83ff32a918fc 09:50:55 Step 26/31 : RUN chmod +x /entrypoint.sh 09:50:55 (1/4) Installing ca-certificates (20191127-r4) 09:50:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:50:55 (3/4) Installing libcurl (7.69.1-r3) 09:50:55 (4/4) Installing curl (7.69.1-r3) 09:50:55 Executing busybox-1.31.1-r19.trigger 09:50:55 Executing ca-certificates-20191127-r4.trigger 09:50:55 ---> Running in 4c37e417110b 09:50:55 OK: 7 MiB in 18 packages 09:50:58 Removing intermediate container 4925dbc03b77 09:50:58 ---> 2cf00f15d015 09:50:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:50:58 ---> Running in 203e6175e940 09:50:59 Removing intermediate container 203e6175e940 09:50:59 ---> 210dde61dfc7 09:50:59 Step 13/21 : WORKDIR /edgex 09:50:59 ---> Running in a2021eee6174 09:50:59 Removing intermediate container 4c37e417110b 09:50:59 ---> a7d5ab9ff98e 09:50:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:51:00 ---> Running in 8fb5c0d17d37 09:51:00 Removing intermediate container a2021eee6174 09:51:00 ---> 30bb310d7429 09:51:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:51:01 Removing intermediate container 8fb5c0d17d37 09:51:01 ---> d0179114f60a 09:51:01 Step 28/31 : CMD ["gate"] 09:51:01 ---> Running in b0cf2d86fa9e 09:51:01 ---> 7e551bf8fa1d 09:51:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:51:02 Removing intermediate container b0cf2d86fa9e 09:51:02 ---> 1d0541367133 09:51:02 Step 29/31 : LABEL arch=arm64 09:51:02 ---> Running in 22be32004e07 09:51:03 ---> fd7080c552f8 09:51:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:51:03 Removing intermediate container 22be32004e07 09:51:03 ---> 5b2d52fb84bf 09:51:03 Step 30/31 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:51:04 ---> Running in c42bfaa5fc1e 09:51:05 Removing intermediate container c42bfaa5fc1e 09:51:05 ---> c0dbb9024c52 09:51:05 Step 31/31 : LABEL version=0.0.0 09:51:05 ---> 91daa9d7d087 09:51:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:51:05 ---> Running in 47e16a8a02b4 09:51:05 ---> Running in 1d47a2709dfd 09:51:06 Removing intermediate container 47e16a8a02b4 09:51:06 ---> 629d5f75fc76 09:51:06 Step 18/21 : CMD ["--init=true"] 09:51:06 Removing intermediate container 1d47a2709dfd 09:51:06 ---> 61fd281c2efe 09:51:06 09:51:06 ---> Running in 80e0e7f91517 09:51:07 Successfully built 61fd281c2efe 09:51:07 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:51:07  Building docker-security-bootstrapper-go ... done Removing intermediate container 80e0e7f91517 09:51:07 ---> 15701c06eb52 09:51:07 Step 19/21 : LABEL arch=arm64 09:51:07 ---> Running in f4455511c369 09:51:08 Removing intermediate container f4455511c369 09:51:08 ---> e94eb62e01b3 09:51:08 Step 20/21 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:51:08 ---> Running in 037ffb2eb82d 09:51:09 Removing intermediate container 037ffb2eb82d 09:51:09 ---> 84ad45cf75fb 09:51:09 Step 21/21 : LABEL version=0.0.0 09:51:09 ---> Running in 8ffc00927a59 09:51:10 Removing intermediate container 8ffc00927a59 09:51:10 ---> 874ce7ceb4ed 09:51:10 09:51:10 Successfully built 874ce7ceb4ed 09:51:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:51:33  Building docker-security-proxy-setup-go ... done Removing intermediate container 336be2e14e60 09:51:33 ---> 80425457951c 09:51:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:51:33 ---> Running in 7249a4528490 09:51:33 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 09:51:34 Removing intermediate container 7249a4528490 09:51:34 ---> 9fb73c7d605d 09:51:34 09:51:34 Step 11/26 : FROM docker:20.10.0 09:51:34 20.10.0: Pulling from library/docker 09:51:44 Removing intermediate container dcdd484a5dff 09:51:44 ---> 15d56c0eeb20 09:51:44 09:51:44 Step 10/23 : FROM alpine:3.12 09:51:44 ---> d10569e2745f 09:51:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:51:44 ---> Running in f9a7d3a51648 09:51:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:51:44 Status: Downloaded newer image for docker:20.10.0 09:51:44 ---> eeaf43b92773 09:51:44 Step 12/26 : RUN apk add --no-cache bash 09:51:44 ---> Running in ad22bd41be74 09:51:44 Removing intermediate container f9a7d3a51648 09:51:44 ---> 028697af7bd0 09:51:44 Step 12/23 : ENV APP_PORT=48080 09:51:44 ---> Running in 1c03b0509339 09:51:44 Removing intermediate container 1c03b0509339 09:51:44 ---> f103d3377ae1 09:51:44 Step 13/23 : EXPOSE $APP_PORT 09:51:44 ---> Running in b368c0dac79f 09:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:45 Removing intermediate container b368c0dac79f 09:51:45 ---> bb8881a6ea75 09:51:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:45 ---> Running in 40d220b677da 09:51:45 (1/2) Installing readline (8.0.4-r0) 09:51:45 (2/2) Installing bash (5.0.17-r0) 09:51:45 Executing bash-5.0.17-r0.post-install 09:51:45 Executing busybox-1.31.1-r19.trigger 09:51:45 OK: 12 MiB in 22 packages 09:51:46 Removing intermediate container ad22bd41be74 09:51:46 ---> 954f232f27fd 09:51:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:51:47 ---> Running in 8b6b714e5c3b 09:51:47 Removing intermediate container 8b6b714e5c3b 09:51:47 ---> e2f9e27fa4c3 09:51:47 Step 14/26 : ENV APP_PORT=48090 09:51:47 Removing intermediate container 40d220b677da 09:51:47 ---> 9b1d1147ad69 09:51:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:51:47 ---> Running in 21deb6ff747b 09:51:47 ---> Running in ec37e3b63658 09:51:48 Removing intermediate container 21deb6ff747b 09:51:48 ---> b745f28562e8 09:51:48 Step 15/26 : EXPOSE $APP_PORT 09:51:48 ---> Running in c762322e3a82 09:51:48 Removing intermediate container c762322e3a82 09:51:48 ---> 83b4be9b36bf 09:51:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:51:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:50 ---> 824c0c51e85e 09:51:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:51:50 (1/6) Installing dumb-init (1.2.2-r1) 09:51:50 (2/6) Installing libgcc (9.3.0-r2) 09:51:50 (3/6) Installing libsodium (1.0.18-r0) 09:51:50 (4/6) Installing libstdc++ (9.3.0-r2) 09:51:50 ---> 284fa9f890b6 09:51:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:51:50 (5/6) Installing libzmq (4.3.3-r0) 09:51:50 (6/6) Installing zeromq (4.3.3-r0) 09:51:50 Executing busybox-1.31.1-r19.trigger 09:51:50 OK: 8 MiB in 20 packages 09:51:51 ---> acf722757580 09:51:51 Step 19/26 : RUN apk --no-cache add py3-pip 09:51:51 ---> Running in 01ad23c26d91 09:51:52 Removing intermediate container ec37e3b63658 09:51:52 ---> 89d85817da37 09:51:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:51:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:53 ---> 269c2cfa160a 09:51:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:51:53 (1/33) Installing libbz2 (1.0.8-r1) 09:51:53 (2/33) Installing expat (2.2.9-r1) 09:51:53 (3/33) Installing libffi (3.3-r2) 09:51:53 (4/33) Installing gdbm (1.13-r1) 09:51:53 (5/33) Installing xz-libs (5.2.5-r0) 09:51:53 (6/33) Installing sqlite-libs (3.32.1-r0) 09:51:53 (7/33) Installing python3 (3.8.5-r1) 09:51:55 (8/33) Installing py3-appdirs (1.4.4-r1) 09:51:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:51:55 (10/33) Installing py3-parsing (2.4.7-r0) 09:51:55 (11/33) Installing py3-six (1.15.0-r0) 09:51:55 ---> c9e7b35da67a 09:51:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:51:55 (12/33) Installing py3-packaging (20.4-r0) 09:51:55 (13/33) Installing py3-setuptools (47.0.0-r0) 09:51:55 (14/33) Installing py3-chardet (3.0.4-r4) 09:51:55 (15/33) Installing py3-idna (2.9-r0) 09:51:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:51:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:51:55 (18/33) Installing py3-requests (2.23.0-r0) 09:51:55 (19/33) Installing py3-msgpack (1.0.0-r0) 09:51:55 (20/33) Installing py3-lockfile (0.12.2-r3) 09:51:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:51:55 (22/33) Installing py3-colorama (0.4.3-r0) 09:51:55 (23/33) Installing py3-distlib (0.3.0-r0) 09:51:55 (24/33) Installing py3-distro (1.5.0-r1) 09:51:55 (25/33) Installing py3-webencodings (0.5.1-r3) 09:51:55 (26/33) Installing py3-html5lib (1.0.1-r4) 09:51:55 (27/33) Installing py3-pytoml (0.1.21-r0) 09:51:55 (28/33) Installing py3-pep517 (0.8.2-r0) 09:51:55 (29/33) Installing py3-progress (1.5-r0) 09:51:55 (30/33) Installing py3-toml (0.10.1-r0) 09:51:55 (31/33) Installing py3-retrying (1.3.3-r0) 09:51:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:51:55 (33/33) Installing py3-pip (20.1.1-r0) 09:51:56 Executing busybox-1.31.1-r19.trigger 09:51:56 OK: 71 MiB in 55 packages 09:51:56 ---> 8524d2dc3e77 09:51:56 Step 19/23 : ENTRYPOINT ["/core-data"] 09:51:56 ---> Running in 6eb74910679c 09:51:57 Removing intermediate container 6eb74910679c 09:51:57 ---> 779496afd1bb 09:51:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:51:57 ---> Running in c4cd9052ab98 09:51:58 Removing intermediate container c4cd9052ab98 09:51:58 ---> ea1d8cca3a71 09:51:58 Step 21/23 : LABEL arch=arm64 09:51:58 ---> Running in 37bf4f15a8a9 09:51:58 Removing intermediate container 37bf4f15a8a9 09:51:58 ---> 565385f528b7 09:51:58 Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:51:59 ---> Running in 999b8d361091 09:51:59 Removing intermediate container 999b8d361091 09:51:59 ---> cf1a4118e637 09:51:59 Step 23/23 : LABEL version=0.0.0 09:51:59 ---> Running in b04e8f327b57 09:52:00 Removing intermediate container b04e8f327b57 09:52:00 ---> be5c92a3dbb7 09:52:00 09:52:00 Successfully built be5c92a3dbb7 09:52:00 Successfully tagged docker-core-data-go-arm64:latest 09:52:01  Building docker-core-data-go ... done Removing intermediate container 01ad23c26d91 09:52:01 ---> 0709d8bf29ab 09:52:01 Step 20/26 : RUN pip install docker-compose==1.23.2 09:52:02 ---> Running in 66bcce253635 09:52:06 Collecting docker-compose==1.23.2 09:52:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:52:07 Collecting websocket-client<1.0,>=0.32.0 09:52:07 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 09:52:07 Collecting dockerpty<0.5,>=0.4.1 09:52:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:52:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:52:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:52:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:52:11 Collecting docopt<0.7,>=0.6.1 09:52:11 Downloading docopt-0.6.2.tar.gz (25 kB) 09:52:13 Collecting texttable<0.10,>=0.9.0 09:52:13 Downloading texttable-0.9.1.tar.gz (11 kB) 09:52:15 Collecting docker<4.0,>=3.6.0 09:52:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:52:16 Collecting jsonschema<3,>=2.5.1 09:52:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:52:16 Collecting cached-property<2,>=1.2.0 09:52:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:52:17 Collecting PyYAML<4,>=3.10 09:52:17 Downloading PyYAML-3.13.tar.gz (270 kB) 09:52:20 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) 09:52:20 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) 09:52:20 Collecting urllib3<1.25,>=1.21.1 09:52:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:52:20 Collecting idna<2.8,>=2.5 09:52:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:52:21 Collecting docker-pycreds>=0.4.0 09:52:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:52:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:52:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:52:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:52:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:52:22 Installing collected packages: websocket-client, dockerpty, urllib3, idna, requests, docopt, texttable, docker-pycreds, docker, jsonschema, cached-property, PyYAML, docker-compose 09:52:22 Running setup.py install for dockerpty: started 09:52:24 Running setup.py install for dockerpty: finished with status 'done' 09:52:24 Attempting uninstall: urllib3 09:52:24 Found existing installation: urllib3 1.25.9 09:52:24 Uninstalling urllib3-1.25.9: 09:52:24 Successfully uninstalled urllib3-1.25.9 09:52:24 Attempting uninstall: idna 09:52:24 Found existing installation: idna 2.9 09:52:24 Uninstalling idna-2.9: 09:52:25 Successfully uninstalled idna-2.9 09:52:25 Attempting uninstall: requests 09:52:25 Found existing installation: requests 2.23.0 09:52:25 Uninstalling requests-2.23.0: 09:52:25 Successfully uninstalled requests-2.23.0 09:52:26 Running setup.py install for docopt: started 09:52:28 Running setup.py install for docopt: finished with status 'done' 09:52:28 Running setup.py install for texttable: started 09:52:29 Running setup.py install for texttable: finished with status 'done' 09:52:30 Running setup.py install for PyYAML: started 09:52:32 Running setup.py install for PyYAML: finished with status 'done' 09:52:33 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 09:52:38 Removing intermediate container 66bcce253635 09:52:38 ---> c63477c7702e 09:52:38 Step 21/26 : RUN apk --no-cache add curl 09:52:38 ---> Running in 63414a55d1c2 09:52:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:52:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:52:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:52:39 (2/3) Installing libcurl (7.69.1-r3) 09:52:39 (3/3) Installing curl (7.69.1-r3) 09:52:39 Executing busybox-1.31.1-r19.trigger 09:52:39 OK: 71 MiB in 58 packages 09:52:40 Removing intermediate container 63414a55d1c2 09:52:40 ---> 333dde7a5662 09:52:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:52:40 ---> Running in 3f388c386a25 09:52:41 Removing intermediate container 3f388c386a25 09:52:41 ---> 0c09c6ba3f29 09:52:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:52:41 ---> Running in 8fe2df137f01 09:52:41 Removing intermediate container 8fe2df137f01 09:52:41 ---> 5957b4526d6b 09:52:41 Step 24/26 : LABEL arch=arm64 09:52:41 ---> Running in 3ffd0debeb88 09:52:42 Removing intermediate container 3ffd0debeb88 09:52:42 ---> c731fea4c80b 09:52:42 Step 25/26 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 09:52:42 ---> Running in 9c26fcae1bdd 09:52:43 Removing intermediate container 9c26fcae1bdd 09:52:43 ---> 9c787e060948 09:52:43 Step 26/26 : LABEL version=0.0.0 09:52:43 ---> Running in a67ae3932028 09:52:43 Removing intermediate container a67ae3932028 09:52:43 ---> 383518e61850 09:52:43 09:52:43 Successfully built 383518e61850 09:52:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:52:44  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:52:44 $ docker stop --time=1 58d79d42c985bb274ea9595418f92c269b5da8d76919828d01f6c69fc0749882 09:52:46 $ docker rm -f 58d79d42c985bb274ea9595418f92c269b5da8d76919828d01f6c69fc0749882 [Pipeline] // withDockerContainer [Pipeline] sh 09:52:46 + + grepdocker docker images 09:52:46 09:52:47 docker-sys-mgmt-agent-go-arm64 latest 383518e61850 4 seconds ago 300MB 09:52:47 docker-core-data-go-arm64 latest be5c92a3dbb7 47 seconds ago 21.3MB 09:52:47 docker-security-proxy-setup-go-arm64 latest 874ce7ceb4ed About a minute ago 23.4MB 09:52:47 docker-security-bootstrapper-go-arm64 latest 61fd281c2efe About a minute ago 17.8MB 09:52:47 docker-core-command-go-arm64 latest 5dd7caf526fb 3 minutes ago 16.2MB 09:52:47 docker-core-metadata-go-arm64 latest 79f5cf274fa5 3 minutes ago 17.9MB 09:52:47 docker-support-scheduler-go-arm64 latest f55b69fa1c9e 3 minutes ago 16.3MB 09:52:47 docker-support-notifications-go-arm64 latest 649152653861 3 minutes ago 16.9MB 09:52:47 docker-security-secretstore-setup-go-arm64 latest 10984ff72f7c 4 minutes ago 23.7MB 09:52:47 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 09:52:48 ---> job-cost.sh 09:52:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GzW4 09:53:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:55:04 lf-activate-venv(): INFO: Adding /tmp/venv-GzW4/bin to PATH 09:55:04 INFO: No Stack... 09:55:04 INFO: Retrieving Pricing Info for: lf-standard-4 09:55:04 INFO: Archiving Costs [Pipeline] sh 09:55:04 + + cat /w/workspace/edgex-go/3/archives/cost.csv 09:55:04 cut -d, -f6 [Pipeline] lock 09:55:04 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-3-stack-cost] 09:55:04 Resource [jenkins-edgexfoundry-edgex-go-PR-3250-3-stack-cost] did not exist. Created. 09:55:04 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:55:05 + echo total: 0.20999999344348907 [Pipeline] stash 09:55:05 Stashed 1 file(s) [Pipeline] } 09:55:05 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-3-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 09:55:07 provisioning config files... 09:55:07 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1030402100298333637tmp [Pipeline] { [Pipeline] sh 09:55:07 + set +x 09:55:07 + curl -s https://codecov.io/bash 09:55:07 + bash -s -- 09:55:07 09:55:07 _____ _ 09:55:07 / ____| | | 09:55:07 | | ___ __| | ___ ___ _____ __ 09:55:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:55:07 | |___| (_) | (_| | __/ (_| (_) \ V / 09:55:07 \_____\___/ \__,_|\___|\___\___/ \_/ 09:55:07 Bash-20210309-2b87ace 09:55:07 09:55:07 09:55:07 ==> git version 2.24.3 found 09:55:07 ==> 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 09:55:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:55:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:55:07 ==> Jenkins CI detected. 09:55:07 project root: . 09:55:07 --> token set from env 09:55:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:55:08 ==> Running gcov in . (disable via -X gcov) 09:55:08 ==> Python coveragepy not found 09:55:08 ==> Searching for coverage reports in: 09:55:08 + . 09:55:08 -> Found 1 reports 09:55:08 ==> Detecting git/mercurial file structure 09:55:08 ==> Reading reports 09:55:08 + ./coverage.out bytes=628834 09:55:08 ==> Appending adjustments 09:55:08 https://docs.codecov.io/docs/fixing-reports 09:55:11 + Found adjustments 09:55:11 ==> Gzipping contents 09:55:11 92K /tmp/codecov.VUjnTy.gz 09:55:11 ==> Uploading reports 09:55:11 url: https://codecov.io 09:55:11 query: branch=PR-3250&commit=9f096b0d8c06001cd478bbb1c49927610bc59fd4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 09:55:11 -> Pinging Codecov 09:55:11 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=9f096b0d8c06001cd478bbb1c49927610bc59fd4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 09:55:12 -> Uploading to 09:55:12 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/9f096b0d8c06001cd478bbb1c49927610bc59fd4/df4bf334-5942-4c96-abbe-2e08a10ff4d3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T095512Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f829ae0b4f6e0da58ffca41ef16568249fb5377c25855d2c7fc0dece48f89725 09:55:12 % Total % Received % Xferd Average Speed Time Time Time Current 09:55:12 Dload Upload Total Spent Left Speed 09:55:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92827 0 0 100 92827 0 159k --:--:-- --:--:-- --:--:-- 159k 100 92827 0 0 100 92827 0 159k --:--:-- --:--:-- --:--:-- 159k 09:55:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9f096b0d8c06001cd478bbb1c49927610bc59fd4 [Pipeline] } 09:55:12 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 09:55:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:55:15 ---> package-listing.sh 09:55:15 ++ facter osfamily 09:55:15 ++ tr '[:upper:]' '[:lower:]' 09:55:15 + OS_FAMILY=redhat 09:55:15 + workspace=/w/workspace/edgex-go/3 09:55:15 + START_PACKAGES=/tmp/packages_start.txt 09:55:15 + END_PACKAGES=/tmp/packages_end.txt 09:55:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:55:15 + PACKAGES=/tmp/packages_start.txt 09:55:15 + '[' /w/workspace/edgex-go/3 ']' 09:55:15 + PACKAGES=/tmp/packages_end.txt 09:55:15 + case "${OS_FAMILY}" in 09:55:15 + rpm -qa 09:55:15 + sort 09:55:21 + '[' -f /tmp/packages_start.txt ']' 09:55:21 + '[' -f /tmp/packages_end.txt ']' 09:55:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:55:21 + '[' /w/workspace/edgex-go/3 ']' 09:55:21 + mkdir -p /w/workspace/edgex-go/3/archives/ 09:55:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 09:55:21 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:55:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:55:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:55:21 09:55:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:55:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:55:22 alpine: Pulling from edgex-lftools-log-publisher 09:55:22 df20fa9351a1: Pulling fs layer 09:55:22 36b3adc4ff6f: Pulling fs layer 09:55:22 8ad3a11d3b57: Pulling fs layer 09:55:22 46f8f816bc3b: Pulling fs layer 09:55:22 93b61091891f: Pulling fs layer 09:55:22 93b9cdb0e59b: Pulling fs layer 09:55:22 5e14af77c1be: Pulling fs layer 09:55:22 01666e4c0597: Pulling fs layer 09:55:22 aa168da1d23b: Pulling fs layer 09:55:22 46f8f816bc3b: Waiting 09:55:22 01666e4c0597: Waiting 09:55:22 93b61091891f: Waiting 09:55:22 93b9cdb0e59b: Waiting 09:55:22 5e14af77c1be: Waiting 09:55:22 36b3adc4ff6f: Verifying Checksum 09:55:22 36b3adc4ff6f: Download complete 09:55:22 46f8f816bc3b: Verifying Checksum 09:55:22 46f8f816bc3b: Download complete 09:55:22 df20fa9351a1: Verifying Checksum 09:55:22 df20fa9351a1: Download complete 09:55:22 93b9cdb0e59b: Download complete 09:55:22 5e14af77c1be: Verifying Checksum 09:55:22 5e14af77c1be: Download complete 09:55:22 93b61091891f: Verifying Checksum 09:55:22 93b61091891f: Download complete 09:55:22 01666e4c0597: Verifying Checksum 09:55:22 01666e4c0597: Download complete 09:55:22 8ad3a11d3b57: Verifying Checksum 09:55:22 8ad3a11d3b57: Download complete 09:55:22 df20fa9351a1: Pull complete 09:55:23 36b3adc4ff6f: Pull complete 09:55:24 8ad3a11d3b57: Pull complete 09:55:24 46f8f816bc3b: Pull complete 09:55:25 aa168da1d23b: Verifying Checksum 09:55:25 aa168da1d23b: Download complete 09:55:26 93b61091891f: Pull complete 09:55:26 93b9cdb0e59b: Pull complete 09:55:26 5e14af77c1be: Pull complete 09:55:26 01666e4c0597: Pull complete 09:55:34 aa168da1d23b: Pull complete 09:55:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:55:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:55:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:55:35 prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container 09:55:35 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 09:55:38 $ docker top 7d9fae7b9ad43edbb5cd11771e541a93c78101179d997de11b62d884a5ad63bf -eo pid,comm [Pipeline] { [Pipeline] sh 09:55:38 + touch /tmp/pre-build-complete [Pipeline] sh 09:55:39 + mkdir -p /var/log/sa [Pipeline] sh 09:55:39 + ls /var/log/sa-host 09:55:39 + sadf -c /var/log/sa-host/sa11 09:55:39 file_magic: OK 09:55:39 HZ: Using current value: 100 09:55:39 file_header: OK 09:55:39 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 09:55:39 Statistics: 09:55:39 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... 09:55:39 File successfully converted to sysstat format version 12.2.1 09:55:39 + sadf -c /var/log/sa-host/sa23 09:55:39 file_magic: OK 09:55:39 HZ: Using current value: 100 09:55:39 file_header: OK 09:55:39 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 09:55:39 Statistics: 09:55:39 Hnuu...uuuununununu... 09:55:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:55:39 provisioning config files... 09:55:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3885286038370158709tmp [Pipeline] { [Pipeline] echo 09:55:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:55:40 ---> create-netrc.sh [Pipeline] } 09:55:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:55:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:55:40 ---> python-tools-install.sh [Pipeline] echo 09:55:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:55:41 ---> sudo-logs.sh 09:55:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:55:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:55:41 ---> job-cost.sh 09:55:41 lf-activate-venv: SKIPPING 09:55:41 DEBUG: total: 0.20999999344348907 09:55:41 INFO: Retrieving Stack Cost... 09:55:42 INFO: Retrieving Pricing Info for: v1-standard-2 09:55:43 INFO: Archiving Costs [Pipeline] echo 09:55:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:55:43 ---> logs-deploy.sh 09:55:43 lf-activate-venv: SKIPPING 09:55:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/3 09:55:43 INFO: archiving workspace using pattern(s): 09:55:45 Archives upload complete. 09:55:45 INFO: archiving logs to Nexus 09:55:46 ---> uname -a: 09:55:46 Linux prd-centos7-docker-4c-2g-29505.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:55:46 09:55:46 09:55:46 ---> lscpu: 09:55:46 Architecture: x86_64 09:55:46 CPU op-mode(s): 32-bit, 64-bit 09:55:46 Byte Order: Little Endian 09:55:46 Address sizes: 40 bits physical, 48 bits virtual 09:55:46 CPU(s): 4 09:55:46 On-line CPU(s) list: 0-3 09:55:46 Thread(s) per core: 1 09:55:46 Core(s) per socket: 1 09:55:46 Socket(s): 4 09:55:46 NUMA node(s): 1 09:55:46 Vendor ID: GenuineIntel 09:55:46 CPU family: 6 09:55:46 Model: 44 09:55:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:55:46 Stepping: 1 09:55:46 CPU MHz: 2933.436 09:55:46 BogoMIPS: 5866.87 09:55:46 Virtualization: VT-x 09:55:46 Hypervisor vendor: KVM 09:55:46 Virtualization type: full 09:55:46 L1d cache: 128 KiB 09:55:46 L1i cache: 128 KiB 09:55:46 L2 cache: 16 MiB 09:55:46 L3 cache: 64 MiB 09:55:46 NUMA node0 CPU(s): 0-3 09:55:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:55:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:55:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:55:46 Vulnerability Meltdown: Mitigation; PTI 09:55:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:55:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:55:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:55:46 Vulnerability Srbds: Not affected 09:55:46 Vulnerability Tsx async abort: Not affected 09:55:46 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 09:55:46 09:55:46 09:55:46 ---> nproc: 09:55:46 4 09:55:46 09:55:46 09:55:46 ---> df -h: 09:55:46 Filesystem Size Used Available Use% Mounted on 09:55:46 overlay 50.0G 11.7G 38.2G 23% / 09:55:46 tmpfs 64.0M 0 64.0M 0% /dev 09:55:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:55:46 shm 64.0M 0 64.0M 0% /dev/shm 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3 09:55:46 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3@tmp 09:55:46 09:55:46 09:55:46 ---> free -m: 09:55:46 total used free shared buff/cache available 09:55:46 Mem: 1837 731 272 0 833 1021 09:55:46 Swap: 1023 56 967 09:55:46 09:55:46 09:55:46 ---> ip addr: 09:55:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:55:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:55:46 inet 127.0.0.1/8 scope host lo 09:55:46 valid_lft forever preferred_lft forever 09:55:46 inet6 ::1/128 scope host 09:55:46 valid_lft forever preferred_lft forever 09:55:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:55:46 link/ether fa:16:3e:6d:f0:90 brd ff:ff:ff:ff:ff:ff 09:55:46 inet 10.30.122.210/23 brd 10.30.123.255 scope global dynamic eth0 09:55:46 valid_lft 84956sec preferred_lft 84956sec 09:55:46 inet6 fe80::f816:3eff:fe6d:f090/64 scope link 09:55:46 valid_lft forever preferred_lft forever 09:55:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:55:46 link/ether 02:42:b6:21:2b:8b brd ff:ff:ff:ff:ff:ff 09:55:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:55:46 valid_lft forever preferred_lft forever 09:55:46 inet6 fe80::42:b6ff:fe21:2b8b/64 scope link 09:55:46 valid_lft forever preferred_lft forever 09:55:46 09:55:46 09:55:46 ---> sar -b -r -n DEV: 09:55:46 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) 09:55:46 09:55:46 09:31:30 LINUX RESTART (4 CPU) 09:55:46 09:55:46 09:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:55:46 09:33:01 70.20 19.41 50.79 0.00 5646.00 9360.70 0.00 09:55:46 09:34:01 189.02 89.47 99.55 0.00 6544.45 44285.69 0.00 09:55:46 09:35:01 251.80 86.74 165.06 0.00 3969.56 24505.13 0.00 09:55:46 09:36:01 124.88 49.05 75.82 0.00 1931.05 8110.25 0.00 09:55:46 09:37:01 151.42 41.40 110.02 0.00 2778.63 25780.63 0.00 09:55:46 09:38:03 1641.92 1317.20 324.72 0.00 143805.59 200141.55 0.00 09:55:46 09:39:02 979.44 729.91 249.53 0.00 101289.53 106376.34 0.00 09:55:46 09:40:02 1061.41 745.00 316.41 0.00 83758.23 141437.38 0.00 09:55:46 09:41:01 827.92 545.05 282.88 0.00 48472.26 68990.39 0.00 09:55:46 09:42:01 88.83 13.68 75.15 0.00 3036.51 6599.38 0.00 09:55:46 09:43:02 0.58 0.37 0.22 0.00 10.52 2.88 0.00 09:55:46 09:44:01 1.54 1.34 0.20 0.00 102.42 1.98 0.00 09:55:46 09:45:01 0.38 0.02 0.37 0.00 0.53 5.28 0.00 09:55:46 09:46:01 0.32 0.00 0.32 0.00 0.00 4.50 0.00 09:55:46 09:47:01 0.75 0.48 0.27 0.00 13.18 2.88 0.00 09:55:46 09:48:01 2.23 1.35 0.88 0.00 45.55 16.45 0.00 09:55:46 09:49:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 09:55:46 09:50:01 0.22 0.00 0.22 0.00 0.00 2.60 0.00 09:55:46 09:51:01 0.18 0.00 0.18 0.00 0.00 1.93 0.00 09:55:46 09:52:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 09:55:46 09:53:01 0.23 0.02 0.22 0.00 1.07 2.33 0.00 09:55:46 09:54:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 09:55:46 09:55:01 0.28 0.00 0.28 0.00 0.00 2.78 0.00 09:55:46 Average: 235.74 159.32 76.42 0.00 17548.53 27809.87 0.00 09:55:46 09:55:46 09:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:55:46 09:33:01 64024 0 648896 34.49 2620 1166004 1325564 45.24 533572 1077476 87540 09:55:46 09:34:01 80644 0 683916 36.35 2116 1114868 1453192 49.60 542328 1014432 68068 09:55:46 09:35:01 224540 0 829296 44.08 976 826732 1646688 56.20 678720 698028 5944 09:55:46 09:36:01 227304 0 780872 41.50 828 872540 1789108 61.06 622824 737380 63828 09:55:46 09:37:01 187536 0 742636 39.47 636 950736 1253336 42.77 573972 826440 52 09:55:46 09:38:03 66000 0 856256 45.51 0 959288 2323292 79.29 579416 1016940 36632 09:55:46 09:39:02 296300 0 1126548 59.87 0 458696 3361836 114.73 680560 632580 868 09:55:46 09:40:02 79996 0 801176 42.58 0 1000372 2122448 72.44 629456 962840 34548 09:55:46 09:41:01 153896 0 732472 38.93 0 995176 1580824 53.95 562196 920200 24 09:55:46 09:42:01 158916 0 658548 35.00 0 1064080 1181940 40.34 510752 962028 8 09:55:46 09:43:02 160224 0 657164 34.93 0 1064156 1168680 39.89 510672 961424 16 09:55:46 09:44:01 157412 0 656964 34.92 0 1067168 1168680 39.89 510712 964448 8 09:55:46 09:45:01 157816 0 656564 34.89 0 1067164 1162464 39.67 510192 964188 8 09:55:46 09:46:01 157700 0 656660 34.90 0 1067184 1162464 39.67 510280 964204 8 09:55:46 09:47:01 157648 0 656336 34.88 0 1067560 1162912 39.69 510572 964452 8 09:55:46 09:48:01 156048 0 657296 34.93 0 1068200 1162536 39.68 510636 964880 8 09:55:46 09:49:01 156336 0 657004 34.92 0 1068204 1162536 39.68 510628 964880 8 09:55:46 09:50:01 156440 0 656888 34.91 0 1068216 1162464 39.67 510688 964880 8 09:55:46 09:51:01 156572 0 656748 34.90 0 1068224 1162464 39.67 510568 964880 8 09:55:46 09:52:01 156496 0 656816 34.91 0 1068232 1162464 39.67 510696 964880 8 09:55:46 09:53:01 156184 0 657124 34.92 0 1068236 1162524 39.68 510768 964912 8 09:55:46 09:54:01 156544 0 656752 34.90 0 1068248 1162464 39.67 510584 964912 12 09:55:46 09:55:01 156480 0 656812 34.91 0 1068252 1162464 39.67 510584 964912 16 09:55:46 Average: 155698 0 713032 37.90 312 1012502 1441885 49.21 545712 929835 12941 09:55:46 09:55:46 09:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:55:46 09:33:01 eth0 1544.85 1188.03 5275.63 176.75 0.00 0.00 0.00 0.00 09:55:46 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:33:01 vethd8a199f 521.46 467.02 50.60 1540.92 0.00 0.00 0.00 0.00 09:55:46 09:33:01 docker0 521.46 466.89 43.47 1540.91 0.00 0.00 0.00 0.00 09:55:46 09:34:01 veth198c234 43.37 68.66 3.24 360.48 0.00 0.00 0.00 0.00 09:55:46 09:34:01 eth0 729.56 696.87 4373.32 66.87 0.00 0.00 0.00 0.00 09:55:46 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:34:01 docker0 431.95 419.40 32.60 1532.93 0.00 0.00 0.00 0.00 09:55:46 09:35:01 veth60b6a39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:55:46 09:35:01 eth0 158.03 133.96 498.04 22.04 0.00 0.00 0.00 0.00 09:55:46 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:35:01 docker0 115.80 126.67 9.12 469.02 0.00 0.00 0.00 0.00 09:55:46 09:36:01 veth60b6a39 2.35 2.35 0.19 0.19 0.00 0.00 0.00 0.00 09:55:46 09:36:01 eth0 37.19 26.02 20.54 69.78 0.00 0.00 0.00 0.00 09:55:46 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:36:01 docker0 2.35 2.35 0.16 0.19 0.00 0.00 0.00 0.00 09:55:46 09:37:01 veth5cb7657 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:55:46 09:37:01 eth0 215.39 175.32 1698.81 26.09 0.00 0.00 0.00 0.00 09:55:46 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:38:03 vethd6e9954 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 09:55:46 09:38:03 eth0 77.31 50.64 172.23 71.48 0.00 0.00 0.00 0.00 09:55:46 09:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:38:03 docker0 12.82 25.64 0.70 142.23 0.00 0.00 0.00 0.00 09:55:46 09:39:02 veth55dd9a9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:55:46 09:39:02 veth3be716f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:55:46 09:39:02 veth4aec0cf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:55:46 09:39:02 vethd6e9954 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:40:02 vethd6e9954 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 09:55:46 09:40:02 eth0 2876.70 2319.12 12290.27 453.96 0.00 0.00 0.00 0.00 09:55:46 09:40:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:55:46 09:40:02 docker0 1091.48 1060.71 86.21 3841.11 0.00 0.00 0.00 0.00 09:55:46 09:41:01 vethd6e9954 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 09:55:46 09:41:01 eth0 183.10 132.44 1401.99 96.95 0.00 0.00 0.00 0.00 09:55:46 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:41:01 docker0 10.26 23.07 0.55 137.17 0.00 0.00 0.00 0.00 09:55:46 09:42:01 eth0 72.04 41.44 380.53 12.76 0.00 0.00 0.00 0.00 09:55:46 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:42:01 docker0 27.81 47.28 1.81 359.78 0.00 0.00 0.00 0.00 09:55:46 09:43:02 eth0 2.20 0.98 1.15 0.45 0.00 0.00 0.00 0.00 09:55:46 09:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:44:01 eth0 0.17 0.07 0.02 0.04 0.00 0.00 0.00 0.00 09:55:46 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:45:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:46:01 eth0 0.53 0.08 0.05 0.01 0.00 0.00 0.00 0.00 09:55:46 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:47:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:55:46 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:48:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 09:55:46 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:49:01 eth0 0.18 0.18 0.07 0.01 0.00 0.00 0.00 0.00 09:55:46 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:50:01 eth0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 09:55:46 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:51:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:55:46 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:52:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:55:46 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:53:01 eth0 0.27 0.22 0.14 0.07 0.00 0.00 0.00 0.00 09:55:46 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:54:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:55:46 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:55:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:55:46 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 Average: eth0 133.77 107.60 609.09 24.44 0.00 0.00 0.00 0.00 09:55:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:46 Average: docker0 49.20 49.26 3.86 188.89 0.00 0.00 0.00 0.00 09:55:46 09:55:46 09:55:46 ---> sar -P ALL: 09:55:46 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) 09:55:46 09:55:46 09:31:30 LINUX RESTART (4 CPU) 09:55:46 09:55:46 09:32:02 CPU %user %nice %system %iowait %steal %idle 09:55:46 09:33:01 all 14.38 0.00 5.76 1.77 0.20 77.89 09:55:46 09:33:01 0 15.22 0.00 7.35 1.62 0.19 75.62 09:55:46 09:33:01 1 14.23 0.00 6.01 1.32 0.26 78.18 09:55:46 09:33:01 2 16.37 0.00 5.04 2.49 0.19 75.91 09:55:46 09:33:01 3 11.71 0.00 4.68 1.65 0.16 81.81 09:55:46 09:34:01 all 12.89 0.00 7.24 1.33 0.20 78.35 09:55:46 09:34:01 0 11.64 0.00 8.44 2.00 0.17 77.75 09:55:46 09:34:01 1 16.80 0.00 7.60 1.77 0.21 73.62 09:55:46 09:34:01 2 10.00 0.00 6.47 0.46 0.19 82.88 09:55:46 09:34:01 3 13.09 0.00 6.44 1.10 0.22 79.15 09:55:46 09:35:01 all 31.57 0.00 11.25 7.72 0.32 49.15 09:55:46 09:35:01 0 32.40 0.00 10.55 7.25 0.33 49.47 09:55:46 09:35:01 1 31.68 0.00 11.68 6.30 0.29 50.05 09:55:46 09:35:01 2 31.55 0.00 11.33 9.29 0.31 47.52 09:55:46 09:35:01 3 30.62 0.00 11.46 8.04 0.33 49.55 09:55:46 09:36:01 all 52.79 0.00 13.94 2.39 0.29 30.58 09:55:46 09:36:01 0 52.19 0.00 13.52 1.65 0.37 32.28 09:55:46 09:36:01 1 52.89 0.00 13.89 3.06 0.28 29.88 09:55:46 09:36:01 2 53.98 0.00 13.51 1.75 0.30 30.47 09:55:46 09:36:01 3 52.11 0.00 14.84 3.12 0.21 29.72 09:55:46 09:37:01 all 34.00 0.00 12.89 2.24 0.39 50.49 09:55:46 09:37:01 0 34.25 0.00 13.27 1.03 0.38 51.07 09:55:46 09:37:01 1 32.60 0.00 12.43 2.00 0.38 52.59 09:55:46 09:37:01 2 35.39 0.00 13.18 5.10 0.35 45.98 09:55:46 09:37:01 3 33.74 0.00 12.66 0.87 0.43 52.30 09:55:46 09:38:03 all 20.59 0.00 29.00 15.35 0.67 34.39 09:55:46 09:38:03 0 19.10 0.00 29.54 16.47 0.67 34.21 09:55:46 09:38:03 1 20.50 0.00 28.13 15.63 0.71 35.03 09:55:46 09:38:03 2 19.90 0.00 29.15 14.94 0.66 35.35 09:55:46 09:38:03 3 22.90 0.00 29.17 14.34 0.63 32.97 09:55:46 09:39:02 all 52.90 0.00 20.44 14.30 0.45 11.92 09:55:46 09:39:02 0 53.74 0.00 19.89 14.87 0.44 11.06 09:55:46 09:39:02 1 53.19 0.00 20.80 13.53 0.43 12.06 09:55:46 09:39:02 2 52.97 0.00 20.84 15.56 0.45 10.18 09:55:46 09:39:02 3 51.68 0.00 20.21 13.20 0.48 14.43 09:55:46 09:40:02 all 30.15 0.00 23.01 17.90 0.57 28.37 09:55:46 09:40:02 0 29.85 0.00 21.14 18.30 0.63 30.08 09:55:46 09:40:02 1 31.56 0.00 23.86 17.62 0.53 26.44 09:55:46 09:40:02 2 30.21 0.00 24.20 18.60 0.53 26.47 09:55:46 09:40:02 3 28.98 0.00 22.85 17.07 0.60 30.50 09:55:46 09:41:01 all 48.31 0.00 20.42 11.62 0.39 19.26 09:55:46 09:41:01 0 48.82 0.00 19.73 13.84 0.36 17.24 09:55:46 09:41:01 1 47.58 0.00 21.00 10.98 0.46 19.98 09:55:46 09:41:01 2 48.10 0.00 20.92 11.24 0.41 19.33 09:55:46 09:41:01 3 48.75 0.00 20.02 10.42 0.34 20.47 09:55:46 09:42:01 all 5.07 0.00 3.25 3.02 0.10 88.56 09:55:46 09:42:01 0 6.11 0.00 3.61 1.04 0.12 89.12 09:55:46 09:42:01 1 4.25 0.00 3.11 5.95 0.12 86.57 09:55:46 09:42:01 2 4.86 0.00 3.10 1.46 0.08 90.49 09:55:46 09:42:01 3 5.04 0.00 3.20 3.62 0.08 88.05 09:55:46 09:43:02 all 0.18 0.00 0.06 0.01 0.01 99.74 09:55:46 09:43:02 0 0.13 0.00 0.10 0.03 0.00 99.73 09:55:46 09:43:02 1 0.37 0.00 0.03 0.00 0.00 99.60 09:55:46 09:43:02 2 0.20 0.00 0.08 0.00 0.02 99.70 09:55:46 09:43:02 3 0.03 0.00 0.03 0.00 0.02 99.92 09:55:46 09:55:46 09:43:02 CPU %user %nice %system %iowait %steal %idle 09:55:46 09:44:01 all 0.08 0.00 0.04 0.00 0.01 99.86 09:55:46 09:44:01 0 0.20 0.00 0.03 0.00 0.00 99.76 09:55:46 09:44:01 1 0.05 0.00 0.05 0.00 0.02 99.88 09:55:46 09:44:01 2 0.05 0.00 0.07 0.00 0.02 99.86 09:55:46 09:44:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:55:46 09:45:01 all 0.15 0.00 0.03 0.00 0.00 99.81 09:55:46 09:45:01 0 0.50 0.00 0.02 0.00 0.00 99.48 09:55:46 09:45:01 1 0.03 0.00 0.05 0.02 0.00 99.90 09:55:46 09:45:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:55:46 09:45:01 3 0.02 0.00 0.05 0.00 0.00 99.93 09:55:46 09:46:01 all 0.15 0.00 0.04 0.00 0.01 99.80 09:55:46 09:46:01 0 0.52 0.00 0.03 0.00 0.02 99.43 09:55:46 09:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:55:46 09:46:01 2 0.00 0.00 0.03 0.00 0.02 99.95 09:55:46 09:46:01 3 0.05 0.00 0.08 0.00 0.02 99.85 09:55:46 09:47:01 all 0.15 0.00 0.04 0.00 0.00 99.81 09:55:46 09:47:01 0 0.03 0.00 0.05 0.02 0.00 99.90 09:55:46 09:47:01 1 0.45 0.00 0.02 0.00 0.00 99.53 09:55:46 09:47:01 2 0.08 0.00 0.05 0.00 0.00 99.87 09:55:46 09:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:55:46 09:48:01 all 0.15 0.00 0.05 0.02 0.00 99.78 09:55:46 09:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:55:46 09:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:55:46 09:48:01 2 0.48 0.00 0.07 0.07 0.00 99.38 09:55:46 09:48:01 3 0.07 0.00 0.07 0.00 0.02 99.85 09:55:46 09:49:01 all 0.15 0.00 0.03 0.00 0.00 99.81 09:55:46 09:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:55:46 09:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:55:46 09:49:01 2 0.53 0.00 0.03 0.00 0.00 99.43 09:55:46 09:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:55:46 09:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 09:55:46 09:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:55:46 09:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:55:46 09:50:01 2 0.52 0.00 0.03 0.00 0.02 99.43 09:55:46 09:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:55:46 09:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:55:46 09:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:55:46 09:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:55:46 09:51:01 2 0.52 0.00 0.05 0.00 0.00 99.43 09:55:46 09:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:55:46 09:52:01 all 0.15 0.00 0.03 0.00 0.00 99.83 09:55:46 09:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:55:46 09:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:55:46 09:52:01 2 0.50 0.00 0.03 0.00 0.00 99.47 09:55:46 09:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:55:46 09:53:01 all 0.05 0.00 0.04 0.00 0.01 99.90 09:55:46 09:53:01 0 0.02 0.00 0.07 0.00 0.00 99.92 09:55:46 09:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:55:46 09:53:01 2 0.13 0.00 0.07 0.00 0.02 99.78 09:55:46 09:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:55:46 09:54:01 all 0.08 0.00 0.03 0.00 0.00 99.89 09:55:46 09:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:55:46 09:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:55:46 09:54:01 2 0.25 0.00 0.02 0.00 0.00 99.73 09:55:46 09:54:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:55:46 09:55:46 09:54:01 CPU %user %nice %system %iowait %steal %idle 09:55:46 09:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:55:46 09:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:55:46 09:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:55:46 09:55:01 2 0.50 0.00 0.00 0.00 0.00 99.50 09:55:46 09:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 09:55:46 Average: all 12.82 0.00 6.23 3.27 0.15 77.53 09:55:46 Average: 0 12.85 0.00 6.23 3.30 0.16 77.47 09:55:46 Average: 1 12.93 0.00 6.29 3.30 0.16 77.32 09:55:46 Average: 2 12.95 0.00 6.26 3.41 0.15 77.22 09:55:46 Average: 3 12.54 0.00 6.13 3.08 0.15 78.11 09:55:46 09:55:46 09:55:46