Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a+8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (46dee99824f23298bf7b1ccadc24eb3cadd06490) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24949’ Running on prd-centos7-docker-4c-2g-24954 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a Merge succeeded, producing 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a Checking out Revision 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # 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 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:23:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk c43a3562738f7dd074dc1abac4861c648bf5d26f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:23:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:23:09 ========================================================= 10:23:09 EdgeX Global Pipelines Version Info 10:23:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:23:11 ------------------- 10:23:11 stable info: 10:23:11 ------------------- 10:23:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:23:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:23:11 Message: update stable to v1.0.179 10:23:12 ------------------- 10:23:12 experimental info: 10:23:12 ------------------- 10:23:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:23:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:23:12 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:23:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:23:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:23:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:23:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:23:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:23:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:23:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:23:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:23:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:23:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:23:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:23:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:23:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:23:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:23:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:23:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:23:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:23:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:23:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 10:23:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 10:23:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 10:23:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [Pipeline] echo 10:23:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0dbb6a9 [Pipeline] echo 10:23:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:23:18 provisioning config files... 10:23:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5061051459772418821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:23:18 ---> docker-login.sh 10:23:18 nexus3.edgexfoundry.org:10001 10:23:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:19 Configure a credential helper to remove this warning. See 10:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:19 10:23:19 Login Succeeded 10:23:19 nexus3.edgexfoundry.org:10002 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:19 Configure a credential helper to remove this warning. See 10:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:19 10:23:19 Login Succeeded 10:23:19 nexus3.edgexfoundry.org:10003 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:19 Configure a credential helper to remove this warning. See 10:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:19 10:23:19 Login Succeeded 10:23:19 nexus3.edgexfoundry.org:10004 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:19 Configure a credential helper to remove this warning. See 10:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:19 10:23:19 Login Succeeded 10:23:19 docker.io 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:20 Configure a credential helper to remove this warning. See 10:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:20 10:23:20 Login Succeeded 10:23:20 ---> docker-login.sh ends [Pipeline] } 10:23:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:23:21 ++ 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 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/core-command/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo core-command,cmd/core-command/Dockerfile 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/core-data/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo core-data,cmd/core-data/Dockerfile 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/core-metadata/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo core-metadata,cmd/core-metadata/Dockerfile 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/security-bootstrapper/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/security-proxy-setup/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/support-notifications/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo support-notifications,cmd/support-notifications/Dockerfile 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/support-scheduler/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:23:21 + for file in '`ls cmd/**/Dockerfile`' 10:23:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:23:21 ++ cut -d/ -f2 10:23:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:23:21 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 10:23:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:22 10:23:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:23:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:23 latest: Pulling from edgex-devops/git-semver 10:23:23 31603596830f: Pulling fs layer 10:23:23 2a8b12db71e7: Pulling fs layer 10:23:23 6ca5941a6612: Pulling fs layer 10:23:23 ecc8261a40a4: Pulling fs layer 10:23:23 2a8b12db71e7: Verifying Checksum 10:23:23 2a8b12db71e7: Download complete 10:23:23 31603596830f: Verifying Checksum 10:23:23 31603596830f: Download complete 10:23:23 ecc8261a40a4: Verifying Checksum 10:23:23 ecc8261a40a4: Download complete 10:23:23 6ca5941a6612: Verifying Checksum 10:23:23 6ca5941a6612: Download complete 10:23:23 31603596830f: Pull complete 10:23:24 2a8b12db71e7: Pull complete 10:23:24 6ca5941a6612: Pull complete 10:23:24 ecc8261a40a4: Pull complete 10:23:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:23:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:23:25 prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container 10:23:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:23:27 $ docker top b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:23:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:28 [ssh-agent] Looking for ssh-agent implementation... 10:23:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:28 $ docker exec b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e ssh-agent 10:23:28 SSH_AUTH_SOCK=/tmp/ssh-aaiThixolLXm/agent.12 10:23:28 SSH_AGENT_PID=17 10:23:28 Running ssh-add (command line suppressed) 10:23:28 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4738658704958941386.key (/w/workspace/edgex-go/6@tmp/private_key_4738658704958941386.key) 10:23:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:29 + git tag --points-at HEAD [Pipeline] } 10:23:29 $ docker exec --env ******** --env ******** b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e ssh-agent -k 10:23:29 unset SSH_AUTH_SOCK; 10:23:29 unset SSH_AGENT_PID; 10:23:29 echo Agent pid 17 killed; 10:23:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:23:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:29 [ssh-agent] Looking for ssh-agent implementation... 10:23:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:29 $ docker exec b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e ssh-agent 10:23:30 SSH_AUTH_SOCK=/tmp/ssh-rXvqEJWW2vww/agent.45 10:23:30 SSH_AGENT_PID=51 10:23:30 Running ssh-add (command line suppressed) 10:23:30 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5444664062006655082.key (/w/workspace/edgex-go/6@tmp/private_key_5444664062006655082.key) 10:23:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:30 + git semver init 10:23:30 # -> Open(): unable to determine branch for HEAD 10:23:30 # $GIT_DIR = /w/workspace/edgex-go/6/.git 10:23:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 10:23:30 # $SEMVER_REMOTE_NAME = origin 10:23:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:23:30 # $SEMVER_USER_NAME = edgex-jenkins 10:23:30 # $SEMVER_BRANCH = PR-3113 10:23:30 # $SEMVER_TEMP = /tmp/semver-248831839 10:23:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:23:48 # '/tmp/semver-248831839' -> '/w/workspace/edgex-go/6/.semver' 10:23:48 # -> Force: false 10:23:48 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 10:23:49 $ docker exec --env ******** --env ******** b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e ssh-agent -k 10:23:49 unset SSH_AUTH_SOCK; 10:23:49 unset SSH_AGENT_PID; 10:23:49 echo Agent pid 51 killed; 10:23:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:23:50 + git semver [Pipeline] } 10:23:50 $ docker stop --time=1 b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e 10:23:51 $ docker rm -f b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e [Pipeline] // withDockerContainer [Pipeline] sh 10:23:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:23:53 Stashed 1 file(s) [Pipeline] echo 10:23:53 [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 10:23:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:23:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:23:55 + true 10:23:55 + sudo service docker restart 10:23:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:23:56 ========================================================= 10:23:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:23:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:23:56 + 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 . 10:23:59 Sending build context to Docker daemon 327.5MB 10:23:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:23:59 Step 2/6 : FROM ${BASE} 10:23:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:23:59 188c0c94c7c5: Pulling fs layer 10:23:59 0ef7d3d256c8: Pulling fs layer 10:23:59 de9db76c5a1d: Pulling fs layer 10:23:59 bca2f99d35d6: Pulling fs layer 10:23:59 93359f2a8cfa: Pulling fs layer 10:23:59 7c6f9722023f: Pulling fs layer 10:23:59 a35cf1a2eb13: Pulling fs layer 10:23:59 bca2f99d35d6: Waiting 10:23:59 93359f2a8cfa: Waiting 10:23:59 a35cf1a2eb13: Waiting 10:23:59 7c6f9722023f: Waiting 10:23:59 de9db76c5a1d: Verifying Checksum 10:23:59 de9db76c5a1d: Download complete 10:23:59 0ef7d3d256c8: Download complete 10:23:59 93359f2a8cfa: Verifying Checksum 10:23:59 93359f2a8cfa: Download complete 10:23:59 7c6f9722023f: Download complete 10:23:59 188c0c94c7c5: Verifying Checksum 10:23:59 188c0c94c7c5: Download complete 10:24:00 188c0c94c7c5: Pull complete 10:24:00 0ef7d3d256c8: Pull complete 10:24:01 de9db76c5a1d: Pull complete 10:24:01 a35cf1a2eb13: Verifying Checksum 10:24:01 a35cf1a2eb13: Download complete 10:24:02 bca2f99d35d6: Verifying Checksum 10:24:02 bca2f99d35d6: Download complete 10:24:09 bca2f99d35d6: Pull complete 10:24:09 93359f2a8cfa: Pull complete 10:24:09 7c6f9722023f: Pull complete 10:24:09 Still waiting to schedule task 10:24:09 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24957’ 10:24:14 a35cf1a2eb13: Pull complete 10:24:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:24:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:24:14 ---> a62c8e92a672 10:24:14 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 10:24:14 ---> Running in e26b79d472a6 10:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:24:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:24:20 (1/12) Installing libmagic (5.38-r0) 10:24:20 (2/12) Installing file (5.38-r0) 10:24:20 (3/12) Installing libc-dev (0.7.2-r3) 10:24:20 (4/12) Installing g++ (9.3.0-r2) 10:24:30 (5/12) Installing fortify-headers (1.1-r0) 10:24:30 (6/12) Installing patch (2.7.6-r6) 10:24:30 (7/12) Installing build-base (0.5-r2) 10:24:30 (8/12) Installing libsodium (1.0.18-r0) 10:24:30 (9/12) Installing pkgconf (1.7.2-r0) 10:24:30 (10/12) Installing libsodium-dev (1.0.18-r0) 10:24:30 (11/12) Installing libzmq (4.3.3-r0) 10:24:30 (12/12) Installing zeromq-dev (4.3.3-r0) 10:24:30 Executing busybox-1.31.1-r19.trigger 10:24:30 OK: 233 MiB in 51 packages 10:24:34 Removing intermediate container e26b79d472a6 10:24:34 ---> 696c35b05e12 10:24:34 Step 4/6 : WORKDIR /edgex-go 10:24:34 ---> Running in 267db50baf37 10:24:34 Removing intermediate container 267db50baf37 10:24:34 ---> f51d3cb819c9 10:24:34 Step 5/6 : COPY go.mod . 10:24:34 ---> 1ebb4611cc94 10:24:34 Step 6/6 : RUN go mod download 10:24:34 ---> Running in a5b01100df67 10:24:56 Removing intermediate container a5b01100df67 10:24:56 ---> cf4432fd0703 10:24:56 Successfully built cf4432fd0703 10:24:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:24:56 + docker inspect -f . ci-base-image-x86_64 10:24:56 . [Pipeline] withDockerContainer 10:24:56 prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container 10:24:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:24:57 $ docker top c69868ad29d298c22d69a3eb7f0c2792539fa36484c0d4e8525dbf2e846e7565 -eo pid,comm [Pipeline] { [Pipeline] sh 10:24:58 + go version 10:24:58 go version go1.15.5 linux/amd64 [Pipeline] } 10:24:58 $ docker stop --time=1 c69868ad29d298c22d69a3eb7f0c2792539fa36484c0d4e8525dbf2e846e7565 10:24:59 $ docker rm -f c69868ad29d298c22d69a3eb7f0c2792539fa36484c0d4e8525dbf2e846e7565 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:25:01 + docker inspect -f . ci-base-image-x86_64 10:25:01 . [Pipeline] withDockerContainer 10:25:01 prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container 10:25:01 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:25:02 $ docker top 61b009e2414c21caf1ae8d1f6366f81dbe90ef3810af8290931f65394bd3e3ad -eo pid,comm [Pipeline] { [Pipeline] echo 10:25:02 ========================================================= 10:25:02 [edgeXBuildGoParallel] Running Tests and Build... 10:25:02 ========================================================= [Pipeline] sh 10:25:02 + make test 10:25:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:25:13 ? github.com/edgexfoundry/edgex-go [no test files] 10:25:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:25:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:25:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:25:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:25:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:25:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:25:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:25:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.0% of statements 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements 10:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.235s coverage: 27.1% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 65.8% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.041s coverage: 79.5% of statements 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 10:26:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements 10:26:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.074s coverage: 92.9% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 68.9% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.0% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.090s coverage: 90.4% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.816s coverage: 29.1% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.074s coverage: 100.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 10:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 10:26:18 GO111MODULE=on go vet ./... 10:26:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24960 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 10:26:26 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 10:26:32 using credential edgex-jenkins-ssh 10:26:32 Cloning the remote Git repository 10:26:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:26:32 > git init /w/workspace/edgex-go/6 # timeout=10 10:26:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:26:32 > git --version # timeout=10 10:26:32 > git --version # 'git version 2.17.1' 10:26:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:45 gofmt -l . 10:26:45 [ "`gofmt -l .`" = "" ] 10:26:45 ./bin/test-go-mod-tidy.sh 10:26:46 ./bin/test-attribution-txt.sh [Pipeline] sh 10:26:46 + ls -al . 10:26:46 total 684 10:26:46 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:26 . 10:26:46 drwxr-xr-x 4 root root 28 Feb 4 10:25 .. 10:26:46 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:23 .dockerignore 10:26:46 drwxrwxr-x 8 1001 1001 179 Feb 4 10:23 .git 10:26:46 drwxrwxr-x 3 1001 1001 125 Feb 4 10:23 .github 10:26:46 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:23 .gitignore 10:26:46 drwx------ 3 1001 1001 60 Feb 4 10:23 .semver 10:26:46 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:23 .sonarcloud.properties 10:26:46 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:23 Attribution.txt 10:26:46 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:23 CONTRIBUTING.md 10:26:46 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:23 Dockerfile.build 10:26:46 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:23 Jenkinsfile 10:26:46 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:23 LICENSE 10:26:46 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:23 Makefile 10:26:46 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:23 README.md 10:26:46 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:23 SECURITY.md 10:26:46 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION 10:26:46 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:23 ZMQWindows.md 10:26:46 drwxrwxr-x 2 1001 1001 117 Feb 4 10:23 bin 10:26:46 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:23 cmd 10:26:46 -rw-r--r-- 1 root root 580808 Feb 4 10:26 coverage.out 10:26:46 -rw-r--r-- 1 root root 1054 Feb 4 10:26 go.mod 10:26:46 -rw-r--r-- 1 root root 19399 Feb 4 10:26 go.sum 10:26:46 drwxrwxr-x 8 1001 1001 127 Feb 4 10:23 internal 10:26:46 drwxrwxr-x 4 1001 1001 26 Feb 4 10:23 openapi 10:26:46 drwxrwxr-x 4 1001 1001 71 Feb 4 10:23 snap 10:26:46 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:23 version.go [Pipeline] sh 10:26:47 + '[' -e coverage.out ] 10:26:47 + chown 1001:1001 coverage.out [Pipeline] stash 10:26:47 Stashed 1 file(s) [Pipeline] sh 10:26:47 + make build 10:26:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:26:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:26:51 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 10:26:51 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:26:52 Merge succeeded, producing 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:26:52 Checking out Revision 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a (PR-3113) 10:26:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:26:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:26:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:26:51 > git config core.sparsecheckout # timeout=10 10:26:52 > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 10:26:52 > git remote # timeout=10 10:26:52 > git config --get remote.origin.url # timeout=10 10:26:52 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:52 > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 10:26:52 > git rev-parse HEAD^{commit} # timeout=10 10:26:52 > git config core.sparsecheckout # timeout=10 10:26:52 > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 10:26:57 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:26:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:26:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:26:59 + sudo service docker restart 10:26:59 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:27:01 provisioning config files... 10:27:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8777859386451678210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:27:02 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 10:27:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:27:02 ---> docker-login.sh 10:27:02 nexus3.edgexfoundry.org:10001 10:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:27:03 Configure a credential helper to remove this warning. See 10:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:27:03 10:27:03 Login Succeeded 10:27:03 nexus3.edgexfoundry.org:10002 10:27:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:27:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:27:03 Configure a credential helper to remove this warning. See 10:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:27:03 10:27:03 Login Succeeded 10:27:03 nexus3.edgexfoundry.org:10003 10:27:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:27:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:27:04 Configure a credential helper to remove this warning. See 10:27:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:27:04 10:27:04 Login Succeeded 10:27:04 nexus3.edgexfoundry.org:10004 10:27:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:27:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:27:05 Configure a credential helper to remove this warning. See 10:27:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:27:05 10:27:05 Login Succeeded 10:27:05 docker.io 10:27:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:27:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:27:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:27:06 Configure a credential helper to remove this warning. See 10:27:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:27:06 10:27:06 Login Succeeded 10:27:06 ---> docker-login.sh ends [Pipeline] } 10:27:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:27:06 ========================================================= 10:27:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:27:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:27:07 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 10:27:07 + 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 . 10:27:08 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 10:27:09 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 10:27:10 Sending build context to Docker daemon 166.1MB 10:27:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:27:10 Step 2/6 : FROM ${BASE} 10:27:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:27:10 5f621e34cdf4: Pulling fs layer 10:27:10 a4357932f1b6: Pulling fs layer 10:27:10 18c013af1878: Pulling fs layer 10:27:10 00ac8860ef70: Pulling fs layer 10:27:10 63d7cb157983: Pulling fs layer 10:27:10 b116817d02f9: Pulling fs layer 10:27:10 745a02a5169b: Pulling fs layer 10:27:10 63d7cb157983: Waiting 10:27:10 b116817d02f9: Waiting 10:27:10 745a02a5169b: Waiting 10:27:10 00ac8860ef70: Waiting 10:27:10 18c013af1878: Download complete 10:27:10 a4357932f1b6: Verifying Checksum 10:27:10 a4357932f1b6: Download complete 10:27:10 63d7cb157983: Verifying Checksum 10:27:10 63d7cb157983: Download complete 10:27:10 b116817d02f9: Verifying Checksum 10:27:10 b116817d02f9: Download complete 10:27:10 5f621e34cdf4: Verifying Checksum 10:27:10 5f621e34cdf4: Download complete 10:27:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:27:10 5f621e34cdf4: Pull complete 10:27:11 a4357932f1b6: Pull complete 10:27:11 18c013af1878: Pull complete 10:27:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 10:27:12 745a02a5169b: Verifying Checksum 10:27:12 745a02a5169b: Download complete 10:27:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:27:13 00ac8860ef70: Verifying Checksum 10:27:13 00ac8860ef70: Download complete [Pipeline] } 10:27:14 $ docker stop --time=1 61b009e2414c21caf1ae8d1f6366f81dbe90ef3810af8290931f65394bd3e3ad 10:27:16 $ docker rm -f 61b009e2414c21caf1ae8d1f6366f81dbe90ef3810af8290931f65394bd3e3ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:27:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:18 10:27:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:27:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:19 latest: Pulling from edgex-devops/edgex-compose 10:27:19 cbdbe7a5bc2a: Pulling fs layer 10:27:19 ca9280d653b3: Pulling fs layer 10:27:19 7e9c9ca2126c: Pulling fs layer 10:27:19 cbdbe7a5bc2a: Verifying Checksum 10:27:19 cbdbe7a5bc2a: Download complete 10:27:19 cbdbe7a5bc2a: Pull complete 10:27:19 ca9280d653b3: Verifying Checksum 10:27:19 ca9280d653b3: Download complete 10:27:20 ca9280d653b3: Pull complete 10:27:20 7e9c9ca2126c: Download complete 10:27:23 00ac8860ef70: Pull complete 10:27:23 63d7cb157983: Pull complete 10:27:24 b116817d02f9: Pull complete 10:27:28 745a02a5169b: Pull complete 10:27:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:27:28 ---> b7e6874047d6 10:27:28 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 10:27:28 7e9c9ca2126c: Pull complete 10:27:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:27:29 prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container 10:27:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:27:31 ---> Running in e9045f05ef43 10:27:32 $ docker top f0fad0a46278b606f54dea59c42d5fd006c46c9f88e0ecd420d70df717d9cb1d -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:27:33 + docker-compose build --help 10:27:33 + grep parallel 10:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:27:34 --parallel Build images in parallel. [Pipeline] } 10:27:34 $ docker stop --time=1 f0fad0a46278b606f54dea59c42d5fd006c46c9f88e0ecd420d70df717d9cb1d 10:27:34 (1/12) Installing libmagic (5.38-r0) 10:27:35 (2/12) Installing file (5.38-r0) 10:27:35 (3/12) Installing libc-dev (0.7.2-r3) 10:27:35 (4/12) Installing g++ (9.3.0-r2) 10:27:35 $ docker rm -f f0fad0a46278b606f54dea59c42d5fd006c46c9f88e0ecd420d70df717d9cb1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:27:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:36 . [Pipeline] withDockerContainer 10:27:37 prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container 10:27:37 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 10:27:37 $ docker top f2d8e2b79e2d47b58cd14f831f7beb79955f5fffc81826c148b7bf1f88a87838 -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:38 + docker-compose -f ./docker-compose-build.yml build --parallel 10:27:39 Building docker-core-command-go ... 10:27:39 Building docker-core-data-go ... 10:27:39 Building docker-core-metadata-go ... 10:27:39 Building docker-security-bootstrapper-go ... 10:27:39 Building docker-security-proxy-setup-go ... 10:27:39 Building docker-security-secretstore-setup-go ... 10:27:39 Building docker-support-notifications-go ... 10:27:39 Building docker-support-scheduler-go ... 10:27:39 Building docker-sys-mgmt-agent-go ... 10:27:39 Building docker-core-data-go 10:27:39 Building docker-support-scheduler-go 10:27:39 Building docker-security-bootstrapper-go 10:27:39 Building docker-support-notifications-go 10:27:39 Building docker-security-proxy-setup-go 10:27:50 (5/12) Installing fortify-headers (1.1-r0) 10:27:50 (6/12) Installing patch (2.7.6-r6) 10:27:50 (7/12) Installing build-base (0.5-r2) 10:27:50 (8/12) Installing libsodium (1.0.18-r0) 10:27:50 (9/12) Installing pkgconf (1.7.2-r0) 10:27:50 (10/12) Installing libsodium-dev (1.0.18-r0) 10:27:50 (11/12) Installing libzmq (4.3.3-r0) 10:27:50 (12/12) Installing zeromq-dev (4.3.3-r0) 10:27:50 Executing busybox-1.31.1-r19.trigger 10:27:50 OK: 217 MiB in 51 packages 10:27:53 Removing intermediate container e9045f05ef43 10:27:53 ---> 4859bb3e097f 10:27:53 Step 4/6 : WORKDIR /edgex-go 10:27:53 ---> Running in 09cb1c2b89e7 10:27:53 Removing intermediate container 09cb1c2b89e7 10:27:53 ---> 8deb7d2465e4 10:27:53 Step 5/6 : COPY go.mod . 10:27:54 ---> 5b32be2c1150 10:27:54 Step 6/6 : RUN go mod download 10:27:54 ---> Running in e2278ac6144c 10:28:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:28:18 ---> cf4432fd0703 10:28:18 Step 3/22 : WORKDIR /edgex-go 10:28:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:28:18 ---> cf4432fd0703 10:28:18 Step 3/21 : WORKDIR /edgex-go 10:28:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:28:18 ---> cf4432fd0703 10:28:18 Step 3/23 : WORKDIR /edgex-go 10:28:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:28:18 ---> cf4432fd0703 10:28:18 Step 3/22 : WORKDIR /edgex-go 10:28:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:28:18 ---> cf4432fd0703 10:28:18 Step 3/31 : WORKDIR /edgex-go 10:28:18 ---> Running in 486b2a7067cd 10:28:18 ---> Running in 70a0252e0c65 10:28:18 ---> Running in a1041c878154 10:28:18 ---> Running in 30f805eb8940 10:28:18 ---> Running in f0b9ef5855d8 10:28:18 Removing intermediate container f0b9ef5855d8 10:28:18 ---> baccf3a6976a 10:28:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:18 Removing intermediate container 30f805eb8940 10:28:18 ---> d450d1f5ef6d 10:28:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:18 Removing intermediate container 486b2a7067cd 10:28:18 ---> eefbb514f89e 10:28:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:18 Removing intermediate container 70a0252e0c65 10:28:18 ---> a2696062b0c0 10:28:18 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:18 Removing intermediate container a1041c878154 10:28:18 ---> ad270e843bc4 10:28:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:18 ---> Running in 23fd476d8a96 10:28:18 ---> Running in 30ac8ba0344e 10:28:18 ---> Running in 36f6d3b6773f 10:28:18 ---> Running in 21a20bf43f82 10:28:18 ---> Running in 2b07c44ed065 10:28:18 Removing intermediate container 36f6d3b6773f 10:28:18 ---> 30dd0900f45a 10:28:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:28:18 Removing intermediate container 30ac8ba0344e 10:28:18 ---> cf3441a169de 10:28:18 Step 5/21 : RUN apk add --update --no-cache make git 10:28:18 ---> Running in 23f4c166b228 10:28:18 ---> Running in 90b24d389794 10:28:18 Removing intermediate container 21a20bf43f82 10:28:18 ---> a6369a268f47 10:28:18 Step 5/31 : RUN apk add --update --no-cache make git 10:28:18 Removing intermediate container 23fd476d8a96 10:28:18 ---> 2c1f0d9b346c 10:28:18 Step 5/22 : RUN apk add --update --no-cache make git 10:28:18 Removing intermediate container 2b07c44ed065 10:28:18 ---> 89a19825412a 10:28:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:28:18 ---> Running in 55ccfd19fcbf 10:28:18 ---> Running in d70cb77629a9 10:28:18 ---> Running in 953adf3e7bb5 10:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:19 OK: 233 MiB in 51 packages 10:28:20 OK: 233 MiB in 51 packages 10:28:20 OK: 233 MiB in 51 packages 10:28:20 OK: 233 MiB in 51 packages 10:28:20 OK: 233 MiB in 51 packages 10:28:20 Removing intermediate container 90b24d389794 10:28:20 ---> 37b4726b6b6d 10:28:20 Step 6/21 : COPY go.mod . 10:28:21 Removing intermediate container 23f4c166b228 10:28:21 ---> bbef16907a2d 10:28:21 Step 6/22 : COPY go.mod . 10:28:21 ---> 7b7e1c883412 10:28:21 Step 7/21 : RUN go mod download 10:28:21 Removing intermediate container d70cb77629a9 10:28:21 ---> d17bcbe1f8fd 10:28:21 Step 6/22 : COPY go.mod . 10:28:21 Removing intermediate container e2278ac6144c 10:28:21 ---> b0fee6cb06ba 10:28:21 Successfully built b0fee6cb06ba 10:28:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:28:21 ---> 479a146356a1 10:28:21 Step 7/22 : RUN go mod download 10:28:21 Removing intermediate container 953adf3e7bb5 10:28:21 ---> e34c924f70c1 10:28:21 Step 6/23 : COPY go.mod . 10:28:21 ---> Running in d502ad78c54d 10:28:21 ---> Running in b686e299cbcf 10:28:21 + docker inspect -f . ci-base-image-arm64 10:28:21 . [Pipeline] withDockerContainer 10:28:21 Removing intermediate container 55ccfd19fcbf 10:28:21 ---> 9da677937e6b 10:28:21 Step 6/31 : COPY go.mod . 10:28:21 prd-ubuntu18.04-docker-arm64-4c-16g-24960 does not seem to be running inside a container 10:28:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 10:28:22 ---> 2d3ec33d9524 10:28:22 Step 7/22 : RUN go mod download 10:28:22 ---> 8aa8525b1d07 10:28:22 Step 7/23 : RUN go mod download 10:28:22 ---> Running in 0bc42921e62a 10:28:22 ---> Running in 08df60c7db0a 10:28:22 ---> 32f4d476efe5 10:28:22 Step 7/31 : RUN go mod download 10:28:22 ---> Running in c10c15371343 10:28:23 $ docker top 5f98230aa548ead67c59394817d134d725c26d6f8c2ed88b9878a1a113f43b35 -eo pid,comm [Pipeline] { [Pipeline] sh 10:28:24 + go version 10:28:24 go version go1.15.5 linux/arm64 [Pipeline] } 10:28:24 $ docker stop --time=1 5f98230aa548ead67c59394817d134d725c26d6f8c2ed88b9878a1a113f43b35 10:28:25 Removing intermediate container 0bc42921e62a 10:28:25 ---> 3a1e9d111dc1 10:28:25 Step 8/23 : COPY . . 10:28:25 Removing intermediate container c10c15371343 10:28:25 ---> 998a7c27a711 10:28:25 Step 8/31 : COPY . . 10:28:25 Removing intermediate container 08df60c7db0a 10:28:25 ---> e84b346e41be 10:28:25 Step 8/22 : COPY . . 10:28:25 Removing intermediate container d502ad78c54d 10:28:25 ---> de611316adf5 10:28:25 Step 8/22 : COPY . . 10:28:26 Removing intermediate container b686e299cbcf 10:28:26 ---> 4c954e25a535 10:28:26 Step 8/21 : COPY . . 10:28:26 $ docker rm -f 5f98230aa548ead67c59394817d134d725c26d6f8c2ed88b9878a1a113f43b35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:28:28 + docker inspect -f . ci-base-image-arm64 10:28:28 . [Pipeline] withDockerContainer 10:28:28 prd-ubuntu18.04-docker-arm64-4c-16g-24960 does not seem to be running inside a container 10:28:28 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 10:28:29 $ docker top f82e010cb0feccddc2736dc3a53a0b36d9708be9459f8cd2d1d951fb4bcc7dc2 -eo pid,comm [Pipeline] { [Pipeline] echo 10:28:30 ========================================================= 10:28:30 [edgeXBuildGoParallel] Running Tests and Build... 10:28:30 ========================================================= [Pipeline] sh 10:28:30 + make test 10:28:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:28:53 ? github.com/edgexfoundry/edgex-go [no test files] 10:29:05 ---> 9d9904822088 10:29:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:29:05 ---> 03a82c315cc1 10:29:05 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:29:05 ---> Running in 783c91e5c508 10:29:05 ---> 4f8c4220c43a 10:29:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:29:05 ---> 5e6440aec0ae 10:29:05 Step 9/23 : RUN make cmd/core-data/core-data 10:29:05 ---> bac87fce36f3 10:29:05 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:29:05 ---> Running in 16dc4f3756e1 10:29:05 ---> Running in 67592b5d6fce 10:29:05 ---> Running in aba79403ffe5 10:29:05 ---> Running in c01049f42b9d 10:29:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:29:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:29:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:29:05 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 10:29:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:29:37 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 10:29:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:29:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:29:43 Removing intermediate container aba79403ffe5 10:29:43 ---> 46f687118f57 10:29:43 10:29:43 Step 10/21 : FROM alpine:3.12 10:29:43 3.12: Pulling from library/alpine 10:29:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:29:45 Status: Downloaded newer image for alpine:3.12 10:29:45 ---> 389fef711851 10:29:45 Step 11/21 : RUN apk add --update --no-cache curl 10:29:48 ---> Running in 0141a74da930 10:29:48 Removing intermediate container 783c91e5c508 10:29:48 ---> f38d61cd87be 10:29:48 10:29:48 Step 10/22 : FROM alpine:3.12 10:29:48 ---> 389fef711851 10:29:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:29:48 Removing intermediate container c01049f42b9d 10:29:48 ---> 07c782422076 10:29:48 10:29:48 Step 10/22 : FROM alpine:3.12 10:29:48 ---> 389fef711851 10:29:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:29:48 Removing intermediate container 16dc4f3756e1 10:29:48 ---> 383182e80383 10:29:48 10:29:48 Step 10/31 : FROM alpine:3.12 10:29:48 ---> 389fef711851 10:29:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:29:48 ---> Running in 59473d376bb1 10:29:48 ---> Running in 7e4366f4a964 10:29:48 ---> Running in 60fde50b8851 10:29:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:49 (1/4) Installing ca-certificates (20191127-r4) 10:29:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:29:49 (3/4) Installing libcurl (7.69.1-r3) 10:29:49 (4/4) Installing curl (7.69.1-r3) 10:29:49 Executing busybox-1.31.1-r19.trigger 10:29:49 Executing ca-certificates-20191127-r4.trigger 10:29:49 OK: 7 MiB in 18 packages 10:29:49 Removing intermediate container 60fde50b8851 10:29:49 ---> 7704d98c2f5d 10:29:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:50 (1/2) Installing ca-certificates (20191127-r4) 10:29:50 (1/1) Installing dumb-init (1.2.2-r1) 10:29:50 Executing busybox-1.31.1-r19.trigger 10:29:50 (2/2) Installing dumb-init (1.2.2-r1) 10:29:50 Executing busybox-1.31.1-r19.trigger 10:29:50 OK: 6 MiB in 15 packages 10:29:50 Executing ca-certificates-20191127-r4.trigger 10:29:50 OK: 6 MiB in 16 packages 10:29:51 ---> Running in 4fe9cfc2d4f2 10:29:52 Removing intermediate container 67592b5d6fce 10:29:52 ---> ff82d4383e8c 10:29:52 10:29:52 Step 10/23 : FROM alpine:3.12 10:29:52 ---> 389fef711851 10:29:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:29:53 ---> Running in baffbb7d4516 10:29:53 Removing intermediate container 7e4366f4a964 10:29:53 ---> d9900b27848b 10:29:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:29:53 Removing intermediate container 0141a74da930 10:29:53 ---> ae94cfdc3f11 10:29:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:29:53 Removing intermediate container 59473d376bb1 10:29:53 ---> ebce5d14aeee 10:29:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:29:53 ---> Running in 3508aa2f933a 10:29:53 ---> Running in 160801abd721 10:29:53 ---> Running in 444373f9bb92 10:29:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:53 Removing intermediate container baffbb7d4516 10:29:53 ---> 03df1ddade6f 10:29:53 Step 12/23 : ENV APP_PORT=48080 10:29:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:54 ---> Running in 43e29cd3b156 10:29:54 (1/2) Installing dumb-init (1.2.2-r1) 10:29:54 (2/2) Installing su-exec (0.2-r1) 10:29:54 Executing busybox-1.31.1-r19.trigger 10:29:54 Removing intermediate container 444373f9bb92 10:29:54 ---> 891f709a9cfa 10:29:54 Step 13/22 : ENV APP_PORT=48085 10:29:54 OK: 6 MiB in 16 packages 10:29:54 Removing intermediate container 3508aa2f933a 10:29:54 ---> e4c9a05029ef 10:29:54 Step 13/22 : ENV APP_PORT=48060 10:29:54 Removing intermediate container 160801abd721 10:29:54 ---> 4d15288c4dfb 10:29:54 Step 13/21 : WORKDIR /edgex 10:29:54 ---> Running in 547ca6e1f470 10:29:54 Removing intermediate container 43e29cd3b156 10:29:54 ---> cb2f1490bf54 10:29:54 Step 13/23 : EXPOSE $APP_PORT 10:29:54 ---> Running in 79d408f88fac 10:29:54 ---> Running in 385d68263608 10:29:54 ---> Running in 1cfdea81671b 10:29:54 Removing intermediate container 547ca6e1f470 10:29:54 ---> c6da2a67b7b8 10:29:54 Step 14/22 : EXPOSE $APP_PORT 10:29:54 Removing intermediate container 79d408f88fac 10:29:54 ---> ae9a1a15bae6 10:29:54 Step 14/22 : EXPOSE $APP_PORT 10:29:55 ---> Running in 1d5f9bd24900 10:29:55 ---> Running in 41395840fa23 10:29:55 Removing intermediate container 1cfdea81671b 10:29:55 ---> aee5c7e92745 10:29:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:55 Removing intermediate container 385d68263608 10:29:55 ---> 5b32eec47c04 10:29:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:29:55 Removing intermediate container 4fe9cfc2d4f2 10:29:55 ---> 153e01d78dc8 10:29:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:29:55 ---> Running in 8e01801c8d00 10:29:55 ---> Running in 86fe977241fd 10:29:56 Removing intermediate container 41395840fa23 10:29:56 ---> 4de09b701f30 10:29:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:56 Removing intermediate container 1d5f9bd24900 10:29:56 ---> 1b8b7435cd9a 10:29:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:56 ---> 22064eaf7563 10:29:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:29:56 Removing intermediate container 86fe977241fd 10:29:56 ---> 27d33b6d0c94 10:29:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:29:56 ---> Running in 4902b2a8db66 10:29:56 ---> 49c26697808d 10:29:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:29:56 ---> 90bfea73337d 10:29:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:29:56 Removing intermediate container 4902b2a8db66 10:29:56 ---> c711ec801f58 10:29:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:29:56 ---> Running in 9d104e1ab003 10:29:56 ---> 37936bbc2130 10:29:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:29:57 ---> b4a52fd062b4 10:29:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:29:57 ---> 8694f26b59d5 10:29:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:29:57 Removing intermediate container 8e01801c8d00 10:29:57 ---> e5f5b91644a1 10:29:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:29:57 ---> 07d52650b717 10:29:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:29:57 ---> Running in ca9ef7462cff 10:29:57 ---> Running in 05233a77c776 10:29:57 ---> aa1f23ef9e14 10:29:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:29:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:29:58 ---> ff7ec733f32a 10:29:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:29:58 Removing intermediate container 05233a77c776 10:29:58 ---> 43e8bfaa9b40 10:29:58 Step 18/21 : CMD ["--init=true"] 10:29:58 ---> Running in 1d49e1d56c11 10:29:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:58 ---> Running in a74687e57644 10:29:59 ---> Running in 8d08d0541cf6 10:29:59 Removing intermediate container 1d49e1d56c11 10:29:59 ---> 9d97cb0b82f9 10:29:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:59 Removing intermediate container a74687e57644 10:29:59 ---> 0ddb722009de 10:29:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:59 ---> Running in f35a4e495068 10:29:59 Removing intermediate container 8d08d0541cf6 10:29:59 ---> 36067fda43a8 10:29:59 Step 19/21 : LABEL arch=x86_64 10:29:59 Removing intermediate container 9d104e1ab003 10:29:59 ---> 21b8fb4f93c6 10:29:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:29:59 ---> Running in 7061f40ead75 10:29:59 ---> Running in d63b2835617f 10:29:59 ---> Running in d121bfbe152d 10:29:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:59 Removing intermediate container f35a4e495068 10:29:59 ---> 315ad787de8e 10:29:59 Step 20/22 : LABEL arch=x86_64 10:29:59 ---> Running in f51dacaef096 10:29:59 Removing intermediate container 7061f40ead75 10:29:59 ---> 84ea53209542 10:29:59 Step 20/22 : LABEL arch=x86_64 10:29:59 Removing intermediate container d63b2835617f 10:29:59 ---> bbf95abfa740 10:29:59 Step 20/21 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:29:59 Removing intermediate container d121bfbe152d 10:29:59 ---> 7ec32b1467b6 10:29:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:30:00 ---> Running in 0fc11e04a3bd 10:30:00 ---> Running in 895726a3f689 10:30:00 (1/6) Installing dumb-init (1.2.2-r1) 10:30:00 Removing intermediate container f51dacaef096 10:30:00 ---> c7ac505171e3 10:30:00 Step 21/22 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:30:00 (2/6) Installing libgcc (9.3.0-r2) 10:30:00 ---> Running in f5fa4297017e 10:30:00 (3/6) Installing libsodium (1.0.18-r0) 10:30:00 (4/6) Installing libstdc++ (9.3.0-r2) 10:30:00 Removing intermediate container 0fc11e04a3bd 10:30:00 ---> 4325fd1be127 10:30:00 Step 21/22 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:30:00 ---> 2f7b0638f862 10:30:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:30:00 Removing intermediate container 895726a3f689 10:30:00 ---> 62696071aa50 10:30:00 Step 21/21 : LABEL version=0.0.0 10:30:00 (5/6) Installing libzmq (4.3.3-r0) 10:30:00 ---> Running in b06084fd4fe2 10:30:00 (6/6) Installing zeromq (4.3.3-r0) 10:30:00 ---> Running in 119ef47b4038 10:30:00 ---> Running in 41f4445fbf8f 10:30:00 Executing busybox-1.31.1-r19.trigger 10:30:00 Removing intermediate container f5fa4297017e 10:30:00 ---> fed9ff9c6324 10:30:00 Step 22/22 : LABEL version=0.0.0 10:30:00 OK: 8 MiB in 20 packages 10:30:01 ---> Running in b5a36502be69 10:30:01 Removing intermediate container 41f4445fbf8f 10:30:01 ---> 6a7bfd07a791 10:30:01 10:30:01 Removing intermediate container b06084fd4fe2 10:30:01 ---> 0d7ff0925994 10:30:01 Step 22/22 : LABEL version=0.0.0 10:30:01 ---> Running in f97834d27a1c 10:30:01 Removing intermediate container b5a36502be69 10:30:01 ---> 223d718821b5 10:30:01 10:30:01 Successfully built 6a7bfd07a791 10:30:01 Successfully built 223d718821b5 10:30:01 Removing intermediate container ca9ef7462cff 10:30:01 ---> 9356af8fbfcc 10:30:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:30:01 Successfully tagged docker-security-proxy-setup-go:latest 10:30:01 Building docker-sys-mgmt-agent-go 10:30:01  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-notifications-go:latest 10:30:01  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 10:30:01 Removing intermediate container f97834d27a1c 10:30:01 ---> fcab2a40bd28 10:30:01 10:30:02 Successfully built fcab2a40bd28 10:30:02 Successfully tagged docker-support-scheduler-go:latest 10:30:02 Building docker-core-metadata-go 10:30:02  Building docker-support-scheduler-go ... done  ---> 196cc9c7c029 10:30:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:30:02 Removing intermediate container 119ef47b4038 10:30:02 ---> f5f863bb13be 10:30:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:30:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:30:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:30:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:30:03 ---> d222a2a0a21d 10:30:03 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:30:03 ---> 031147d8a69e 10:30:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:30:04 ---> 2983c118ac81 10:30:04 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:30:06 ---> 60615db04904 10:30:06 Step 19/23 : ENTRYPOINT ["/core-data"] 10:30:08 ---> Running in 14947eab596c 10:30:08 ---> 92ee16fe4567 10:30:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:30:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.395s coverage: 46.0% of statements 10:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:30:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.160s coverage: 100.0% of statements 10:30:11 Removing intermediate container 14947eab596c 10:30:11 ---> cb7f0079bb83 10:30:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:30:11 ---> 86e160c37e8a 10:30:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:30:11 ---> Running in f646bdc671cd 10:30:11 Removing intermediate container f646bdc671cd 10:30:11 ---> 03b3471cd2f7 10:30:11 Step 21/23 : LABEL arch=x86_64 10:30:11 ---> 16c6bcd2f4dc 10:30:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:30:11 ---> Running in e74d3d233640 10:30:12 ---> Running in 0ad93ad52404 10:30:12 Removing intermediate container e74d3d233640 10:30:12 ---> d534eb77db98 10:30:12 Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:30:12 ---> Running in f03596e3ebc3 10:30:12 Removing intermediate container 0ad93ad52404 10:30:12 ---> 6575e436a862 10:30:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:30:15 Removing intermediate container f03596e3ebc3 10:30:15 ---> f319644fbf5d 10:30:15 Step 23/23 : LABEL version=0.0.0 10:30:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.585s coverage: 27.1% of statements 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:30:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.105s coverage: 100.0% of statements 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:30:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:30:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.215s coverage: 65.8% of statements 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:30:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:30:16 ---> e5ff18497c48 10:30:16 Step 26/31 : RUN chmod +x /entrypoint.sh 10:30:16 ---> Running in 1f516badaebe 10:30:17 ---> Running in 0929ccde288c 10:30:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.682s coverage: 82.3% of statements 10:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:30:18 Removing intermediate container 1f516badaebe 10:30:18 ---> 07d3f4a592db 10:30:18 10:30:19 Successfully built 07d3f4a592db 10:30:19 Successfully tagged docker-core-data-go:latest 10:30:19  Building docker-core-data-go ... done Building docker-core-command-go 10:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.229s coverage: 28.6% of statements 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements 10:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:30:25 Removing intermediate container 0929ccde288c 10:30:25 ---> aa168196d325 10:30:25 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:30:26 ---> Running in 964bf62c806e 10:30:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements 10:30:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:30:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:30:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:30:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:30:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:30:27 ---> cf4432fd0703 10:30:27 Step 3/23 : WORKDIR /edgex-go 10:30:27 ---> Using cache 10:30:27 ---> ad270e843bc4 10:30:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:27 Removing intermediate container 964bf62c806e 10:30:27 ---> bcedf069fb56 10:30:27 Step 28/31 : CMD ["gate"] 10:30:27 ---> Using cache 10:30:27 ---> 89a19825412a 10:30:27 Step 5/23 : RUN apk add --update --no-cache make git 10:30:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:30:27 ---> cf4432fd0703 10:30:27 Step 3/26 : WORKDIR /edgex-go 10:30:27 ---> Using cache 10:30:27 ---> ad270e843bc4 10:30:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:27 ---> Using cache 10:30:27 ---> 89a19825412a 10:30:27 Step 5/26 : RUN apk add --update --no-cache make bash git 10:30:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:30:27 ---> cf4432fd0703 10:30:27 Step 3/24 : WORKDIR /edgex-go 10:30:27 ---> Using cache 10:30:27 ---> ad270e843bc4 10:30:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:27 ---> Using cache 10:30:27 ---> 89a19825412a 10:30:27 Step 5/24 : RUN apk add --update --no-cache make git 10:30:28 ---> Running in d643f69979f2 10:30:28 ---> Running in c2495ff8856a 10:30:28 ---> Running in 7305dff1307a 10:30:28 ---> Running in 4d297ca7f793 10:30:29 Removing intermediate container 7305dff1307a 10:30:29 ---> 7ebcb0a96944 10:30:29 Step 29/31 : LABEL arch=x86_64 10:30:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:30 ---> Running in c7e6d9f988a4 10:30:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:31 Removing intermediate container c7e6d9f988a4 10:30:31 ---> 4167c2af375a 10:30:31 Step 30/31 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:30:31 OK: 233 MiB in 51 packages 10:30:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:32 ---> Running in 8151867a3aa4 10:30:32 OK: 233 MiB in 51 packages 10:30:32 OK: 233 MiB in 51 packages 10:30:33 Removing intermediate container 8151867a3aa4 10:30:33 ---> 06cb29cff738 10:30:33 Step 31/31 : LABEL version=0.0.0 10:30:33 Removing intermediate container d643f69979f2 10:30:33 ---> e7e30bf5b53d 10:30:33 Step 6/26 : COPY go.mod . 10:30:33 ---> Running in 531faeac8353 10:30:35 ---> 830017f44cad 10:30:35 Step 7/26 : RUN go mod download 10:30:35 Removing intermediate container 531faeac8353 10:30:35 ---> 7fcd6c21fd82 10:30:35 10:30:35 Removing intermediate container c2495ff8856a 10:30:35 ---> 56647b65ad08 10:30:35 Step 6/23 : COPY go.mod . 10:30:35 Removing intermediate container 4d297ca7f793 10:30:35 ---> a23242335ae9 10:30:35 Step 6/24 : COPY go.mod . 10:30:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.277s coverage: 92.8% of statements 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:30:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:30:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.271s coverage: 0.1% of statements 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 45.5% of statements 10:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.136s coverage: 79.5% of statements 10:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 10:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 10:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 10:30:35 ---> Running in 1c028313c71f 10:30:35 Successfully built 7fcd6c21fd82 10:30:35 Successfully tagged docker-security-bootstrapper-go:latest 10:30:36  Building docker-security-bootstrapper-go ... done  ---> 8ae9662b5422 10:30:36 Step 7/23 : RUN go mod download 10:30:36 ---> c0cf88d7006a 10:30:36 Step 7/24 : RUN go mod download 10:30:36 ---> Running in 4ea86d3fce4c 10:30:37 ---> Running in ea8ce778dc2c 10:30:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:30:39 ---> cf4432fd0703 10:30:39 Step 3/23 : WORKDIR /edgex-go 10:30:39 ---> Using cache 10:30:39 ---> ad270e843bc4 10:30:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:39 ---> Using cache 10:30:39 ---> 89a19825412a 10:30:39 Step 5/23 : RUN apk add --update --no-cache make git 10:30:39 ---> Using cache 10:30:39 ---> a23242335ae9 10:30:39 Step 6/23 : COPY go.mod . 10:30:39 ---> Using cache 10:30:39 ---> c0cf88d7006a 10:30:39 Step 7/23 : RUN go mod download 10:30:39 ---> Running in d406bba1ab63 10:30:40 Removing intermediate container 4ea86d3fce4c 10:30:40 ---> cd1c626ee30d 10:30:40 Step 8/23 : COPY . . 10:30:40 Removing intermediate container 1c028313c71f 10:30:40 ---> 6ce69c4bc2d4 10:30:40 Step 8/26 : COPY . . 10:30:40 Removing intermediate container ea8ce778dc2c 10:30:40 ---> b22fb261c218 10:30:40 Step 8/24 : COPY . . 10:30:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements 10:30:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements 10:30:49 Removing intermediate container d406bba1ab63 10:30:49 ---> 309e2bab1a87 10:30:49 Step 8/23 : COPY . . 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.122s coverage: 92.9% of statements 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.486s coverage: 63.5% of statements 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 10:31:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.791s coverage: 68.9% of statements 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:31:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:31:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 37.0% of statements 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:31:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.697s coverage: 84.0% of statements 10:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.129s coverage: 100.0% of statements 10:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.147s coverage: 100.0% of statements 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.222s coverage: 90.4% of statements 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:31:12 ---> 0f769134c9f8 10:31:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:31:12 ---> Running in 8422fa094aac 10:31:12 ---> 8f4c5e69f8e0 10:31:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:31:12 ---> a55bfb653327 10:31:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:31:12 ---> Running in b5e5e4e83f84 10:31:12 ---> Running in c5a97f5a218c 10:31:15 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 10:31:15 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 10:31:15 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 10:31:15 ---> 969933e6b2b7 10:31:15 Step 9/23 : RUN make cmd/core-command/core-command 10:31:15 ---> Running in 10e6a2bb5c1e 10:31: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 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.979s coverage: 29.1% of statements 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.146s coverage: 100.0% of statements 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.159s coverage: 100.0% of statements 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 10:31:19 GO111MODULE=on go vet ./... 10:31:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:31:43 Removing intermediate container c5a97f5a218c 10:31:43 ---> 16c2e6faaa8c 10:31:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:31:43 ---> Running in 3b81ecfa1cf3 10:31:43 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 10:31:45 Removing intermediate container 8422fa094aac 10:31:45 ---> 8700aee6b9ed 10:31:45 10:31:45 Step 10/24 : FROM alpine:3.12 10:31:45 ---> 389fef711851 10:31:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:31:45 ---> Running in b5e8aeb0b0a7 10:31:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:46 Removing intermediate container 3b81ecfa1cf3 10:31:46 ---> f9413981c3f2 10:31:46 10:31:46 Step 11/26 : FROM docker:20.10.0 10:31:46 (1/5) Installing ca-certificates (20191127-r4) 10:31:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:31:46 (3/5) Installing libcurl (7.69.1-r3) 10:31:46 20.10.0: Pulling from library/docker 10:31:46 (4/5) Installing curl (7.69.1-r3) 10:31:46 (5/5) Installing dumb-init (1.2.2-r1) 10:31:46 Executing busybox-1.31.1-r19.trigger 10:31:47 Executing ca-certificates-20191127-r4.trigger 10:31:47 OK: 7 MiB in 19 packages 10:31:51 Removing intermediate container 10e6a2bb5c1e 10:31:51 ---> 0d336acbe21b 10:31:51 10:31:51 Step 10/23 : FROM alpine:3.12 10:31:51 ---> 389fef711851 10:31:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:31:51 ---> Using cache 10:31:51 ---> ebce5d14aeee 10:31:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:31:51 ---> Using cache 10:31:51 ---> 891f709a9cfa 10:31:51 Step 13/23 : ENV APP_PORT=48082 10:31:51 Removing intermediate container b5e5e4e83f84 10:31:51 ---> dd72c8c9a58a 10:31:51 10:31:51 Step 10/23 : FROM alpine:3.12 10:31:51 ---> 389fef711851 10:31:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:31:51 ---> Using cache 10:31:51 ---> ebce5d14aeee 10:31:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:31:51 ---> Using cache 10:31:51 ---> 891f709a9cfa 10:31:51 Step 13/23 : ENV APP_PORT=48081 10:31:51 ---> Running in acc32f8466c0 10:31:51 ---> Running in 2baee4930949 10:31:51 Removing intermediate container b5e8aeb0b0a7 10:31:51 ---> b3f41c5f1626 10:31:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:31:51 ---> Running in f98f16971735 10:31:51 Removing intermediate container 2baee4930949 10:31:51 ---> 19ac43fb8472 10:31:51 Step 14/23 : EXPOSE $APP_PORT 10:31:51 Removing intermediate container acc32f8466c0 10:31:51 ---> b814fc9f0554 10:31:51 Step 14/23 : EXPOSE $APP_PORT 10:31:51 ---> Running in 4dae7afe981b 10:31:51 Removing intermediate container f98f16971735 10:31:52 ---> f6962b59f4ed 10:31:52 Step 13/24 : WORKDIR / 10:31:52 ---> Running in 52e5b3367e36 10:31:52 ---> Running in 2f649846722b 10:31:52 Removing intermediate container 4dae7afe981b 10:31:52 ---> 0e99a3c20c94 10:31:52 Step 15/23 : WORKDIR / 10:31:52 Removing intermediate container 52e5b3367e36 10:31:52 ---> a11769409801 10:31:52 Step 15/23 : WORKDIR / 10:31:52 ---> Running in 8fe74f56ac3a 10:31:52 Removing intermediate container 2f649846722b 10:31:52 ---> fde5c8a59f76 10:31:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:31:52 ---> Running in b31c64e47ad9 10:31:53 Removing intermediate container 8fe74f56ac3a 10:31:53 ---> 7ea6082e0bd9 10:31:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:31:53 Removing intermediate container b31c64e47ad9 10:31:53 ---> cf0208a4c271 10:31:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:31:53 ---> b76c4950621f 10:31:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:31:53 ---> ff1c8fca75ad 10:31:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:31:53 ---> 0ae943e0e8c0 10:31:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:31:53 ---> b0e50464b72c 10:31:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:31:56 ---> 8a482ff20576 10:31:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:31:56 ---> 3a6952a442cc 10:31:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:31:56 ---> d0ae347caea6 10:31:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:31:56 ---> fecf2c9773f3 10:31:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:31:56 ---> 753019a87d6c 10:31:56 Step 19/23 : ENTRYPOINT ["/core-command"] 10:31:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:31:56 ---> Running in b1fa61f99614 10:31:56 Status: Downloaded newer image for docker:20.10.0 10:31:56 ---> aefe523efa57 10:31:56 Step 12/26 : RUN apk add --no-cache bash 10:31:56 ---> Running in aea3620b0e32 10:31:56 ---> b6cc6e91858f 10:31:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:31:56 ---> Running in 32eaa24304d4 10:31:57 Removing intermediate container b1fa61f99614 10:31:57 ---> ad9102cedcb6 10:31:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:31:57 Removing intermediate container aea3620b0e32 10:31:57 ---> 7b6cde546d2b 10:31:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:31:57 ---> Running in f5d49dbc140a 10:31:58 ---> Running in b7bce347e1da 10:31:58 ---> e7a87bbc0ee8 10:31:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:58 Removing intermediate container f5d49dbc140a 10:31:58 ---> 4e8898b2d882 10:31:58 Step 21/23 : LABEL arch=x86_64 10:31:58 ---> Running in d8e2be99cc9e 10:31:58 (1/2) Installing readline (8.0.4-r0) 10:31:58 (2/2) Installing bash (5.0.17-r0) 10:31:58 Removing intermediate container b7bce347e1da 10:31:58 ---> cb5e5e6517f5 10:31:58 Step 21/23 : LABEL arch=x86_64 10:31:58 Executing bash-5.0.17-r0.post-install 10:31:58 Executing busybox-1.31.1-r19.trigger 10:31:58 OK: 12 MiB in 22 packages 10:31:58 ---> d12b757eb5f1 10:31:58 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/ 10:31:58 ---> Running in 841b772d9e33 10:31:58 Removing intermediate container d8e2be99cc9e 10:31:58 ---> 8e81746769dd 10:31:58 Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:31:58 ---> Running in 67b35bb9e0b6 10:31:58 ---> Running in eb8a779d92a1 10:31:58 Removing intermediate container 841b772d9e33 10:31:58 ---> e482241eb357 10:31:58 Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:31:59 ---> Running in c451350bc820 10:31:59 Removing intermediate container eb8a779d92a1 10:31:59 ---> 83d13a3d280d 10:31:59 Step 23/23 : LABEL version=0.0.0 10:31:59 Removing intermediate container 32eaa24304d4 10:31:59 ---> 224c279a1594 10:31:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:31:59 ---> Running in d73258d8a678 10:31:59 Removing intermediate container c451350bc820 10:31:59 ---> 19d719323196 10:31:59 Step 23/23 : LABEL version=0.0.0 10:31:59 ---> Running in 931b049cf6ee 10:31:59 ---> Running in d3bc768f7cee 10:31:59 Removing intermediate container d73258d8a678 10:31:59 ---> 524e0394d792 10:31:59 10:31:59 Removing intermediate container 931b049cf6ee 10:31:59 ---> 152536339906 10:31:59 10:31:59 Removing intermediate container d3bc768f7cee 10:31:59 ---> a3aa6d0a585c 10:31:59 Step 14/26 : ENV APP_PORT=48090 10:31:59 Successfully built 524e0394d792 10:31:59 Successfully built 152536339906 10:32:00 Successfully tagged docker-core-metadata-go:latest 10:32:00  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest 10:32:00  Building docker-core-command-go ... done  ---> Running in 82dab4641077 10:32:00 Removing intermediate container 67b35bb9e0b6 10:32:00 ---> f154a3f58845 10:32:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:32:00 Removing intermediate container 82dab4641077 10:32:00 ---> 022c1b98a57c 10:32:00 Step 15/26 : EXPOSE $APP_PORT 10:32:00 ---> Running in bed35cc2f4d4 10:32:00 ---> Running in 84e143496101 10:32:00 Removing intermediate container bed35cc2f4d4 10:32:00 ---> ee0e45e8ee7e 10:32:00 Step 22/24 : LABEL arch=x86_64 10:32:00 Removing intermediate container 84e143496101 10:32:00 ---> d7c8e7bc37cf 10:32:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:32:00 ---> Running in 9f67e7255405 10:32:01 Removing intermediate container 9f67e7255405 10:32:01 ---> c45298ace884 10:32:01 Step 23/24 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:32:01 ---> Running in bfe4ecd90233 10:32:01 ---> 51050d0981cf 10:32:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:32:01 Removing intermediate container bfe4ecd90233 10:32:01 ---> 52b8770a1367 10:32:01 Step 24/24 : LABEL version=0.0.0 10:32:01 ---> Running in 2f0f88085097 10:32:01 Removing intermediate container 2f0f88085097 10:32:01 ---> 924e9d4ad71c 10:32:01 10:32:01 ---> 0694354a4fbc 10:32:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:32:02 Successfully built 924e9d4ad71c 10:32:02 Successfully tagged docker-security-secretstore-setup-go:latest 10:32:03  Building docker-security-secretstore-setup-go ... done  ---> 66afe99131a3 10:32:03 Step 19/26 : RUN apk --no-cache add py3-pip 10:32:03 ---> Running in 400fa48ba0ef 10:32:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:32:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:32:04 (1/33) Installing libbz2 (1.0.8-r1) 10:32:04 (2/33) Installing expat (2.2.9-r1) 10:32:04 (3/33) Installing libffi (3.3-r2) 10:32:04 (4/33) Installing gdbm (1.13-r1) 10:32:04 (5/33) Installing xz-libs (5.2.5-r0) 10:32:04 (6/33) Installing sqlite-libs (3.32.1-r0) 10:32:04 (7/33) Installing python3 (3.8.5-r0) 10:32:04 (8/33) Installing py3-appdirs (1.4.4-r1) 10:32:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:32:04 (10/33) Installing py3-parsing (2.4.7-r0) 10:32:04 (11/33) Installing py3-six (1.15.0-r0) 10:32:04 (12/33) Installing py3-packaging (20.4-r0) 10:32:04 (13/33) Installing py3-setuptools (47.0.0-r0) 10:32:04 (14/33) Installing py3-chardet (3.0.4-r4) 10:32:04 (15/33) Installing py3-idna (2.9-r0) 10:32:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:32:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:32:05 (18/33) Installing py3-requests (2.23.0-r0) 10:32:05 (19/33) Installing py3-msgpack (1.0.0-r0) 10:32:05 (20/33) Installing py3-lockfile (0.12.2-r3) 10:32:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:32:05 (22/33) Installing py3-colorama (0.4.3-r0) 10:32:05 (23/33) Installing py3-distlib (0.3.0-r0) 10:32:05 (24/33) Installing py3-distro (1.5.0-r1) 10:32:05 (25/33) Installing py3-webencodings (0.5.1-r3) 10:32:05 (26/33) Installing py3-html5lib (1.0.1-r4) 10:32:05 (27/33) Installing py3-pytoml (0.1.21-r0) 10:32:05 (28/33) Installing py3-pep517 (0.8.2-r0) 10:32:05 (29/33) Installing py3-progress (1.5-r0) 10:32:05 (30/33) Installing py3-toml (0.10.1-r0) 10:32:05 (31/33) Installing py3-retrying (1.3.3-r0) 10:32:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:32:05 (33/33) Installing py3-pip (20.1.1-r0) 10:32:05 Executing busybox-1.31.1-r19.trigger 10:32:05 OK: 71 MiB in 55 packages 10:32:13 Removing intermediate container 400fa48ba0ef 10:32:13 ---> f6fa5e371fc2 10:32:13 Step 20/26 : RUN pip install docker-compose==1.23.2 10:32:13 ---> Running in 5443fb4b22b7 10:32:15 Collecting docker-compose==1.23.2 10:32:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:32:15 Collecting jsonschema<3,>=2.5.1 10:32:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:32:15 Collecting cached-property<2,>=1.2.0 10:32:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:32:16 Collecting texttable<0.10,>=0.9.0 10:32:16 Downloading texttable-0.9.1.tar.gz (11 kB) 10:32:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:32:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:32:16 Collecting websocket-client<1.0,>=0.32.0 10:32:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:32:17 Collecting PyYAML<4,>=3.10 10:32:17 Downloading PyYAML-3.13.tar.gz (270 kB) 10:32:18 Collecting docker<4.0,>=3.6.0 10:32:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:32:18 Collecting docopt<0.7,>=0.6.1 10:32:18 Downloading docopt-0.6.2.tar.gz (25 kB) 10:32:18 Collecting dockerpty<0.5,>=0.4.1 10:32:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:32:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:32:19 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) 10:32:19 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) 10:32:19 Collecting urllib3<1.25,>=1.21.1 10:32:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:32:19 Collecting idna<2.8,>=2.5 10:32:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:32:19 Collecting docker-pycreds>=0.4.0 10:32:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:32:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:32:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:32:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:32:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:32:20 Installing collected packages: jsonschema, cached-property, texttable, urllib3, idna, requests, websocket-client, PyYAML, docker-pycreds, docker, docopt, dockerpty, docker-compose 10:32:20 Running setup.py install for texttable: started 10:32:20 Running setup.py install for texttable: finished with status 'done' 10:32:20 Attempting uninstall: urllib3 10:32:20 Found existing installation: urllib3 1.25.9 10:32:20 Uninstalling urllib3-1.25.9: 10:32:20 Successfully uninstalled urllib3-1.25.9 10:32:20 Attempting uninstall: idna 10:32:20 Found existing installation: idna 2.9 10:32:20 Uninstalling idna-2.9: 10:32:21 Successfully uninstalled idna-2.9 10:32:21 Attempting uninstall: requests 10:32:21 Found existing installation: requests 2.23.0 10:32:21 Uninstalling requests-2.23.0: 10:32:21 Successfully uninstalled requests-2.23.0 10:32:21 Running setup.py install for PyYAML: started 10:32:21 Running setup.py install for PyYAML: finished with status 'done' 10:32:22 Running setup.py install for docopt: started 10:32:22 Running setup.py install for docopt: finished with status 'done' 10:32:22 Running setup.py install for dockerpty: started 10:32:23 Running setup.py install for dockerpty: finished with status 'done' 10:32:23 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.57.0 10:32:26 Removing intermediate container 5443fb4b22b7 10:32:26 ---> 68c1efe471ef 10:32:26 Step 21/26 : RUN apk --no-cache add curl 10:32:27 ---> Running in b0280089ca09 10:32:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:32:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:32:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:32:28 (2/3) Installing libcurl (7.69.1-r3) 10:32:28 (3/3) Installing curl (7.69.1-r3) 10:32:28 Executing busybox-1.31.1-r19.trigger 10:32:28 OK: 72 MiB in 58 packages 10:32:28 Removing intermediate container b0280089ca09 10:32:28 ---> 7923eafcc274 10:32:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:32:28 ---> Running in 6864049044f2 10:32:28 Removing intermediate container 6864049044f2 10:32:28 ---> 7651f45043ff 10:32:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:32:28 ---> Running in 4dc062cbedaa 10:32:29 Removing intermediate container 4dc062cbedaa 10:32:29 ---> 797485333671 10:32:29 Step 24/26 : LABEL arch=x86_64 10:32:29 ---> Running in b0130a631562 10:32:29 Removing intermediate container b0130a631562 10:32:29 ---> f45cf54c45fc 10:32:29 Step 25/26 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:32:29 ---> Running in d509482a6fcd 10:32:29 Removing intermediate container d509482a6fcd 10:32:29 ---> 988546566651 10:32:29 Step 26/26 : LABEL version=0.0.0 10:32:29 ---> Running in 5a0ecb40328d 10:32:29 Removing intermediate container 5a0ecb40328d 10:32:29 ---> d25afe59584b 10:32:29 10:32:29 Successfully built d25afe59584b 10:32:29 Successfully tagged docker-sys-mgmt-agent-go:latest 10:32:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:32:30 $ docker stop --time=1 f2d8e2b79e2d47b58cd14f831f7beb79955f5fffc81826c148b7bf1f88a87838 10:32:32 $ docker rm -f f2d8e2b79e2d47b58cd14f831f7beb79955f5fffc81826c148b7bf1f88a87838 [Pipeline] // withDockerContainer [Pipeline] sh 10:32:33 + docker images 10:32:33 + grep docker 10:32:34 docker-sys-mgmt-agent-go latest d25afe59584b 4 seconds ago 313MB 10:32:34 docker-security-secretstore-setup-go latest 924e9d4ad71c 32 seconds ago 24.6MB 10:32:34 docker-core-metadata-go latest 524e0394d792 34 seconds ago 18.8MB 10:32:34 docker-core-command-go latest 152536339906 34 seconds ago 16.9MB 10:32:34 docker-security-bootstrapper-go latest 7fcd6c21fd82 About a minute ago 23.8MB 10:32:34 docker-core-data-go latest 07d3f4a592db 2 minutes ago 22.3MB 10:32:34 docker-support-scheduler-go latest fcab2a40bd28 2 minutes ago 17MB 10:32:34 docker-support-notifications-go latest 223d718821b5 2 minutes ago 17.5MB 10:32:34 docker-security-proxy-setup-go latest 6a7bfd07a791 2 minutes ago 24.4MB 10:32:34 docker 20.10.0 aefe523efa57 7 weeks 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 10:32:41 gofmt -l . 10:32:41 [ "`gofmt -l .`" = "" ] 10:32:41 ./bin/test-go-mod-tidy.sh 10:32:41 ./bin/test-attribution-txt.sh [Pipeline] sh 10:32:41 + ls -al . 10:32:41 total 712 10:32:41 drwxrwxr-x 9 1001 1001 4096 Feb 4 10:32 . 10:32:41 drwxr-xr-x 4 root root 4096 Feb 4 10:28 .. 10:32:41 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:26 .dockerignore 10:32:41 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:26 .git 10:32:41 drwxrwxr-x 3 1001 1001 4096 Feb 4 10:26 .github 10:32:41 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:26 .gitignore 10:32:41 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:26 .sonarcloud.properties 10:32:41 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:26 Attribution.txt 10:32:41 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:26 CONTRIBUTING.md 10:32:41 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:26 Dockerfile.build 10:32:41 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:26 Jenkinsfile 10:32:41 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:26 LICENSE 10:32:41 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:26 Makefile 10:32:41 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:26 README.md 10:32:41 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:26 SECURITY.md 10:32:41 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION 10:32:41 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:26 ZMQWindows.md 10:32:41 drwxrwxr-x 2 1001 1001 4096 Feb 4 10:26 bin 10:32:41 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:26 cmd 10:32:41 -rw-r--r-- 1 root root 580808 Feb 4 10:31 coverage.out 10:32:41 -rw-r--r-- 1 root root 1054 Feb 4 10:32 go.mod 10:32:41 -rw-r--r-- 1 root root 19399 Feb 4 10:32 go.sum 10:32:41 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:26 internal 10:32:41 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:26 openapi 10:32:41 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:26 snap 10:32:41 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:26 version.go [Pipeline] sh 10:32:42 + '[' -e coverage.out ] 10:32:42 + chown 1001:1001 coverage.out [Pipeline] stash 10:32:42 Warning: overwriting stash ‘coverage-report’ 10:32:43 Stashed 1 file(s) [Pipeline] sh 10:32:44 + make build 10:32:44 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 10:32:50 Still waiting to schedule task 10:32:50 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-24958’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-24964’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24963’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ 10:32:54 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 10:33:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:33:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:33:28 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 10:33: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 10:33: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 10:33:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:33:42 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 10:33:46 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 10:33:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:33:54 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 10:33:57 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] } 10:34:03 $ docker stop --time=1 f82e010cb0feccddc2736dc3a53a0b36d9708be9459f8cd2d1d951fb4bcc7dc2 10:34:05 $ docker rm -f f82e010cb0feccddc2736dc3a53a0b36d9708be9459f8cd2d1d951fb4bcc7dc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:07 10:34:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:34:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:08 latest: Pulling from edgex-devops/edgex-compose-arm64 10:34:08 29e5d40040c1: Pulling fs layer 10:34:08 1ce36da41761: Pulling fs layer 10:34:08 25b303627fd3: Pulling fs layer 10:34:08 29e5d40040c1: Download complete 10:34:09 29e5d40040c1: Pull complete 10:34:09 1ce36da41761: Verifying Checksum 10:34:09 1ce36da41761: Download complete 10:34:10 1ce36da41761: Pull complete 10:34:10 25b303627fd3: Verifying Checksum 10:34:10 25b303627fd3: Download complete 10:34:20 25b303627fd3: Pull complete 10:34:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:34:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:34:21 prd-ubuntu18.04-docker-arm64-4c-16g-24960 does not seem to be running inside a container 10:34:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 10:34:24 $ docker top 8eac5ec6e4c429db0d6e77d8767ce8d0a5c07c04fc3e8bd5e16907456aba6037 -eo pid,comm [Pipeline] { [Pipeline] sh 10:34:25 + docker-compose build --help 10:34:25 + grep parallel 10:34:28 --parallel Build images in parallel. [Pipeline] } 10:34:29 $ docker stop --time=1 8eac5ec6e4c429db0d6e77d8767ce8d0a5c07c04fc3e8bd5e16907456aba6037 10:34:30 $ docker rm -f 8eac5ec6e4c429db0d6e77d8767ce8d0a5c07c04fc3e8bd5e16907456aba6037 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:31 . [Pipeline] withDockerContainer 10:34:32 prd-ubuntu18.04-docker-arm64-4c-16g-24960 does not seem to be running inside a container 10:34:32 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 10:34:33 $ docker top 0ea0cff36f9a8db77ff85b8eb58000f1e9bfdec8cdaf5fded21383a092f2a564 -eo pid,comm [Pipeline] { [Pipeline] sh 10:34:34 + docker-compose -f ./docker-compose-build.yml build --parallel 10:34:37 Building docker-core-command-go ... 10:34:37 Building docker-core-data-go ... 10:34:37 Building docker-core-metadata-go ... 10:34:37 Building docker-security-bootstrapper-go ... 10:34:37 Building docker-security-proxy-setup-go ... 10:34:37 Building docker-security-secretstore-setup-go ... 10:34:37 Building docker-support-notifications-go ... 10:34:37 Building docker-support-scheduler-go ... 10:34:37 Building docker-sys-mgmt-agent-go ... 10:34:37 Building docker-core-command-go 10:34:37 Building docker-security-proxy-setup-go 10:34:37 Building docker-security-secretstore-setup-go 10:34:37 Building docker-support-notifications-go 10:34:37 Building docker-core-metadata-go 10:34:39 Running on prd-ubuntu18.04-docker-8c-8g-24966 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 10:34:39 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 10:34:41 using credential edgex-jenkins-ssh 10:34:41 Cloning the remote Git repository 10:34:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:34:42 > git init /w/workspace/edgex-go/6 # timeout=10 10:34:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:34:42 > git --version # timeout=10 10:34:42 > git --version # 'git version 2.17.1' 10:34:42 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:56 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:34:56 Merge succeeded, producing 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:34:56 Checking out Revision 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a (PR-3113) 10:34:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:34:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:34:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:34:56 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:34:56 > git config core.sparsecheckout # timeout=10 10:34:56 > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 10:34:56 > git remote # timeout=10 10:34:56 > git config --get remote.origin.url # timeout=10 10:34:56 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:56 > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 10:34:56 > git rev-parse HEAD^{commit} # timeout=10 10:34:56 > git config core.sparsecheckout # timeout=10 10:34:56 > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 10:35:00 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:35:01 + echo snap-build.sh 10:35:01 snap-build.sh 10:35:01 + SNAP_BASE_DIR=. 10:35:01 + '[' '!' -z /w/workspace/edgex-go/6 ']' 10:35:01 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 10:35:01 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 10:35:01 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 10:35:01 + cd /w/workspace/edgex-go/6 10:35:01 + sudo apt-get remove -qy --purge lxd lxd-client 10:35:01 Reading package lists... 10:35:02 Building dependency tree... 10:35:02 Reading state information... 10:35:02 The following packages were automatically installed and are no longer required: 10:35:02 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:35:02 uidmap xdelta3 10:35:02 Use 'sudo apt autoremove' to remove them. 10:35:02 The following packages will be REMOVED: 10:35:02 lxd* lxd-client* 10:35:02 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:35:02 After this operation, 31.7 MB disk space will be freed. 10:35:03 (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.) 10:35:03 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 10:35:04 Removing lxd dnsmasq configuration 10:35:04 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:35:04 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:35:05 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:35:06 (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.) 10:35:06 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 10:35:07 Processing triggers for systemd (237-3ubuntu10.42) ... 10:35:07 Processing triggers for ureadahead (0.100.0-21) ... 10:35:08 + sudo snap remove --purge lxd 10:35:08 snap "lxd" is not installed 10:35:08 + sudo groupadd --force --system lxd 10:35:08 ++ whoami 10:35:08 + sudo /usr/sbin/usermod -G lxd -a jenkins 10:35:08 + newgrp - lxd 10:35:08 + sudo snap install lxd 10:35:18 2021-02-04T10:35:15Z INFO Waiting for automatic snapd restart... 10:35:33 lxd 4.10 from Canonical* installed 10:35:33 + sudo lxd init --auto 10:35:41 + sudo snap install --classic snapcraft 10:35:46 snapcraft 4.4.4 from Canonical* installed 10:35:46 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 10:35:46 + patch --verbose -p1 10:35:46 Hmm... Looks like a unified diff to me... 10:35:46 The text leading up to this was: 10:35:46 -------------------------- 10:35:46 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 10:35:46 |From: Tony Espy 10:35:46 |Date: Wed, 16 Dec 2020 16:34:55 -0500 10:35:46 |Subject: [PATCH] optimize snap build for pipeline CI check 10:35:46 | 10:35:46 |This patch is used by the EdgeX CI pipeline builds to 10:35:46 |optimize the snap CI check run for pull requests. When 10:35:46 |applied, it essentially strips out everything (apps and 10:35:46 |parts) from the snapcraft.yaml file except those required 10:35:46 |to build edgex-go, as the whole idea of the CI check is to 10:35:46 |catch changes to edgex-go that break the snap build. 10:35:46 | 10:35:46 |In general, anyone updating snapcraft.yaml will also need 10:35:46 |to update this patch file, otherwise it may fail to apply, 10:35:46 |resulting in a failed snap build CI check in the associated 10:35:46 |pull request. 10:35:46 | 10:35:46 |Note - in addition to applying this patch, the pipeline also 10:35:46 |only primes the snap (e.g. `snapcraft prime`), as there's no 10:35:46 |need to build the finally binary .snap file (and it won't 10:35:46 |work with the patch applied). This further reduces the build 10:35:46 |time. 10:35:46 |--- 10:35:46 | snap/snapcraft.yaml | 461 +------------------------------------------- 10:35:46 | 1 file changed, 2 insertions(+), 459 deletions(-) 10:35:46 | 10:35:46 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 10:35:46 |index 1e537489..faf42425 100644 10:35:46 |--- a/snap/snapcraft.yaml 10:35:46 |+++ b/snap/snapcraft.yaml 10:35:46 -------------------------- 10:35:46 patching file snap/snapcraft.yaml 10:35:46 Using Plan A... 10:35:46 Hunk #1 succeeded at 73. 10:35:46 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 10:35:46 Hunk #3 succeeded at 214 (offset -1 lines). 10:35:46 Hunk #4 succeeded at 222 (offset -1 lines). 10:35:46 Hunk #5 succeeded at 229 (offset -1 lines). 10:35:46 Hunk #6 succeeded at 256 (offset -1 lines). 10:35:46 Hunk #7 succeeded at 290 (offset -1 lines). 10:35:46 Hunk #8 succeeded at 342. 10:35:46 Hmm... Ignoring the trailing garbage. 10:35:46 done 10:35:46 + sudo snapcraft prime --use-lxd 10:35:47 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 10:35:47 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: 10:35:47 - README.md 10:35:47 - snapcraft.yaml.orig 10:35:47 10:35:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:35:48 Launching a container. 10:35:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:35:59 ---> b0fee6cb06ba 10:35:59 Step 3/22 : WORKDIR /edgex-go 10:35:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:35:59 ---> b0fee6cb06ba 10:35:59 Step 3/23 : WORKDIR /edgex-go 10:35:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:35:59 ---> b0fee6cb06ba 10:35:59 Step 3/23 : WORKDIR /edgex-go 10:35:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:35:59 ---> b0fee6cb06ba 10:35:59 Step 3/24 : WORKDIR /edgex-go 10:35:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:35:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:35:59 ---> b0fee6cb06ba 10:35:59 Step 3/21 : WORKDIR /edgex-go 10:35:59 ---> Running in f301a43c4ba5 10:35:59 ---> Running in 2248f04266d1 10:35:59 ---> Running in 87615144136b 10:35:59 ---> Running in 5285182b4df8 10:35:59 ---> Running in de2f93dbb07e 10:35:59 Removing intermediate container f301a43c4ba5 10:35:59 ---> 98ca32962d5b 10:35:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:59 Removing intermediate container de2f93dbb07e 10:35:59 ---> 46affcf90182 10:35:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:59 Removing intermediate container 87615144136b 10:35:59 ---> 27b3997cd101 10:35:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:59 Removing intermediate container 5285182b4df8 10:35:59 ---> b1a285914e40 10:35:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:59 Removing intermediate container 2248f04266d1 10:35:59 ---> f22ece96ca30 10:35:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:59 ---> Running in 2872d4723e1c 10:35:59 ---> Running in c3ccb74ce21e 10:35:59 ---> Running in d8e8ff3df7e2 10:35:59 ---> Running in 532f30db3cd9 10:35:59 ---> Running in 0825724f7ebc 10:35:59 Removing intermediate container c3ccb74ce21e 10:35:59 ---> e35dfcca1203 10:35:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:35:59 ---> Running in 718c573b360e 10:35:59 Removing intermediate container d8e8ff3df7e2 10:35:59 ---> f3179602485f 10:35:59 Step 5/24 : RUN apk add --update --no-cache make git 10:35:59 ---> Running in a82fa13112e4 10:35:59 Removing intermediate container 0825724f7ebc 10:35:59 ---> a6823aba7990 10:35:59 Step 5/23 : RUN apk add --update --no-cache make git 10:35:59 Removing intermediate container 2872d4723e1c 10:35:59 ---> 2c067f1895b1 10:35:59 Step 5/21 : RUN apk add --update --no-cache make git 10:35:59 Removing intermediate container 532f30db3cd9 10:35:59 ---> cf86c490c34f 10:35:59 Step 5/23 : RUN apk add --update --no-cache make git 10:35:59 ---> Running in bbdc15121bb2 10:35:59 ---> Running in 808e8d45af8d 10:35:59 ---> Running in ad8e64cc740f 10:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:00 Waiting for container to be ready 10:36:00 To start your first instance, try: lxc launch ubuntu:18.04 10:36:00 10:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:02 OK: 217 MiB in 51 packages 10:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:03 OK: 217 MiB in 51 packages 10:36:03 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 10:36:03 Waiting for network to be ready... 10:36:03 Removing intermediate container 718c573b360e 10:36:03 ---> c91aa3f26258 10:36:03 Step 6/22 : COPY go.mod . 10:36:03 OK: 217 MiB in 51 packages 10:36:03 OK: 217 MiB in 51 packages 10:36:03 OK: 217 MiB in 51 packages 10:36:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:36:04 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:36:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 10:36:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 10:36:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 10:36:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 10:36:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 10:36:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 10:36:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 10:36:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 10:36:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:36:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:36:04 Removing intermediate container a82fa13112e4 10:36:04 ---> 675b2dd999b5 10:36:04 Step 6/24 : COPY go.mod . 10:36:04 ---> c1ad004d9bac 10:36:04 Step 7/22 : RUN go mod download 10:36:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:36:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:36:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:36:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:36:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:36:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:36:05 ---> Running in ba96ca0f5943 10:36:05 Removing intermediate container ad8e64cc740f 10:36:05 ---> 00b7f0ce4acf 10:36:05 Step 6/21 : COPY go.mod . 10:36:05 Removing intermediate container bbdc15121bb2 10:36:05 ---> 84d3b51983ee 10:36:05 Step 6/23 : COPY go.mod . 10:36:05 Removing intermediate container 808e8d45af8d 10:36:05 ---> 6ba908cb4f29 10:36:05 Step 6/23 : COPY go.mod . 10:36:05 ---> 52d41939161f 10:36:05 Step 7/24 : RUN go mod download 10:36:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:36:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 10:36:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 10:36:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 10:36:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 10:36:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 10:36:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 10:36:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 10:36:06 ---> Running in aef7b4b1c454 10:36:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 10:36:06 ---> e396957efda1 10:36:06 Step 7/21 : RUN go mod download 10:36:07 ---> Running in b546cbba0986 10:36:07 ---> 15adfbcf28bf 10:36:07 ---> 17439dc79127 10:36:07 Step 7/23 : RUN go mod download 10:36:07 Step 7/23 : RUN go mod download 10:36:07 ---> Running in e790d4d5cdd5 10:36:07 ---> Running in eae792a49541 10:36:08 Fetched 23.9 MB in 5s (5241 kB/s) 10:36:09 Removing intermediate container ba96ca0f5943 10:36:09 ---> b3696a8a35fa 10:36:09 Step 8/22 : COPY . . 10:36:09 Reading package lists... 10:36:09 Reading package lists... 10:36:09 Building dependency tree... 10:36:09 Reading state information... 10:36:09 The following additional packages will be installed: 10:36:09 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:36:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:36:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:36:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 10:36:09 Suggested packages: 10:36:09 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 10:36:09 Recommended packages: 10:36:09 gnupg libsasl2-modules 10:36:09 The following NEW packages will be installed: 10:36:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:36:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:36:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:36:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 10:36:09 The following packages will be upgraded: 10:36:09 gpg gpg-agent gpgconf libudev1 10:36:10 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 10:36:10 Need to get 3533 kB of archives. 10:36:10 After this operation, 13.3 MB of additional disk space will be used. 10:36:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 10:36:10 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 10:36:10 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 10:36:10 Removing intermediate container aef7b4b1c454 10:36:10 ---> 3bfafc468bed 10:36:10 Step 8/24 : COPY . . 10:36:10 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 10:36:10 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 10:36:10 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 10:36:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 10:36:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 10:36:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 10:36:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 10:36:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 10:36:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 10:36:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 10:36:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 10:36:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 10:36:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 10:36:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 10:36:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 10:36:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 10:36:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 10:36:11 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 10:36:11 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 10:36:11 debconf: delaying package configuration, since apt-utils is not installed 10:36:11 Fetched 3533 kB in 1s (2553 kB/s) 10:36:11 (Reading database ... 12511 files and directories currently installed.) 10:36:11 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 10:36:11 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:36:11 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 10:36:12 Removing intermediate container b546cbba0986 10:36:12 ---> eb3d9cf2d1d7 10:36:12 Step 8/21 : COPY . . 10:36:12 Selecting previously unselected package udev. 10:36:12 (Reading database ... 12511 files and directories currently installed.) 10:36:12 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 10:36:12 Unpacking udev (237-3ubuntu10.44) ... 10:36:12 Selecting previously unselected package libfuse2:amd64. 10:36:12 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 10:36:12 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:36:12 Selecting previously unselected package fuse. 10:36:12 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 10:36:12 Unpacking fuse (2.9.7-1ubuntu1) ... 10:36:12 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 10:36:12 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:36:12 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 10:36:12 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:36:12 Removing intermediate container eae792a49541 10:36:12 ---> 5289b55a83a5 10:36:12 Step 8/23 : COPY . . 10:36:12 Removing intermediate container e790d4d5cdd5 10:36:12 ---> 0b998a5b027d 10:36:12 Step 8/23 : COPY . . 10:36:13 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 10:36:13 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:36:13 Selecting previously unselected package libksba8:amd64. 10:36:13 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 10:36:13 Unpacking libksba8:amd64 (1.3.5-2) ... 10:36:13 Selecting previously unselected package libroken18-heimdal:amd64. 10:36:13 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:13 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:13 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:36:13 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:13 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:13 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:36:13 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:13 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:13 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:36:13 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:13 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:13 Selecting previously unselected package libwind0-heimdal:amd64. 10:36:13 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:13 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:13 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:36:13 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:13 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:13 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:36:13 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:13 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:14 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:36:14 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:14 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:36:14 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:36:14 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:14 Selecting previously unselected package libsasl2-modules-db:amd64. 10:36:14 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:36:14 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:36:14 Selecting previously unselected package libsasl2-2:amd64. 10:36:14 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:36:14 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:36:14 Selecting previously unselected package libldap-common. 10:36:14 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 10:36:14 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 10:36:14 Selecting previously unselected package libldap-2.4-2:amd64. 10:36:14 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 10:36:14 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 10:36:14 Selecting previously unselected package dirmngr. 10:36:14 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 10:36:14 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 10:36:14 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 10:36:14 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 10:36:14 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:36:14 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:36:14 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:36:14 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 10:36:14 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:14 Setting up libksba8:amd64 (1.3.5-2) ... 10:36:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:36:14 Setting up udev (237-3ubuntu10.44) ... 10:36:15 invoke-rc.d: policy-rc.d denied execution of start. 10:36:15 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:15 Processing triggers for systemd (237-3ubuntu10) ... 10:36:15 Setting up fuse (2.9.7-1ubuntu1) ... 10:36:15 Setting up gpg (2.2.4-1ubuntu1.3) ... 10:36:15 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:15 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:15 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:15 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:15 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:15 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:15 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:36:15 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 10:36:15 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 10:36:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:36:16 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 10:36:16 settings in the [Install] section, and DefaultInstance for template units). 10:36:16 This means they are not meant to be enabled using systemctl. 10:36:16 Possible reasons for having this kind of units are: 10:36:16 1) A unit may be statically enabled by being symlinked from another unit's 10:36:16 .wants/ or .requires/ directory. 10:36:16 2) A unit's purpose may be to act as a helper for some other unit which has 10:36:16 a requirement dependency on it. 10:36:16 3) A unit may be started when needed via activation (socket, path, timer, 10:36:16 D-Bus, udev, scripted systemctl call, ...). 10:36:16 4) In case of template units, the unit is meant to be enabled with some 10:36:16 instance name specified. 10:36:16 Reading package lists... 10:36:16 Building dependency tree... 10:36:16 Reading state information... 10:36:17 The following additional packages will be installed: 10:36:17 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 10:36:17 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 10:36:17 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 10:36:17 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 10:36:17 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 10:36:17 Suggested packages: 10:36:17 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 10:36:17 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 10:36:17 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 10:36:17 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 10:36:17 systemd-container policykit-1 10:36:17 Recommended packages: 10:36:17 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 10:36:17 The following NEW packages will be installed: 10:36:17 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 10:36:17 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 10:36:17 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 10:36:17 multiarch-support openssh-client python3 python3-minimal python3.6 10:36:17 python3.6-minimal snapd squashfs-tools sudo 10:36:17 The following packages will be upgraded: 10:36:17 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 10:36:17 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 10:36:17 Need to get 35.2 MB of archives. 10:36:17 After this operation, 141 MB of additional disk space will be used. 10:36:17 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 10:36:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 10:36:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 10:36:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 10:36:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 10:36:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 10:36:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 10:36:18 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 10:36:18 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 10:36:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 10:36:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 10:36:18 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 10:36:18 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 10:36:18 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 10:36:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 10:36:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 10:36:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 10:36:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 10:36:18 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 10:36:18 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 10:36:18 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 10:36:18 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 10:36:18 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 10:36:18 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 10:36:18 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 10:36:18 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 10:36:18 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 10:36:18 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 10:36:18 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 10:36:18 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 10:36:19 debconf: delaying package configuration, since apt-utils is not installed 10:36:19 Fetched 35.2 MB in 2s (15.7 MB/s) 10:36:19 (Reading database ... 12757 files and directories currently installed.) 10:36:19 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 10:36:19 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:36:20 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 10:36:20 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:36:20 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 10:36:20 (Reading database ... 12757 files and directories currently installed.) 10:36:20 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 10:36:20 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 10:36:20 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 10:36:20 (Reading database ... 12757 files and directories currently installed.) 10:36:20 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 10:36:20 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 10:36:21 Setting up apt (1.6.12ubuntu0.2) ... 10:36:21 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 10:36:21 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 10:36:21 (Reading database ... 12764 files and directories currently installed.) 10:36:21 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 10:36:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 10:36:22 Selecting previously unselected package libpython3.6-minimal:amd64. 10:36:22 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:36:22 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:36:22 Selecting previously unselected package libexpat1:amd64. 10:36:22 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 10:36:22 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:36:22 Selecting previously unselected package python3.6-minimal. 10:36:22 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:36:22 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 10:36:22 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 10:36:22 Checking for services that may need to be restarted...done. 10:36:22 Checking for services that may need to be restarted...done. 10:36:22 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:36:22 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:36:22 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 10:36:23 Selecting previously unselected package python3-minimal. 10:36:23 (Reading database ... 13012 files and directories currently installed.) 10:36:23 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 10:36:23 Unpacking python3-minimal (3.6.7-1~18.04) ... 10:36:23 Selecting previously unselected package mime-support. 10:36:23 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 10:36:23 Unpacking mime-support (3.60ubuntu1) ... 10:36:23 Selecting previously unselected package libmpdec2:amd64. 10:36:23 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 10:36:23 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:36:23 Selecting previously unselected package libpython3.6-stdlib:amd64. 10:36:23 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:36:23 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:36:23 Selecting previously unselected package python3.6. 10:36:23 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:36:23 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 10:36:23 Selecting previously unselected package libpython3-stdlib:amd64. 10:36:23 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 10:36:24 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:36:24 Setting up python3-minimal (3.6.7-1~18.04) ... 10:36:24 Selecting previously unselected package python3. 10:36:24 (Reading database ... 13442 files and directories currently installed.) 10:36:24 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 10:36:24 Unpacking python3 (3.6.7-1~18.04) ... 10:36:24 Selecting previously unselected package multiarch-support. 10:36:24 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 10:36:24 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 10:36:24 Setting up multiarch-support (2.27-3ubuntu1.4) ... 10:36:24 Selecting previously unselected package liblzo2-2:amd64. 10:36:24 (Reading database ... 13479 files and directories currently installed.) 10:36:24 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 10:36:24 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 10:36:24 Selecting previously unselected package libbsd0:amd64. 10:36:24 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 10:36:24 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:36:24 Selecting previously unselected package sudo. 10:36:24 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 10:36:24 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 10:36:24 Selecting previously unselected package apparmor. 10:36:24 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 10:36:24 Unpacking apparmor (2.12-4ubuntu5.1) ... 10:36:25 Selecting previously unselected package libedit2:amd64. 10:36:25 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 10:36:25 Unpacking libedit2:amd64 (3.1-20170329-1) ... 10:36:25 Selecting previously unselected package libkrb5support0:amd64. 10:36:25 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 10:36:25 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:36:25 Selecting previously unselected package libk5crypto3:amd64. 10:36:25 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 10:36:25 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:36:25 Selecting previously unselected package libkeyutils1:amd64. 10:36:25 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 10:36:25 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:36:25 Selecting previously unselected package libkrb5-3:amd64. 10:36:25 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 10:36:25 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:36:25 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:36:25 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 10:36:25 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:36:25 Selecting previously unselected package libssl1.0.0:amd64. 10:36:25 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 10:36:25 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 10:36:26 Selecting previously unselected package openssh-client. 10:36:26 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 10:36:26 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:36:26 Selecting previously unselected package squashfs-tools. 10:36:26 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 10:36:26 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:36:26 Selecting previously unselected package snapd. 10:36:26 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 10:36:26 Unpacking snapd (2.48+18.04) ... 10:36:28 Setting up libedit2:amd64 (3.1-20170329-1) ... 10:36:28 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 10:36:28 Setting up mime-support (3.60ubuntu1) ... 10:36:28 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 10:36:28 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:36:28 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:36:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:36:28 Setting up systemd (237-3ubuntu10.44) ... 10:36:28 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 10:36:29 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:36:29 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:36:29 Setting up liblzo2-2:amd64 (2.08-1.2) ... 10:36:29 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:36:29 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:36:29 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 10:36:30 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:36:30 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:36:30 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:36:30 Setting up python3 (3.6.7-1~18.04) ... 10:36:30 running python rtupdate hooks for python3.6... 10:36:30 running python post-rtupdate hooks for python3.6... 10:36:30 Setting up apparmor (2.12-4ubuntu5.1) ... 10:36:31 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 10:36:32 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:36:32 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:36:32 Setting up snapd (2.48+18.04) ... 10:36:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 10:36:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 10:36:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 10:36:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 10:36:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:36:33 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:36:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 10:36:33 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 10:36:33 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 10:36:34 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 10:36:34 /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' 10:36:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:36:35 Processing triggers for systemd (237-3ubuntu10.44) ... 10:36:35 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:36:35 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:36:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:36:36 Reading package lists... 10:36:36 Reading package lists... 10:36:37 Building dependency tree... 10:36:37 Reading state information... 10:36:37 Calculating upgrade... 10:36:37 The following packages will be upgraded: 10:36:37 advancecomp base-files bash binutils binutils-common 10:36:37 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 10:36:37 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 10:36:37 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 10:36:37 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 10:36:37 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 10:36:37 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 10:36:37 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 10:36:37 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 10:36:37 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 10:36:37 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 10:36:37 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 10:36:37 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 10:36:37 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 10:36:37 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 10:36:37 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 10:36:37 Need to get 63.8 MB of archives. 10:36:37 After this operation, 5188 kB of additional disk space will be used. 10:36:37 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 10:36:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 10:36:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 10:36:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 10:36:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 10:36:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 10:36:38 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 10:36:38 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 10:36:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 10:36:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 10:36:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 10:36:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 10:36:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 10:36:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 10:36:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 10:36:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 10:36:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 10:36:38 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 10:36:38 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 10:36:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 10:36:38 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 10:36:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 10:36:38 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 10:36:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 10:36:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 10:36:38 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 10:36:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 10:36:38 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 10:36:38 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 10:36:38 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 10:36:38 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 10:36:38 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 10:36:38 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 10:36:38 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 10:36:38 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 10:36:38 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 10:36:38 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 10:36:38 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 10:36:38 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 10:36:38 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 10:36:38 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 10:36:38 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 10:36:38 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 10:36:39 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 10:36:39 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 10:36:39 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 10:36:39 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 10:36:39 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 10:36:39 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 10:36:39 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 10:36:39 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 10:36:39 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 10:36:39 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 10:36:39 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 10:36:39 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 10:36:39 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 10:36:39 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 10:36:39 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 10:36:39 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 10:36:39 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 10:36:39 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 10:36:39 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 10:36:39 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 10:36:39 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 10:36:39 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 10:36:39 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 10:36:39 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 10:36:39 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 10:36:39 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 10:36:39 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 10:36:39 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 10:36:39 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 10:36:39 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 10:36:39 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 10:36:39 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 10:36:39 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 10:36:39 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 10:36:39 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 10:36:39 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 10:36:39 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 10:36:39 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 10:36:39 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 10:36:39 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 10:36:39 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 10:36:39 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 10:36:39 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 10:36:39 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 10:36:39 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 10:36:39 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 10:36:39 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 10:36:40 ---> 4edf3add1812 10:36:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:36:40 ---> 54a01c30f48c 10:36:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:36:40 ---> e9b12474ebae 10:36:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:36:40 ---> 3657321adba5 10:36:40 Step 9/23 : RUN make cmd/core-command/core-command 10:36:40 ---> 9333c5ef78a9 10:36:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:36:40 ---> Running in d9fe66820a7a 10:36:40 ---> Running in 4d81bda6616a 10:36:40 ---> Running in becc4c3dc049 10:36:40 ---> Running in 2714a0e10c93 10:36:40 ---> Running in 9f560706faf5 10:36:40 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 10:36:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:36:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:36:40 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 10:36:40 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 10:36:40 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 10:36:40 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 10:36:40 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 10:36:40 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 10:36:41 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 10:36:41 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 10:36:41 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:36:41 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 10:36:41 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 10:36:41 debconf: delaying package configuration, since apt-utils is not installed 10:36:41 Fetched 63.8 MB in 4s (17.8 MB/s) 10:36:41 (Reading database ... 13912 files and directories currently installed.) 10:36:41 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 10:36:41 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:36:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 10:36:42 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:36:42 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 10:36:42 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 10:36:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:44 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:44 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:44 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:44 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:44 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:44 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:44 (Reading database ... 13911 files and directories currently installed.) 10:36:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 10:36:44 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 10:36:44 (Reading database ... 13911 files and directories currently installed.) 10:36:44 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:44 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:44 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:44 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:36:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:36:45 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 10:36:45 (Reading database ... 13911 files and directories currently installed.) 10:36:45 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 10:36:45 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:36:45 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 10:36:46 (Reading database ... 13911 files and directories currently installed.) 10:36:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 10:36:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 10:36:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 10:36:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 10:36:46 Setting up base-files (10.1ubuntu2.10) ... 10:36:46 Installing new version of config file /etc/issue ... 10:36:46 Installing new version of config file /etc/issue.net ... 10:36:46 Installing new version of config file /etc/lsb-release ... 10:36:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 10:36:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 10:36:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 10:36:46 Removing obsolete conffile /etc/default/motd-news ... 10:36:46 (Reading database ... 13912 files and directories currently installed.) 10:36:46 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 10:36:46 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 10:36:46 Setting up bash (4.4.18-2ubuntu1.2) ... 10:36:47 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 10:36:47 (Reading database ... 13912 files and directories currently installed.) 10:36:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 10:36:47 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 10:36:47 (Reading database ... 13912 files and directories currently installed.) 10:36:47 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 10:36:47 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 10:36:47 Setting up tar (1.29b-2ubuntu0.2) ... 10:36:47 (Reading database ... 13912 files and directories currently installed.) 10:36:47 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 10:36:47 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:36:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 10:36:48 (Reading database ... 13912 files and directories currently installed.) 10:36:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 10:36:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:36:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 10:36:48 (Reading database ... 13912 files and directories currently installed.) 10:36:48 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 10:36:48 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:36:48 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 10:36:48 (Reading database ... 13912 files and directories currently installed.) 10:36:48 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 10:36:48 Unpacking grep (3.1-2build1) over (3.1-2) ... 10:36:48 Setting up grep (3.1-2build1) ... 10:36:48 (Reading database ... 13912 files and directories currently installed.) 10:36:48 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 10:36:48 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:36:48 Setting up login (1:4.5-1ubuntu2) ... 10:36:49 (Reading database ... 13912 files and directories currently installed.) 10:36:49 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 10:36:49 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:36:49 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 10:36:49 (Reading database ... 13912 files and directories currently installed.) 10:36:49 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 10:36:49 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:36:49 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 10:36:49 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:36:49 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 10:36:49 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:36:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 10:36:50 (Reading database ... 13912 files and directories currently installed.) 10:36:50 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 10:36:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:36:51 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:36:51 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:36:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:36:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:36:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 10:36:51 (Reading database ... 13912 files and directories currently installed.) 10:36:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 10:36:52 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 10:36:52 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 10:36:52 (Reading database ... 13912 files and directories currently installed.) 10:36:52 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:52 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:52 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:36:52 (Reading database ... 13912 files and directories currently installed.) 10:36:52 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:52 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:36:52 (Reading database ... 13912 files and directories currently installed.) 10:36:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:36:53 (Reading database ... 13912 files and directories currently installed.) 10:36:53 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:53 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:53 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:36:53 (Reading database ... 13912 files and directories currently installed.) 10:36:53 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 10:36:53 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:36:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 10:36:53 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:36:53 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 10:36:53 (Reading database ... 13912 files and directories currently installed.) 10:36:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 10:36:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:36:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 10:36:53 (Reading database ... 13912 files and directories currently installed.) 10:36:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:54 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:36:54 (Reading database ... 13912 files and directories currently installed.) 10:36:54 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:54 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:54 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 10:36:54 (Reading database ... 13912 files and directories currently installed.) 10:36:54 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:54 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:55 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 10:36:55 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 10:36:55 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 10:36:55 (Reading database ... 13912 files and directories currently installed.) 10:36:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 10:36:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:36:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 10:36:56 (Reading database ... 13912 files and directories currently installed.) 10:36:56 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 10:36:56 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:36:56 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 10:36:56 (Reading database ... 13914 files and directories currently installed.) 10:36:56 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 10:36:56 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 10:36:56 Setting up debconf (1.5.66ubuntu1) ... 10:36:57 (Reading database ... 13914 files and directories currently installed.) 10:36:57 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 10:36:57 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:36:57 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 10:36:57 (Reading database ... 13914 files and directories currently installed.) 10:36:57 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 10:36:57 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:36:57 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 10:36:57 (Reading database ... 13914 files and directories currently installed.) 10:36:57 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:36:57 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:36:57 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:36:57 (Reading database ... 13914 files and directories currently installed.) 10:36:57 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:36:57 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:36:57 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 10:36:58 (Reading database ... 13914 files and directories currently installed.) 10:36:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:36:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:36:58 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:36:58 (Reading database ... 13914 files and directories currently installed.) 10:36:58 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:36:58 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:36:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 10:36:58 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:36:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 10:36:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:36:59 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 10:36:59 (Reading database ... 13914 files and directories currently installed.) 10:36:59 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 10:36:59 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 10:36:59 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 10:36:59 (Reading database ... 13914 files and directories currently installed.) 10:36:59 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 10:36:59 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:36:59 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 10:36:59 (Reading database ... 13914 files and directories currently installed.) 10:36:59 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 10:36:59 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:37:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 10:37:00 (Reading database ... 13914 files and directories currently installed.) 10:37:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 10:37:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 10:37:00 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 10:37:00 (Reading database ... 13914 files and directories currently installed.) 10:37:00 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 10:37:00 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:37:00 Setting up passwd (1:4.5-1ubuntu2) ... 10:37:00 (Reading database ... 13914 files and directories currently installed.) 10:37:00 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 10:37:00 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:37:01 Setting up gpgv (2.2.4-1ubuntu1.3) ... 10:37:01 (Reading database ... 13914 files and directories currently installed.) 10:37:01 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 10:37:01 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 10:37:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 10:37:01 (Reading database ... 13914 files and directories currently installed.) 10:37:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 10:37:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 10:37:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 10:37:01 (Reading database ... 13914 files and directories currently installed.) 10:37:01 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 10:37:01 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 10:37:01 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 10:37:01 (Reading database ... 13914 files and directories currently installed.) 10:37:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 10:37:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 10:37:01 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 10:37:02 (Reading database ... 13914 files and directories currently installed.) 10:37:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 10:37:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 10:37:02 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 10:37:02 (Reading database ... 13914 files and directories currently installed.) 10:37:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 10:37:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 10:37:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 10:37:02 (Reading database ... 13915 files and directories currently installed.) 10:37:02 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:37:02 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:37:02 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:37:02 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:37:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 10:37:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 10:37:03 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 10:37:03 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 10:37:03 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 10:37:03 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 10:37:03 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 10:37:03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 10:37:03 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 10:37:03 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 10:37:03 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 10:37:04 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 10:37:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 10:37:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 10:37:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 10:37:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 10:37:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 10:37:04 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 10:37:04 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 10:37:04 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 10:37:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 10:37:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 10:37:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 10:37:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 10:37:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:37:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:37:06 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:37:06 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:37:06 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:37:06 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:37:06 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:37:06 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:37:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:07 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:07 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:09 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:09 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:10 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:10 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:11 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:37:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:37:11 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:37:11 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:37:11 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 10:37:11 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:37:11 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 10:37:11 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:37:11 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:37:11 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 10:37:11 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:37:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:37:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:37:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:37:11 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 10:37:11 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 10:37:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:37:12 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 10:37:12 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:37:12 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:37:12 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:37:12 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 10:37:12 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 10:37:12 Setting up tzdata (2021a-0ubuntu0.18.04) ... 10:37:12 10:37:12 Current default time zone: 'Etc/UTC' 10:37:12 Local time is now: Thu Feb 4 10:37:12 UTC 2021. 10:37:12 Universal Time is now: Thu Feb 4 10:37:12 UTC 2021. 10:37:12 Run 'dpkg-reconfigure tzdata' if you wish to change it. 10:37:12 10:37:12 Setting up systemd-sysv (237-3ubuntu10.44) ... 10:37:12 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:37:12 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 10:37:12 Setting up mount (2.31.1-0.4ubuntu3.7) ... 10:37:12 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 10:37:12 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 10:37:12 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:37:12 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 10:37:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 10:37:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 10:37:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:37:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... 10:37:12 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:37:12 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 10:37:12 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:37:12 Setting up patch (2.7.6-2ubuntu1.1) ... 10:37:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:37:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 10:37:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 10:37:12 Installing new version of config file /etc/ssl/openssl.cnf ... 10:37:13 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 10:37:13 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 10:37:13 Setting up ca-certificates (20210119~18.04.1) ... 10:37:15 Updating certificates in /etc/ssl/certs... 10:37:15 23 added, 27 removed; done. 10:37:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 10:37:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:37:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 10:37:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 10:37:15 Setting up pkgbinarymangler (138.18.04.1) ... 10:37:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:37:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 10:37:15 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:37:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:37:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:37:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:37:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:37:15 Setting up perl (5.26.1-6ubuntu0.5) ... 10:37:16 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 10:37:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 10:37:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:37:16 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 10:37:16 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:37:16 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 10:37:16 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 10:37:16 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 10:37:16 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 10:37:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:37:16 Processing triggers for systemd (237-3ubuntu10.44) ... 10:37:16 Processing triggers for mime-support (3.60ubuntu1) ... 10:37:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 10:37:16 Updating certificates in /etc/ssl/certs... 10:37:17 0 added, 0 removed; done. 10:37:17 Running hooks in /etc/ca-certificates/update.d... 10:37:17 done. 10:37:17 Reading package lists... 10:37:17 Building dependency tree... 10:37:17 Reading state information... 10:37:17 The following NEW packages will be installed: 10:37:17 apt-transport-https 10:37:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 10:37:17 Need to get 1696 B of archives. 10:37:17 After this operation, 153 kB of additional disk space will be used. 10:37:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 10:37:17 debconf: delaying package configuration, since apt-utils is not installed 10:37:17 Fetched 1696 B in 0s (46.6 kB/s) 10:37:17 Selecting previously unselected package apt-transport-https. 10:37:17 (Reading database ... 13920 files and directories currently installed.) 10:37:17 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 10:37:17 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 10:37:18 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 10:37:18 Waiting for network to be ready... 10:37:24 2021-02-04T10:37:21Z INFO Waiting for automatic snapd restart... 10:37:24 snapd 2.48.2 from Canonical* installed 10:37:25 "snapd" switched to the "latest/stable" channel 10:37:25 10:37:27 core18 20201210 from Canonical* installed 10:37:28 "core18" switched to the "latest/stable" channel 10:37:28 10:37:31 snapcraft 4.4.4 from Canonical* installed 10:37:31 "snapcraft" switched to the "latest/stable" channel 10:37:31 10:37:34 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: 10:37:34 - README.md 10:37:34 - snapcraft.yaml.orig 10:37:34 10:37:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:37:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:37:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:37:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 10:37:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:37:42 Reading package lists... 10:37:42 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 10:37:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:37:49 Reading package lists... 10:37:49 Building dependency tree... 10:37:49 Reading state information... 10:37:49 Suggested packages: 10:37:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:37:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 10:37:49 Recommended packages: 10:37:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 10:37:49 The following NEW packages will be installed: 10:37:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 10:37:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 10:37:49 pkg-config zip 10:37:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 10:37:49 Need to get 7655 kB of archives. 10:37:49 After this operation, 43.7 MB of additional disk space will be used. 10:37:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 10:37:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 10:37:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 10:37:49 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 10:37:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 10:37:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 10:37:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 10:37:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 10:37:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 10:37:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:37:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 10:37:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 10:37:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 10:37:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 10:37:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 10:37:50 debconf: delaying package configuration, since apt-utils is not installed 10:37:50 Fetched 7655 kB in 1s (9553 kB/s) 10:37:50 Selecting previously unselected package libglib2.0-0:amd64. 10:37:50 (Reading database ... 13924 files and directories currently installed.) 10:37:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 10:37:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 10:37:50 Selecting previously unselected package libpsl5:amd64. 10:37:50 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 10:37:50 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 10:37:50 Selecting previously unselected package libnghttp2-14:amd64. 10:37:50 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 10:37:50 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:37:50 Selecting previously unselected package librtmp1:amd64. 10:37:50 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 10:37:50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:37:50 Selecting previously unselected package libcurl3-gnutls:amd64. 10:37:50 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 10:37:50 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:37:50 Selecting previously unselected package liberror-perl. 10:37:50 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 10:37:50 Unpacking liberror-perl (0.17025-1) ... 10:37:50 Selecting previously unselected package git-man. 10:37:50 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 10:37:50 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 10:37:50 Selecting previously unselected package git. 10:37:50 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 10:37:50 Unpacking git (1:2.17.1-1ubuntu0.7) ... 10:37:51 Selecting previously unselected package libnorm1:amd64. 10:37:51 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 10:37:51 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:37:51 Selecting previously unselected package libpgm-5.2-0:amd64. 10:37:51 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 10:37:51 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:37:51 Selecting previously unselected package libsodium23:amd64. 10:37:51 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 10:37:51 Unpacking libsodium23:amd64 (1.0.16-2) ... 10:37:52 Selecting previously unselected package libzmq5:amd64. 10:37:52 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 10:37:52 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:37:52 Selecting previously unselected package libzmq3-dev:amd64. 10:37:52 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 10:37:52 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:37:52 Selecting previously unselected package pkg-config. 10:37:52 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 10:37:52 Unpacking pkg-config (0.29.1-0ubuntu2) ... 10:37:52 Selecting previously unselected package zip. 10:37:52 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 10:37:52 Unpacking zip (3.0-11build1) ... 10:37:52 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:37:52 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 10:37:52 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:37:52 Setting up liberror-perl (0.17025-1) ... 10:37:52 Setting up libpsl5:amd64 (0.19.1-5build1) ... 10:37:52 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 10:37:52 No schema files found: doing nothing. 10:37:52 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:37:52 Setting up zip (3.0-11build1) ... 10:37:52 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:37:52 Setting up libsodium23:amd64 (1.0.16-2) ... 10:37:52 Setting up pkg-config (0.29.1-0ubuntu2) ... 10:37:52 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:37:52 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:37:52 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:37:52 Setting up git (1:2.17.1-1ubuntu0.7) ... 10:37:52 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:37:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:37:59 git set to automatically installed. 10:37:59 git-man set to automatically installed. 10:37:59 libcurl3-gnutls set to automatically installed. 10:37:59 liberror-perl set to automatically installed. 10:37:59 libglib2.0-0 set to automatically installed. 10:37:59 libnghttp2-14 set to automatically installed. 10:37:59 libnorm1 set to automatically installed. 10:37:59 libpgm-5.2-0 set to automatically installed. 10:37:59 libpsl5 set to automatically installed. 10:37:59 librtmp1 set to automatically installed. 10:37:59 libsodium23 set to automatically installed. 10:37:59 libzmq3-dev set to automatically installed. 10:37:59 libzmq5 set to automatically installed. 10:37:59 pkg-config set to automatically installed. 10:37:59 zip set to automatically installed. 10:38:02 snapd is not logged in, snap install commands will use sudo 10:38:02 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 10:38:02 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 10:38:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:38:08 snap "core18" has no updates available 10:38:09 Pulling config-common 10:38:10 Pulling go-build-helper 10:38:10 Removing intermediate container 4d81bda6616a 10:38:10 ---> ddad1ae4c109 10:38:10 10:38:10 Step 10/24 : FROM alpine:3.12 10:38:10 3.12: Pulling from library/alpine 10:38:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:38:11 Status: Downloaded newer image for alpine:3.12 10:38:11 ---> afeebe901d6b 10:38:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:38:12 ---> Running in 5abfd3669979 10:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:15 Removing intermediate container becc4c3dc049 10:38:15 ---> 616bbb3847e7 10:38:15 10:38:15 Step 10/21 : FROM alpine:3.12 10:38:15 ---> afeebe901d6b 10:38:15 Step 11/21 : RUN apk add --update --no-cache curl 10:38:15 ---> Running in c82e98a3b8d7 10:38:15 (1/5) Installing ca-certificates (20191127-r4) 10:38:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:38:15 (3/5) Installing libcurl (7.69.1-r3) 10:38:15 (4/5) Installing curl (7.69.1-r3) 10:38:15 (5/5) Installing dumb-init (1.2.2-r1) 10:38:15 Executing busybox-1.31.1-r19.trigger 10:38:15 Executing ca-certificates-20191127-r4.trigger 10:38:15 OK: 7 MiB in 19 packages 10:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:17 (1/4) Installing ca-certificates (20191127-r4) 10:38:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:38:17 (3/4) Installing libcurl (7.69.1-r3) 10:38:17 (4/4) Installing curl (7.69.1-r3) 10:38:18 Executing busybox-1.31.1-r19.trigger 10:38:18 Executing ca-certificates-20191127-r4.trigger 10:38:18 OK: 7 MiB in 18 packages 10:38:18 Removing intermediate container 5abfd3669979 10:38:18 ---> 07b064343147 10:38:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:38:19 ---> Running in ef73e42c84c2 10:38:20 Removing intermediate container ef73e42c84c2 10:38:20 ---> 790f6e3a1131 10:38:20 Step 13/24 : WORKDIR / 10:38:20 ---> Running in 92d121d475c7 10:38:21 Removing intermediate container c82e98a3b8d7 10:38:21 ---> e5b3ce9e39d0 10:38:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:38:21 Removing intermediate container 92d121d475c7 10:38:21 ---> fca264c42aea 10:38:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:38:21 ---> Running in 0c6a0572848a 10:38:22 Removing intermediate container 0c6a0572848a 10:38:22 ---> ebc8c2b4f1f5 10:38:22 Step 13/21 : WORKDIR /edgex 10:38:22 ---> Running in 709a626885ca 10:38:22 ---> ec713c2f3f73 10:38:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:38:22 Removing intermediate container 709a626885ca 10:38:22 ---> c7b7a19278c6 10:38:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:38:23 ---> c1a4d0ba340f 10:38:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:38:24 ---> c2687f89ff73 10:38:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:38:25 ---> 88d855d26b49 10:38:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:38:27 ---> ed24ab705c0d 10:38:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:38:27 ---> 727221f48af2 10:38:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:38:30 ---> 3a8695e41986 10:38:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:38:30 ---> Running in 540e140737db 10:38:30 ---> 349103227aa6 10:38:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:38:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:38:32 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:38:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 10:38:32 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:38:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:38:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:38:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 10:38:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 10:38:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 10:38:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 10:38:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 10:38:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 10:38:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:38:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:38:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:38:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:38:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:38:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 10:38:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:38:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 10:38:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 10:38:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 10:38:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 10:38:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 10:38:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 10:38:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 10:38:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 10:38:32 Fetched 23.9 MB in 0s (0 B/s) 10:38:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 10:38:32 Fetched 96.5 kB in 0s (0 B/s) 10:38:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 10:38:32 Fetched 279 kB in 0s (0 B/s) 10:38:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 10:38:32 Fetched 122 kB in 0s (0 B/s) 10:38:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 10:38:32 Fetched 77.8 kB in 0s (0 B/s) 10:38:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 10:38:32 Fetched 8848 B in 0s (0 B/s) 10:38:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 10:38:32 Fetched 47.8 kB in 0s (0 B/s) 10:38:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 10:38:32 Fetched 45.6 kB in 0s (0 B/s) 10:38:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 10:38:32 Fetched 15.0 kB in 0s (0 B/s) 10:38:32 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 10:38:32 Fetched 214 kB in 0s (0 B/s) 10:38:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 10:38:32 Fetched 155 kB in 0s (0 B/s) 10:38:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 10:38:32 Fetched 50.6 kB in 0s (0 B/s) 10:38:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 10:38:32 Fetched 14.8 kB in 0s (0 B/s) 10:38:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 10:38:32 Fetched 41.8 kB in 0s (0 B/s) 10:38:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 10:38:32 Fetched 499 kB in 0s (0 B/s) 10:38:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 10:38:32 Fetched 111 kB in 0s (0 B/s) 10:38:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 10:38:32 Fetched 240 kB in 0s (0 B/s) 10:38:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 10:38:32 Fetched 29.3 kB in 0s (0 B/s) 10:38:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 10:38:32 Fetched 85.5 kB in 0s (0 B/s) 10:38:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 10:38:32 Fetched 24.5 kB in 0s (0 B/s) 10:38:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 10:38:32 Fetched 49.2 kB in 0s (0 B/s) 10:38:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 10:38:32 Fetched 54.2 kB in 0s (0 B/s) 10:38:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 10:38:32 Fetched 30.8 kB in 0s (0 B/s) 10:38:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 10:38:32 Fetched 17.0 kB in 0s (0 B/s) 10:38:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 10:38:32 Fetched 85.9 kB in 0s (0 B/s) 10:38:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 10:38:32 Fetched 8720 B in 0s (0 B/s) 10:38:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 10:38:32 Fetched 137 kB in 0s (0 B/s) 10:38:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 10:38:32 Fetched 119 kB in 0s (0 B/s) 10:38:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 10:38:32 Fetched 109 kB in 0s (0 B/s) 10:38:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 10:38:32 Fetched 11.1 kB in 0s (0 B/s) 10:38:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 10:38:32 Fetched 645 kB in 0s (0 B/s) 10:38:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 10:38:32 Fetched 41.3 kB in 0s (0 B/s) 10:38:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 10:38:32 Fetched 17.9 kB in 0s (0 B/s) 10:38:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 10:38:32 Fetched 368 kB in 0s (0 B/s) 10:38:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 10:38:32 Fetched 187 kB in 0s (0 B/s) 10:38:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 10:38:32 Fetched 175 kB in 0s (0 B/s) 10:38:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 10:38:32 Removing intermediate container 540e140737db 10:38:32 ---> 0d41dd8a16eb 10:38:32 Step 18/21 : CMD ["--init=true"] 10:38:32 Removing intermediate container 2714a0e10c93 10:38:32 ---> 9c2511a675b1 10:38:32 10:38:32 Step 10/23 : FROM alpine:3.12 10:38:32 ---> afeebe901d6b 10:38:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:38:32 Removing intermediate container d9fe66820a7a 10:38:32 ---> ddf58e76d1ad 10:38:32 10:38:32 Step 10/22 : FROM alpine:3.12 10:38:32 ---> afeebe901d6b 10:38:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:38:32 ---> 4e945dce00d0 10:38:32 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/ 10:38:32 ---> Running in 4c2dc1a82d78 10:38:32 ---> Running in ec499e327019 10:38:32 ---> Running in 266fd8a50c46 10:38:32 ---> Running in 6f9592513f38 10:38:33 Removing intermediate container 4c2dc1a82d78 10:38:33 ---> 2f09adcbd595 10:38:33 Step 19/21 : LABEL arch=arm64 10:38:33 ---> Running in d985172d6765 10:38:34 Removing intermediate container d985172d6765 10:38:34 ---> 0ff60f084717 10:38:34 Step 20/21 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:35 Fetched 206 kB in 0s (0 B/s) 10:38:35 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 10:38:35 Fetched 1301 kB in 0s (0 B/s) 10:38:35 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 10:38:35 Fetched 36.2 kB in 0s (0 B/s) 10:38:35 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 10:38:35 Fetched 159 kB in 0s (0 B/s) 10:38:35 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 10:38:35 Fetched 107 kB in 0s (0 B/s) 10:38:35 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 10:38:35 Fetched 48.7 kB in 0s (0 B/s) 10:38:35 Pulling static-packages 10:38:35 ---> Running in c2be06158ddf 10:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:36 (1/1) Installing dumb-init (1.2.2-r1) 10:38:36 Executing busybox-1.31.1-r19.trigger 10:38:36 OK: 5 MiB in 15 packages 10:38:36 (1/2) Installing ca-certificates (20191127-r4) 10:38:36 Removing intermediate container c2be06158ddf 10:38:36 ---> f8a820fb50db 10:38:36 Step 21/21 : LABEL version=0.0.0 10:38:36 'go115' has dependencies that need to be staged: go-build-helper static-packages 10:38:36 Skipping pull go-build-helper (already ran) 10:38:36 Skipping pull static-packages (already ran) 10:38:36 Building go-build-helper 10:38:36 (2/2) Installing dumb-init (1.2.2-r1) 10:38:36 Executing busybox-1.31.1-r19.trigger 10:38:36 Executing ca-certificates-20191127-r4.trigger 10:38:36 OK: 6 MiB in 16 packages 10:38:36 ---> Running in a25870b8e6c8 10:38:37 Removing intermediate container 6f9592513f38 10:38:37 ---> 141e2359e433 10:38:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:38:37 Removing intermediate container 9f560706faf5 10:38:37 ---> e98da73c7c33 10:38:37 10:38:37 Step 10/23 : FROM alpine:3.12 10:38:37 ---> afeebe901d6b 10:38:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:38:37 Removing intermediate container a25870b8e6c8 10:38:37 ---> 4ac89e07974d 10:38:37 10:38:37 ---> Running in 573de3898fc5 10:38:37 ---> Running in dfbd1389e855 10:38:38 Removing intermediate container ec499e327019 10:38:38 ---> b874c06674f2 10:38:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:38:38 ---> Running in 7dbed738a194 10:38:38 Successfully built 4ac89e07974d 10:38:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:38:38 Building docker-support-scheduler-go 10:38:38  Building docker-security-proxy-setup-go ... done Removing intermediate container dfbd1389e855 10:38:38 ---> a05a71de86ab 10:38:38 Step 22/24 : LABEL arch=arm64 10:38:38 ---> Running in cdc7d9ffeac4 10:38:39 Removing intermediate container 7dbed738a194 10:38:39 ---> 5089103950fa 10:38:39 Step 13/23 : ENV APP_PORT=48082 10:38:39 Removing intermediate container 266fd8a50c46 10:38:39 ---> 01a314f04154 10:38:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:38:39 ---> Running in b596036ca513 10:38:39 ---> Running in 9c42d905f7d1 10:38:39 Removing intermediate container cdc7d9ffeac4 10:38:39 ---> bd3c6e3a3c8b 10:38:39 Step 23/24 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:38:40 Building static-packages 10:38:40 (1/1) Installing dumb-init (1.2.2-r1) 10:38:40 Executing busybox-1.31.1-r19.trigger 10:38:40 ---> Running in 3958e1fd1b60 10:38:40 OK: 5 MiB in 15 packages 10:38:40 Removing intermediate container b596036ca513 10:38:40 ---> f760448c32a3 10:38:40 Step 14/23 : EXPOSE $APP_PORT 10:38:40 Removing intermediate container 9c42d905f7d1 10:38:40 ---> 9ba59c47e654 10:38:40 Step 13/22 : ENV APP_PORT=48060 10:38:41 ---> Running in 4733cfbf0057 10:38:41 ---> Running in 9924617e127e 10:38:41 Removing intermediate container 3958e1fd1b60 10:38:41 ---> 65035cdc1d92 10:38:41 Step 24/24 : LABEL version=0.0.0 10:38:41 Staging go-build-helper 10:38:41 ---> Running in b1488b874e8b 10:38:42 Removing intermediate container 4733cfbf0057 10:38:42 ---> 0c86ab080271 10:38:42 Step 14/22 : EXPOSE $APP_PORT 10:38:42 Removing intermediate container 9924617e127e 10:38:42 ---> 3af5f2bdecac 10:38:42 Step 15/23 : WORKDIR / 10:38:42 ---> Running in e9fa10c07cf9 10:38:42 Removing intermediate container 573de3898fc5 10:38:42 ---> 1dfa895897f1 10:38:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:38:42 ---> Running in 650d7b29847b 10:38:42 Removing intermediate container b1488b874e8b 10:38:42 ---> 90662b980217 10:38:42 10:38:42 Staging static-packages 10:38:42 ---> Running in 30830ed36b08 10:38:43 Removing intermediate container e9fa10c07cf9 10:38:43 ---> e11aa1a1cbd8 10:38:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:38:43 Successfully built 90662b980217 10:38:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:38:43 Building docker-security-bootstrapper-go 10:38:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container 650d7b29847b 10:38:43 ---> b79247dce16b 10:38:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:38:43 Removing intermediate container 30830ed36b08 10:38:43 ---> 24ed6d12265b 10:38:43 Step 13/23 : ENV APP_PORT=48081 10:38:43 ---> Running in 758606913f0c 10:38:44 Pulling go115 10:38:44 ---> dd28ed85f80f 10:38:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:38:44 Removing intermediate container 758606913f0c 10:38:44 ---> 0a410f3c4ed1 10:38:44 Step 14/23 : EXPOSE $APP_PORT 10:38:44 'edgex-go' has dependencies that need to be staged: go115 10:38:44 Skipping pull go115 (already ran) 10:38:44 Building go115 10:38:44 % Total % Received % Xferd Average Speed Time Time Time Current 10:38:44 Dload Upload Total Spent Left Speed 10:38:44 ---> fb664c374a24 10:38:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:38:44 ---> Running in 023269ba2b98 10:38:45 Removing intermediate container 023269ba2b98 10:38:45 ---> 9ebfc34bf894 10:38:45 Step 15/23 : WORKDIR / 10:38:46 ---> d50d7c9602de 10:38:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:38:46 ---> Running in afb6706c391c 10:38:46 ---> 44669aaea79f 10:38:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:38:46 Removing intermediate container afb6706c391c 10:38:46 ---> a9659d27e687 10:38:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:38:47 ---> 913bf8dc3bee 10:38:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:38:47 ---> e46dc4bd9507 10:38:47 Step 19/23 : ENTRYPOINT ["/core-command"] 10:38:47 ---> Running in 2f511cd4974a 10:38:47 ---> Running in 47182fd401bf 10:38:47 ---> bbd8c1a30f62 10:38:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:38:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 42506 0 0:47:30 --:--:-- 0:47:30 42248 33 115M 33 38.3M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 33.0M 67 115M 67 78.0M 0 0 36.1M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 38.0M 0 0:00:03 0:00:03 --:--:-- 38.0M 10:38:47 Removing intermediate container 2f511cd4974a 10:38:47 ---> 1fd5bfc4446a 10:38:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:38:48 Removing intermediate container 47182fd401bf 10:38:48 ---> 98787b2f1902 10:38:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:38:48 go1.15.2.linux-amd64.tar.gz: OK 10:38:48 ---> Running in 0f375efe8ec0 10:38:48 ---> Running in 912b798e70d5 10:38:49 Removing intermediate container 0f375efe8ec0 10:38:49 ---> c1b11c672fba 10:38:49 Step 20/22 : LABEL arch=arm64 10:38:49 Removing intermediate container 912b798e70d5 10:38:49 ---> fa5dc3fbe36d 10:38:49 Step 21/23 : LABEL arch=arm64 10:38:49 ---> 3793082b6996 10:38:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:38:49 ---> Running in 0e0eeefb0958 10:38:49 ---> Running in c34fefc97382 10:38:50 Removing intermediate container 0e0eeefb0958 10:38:50 ---> cfdb009ce516 10:38:50 Step 21/22 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:38:50 Removing intermediate container c34fefc97382 10:38:50 ---> 817f4df8cbb5 10:38:50 Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:38:50 ---> Running in 6c7b650e0a23 10:38:51 ---> 21353cd16342 10:38:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:38:51 ---> Running in 759b46b43a2b 10:38:51 ---> Running in 0964325a2988 10:38:51 Removing intermediate container 6c7b650e0a23 10:38:51 ---> 90439744c20f 10:38:51 Step 22/22 : LABEL version=0.0.0 10:38:51 ---> Running in 4fd439016d32 10:38:51 Staging go115 10:38:51 Removing intermediate container 759b46b43a2b 10:38:51 ---> e810b1858445 10:38:51 Step 23/23 : LABEL version=0.0.0 10:38:52 Removing intermediate container 0964325a2988 10:38:52 ---> fe98dab46174 10:38:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:38:52 ---> Running in 469f4e1b9ede 10:38:52 ---> Running in 1d4a9d2de3b6 10:38:52 Removing intermediate container 4fd439016d32 10:38:52 ---> f193b3cf433a 10:38:52 10:38:52 Removing intermediate container 469f4e1b9ede 10:38:52 ---> 5a42f1d0b6d6 10:38:52 10:38:53 Successfully built f193b3cf433a 10:38:53 Removing intermediate container 1d4a9d2de3b6 10:38:53 ---> 97f5044297c9 10:38:53 Step 21/23 : LABEL arch=arm64 10:38:53 Successfully tagged docker-support-notifications-go-arm64:latest 10:38:53  Building docker-support-notifications-go ... done Building docker-core-data-go 10:38:53 Successfully built 5a42f1d0b6d6 10:38:53 Successfully tagged docker-core-command-go-arm64:latest 10:38:53 Building docker-sys-mgmt-agent-go 10:38:53  Building docker-core-command-go ... done  ---> Running in e8bd76c1023e 10:38:54 Removing intermediate container e8bd76c1023e 10:38:54 ---> 4968eaf63694 10:38:54 Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:38:54 ---> Running in 02dee41d3758 10:38:54 Removing intermediate container 02dee41d3758 10:38:54 ---> 105e32d64eea 10:38:54 Step 23/23 : LABEL version=0.0.0 10:38:54 ---> Running in 78cf75247518 10:38:55 Removing intermediate container 78cf75247518 10:38:55 ---> 931ab40ad43d 10:38:55 10:38:55 Successfully built 931ab40ad43d 10:38:55 Successfully tagged docker-core-metadata-go-arm64:latest 10:38:56 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:38:56 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:38:56 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:38:56 Fetched 0 B in 0s (0 B/s) 10:38:56 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:38:56 Fetched 224 kB in 0s (0 B/s) 10:38:56 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:38:56 Fetched 157 kB in 0s (0 B/s) 10:38:56 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:38:56 Fetched 221 kB in 0s (0 B/s) 10:38:56 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:38:56 Fetched 143 kB in 0s (0 B/s) 10:38:56 Pulling edgex-go 10:38:57 Pulling version 10:38:58 Building config-common 10:39:00 Skipping build go-build-helper (already ran) 10:39:00 Skipping build static-packages (already ran) 10:39:00 Skipping build go115 (already ran) 10:39:00 Building edgex-go 10:39:01 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 10:39:01 go: downloading github.com/gorilla/mux v1.8.0 10:39:01 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 10:39:01 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 10:39:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 10:39:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 10:39:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 10:39:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:39:02 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 10:39:02 go: downloading github.com/pebbe/zmq4 v1.2.2 10:39:02 go: downloading github.com/pelletier/go-toml v1.2.0 10:39:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 10:39:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 10:39:02 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 10:39:02 go: downloading github.com/google/uuid v1.2.0 10:39:02 go: downloading github.com/OneOfOne/xxhash v1.2.8 10:39:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 10:39:02 go: downloading github.com/imdario/mergo v0.3.11 10:39:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 10:39:02 go: downloading github.com/pkg/errors v0.8.1 10:39:02 go: downloading github.com/go-playground/validator/v10 v10.3.0 10:39:02 go: downloading github.com/x448/float16 v0.8.4 10:39:02 go: downloading github.com/go-kit/kit v0.8.0 10:39:02 go: downloading github.com/hashicorp/consul/api v1.1.0 10:39:02 go: downloading github.com/BurntSushi/toml v0.3.1 10:39:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:39:02 go: downloading gopkg.in/yaml.v2 v2.4.0 10:39:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 10:39:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:39:02 go: downloading github.com/hashicorp/serf v0.8.2 10:39:02 go: downloading github.com/leodido/go-urn v1.2.0 10:39:02 go: downloading github.com/go-playground/universal-translator v0.17.0 10:39:02 go: downloading github.com/mitchellh/copystructure v1.0.0 10:39:02 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:39:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:39:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:39:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:39:02 go: downloading github.com/go-playground/locales v0.13.0 10:39:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:39:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:39:03 go: downloading github.com/hashicorp/golang-lru v0.5.0 10:39:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:39:13 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 10:39:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:39:15 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 10:39:15 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 10:39:15 go: downloading github.com/stretchr/testify v1.7.0 10:39:15 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 10:39:15 go: downloading github.com/pmezard/go-difflib v1.0.0 10:39:15 go: downloading github.com/davecgh/go-spew v1.1.1 10:39:17 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 10:39:17 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 10:39:17 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 10:39:18 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 10:39:19 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 10:39:19 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 10:39:20 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 10:39:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:39:22 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 10:39:22 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 10:39:22  Building docker-core-metadata-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:39:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:39:22 ---> b0fee6cb06ba 10:39:22 Step 3/22 : WORKDIR /edgex-go 10:39:22 ---> Using cache 10:39:22 ---> b1a285914e40 10:39:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:22 ---> Using cache 10:39:22 ---> f3179602485f 10:39:22 Step 5/22 : RUN apk add --update --no-cache make git 10:39:22 ---> Using cache 10:39:22 ---> 675b2dd999b5 10:39:22 Step 6/22 : COPY go.mod . 10:39:22 ---> Using cache 10:39:22 ---> 52d41939161f 10:39:22 Step 7/22 : RUN go mod download 10:39:22 ---> Using cache 10:39:22 ---> 3bfafc468bed 10:39:22 Step 8/22 : COPY . . 10:39:22 ---> Using cache 10:39:22 ---> 4edf3add1812 10:39:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:39:23 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 10:39:23 go: downloading github.com/lib/pq v1.9.0 10:39:25 Building version 10:39:27 ---> Running in cc4ca6013824 10:39:27 Staging config-common 10:39:28 Skipping stage go-build-helper (already ran) 10:39:28 Skipping stage static-packages (already ran) 10:39:28 Skipping stage go115 (already ran) 10:39:28 Staging edgex-go 10:39:28 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 10:39:29 Staging version 10:39:30 Priming config-common 10:39:31 Priming go-build-helper 10:39:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:39:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:39:31 ---> b0fee6cb06ba 10:39:31 Step 3/31 : WORKDIR /edgex-go 10:39:31 ---> Using cache 10:39:31 ---> b1a285914e40 10:39:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:31 ---> Using cache 10:39:31 ---> f3179602485f 10:39:31 Step 5/31 : RUN apk add --update --no-cache make git 10:39:31 ---> Using cache 10:39:31 ---> 675b2dd999b5 10:39:31 Step 6/31 : COPY go.mod . 10:39:31 ---> Using cache 10:39:31 ---> 52d41939161f 10:39:31 Step 7/31 : RUN go mod download 10:39:31 ---> Using cache 10:39:31 ---> 3bfafc468bed 10:39:31 Step 8/31 : COPY . . 10:39:32 Priming static-packages 10:39:32 ---> Using cache 10:39:32 ---> 4edf3add1812 10:39:32 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:39:34 Priming go115 10:39:34 ---> Running in 3afbaf828778 10:39:35 Priming edgex-go 10:39:36 Priming version 10:39:36 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 10:39:36 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 10:39:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:39:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:39:38 ---> b0fee6cb06ba 10:39:38 Step 3/23 : WORKDIR /edgex-go 10:39:38 ---> Using cache 10:39:38 ---> b1a285914e40 10:39:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:38 ---> Using cache 10:39:38 ---> f3179602485f 10:39:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] } 10:39:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:39:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:39:39 ---> b0fee6cb06ba 10:39:39 Step 3/26 : WORKDIR /edgex-go 10:39:39 ---> Using cache 10:39:39 ---> b1a285914e40 10:39:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:39 ---> Using cache 10:39:39 ---> f3179602485f 10:39:39 Step 5/26 : RUN apk add --update --no-cache make bash git [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 10:39:39 ---> Running in e675ae9cd0f7 10:39:39 ---> Running in 06cdb33ff41d [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:39:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:39:43 OK: 217 MiB in 51 packages 10:39:43 OK: 217 MiB in 51 packages 10:39:45 Removing intermediate container 06cdb33ff41d 10:39:45 ---> 939acb1421fb 10:39:45 Step 6/26 : COPY go.mod . 10:39:45 Removing intermediate container e675ae9cd0f7 10:39:45 ---> 06a0d634d7c1 10:39:45 Step 6/23 : COPY go.mod . 10:39:47 ---> e996baa36e7a 10:39:47 Step 7/26 : RUN go mod download 10:39:47 ---> Running in 27e0922ea955 10:39:47 ---> 1511fd85eb33 10:39:47 Step 7/23 : RUN go mod download 10:39:47 ---> Running in 5be0155f4144 10:39:51 Removing intermediate container 5be0155f4144 10:39:51 ---> d3dde45878de 10:39:51 Step 8/23 : COPY . . 10:39:52 Removing intermediate container 27e0922ea955 10:39:52 ---> ee9983b52299 10:39:52 Step 8/26 : COPY . . 10:40:24 ---> d00de6694fa2 10:40:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:40:24 ---> 97527a90f1fa 10:40:24 Step 9/23 : RUN make cmd/core-data/core-data 10:40:24 ---> Running in 04024be9db44 10:40:24 ---> Running in 46f3d0593ecc 10:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:40:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:40:26 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 10:40:34 Removing intermediate container cc4ca6013824 10:40:34 ---> fc8b9ee4d959 10:40:34 10:40:34 Step 10/22 : FROM alpine:3.12 10:40:34 ---> afeebe901d6b 10:40:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:40:34 ---> Using cache 10:40:34 ---> 1dfa895897f1 10:40:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:40:34 ---> Using cache 10:40:34 ---> 24ed6d12265b 10:40:34 Step 13/22 : ENV APP_PORT=48085 10:40:34 ---> Running in 1f79f0af78c2 10:40:35 Removing intermediate container 1f79f0af78c2 10:40:35 ---> 06c3450b9c60 10:40:35 Step 14/22 : EXPOSE $APP_PORT 10:40:35 ---> Running in d29b8f8354af 10:40:36 Removing intermediate container d29b8f8354af 10:40:36 ---> 8af3ecb8839e 10:40:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:40:37 ---> 071a6ae839a1 10:40:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:40:39 ---> e21f4d94b3de 10:40:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:40:40 ---> b8f9dbba1cae 10:40:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:40:40 ---> Running in 42421f403a67 10:40:41 Removing intermediate container 42421f403a67 10:40:41 ---> 30d7844368f0 10:40:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:40:41 ---> Running in 5e96a5c5dfa0 10:40:42 Removing intermediate container 5e96a5c5dfa0 10:40:42 ---> 096df094a293 10:40:42 Step 20/22 : LABEL arch=arm64 10:40:43 ---> Running in bf726bd890e6 10:40:45 Removing intermediate container bf726bd890e6 10:40:45 ---> 4ea171cbef42 10:40:45 Step 21/22 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:40:45 ---> Running in 3d2d5a09bb38 10:40:46 Removing intermediate container 3afbaf828778 10:40:46 ---> b9ef67d0a037 10:40:46 10:40:46 Step 10/31 : FROM alpine:3.12 10:40:46 ---> afeebe901d6b 10:40:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:40:46 Removing intermediate container 3d2d5a09bb38 10:40:46 ---> 48b37daef3ce 10:40:46 Step 22/22 : LABEL version=0.0.0 10:40:46 ---> Running in 375c32f414b1 10:40:46 ---> Running in b03f6f9c116d 10:40:47 Removing intermediate container b03f6f9c116d 10:40:47 ---> f8358f89792c 10:40:47 10:40:47 Removing intermediate container 375c32f414b1 10:40:47 ---> ef3f8d1c71e5 10:40:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:40:48 ---> Running in 990020eee7b0 10:40:48 Successfully built f8358f89792c 10:40:48 Successfully tagged docker-support-scheduler-go-arm64:latest 10:40:50  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:40:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:40:50 (1/2) Installing dumb-init (1.2.2-r1) 10:40:50 (2/2) Installing su-exec (0.2-r1) 10:40:50 Executing busybox-1.31.1-r19.trigger 10:40:50 OK: 5 MiB in 16 packages 10:40:52 Removing intermediate container 990020eee7b0 10:40:52 ---> 36f5cc1f6bec 10:40:52 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:40:52 ---> Running in 97b5cfba7fd3 10:40:53 Removing intermediate container 97b5cfba7fd3 10:40:53 ---> dc8ddc648afd 10:40:53 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:40:54 ---> Running in 7081697294c5 10:40:54 Removing intermediate container 7081697294c5 10:40:54 ---> d424265947e7 10:40:54 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:40:55 ---> Running in bfd05ff5b3b5 10:40:58 Removing intermediate container bfd05ff5b3b5 10:40:58 ---> 879ac784275e 10:40:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:40:58 ---> Running in d3085c7ffcc1 10:40:59 Removing intermediate container d3085c7ffcc1 10:40:59 ---> 94fd846a1fa1 10:40:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:41:00 ---> 0d256cece01f 10:41:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:41:00 ---> Running in b6e7e2c7092a 10:41:04 Removing intermediate container b6e7e2c7092a 10:41:04 ---> d16dbaedcf46 10:41:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:41:05 ---> f0a9061998c9 10:41:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:41:07 ---> 1f1ef9ff3466 10:41:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:41:08 ---> 5d4c6a17a128 10:41:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:41:10 ---> b48a33a92e4d 10:41:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:41:11 ---> e81e694464b1 10:41:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:41:12 ---> Running in 6545a663d4e9 10:41:12 Removing intermediate container 6545a663d4e9 10:41:12 ---> 1d68023d59d2 10:41:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:41:14 ---> 84d4af301771 10:41:14 Step 26/31 : RUN chmod +x /entrypoint.sh 10:41:15 ---> Running in 7980fb2b1d24 10:41:19 Removing intermediate container 7980fb2b1d24 10:41:19 ---> f7f778e02767 10:41:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:41:19 ---> Running in ad282196e39d 10:41:19 Removing intermediate container ad282196e39d 10:41:19 ---> b738f207e4e0 10:41:19 Step 28/31 : CMD ["gate"] 10:41:20 ---> Running in 20f6eab53e3d 10:41:20 Removing intermediate container 20f6eab53e3d 10:41:20 ---> 6f9c31b0f0bc 10:41:20 Step 29/31 : LABEL arch=arm64 10:41:21 ---> Running in e5538544300b 10:41:22 Removing intermediate container e5538544300b 10:41:22 ---> ee3cec7695fc 10:41:22 Step 30/31 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:41:23 ---> Running in b6283de50d26 10:41:24 Removing intermediate container b6283de50d26 10:41:24 ---> 9681981840b8 10:41:24 Step 31/31 : LABEL version=0.0.0 10:41:24 ---> Running in 10eba4a3801f 10:41:25 Removing intermediate container 04024be9db44 10:41:25 ---> 2afbc5b2b660 10:41:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:41:25 ---> Running in d6c3ee1a53b6 10:41:25 Removing intermediate container 10eba4a3801f 10:41:25 ---> 318916020eef 10:41:25 10:41:26 Successfully built 318916020eef 10:41:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:41:26  Building docker-security-bootstrapper-go ... done 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 10:41:30 Removing intermediate container d6c3ee1a53b6 10:41:30 ---> 0010fd4d257e 10:41:30 10:41:30 Step 11/26 : FROM docker:20.10.0 10:41:30 20.10.0: Pulling from library/docker 10:41:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:41:38 Status: Downloaded newer image for docker:20.10.0 10:41:38 ---> eeaf43b92773 10:41:38 Step 12/26 : RUN apk add --no-cache bash 10:41:39 ---> Running in 4ae7a046e3cc 10:41:39 Removing intermediate container 46f3d0593ecc 10:41:39 ---> d83456063f94 10:41:39 10:41:39 Step 10/23 : FROM alpine:3.12 10:41:39 ---> afeebe901d6b 10:41:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:41:39 ---> Running in 6082170aaba6 10:41:39 Removing intermediate container 6082170aaba6 10:41:39 ---> 2daf582cdf3c 10:41:39 Step 12/23 : ENV APP_PORT=48080 10:41:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:41:40 ---> Running in b1e077417d41 10:41:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:41:40 Removing intermediate container b1e077417d41 10:41:40 ---> bc33276d3729 10:41:40 Step 13/23 : EXPOSE $APP_PORT 10:41:40 ---> Running in 424cba3c5f6c 10:41:40 (1/2) Installing readline (8.0.4-r0) 10:41:40 (2/2) Installing bash (5.0.17-r0) 10:41:40 Executing bash-5.0.17-r0.post-install 10:41:40 Executing busybox-1.31.1-r19.trigger 10:41:40 OK: 12 MiB in 22 packages 10:41:41 Removing intermediate container 424cba3c5f6c 10:41:41 ---> 5f0015387865 10:41:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:41 ---> Running in a2e125ae95da 10:41:42 Removing intermediate container 4ae7a046e3cc 10:41:42 ---> 9a5a961071fa 10:41:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:41:42 ---> Running in 115afb499a3c 10:41:43 Removing intermediate container 115afb499a3c 10:41:43 ---> 88ff9f2c621c 10:41:43 Step 14/26 : ENV APP_PORT=48090 10:41:43 ---> Running in b245abd9217d 10:41:43 Removing intermediate container b245abd9217d 10:41:43 ---> 7821f4f01dd1 10:41:43 Step 15/26 : EXPOSE $APP_PORT 10:41:43 Removing intermediate container a2e125ae95da 10:41:43 ---> 94a4e97edaed 10:41:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:41:43 ---> Running in 17fff7708c72 10:41:43 ---> Running in 9c82d37847f1 10:41:44 Removing intermediate container 17fff7708c72 10:41:44 ---> 199302900f08 10:41:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:41:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:41:45 ---> 92c34a179902 10:41:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:41:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:41:46 ---> 34a0e22c93dc 10:41:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:41:46 (1/6) Installing dumb-init (1.2.2-r1) 10:41:46 (2/6) Installing libgcc (9.3.0-r2) 10:41:46 (3/6) Installing libsodium (1.0.18-r0) 10:41:46 (4/6) Installing libstdc++ (9.3.0-r2) 10:41:47 (5/6) Installing libzmq (4.3.3-r0) 10:41:47 ---> 9e4d74d0f325 10:41:47 Step 19/26 : RUN apk --no-cache add py3-pip 10:41:47 (6/6) Installing zeromq (4.3.3-r0) 10:41:47 Executing busybox-1.31.1-r19.trigger 10:41:47 OK: 8 MiB in 20 packages 10:41:47 ---> Running in 181b091322af 10:41:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:41:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:41:48 Removing intermediate container 9c82d37847f1 10:41:48 ---> c1c01f47a65d 10:41:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:41:49 (1/33) Installing libbz2 (1.0.8-r1) 10:41:49 (2/33) Installing expat (2.2.9-r1) 10:41:49 (3/33) Installing libffi (3.3-r2) 10:41:49 (4/33) Installing gdbm (1.13-r1) 10:41:49 (5/33) Installing xz-libs (5.2.5-r0) 10:41:49 (6/33) Installing sqlite-libs (3.32.1-r0) 10:41:49 (7/33) Installing python3 (3.8.5-r0) 10:41:50 ---> 5f68a7619b61 10:41:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:41:51 (8/33) Installing py3-appdirs (1.4.4-r1) 10:41:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:41:51 (10/33) Installing py3-parsing (2.4.7-r0) 10:41:51 (11/33) Installing py3-six (1.15.0-r0) 10:41:51 (12/33) Installing py3-packaging (20.4-r0) 10:41:51 (13/33) Installing py3-setuptools (47.0.0-r0) 10:41:51 (14/33) Installing py3-chardet (3.0.4-r4) 10:41:51 ---> 0047b5fcb6a0 10:41:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:41:51 (15/33) Installing py3-idna (2.9-r0) 10:41:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:41:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:41:51 (18/33) Installing py3-requests (2.23.0-r0) 10:41:51 (19/33) Installing py3-msgpack (1.0.0-r0) 10:41:51 (20/33) Installing py3-lockfile (0.12.2-r3) 10:41:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:41:51 (22/33) Installing py3-colorama (0.4.3-r0) 10:41:51 (23/33) Installing py3-distlib (0.3.0-r0) 10:41:51 (24/33) Installing py3-distro (1.5.0-r1) 10:41:51 (25/33) Installing py3-webencodings (0.5.1-r3) 10:41:51 (26/33) Installing py3-html5lib (1.0.1-r4) 10:41:52 (27/33) Installing py3-pytoml (0.1.21-r0) 10:41:52 (28/33) Installing py3-pep517 (0.8.2-r0) 10:41:52 (29/33) Installing py3-progress (1.5-r0) 10:41:52 (30/33) Installing py3-toml (0.10.1-r0) 10:41:52 (31/33) Installing py3-retrying (1.3.3-r0) 10:41:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:41:52 (33/33) Installing py3-pip (20.1.1-r0) 10:41:52 Executing busybox-1.31.1-r19.trigger 10:41:52 OK: 71 MiB in 55 packages 10:41:52 ---> 3b2414bd4685 10:41:52 Step 19/23 : ENTRYPOINT ["/core-data"] 10:41:52 ---> Running in d7e8e6e4330e 10:41:53 Removing intermediate container d7e8e6e4330e 10:41:53 ---> 045a4cb2c551 10:41:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:41:53 ---> Running in 43b11ddaeebb 10:41:54 Removing intermediate container 43b11ddaeebb 10:41:54 ---> 3af43d74a909 10:41:54 Step 21/23 : LABEL arch=arm64 10:41:54 ---> Running in d2dbe5b7ba9a 10:41:55 Removing intermediate container d2dbe5b7ba9a 10:41:55 ---> 628ca7eba539 10:41:55 Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:41:55 ---> Running in 7aa9e8b76d22 10:41:55 Removing intermediate container 7aa9e8b76d22 10:41:55 ---> a3864c1770b8 10:41:55 Step 23/23 : LABEL version=0.0.0 10:41:56 ---> Running in 52533886124a 10:41:56 Removing intermediate container 52533886124a 10:41:56 ---> 4345454546a4 10:41:56 10:41:57 Successfully built 4345454546a4 10:41:57 Successfully tagged docker-core-data-go-arm64:latest 10:41:58  Building docker-core-data-go ... done Removing intermediate container 181b091322af 10:41:58 ---> 50129158a839 10:41:58 Step 20/26 : RUN pip install docker-compose==1.23.2 10:41:58 ---> Running in 1e53b44d8bf8 10:42:03 Collecting docker-compose==1.23.2 10:42:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:42:03 Collecting texttable<0.10,>=0.9.0 10:42:03 Downloading texttable-0.9.1.tar.gz (11 kB) 10:42:05 Collecting websocket-client<1.0,>=0.32.0 10:42:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:42:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:42:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:42:07 Collecting jsonschema<3,>=2.5.1 10:42:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:42:08 Collecting cached-property<2,>=1.2.0 10:42:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:42:08 Collecting dockerpty<0.5,>=0.4.1 10:42:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:42:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:42:11 Collecting PyYAML<4,>=3.10 10:42:11 Downloading PyYAML-3.13.tar.gz (270 kB) 10:42:14 Collecting docopt<0.7,>=0.6.1 10:42:14 Downloading docopt-0.6.2.tar.gz (25 kB) 10:42:16 Collecting docker<4.0,>=3.6.0 10:42:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:42:16 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) 10:42:16 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) 10:42:17 Collecting idna<2.8,>=2.5 10:42:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:42:17 Collecting urllib3<1.25,>=1.21.1 10:42:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:42:18 Collecting docker-pycreds>=0.4.0 10:42:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:42:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:42:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:42:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:42:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:42:19 Installing collected packages: texttable, websocket-client, idna, urllib3, requests, jsonschema, cached-property, dockerpty, PyYAML, docopt, docker-pycreds, docker, docker-compose 10:42:19 Running setup.py install for texttable: started 10:42:21 Running setup.py install for texttable: finished with status 'done' 10:42:21 Attempting uninstall: idna 10:42:21 Found existing installation: idna 2.9 10:42:21 Uninstalling idna-2.9: 10:42:21 Successfully uninstalled idna-2.9 10:42:22 Attempting uninstall: urllib3 10:42:22 Found existing installation: urllib3 1.25.9 10:42:22 Uninstalling urllib3-1.25.9: 10:42:22 Successfully uninstalled urllib3-1.25.9 10:42:22 Attempting uninstall: requests 10:42:22 Found existing installation: requests 2.23.0 10:42:22 Uninstalling requests-2.23.0: 10:42:22 Successfully uninstalled requests-2.23.0 10:42:23 Running setup.py install for dockerpty: started 10:42:25 Running setup.py install for dockerpty: finished with status 'done' 10:42:25 Running setup.py install for PyYAML: started 10:42:27 Running setup.py install for PyYAML: finished with status 'done' 10:42:27 Running setup.py install for docopt: started 10:42:29 Running setup.py install for docopt: finished with status 'done' 10:42:30 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.57.0 10:42:34 Removing intermediate container 1e53b44d8bf8 10:42:34 ---> dcc0b0d3c45c 10:42:34 Step 21/26 : RUN apk --no-cache add curl 10:42:34 ---> Running in d056414e11e1 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:42:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:42:36 (2/3) Installing libcurl (7.69.1-r3) 10:42:36 (3/3) Installing curl (7.69.1-r3) 10:42:36 Executing busybox-1.31.1-r19.trigger 10:42:36 OK: 71 MiB in 58 packages 10:42:37 Removing intermediate container d056414e11e1 10:42:37 ---> 6f45db5ec929 10:42:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:42:37 ---> Running in 017038ed07a7 10:42:37 Removing intermediate container 017038ed07a7 10:42:37 ---> 9044d9088e9b 10:42:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:38 ---> Running in b195a495aed0 10:42:38 Removing intermediate container b195a495aed0 10:42:38 ---> 89a9030db1d3 10:42:38 Step 24/26 : LABEL arch=arm64 10:42:38 ---> Running in 48931271256d 10:42:39 Removing intermediate container 48931271256d 10:42:39 ---> 333faaa417f6 10:42:39 Step 25/26 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a 10:42:39 ---> Running in 83b94b1c92c1 10:42:39 Removing intermediate container 83b94b1c92c1 10:42:39 ---> 9a64b8fb680f 10:42:39 Step 26/26 : LABEL version=0.0.0 10:42:39 ---> Running in d174e0cf0d95 10:42:40 Removing intermediate container d174e0cf0d95 10:42:40 ---> 197bfd22d740 10:42:40 10:42:40 Successfully built 197bfd22d740 10:42:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:42:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:42:41 $ docker stop --time=1 0ea0cff36f9a8db77ff85b8eb58000f1e9bfdec8cdaf5fded21383a092f2a564 10:42:42 $ docker rm -f 0ea0cff36f9a8db77ff85b8eb58000f1e9bfdec8cdaf5fded21383a092f2a564 [Pipeline] // withDockerContainer [Pipeline] sh 10:42:43 + + grep dockerdocker 10:42:43 images 10:42:44 docker-sys-mgmt-agent-go-arm64 latest 197bfd22d740 3 seconds ago 300MB 10:42:44 docker-core-data-go-arm64 latest 4345454546a4 47 seconds ago 21MB 10:42:44 docker-security-bootstrapper-go-arm64 latest 318916020eef About a minute ago 22.6MB 10:42:44 docker-support-scheduler-go-arm64 latest f8358f89792c About a minute ago 16.1MB 10:42:44 docker-core-metadata-go-arm64 latest 931ab40ad43d 3 minutes ago 17.7MB 10:42:44 docker-core-command-go-arm64 latest 5a42f1d0b6d6 3 minutes ago 16MB 10:42:44 docker-support-notifications-go-arm64 latest f193b3cf433a 3 minutes ago 16.7MB 10:42:44 docker-security-secretstore-setup-go-arm64 latest 90662b980217 4 minutes ago 23.4MB 10:42:44 docker-security-proxy-setup-go-arm64 latest 4ac89e07974d 4 minutes ago 23.2MB 10:42:44 docker 20.10.0 eeaf43b92773 7 weeks 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 [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 10:42:47 provisioning config files... 10:42:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config2616848467210036573tmp [Pipeline] { [Pipeline] sh 10:42:47 + set +x 10:42:47 + curl -s https://codecov.io/bash 10:42:47 + bash -s -- 10:42:48 10:42:48 _____ _ 10:42:48 / ____| | | 10:42:48 | | ___ __| | ___ ___ _____ __ 10:42:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:42:48 | |___| (_) | (_| | __/ (_| (_) \ V / 10:42:48 \_____\___/ \__,_|\___|\___\___/ \_/ 10:42:48 Bash-20210129-7c25fce 10:42:48 10:42:48 10:42:48 ==> git version 2.24.3 found 10:42:48 ==> 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 10:42:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:42:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:42:48 ==> Jenkins CI detected. 10:42:48 project root: . 10:42:48 --> token set from env 10:42:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:42:48 ==> Running gcov in . (disable via -X gcov) 10:42:48 ==> Python coveragepy not found 10:42:48 ==> Searching for coverage reports in: 10:42:48 + . 10:42:48 -> Found 1 reports 10:42:48 ==> Detecting git/mercurial file structure 10:42:48 ==> Reading reports 10:42:48 + ./coverage.out bytes=580808 10:42:48 ==> Appending adjustments 10:42:48 https://docs.codecov.io/docs/fixing-reports 10:42:51 + Found adjustments 10:42:51 ==> Gzipping contents 10:42:51 88K /tmp/codecov.3FdHqN.gz 10:42:51 ==> Uploading reports 10:42:51 url: https://codecov.io 10:42:51 query: branch=PR-3113&commit=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 10:42:51 -> Pinging Codecov 10:42:51 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 10:42:52 -> Uploading to 10:42:52 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/0dbb6a98c7b16845a8bf32706a4ee362f6468d0a/64269964-21d8-4e16-97e6-026f4fabec3d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T104251Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d8d36ad43d98dec7b5bb0d1e0dd4c5adad36e775eed116336828a2b751600bbe 10:42:52 % Total % Received % Xferd Average Speed Time Time Time Current 10:42:52 Dload Upload Total Spent Left Speed 10:42:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87673 0 0 100 87673 0 171k --:--:-- --:--:-- --:--:-- 171k 10:42:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [Pipeline] } 10:42:52 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 10:42:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:42:56 ---> package-listing.sh 10:42:56 ++ facter osfamily 10:42:56 ++ tr '[:upper:]' '[:lower:]' 10:42:56 + OS_FAMILY=redhat 10:42:56 + workspace=/w/workspace/edgex-go/6 10:42:56 + START_PACKAGES=/tmp/packages_start.txt 10:42:56 + END_PACKAGES=/tmp/packages_end.txt 10:42:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:42:56 + PACKAGES=/tmp/packages_start.txt 10:42:56 + '[' /w/workspace/edgex-go/6 ']' 10:42:56 + PACKAGES=/tmp/packages_end.txt 10:42:56 + case "${OS_FAMILY}" in 10:42:56 + rpm -qa 10:42:56 + sort 10:43:02 + '[' -f /tmp/packages_start.txt ']' 10:43:02 + '[' -f /tmp/packages_end.txt ']' 10:43:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:43:02 + '[' /w/workspace/edgex-go/6 ']' 10:43:02 + mkdir -p /w/workspace/edgex-go/6/archives/ 10:43:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 10:43:02 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:43:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:43:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:43:03 10:43:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:43:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:43:03 alpine: Pulling from edgex-lftools-log-publisher 10:43:03 df20fa9351a1: Pulling fs layer 10:43:03 36b3adc4ff6f: Pulling fs layer 10:43:03 8ad3a11d3b57: Pulling fs layer 10:43:03 46f8f816bc3b: Pulling fs layer 10:43:03 93b61091891f: Pulling fs layer 10:43:03 93b9cdb0e59b: Pulling fs layer 10:43:03 5e14af77c1be: Pulling fs layer 10:43:03 01666e4c0597: Pulling fs layer 10:43:03 aa168da1d23b: Pulling fs layer 10:43:03 46f8f816bc3b: Waiting 10:43:03 93b61091891f: Waiting 10:43:03 93b9cdb0e59b: Waiting 10:43:03 01666e4c0597: Waiting 10:43:03 5e14af77c1be: Waiting 10:43:03 aa168da1d23b: Waiting 10:43:03 36b3adc4ff6f: Verifying Checksum 10:43:03 36b3adc4ff6f: Download complete 10:43:03 46f8f816bc3b: Verifying Checksum 10:43:03 46f8f816bc3b: Download complete 10:43:03 df20fa9351a1: Verifying Checksum 10:43:03 df20fa9351a1: Download complete 10:43:03 93b9cdb0e59b: Verifying Checksum 10:43:03 93b9cdb0e59b: Download complete 10:43:03 93b61091891f: Download complete 10:43:03 5e14af77c1be: Verifying Checksum 10:43:03 5e14af77c1be: Download complete 10:43:03 01666e4c0597: Verifying Checksum 10:43:03 01666e4c0597: Download complete 10:43:04 df20fa9351a1: Pull complete 10:43:04 8ad3a11d3b57: Verifying Checksum 10:43:04 8ad3a11d3b57: Download complete 10:43:04 36b3adc4ff6f: Pull complete 10:43:05 8ad3a11d3b57: Pull complete 10:43:05 46f8f816bc3b: Pull complete 10:43:05 aa168da1d23b: Verifying Checksum 10:43:05 aa168da1d23b: Download complete 10:43:07 93b61091891f: Pull complete 10:43:07 93b9cdb0e59b: Pull complete 10:43:07 5e14af77c1be: Pull complete 10:43:07 01666e4c0597: Pull complete 10:43:15 aa168da1d23b: Pull complete 10:43:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:43:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:43:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:43:16 prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container 10:43:16 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:43:21 $ docker top 62c63e7fdc3ac43e5be519fb45185cf51a8abf1d8b95802ca90db3c4f69eea65 -eo pid,comm [Pipeline] { [Pipeline] sh 10:43:21 + touch /tmp/pre-build-complete [Pipeline] sh 10:43:22 + mkdir -p /var/log/sa [Pipeline] sh 10:43:22 + ls /var/log/sa-host 10:43:22 + sadf -c /var/log/sa-host/sa04 10:43:22 file_magic: OK 10:43:22 HZ: Using current value: 100 10:43:22 file_header: OK 10:43:22 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 10:43:22 Statistics: 10:43:22 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... 10:43:22 File successfully converted to sysstat format version 12.2.1 10:43:22 + sadf -c /var/log/sa-host/sa23 10:43:22 file_magic: OK 10:43:22 HZ: Using current value: 100 10:43:22 file_header: OK 10:43:22 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 10:43:22 Statistics: 10:43:22 Hnuu...uuuununununu... 10:43:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:43:23 provisioning config files... 10:43:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4207178742350971799tmp [Pipeline] { [Pipeline] echo 10:43:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:43:24 ---> create-netrc.sh [Pipeline] } 10:43:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:43:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:43:24 ---> python-tools-install.sh [Pipeline] echo 10:43:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:43:24 ---> sudo-logs.sh 10:43:24 Archiving 'sudo' log.. [Pipeline] echo 10:43:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:43:25 ---> job-cost.sh 10:43:25 lf-activate-venv: SKIPPING 10:43:25 INFO: No Stack... 10:43:26 INFO: Retrieving Pricing Info for: v1-standard-2 10:43:26 INFO: Archiving Costs [Pipeline] echo 10:43:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:43:26 ---> logs-deploy.sh 10:43:26 lf-activate-venv: SKIPPING 10:43:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/6 10:43:26 INFO: archiving workspace using pattern(s): 10:43:28 Archives upload complete. 10:43:28 INFO: archiving logs to Nexus 10:43:29 ---> uname -a: 10:43:29 Linux prd-centos7-docker-4c-2g-24954.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:43:29 10:43:29 10:43:29 ---> lscpu: 10:43:29 Architecture: x86_64 10:43:29 CPU op-mode(s): 32-bit, 64-bit 10:43:29 Byte Order: Little Endian 10:43:29 Address sizes: 40 bits physical, 48 bits virtual 10:43:29 CPU(s): 4 10:43:29 On-line CPU(s) list: 0-3 10:43:29 Thread(s) per core: 1 10:43:29 Core(s) per socket: 1 10:43:29 Socket(s): 4 10:43:29 NUMA node(s): 1 10:43:29 Vendor ID: GenuineIntel 10:43:29 CPU family: 6 10:43:29 Model: 44 10:43:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:43:29 Stepping: 1 10:43:29 CPU MHz: 2933.438 10:43:29 BogoMIPS: 5866.87 10:43:29 Virtualization: VT-x 10:43:29 Hypervisor vendor: KVM 10:43:29 Virtualization type: full 10:43:29 L1d cache: 128 KiB 10:43:29 L1i cache: 128 KiB 10:43:29 L2 cache: 16 MiB 10:43:29 L3 cache: 64 MiB 10:43:29 NUMA node0 CPU(s): 0-3 10:43:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:43:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:43:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:43:29 Vulnerability Meltdown: Mitigation; PTI 10:43:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:43:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:43:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:43:29 Vulnerability Srbds: Not affected 10:43:29 Vulnerability Tsx async abort: Not affected 10:43:29 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 10:43:29 10:43:29 10:43:29 ---> nproc: 10:43:29 4 10:43:29 10:43:29 10:43:29 ---> df -h: 10:43:29 Filesystem Size Used Available Use% Mounted on 10:43:29 overlay 50.0G 12.6G 37.4G 25% / 10:43:29 tmpfs 64.0M 0 64.0M 0% /dev 10:43:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:43:29 shm 64.0M 0 64.0M 0% /dev/shm 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/6@tmp 10:43:29 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/6 10:43:29 10:43:29 10:43:29 ---> free -m: 10:43:29 total used free shared buff/cache available 10:43:29 Mem: 1837 742 241 0 853 1012 10:43:29 Swap: 1023 57 966 10:43:29 10:43:29 10:43:29 ---> ip addr: 10:43:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:43:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:43:29 inet 127.0.0.1/8 scope host lo 10:43:29 valid_lft forever preferred_lft forever 10:43:29 inet6 ::1/128 scope host 10:43:29 valid_lft forever preferred_lft forever 10:43:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:43:29 link/ether fa:16:3e:9d:10:e0 brd ff:ff:ff:ff:ff:ff 10:43:29 inet 10.30.123.52/23 brd 10.30.123.255 scope global dynamic eth0 10:43:29 valid_lft 85125sec preferred_lft 85125sec 10:43:29 inet6 fe80::f816:3eff:fe9d:10e0/64 scope link 10:43:29 valid_lft forever preferred_lft forever 10:43:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:43:29 link/ether 02:42:6d:45:72:a1 brd ff:ff:ff:ff:ff:ff 10:43:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:43:29 valid_lft forever preferred_lft forever 10:43:29 inet6 fe80::42:6dff:fe45:72a1/64 scope link 10:43:29 valid_lft forever preferred_lft forever 10:43:29 10:43:29 10:43:29 ---> sar -b -r -n DEV: 10:43:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 10:43:29 10:43:29 10:22:02 LINUX RESTART (4 CPU) 10:43:29 10:43:29 10:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:43:29 10:24:01 127.91 48.46 79.45 0.00 8589.25 27559.03 0.00 10:43:29 10:25:01 229.34 53.73 175.62 0.00 2868.66 36884.17 0.00 10:43:29 10:26:01 178.73 90.42 88.31 0.00 2826.28 9969.38 0.00 10:43:29 10:27:02 145.27 71.69 73.59 0.00 3461.78 8969.94 0.00 10:43:29 10:28:01 334.10 134.55 199.55 0.00 57360.72 129606.15 0.00 10:43:29 10:29:02 2910.58 2572.37 338.22 0.00 176675.31 190041.72 0.00 10:43:29 10:30:01 402.76 189.45 213.30 0.00 16214.47 28809.18 0.00 10:43:29 10:31:02 2461.28 2053.36 407.93 0.00 175273.00 215865.57 0.00 10:43:29 10:32:01 766.62 535.73 230.89 0.00 32525.94 63157.51 0.00 10:43:29 10:33:01 101.76 21.14 80.62 0.00 3500.58 6236.59 0.00 10:43:29 10:34:01 1.63 0.00 1.63 0.00 0.00 31.19 0.00 10:43:29 10:35:01 0.27 0.03 0.23 0.00 0.80 2.71 0.00 10:43:29 10:36:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 10:43:29 10:37:01 0.73 0.48 0.25 0.00 13.05 2.70 0.00 10:43:29 10:38:02 2.16 1.35 0.82 0.00 45.43 15.09 0.00 10:43:29 10:39:01 0.25 0.00 0.25 0.00 0.00 2.64 0.00 10:43:29 10:40:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 10:43:29 10:41:01 0.25 0.02 0.23 0.00 0.53 3.25 0.00 10:43:29 10:42:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 10:43:29 10:43:01 67.91 67.48 0.43 0.00 5354.90 23.63 0.00 10:43:29 Average: 389.63 294.79 94.83 0.00 24442.31 36065.09 0.00 10:43:29 10:43:29 10:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:43:29 10:24:01 73960 0 639004 33.96 2596 1165984 1313512 44.83 677604 917100 33248 10:43:29 10:25:01 302172 0 699456 37.17 1596 878320 1313668 44.83 463892 841536 20 10:43:29 10:26:01 229964 0 787276 41.84 864 863440 1795408 61.27 674124 695112 69240 10:43:29 10:27:02 223904 0 772336 41.05 808 884496 1556364 53.12 641224 724092 39772 10:43:29 10:28:01 67764 0 841404 44.72 196 972180 2270136 77.48 735080 872348 51884 10:43:29 10:29:02 367972 0 709408 37.70 196 803968 1375096 46.93 565548 717004 12 10:43:29 10:30:01 418028 0 746456 39.67 196 716864 1633120 55.74 479588 729256 116 10:43:29 10:31:02 68376 0 802492 42.65 196 1010480 2145540 73.22 690464 899852 60764 10:43:29 10:32:01 151488 0 707016 37.58 196 1022844 1384968 47.27 606352 872452 8 10:43:29 10:33:01 108724 0 666336 35.41 196 1106288 1203836 41.08 632404 883068 20 10:43:29 10:34:01 111296 0 663760 35.28 196 1106292 1178124 40.21 630472 882612 16 10:43:29 10:35:01 111192 0 663856 35.28 196 1106300 1178268 40.21 631076 882628 20 10:43:29 10:36:01 110760 0 664272 35.30 196 1106316 1178256 40.21 631068 882636 12 10:43:29 10:37:01 111052 0 663620 35.27 196 1106676 1178572 40.22 630872 882760 8 10:43:29 10:38:02 109716 0 664300 35.31 196 1107332 1178196 40.21 631308 883056 12 10:43:29 10:39:01 109612 0 664392 35.31 196 1107344 1178124 40.21 631112 883056 12 10:43:29 10:40:01 109844 0 664160 35.30 196 1107344 1178124 40.21 631112 883056 8 10:43:29 10:41:01 109992 0 664000 35.29 196 1107356 1178124 40.21 631116 883072 8 10:43:29 10:42:01 109704 0 664280 35.31 196 1107364 1178124 40.21 631000 883072 12 10:43:29 10:43:01 67208 0 692888 36.83 196 1121252 1214180 41.44 649780 902816 228 10:43:29 Average: 153636 0 702036 37.31 450 1025422 1390487 47.46 624760 850029 12771 10:43:29 10:43:29 10:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:43:29 10:24:01 eth0 1051.76 1141.04 5383.87 155.58 0.00 0.00 0.00 0.00 10:43:29 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:24:01 docker0 820.74 667.73 68.12 2671.82 0.00 0.00 0.00 0.00 10:43:29 10:25:01 eth0 284.71 219.08 1505.35 29.72 0.00 0.00 0.00 0.00 10:43:29 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:25:01 vethf11dfa8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:25:01 vethfdde26f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:26:01 eth0 27.82 14.17 22.78 11.13 0.00 0.00 0.00 0.00 10:43:29 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:26:01 vethfdde26f 0.53 0.67 0.04 0.05 0.00 0.00 0.00 0.00 10:43:29 10:26:01 docker0 972.94 862.36 79.16 3500.50 0.00 0.00 0.00 0.00 10:43:29 10:27:02 eth0 51.08 39.83 20.11 84.57 0.00 0.00 0.00 0.00 10:43:29 10:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:27:02 vethfdde26f 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 10:43:29 10:27:02 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 10:43:29 10:28:01 vethe6595fc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:43:29 10:28:01 eth0 199.41 152.56 1713.74 47.24 0.00 0.00 0.00 0.00 10:43:29 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:29:02 vethe6595fc 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 10:43:29 10:29:02 eth0 41.49 22.14 155.41 33.23 0.00 0.00 0.00 0.00 10:43:29 10:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:29:02 docker0 10.12 23.83 0.53 144.82 0.00 0.00 0.00 0.00 10:43:29 10:30:01 vethe6595fc 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 10:43:29 10:30:01 vetha3d10d6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:30:01 eth0 67.21 35.63 245.44 12.24 0.00 0.00 0.00 0.00 10:43:29 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:31:02 vethe6595fc 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 10:43:29 10:31:02 eth0 49.81 25.70 116.61 16.19 0.00 0.00 0.00 0.00 10:43:29 10:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:31:02 docker0 996.34 925.88 80.07 3858.85 0.00 0.00 0.00 0.00 10:43:29 10:32:01 vethe6595fc 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:32:01 eth0 172.79 136.96 1337.75 99.48 0.00 0.00 0.00 0.00 10:43:29 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:32:01 docker0 9.59 16.71 0.52 78.26 0.00 0.00 0.00 0.00 10:43:29 10:33:01 eth0 98.95 57.97 388.16 14.73 0.00 0.00 0.00 0.00 10:43:29 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:33:01 docker0 43.45 71.77 2.83 365.69 0.00 0.00 0.00 0.00 10:43:29 10:34:01 eth0 0.60 0.07 0.06 0.01 0.00 0.00 0.00 0.00 10:43:29 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:35:01 eth0 2.50 0.87 0.92 0.59 0.00 0.00 0.00 0.00 10:43:29 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:36:01 eth0 0.83 0.33 0.31 0.20 0.00 0.00 0.00 0.00 10:43:29 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:37:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:43:29 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:38:02 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 10:43:29 10:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:39:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:43:29 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:40:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:41:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:43:29 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:42:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:43:01 eth0 42.30 38.13 14.66 64.77 0.00 0.00 0.00 0.00 10:43:29 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 Average: eth0 104.60 94.27 544.61 28.47 0.00 0.00 0.00 0.00 10:43:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:43:29 Average: docker0 53.25 51.44 4.23 218.16 0.00 0.00 0.00 0.00 10:43:29 10:43:29 10:43:29 ---> sar -P ALL: 10:43:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 10:43:29 10:43:29 10:22:02 LINUX RESTART (4 CPU) 10:43:29 10:43:29 10:23:01 CPU %user %nice %system %iowait %steal %idle 10:43:29 10:24:01 all 14.44 0.00 6.00 2.20 0.42 76.95 10:43:29 10:24:01 0 12.71 0.00 7.88 0.84 0.36 78.20 10:43:29 10:24:01 1 15.80 0.00 5.35 2.30 0.46 76.08 10:43:29 10:24:01 2 12.10 0.00 5.47 1.75 0.49 80.19 10:43:29 10:24:01 3 17.12 0.00 5.29 3.91 0.37 73.30 10:43:29 10:25:01 all 9.86 0.00 7.01 4.36 0.96 77.81 10:43:29 10:25:01 0 9.82 0.00 7.74 4.31 0.85 77.28 10:43:29 10:25:01 1 10.28 0.00 6.66 6.99 0.98 75.09 10:43:29 10:25:01 2 9.50 0.00 6.72 3.66 1.05 79.07 10:43:29 10:25:01 3 9.86 0.00 6.93 2.48 0.93 79.79 10:43:29 10:26:01 all 56.28 0.00 11.64 4.56 1.61 25.91 10:43:29 10:26:01 0 53.75 0.00 11.93 3.98 1.79 28.56 10:43:29 10:26:01 1 56.76 0.00 11.82 5.02 1.63 24.76 10:43:29 10:26:01 2 57.92 0.00 11.92 4.53 1.70 23.94 10:43:29 10:26:01 3 56.66 0.00 10.90 4.71 1.34 26.38 10:43:29 10:27:02 all 47.43 0.00 11.69 3.46 0.66 36.76 10:43:29 10:27:02 0 47.34 0.00 11.95 3.06 0.59 37.06 10:43:29 10:27:02 1 48.47 0.00 11.61 3.48 0.76 35.68 10:43:29 10:27:02 2 45.94 0.00 11.43 2.61 0.64 39.39 10:43:29 10:27:02 3 47.98 0.00 11.80 4.68 0.64 34.90 10:43:29 10:28:01 all 21.83 0.00 15.41 5.61 1.43 55.72 10:43:29 10:28:01 0 20.36 0.00 15.26 3.88 1.42 59.09 10:43:29 10:28:01 1 20.26 0.00 15.54 5.87 1.52 56.82 10:43:29 10:28:01 2 23.84 0.00 14.81 7.38 1.49 52.49 10:43:29 10:28:01 3 22.89 0.00 16.06 5.30 1.29 54.47 10:43:29 10:29:02 all 23.83 0.00 28.27 20.07 4.49 23.34 10:43:29 10:29:02 0 23.63 0.00 28.22 19.26 4.58 24.32 10:43:29 10:29:02 1 23.45 0.00 28.34 19.14 4.63 24.44 10:43:29 10:29:02 2 24.15 0.00 28.12 21.98 4.19 21.57 10:43:29 10:29:02 3 24.10 0.00 28.40 19.89 4.59 23.03 10:43:29 10:30:01 all 58.50 0.00 15.15 10.78 0.94 14.62 10:43:29 10:30:01 0 57.79 0.00 15.26 10.23 1.00 15.72 10:43:29 10:30:01 1 57.80 0.00 15.61 13.16 0.80 12.62 10:43:29 10:30:01 2 58.00 0.00 15.15 7.95 1.01 17.89 10:43:29 10:30:01 3 60.43 0.00 14.57 11.77 0.95 12.28 10:43:29 10:31:02 all 22.15 0.00 27.55 21.74 3.16 25.40 10:43:29 10:31:02 0 20.38 0.00 27.37 23.01 3.15 26.09 10:43:29 10:31:02 1 23.36 0.00 27.50 21.89 3.11 24.14 10:43:29 10:31:02 2 22.52 0.00 26.80 20.64 3.31 26.73 10:43:29 10:31:02 3 22.34 0.00 28.54 21.42 3.06 24.64 10:43:29 10:32:01 all 50.82 0.00 16.91 12.08 2.27 17.92 10:43:29 10:32:01 0 50.54 0.00 16.72 13.03 2.17 17.55 10:43:29 10:32:01 1 50.62 0.00 17.33 12.59 2.06 17.40 10:43:29 10:32:01 2 50.95 0.00 17.07 11.63 2.41 17.95 10:43:29 10:32:01 3 51.18 0.00 16.53 11.05 2.45 18.79 10:43:29 10:33:01 all 5.40 0.00 2.96 4.52 0.16 86.95 10:43:29 10:33:01 0 6.45 0.00 2.80 4.01 0.20 86.54 10:43:29 10:33:01 1 4.59 0.00 3.19 5.57 0.13 86.51 10:43:29 10:33:01 2 7.00 0.00 3.08 5.40 0.15 84.36 10:43:29 10:33:01 3 3.57 0.00 2.76 3.12 0.15 90.40 10:43:29 10:34:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:43:29 10:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:43:29 10:34:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:43:29 10:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:43:29 10:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:43:29 10:43:29 10:34:01 CPU %user %nice %system %iowait %steal %idle 10:43:29 10:35:01 all 0.18 0.00 0.03 0.00 0.01 99.79 10:43:29 10:35:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:43:29 10:35:01 1 0.53 0.00 0.02 0.00 0.00 99.45 10:43:29 10:35:01 2 0.07 0.00 0.03 0.00 0.02 99.88 10:43:29 10:35:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:43:29 10:36:01 all 0.15 0.00 0.02 0.00 0.00 99.82 10:43:29 10:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:43:29 10:36:01 1 0.52 0.00 0.02 0.00 0.02 99.45 10:43:29 10:36:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:43:29 10:36:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:43:29 10:37:01 all 0.17 0.00 0.10 0.01 0.01 99.71 10:43:29 10:37:01 0 0.05 0.00 0.07 0.02 0.02 99.85 10:43:29 10:37:01 1 0.55 0.00 0.10 0.00 0.02 99.33 10:43:29 10:37:01 2 0.07 0.00 0.10 0.02 0.00 99.82 10:43:29 10:37:01 3 0.03 0.00 0.12 0.00 0.00 99.85 10:43:29 10:38:02 all 0.15 0.00 0.05 0.02 0.00 99.78 10:43:29 10:38:02 0 0.03 0.00 0.08 0.07 0.00 99.82 10:43:29 10:38:02 1 0.28 0.00 0.03 0.00 0.00 99.68 10:43:29 10:38:02 2 0.27 0.00 0.03 0.00 0.00 99.70 10:43:29 10:38:02 3 0.02 0.00 0.05 0.00 0.00 99.93 10:43:29 10:39:01 all 0.12 0.00 0.03 0.00 0.00 99.84 10:43:29 10:39:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:43:29 10:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:43:29 10:39:01 2 0.39 0.00 0.07 0.00 0.02 99.53 10:43:29 10:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:43:29 10:40:01 all 0.10 0.00 0.03 0.00 0.00 99.88 10:43:29 10:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:43:29 10:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:43:29 10:40:01 2 0.32 0.00 0.05 0.00 0.00 99.63 10:43:29 10:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:43:29 10:41:01 all 0.13 0.00 0.03 0.00 0.00 99.83 10:43:29 10:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:43:29 10:41:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:43:29 10:41:01 2 0.45 0.00 0.05 0.00 0.00 99.50 10:43:29 10:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:43:29 10:42:01 all 0.03 0.00 0.02 0.00 0.00 99.95 10:43:29 10:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:43:29 10:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:43:29 10:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 10:43:29 10:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:43:29 10:43:01 all 1.91 0.00 0.98 1.71 0.03 95.37 10:43:29 10:43:01 0 1.17 0.00 0.97 1.07 0.02 96.78 10:43:29 10:43:01 1 2.87 0.00 1.20 1.93 0.02 93.98 10:43:29 10:43:01 2 1.65 0.00 0.72 0.92 0.03 96.68 10:43:29 10:43:01 3 1.94 0.00 1.05 2.94 0.03 94.04 10:43:29 Average: all 15.27 0.00 6.98 4.42 0.78 72.56 10:43:29 Average: 0 14.82 0.00 7.12 4.21 0.78 73.07 10:43:29 Average: 1 15.45 0.00 7.01 4.76 0.78 71.99 10:43:29 Average: 2 15.32 0.00 6.87 4.28 0.80 72.73 10:43:29 Average: 3 15.48 0.00 6.92 4.41 0.76 72.44 10:43:29 10:43:29 10:43:29