Pull request #3095 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f32f4191109bc075ff9359b3fa855becd8fb908f rather than b6ceec457f2f5c7255a6b4afb595b220e2e4126d Obtained Jenkinsfile from f32f4191109bc075ff9359b3fa855becd8fb908f 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24074 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b6ceec457f2f5c7255a6b4afb595b220e2e4126d Merge succeeded, producing b6ceec457f2f5c7255a6b4afb595b220e2e4126d Checking out Revision b6ceec457f2f5c7255a6b4afb595b220e2e4126d (PR-3095) > git config core.sparsecheckout # timeout=10 > git checkout -f b6ceec457f2f5c7255a6b4afb595b220e2e4126d # 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 f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6ceec457f2f5c7255a6b4afb595b220e2e4126d # timeout=10 Commit message: "feat(meta): Invoke Device Service callback for ProvisionWatcher change" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:25:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk ed059e14d357044982f497644550f5c760faaea4 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:25:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:25:25 ========================================================= 02:25:25 EdgeX Global Pipelines Version Info 02:25:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:25:26 ------------------- 02:25:26 stable info: 02:25:26 ------------------- 02:25:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:25:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:25:26 Message: update stable to v1.0.179 02:25:27 ------------------- 02:25:27 experimental info: 02:25:27 ------------------- 02:25:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:25:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:25:27 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:25:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:25:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:25:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:25:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:25:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:25:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:25:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:25:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3095 [Pipeline] echo 02:25:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3095 [Pipeline] echo 02:25:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3095 [Pipeline] echo 02:25:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b6ceec457f2f5c7255a6b4afb595b220e2e4126d [Pipeline] echo 02:25:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b6ceec4 [Pipeline] echo 02:25:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:25:31 provisioning config files... 02:25:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7228544436740188922tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:25:31 ---> docker-login.sh 02:25:31 nexus3.edgexfoundry.org:10001 02:25:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:32 Configure a credential helper to remove this warning. See 02:25:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:32 02:25:32 Login Succeeded 02:25:32 nexus3.edgexfoundry.org:10002 02:25:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:32 Configure a credential helper to remove this warning. See 02:25:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:32 02:25:32 Login Succeeded 02:25:32 nexus3.edgexfoundry.org:10003 02:25:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:32 Configure a credential helper to remove this warning. See 02:25:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:32 02:25:32 Login Succeeded 02:25:32 nexus3.edgexfoundry.org:10004 02:25:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:32 Configure a credential helper to remove this warning. See 02:25:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:32 02:25:32 Login Succeeded 02:25:32 docker.io 02:25:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:33 Configure a credential helper to remove this warning. See 02:25:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:33 02:25:33 Login Succeeded 02:25:33 ---> docker-login.sh ends [Pipeline] } 02:25:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:25:33 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/core-command/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo core-command,cmd/core-command/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/core-data/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo core-data,cmd/core-data/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/core-metadata/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo core-metadata,cmd/core-metadata/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/security-bootstrapper/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/security-proxy-setup/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/support-notifications/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo support-notifications,cmd/support-notifications/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/support-scheduler/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:25:33 + for file in '`ls cmd/**/Dockerfile`' 02:25:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:25:33 ++ cut -d/ -f2 02:25:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:25:33 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 02:25:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:25:35 02:25:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:25:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:25:35 latest: Pulling from edgex-devops/git-semver 02:25:35 31603596830f: Pulling fs layer 02:25:35 2a8b12db71e7: Pulling fs layer 02:25:35 6ca5941a6612: Pulling fs layer 02:25:35 ecc8261a40a4: Pulling fs layer 02:25:35 ecc8261a40a4: Waiting 02:25:35 2a8b12db71e7: Verifying Checksum 02:25:35 2a8b12db71e7: Download complete 02:25:35 31603596830f: Download complete 02:25:35 ecc8261a40a4: Verifying Checksum 02:25:35 ecc8261a40a4: Download complete 02:25:36 6ca5941a6612: Verifying Checksum 02:25:36 6ca5941a6612: Download complete 02:25:36 31603596830f: Pull complete 02:25:36 2a8b12db71e7: Pull complete 02:25:37 6ca5941a6612: Pull complete 02:25:37 ecc8261a40a4: Pull complete 02:25:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:25:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:25:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:25:37 prd-centos7-docker-4c-2g-24074 does not seem to be running inside a container 02:25:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:25:40 $ docker top 9d5d6f1c405b705363fbf1ba228f309fc1d44bd8d7c76470bd3fef67daa482af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:25:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:25:40 [ssh-agent] Looking for ssh-agent implementation... 02:25:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:25:40 $ docker exec 9d5d6f1c405b705363fbf1ba228f309fc1d44bd8d7c76470bd3fef67daa482af ssh-agent 02:25:40 SSH_AUTH_SOCK=/tmp/ssh-rro3k1UXeUtY/agent.11 02:25:40 SSH_AGENT_PID=16 02:25:40 Running ssh-add (command line suppressed) 02:25:40 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4606419577466793942.key (/w/workspace/edgex-go/4@tmp/private_key_4606419577466793942.key) 02:25:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:25:41 + git tag --points-at HEAD [Pipeline] } 02:25:41 $ docker exec --env ******** --env ******** 9d5d6f1c405b705363fbf1ba228f309fc1d44bd8d7c76470bd3fef67daa482af ssh-agent -k 02:25:41 unset SSH_AUTH_SOCK; 02:25:41 unset SSH_AGENT_PID; 02:25:41 echo Agent pid 16 killed; 02:25:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:25:41 [ssh-agent] Looking for ssh-agent implementation... 02:25:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:25:41 $ docker exec 9d5d6f1c405b705363fbf1ba228f309fc1d44bd8d7c76470bd3fef67daa482af ssh-agent 02:25:42 SSH_AUTH_SOCK=/tmp/ssh-L2aAYHI885iw/agent.46 02:25:42 SSH_AGENT_PID=51 02:25:42 Running ssh-add (command line suppressed) 02:25:42 Identity added: /w/workspace/edgex-go/4@tmp/private_key_87927694183183140.key (/w/workspace/edgex-go/4@tmp/private_key_87927694183183140.key) 02:25:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:25:42 + git semver init 02:25:42 # -> Open(): unable to determine branch for HEAD 02:25:42 # $GIT_DIR = /w/workspace/edgex-go/4/.git 02:25:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 02:25:42 # $SEMVER_REMOTE_NAME = origin 02:25:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:25:42 # $SEMVER_USER_NAME = edgex-jenkins 02:25:42 # $SEMVER_BRANCH = PR-3095 02:25:42 # $SEMVER_TEMP = /tmp/semver-704188666 02:25:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:26:04 # '/tmp/semver-704188666' -> '/w/workspace/edgex-go/4/.semver' 02:26:04 # -> Force: false 02:26:04 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 02:26:04 $ docker exec --env ******** --env ******** 9d5d6f1c405b705363fbf1ba228f309fc1d44bd8d7c76470bd3fef67daa482af ssh-agent -k 02:26:05 unset SSH_AUTH_SOCK; 02:26:05 unset SSH_AGENT_PID; 02:26:05 echo Agent pid 51 killed; 02:26:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:26:05 + git semver [Pipeline] } 02:26:05 $ docker stop --time=1 9d5d6f1c405b705363fbf1ba228f309fc1d44bd8d7c76470bd3fef67daa482af 02:26:07 $ docker rm -f 9d5d6f1c405b705363fbf1ba228f309fc1d44bd8d7c76470bd3fef67daa482af [Pipeline] // withDockerContainer [Pipeline] sh 02:26:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:26:08 Stashed 1 file(s) [Pipeline] echo 02:26:08 [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 02:26:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:26:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:26:10 + sudo service docker restart 02:26:10 + true 02:26:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:26:10 ========================================================= 02:26:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:26:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:26:11 + 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 . 02:26:14 Sending build context to Docker daemon 327.4MB 02:26:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:26:14 Step 2/6 : FROM ${BASE} 02:26:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:26:14 188c0c94c7c5: Pulling fs layer 02:26:14 0ef7d3d256c8: Pulling fs layer 02:26:14 de9db76c5a1d: Pulling fs layer 02:26:14 bca2f99d35d6: Pulling fs layer 02:26:14 93359f2a8cfa: Pulling fs layer 02:26:14 7c6f9722023f: Pulling fs layer 02:26:14 a35cf1a2eb13: Pulling fs layer 02:26:14 bca2f99d35d6: Waiting 02:26:14 93359f2a8cfa: Waiting 02:26:14 a35cf1a2eb13: Waiting 02:26:14 7c6f9722023f: Waiting 02:26:14 de9db76c5a1d: Verifying Checksum 02:26:14 de9db76c5a1d: Download complete 02:26:14 0ef7d3d256c8: Download complete 02:26:14 93359f2a8cfa: Verifying Checksum 02:26:14 93359f2a8cfa: Download complete 02:26:14 188c0c94c7c5: Verifying Checksum 02:26:14 188c0c94c7c5: Download complete 02:26:14 7c6f9722023f: Verifying Checksum 02:26:14 7c6f9722023f: Download complete 02:26:15 188c0c94c7c5: Pull complete 02:26:15 0ef7d3d256c8: Pull complete 02:26:15 de9db76c5a1d: Pull complete 02:26:16 a35cf1a2eb13: Verifying Checksum 02:26:16 a35cf1a2eb13: Download complete 02:26:17 bca2f99d35d6: Verifying Checksum 02:26:17 bca2f99d35d6: Download complete 02:26:23 bca2f99d35d6: Pull complete 02:26:23 93359f2a8cfa: Pull complete 02:26:23 7c6f9722023f: Pull complete 02:26:23 Still waiting to schedule task 02:26:23 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24073’ 02:26:28 a35cf1a2eb13: Pull complete 02:26:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:26:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:26:28 ---> a62c8e92a672 02:26: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 02:26:28 ---> Running in f300fe6a4785 02:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:26:30 (1/12) Installing libmagic (5.38-r0) 02:26:30 (2/12) Installing file (5.38-r0) 02:26:30 (3/12) Installing libc-dev (0.7.2-r3) 02:26:30 (4/12) Installing g++ (9.3.0-r2) 02:26:37 (5/12) Installing fortify-headers (1.1-r0) 02:26:37 (6/12) Installing patch (2.7.6-r6) 02:26:37 (7/12) Installing build-base (0.5-r2) 02:26:37 (8/12) Installing libsodium (1.0.18-r0) 02:26:37 (9/12) Installing pkgconf (1.7.2-r0) 02:26:37 (10/12) Installing libsodium-dev (1.0.18-r0) 02:26:37 (11/12) Installing libzmq (4.3.3-r0) 02:26:37 (12/12) Installing zeromq-dev (4.3.3-r0) 02:26:37 Executing busybox-1.31.1-r19.trigger 02:26:37 OK: 233 MiB in 51 packages 02:26:40 Removing intermediate container f300fe6a4785 02:26:40 ---> a104f34af278 02:26:40 Step 4/6 : WORKDIR /edgex-go 02:26:40 ---> Running in 6c191cbd73bf 02:26:40 Removing intermediate container 6c191cbd73bf 02:26:40 ---> 28bac7525ec1 02:26:40 Step 5/6 : COPY go.mod . 02:26:40 ---> 8f0e72031a87 02:26:40 Step 6/6 : RUN go mod download 02:26:40 ---> Running in d56fed61a308 02:27:02 Removing intermediate container d56fed61a308 02:27:02 ---> d34db348a06c 02:27:02 Successfully built d34db348a06c 02:27:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:27:03 + docker inspect -f . ci-base-image-x86_64 02:27:03 . [Pipeline] withDockerContainer 02:27:03 prd-centos7-docker-4c-2g-24074 does not seem to be running inside a container 02:27:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:27:04 $ docker top 264d4709f6f27a3e21ed772e6e85e7d9f1475e4dd48fd0ac9122984fe752017e -eo pid,comm [Pipeline] { [Pipeline] sh 02:27:05 + go version 02:27:05 go version go1.15.5 linux/amd64 [Pipeline] } 02:27:05 $ docker stop --time=1 264d4709f6f27a3e21ed772e6e85e7d9f1475e4dd48fd0ac9122984fe752017e 02:27:06 $ docker rm -f 264d4709f6f27a3e21ed772e6e85e7d9f1475e4dd48fd0ac9122984fe752017e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:27:07 + docker inspect -f . ci-base-image-x86_64 02:27:07 . [Pipeline] withDockerContainer 02:27:07 prd-centos7-docker-4c-2g-24074 does not seem to be running inside a container 02:27:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:27:08 $ docker top 2622e56c966fc2dabd8f31b840da6921904affaa925ebbdd2987e48acc7f1c22 -eo pid,comm [Pipeline] { [Pipeline] echo 02:27:08 ========================================================= 02:27:08 [edgeXBuildGoParallel] Running Tests and Build... 02:27:08 ========================================================= [Pipeline] sh 02:27:09 + make test 02:27:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:27:19 ? github.com/edgexfoundry/edgex-go [no test files] 02:27:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:27:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:27:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:27:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:27:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:27:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:27:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:27:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:27:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:27:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:27:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:27:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:27:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:27:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:27:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.0% of statements 02:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:27:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:27:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.062s coverage: 100.0% of statements 02:27:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.1% of statements 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:27:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:27:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:27:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 65.8% of statements 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:27:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.135s coverage: 82.3% of statements 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:27:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.372s coverage: 28.6% of statements 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:27:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:27:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:27:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.393s coverage: 92.8% of statements 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:27:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:27:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:27:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:27:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements 02:27:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 02:27:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 02:27:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 02:27:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 02:28:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.035s coverage: 94.4% of statements 02:28:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.052s coverage: 87.2% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 68.9% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:28:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 02:28:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 02:28:19 GO111MODULE=on go vet ./... 02:28:46 gofmt -l . 02:28:46 [ "`gofmt -l .`" = "" ] 02:28:46 ./bin/test-go-mod-tidy.sh 02:28:46 ./bin/test-attribution-txt.sh [Pipeline] sh 02:28:47 + ls -al . 02:28:47 total 680 02:28:47 drwxrwxr-x 10 1001 1001 4096 Jan 30 02:28 . 02:28:47 drwxr-xr-x 4 root root 28 Jan 30 02:27 .. 02:28:47 -rw-rw-r-- 1 1001 1001 11 Jan 30 02:25 .dockerignore 02:28:47 drwxrwxr-x 8 1001 1001 179 Jan 30 02:25 .git 02:28:47 drwxrwxr-x 3 1001 1001 125 Jan 30 02:25 .github 02:28:47 -rw-rw-r-- 1 1001 1001 872 Jan 30 02:25 .gitignore 02:28:47 drwx------ 3 1001 1001 60 Jan 30 02:26 .semver 02:28:47 -rw-rw-r-- 1 1001 1001 166 Jan 30 02:25 .sonarcloud.properties 02:28:47 -rw-rw-r-- 1 1001 1001 7859 Jan 30 02:25 Attribution.txt 02:28:47 -rw-rw-r-- 1 1001 1001 3804 Jan 30 02:25 CONTRIBUTING.md 02:28:47 -rw-rw-r-- 1 1001 1001 931 Jan 30 02:25 Dockerfile.build 02:28:47 -rw-rw-r-- 1 1001 1001 863 Jan 30 02:25 Jenkinsfile 02:28:47 -rw-rw-r-- 1 1001 1001 10775 Jan 30 02:25 LICENSE 02:28:47 -rw-rw-r-- 1 1001 1001 6001 Jan 30 02:25 Makefile 02:28:47 -rw-rw-r-- 1 1001 1001 6524 Jan 30 02:25 README.md 02:28:47 -rw-rw-r-- 1 1001 1001 6755 Jan 30 02:25 SECURITY.md 02:28:47 -rw-rw-r-- 1 1001 1001 5 Jan 30 02:26 VERSION 02:28:47 -rw-rw-r-- 1 1001 1001 4131 Jan 30 02:25 ZMQWindows.md 02:28:47 drwxrwxr-x 2 1001 1001 117 Jan 30 02:25 bin 02:28:47 drwxrwxr-x 15 1001 1001 4096 Jan 30 02:25 cmd 02:28:47 -rw-r--r-- 1 root root 574984 Jan 30 02:28 coverage.out 02:28:47 -rw-r--r-- 1 root root 1054 Jan 30 02:28 go.mod 02:28:47 -rw-r--r-- 1 root root 19289 Jan 30 02:28 go.sum 02:28:47 drwxrwxr-x 8 1001 1001 127 Jan 30 02:25 internal 02:28:47 drwxrwxr-x 4 1001 1001 26 Jan 30 02:25 openapi 02:28:47 drwxrwxr-x 4 1001 1001 71 Jan 30 02:25 snap 02:28:47 -rw-rw-r-- 1 1001 1001 168 Jan 30 02:25 version.go [Pipeline] sh 02:28:47 + '[' -e coverage.out ] 02:28:47 + chown 1001:1001 coverage.out [Pipeline] stash 02:28:47 Stashed 1 file(s) [Pipeline] sh 02:28:48 + make build 02:28:48 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 02:28: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 02:28:59 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 02:29:00 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 02:29:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:29:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:29:03 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 02: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 02:29:06 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 02:29:07 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 02:29:08 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 02:29:10 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 02:29:11 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] } 02:29:12 $ docker stop --time=1 2622e56c966fc2dabd8f31b840da6921904affaa925ebbdd2987e48acc7f1c22 02:29:14 $ docker rm -f 2622e56c966fc2dabd8f31b840da6921904affaa925ebbdd2987e48acc7f1c22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:29:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:29:17 02:29:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:29:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:29:18 latest: Pulling from edgex-devops/edgex-compose 02:29:18 cbdbe7a5bc2a: Pulling fs layer 02:29:18 ca9280d653b3: Pulling fs layer 02:29:18 7e9c9ca2126c: Pulling fs layer 02:29:19 cbdbe7a5bc2a: Download complete 02:29:19 ca9280d653b3: Verifying Checksum 02:29:19 ca9280d653b3: Download complete 02:29:19 cbdbe7a5bc2a: Pull complete 02:29:20 ca9280d653b3: Pull complete 02:29:21 7e9c9ca2126c: Verifying Checksum 02:29:21 7e9c9ca2126c: Download complete 02:29:28 7e9c9ca2126c: Pull complete 02:29:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:29:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:29:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:29:28 prd-centos7-docker-4c-2g-24074 does not seem to be running inside a container 02:29:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:29:30 $ docker top 760d7df8e3af82b51aafc1363e78b9fe2af04caa6510f06b399f3498bf44272d -eo pid,comm [Pipeline] { [Pipeline] sh 02:29:31 + docker-compose build --help 02:29:31 + grep parallel 02:29:32 --parallel Build images in parallel. [Pipeline] } 02:29:32 $ docker stop --time=1 760d7df8e3af82b51aafc1363e78b9fe2af04caa6510f06b399f3498bf44272d 02:29:33 $ docker rm -f 760d7df8e3af82b51aafc1363e78b9fe2af04caa6510f06b399f3498bf44272d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:29:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:29:34 . [Pipeline] withDockerContainer 02:29:34 prd-centos7-docker-4c-2g-24074 does not seem to be running inside a container 02:29:34 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:29:35 $ docker top eb7e0c15bbf07fe9db3497f80039375cdff798095bb4ed8f9ed78717c8fddc4e -eo pid,comm [Pipeline] { [Pipeline] sh 02:29:35 + docker-compose -f ./docker-compose-build.yml build --parallel 02:29:36 Building docker-core-command-go ... 02:29:36 Building docker-core-data-go ... 02:29:36 Building docker-core-metadata-go ... 02:29:36 Building docker-security-bootstrapper-go ... 02:29:36 Building docker-security-proxy-setup-go ... 02:29:36 Building docker-security-secretstore-setup-go ... 02:29:36 Building docker-support-notifications-go ... 02:29:36 Building docker-support-scheduler-go ... 02:29:36 Building docker-sys-mgmt-agent-go ... 02:29:36 Building docker-core-command-go 02:29:36 Building docker-support-notifications-go 02:29:36 Building docker-security-secretstore-setup-go 02:29:36 Building docker-security-bootstrapper-go 02:29:36 Building docker-core-metadata-go 02:30:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:30:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:30:08 ---> d34db348a06c 02:30:08 Step 3/22 : WORKDIR /edgex-go 02:30:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:30:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:30:08 ---> d34db348a06c 02:30:08 Step 3/23 : WORKDIR /edgex-go 02:30:08 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:30:08 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:30:08 ---> d34db348a06c 02:30:08 Step 3/31 : WORKDIR /edgex-go 02:30:08 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:30:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:30:08 ---> d34db348a06c 02:30:08 Step 3/24 : WORKDIR /edgex-go 02:30:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:30:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:30:08 ---> d34db348a06c 02:30:08 Step 3/23 : WORKDIR /edgex-go 02:30:08 ---> Running in d1ac7e110fa1 02:30:08 ---> Running in 1c386ba56139 02:30:08 ---> Running in 5f5b4a3fc799 02:30:08 ---> Running in 42efebbb116d 02:30:08 ---> Running in 59d5047a7672 02:30:08 Removing intermediate container 42efebbb116d 02:30:08 ---> 5b59f1b80c72 02:30:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:30:08 Removing intermediate container 5f5b4a3fc799 02:30:08 ---> 84881c032177 02:30:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:30:08 Removing intermediate container 59d5047a7672 02:30:08 ---> b2206fa43077 02:30:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:30:08 Removing intermediate container 1c386ba56139 02:30:08 ---> c9224356f103 02:30:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:30:09 Removing intermediate container d1ac7e110fa1 02:30:09 ---> 4df64a2d18e2 02:30:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:30:09 ---> Running in 622220249e0c 02:30:09 ---> Running in 9d4bf53d7fbc 02:30:09 ---> Running in f5db54d1cfab 02:30:09 ---> Running in 1f560355af06 02:30:09 ---> Running in 03049c3a40d0 02:30:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24075 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws 02:30:10 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 02:30:10 Removing intermediate container 9d4bf53d7fbc 02:30:10 ---> 0fd2171d5c84 02:30:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:30:10 ---> Running in a187a55c33ff 02:30:10 Removing intermediate container 622220249e0c 02:30:10 ---> 4245d30756a3 02:30:10 Step 5/24 : RUN apk add --update --no-cache make git 02:30:11 Removing intermediate container f5db54d1cfab 02:30:11 ---> 01969206f346 02:30:11 Step 5/23 : RUN apk add --update --no-cache make git 02:30:11 ---> Running in 59b17622de0f 02:30:11 ---> Running in dafa5276fe00 02:30:11 Removing intermediate container 03049c3a40d0 02:30:11 ---> 6ba21806f502 02:30:11 Step 5/31 : RUN apk add --update --no-cache make git 02:30:11 Removing intermediate container 1f560355af06 02:30:11 ---> e0d7c86fc10d 02:30:11 Step 5/23 : RUN apk add --update --no-cache make git 02:30:12 ---> Running in aecc9fc0a68b 02:30:12 ---> Running in b1daa1713b03 02:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:30:13 OK: 233 MiB in 51 packages 02:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:30:13 Removing intermediate container a187a55c33ff 02:30:13 ---> eb3bc5392825 02:30:13 Step 6/22 : COPY go.mod . 02:30:13 OK: 233 MiB in 51 packages 02:30:13 ---> 74cc446917ed 02:30:13 Step 7/22 : RUN go mod download 02:30:13 ---> Running in cb4018db5f08 02:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:30:13 OK: 233 MiB in 51 packages 02:30:14 OK: 233 MiB in 51 packages 02:30:14 Removing intermediate container dafa5276fe00 02:30:14 ---> 3e00f0478e1f 02:30:14 Step 6/23 : COPY go.mod . 02:30:14 OK: 233 MiB in 51 packages 02:30:14 Removing intermediate container aecc9fc0a68b 02:30:14 ---> efe72276facc 02:30:14 Step 6/31 : COPY go.mod . 02:30:14 ---> 8603fa7d27fb 02:30:14 Step 7/23 : RUN go mod download 02:30:15 Removing intermediate container 59b17622de0f 02:30:15 ---> c7c5d9745e3c 02:30:15 Step 6/24 : COPY go.mod . 02:30:15 ---> Running in 9217f24c7efb 02:30:15 ---> c7dd2d2859c4 02:30:15 Step 7/31 : RUN go mod download 02:30:15 ---> Running in 383521c575ad 02:30:15 ---> 19c17dfc7b15 02:30:15 Step 7/24 : RUN go mod download 02:30:15 Removing intermediate container b1daa1713b03 02:30:15 ---> f2d25e02b8fc 02:30:15 Step 6/23 : COPY go.mod . 02:30:15 ---> Running in be147274a84a 02:30:16 ---> abb10cf272c2 02:30:16 Step 7/23 : RUN go mod download 02:30:16 Removing intermediate container cb4018db5f08 02:30:16 ---> 21c09f2bcb9a 02:30:16 Step 8/22 : COPY . . 02:30:16 ---> Running in f117d03b2e69 02:30:17 using credential edgex-jenkins-ssh 02:30:17 Cloning the remote Git repository 02:30:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:30:17 > git init /w/workspace/edgex-go/4 # timeout=10 02:30:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:30:17 > git --version # timeout=10 02:30:17 > git --version # 'git version 2.17.1' 02:30:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:30:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:30:19 Removing intermediate container 9217f24c7efb 02:30:19 ---> 689085833588 02:30:19 Step 8/23 : COPY . . 02:30:28 Removing intermediate container 383521c575ad 02:30:28 ---> 3694be306485 02:30:28 Step 8/31 : COPY . . 02:30:28 Removing intermediate container be147274a84a 02:30:28 ---> 49093ac8d9a5 02:30:28 Step 8/24 : COPY . . 02:30:34 Removing intermediate container f117d03b2e69 02:30:34 ---> 056e3344235d 02:30:34 Step 8/23 : COPY . . 02:30:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:30:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:30:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:30:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:30:34 using GIT_SSH to set credentials SSH Credentials for GitHub 02:30:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:30:35 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:30:36 Merge succeeded, producing b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:30:36 Checking out Revision b6ceec457f2f5c7255a6b4afb595b220e2e4126d (PR-3095) 02:30:35 > git config core.sparsecheckout # timeout=10 02:30:35 > git checkout -f b6ceec457f2f5c7255a6b4afb595b220e2e4126d # timeout=10 02:30:35 > git remote # timeout=10 02:30:35 > git config --get remote.origin.url # timeout=10 02:30:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:30:35 > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 02:30:36 > git rev-parse HEAD^{commit} # timeout=10 02:30:36 > git config core.sparsecheckout # timeout=10 02:30:36 > git checkout -f b6ceec457f2f5c7255a6b4afb595b220e2e4126d # timeout=10 02:30:40 Commit message: "feat(meta): Invoke Device Service callback for ProvisionWatcher change" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:30:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:30:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:30:43 + sudo service docker restart 02:30:43 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:30:45 provisioning config files... 02:30:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5776696418840600978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:30:46 ---> docker-login.sh 02:30:46 nexus3.edgexfoundry.org:10001 02:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:47 Configure a credential helper to remove this warning. See 02:30:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:47 02:30:47 Login Succeeded 02:30:47 nexus3.edgexfoundry.org:10002 02:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:48 Configure a credential helper to remove this warning. See 02:30:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:48 02:30:48 Login Succeeded 02:30:48 nexus3.edgexfoundry.org:10003 02:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:49 Configure a credential helper to remove this warning. See 02:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:49 02:30:49 Login Succeeded 02:30:49 nexus3.edgexfoundry.org:10004 02:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:49 Configure a credential helper to remove this warning. See 02:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:49 02:30:49 Login Succeeded 02:30:50 docker.io 02:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:50 Configure a credential helper to remove this warning. See 02:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:50 02:30:50 Login Succeeded 02:30:50 ---> docker-login.sh ends [Pipeline] } 02:30:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:30:51 ========================================================= 02:30:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:30:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:30:51 + 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 . 02:30:53 ---> c18e04cc0e4f 02:30:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:30:54 Sending build context to Docker daemon 166MB 02:30:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:30:54 Step 2/6 : FROM ${BASE} 02:30:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:30:54 5f621e34cdf4: Pulling fs layer 02:30:54 a4357932f1b6: Pulling fs layer 02:30:54 18c013af1878: Pulling fs layer 02:30:54 00ac8860ef70: Pulling fs layer 02:30:54 63d7cb157983: Pulling fs layer 02:30:54 b116817d02f9: Pulling fs layer 02:30:54 745a02a5169b: Pulling fs layer 02:30:54 63d7cb157983: Waiting 02:30:54 b116817d02f9: Waiting 02:30:54 745a02a5169b: Waiting 02:30:54 00ac8860ef70: Waiting 02:30:54 18c013af1878: Verifying Checksum 02:30:54 18c013af1878: Download complete 02:30:54 a4357932f1b6: Verifying Checksum 02:30:54 a4357932f1b6: Download complete 02:30:54 63d7cb157983: Download complete 02:30:54 b116817d02f9: Download complete 02:30:54 5f621e34cdf4: Verifying Checksum 02:30:54 5f621e34cdf4: Download complete 02:30:55 5f621e34cdf4: Pull complete 02:30:55 a4357932f1b6: Pull complete 02:30:56 18c013af1878: Pull complete 02:30:56 ---> Running in 6d2980214624 02:30:56 ---> fe007281b9cd 02:30:56 Step 9/23 : RUN make cmd/core-command/core-command 02:30:58 ---> Running in 303a610d7360 02:30:58 745a02a5169b: Download complete 02:30:59 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 02:31:00 00ac8860ef70: Verifying Checksum 02:31:00 00ac8860ef70: Download complete 02:31:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:31:07 ---> dc279856ab1e 02:31:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 02:31:08 ---> Running in a7b0197f10c1 02:31:10 ---> f86264174bc7 02:31:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:31:10 ---> Running in c0de8278cc23 02:31:10 ---> 1c6843bc32c8 02:31:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:31:10 00ac8860ef70: Pull complete 02:31:10 63d7cb157983: Pull complete 02:31:10 ---> Running in 722e47335afe 02:31:10 b116817d02f9: Pull complete 02:31:11 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 02:31:11 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 02:31:11 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 02:31:14 745a02a5169b: Pull complete 02:31:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:31:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:31:14 ---> b7e6874047d6 02:31: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 02:31:18 ---> Running in 75c8e7b46958 02:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:31:21 (1/12) Installing libmagic (5.38-r0) 02:31:21 (2/12) Installing file (5.38-r0) 02:31:21 (3/12) Installing libc-dev (0.7.2-r3) 02:31:21 (4/12) Installing g++ (9.3.0-r2) 02:31:25 (5/12) Installing fortify-headers (1.1-r0) 02:31:25 (6/12) Installing patch (2.7.6-r6) 02:31:25 (7/12) Installing build-base (0.5-r2) 02:31:25 (8/12) Installing libsodium (1.0.18-r0) 02:31:25 (9/12) Installing pkgconf (1.7.2-r0) 02:31:25 (10/12) Installing libsodium-dev (1.0.18-r0) 02:31:25 (11/12) Installing libzmq (4.3.3-r0) 02:31:25 (12/12) Installing zeromq-dev (4.3.3-r0) 02:31:25 Executing busybox-1.31.1-r19.trigger 02:31:25 OK: 217 MiB in 51 packages 02:31:29 Removing intermediate container 75c8e7b46958 02:31:29 ---> c812128c72d3 02:31:29 Step 4/6 : WORKDIR /edgex-go 02:31:30 Removing intermediate container 6d2980214624 02:31:30 ---> 5cb33942ccc4 02:31:30 02:31:30 Step 10/22 : FROM alpine:3.12 02:31:30 3.12: Pulling from library/alpine 02:31:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:31:30 Status: Downloaded newer image for alpine:3.12 02:31:30 ---> 389fef711851 02:31:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:31:30 ---> Running in 83306a49d847 02:31:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:31:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:31:30 ---> Running in 51e2046301ff 02:31:30 (1/2) Installing ca-certificates (20191127-r4) 02:31:30 (2/2) Installing dumb-init (1.2.2-r1) 02:31:30 Executing busybox-1.31.1-r19.trigger 02:31:30 Executing ca-certificates-20191127-r4.trigger 02:31:30 Removing intermediate container 51e2046301ff 02:31:30 ---> 4462ea8cc00c 02:31:30 Step 5/6 : COPY go.mod . 02:31:31 OK: 6 MiB in 16 packages 02:31:31 ---> a425666d68dc 02:31:31 Step 6/6 : RUN go mod download 02:31:31 ---> Running in 6458eedaaa68 02:31:34 Removing intermediate container 303a610d7360 02:31:34 ---> 8894af1a6c12 02:31:34 02:31:34 Step 10/23 : FROM alpine:3.12 02:31:34 ---> 389fef711851 02:31:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:31:34 Removing intermediate container 83306a49d847 02:31:34 ---> cdd7f8fa20b6 02:31:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:31:35 ---> Running in 2d33886dd3bd 02:31:35 ---> Running in 48c80e331a1e 02:31:35 Removing intermediate container 48c80e331a1e 02:31:35 ---> c65779251cd8 02:31:35 Step 13/22 : ENV APP_PORT=48060 02:31:35 ---> Running in dffb32ed904b 02:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:31:36 Removing intermediate container dffb32ed904b 02:31:36 ---> ef1ff7bf43f0 02:31:36 Step 14/22 : EXPOSE $APP_PORT 02:31:36 (1/1) Installing dumb-init (1.2.2-r1) 02:31:36 Executing busybox-1.31.1-r19.trigger 02:31:36 OK: 6 MiB in 15 packages 02:31:36 ---> Running in 46814720eda5 02:31:36 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 02:31:36 Removing intermediate container 46814720eda5 02:31:36 ---> 8533c847cb9e 02:31:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:31:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:31:37 Removing intermediate container 2d33886dd3bd 02:31:37 ---> 51c82cae74cf 02:31:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:31:37 ---> 5131df527df8 02:31:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:31:37 ---> Running in a2c391f5e10f 02:31:37 Removing intermediate container a2c391f5e10f 02:31:37 ---> 8ea0b28758da 02:31:37 Step 13/23 : ENV APP_PORT=48082 02:31:37 ---> Running in 8b2b3bb7d0bb 02:31:37 ---> 83ea3a073388 02:31:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:31:38 Removing intermediate container 8b2b3bb7d0bb 02:31:38 ---> c78fc851ad64 02:31:38 Step 14/23 : EXPOSE $APP_PORT 02:31:38 ---> Running in 6715430f87a3 02:31:38 ---> a1cf0d1e0c98 02:31:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:31:38 Removing intermediate container 6715430f87a3 02:31:38 ---> 00a6e6fa1a40 02:31:38 Step 15/23 : WORKDIR / 02:31:38 ---> Running in fb3a754baeb9 02:31:39 ---> Running in 134891fe37eb 02:31:39 Removing intermediate container fb3a754baeb9 02:31:39 ---> 2be12e46d92f 02:31:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:31:40 ---> Running in bb2b5cd7c80b 02:31:40 Removing intermediate container 134891fe37eb 02:31:40 ---> 743e8ba9a1fd 02:31:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:31:40 Removing intermediate container bb2b5cd7c80b 02:31:40 ---> 33a962fe7cb3 02:31:40 Step 20/22 : LABEL arch=x86_64 02:31:40 ---> Running in 51d28dbd90b9 02:31:40 ---> b8a255443b48 02:31:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:31:40 Removing intermediate container 51d28dbd90b9 02:31:40 ---> 097f63af5ec8 02:31:40 Step 21/22 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:31:41 ---> Running in 07d69ff3b9e3 02:31:42 ---> 65bfea0495f3 02:31:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:31:42 Removing intermediate container 07d69ff3b9e3 02:31:42 ---> c88901aca15f 02:31:42 Step 22/22 : LABEL version=0.0.0 02:31:43 Removing intermediate container c0de8278cc23 02:31:43 ---> 412dc27e00be 02:31:43 02:31:43 Step 10/24 : FROM alpine:3.12 02:31:43 ---> 389fef711851 02:31:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:31:43 ---> Running in 993955127e46 02:31:44 ---> 79505556e5e3 02:31:44 Step 19/23 : ENTRYPOINT ["/core-command"] 02:31:44 ---> Running in 387086394f73 02:31:44 Removing intermediate container a7b0197f10c1 02:31:44 ---> 2d38bef63a8d 02:31:44 02:31:44 Step 10/31 : FROM alpine:3.12 02:31:44 ---> 389fef711851 02:31:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:31:45 ---> Running in 2301ea6b315c 02:31:46 Removing intermediate container 993955127e46 02:31:46 ---> 1e2c2405452b 02:31:46 02:31:46 ---> Running in 02c65b327cec 02:31:46 Removing intermediate container 2301ea6b315c 02:31:46 ---> 1fc9cb238ce6 02:31:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:31:47 Removing intermediate container 722e47335afe 02:31:47 ---> 4c13c31f719d 02:31:47 02:31:47 Step 10/23 : FROM alpine:3.12 02:31:47 Successfully built 1e2c2405452b 02:31:47 ---> 389fef711851 02:31:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:31:47 ---> Using cache 02:31:47 ---> 51c82cae74cf 02:31:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:31:47 ---> Using cache 02:31:47 ---> 8ea0b28758da 02:31:47 Step 13/23 : ENV APP_PORT=48081 02:31:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:31:47 ---> Running in b8ae978fe57a 02:31:47 Successfully tagged docker-support-notifications-go:latest 02:31:47 Building docker-support-scheduler-go 02:31:47  Building docker-support-notifications-go ... done Removing intermediate container 02c65b327cec 02:31:47 ---> a50da722f319 02:31:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:31:47 ---> Running in 8150068434ed 02:31:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:31:47 ---> Running in eb74d2863a0d 02:31:47 Removing intermediate container b8ae978fe57a 02:31:47 ---> 7749ce29f391 02:31:47 Step 21/23 : LABEL arch=x86_64 02:31:47 (1/5) Installing ca-certificates (20191127-r4) 02:31:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:31:47 (3/5) Installing libcurl (7.69.1-r3) 02:31:47 (4/5) Installing curl (7.69.1-r3) 02:31:47 (5/5) Installing dumb-init (1.2.2-r1) 02:31:47 Executing busybox-1.31.1-r19.trigger 02:31:47 Executing ca-certificates-20191127-r4.trigger 02:31:47 OK: 7 MiB in 19 packages 02:31:48 ---> Running in df0d27f5192d 02:31:49 Removing intermediate container 8150068434ed 02:31:49 ---> 335dcefafe94 02:31:49 Step 14/23 : EXPOSE $APP_PORT 02:31:52 Removing intermediate container df0d27f5192d 02:31:52 ---> 85fa7db75b7f 02:31:52 Step 22/23 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:31:53 ---> Running in 34bc617aa8ca 02:31:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:31:53 ---> Running in e5d160a6cc20 02:31:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:31:53 (1/2) Installing dumb-init (1.2.2-r1) 02:31:53 (2/2) Installing su-exec (0.2-r1) 02:31:53 Executing busybox-1.31.1-r19.trigger 02:31:53 OK: 6 MiB in 16 packages 02:31:54 Removing intermediate container 34bc617aa8ca 02:31:54 ---> f75edbfa1d5d 02:31:54 Step 15/23 : WORKDIR / 02:31:56 ---> Running in 50340963aa64 02:31:56 Removing intermediate container e5d160a6cc20 02:31:56 ---> bd1af014199a 02:31:56 Step 23/23 : LABEL version=0.0.0 02:31:56 Removing intermediate container 387086394f73 02:31:56 ---> ca6f5d4c921b 02:31:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:31:56 ---> Running in e5c44f708116 02:31:58 Removing intermediate container eb74d2863a0d 02:31:58 ---> 6f78fab67910 02:31:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:31:58 ---> Running in ae43384da4d4 02:31:58 Removing intermediate container 50340963aa64 02:31:58 ---> 2f573909d6c1 02:31:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:31:58 Removing intermediate container 6458eedaaa68 02:31:58 ---> b614a924f538 02:31:58 Successfully built b614a924f538 02:31:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:31:58 + docker inspect -f . ci-base-image-arm64 02:31:58 . [Pipeline] withDockerContainer 02:31:59 prd-ubuntu18.04-docker-arm64-4c-16g-24075 does not seem to be running inside a container 02:31:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:32:00 Removing intermediate container e5c44f708116 02:32:00 ---> 1b7d4f8db2ed 02:32:00 02:32:00 ---> Running in 360b9b16e783 02:32:00 Successfully built 1b7d4f8db2ed 02:32:00 Successfully tagged docker-core-command-go:latest 02:32:00  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 02:32:00 Removing intermediate container ae43384da4d4 02:32:00 ---> 90b04a9f3cae 02:32:00 Step 13/24 : WORKDIR / 02:32:01 $ docker top 21384334d93ddc551f7a508386eb4f6762e7f58a2c972100057713320847086d -eo pid,comm [Pipeline] { [Pipeline] sh 02:32:02 + go version 02:32:02 go version go1.15.5 linux/arm64 [Pipeline] } 02:32:02 $ docker stop --time=1 21384334d93ddc551f7a508386eb4f6762e7f58a2c972100057713320847086d 02:32:03 ---> 97d29456c58e 02:32:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:32:03 Removing intermediate container 360b9b16e783 02:32:03 ---> cde6173d0313 02:32:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:32:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:32:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:32:03 ---> d34db348a06c 02:32:03 Step 3/22 : WORKDIR /edgex-go 02:32:03 ---> Using cache 02:32:03 ---> 4df64a2d18e2 02:32:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:32:03 ---> Using cache 02:32:03 ---> 6ba21806f502 02:32:03 Step 5/22 : RUN apk add --update --no-cache make git 02:32:03 ---> Using cache 02:32:03 ---> efe72276facc 02:32:03 Step 6/22 : COPY go.mod . 02:32:03 ---> Using cache 02:32:03 ---> c7dd2d2859c4 02:32:03 Step 7/22 : RUN go mod download 02:32:03 ---> Using cache 02:32:03 ---> 3694be306485 02:32:03 Step 8/22 : COPY . . 02:32:03 ---> Using cache 02:32:03 ---> dc279856ab1e 02:32:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:32:04 $ docker rm -f 21384334d93ddc551f7a508386eb4f6762e7f58a2c972100057713320847086d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:32:05 + docker inspect -f . ci-base-image-arm64 02:32:05 . 02:32:05 ---> Running in 685d8e85a79f [Pipeline] withDockerContainer 02:32:05 prd-ubuntu18.04-docker-arm64-4c-16g-24075 does not seem to be running inside a container 02:32:05 ---> Running in 82af41b39e27 02:32:05 ---> Running in f20dc446b3f6 02:32:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:32:06 ---> 4505547b8241 02:32:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:32:06 Removing intermediate container 685d8e85a79f 02:32:06 ---> a0e01e620fdb 02:32:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:32:06 Removing intermediate container f20dc446b3f6 02:32:06 ---> d362281feeef 02:32:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:32:07 ---> Running in a29eede78468 02:32:07 ---> 070613fa6832 02:32:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:32:07 $ docker top d34e505d1e62e3e0cf757d8f08755e5420ef78c3b5950b14ad9e15c73ca87540 -eo pid,comm [Pipeline] { 02:32:07 ---> Running in 3e83512dbd97 [Pipeline] echo 02:32:07 ========================================================= 02:32:07 [edgeXBuildGoParallel] Running Tests and Build... 02:32:07 ========================================================= [Pipeline] sh 02:32:07 ---> f89f0ca925b9 02:32:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:32:07 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 02:32:08 + make test 02:32:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:32:09 ---> d04b8df0f85e 02:32:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:32:09 Removing intermediate container 3e83512dbd97 02:32:09 ---> 819faf5f7f0d 02:32:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:32:09 ---> Running in 95f5f8ebd3cf 02:32:10 ---> fea2a511b357 02:32:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:32:12 Removing intermediate container 95f5f8ebd3cf 02:32:12 ---> 200bf2499ef7 02:32:12 Step 21/23 : LABEL arch=x86_64 02:32:12 Removing intermediate container a29eede78468 02:32:12 ---> bd65d2858aaf 02:32:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:32:12 ---> Running in 067b21e04663 02:32:12 ---> Running in b3468d8100b4 02:32:12 ---> 01b8fb646408 02:32:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:32:13 Removing intermediate container 067b21e04663 02:32:13 ---> 7e3f03b10bb9 02:32:13 Step 22/23 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:32:13 Removing intermediate container b3468d8100b4 02:32:13 ---> bd9713fdae45 02:32:13 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:32:14 ---> Running in 39d0a320fca7 02:32:15 ---> 87f5330dc1cb 02:32:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:32:15 ---> 46481fc57257 02:32:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:32:16 ---> Running in d758d285fa38 02:32:16 Removing intermediate container 39d0a320fca7 02:32:16 ---> 7e904ad85b97 02:32:16 Step 23/23 : LABEL version=0.0.0 02:32:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:32:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:32:16 ---> d34db348a06c 02:32:16 Step 3/21 : WORKDIR /edgex-go 02:32:16 ---> Using cache 02:32:16 ---> 4df64a2d18e2 02:32:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:32:16 ---> Using cache 02:32:16 ---> 6ba21806f502 02:32:16 Step 5/21 : RUN apk add --update --no-cache make git 02:32:16 ---> Using cache 02:32:16 ---> efe72276facc 02:32:16 Step 6/21 : COPY go.mod . 02:32:16 ---> Using cache 02:32:16 ---> c7dd2d2859c4 02:32:16 Step 7/21 : RUN go mod download 02:32:16 ---> Using cache 02:32:16 ---> 3694be306485 02:32:16 Step 8/21 : COPY . . 02:32:16 ---> Using cache 02:32:16 ---> dc279856ab1e 02:32:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:32:17 ---> d528a00d913c 02:32:17 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/ 02:32:17 ---> Running in 6662823f6746 02:32:17 ---> Running in d1f7183b7f7e 02:32:17 ---> Running in 4cc09741de52 02:32:18 Removing intermediate container 6662823f6746 02:32:18 ---> 1495e1859b39 02:32:18 02:32:19 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 02:32:19 Successfully built 1495e1859b39 02:32:19 Successfully tagged docker-core-metadata-go:latest 02:32:19  Building docker-core-metadata-go ... done Building docker-core-data-go 02:32:20 Removing intermediate container d758d285fa38 02:32:20 ---> f032627818b3 02:32:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:32:20 Removing intermediate container 4cc09741de52 02:32:20 ---> 8ce3e97de4ad 02:32:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:32:20 ---> Running in 18d92d18e09e 02:32:20 ---> 03efd61fe987 02:32:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:32:20 Removing intermediate container 18d92d18e09e 02:32:20 ---> cced7e5a837c 02:32:20 Step 22/24 : LABEL arch=x86_64 02:32:23 ---> Running in 1cca0ef9debd 02:32:24 ---> 55f9a8195c4a 02:32:24 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:32:24 Removing intermediate container 1cca0ef9debd 02:32:24 ---> ea4f68e7cac0 02:32:24 Step 23/24 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:32:25 ---> f38652821821 02:32:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 02:32:25 ---> Running in 983b290b04df 02:32:26 Removing intermediate container 983b290b04df 02:32:26 ---> 4c5e76fcdad6 02:32:26 Step 24/24 : LABEL version=0.0.0 02:32:27 ---> 0492fab45f49 02:32:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:32:28 ---> Running in b0a5bb324deb 02:32:28 ---> c4a5676ef484 02:32:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:32:30 ---> Running in 5359b1e95575 02:32:30 Removing intermediate container b0a5bb324deb 02:32:30 ---> 9b04218d7ffb 02:32:30 02:32:31 Successfully built 9b04218d7ffb 02:32:32 Successfully tagged docker-security-secretstore-setup-go:latest 02:32:32 Building docker-sys-mgmt-agent-go 02:32:32  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5359b1e95575 02:32:32 ---> 586e5c4bbb45 02:32:32 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:32:35 ? github.com/edgexfoundry/edgex-go [no test files] 02:32:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:32:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:32:35 ---> d34db348a06c 02:32:35 Step 3/23 : WORKDIR /edgex-go 02:32:35 ---> Using cache 02:32:35 ---> 4df64a2d18e2 02:32:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:32:35 ---> Using cache 02:32:35 ---> 6ba21806f502 02:32:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:32:40 ---> Running in b39833ce30e1 02:32:40 ---> cd2354e4c0f0 02:32:40 Step 26/31 : RUN chmod +x /entrypoint.sh 02:32:40 ---> Running in 628b2614a8b5 02:32:41 Removing intermediate container 82af41b39e27 02:32:41 ---> 0de0ade98cd2 02:32:41 02:32:41 Step 10/22 : FROM alpine:3.12 02:32:41 ---> 389fef711851 02:32:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:32:41 ---> Using cache 02:32:41 ---> 51c82cae74cf 02:32:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:32:41 ---> Using cache 02:32:41 ---> 8ea0b28758da 02:32:41 Step 13/22 : ENV APP_PORT=48085 02:32:41 ---> Running in 194aeb41e365 02:32:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:32:42 Removing intermediate container 194aeb41e365 02:32:42 ---> 8cb67ad29c73 02:32:42 Step 14/22 : EXPOSE $APP_PORT 02:32:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:32:43 OK: 233 MiB in 51 packages 02:32:43 ---> Running in 3b1d7de6672b 02:32:44 Removing intermediate container 3b1d7de6672b 02:32:44 ---> 9049d159be23 02:32:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:32:46 Removing intermediate container 628b2614a8b5 02:32:46 ---> a1d6d6dc48d7 02:32:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:32:46 ---> fe200d9f5e76 02:32:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:32:46 Removing intermediate container b39833ce30e1 02:32:46 ---> f58aef799173 02:32:46 Step 6/23 : COPY go.mod . 02:32:48 ---> Running in 19cd60408848 02:32:49 ---> a20410fba731 02:32:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:32:49 ---> a9754186b627 02:32:49 Step 7/23 : RUN go mod download 02:32:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:32:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:32:49 ---> d34db348a06c 02:32:49 Step 3/26 : WORKDIR /edgex-go 02:32:49 ---> Using cache 02:32:49 ---> 4df64a2d18e2 02:32:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:32:49 ---> Using cache 02:32:49 ---> 6ba21806f502 02:32:49 Step 5/26 : RUN apk add --update --no-cache make bash git 02:32:50 ---> Running in 1a7a858a5ef6 02:32:50 ---> Running in 4b61a332c25a 02:32:50 Removing intermediate container 19cd60408848 02:32:50 ---> e4d937c4b305 02:32:50 Step 28/31 : CMD ["gate"] 02:32:50 ---> c21bda10b980 02:32:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:32:51 ---> Running in ecdd958b6b95 02:32:51 ---> Running in 3f04448bc299 02:32:52 Removing intermediate container ecdd958b6b95 02:32:52 ---> 3cb99eeda173 02:32:52 Step 29/31 : LABEL arch=x86_64 02:32:52 Removing intermediate container d1f7183b7f7e 02:32:52 ---> e80c08676eb9 02:32:52 02:32:52 Step 10/21 : FROM alpine:3.12 02:32:52 ---> 389fef711851 02:32:52 Step 11/21 : RUN apk add --update --no-cache curl 02:32:52 Removing intermediate container 3f04448bc299 02:32:52 ---> db9deb718110 02:32:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:32:52 ---> Running in 11f4800f433c 02:32:52 ---> Running in 2e25c79e6e34 02:32:52 ---> Running in f1899a208990 02:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:32:53 Removing intermediate container 11f4800f433c 02:32:53 ---> 22af063f01e4 02:32:53 Step 30/31 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:32:53 Removing intermediate container f1899a208990 02:32:53 ---> cc407aa57f45 02:32:53 Step 20/22 : LABEL arch=x86_64 02:32:53 ---> Running in 084185cdc60f 02:32:53 ---> Running in c91c283e16cf 02:32:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:32:53 Removing intermediate container 084185cdc60f 02:32:53 ---> 78e49f5f1476 02:32:53 Step 21/22 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:32:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:32:53 ---> Running in ce9e553fd930 02:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:32:53 Removing intermediate container c91c283e16cf 02:32:53 ---> 24b6de8f1004 02:32:53 Step 31/31 : LABEL version=0.0.0 02:32:53 (1/4) Installing ca-certificates (20191127-r4) 02:32:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:32:53 (3/4) Installing libcurl (7.69.1-r3) 02:32:53 (4/4) Installing curl (7.69.1-r3) 02:32:53 Executing busybox-1.31.1-r19.trigger 02:32:54 Executing ca-certificates-20191127-r4.trigger 02:32:54 OK: 7 MiB in 18 packages 02:32:54 OK: 233 MiB in 51 packages 02:32:54 ---> Running in e529236549bb 02:32:54 Removing intermediate container ce9e553fd930 02:32:54 ---> 64723bc3af16 02:32:54 Step 22/22 : LABEL version=0.0.0 02:32:54 ---> Running in 7ec1859a4ae0 02:32:54 Removing intermediate container 1a7a858a5ef6 02:32:54 ---> 93e215ac8626 02:32:54 Step 8/23 : COPY . . 02:32:54 Removing intermediate container e529236549bb 02:32:54 ---> 811d8ca21905 02:32:54 02:32:55 Successfully built 811d8ca21905 02:32:55 Successfully tagged docker-security-bootstrapper-go:latest 02:32:55  Building docker-security-bootstrapper-go ... done Removing intermediate container 7ec1859a4ae0 02:32:55 ---> 8827e616a2cd 02:32:55 02:32:56 Successfully built 8827e616a2cd 02:32:57 Successfully tagged docker-support-scheduler-go:latest 02:32:57  Building docker-support-scheduler-go ... done Removing intermediate container 2e25c79e6e34 02:32:57 ---> 136fb4e2ee21 02:32:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:32:58 Removing intermediate container 4b61a332c25a 02:32:58 ---> 1d6edf40facc 02:32:58 Step 6/26 : COPY go.mod . 02:32:59 ---> Running in 147d910c2792 02:33:00 ---> 8789c460d9c2 02:33:00 Step 7/26 : RUN go mod download 02:33:03 ---> Running in 8b4618ce0704 02:33:03 Removing intermediate container 147d910c2792 02:33:03 ---> d63faf425497 02:33:03 Step 13/21 : WORKDIR /edgex 02:33:04 ---> Running in 8b4a6de482b8 02:33:05 Removing intermediate container 8b4a6de482b8 02:33:05 ---> 81d635aee034 02:33:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:33:06 ---> 062e3c9a7c60 02:33:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:33:07 ---> c5bcdb3dd263 02:33:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:33:07 Removing intermediate container 8b4618ce0704 02:33:07 ---> 5d95605de8ae 02:33:07 Step 8/26 : COPY . . 02:33:14 ---> 1bbd2544ef0b 02:33:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:33:15 ---> Running in 00d4fbe92a11 02:33:15 ---> 42b0dbcf8fc2 02:33:15 Step 9/23 : RUN make cmd/core-data/core-data 02:33:16 ---> Running in 1ba5d904b007 02:33:17 Removing intermediate container 00d4fbe92a11 02:33:17 ---> b2d26e3659f1 02:33:17 Step 18/21 : CMD ["--init=true"] 02:33:17 ---> Running in 6c6218454881 02:33:17 Removing intermediate container 6c6218454881 02:33:17 ---> 89064a6b97fc 02:33:17 Step 19/21 : LABEL arch=x86_64 02:33:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:33:18 ---> Running in be3de58c1468 02:33:20 Removing intermediate container be3de58c1468 02:33:20 ---> 2beeeba48f6b 02:33:20 Step 20/21 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:33:21 ---> Running in c36b8281a3bc 02:33:22 Removing intermediate container c36b8281a3bc 02:33:22 ---> 4ee7288a0adb 02:33:22 Step 21/21 : LABEL version=0.0.0 02:33:23 ---> Running in 94c8a09efaf8 02:33:25 Removing intermediate container 94c8a09efaf8 02:33:25 ---> 83286bc9e4e5 02:33:25 02:33:26 Successfully built 83286bc9e4e5 02:33:26 Successfully tagged docker-security-proxy-setup-go:latest 02:33:28  Building docker-security-proxy-setup-go ... done  ---> 8f1615982599 02:33:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:33:28 ---> Running in 28ecde301db2 02:33:30 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 02:33:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:33:42 Removing intermediate container 1ba5d904b007 02:33:42 ---> c9200c974921 02:33:42 02:33:42 Step 10/23 : FROM alpine:3.12 02:33:42 ---> 389fef711851 02:33:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:33:42 ---> Running in 2f7f93311833 02:33:42 Removing intermediate container 2f7f93311833 02:33:42 ---> e5af7091ffa9 02:33:42 Step 12/23 : ENV APP_PORT=48080 02:33:42 ---> Running in 9584764326b1 02:33:43 Removing intermediate container 9584764326b1 02:33:43 ---> 7e6756e1c064 02:33:43 Step 13/23 : EXPOSE $APP_PORT 02:33:44 ---> Running in b7a96d7a3b10 02:33:44 Removing intermediate container 28ecde301db2 02:33:44 ---> 00671ee89a02 02:33:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:33:44 ---> Running in 06ca0ef5b0c0 02:33:44 Removing intermediate container b7a96d7a3b10 02:33:44 ---> 8b0b37b953f7 02:33:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:33:44 ---> Running in c593b7e2b527 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:33:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:33:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:33:45 Removing intermediate container c593b7e2b527 02:33:45 ---> d1d5bb00e153 02:33:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:33:45 ---> Running in 9b89b7ec59ca 02:33:45 Removing intermediate container 06ca0ef5b0c0 02:33:45 ---> a702fc4de68b 02:33:45 02:33:45 Step 11/26 : FROM docker:20.10.0 02:33:45 20.10.0: Pulling from library/docker 02:33:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:33:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:33:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:33:47 (1/6) Installing dumb-init (1.2.2-r1) 02:33:47 (2/6) Installing libgcc (9.3.0-r2) 02:33:47 (3/6) Installing libsodium (1.0.18-r0) 02:33:48 (4/6) Installing libstdc++ (9.3.0-r2) 02:33:48 (5/6) Installing libzmq (4.3.3-r0) 02:33:48 (6/6) Installing zeromq (4.3.3-r0) 02:33:48 Executing busybox-1.31.1-r19.trigger 02:33:48 OK: 8 MiB in 20 packages 02:33:49 Removing intermediate container 9b89b7ec59ca 02:33:49 ---> 40cef088599b 02:33:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:33:50 ---> e9f5a7b8d2bb 02:33:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:33:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:33:50 Status: Downloaded newer image for docker:20.10.0 02:33:50 ---> aefe523efa57 02:33:50 Step 12/26 : RUN apk add --no-cache bash 02:33:50 ---> 3e96c8646b47 02:33:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:33:50 ---> Running in cb782803a7e6 02:33:51 ---> 8f2a4262fe32 02:33:51 Step 19/23 : ENTRYPOINT ["/core-data"] 02:33:51 ---> Running in b2babafa0eb4 02:33:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:33:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:33:51 Removing intermediate container b2babafa0eb4 02:33:51 ---> 125364af4600 02:33:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:33:51 ---> Running in 4b06f47e6f93 02:33:51 (1/2) Installing readline (8.0.4-r0) 02:33:51 (2/2) Installing bash (5.0.17-r0) 02:33:51 Executing bash-5.0.17-r0.post-install 02:33:51 Executing busybox-1.31.1-r19.trigger 02:33:51 OK: 12 MiB in 22 packages 02:33:51 Removing intermediate container 4b06f47e6f93 02:33:51 ---> b80be8d93335 02:33:51 Step 21/23 : LABEL arch=x86_64 02:33:51 ---> Running in f144879d853d 02:33:51 Removing intermediate container f144879d853d 02:33:51 ---> 651139883417 02:33:51 Step 22/23 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:33:52 ---> Running in 8a67e24475c5 02:33:52 Removing intermediate container cb782803a7e6 02:33:52 ---> ab149256ed3a 02:33:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:33:52 Removing intermediate container 8a67e24475c5 02:33:52 ---> e177aa43c8d4 02:33:52 Step 23/23 : LABEL version=0.0.0 02:33:52 ---> Running in 254c311da0bf 02:33:52 ---> Running in 63a149ea6d2f 02:33:52 Removing intermediate container 254c311da0bf 02:33:52 ---> 2aa88414540a 02:33:52 Step 14/26 : ENV APP_PORT=48090 02:33:52 Removing intermediate container 63a149ea6d2f 02:33:52 ---> 88c7a66dc5e6 02:33:52 02:33:52 ---> Running in f77d6d7afe18 02:33:53 Successfully built 88c7a66dc5e6 02:33:53 Removing intermediate container f77d6d7afe18 02:33:53 ---> b739c99e5994 02:33:53 Step 15/26 : EXPOSE $APP_PORT 02:33:53 Successfully tagged docker-core-data-go:latest 02:33:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:33:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:33:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:33:53  Building docker-core-data-go ... done  ---> Running in 45046a0c0a95 02:33:53 Removing intermediate container 45046a0c0a95 02:33:53 ---> d7d93a1ab16b 02:33:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:33:54 ---> b100311806f9 02:33:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:33:54 ---> d4c5bacf6a33 02:33:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:33:54 ---> 06476bdc6cad 02:33:54 Step 19/26 : RUN apk --no-cache add py3-pip 02:33:54 ---> Running in 28fcd17bdc38 02:33:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:33:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:33:55 (1/33) Installing libbz2 (1.0.8-r1) 02:33:55 (2/33) Installing expat (2.2.9-r1) 02:33:55 (3/33) Installing libffi (3.3-r2) 02:33:55 (4/33) Installing gdbm (1.13-r1) 02:33:55 (5/33) Installing xz-libs (5.2.5-r0) 02:33:55 (6/33) Installing sqlite-libs (3.32.1-r0) 02:33:55 (7/33) Installing python3 (3.8.5-r0) 02:33:56 (8/33) Installing py3-appdirs (1.4.4-r1) 02:33:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:33:56 (10/33) Installing py3-parsing (2.4.7-r0) 02:33:56 (11/33) Installing py3-six (1.15.0-r0) 02:33:56 (12/33) Installing py3-packaging (20.4-r0) 02:33:56 (13/33) Installing py3-setuptools (47.0.0-r0) 02:33:56 (14/33) Installing py3-chardet (3.0.4-r4) 02:33:56 (15/33) Installing py3-idna (2.9-r0) 02:33:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:33:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:33:56 (18/33) Installing py3-requests (2.23.0-r0) 02:33:56 (19/33) Installing py3-msgpack (1.0.0-r0) 02:33:56 (20/33) Installing py3-lockfile (0.12.2-r3) 02:33:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:33:56 (22/33) Installing py3-colorama (0.4.3-r0) 02:33:56 (23/33) Installing py3-distlib (0.3.0-r0) 02:33:56 (24/33) Installing py3-distro (1.5.0-r1) 02:33:56 (25/33) Installing py3-webencodings (0.5.1-r3) 02:33:57 (26/33) Installing py3-html5lib (1.0.1-r4) 02:33:57 (27/33) Installing py3-pytoml (0.1.21-r0) 02:33:57 (28/33) Installing py3-pep517 (0.8.2-r0) 02:33:57 (29/33) Installing py3-progress (1.5-r0) 02:33:57 (30/33) Installing py3-toml (0.10.1-r0) 02:33:57 (31/33) Installing py3-retrying (1.3.3-r0) 02:33:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:33:57 (33/33) Installing py3-pip (20.1.1-r0) 02:33:57 Executing busybox-1.31.1-r19.trigger 02:33:57 OK: 71 MiB in 55 packages 02:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.420s coverage: 46.0% of statements 02:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.189s coverage: 100.0% of statements 02:34:07 Removing intermediate container 28fcd17bdc38 02:34:07 ---> a488303ad55e 02:34:07 Step 20/26 : RUN pip install docker-compose==1.23.2 02:34:07 ---> Running in cc31739d03e9 02:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.539s coverage: 27.1% of statements 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.214s coverage: 65.8% of statements 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:34:08 Collecting docker-compose==1.23.2 02:34:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:34:08 Collecting websocket-client<1.0,>=0.32.0 02:34:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:34:09 Collecting docker<4.0,>=3.6.0 02:34:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:34:09 Collecting PyYAML<4,>=3.10 02:34:09 Downloading PyYAML-3.13.tar.gz (270 kB) 02:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.798s coverage: 82.3% of statements 02:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:34:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:34:10 Collecting docopt<0.7,>=0.6.1 02:34:10 Downloading docopt-0.6.2.tar.gz (25 kB) 02:34:10 Collecting dockerpty<0.5,>=0.4.1 02:34:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:34:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:34:11 Collecting jsonschema<3,>=2.5.1 02:34:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:34:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:34:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:34:11 Collecting cached-property<2,>=1.2.0 02:34:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:34:11 Collecting texttable<0.10,>=0.9.0 02:34:11 Downloading texttable-0.9.1.tar.gz (11 kB) 02:34:12 Collecting docker-pycreds>=0.4.0 02:34:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:34:12 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) 02:34:12 Collecting urllib3<1.25,>=1.21.1 02:34:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:34:12 Collecting idna<2.8,>=2.5 02:34:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:34:12 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) 02:34:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:34:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:34:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:34:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:34:12 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, docopt, dockerpty, jsonschema, cached-property, texttable, docker-compose 02:34:12 Attempting uninstall: urllib3 02:34:12 Found existing installation: urllib3 1.25.9 02:34:12 Uninstalling urllib3-1.25.9: 02:34:12 Successfully uninstalled urllib3-1.25.9 02:34:13 Attempting uninstall: idna 02:34:13 Found existing installation: idna 2.9 02:34:13 Uninstalling idna-2.9: 02:34:13 Successfully uninstalled idna-2.9 02:34:13 Attempting uninstall: requests 02:34:13 Found existing installation: requests 2.23.0 02:34:13 Uninstalling requests-2.23.0: 02:34:13 Successfully uninstalled requests-2.23.0 02:34:13 Running setup.py install for PyYAML: started 02:34:14 Running setup.py install for PyYAML: finished with status 'done' 02:34:14 Running setup.py install for docopt: started 02:34:14 Running setup.py install for docopt: finished with status 'done' 02:34:14 Running setup.py install for dockerpty: started 02:34:15 Running setup.py install for dockerpty: finished with status 'done' 02:34:15 Running setup.py install for texttable: started 02:34:15 Running setup.py install for texttable: finished with status 'done' 02:34:15 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 02:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.213s coverage: 28.6% of statements 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.316s coverage: 86.7% of statements 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.344s coverage: 97.5% of statements 02:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 02:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:34:20 Removing intermediate container cc31739d03e9 02:34:20 ---> e18662c0cb59 02:34:20 Step 21/26 : RUN apk --no-cache add curl 02:34:20 ---> Running in 4ea529497a83 02:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:34:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:34:20 (2/3) Installing libcurl (7.69.1-r3) 02:34:20 (3/3) Installing curl (7.69.1-r3) 02:34:20 Executing busybox-1.31.1-r19.trigger 02:34:20 OK: 72 MiB in 58 packages 02:34:21 Removing intermediate container 4ea529497a83 02:34:21 ---> a9d90574b736 02:34:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:34:21 ---> Running in 85c3f8f9ee9a 02:34:21 Removing intermediate container 85c3f8f9ee9a 02:34:21 ---> 7535d1db8515 02:34:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:34:21 ---> Running in 9f98675e40aa 02:34:21 Removing intermediate container 9f98675e40aa 02:34:21 ---> 3bfa357077ea 02:34:21 Step 24/26 : LABEL arch=x86_64 02:34:21 ---> Running in 8ae461cd70f4 02:34:21 Removing intermediate container 8ae461cd70f4 02:34:21 ---> 1a759a2de575 02:34:21 Step 25/26 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:34:21 ---> Running in 939c6e64c8da 02:34:22 Removing intermediate container 939c6e64c8da 02:34:22 ---> 758552e94f24 02:34:22 Step 26/26 : LABEL version=0.0.0 02:34:22 ---> Running in 8fe04fe42649 02:34:22 Removing intermediate container 8fe04fe42649 02:34:22 ---> 7b4a3f3ce7e9 02:34:22 02:34:22 Successfully built 7b4a3f3ce7e9 02:34:22 Successfully tagged docker-sys-mgmt-agent-go:latest 02:34:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:34:22 $ docker stop --time=1 eb7e0c15bbf07fe9db3497f80039375cdff798095bb4ed8f9ed78717c8fddc4e 02:34:24 $ docker rm -f eb7e0c15bbf07fe9db3497f80039375cdff798095bb4ed8f9ed78717c8fddc4e [Pipeline] // withDockerContainer [Pipeline] sh 02:34:25 + docker images 02:34:25 + grep docker 02:34:25 docker-sys-mgmt-agent-go latest 7b4a3f3ce7e9 3 seconds ago 313MB 02:34:25 docker-core-data-go latest 88c7a66dc5e6 33 seconds ago 22.3MB 02:34:25 docker-security-proxy-setup-go latest 83286bc9e4e5 About a minute ago 24.4MB 02:34:25 docker-support-scheduler-go latest 8827e616a2cd About a minute ago 17MB 02:34:25 docker-security-bootstrapper-go latest 811d8ca21905 About a minute ago 23.8MB 02:34:25 docker-security-secretstore-setup-go latest 9b04218d7ffb About a minute ago 24.6MB 02:34:25 docker-core-metadata-go latest 1495e1859b39 2 minutes ago 18.8MB 02:34:25 docker-core-command-go latest 1b7d4f8db2ed 2 minutes ago 16.9MB 02:34:25 docker-support-notifications-go latest 1e2c2405452b 2 minutes ago 16.9MB 02:34:25 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 02:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.343s coverage: 92.8% of statements 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:34:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:34:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.224s coverage: 0.1% of statements 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 45.5% of statements 02:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements 02:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 02:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.123s coverage: 96.3% of statements 02:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 02:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements 02:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.091s coverage: 44.8% of statements 02:34:41 Still waiting to schedule task 02:34:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.139s coverage: 92.9% of statements 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.554s coverage: 63.5% of statements 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.072s coverage: 91.3% of statements 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.826s coverage: 68.9% of statements 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.289s coverage: 37.0% of statements 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.659s coverage: 84.0% of statements 02:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements 02:35:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.352s coverage: 47.1% of statements 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:35:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:35:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 02:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.160s coverage: 29.1% of statements 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.230s coverage: 99.0% of statements 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.136s coverage: 100.0% of statements 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:35:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:35:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 02:35:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 02:35:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 02:35:10 GO111MODULE=on go vet ./... 02:35:28 Running on prd-ubuntu18.04-docker-8c-8g-24076 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws 02:35:28 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 02:35:30 using credential edgex-jenkins-ssh 02:35:30 Cloning the remote Git repository 02:35:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:35:30 > git init /w/workspace/edgex-go/4 # timeout=10 02:35:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:35:30 > git --version # timeout=10 02:35:30 > git --version # 'git version 2.17.1' 02:35:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:35:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:35:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:35:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:35:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:35:43 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:35:43 Merge succeeded, producing b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:35:43 Checking out Revision b6ceec457f2f5c7255a6b4afb595b220e2e4126d (PR-3095) 02:35:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:35:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:35:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:35:43 > git config core.sparsecheckout # timeout=10 02:35:43 > git checkout -f b6ceec457f2f5c7255a6b4afb595b220e2e4126d # timeout=10 02:35:43 > git remote # timeout=10 02:35:43 > git config --get remote.origin.url # timeout=10 02:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:35:43 > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 02:35:43 > git rev-parse HEAD^{commit} # timeout=10 02:35:43 > git config core.sparsecheckout # timeout=10 02:35:43 > git checkout -f b6ceec457f2f5c7255a6b4afb595b220e2e4126d # timeout=10 02:35:47 Commit message: "feat(meta): Invoke Device Service callback for ProvisionWatcher change" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:35:48 + echo snap-build.sh 02:35:48 snap-build.sh 02:35:48 + SNAP_BASE_DIR=. 02:35:48 + '[' '!' -z /w/workspace/edgex-go/4 ']' 02:35:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 02:35:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 02:35:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 02:35:48 + cd /w/workspace/edgex-go/4 02:35:48 + sudo apt-get remove -qy --purge lxd lxd-client 02:35:48 Reading package lists... 02:35:48 Building dependency tree... 02:35:48 Reading state information... 02:35:48 The following packages were automatically installed and are no longer required: 02:35:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:35:48 uidmap xdelta3 02:35:48 Use 'sudo apt autoremove' to remove them. 02:35:48 The following packages will be REMOVED: 02:35:48 lxd* lxd-client* 02:35:49 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:35:49 After this operation, 31.7 MB disk space will be freed. 02:35:50 (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.) 02:35:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:35:51 Removing lxd dnsmasq configuration 02:35:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:35:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:35:51 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:35:52 (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.) 02:35:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:35:53 Processing triggers for systemd (237-3ubuntu10.42) ... 02:35:53 Processing triggers for ureadahead (0.100.0-21) ... 02:35:55 + sudo snap remove --purge lxd 02:35:55 snap "lxd" is not installed 02:35:55 + sudo groupadd --force --system lxd 02:35:55 ++ whoami 02:35:55 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:35:55 + newgrp - lxd 02:35:55 + sudo snap install lxd 02:36:03 2021-01-30T02:36:00Z INFO Waiting for automatic snapd restart... 02:36:18 lxd 4.10 from Canonical* installed 02:36:18 + sudo lxd init --auto 02:36:25 + sudo snap install --classic snapcraft 02:36:30 snapcraft 4.4.4 from Canonical* installed 02:36:30 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 02:36:30 + patch --verbose -p1 02:36:30 Hmm... Looks like a unified diff to me... 02:36:30 The text leading up to this was: 02:36:30 -------------------------- 02:36:30 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 02:36:30 |From: Tony Espy 02:36:30 |Date: Wed, 16 Dec 2020 16:34:55 -0500 02:36:30 |Subject: [PATCH] optimize snap build for pipeline CI check 02:36:30 | 02:36:30 |This patch is used by the EdgeX CI pipeline builds to 02:36:30 |optimize the snap CI check run for pull requests. When 02:36:30 |applied, it essentially strips out everything (apps and 02:36:30 |parts) from the snapcraft.yaml file except those required 02:36:30 |to build edgex-go, as the whole idea of the CI check is to 02:36:30 |catch changes to edgex-go that break the snap build. 02:36:30 | 02:36:30 |In general, anyone updating snapcraft.yaml will also need 02:36:30 |to update this patch file, otherwise it may fail to apply, 02:36:30 |resulting in a failed snap build CI check in the associated 02:36:30 |pull request. 02:36:30 | 02:36:30 |Note - in addition to applying this patch, the pipeline also 02:36:30 |only primes the snap (e.g. `snapcraft prime`), as there's no 02:36:30 |need to build the finally binary .snap file (and it won't 02:36:30 |work with the patch applied). This further reduces the build 02:36:30 |time. 02:36:30 |--- 02:36:30 | snap/snapcraft.yaml | 461 +------------------------------------------- 02:36:30 | 1 file changed, 2 insertions(+), 459 deletions(-) 02:36:30 | 02:36:30 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 02:36:30 |index 1e537489..faf42425 100644 02:36:30 |--- a/snap/snapcraft.yaml 02:36:30 |+++ b/snap/snapcraft.yaml 02:36:30 -------------------------- 02:36:30 patching file snap/snapcraft.yaml 02:36:30 Using Plan A... 02:36:30 Hunk #1 succeeded at 73. 02:36:30 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 02:36:30 Hunk #3 succeeded at 214 (offset -1 lines). 02:36:30 Hunk #4 succeeded at 222 (offset -1 lines). 02:36:30 Hunk #5 succeeded at 229 (offset -1 lines). 02:36:30 Hunk #6 succeeded at 256 (offset -1 lines). 02:36:30 Hunk #7 succeeded at 290 (offset -1 lines). 02:36:30 Hunk #8 succeeded at 342. 02:36:30 Hmm... Ignoring the trailing garbage. 02:36:30 done 02:36:30 + sudo snapcraft prime --use-lxd 02:36:31 gofmt -l . 02:36:31 [ "`gofmt -l .`" = "" ] 02:36:31 ./bin/test-go-mod-tidy.sh 02:36:31 ./bin/test-attribution-txt.sh 02:36:32 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:36:32 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: 02:36:32 - README.md 02:36:32 - snapcraft.yaml.orig 02:36:32 02:36:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] sh 02:36:32 + ls -al . 02:36:32 total 708 02:36:32 drwxrwxr-x 9 1001 1001 4096 Jan 30 02:36 . 02:36:32 drwxr-xr-x 4 root root 4096 Jan 30 02:32 .. 02:36:32 -rw-rw-r-- 1 1001 1001 11 Jan 30 02:30 .dockerignore 02:36:32 drwxrwxr-x 8 1001 1001 4096 Jan 30 02:30 .git 02:36:32 drwxrwxr-x 3 1001 1001 4096 Jan 30 02:30 .github 02:36:32 -rw-rw-r-- 1 1001 1001 872 Jan 30 02:30 .gitignore 02:36:32 -rw-rw-r-- 1 1001 1001 166 Jan 30 02:30 .sonarcloud.properties 02:36:32 -rw-rw-r-- 1 1001 1001 7859 Jan 30 02:30 Attribution.txt 02:36:32 -rw-rw-r-- 1 1001 1001 3804 Jan 30 02:30 CONTRIBUTING.md 02:36:32 -rw-rw-r-- 1 1001 1001 931 Jan 30 02:30 Dockerfile.build 02:36:32 -rw-rw-r-- 1 1001 1001 863 Jan 30 02:30 Jenkinsfile 02:36:32 -rw-rw-r-- 1 1001 1001 10775 Jan 30 02:30 LICENSE 02:36:32 -rw-rw-r-- 1 1001 1001 6001 Jan 30 02:30 Makefile 02:36:32 -rw-rw-r-- 1 1001 1001 6524 Jan 30 02:30 README.md 02:36:32 -rw-rw-r-- 1 1001 1001 6755 Jan 30 02:30 SECURITY.md 02:36:32 -rw-rw-r-- 1 1001 1001 5 Jan 30 02:26 VERSION 02:36:32 -rw-rw-r-- 1 1001 1001 4131 Jan 30 02:30 ZMQWindows.md 02:36:32 drwxrwxr-x 2 1001 1001 4096 Jan 30 02:30 bin 02:36:32 drwxrwxr-x 15 1001 1001 4096 Jan 30 02:30 cmd 02:36:32 -rw-r--r-- 1 root root 574984 Jan 30 02:35 coverage.out 02:36:32 -rw-r--r-- 1 root root 1054 Jan 30 02:36 go.mod 02:36:32 -rw-r--r-- 1 root root 19289 Jan 30 02:36 go.sum 02:36:32 drwxrwxr-x 8 1001 1001 4096 Jan 30 02:30 internal 02:36:32 drwxrwxr-x 4 1001 1001 4096 Jan 30 02:30 openapi 02:36:32 drwxrwxr-x 4 1001 1001 4096 Jan 30 02:30 snap 02:36:32 -rw-rw-r-- 1 1001 1001 168 Jan 30 02:30 version.go [Pipeline] sh 02:36:32 Launching a container. 02:36:33 + '[' -e coverage.out ] 02:36:33 + chown 1001:1001 coverage.out [Pipeline] stash 02:36:33 Warning: overwriting stash ‘coverage-report’ 02:36:34 Stashed 1 file(s) [Pipeline] sh 02:36:35 + make build 02:36:35 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 02:36:45 Waiting for container to be ready 02:36:45 To start your first instance, try: lxc launch ubuntu:18.04 02:36:45 02:36:47 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 02:36:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:36:47 Waiting for network to be ready... 02:36:48 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:36:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:36:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 02:36:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:36:48 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:36:48 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:36:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:36:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:36:48 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:36:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:36:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:36:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 02:36:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 02:36:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 02:36:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 02:36:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 02:36:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 02:36:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 02:36:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:36:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 02:36:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 02:36:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 02:36:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 02:36:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 02:36:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 02:36:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 02:36:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 02:36:54 Fetched 23.9 MB in 6s (4148 kB/s) 02:36:54 Reading package lists... 02:36:55 Reading package lists... 02:36:55 Building dependency tree... 02:36:55 Reading state information... 02:36:55 The following additional packages will be installed: 02:36:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:36:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:36:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:36:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:36:55 Suggested packages: 02:36:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:36:55 Recommended packages: 02:36:55 gnupg libsasl2-modules 02:36:55 The following NEW packages will be installed: 02:36:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:36:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:36:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:36:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:36:55 The following packages will be upgraded: 02:36:55 gpg gpg-agent gpgconf libudev1 02:36:55 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 02:36:55 Need to get 3533 kB of archives. 02:36:55 After this operation, 13.3 MB of additional disk space will be used. 02:36:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 02:36:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 02:36:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 02:36:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 02:36:55 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 02:36:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 02:36:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 02:36:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 02:36:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 02:36:55 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 02:36:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:36:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:36:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:36:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:36:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:36:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:36:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:36:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:36:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:36:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:36:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:36:56 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:36:56 debconf: delaying package configuration, since apt-utils is not installed 02:36:56 Fetched 3533 kB in 1s (3821 kB/s) 02:36:56 (Reading database ... 12511 files and directories currently installed.) 02:36:56 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 02:36:56 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:36:57 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 02:36:57 Selecting previously unselected package udev. 02:36:57 (Reading database ... 12511 files and directories currently installed.) 02:36:57 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 02:36:57 Unpacking udev (237-3ubuntu10.44) ... 02:36:57 Selecting previously unselected package libfuse2:amd64. 02:36:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:36:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:36:57 Selecting previously unselected package fuse. 02:36:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:36:57 Unpacking fuse (2.9.7-1ubuntu1) ... 02:36:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 02:36:57 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:36:57 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 02:36:57 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:36:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 02:36:57 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:36:57 Selecting previously unselected package libksba8:amd64. 02:36:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:36:57 Unpacking libksba8:amd64 (1.3.5-2) ... 02:36:58 Selecting previously unselected package libroken18-heimdal:amd64. 02:36:58 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:36:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:36:58 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:36:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libwind0-heimdal:amd64. 02:36:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:36:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:36:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:36:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:36:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:36:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:58 Selecting previously unselected package libsasl2-modules-db:amd64. 02:36:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:36:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:36:59 Selecting previously unselected package libsasl2-2:amd64. 02:36:59 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:36:59 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:36:59 Selecting previously unselected package libldap-common. 02:36:59 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 02:36:59 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:36:59 Selecting previously unselected package libldap-2.4-2:amd64. 02:36:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 02:36:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:36:59 Selecting previously unselected package dirmngr. 02:36:59 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 02:36:59 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 02:36:59 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:36:59 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 02:36:59 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:36:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:36:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:36:59 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 02:36:59 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:36:59 Setting up libksba8:amd64 (1.3.5-2) ... 02:36:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:36:59 Setting up udev (237-3ubuntu10.44) ... 02:37:00 invoke-rc.d: policy-rc.d denied execution of start. 02:37:00 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:37:00 Processing triggers for systemd (237-3ubuntu10) ... 02:37:00 Setting up fuse (2.9.7-1ubuntu1) ... 02:37:00 Setting up gpg (2.2.4-1ubuntu1.3) ... 02:37:00 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:37:00 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:37:00 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:37:00 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:37:00 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:37:00 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:37:00 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:37:00 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:37:00 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 02:37:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:37:01 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:37:01 settings in the [Install] section, and DefaultInstance for template units). 02:37:01 This means they are not meant to be enabled using systemctl. 02:37:01 Possible reasons for having this kind of units are: 02:37:01 1) A unit may be statically enabled by being symlinked from another unit's 02:37:01 .wants/ or .requires/ directory. 02:37:01 2) A unit's purpose may be to act as a helper for some other unit which has 02:37:01 a requirement dependency on it. 02:37:01 3) A unit may be started when needed via activation (socket, path, timer, 02:37:01 D-Bus, udev, scripted systemctl call, ...). 02:37:01 4) In case of template units, the unit is meant to be enabled with some 02:37:01 instance name specified. 02:37:01 Reading package lists... 02:37:01 Building dependency tree... 02:37:01 Reading state information... 02:37:01 The following additional packages will be installed: 02:37:01 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:37:01 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:37:01 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:37:01 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:37:01 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:37:01 Suggested packages: 02:37:01 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:37:01 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:37:01 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:37:01 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:37:01 systemd-container policykit-1 02:37:01 Recommended packages: 02:37:01 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:37:01 The following NEW packages will be installed: 02:37:01 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:37:01 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:37:01 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:37:01 multiarch-support openssh-client python3 python3-minimal python3.6 02:37:01 python3.6-minimal snapd squashfs-tools sudo 02:37:01 The following packages will be upgraded: 02:37:01 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:37:02 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 02:37:02 Need to get 35.2 MB of archives. 02:37:02 After this operation, 141 MB of additional disk space will be used. 02:37:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 02:37:02 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 02:37:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 02:37:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 02:37:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 02:37:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:37:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 02:37:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 02:37:02 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 02:37:02 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:37:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:37:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:37:02 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:37:02 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:37:02 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:37:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:37:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:37:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 02:37:02 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:37:02 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 02:37:02 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:37:02 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:37:02 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:37:02 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:37:02 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:37:02 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:37:02 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 02:37:02 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:37:02 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 02:37:02 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:37:04 debconf: delaying package configuration, since apt-utils is not installed 02:37:04 Fetched 35.2 MB in 2s (16.3 MB/s) 02:37:04 (Reading database ... 12757 files and directories currently installed.) 02:37:04 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 02:37:04 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:37:04 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 02:37:04 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:37:05 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 02:37:05 (Reading database ... 12757 files and directories currently installed.) 02:37:05 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 02:37:05 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 02:37:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 02:37:05 (Reading database ... 12757 files and directories currently installed.) 02:37:05 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 02:37:05 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 02:37:06 Setting up apt (1.6.12ubuntu0.2) ... 02:37:06 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:37:06 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:37:06 (Reading database ... 12764 files and directories currently installed.) 02:37:06 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:37:06 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:37:07 Selecting previously unselected package libpython3.6-minimal:amd64. 02:37:07 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:37:07 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:37:07 Selecting previously unselected package libexpat1:amd64. 02:37:07 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:37:07 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:37:07 Selecting previously unselected package python3.6-minimal. 02:37:07 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:37:07 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:37:07 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 02:37:07 Checking for services that may need to be restarted...done. 02:37:07 Checking for services that may need to be restarted...done. 02:37:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:37:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:37:07 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:37:08 Selecting previously unselected package python3-minimal. 02:37:08 (Reading database ... 13012 files and directories currently installed.) 02:37:08 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:37:08 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:37:08 Selecting previously unselected package mime-support. 02:37:08 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:37:08 Unpacking mime-support (3.60ubuntu1) ... 02:37:08 Selecting previously unselected package libmpdec2:amd64. 02:37:08 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:37:08 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:37:08 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:37:08 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:37:08 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:37:08 Selecting previously unselected package python3.6. 02:37:08 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:37:08 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:37:09 Selecting previously unselected package libpython3-stdlib:amd64. 02:37:09 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:37:09 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:37:09 Setting up python3-minimal (3.6.7-1~18.04) ... 02:37:09 Selecting previously unselected package python3. 02:37:09 (Reading database ... 13442 files and directories currently installed.) 02:37:09 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:37:09 Unpacking python3 (3.6.7-1~18.04) ... 02:37:09 Selecting previously unselected package multiarch-support. 02:37:09 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:37:09 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:37:09 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:37:09 Selecting previously unselected package liblzo2-2:amd64. 02:37:09 (Reading database ... 13479 files and directories currently installed.) 02:37:09 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:37:09 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:37:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:37:10 Selecting previously unselected package libbsd0:amd64. 02:37:10 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:37:10 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:37:10 Selecting previously unselected package sudo. 02:37:10 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 02:37:10 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 02:37:10 Selecting previously unselected package apparmor. 02:37:10 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:37:10 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:37:11 Selecting previously unselected package libedit2:amd64. 02:37:11 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:37:11 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:37:12 Selecting previously unselected package libkrb5support0:amd64. 02:37:12 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:37:12 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:37:12 Selecting previously unselected package libk5crypto3:amd64. 02:37:12 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:37:12 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:37:12 Selecting previously unselected package libkeyutils1:amd64. 02:37:12 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:37:12 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:37:12 Selecting previously unselected package libkrb5-3:amd64. 02:37:12 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:37:12 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:37:12 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:37:12 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:37:12 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:37:12 Selecting previously unselected package libssl1.0.0:amd64. 02:37:12 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 02:37:12 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:37:13 Selecting previously unselected package openssh-client. 02:37:13 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:37:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:37:13 Selecting previously unselected package squashfs-tools. 02:37:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:37:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:37:13 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 02:37:13 Selecting previously unselected package snapd. 02:37:13 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 02:37:13 Unpacking snapd (2.48+18.04) ... 02:37:15 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:37:15 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:37:15 Setting up mime-support (3.60ubuntu1) ... 02:37:15 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 02:37:15 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:37:15 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:37:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:37:15 Setting up systemd (237-3ubuntu10.44) ... 02:37:15 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:37:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:37:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:37:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:37:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:37:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:37:17 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:37:17 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 02:37:18 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:37:18 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:37:18 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:37:18 Setting up python3 (3.6.7-1~18.04) ... 02:37:18 running python rtupdate hooks for python3.6... 02:37:18 running python post-rtupdate hooks for python3.6... 02:37:18 Setting up apparmor (2.12-4ubuntu5.1) ... 02:37:18 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 02:37:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:37:20 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:37:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:37:20 Setting up snapd (2.48+18.04) ... 02:37:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:37:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:37:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:37:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:37:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:37:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:37:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:37:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:37:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:37:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:37:22 /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' 02:37:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:37:22 Processing triggers for systemd (237-3ubuntu10.44) ... 02:37:22 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 02:37:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:37:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:37:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:37:25 Reading package lists... 02:37:25 Reading package lists... 02:37:25 Building dependency tree... 02:37:25 Reading state information... 02:37:25 Calculating upgrade... 02:37:26 The following packages will be upgraded: 02:37:26 advancecomp base-files bash binutils binutils-common 02:37:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:37:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:37:26 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 02:37:26 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 02:37:26 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 02:37:26 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 02:37:26 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 02:37:26 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 02:37:26 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 02:37:26 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 02:37:26 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 02:37:26 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 02:37:26 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 02:37:26 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:37:26 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:37:26 Need to get 63.8 MB of archives. 02:37:26 After this operation, 5205 kB of additional disk space will be used. 02:37:26 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:37:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 02:37:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:37:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:37:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:37:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:37:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:37:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:37:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:37:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:37:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:37:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:37:27 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:37:27 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:37:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:37:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:37:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:37:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:37:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:37:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:37:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:37:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:37:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:37:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:37:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:37:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:37:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:37:27 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:37:27 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:37:27 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:37:27 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:37:27 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:37:27 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:37:27 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:37:27 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 02:37:27 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 02:37:27 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:37:27 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:37:27 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:37:27 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 02:37:27 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:37:27 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:37:27 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:37:27 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:37:27 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:37:27 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 02:37:27 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:37:27 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:37:27 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] 02:37:27 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:37:27 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:37:27 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:37:27 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:37:27 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:37:27 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:37:27 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:37:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:37:27 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:37:27 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:37:27 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:37:27 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:37:27 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:37:27 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:37:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:37:27 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:37:27 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:37:27 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:37:27 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:37:27 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:37:27 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 02:37:27 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 02:37:27 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:37:27 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:37:27 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 02:37:27 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 02:37:27 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 02:37:27 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:37:27 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:37:27 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:37:27 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 02:37:27 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:37:27 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:37:27 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] 02:37:27 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 02:37:28 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 02:37:28 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 02:37:28 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:37:28 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:37:28 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:37:28 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:37:28 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 02:37:28 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:37:28 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:37:28 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:37:28 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:37:29 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:37:29 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:37:29 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:37:29 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:37:29 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:37:29 debconf: delaying package configuration, since apt-utils is not installed 02:37:29 Fetched 63.8 MB in 3s (20.1 MB/s) 02:37:29 (Reading database ... 13912 files and directories currently installed.) 02:37:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:37:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:37:30 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:37:30 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:37:30 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 02:37:30 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 02:37:31 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:31 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:31 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 02:37:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:32 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:37:32 (Reading database ... 13911 files and directories currently installed.) 02:37:32 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:32 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:37:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:37:32 (Reading database ... 13911 files and directories currently installed.) 02:37:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:37:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:37:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:37:33 (Reading database ... 13911 files and directories currently installed.) 02:37:33 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:37:33 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:37:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:37:34 (Reading database ... 13911 files and directories currently installed.) 02:37:34 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:37:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:37:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:37:34 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:37:34 Setting up base-files (10.1ubuntu2.10) ... 02:37:34 Installing new version of config file /etc/issue ... 02:37:34 Installing new version of config file /etc/issue.net ... 02:37:34 Installing new version of config file /etc/lsb-release ... 02:37:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:37:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:37:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:37:34 Removing obsolete conffile /etc/default/motd-news ... 02:37:34 (Reading database ... 13912 files and directories currently installed.) 02:37:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:37:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:37:34 Setting up bash (4.4.18-2ubuntu1.2) ... 02:37:34 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 02:37:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:37:35 (Reading database ... 13912 files and directories currently installed.) 02:37:35 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:35 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:37:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:37:35 (Reading database ... 13912 files and directories currently installed.) 02:37:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:37:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:37:35 Setting up tar (1.29b-2ubuntu0.2) ... 02:37:35 (Reading database ... 13912 files and directories currently installed.) 02:37:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:37:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:37:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:37:35 (Reading database ... 13912 files and directories currently installed.) 02:37:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:37:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:37:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:37:36 (Reading database ... 13912 files and directories currently installed.) 02:37:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:37:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:37:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:37:36 (Reading database ... 13912 files and directories currently installed.) 02:37:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:37:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:37:36 Setting up grep (3.1-2build1) ... 02:37:36 (Reading database ... 13912 files and directories currently installed.) 02:37:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:37:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:37:36 Setting up login (1:4.5-1ubuntu2) ... 02:37:36 (Reading database ... 13912 files and directories currently installed.) 02:37:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:37:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:37:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:37:37 (Reading database ... 13912 files and directories currently installed.) 02:37:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:37:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:37:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:37:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:37:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:37:39 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:37:39 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 02:37:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:37:39 (Reading database ... 13912 files and directories currently installed.) 02:37:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:37:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:37:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:37:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:37:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:37:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:37:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:37:41 (Reading database ... 13912 files and directories currently installed.) 02:37:41 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:37:41 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:37:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:37:41 (Reading database ... 13912 files and directories currently installed.) 02:37:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:37:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:37:41 (Reading database ... 13912 files and directories currently installed.) 02:37:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:37:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:37:41 (Reading database ... 13912 files and directories currently installed.) 02:37:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:37:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:37:42 (Reading database ... 13912 files and directories currently installed.) 02:37:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:42 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:37:42 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:37:42 (Reading database ... 13912 files and directories currently installed.) 02:37:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:37:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:37:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:37:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:37:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:37:42 (Reading database ... 13912 files and directories currently installed.) 02:37:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:37:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:37:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:37:43 (Reading database ... 13912 files and directories currently installed.) 02:37:43 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:43 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:37:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:37:43 (Reading database ... 13912 files and directories currently installed.) 02:37:43 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:43 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:37:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:37:43 (Reading database ... 13912 files and directories currently installed.) 02:37:43 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:43 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 02:37:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:37:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:37:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:37:44 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:37:44 (Reading database ... 13912 files and directories currently installed.) 02:37:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:37:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:37:45 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:37:45 (Reading database ... 13912 files and directories currently installed.) 02:37:45 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:37:45 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:37:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:37:45 (Reading database ... 13914 files and directories currently installed.) 02:37:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:37:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:37:45 Setting up debconf (1.5.66ubuntu1) ... 02:37:45 (Reading database ... 13914 files and directories currently installed.) 02:37:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 02:37:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:37:46 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 02:37:46 (Reading database ... 13914 files and directories currently installed.) 02:37:46 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 02:37:46 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:37:46 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 02:37:46 (Reading database ... 13914 files and directories currently installed.) 02:37:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:37:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:37:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:37:46 (Reading database ... 13914 files and directories currently installed.) 02:37:46 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:37:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:37:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:37:46 (Reading database ... 13914 files and directories currently installed.) 02:37:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:37:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:37:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:37:47 (Reading database ... 13914 files and directories currently installed.) 02:37:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:37:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:37:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 02:37:47 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:37:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:37:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:37:47 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 02:37:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:37:47 (Reading database ... 13914 files and directories currently installed.) 02:37:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:37:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:37:48 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:37:48 (Reading database ... 13914 files and directories currently installed.) 02:37:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:37:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:37:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:37:49 (Reading database ... 13914 files and directories currently installed.) 02:37:49 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:37:49 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:37:49 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:37:49 (Reading database ... 13914 files and directories currently installed.) 02:37:49 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 02:37:49 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 02:37:49 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 02:37:49 (Reading database ... 13914 files and directories currently installed.) 02:37:49 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:37:49 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:37:49 Setting up passwd (1:4.5-1ubuntu2) ... 02:37:49 (Reading database ... 13914 files and directories currently installed.) 02:37:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 02:37:49 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:37:50 Setting up gpgv (2.2.4-1ubuntu1.3) ... 02:37:50 (Reading database ... 13914 files and directories currently installed.) 02:37:50 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:37:50 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:37:50 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:37:50 (Reading database ... 13914 files and directories currently installed.) 02:37:50 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:37:50 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:37:50 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:37:50 (Reading database ... 13914 files and directories currently installed.) 02:37:50 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:37:50 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:37:51 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:37:51 (Reading database ... 13914 files and directories currently installed.) 02:37:51 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:37:51 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:37:51 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:37:51 (Reading database ... 13914 files and directories currently installed.) 02:37:51 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 02:37:51 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 02:37:51 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 02:37:51 (Reading database ... 13914 files and directories currently installed.) 02:37:51 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 02:37:51 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 02:37:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 02:37:51 (Reading database ... 13915 files and directories currently installed.) 02:37:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:37:51 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:37:51 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:37:51 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:37:52 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:37:52 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [Pipeline] } 02:37:52 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 02:37:52 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 02:37:52 $ docker stop --time=1 d34e505d1e62e3e0cf757d8f08755e5420ef78c3b5950b14ad9e15c73ca87540 02:37:52 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:37:52 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:37:52 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:37:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:37:52 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:37:52 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:37:53 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:37:53 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:37:53 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:37:53 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:37:53 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:37:53 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:37:53 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:37:53 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:37:53 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 02:37:53 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 02:37:54 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:37:54 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:37:54 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:37:54 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:37:54 $ docker rm -f d34e505d1e62e3e0cf757d8f08755e5420ef78c3b5950b14ad9e15c73ca87540 02:37:54 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:37:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:37:55 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:37:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:37:55 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:37:55 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:37:55 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:37:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:37:55 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:37:55 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:37:55 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] } 02:37:56 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:37:56 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:37:56 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 02:37:56 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:37:56 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:37:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:37:56 02:37:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:37:57 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:37:57 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:37:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:37:57 latest: Pulling from edgex-devops/edgex-compose-arm64 02:37:57 29e5d40040c1: Pulling fs layer 02:37:57 1ce36da41761: Pulling fs layer 02:37:57 25b303627fd3: Pulling fs layer 02:37:58 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:37:58 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:37:58 29e5d40040c1: Verifying Checksum 02:37:58 29e5d40040c1: Download complete 02:37:58 1ce36da41761: Verifying Checksum 02:37:58 1ce36da41761: Download complete 02:37:59 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:37:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:37:59 29e5d40040c1: Pull complete 02:37:59 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:37:59 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:38:00 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:38:00 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:38:00 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:38:00 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:38:00 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:38:00 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:38:00 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:38:00 1ce36da41761: Pull complete 02:38:00 25b303627fd3: Verifying Checksum 02:38:00 25b303627fd3: Download complete 02:38:00 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:38:00 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:38:00 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:38:01 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:38:01 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:38:01 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:38:01 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:38:01 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:38:01 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:38:01 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:38:01 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:38:01 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:38:01 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:38:01 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:38:01 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:38:01 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:38:01 Setting up tzdata (2021a-0ubuntu0.18.04) ... 02:38:01 02:38:01 Current default time zone: 'Etc/UTC' 02:38:01 Local time is now: Sat Jan 30 02:38:01 UTC 2021. 02:38:01 Universal Time is now: Sat Jan 30 02:38:01 UTC 2021. 02:38:01 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:38:01 02:38:01 Setting up systemd-sysv (237-3ubuntu10.44) ... 02:38:01 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:38:01 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 02:38:01 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:38:01 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:38:01 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:38:01 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:38:01 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:38:01 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:38:01 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:38:02 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:38:02 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:38:02 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:38:02 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 02:38:02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:38:02 Setting up patch (2.7.6-2ubuntu1.1) ... 02:38:02 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:38:02 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:38:02 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 02:38:02 Installing new version of config file /etc/ssl/openssl.cnf ... 02:38:02 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:38:02 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:38:02 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 02:38:04 Updating certificates in /etc/ssl/certs... 02:38:04 22 added, 17 removed; done. 02:38:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:38:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:38:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:38:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:38:04 Setting up pkgbinarymangler (138.18.04.1) ... 02:38:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:38:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 02:38:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:38:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:38:05 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:38:05 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:38:05 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:38:05 Setting up perl (5.26.1-6ubuntu0.5) ... 02:38:05 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 02:38:05 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:38:05 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:38:05 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 02:38:05 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:38:05 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:38:05 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:38:05 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:38:05 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:38:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:38:05 Processing triggers for systemd (237-3ubuntu10.44) ... 02:38:05 Processing triggers for mime-support (3.60ubuntu1) ... 02:38:05 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 02:38:05 Updating certificates in /etc/ssl/certs... 02:38:06 0 added, 0 removed; done. 02:38:06 Running hooks in /etc/ca-certificates/update.d... 02:38:06 done. 02:38:06 Reading package lists... 02:38:06 Building dependency tree... 02:38:06 Reading state information... 02:38:07 The following NEW packages will be installed: 02:38:07 apt-transport-https 02:38:07 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:38:07 Need to get 1696 B of archives. 02:38:07 After this operation, 153 kB of additional disk space will be used. 02:38:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 02:38:07 debconf: delaying package configuration, since apt-utils is not installed 02:38:07 Fetched 1696 B in 0s (17.7 kB/s) 02:38:07 Selecting previously unselected package apt-transport-https. 02:38:07 (Reading database ... 13929 files and directories currently installed.) 02:38:07 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 02:38:07 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 02:38:07 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 02:38:07 Waiting for network to be ready... 02:38:10 25b303627fd3: Pull complete 02:38:10 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:38:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:38:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:38:11 prd-ubuntu18.04-docker-arm64-4c-16g-24075 does not seem to be running inside a container 02:38:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:38:13 2021-01-30T02:38:11Z INFO Waiting for automatic snapd restart... 02:38:13 snapd 2.48.2 from Canonical* installed 02:38:14 $ docker top aa0b622f8c211fb9b6728a077f8a1eefceb77f896f19df427a7f6113034afbe8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:14 "snapd" switched to the "latest/stable" channel 02:38:14 02:38:15 + docker-compose build --help 02:38:15 + grep parallel 02:38:18 core18 20201210 from Canonical* installed 02:38:18 "core18" switched to the "latest/stable" channel 02:38:18 02:38:19 --parallel Build images in parallel. [Pipeline] } 02:38:19 $ docker stop --time=1 aa0b622f8c211fb9b6728a077f8a1eefceb77f896f19df427a7f6113034afbe8 02:38:21 $ docker rm -f aa0b622f8c211fb9b6728a077f8a1eefceb77f896f19df427a7f6113034afbe8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:38:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:38:22 . [Pipeline] withDockerContainer 02:38:22 prd-ubuntu18.04-docker-arm64-4c-16g-24075 does not seem to be running inside a container 02:38:22 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:38:24 $ docker top 292ed9a17268ed47c0cbedce55bd2c1ad54ca1b81df7cb1f9918fadfbb32e6ba -eo pid,comm 02:38:24 snapcraft 4.4.4 from Canonical* installed 02:38:24 "snapcraft" switched to the "latest/stable" channel 02:38:24 [Pipeline] { [Pipeline] sh 02:38:25 + docker-compose -f ./docker-compose-build.yml build --parallel 02:38:28 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:38:28 - README.md 02:38:28 - snapcraft.yaml.orig 02:38:28 02:38:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:38:28 Building docker-core-command-go ... 02:38:28 Building docker-core-data-go ... 02:38:28 Building docker-core-metadata-go ... 02:38:28 Building docker-security-bootstrapper-go ... 02:38:28 Building docker-security-proxy-setup-go ... 02:38:28 Building docker-security-secretstore-setup-go ... 02:38:28 Building docker-support-notifications-go ... 02:38:28 Building docker-support-scheduler-go ... 02:38:28 Building docker-sys-mgmt-agent-go ... 02:38:28 Building docker-core-metadata-go 02:38:28 Building docker-security-secretstore-setup-go 02:38:28 Building docker-support-notifications-go 02:38:28 Building docker-security-proxy-setup-go 02:38:28 Building docker-security-bootstrapper-go 02:38:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:38:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:38:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:38:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:38:35 Reading package lists... 02:38:36 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 02:38:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:38:43 Reading package lists... 02:38:43 Building dependency tree... 02:38:43 Reading state information... 02:38:43 Suggested packages: 02:38:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:38:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:38:43 Recommended packages: 02:38:43 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:38:43 The following NEW packages will be installed: 02:38:43 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:38:43 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:38:43 pkg-config zip 02:38:43 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:38:43 Need to get 7655 kB of archives. 02:38:43 After this operation, 43.7 MB of additional disk space will be used. 02:38:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 02:38:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 02:38:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 02:38:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 02:38:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:38:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:38:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:38:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:38:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:38:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:38:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:38:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:38:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:38:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:38:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:38:43 debconf: delaying package configuration, since apt-utils is not installed 02:38:43 Fetched 7655 kB in 1s (8909 kB/s) 02:38:43 Selecting previously unselected package libglib2.0-0:amd64. 02:38:43 (Reading database ... 13933 files and directories currently installed.) 02:38:43 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 02:38:43 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:38:44 Selecting previously unselected package libpsl5:amd64. 02:38:44 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:38:44 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:38:44 Selecting previously unselected package libnghttp2-14:amd64. 02:38:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:38:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:38:44 Selecting previously unselected package librtmp1:amd64. 02:38:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:38:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:38:44 Selecting previously unselected package libcurl3-gnutls:amd64. 02:38:44 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 02:38:44 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:38:44 Selecting previously unselected package liberror-perl. 02:38:44 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:38:44 Unpacking liberror-perl (0.17025-1) ... 02:38:44 Selecting previously unselected package git-man. 02:38:44 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 02:38:44 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 02:38:44 Selecting previously unselected package git. 02:38:44 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 02:38:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 02:38:45 Selecting previously unselected package libnorm1:amd64. 02:38:45 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:38:45 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:38:45 Selecting previously unselected package libpgm-5.2-0:amd64. 02:38:45 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:38:45 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:38:46 Selecting previously unselected package libsodium23:amd64. 02:38:46 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:38:46 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:38:46 Selecting previously unselected package libzmq5:amd64. 02:38:46 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:38:46 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:38:46 Selecting previously unselected package libzmq3-dev:amd64. 02:38:46 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:38:46 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:38:46 Selecting previously unselected package pkg-config. 02:38:46 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:38:46 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:38:46 Selecting previously unselected package zip. 02:38:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:38:46 Unpacking zip (3.0-11build1) ... 02:38:46 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:38:46 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 02:38:46 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:38:46 Setting up liberror-perl (0.17025-1) ... 02:38:46 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:38:46 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:38:46 No schema files found: doing nothing. 02:38:46 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:38:46 Setting up zip (3.0-11build1) ... 02:38:46 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:38:46 Setting up libsodium23:amd64 (1.0.16-2) ... 02:38:46 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:38:46 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:38:46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:38:46 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:38:46 Setting up git (1:2.17.1-1ubuntu0.7) ... 02:38:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:38:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:38:53 git set to automatically installed. 02:38:53 git-man set to automatically installed. 02:38:53 libcurl3-gnutls set to automatically installed. 02:38:53 liberror-perl set to automatically installed. 02:38:53 libglib2.0-0 set to automatically installed. 02:38:53 libnghttp2-14 set to automatically installed. 02:38:53 libnorm1 set to automatically installed. 02:38:53 libpgm-5.2-0 set to automatically installed. 02:38:53 libpsl5 set to automatically installed. 02:38:53 librtmp1 set to automatically installed. 02:38:53 libsodium23 set to automatically installed. 02:38:53 libzmq3-dev set to automatically installed. 02:38:53 libzmq5 set to automatically installed. 02:38:53 pkg-config set to automatically installed. 02:38:53 zip set to automatically installed. 02:38:55 snapd is not logged in, snap install commands will use sudo 02:39:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:39:01 snap "core18" has no updates available 02:39:02 Pulling config-common 02:39:03 Pulling go-build-helper 02:39:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:39:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:39:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 02:39:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 02:39:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 02:39:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 02:39:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 02:39:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 02:39:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 02:39:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 02:39:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:39:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:39:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:39:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:39:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:39:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:39:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:39:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:39:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:39:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 02:39:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 02:39:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 02:39:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 02:39:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 02:39:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 02:39:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 02:39:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 02:39:25 Fetched 23.9 MB in 0s (0 B/s) 02:39:25 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:39:25 Fetched 96.5 kB in 0s (0 B/s) 02:39:25 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:39:25 Fetched 279 kB in 0s (0 B/s) 02:39:25 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:39:25 Fetched 122 kB in 0s (0 B/s) 02:39:25 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:39:25 Fetched 77.8 kB in 0s (0 B/s) 02:39:25 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:39:25 Fetched 8848 B in 0s (0 B/s) 02:39:25 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:39:25 Fetched 47.8 kB in 0s (0 B/s) 02:39:25 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:39:25 Fetched 45.6 kB in 0s (0 B/s) 02:39:25 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 02:39:25 Fetched 15.0 kB in 0s (0 B/s) 02:39:25 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 02:39:25 Fetched 214 kB in 0s (0 B/s) 02:39:25 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 02:39:25 Fetched 155 kB in 0s (0 B/s) 02:39:25 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:39:25 Fetched 50.6 kB in 0s (0 B/s) 02:39:25 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:39:25 Fetched 14.8 kB in 0s (0 B/s) 02:39:25 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:39:25 Fetched 41.8 kB in 0s (0 B/s) 02:39:25 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:39:25 Fetched 499 kB in 0s (0 B/s) 02:39:25 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:39:25 Fetched 111 kB in 0s (0 B/s) 02:39:25 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:39:25 Fetched 240 kB in 0s (0 B/s) 02:39:25 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:39:25 Fetched 29.3 kB in 0s (0 B/s) 02:39:25 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:39:25 Fetched 85.5 kB in 0s (0 B/s) 02:39:25 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:39:25 Fetched 24.5 kB in 0s (0 B/s) 02:39:25 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 02:39:25 Fetched 49.2 kB in 0s (0 B/s) 02:39:25 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:39:25 Fetched 54.2 kB in 0s (0 B/s) 02:39:25 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:39:25 Fetched 30.8 kB in 0s (0 B/s) 02:39:25 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 02:39:25 Fetched 17.0 kB in 0s (0 B/s) 02:39:25 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:39:25 Fetched 85.9 kB in 0s (0 B/s) 02:39:25 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:39:25 Fetched 8720 B in 0s (0 B/s) 02:39:25 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 02:39:25 Fetched 137 kB in 0s (0 B/s) 02:39:25 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:39:25 Fetched 119 kB in 0s (0 B/s) 02:39:25 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 02:39:25 Fetched 109 kB in 0s (0 B/s) 02:39:25 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:39:25 Fetched 11.1 kB in 0s (0 B/s) 02:39:25 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:39:25 Fetched 645 kB in 0s (0 B/s) 02:39:25 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:39:25 Fetched 41.3 kB in 0s (0 B/s) 02:39:25 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:39:25 Fetched 17.9 kB in 0s (0 B/s) 02:39:25 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:39:25 Fetched 368 kB in 0s (0 B/s) 02:39:25 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 02:39:25 Fetched 187 kB in 0s (0 B/s) 02:39:25 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:39:25 Fetched 175 kB in 0s (0 B/s) 02:39:25 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:39:26 Fetched 206 kB in 0s (0 B/s) 02:39:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 02:39:26 Fetched 1301 kB in 0s (0 B/s) 02:39:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:39:26 Fetched 36.2 kB in 0s (0 B/s) 02:39:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 02:39:26 Fetched 159 kB in 0s (0 B/s) 02:39:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:39:26 Fetched 107 kB in 0s (0 B/s) 02:39:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:39:26 Fetched 48.7 kB in 0s (0 B/s) 02:39:26 Pulling static-packages 02:39:28 'go115' has dependencies that need to be staged: go-build-helper static-packages 02:39:28 Skipping pull go-build-helper (already ran) 02:39:28 Skipping pull static-packages (already ran) 02:39:28 Building go-build-helper 02:39:31 Building static-packages 02:39:34 Staging go-build-helper 02:39:34 Staging static-packages 02:39:36 Pulling go115 02:39:37 'edgex-go' has dependencies that need to be staged: go115 02:39:37 Skipping pull go115 (already ran) 02:39:37 Building go115 02:39:37 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:37 Dload Upload Total Spent Left Speed 02:39:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.2M 0 0 27.0M 0 0:00:04 0:00:01 0:00:03 27.0M 60 115M 60 69.9M 0 0 34.1M 0 0:00:03 0:00:02 0:00:01 34.1M 99 115M 99 114M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M 02:39:41 go1.15.2.linux-amd64.tar.gz: OK 02:39:46 Staging go115 02:39:50 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:39:50 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:39:50 ---> b614a924f538 02:39:50 Step 3/31 : WORKDIR /edgex-go 02:39:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:39:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:39:50 ---> b614a924f538 02:39:50 Step 3/24 : WORKDIR /edgex-go 02:39:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:39:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:39:50 ---> b614a924f538 02:39:50 Step 3/23 : WORKDIR /edgex-go 02:39:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:39:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:39:50 ---> b614a924f538 02:39:50 Step 3/22 : WORKDIR /edgex-go 02:39:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:39:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:39:50 ---> b614a924f538 02:39:50 Step 3/21 : WORKDIR /edgex-go 02:39:50 ---> Running in 6f3c10cfe71a 02:39:50 ---> Running in a849a11c498e 02:39:50 ---> Running in b96d34bcea87 02:39:50 ---> Running in cc1a2e248af5 02:39:50 ---> Running in a49ad5618a4a 02:39:50 Removing intermediate container cc1a2e248af5 02:39:50 ---> 5e9fac1ec273 02:39:50 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:50 Removing intermediate container 6f3c10cfe71a 02:39:50 ---> afe5f42e5fcf 02:39:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:50 Removing intermediate container a849a11c498e 02:39:50 ---> cf6ac370f58c 02:39:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:50 Removing intermediate container a49ad5618a4a 02:39:50 Removing intermediate container b96d34bcea87 02:39:50 ---> 403726e5a10c 02:39:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:50 ---> 3e224a0fee0f 02:39:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:50 ---> Running in fe17bf4d8896 02:39:50 ---> Running in ae64bf3ffc22 02:39:50 ---> Running in 6c36e4e93fc3 02:39:50 ---> Running in 325bb27b3609 02:39:50 ---> Running in 3c00b347f5ce 02:39:50 Removing intermediate container fe17bf4d8896 02:39:50 ---> f4ded11453e7 02:39:50 Step 5/31 : RUN apk add --update --no-cache make git 02:39:50 ---> Running in e1458d446850 02:39:50 Removing intermediate container ae64bf3ffc22 02:39:50 ---> 488c5c04931f 02:39:50 Step 5/21 : RUN apk add --update --no-cache make git 02:39:50 ---> Running in ed01f26b36e7 02:39:50 Removing intermediate container 325bb27b3609 02:39:50 ---> 0d080c44fb07 02:39:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:39:50 Removing intermediate container 6c36e4e93fc3 02:39:50 ---> 335e54dba29f 02:39:50 Step 5/24 : RUN apk add --update --no-cache make git 02:39:50 Removing intermediate container 3c00b347f5ce 02:39:50 ---> 94f50e36057e 02:39:50 Step 5/23 : RUN apk add --update --no-cache make git 02:39:50 ---> Running in 8143e7f3cfbb 02:39:50 ---> Running in 716fff021d44 02:39:50 ---> Running in 87478835ddbb 02:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:51 OK: 217 MiB in 51 packages 02:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:39:51 OK: 217 MiB in 51 packages 02:39:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:39:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:39:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:39:51 Fetched 0 B in 0s (0 B/s) 02:39:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:39:51 Fetched 224 kB in 0s (0 B/s) 02:39:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:39:51 Fetched 157 kB in 0s (0 B/s) 02:39:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:39:51 Fetched 221 kB in 0s (0 B/s) 02:39:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:39:51 Fetched 143 kB in 0s (0 B/s) 02:39:51 Pulling edgex-go 02:39:51 OK: 217 MiB in 51 packages 02:39:51 OK: 217 MiB in 51 packages 02:39:52 OK: 217 MiB in 51 packages 02:39:52 Removing intermediate container e1458d446850 02:39:52 ---> 8f69a98a3c7d 02:39:52 Step 6/31 : COPY go.mod . 02:39:53 Removing intermediate container ed01f26b36e7 02:39:53 ---> 4213a5039c1c 02:39:53 Step 6/21 : COPY go.mod . 02:39:53 ---> ddcdf45fbc80 02:39:53 Step 7/31 : RUN go mod download 02:39:53 Removing intermediate container 716fff021d44 02:39:53 ---> 7adde5ed7a03 02:39:53 Pulling version 02:39:54 Step 6/22 : COPY go.mod . 02:39:54 ---> Running in c89d31512229 02:39:54 Removing intermediate container 87478835ddbb 02:39:54 ---> d3018bd89f2e 02:39:54 Step 6/23 : COPY go.mod . 02:39:54 Removing intermediate container 8143e7f3cfbb 02:39:54 ---> 0d07526bfbd4 02:39:54 Step 6/24 : COPY go.mod . 02:39:54 Building config-common 02:39:54 ---> 087df12989da 02:39:54 Step 7/21 : RUN go mod download 02:39:54 ---> Running in 43aabd46155d 02:39:55 ---> ca9e21200b8c 02:39:55 Step 7/22 : RUN go mod download 02:39:55 ---> a8440b04abe7 02:39:55 Step 7/23 : RUN go mod download 02:39:55 ---> Running in 10cc5021e63e 02:39:55 ---> 7e0c3eb74019 02:39:55 Step 7/24 : RUN go mod download 02:39:55 ---> Running in c5f32319062d 02:39:55 ---> Running in 4029e7ad5806 02:39:56 Skipping build go-build-helper (already ran) 02:39:56 Skipping build static-packages (already ran) 02:39:56 Skipping build go115 (already ran) 02:39:56 Building edgex-go 02:39:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:39:57 Removing intermediate container c89d31512229 02:39:57 ---> 3810fa6edee6 02:39:57 Step 8/31 : COPY . . 02:39:58 Removing intermediate container 43aabd46155d 02:39:58 ---> af7c5b9666df 02:39:58 Step 8/21 : COPY . . 02:39:59 go: downloading github.com/gorilla/mux v1.8.0 02:39:59 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 02:39:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 02:39:59 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:39:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 02:39:59 go: downloading github.com/google/uuid v1.2.0 02:39:59 go: downloading github.com/imdario/mergo v0.3.11 02:39:59 go: downloading github.com/pkg/errors v0.8.1 02:39:59 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:39:59 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 02:39:59 go: downloading github.com/go-kit/kit v0.8.0 02:39:59 go: downloading github.com/pelletier/go-toml v1.2.0 02:39:59 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 02:39:59 go: downloading github.com/x448/float16 v0.8.4 02:39:59 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 02:39:59 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:39:59 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:39:59 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 02:39:59 go: downloading github.com/go-playground/validator/v10 v10.3.0 02:39:59 go: downloading gopkg.in/yaml.v2 v2.4.0 02:39:59 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:39:59 go: downloading github.com/hashicorp/consul/api v1.1.0 02:39:59 go: downloading github.com/BurntSushi/toml v0.3.1 02:39:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:39:59 go: downloading github.com/pebbe/zmq4 v1.2.2 02:39:59 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 02:39:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:39:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:39:59 go: downloading github.com/go-playground/universal-translator v0.17.0 02:39:59 go: downloading github.com/mitchellh/copystructure v1.0.0 02:39:59 go: downloading github.com/leodido/go-urn v1.2.0 02:39:59 go: downloading github.com/hashicorp/serf v0.8.2 02:39:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 02:39:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:39:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:39:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:39:59 go: downloading github.com/go-playground/locales v0.13.0 02:39:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:39:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:40:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:40:00 Removing intermediate container 10cc5021e63e 02:40:00 ---> 34185c3f1816 02:40:00 Step 8/22 : COPY . . 02:40:00 Removing intermediate container 4029e7ad5806 02:40:00 ---> a58a446f09dd 02:40:00 Step 8/24 : COPY . .Removing intermediate container c5f32319062d 02:40:00 ---> 98b13060185d 02:40:00 Step 8/23 : COPY . . 02:40:00 02:40:06 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 02:40:11 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 02:40:12 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 02:40:13 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 02:40:14 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 02:40:14 go: downloading github.com/stretchr/testify v1.7.0 02:40:14 go: downloading github.com/davecgh/go-spew v1.1.1 02:40:14 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:40:14 go: downloading github.com/pmezard/go-difflib v1.0.0 02:40:16 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 02:40:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:40:16 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:40:17 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 02:40:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:40:18 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 02:40:19 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 02:40:20 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 02:40:21 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 02:40:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:40:22 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 02:40:22 go: downloading github.com/lib/pq v1.9.0 02:40:25 Building version 02:40:27 ---> edeb2fffb2d7 02:40:27 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 02:40:27 ---> 00fd8e9bdafb 02:40:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:40:27 ---> Running in 2d44f473253b 02:40:27 ---> Running in ed3612c14f6c 02:40:27 ---> 27d5fd9c5dff 02:40:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:40:27 ---> 0d5a9c204e4f 02:40:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:40:27 ---> 555f427040ea 02:40:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:40:27 ---> Running in c80bd03bab58 02:40:27 ---> Running in 59411bde4636 02:40:27 ---> Running in 9a90a00b6a6c 02:40:27 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 02:40:27 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 02:40:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:40:28 Staging config-common 02:40:28 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 02:40:28 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 02:40:29 Skipping stage go-build-helper (already ran) 02:40:29 Skipping stage static-packages (already ran) 02:40:29 Skipping stage go115 (already ran) 02:40:29 Staging edgex-go 02:40:30 Staging version 02:40:30 Priming config-common 02:40:31 Priming go-build-helper 02:40:33 Priming static-packages 02:40:35 Priming go115 02:40:36 Priming edgex-go 02:40:37 Priming version 02:40:38 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:41:50 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 02:41:50 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 02:41: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 02:42:00 Removing intermediate container 59411bde4636 02:42:00 ---> 19238162d1f3 02:42:00 02:42:00 Step 10/24 : FROM alpine:3.12 02:42:00 3.12: Pulling from library/alpine 02:42:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:42:01 Status: Downloaded newer image for alpine:3.12 02:42:01 ---> afeebe901d6b 02:42:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:42:01 Removing intermediate container ed3612c14f6c 02:42:02 ---> d6550ebac2a9 02:42:02 02:42:02 Step 10/21 : FROM alpine:3.12 02:42:02 ---> afeebe901d6b 02:42:02 Step 11/21 : RUN apk add --update --no-cache curl 02:42:02 ---> Running in f45b7360018e 02:42:02 ---> Running in 4e426ebdab2f 02:42:02 Removing intermediate container 9a90a00b6a6c 02:42:02 ---> 4d815c5d4047 02:42:02 02:42:02 Step 10/22 : FROM alpine:3.12 02:42:02 ---> afeebe901d6b 02:42:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:42:03 ---> Running in 066a5d128f12 02:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:42:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:42:06 (1/5) Installing ca-certificates (20191127-r4) 02:42:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:42:06 (1/4) Installing ca-certificates (20191127-r4) 02:42:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:42:06 (3/5) Installing libcurl (7.69.1-r3) 02:42:06 (4/5) Installing curl (7.69.1-r3) 02:42:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:42:06 (5/5) Installing dumb-init (1.2.2-r1) 02:42:06 Executing busybox-1.31.1-r19.trigger 02:42:06 (3/4) Installing libcurl (7.69.1-r3) 02:42:06 Executing ca-certificates-20191127-r4.trigger 02:42:06 (4/4) Installing curl (7.69.1-r3) 02:42:06 Executing busybox-1.31.1-r19.trigger 02:42:06 Executing ca-certificates-20191127-r4.trigger 02:42:06 OK: 7 MiB in 19 packages 02:42:06 (1/2) Installing ca-certificates (20191127-r4) 02:42:06 OK: 7 MiB in 18 packages 02:42:06 (2/2) Installing dumb-init (1.2.2-r1) 02:42:06 Executing busybox-1.31.1-r19.trigger 02:42:06 Executing ca-certificates-20191127-r4.trigger 02:42:07 OK: 6 MiB in 16 packages 02:42:11 Removing intermediate container 4e426ebdab2f 02:42:11 ---> a44496a63af6 02:42:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:42:11 Removing intermediate container f45b7360018e 02:42:11 ---> a9d82cb82b9e 02:42:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:42:11 Removing intermediate container 066a5d128f12 02:42:11 ---> 83ff5be4de84 02:42:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:42:11 ---> Running in 9eadbf81e7da 02:42:11 ---> Running in 247cf20001cd 02:42:11 ---> Running in 0fc509e4f90e 02:42:11 Removing intermediate container 2d44f473253b 02:42:11 ---> 821b47de9c9f 02:42:11 02:42:11 Step 10/31 : FROM alpine:3.12 02:42:11 ---> afeebe901d6b 02:42:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:42:12 Removing intermediate container 9eadbf81e7da 02:42:12 ---> b5c9cf5f1f92 02:42:12 Step 13/24 : WORKDIR / 02:42:12 ---> Running in b405ceec7269 02:42:12 ---> Running in abe5a5c69e4a 02:42:12 Removing intermediate container 0fc509e4f90e 02:42:12 ---> 624a5689455d 02:42:12 Step 13/22 : ENV APP_PORT=48060Removing intermediate container 247cf20001cd 02:42:12 ---> 8346672a3e27 02:42:12 Step 13/21 : WORKDIR /edgex 02:42:12 02:42:12 ---> Running in 9b7bd697b6d6 02:42:12 ---> Running in c682519817e5 02:42:12 Removing intermediate container b405ceec7269 02:42:12 ---> 52ec35053244 02:42:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:42:13 Removing intermediate container abe5a5c69e4a 02:42:13 ---> 4dfb9dcab1ec 02:42:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:42:13 ---> Running in 6fac8f3b1558 02:42:13 Removing intermediate container c682519817e5 02:42:13 Removing intermediate container 9b7bd697b6d6 02:42:13 ---> 6bb674c00a15 02:42:13 Step 14/22 : EXPOSE $APP_PORT 02:42:13 ---> 5ac773b50bbe 02:42:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:42:13 ---> Running in 087d8b231e45 02:42:14 ---> 2cdc1a0f099b 02:42:14 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:42:14 ---> 911ef1140c38 02:42:14 Removing intermediate container 087d8b231e45 02:42:14 ---> d800b3f7d485 02:42:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:42:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:42:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:42:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:42:16 ---> 0e39309ff7fc 02:42:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:42:16 (1/2) Installing dumb-init (1.2.2-r1) 02:42:16 (2/2) Installing su-exec (0.2-r1) 02:42:16 Executing busybox-1.31.1-r19.trigger 02:42:16 OK: 5 MiB in 16 packages 02:42:16 ---> 3aa906cf23e6 02:42:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:42:16 ---> fd611ead61b2 02:42:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:42:17 ---> 6c80e446cabd 02:42:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:42:18 Removing intermediate container 6fac8f3b1558 02:42:18 ---> a7528c830ebe 02:42:18 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:42:18 ---> e4c4ceda61fc 02:42:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:42:18 ---> b75b4fc2ffcb 02:42:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:42:19 ---> Running in bba462d49578 02:42:19 ---> Running in 3559a5ca3244 02:42:19 ---> 4c7ed2d2739b 02:42:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:42:19 Removing intermediate container c80bd03bab58 02:42:19 ---> 41a81628d38d 02:42:19 02:42:19 Step 10/23 : FROM alpine:3.12 02:42:19 ---> afeebe901d6b 02:42:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:42:19 Removing intermediate container bba462d49578 02:42:19 ---> e7634aa048d5 02:42:19 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:42:20 ---> 17f8cfea896a 02:42:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:42:20 ---> Running in 4ee15290701a 02:42:20 Removing intermediate container 3559a5ca3244 02:42:20 ---> 6d3e92183f6b 02:42:20 Step 18/21 : CMD ["--init=true"] 02:42:20 ---> Running in 3daebb3340d9 02:42:20 ---> Running in 0c4ec6c3306a 02:42:20 ---> Running in 09c4324b531e 02:42:20 ---> 7009c6eef986 02:42:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:42:21 Removing intermediate container 3daebb3340d9 02:42:21 ---> 4a23fc1fcb8a 02:42:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:42:21 Removing intermediate container 0c4ec6c3306a 02:42:21 ---> b4c7710cbb2d 02:42:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:42:21 ---> Running in ba134b69bc2a 02:42:21 ---> Running in 3c73abb897c1 02:42:21 Removing intermediate container 09c4324b531e 02:42:21 ---> 9fef54a929d7 02:42:21 Step 19/21 : LABEL arch=arm64 02:42:21 ---> Running in d379f85223b4 02:42:22 ---> 8b087bd9c9d1 02:42:22 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/ 02:42:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:42:22 Removing intermediate container 3c73abb897c1 02:42:22 ---> b1f3f5bd0749 02:42:22 Step 20/22 : LABEL arch=arm64 02:42:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:42:22 ---> Running in 6c307385f117 02:42:22 ---> Running in 1745edad02fa 02:42:22 Removing intermediate container d379f85223b4 02:42:22 ---> e31eed033339 02:42:22 Step 20/21 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:42:22 ---> Running in 133e8bcd2579 02:42:22 (1/1) Installing dumb-init (1.2.2-r1) 02:42:22 Executing busybox-1.31.1-r19.trigger 02:42:22 OK: 5 MiB in 15 packages 02:42:23 Removing intermediate container 1745edad02fa 02:42:23 ---> 7824b0cb2499 02:42:23 Step 21/22 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:42:23 ---> Running in 1c04f2414cdf 02:42:23 Removing intermediate container 133e8bcd2579 02:42:23 ---> 50be28ea9f81 02:42:23 Step 21/21 : LABEL version=0.0.0 02:42:24 ---> Running in 4d32ca4207d2 02:42:24 Removing intermediate container 1c04f2414cdf 02:42:24 ---> 1c68e98b5d26 02:42:24 Step 22/22 : LABEL version=0.0.0 02:42:24 ---> Running in 99e158f318d6 02:42:24 Removing intermediate container 4d32ca4207d2 02:42:24 ---> 582c384f2f9b 02:42:24 02:42:24 Removing intermediate container 4ee15290701a 02:42:24 ---> 9fc2b2581051 02:42:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:42:25 Removing intermediate container ba134b69bc2a 02:42:25 ---> 9a9460668b07 02:42:25 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:42:25 ---> Running in ef8ba171344f 02:42:25 Successfully built 582c384f2f9b 02:42:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:42:25  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 02:42:25 ---> Running in ac260ecde3e2 02:42:25 Removing intermediate container 99e158f318d6 02:42:25 ---> 5d00a0fef4d2 02:42:25 02:42:25 Removing intermediate container 6c307385f117 02:42:25 ---> 8de3aa100500 02:42:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:42:26 Removing intermediate container ef8ba171344f 02:42:26 ---> a0c270d03ca5 02:42:26 Successfully built 5d00a0fef4d2 02:42:26 Step 13/23 : ENV APP_PORT=48081 02:42:26 Successfully tagged docker-support-notifications-go-arm64:latest 02:42:26  Building docker-support-notifications-go ... done  ---> Running in ce29901ac75a 02:42:26 Building docker-core-command-go 02:42:26 ---> Running in 5771fe22d93b 02:42:26 Removing intermediate container ac260ecde3e2 02:42:26 ---> e7b4ca4e0abc 02:42:26 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:42:26 Removing intermediate container ce29901ac75a 02:42:26 ---> 6a6f3314a1f2 02:42:26 Step 22/24 : LABEL arch=arm64 02:42:27 Removing intermediate container 5771fe22d93b 02:42:27 ---> 3ddcc762472f 02:42:27 Step 14/23 : EXPOSE $APP_PORT 02:42:27 ---> Running in 0804169d2c22 02:42:27 ---> b24d2536a2b1 02:42:27 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:42:27 ---> Running in 74d2b7d6e2b9 02:42:27 ---> Running in a5eb26725cf8 02:42:27 Removing intermediate container 0804169d2c22 02:42:27 ---> 848ac47b4d7f 02:42:27 Step 23/24 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:42:28 ---> Running in 027a718c0cbc 02:42:28 Removing intermediate container 74d2b7d6e2b9 02:42:28 ---> 6d25be4a85eb 02:42:28 Step 15/23 : WORKDIR / 02:42:28 ---> Running in 75f17d5abc25 02:42:29 Removing intermediate container 027a718c0cbc 02:42:29 ---> db2817ac95de 02:42:29 Step 24/24 : LABEL version=0.0.0 02:42:29 ---> Running in 5b1461133056 02:42:30 Removing intermediate container 75f17d5abc25 02:42:30 ---> 48ea85ba4901 02:42:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:42:31 Removing intermediate container 5b1461133056 02:42:31 ---> 1476f9d0076f 02:42:31 02:42:31 ---> 9edb1ce7980e 02:42:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:42:32 Successfully built 1476f9d0076f 02:42:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:42:32  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 02:42:32 Removing intermediate container a5eb26725cf8 02:42:32 ---> bb32e924dd94 02:42:32 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:42:33 ---> 2d30ccade3ea 02:42:33 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:42:33 ---> 31d23a4a2da4 02:42:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:42:35 ---> 01481a93809f 02:42:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:42:35 ---> dca7e2df4997 02:42:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:42:35 ---> Running in 9ed1270e1639 02:42:36 Removing intermediate container 9ed1270e1639 02:42:36 ---> 8d12e76ff966 02:42:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:42:37 ---> 52861610b122 02:42:37 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 02:42:37 ---> Running in e67338a220a4 02:42:37 Removing intermediate container e67338a220a4 02:42:37 ---> b2be98971a76 02:42:37 Step 21/23 : LABEL arch=arm64 02:42:38 ---> Running in c1176c0a2d6a 02:42:38 ---> c2ffdf0fd678 02:42:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:42:38 Removing intermediate container c1176c0a2d6a 02:42:38 ---> 5270ae68c0cf 02:42:38 Step 22/23 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:42:38 ---> Running in 94a4b78f6157 02:42:39 ---> 9f9d10566cdf 02:42:39 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:42:39 ---> Running in 885da593cf61 02:42:39 Removing intermediate container 94a4b78f6157 02:42:39 ---> 6f82b20131c4 02:42:39 Step 23/23 : LABEL version=0.0.0 02:42:40 ---> Running in ae6161435c92 02:42:40 Removing intermediate container 885da593cf61 02:42:40 ---> da8ce5c859af 02:42:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:42:40 Removing intermediate container ae6161435c92 02:42:40 ---> 477b6ba9e866 02:42:40 02:42:40 Successfully built 477b6ba9e866 02:42:40 Successfully tagged docker-core-metadata-go-arm64:latest 02:42:40 Building docker-support-scheduler-go 02:42:41  Building docker-core-metadata-go ... done  ---> 828ddd810fa7 02:42:41 Step 26/31 : RUN chmod +x /entrypoint.sh 02:42:41 ---> Running in 64cdf5f47c10 02:42:44 Removing intermediate container 64cdf5f47c10 02:42:44 ---> dc2b081ddeaf 02:42:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:42:44 ---> Running in 9874638eca60 02:42:45 Removing intermediate container 9874638eca60 02:42:45 ---> 365ef3606742 02:42:45 Step 28/31 : CMD ["gate"] 02:42:45 ---> Running in a07a203225bb 02:42:46 Removing intermediate container a07a203225bb 02:42:46 ---> c09c1f624e8f 02:42:46 Step 29/31 : LABEL arch=arm64 02:42:47 ---> Running in 799df61494c6 02:42:48 Removing intermediate container 799df61494c6 02:42:48 ---> 520728613f2e 02:42:48 Step 30/31 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:42:48 ---> Running in c45525788009 02:42:49 Removing intermediate container c45525788009 02:42:49 ---> c268df81b50d 02:42:49 Step 31/31 : LABEL version=0.0.0 02:42:49 ---> Running in a194ad13efc3 02:42:50 Removing intermediate container a194ad13efc3 02:42:50 ---> 296f4a52554e 02:42:50 02:42:50 Successfully built 296f4a52554e 02:42:50 Successfully tagged docker-security-bootstrapper-go-arm64:latest 02:43:17  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:43:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:43:17 ---> b614a924f538 02:43:17 Step 3/26 : WORKDIR /edgex-go 02:43:17 ---> Using cache 02:43:17 ---> 403726e5a10c 02:43:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:17 ---> Using cache 02:43:17 ---> 94f50e36057e 02:43:17 Step 5/26 : RUN apk add --update --no-cache make bash git 02:43:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:43:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:43:17 ---> b614a924f538 02:43:17 Step 3/23 : WORKDIR /edgex-go 02:43:17 ---> Using cache 02:43:17 ---> 403726e5a10c 02:43:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:17 ---> Using cache 02:43:17 ---> 94f50e36057e 02:43:17 Step 5/23 : RUN apk add --update --no-cache make git 02:43:17 ---> Using cache 02:43:17 ---> d3018bd89f2e 02:43:17 Step 6/23 : COPY go.mod . 02:43:17 ---> Using cache 02:43:17 ---> a8440b04abe7 02:43:17 Step 7/23 : RUN go mod download 02:43:17 ---> Using cache 02:43:17 ---> 98b13060185d 02:43:17 Step 8/23 : COPY . . 02:43:17 ---> Using cache 02:43:17 ---> 0d5a9c204e4f 02:43:17 Step 9/23 : RUN make cmd/core-command/core-command 02:43:20 ---> Running in fb02c4ba6f35 02:43:20 ---> Running in 5d02adfc87ad 02:43:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:43:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:43:20 ---> b614a924f538 02:43:20 Step 3/23 : WORKDIR /edgex-go 02:43:20 ---> Using cache 02:43:20 ---> 403726e5a10c 02:43:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:20 ---> Using cache 02:43:20 ---> 94f50e36057e 02:43:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:43:20 ---> Running in daa7758ae7fa 02:43:22 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 02:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:43:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:43:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:43:23 ---> b614a924f538 02:43:23 Step 3/22 : WORKDIR /edgex-go 02:43:23 ---> Using cache 02:43:23 ---> 403726e5a10c 02:43:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:23 ---> Using cache 02:43:23 ---> 94f50e36057e 02:43:23 Step 5/22 : RUN apk add --update --no-cache make git 02:43:23 ---> Using cache 02:43:23 ---> d3018bd89f2e 02:43:23 Step 6/22 : COPY go.mod . 02:43:23 ---> Using cache 02:43:23 ---> a8440b04abe7 02:43:23 Step 7/22 : RUN go mod download 02:43:23 ---> Using cache 02:43:23 ---> 98b13060185d 02:43:23 Step 8/22 : COPY . . 02:43:23 ---> Using cache 02:43:23 ---> 0d5a9c204e4f 02:43:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:43:23 ---> Running in 858d1077e7a1 02:43:24 OK: 217 MiB in 51 packages 02:43:24 OK: 217 MiB in 51 packages 02:43:25 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 02:43:26 Removing intermediate container fb02c4ba6f35 02:43:26 ---> 590f2eecc0c7 02:43:26 Step 6/26 : COPY go.mod . 02:43:26 Removing intermediate container daa7758ae7fa 02:43:26 ---> ce3fb3e3f206 02:43:26 Step 6/23 : COPY go.mod . 02:43:27 ---> 6fbedc8209b9 02:43:27 Step 7/26 : RUN go mod download 02:43:27 ---> Running in 599d37823542 02:43:27 ---> 1b817039ec47 02:43:27 Step 7/23 : RUN go mod download 02:43:28 ---> Running in 7573b6a6ee34 02:43:32 Removing intermediate container 599d37823542 02:43:32 ---> 85db220ddbfa 02:43:32 Step 8/26 : COPY . . 02:43:32 Removing intermediate container 7573b6a6ee34 02:43:32 ---> a9a8145c50fe 02:43:32 Step 8/23 : COPY . . 02:44:06 ---> ff0a2b5dc7d1 02:44:06 Step 9/23 : RUN make cmd/core-data/core-data 02:44:06 ---> 1ff93aadd917 02:44:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:44:06 ---> Running in c0837767473a 02:44:06 ---> Running in 789ff3ea038b 02:44:06 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 02:44:06 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 02:44:38 Removing intermediate container 5d02adfc87ad 02:44:38 ---> 4b37b2bf0649 02:44:38 02:44:38 Step 10/23 : FROM alpine:3.12 02:44:38 ---> afeebe901d6b 02:44:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:44:38 ---> Using cache 02:44:38 ---> 9fc2b2581051 02:44:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:44:38 ---> Using cache 02:44:38 ---> a0c270d03ca5 02:44:38 Step 13/23 : ENV APP_PORT=48082 02:44:38 ---> Running in 3a28ef6f0f8c 02:44:38 Removing intermediate container 3a28ef6f0f8c 02:44:38 ---> 3cffd6e4e340 02:44:38 Step 14/23 : EXPOSE $APP_PORT 02:44:38 ---> Running in 2fd0c5c86a76 02:44:39 Removing intermediate container 2fd0c5c86a76 02:44:39 ---> 79dae8e20aa7 02:44:39 Step 15/23 : WORKDIR / 02:44:39 ---> Running in 05495652762b 02:44:40 Removing intermediate container 05495652762b 02:44:40 ---> 03e1d7761d8a 02:44:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:44:42 ---> cd54d935e8c7 02:44:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:44:43 Removing intermediate container 858d1077e7a1 02:44:43 ---> 3f381b995c27 02:44:43 02:44:43 Step 10/22 : FROM alpine:3.12 02:44:43 ---> afeebe901d6b 02:44:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:44:43 ---> Using cache 02:44:43 ---> 9fc2b2581051 02:44:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:44:43 ---> Using cache 02:44:43 ---> a0c270d03ca5 02:44:43 Step 13/22 : ENV APP_PORT=48085 02:44:43 ---> Running in 376b308e62d3 02:44:44 Removing intermediate container 376b308e62d3 02:44:44 ---> efb9c2f74a64 02:44:44 Step 14/22 : EXPOSE $APP_PORT 02:44:44 ---> aeefc76f2c1c 02:44:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:44:44 ---> Running in 3201ba5619e9 02:44:45 Removing intermediate container 3201ba5619e9 02:44:45 ---> f11311670130 02:44:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:44:46 ---> 5508dea6f043 02:44:46 Step 19/23 : ENTRYPOINT ["/core-command"] 02:44:46 ---> Running in 48ab552c9f10 02:44:47 ---> dc82aee53950 02:44:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:44:47 Removing intermediate container 48ab552c9f10 02:44:47 ---> b7f2e5181006 02:44:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:44:47 ---> Running in 82e091d7de9e 02:44:48 Removing intermediate container 82e091d7de9e 02:44:48 ---> 9126ddae73f3 02:44:48 Step 21/23 : LABEL arch=arm64 02:44:48 ---> Running in d11e709f4605 02:44:49 ---> 8ad08b7c656c 02:44:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:44:49 Removing intermediate container d11e709f4605 02:44:49 ---> 1555f0ec0203 02:44:49 Step 22/23 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:44:49 ---> Running in 15a058d95ae7 02:44:50 Removing intermediate container 15a058d95ae7 02:44:50 ---> 6ffaacfead9e 02:44:50 Step 23/23 : LABEL version=0.0.0 02:44:50 ---> 6603671edbe4 02:44:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:44:50 ---> Running in c9a7a1422db7 02:44:50 ---> Running in 470e9769754a 02:44:51 Removing intermediate container c9a7a1422db7 02:44:51 ---> 53e759a1f2ce 02:44:51 02:44:51 Removing intermediate container 470e9769754a 02:44:51 ---> eb870582b400 02:44:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:44:51 ---> Running in 8e470caf95ad 02:44:52 Successfully built 53e759a1f2ce 02:44:52 Successfully tagged docker-core-command-go-arm64:latest 02:44:52  Building docker-core-command-go ... done Removing intermediate container 8e470caf95ad 02:44:52 ---> 78c475bf2c02 02:44:52 Step 20/22 : LABEL arch=arm64 02:44:52 ---> Running in ee69fb7528bc 02:44:53 Removing intermediate container ee69fb7528bc 02:44:53 ---> 1683a0f9d3ec 02:44:53 Step 21/22 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:44:53 ---> Running in 0db5b3480d17 02:44:54 Removing intermediate container 0db5b3480d17 02:44:54 ---> 455de433724f 02:44:54 Step 22/22 : LABEL version=0.0.0 02:44:54 ---> Running in abbf2283059c 02:44:55 Removing intermediate container abbf2283059c 02:44:55 ---> 003b2c0c3d6d 02:44:55 02:44:55 Successfully built 003b2c0c3d6d 02:44:55 Successfully tagged docker-support-scheduler-go-arm64:latest 02:45:10  Building docker-support-scheduler-go ... done Removing intermediate container 789ff3ea038b 02:45:10 ---> 683d499c5f4e 02:45:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:45:10 ---> Running in e2f1db37123c 02:45:11 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 02:45:14 Removing intermediate container e2f1db37123c 02:45:14 ---> 84dd6bbe8019 02:45:14 02:45:14 Step 11/26 : FROM docker:20.10.0 02:45:14 20.10.0: Pulling from library/docker 02:45:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:45:22 Status: Downloaded newer image for docker:20.10.0 02:45:22 ---> eeaf43b92773 02:45:22 Step 12/26 : RUN apk add --no-cache bash 02:45:23 ---> Running in 4a97120257f9 02:45:23 Removing intermediate container c0837767473a 02:45:23 ---> 8233bfd2df5d 02:45:23 02:45:23 Step 10/23 : FROM alpine:3.12 02:45:23 ---> afeebe901d6b 02:45:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:45:24 ---> Running in acd99e919491 02:45:24 Removing intermediate container acd99e919491 02:45:24 ---> 32502acd4b43 02:45:24 Step 12/23 : ENV APP_PORT=48080 02:45:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:24 ---> Running in 42b1c77f7883 02:45:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:24 Removing intermediate container 42b1c77f7883 02:45:24 ---> 5c8e0aa3ba7c 02:45:24 Step 13/23 : EXPOSE $APP_PORT 02:45:25 ---> Running in 5dfd91b241cd 02:45:25 (1/2) Installing readline (8.0.4-r0) 02:45:25 (2/2) Installing bash (5.0.17-r0) 02:45:25 Executing bash-5.0.17-r0.post-install 02:45:25 Executing busybox-1.31.1-r19.trigger 02:45:25 OK: 12 MiB in 22 packages 02:45:25 Removing intermediate container 5dfd91b241cd 02:45:25 ---> 93cb48309b30 02:45:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:25 ---> Running in 3d3939b41d48 02:45:26 Removing intermediate container 4a97120257f9 02:45:26 ---> 270f8238e47b 02:45:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:45:26 ---> Running in 64a3f8770be5 02:45:27 Removing intermediate container 64a3f8770be5 02:45:27 ---> 93366067fca6 02:45:27 Step 14/26 : ENV APP_PORT=48090 02:45:27 ---> Running in 972374c9b9a7 02:45:27 Removing intermediate container 972374c9b9a7 02:45:27 ---> f84cb7b33379 02:45:27 Step 15/26 : EXPOSE $APP_PORT 02:45:28 ---> Running in efbff874756d 02:45:28 Removing intermediate container 3d3939b41d48 02:45:28 ---> 7a9d072f5079 02:45:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:45:28 ---> Running in 8506bb8cef94 02:45:28 Removing intermediate container efbff874756d 02:45:28 ---> 7b717111b734 02:45:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:29 ---> f61f73a8fb6c 02:45:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:30 ---> 00d6d11ba67c 02:45:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:45:31 (1/6) Installing dumb-init (1.2.2-r1) 02:45:31 (2/6) Installing libgcc (9.3.0-r2) 02:45:31 (3/6) Installing libsodium (1.0.18-r0) 02:45:31 ---> ac695dab7835 02:45:31 Step 19/26 : RUN apk --no-cache add py3-pip 02:45:31 (4/6) Installing libstdc++ (9.3.0-r2) 02:45:31 ---> Running in 74741e3ca839 02:45:31 (5/6) Installing libzmq (4.3.3-r0) 02:45:31 (6/6) Installing zeromq (4.3.3-r0) 02:45:32 Executing busybox-1.31.1-r19.trigger 02:45:32 OK: 8 MiB in 20 packages 02:45:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:33 (1/33) Installing libbz2 (1.0.8-r1) 02:45:33 Removing intermediate container 8506bb8cef94 02:45:33 ---> 88488fd650bd 02:45:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:45:33 (2/33) Installing expat (2.2.9-r1) 02:45:33 (3/33) Installing libffi (3.3-r2) 02:45:33 (4/33) Installing gdbm (1.13-r1) 02:45:33 (5/33) Installing xz-libs (5.2.5-r0) 02:45:33 (6/33) Installing sqlite-libs (3.32.1-r0) 02:45:33 (7/33) Installing python3 (3.8.5-r0) 02:45:35 ---> 457cbea62f12 02:45:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:45:35 (8/33) Installing py3-appdirs (1.4.4-r1) 02:45:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:45:35 (10/33) Installing py3-parsing (2.4.7-r0) 02:45:35 (11/33) Installing py3-six (1.15.0-r0) 02:45:35 (12/33) Installing py3-packaging (20.4-r0) 02:45:35 (13/33) Installing py3-setuptools (47.0.0-r0) 02:45:35 (14/33) Installing py3-chardet (3.0.4-r4) 02:45:35 (15/33) Installing py3-idna (2.9-r0) 02:45:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:45:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:45:35 (18/33) Installing py3-requests (2.23.0-r0) 02:45:35 (19/33) Installing py3-msgpack (1.0.0-r0) 02:45:35 (20/33) Installing py3-lockfile (0.12.2-r3) 02:45:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:45:35 (22/33) Installing py3-colorama (0.4.3-r0) 02:45:35 (23/33) Installing py3-distlib (0.3.0-r0) 02:45:36 (24/33) Installing py3-distro (1.5.0-r1) 02:45:36 (25/33) Installing py3-webencodings (0.5.1-r3) 02:45:36 (26/33) Installing py3-html5lib (1.0.1-r4) 02:45:36 (27/33) Installing py3-pytoml (0.1.21-r0) 02:45:36 (28/33) Installing py3-pep517 (0.8.2-r0) 02:45:36 (29/33) Installing py3-progress (1.5-r0) 02:45:36 (30/33) Installing py3-toml (0.10.1-r0) 02:45:36 (31/33) Installing py3-retrying (1.3.3-r0) 02:45:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:45:36 (33/33) Installing py3-pip (20.1.1-r0) 02:45:36 Executing busybox-1.31.1-r19.trigger 02:45:36 OK: 71 MiB in 55 packages 02:45:36 ---> 5a2399497810 02:45:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:45:37 ---> 87524c35f44a 02:45:37 Step 19/23 : ENTRYPOINT ["/core-data"] 02:45:37 ---> Running in 0c352219134d 02:45:38 Removing intermediate container 0c352219134d 02:45:38 ---> 46799f788ab7 02:45:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:45:38 ---> Running in 8cf3acf3eda4 02:45:39 Removing intermediate container 8cf3acf3eda4 02:45:39 ---> 60284124c1b6 02:45:39 Step 21/23 : LABEL arch=arm64 02:45:39 ---> Running in b107704fa562 02:45:40 Removing intermediate container b107704fa562 02:45:40 ---> 28c01299cc40 02:45:40 Step 22/23 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:45:40 ---> Running in cbdc70be891b 02:45:40 Removing intermediate container cbdc70be891b 02:45:40 ---> eac0fe269b83 02:45:40 Step 23/23 : LABEL version=0.0.0 02:45:41 ---> Running in d9ca5cf14956 02:45:41 Removing intermediate container d9ca5cf14956 02:45:41 ---> 3d2bca54f719 02:45:41 02:45:42 Successfully built 3d2bca54f719 02:45:42 Successfully tagged docker-core-data-go-arm64:latest 02:45:42  Building docker-core-data-go ... done Removing intermediate container 74741e3ca839 02:45:42 ---> 3a60f0e7b3d8 02:45:42 Step 20/26 : RUN pip install docker-compose==1.23.2 02:45:42 ---> Running in 62c7d3500616 02:45:47 Collecting docker-compose==1.23.2 02:45:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:45:47 Collecting docopt<0.7,>=0.6.1 02:45:47 Downloading docopt-0.6.2.tar.gz (25 kB) 02:45:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:45:50 Collecting PyYAML<4,>=3.10 02:45:50 Downloading PyYAML-3.13.tar.gz (270 kB) 02:45:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:45:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:45:54 Collecting jsonschema<3,>=2.5.1 02:45:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:45:54 Collecting dockerpty<0.5,>=0.4.1 02:45:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:45:56 Collecting texttable<0.10,>=0.9.0 02:45:56 Downloading texttable-0.9.1.tar.gz (11 kB) 02:45:58 Collecting websocket-client<1.0,>=0.32.0 02:45:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:45:58 Collecting cached-property<2,>=1.2.0 02:45:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:45:59 Collecting docker<4.0,>=3.6.0 02:45:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:45:59 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 02:46:00 Collecting idna<2.8,>=2.5 02:46:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:46:00 Collecting urllib3<1.25,>=1.21.1 02:46:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:46:00 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 02:46:01 Collecting docker-pycreds>=0.4.0 02:46:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:46:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:46:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:46:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:46:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:46:01 Installing collected packages: docopt, PyYAML, idna, urllib3, requests, jsonschema, dockerpty, texttable, websocket-client, cached-property, docker-pycreds, docker, docker-compose 02:46:01 Running setup.py install for docopt: started 02:46:03 Running setup.py install for docopt: finished with status 'done' 02:46:03 Running setup.py install for PyYAML: started 02:46:05 Running setup.py install for PyYAML: finished with status 'done' 02:46:05 Attempting uninstall: idna 02:46:05 Found existing installation: idna 2.9 02:46:05 Uninstalling idna-2.9: 02:46:05 Successfully uninstalled idna-2.9 02:46:06 Attempting uninstall: urllib3 02:46:06 Found existing installation: urllib3 1.25.9 02:46:06 Uninstalling urllib3-1.25.9: 02:46:06 Successfully uninstalled urllib3-1.25.9 02:46:06 Attempting uninstall: requests 02:46:06 Found existing installation: requests 2.23.0 02:46:06 Uninstalling requests-2.23.0: 02:46:07 Successfully uninstalled requests-2.23.0 02:46:07 Running setup.py install for dockerpty: started 02:46:09 Running setup.py install for dockerpty: finished with status 'done' 02:46:09 Running setup.py install for texttable: started 02:46:11 Running setup.py install for texttable: finished with status 'done' 02:46:13 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 02:46:17 Removing intermediate container 62c7d3500616 02:46:17 ---> e96058c02df0 02:46:17 Step 21/26 : RUN apk --no-cache add curl 02:46:17 ---> Running in fca4b084ec91 02:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:46:18 (2/3) Installing libcurl (7.69.1-r3) 02:46:18 (3/3) Installing curl (7.69.1-r3) 02:46:18 Executing busybox-1.31.1-r19.trigger 02:46:18 OK: 71 MiB in 58 packages 02:46:20 Removing intermediate container fca4b084ec91 02:46:20 ---> 1d61ad0d5136 02:46:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:46:20 ---> Running in d2741c31b26f 02:46:20 Removing intermediate container d2741c31b26f 02:46:20 ---> c63507b99a30 02:46:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:20 ---> Running in 96df0406214b 02:46:20 Removing intermediate container 96df0406214b 02:46:20 ---> ba3306f4936b 02:46:20 Step 24/26 : LABEL arch=arm64 02:46:21 ---> Running in 3e7a9c870ed2 02:46:21 Removing intermediate container 3e7a9c870ed2 02:46:21 ---> b00b5d4f8a9d 02:46:21 Step 25/26 : LABEL git_sha=b6ceec457f2f5c7255a6b4afb595b220e2e4126d 02:46:21 ---> Running in 2bf4aaa2ec0e 02:46:22 Removing intermediate container 2bf4aaa2ec0e 02:46:22 ---> fe7931ecdddc 02:46:22 Step 26/26 : LABEL version=0.0.0 02:46:22 ---> Running in 40b0ab1c6b8e 02:46:23 Removing intermediate container 40b0ab1c6b8e 02:46:23 ---> 3afa06533f50 02:46:23 02:46:23 Successfully built 3afa06533f50 02:46:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:46:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:46:23 $ docker stop --time=1 292ed9a17268ed47c0cbedce55bd2c1ad54ca1b81df7cb1f9918fadfbb32e6ba 02:46:25 $ docker rm -f 292ed9a17268ed47c0cbedce55bd2c1ad54ca1b81df7cb1f9918fadfbb32e6ba [Pipeline] // withDockerContainer [Pipeline] sh 02:46:26 + grep docker 02:46:26 + docker images 02:46:26 docker-sys-mgmt-agent-go-arm64 latest 3afa06533f50 4 seconds ago 300MB 02:46:26 docker-core-data-go-arm64 latest 3d2bca54f719 45 seconds ago 21MB 02:46:26 docker-support-scheduler-go-arm64 latest 003b2c0c3d6d About a minute ago 16.1MB 02:46:26 docker-core-command-go-arm64 latest 53e759a1f2ce About a minute ago 16MB 02:46:26 docker-security-bootstrapper-go-arm64 latest 296f4a52554e 3 minutes ago 22.6MB 02:46:26 docker-core-metadata-go-arm64 latest 477b6ba9e866 3 minutes ago 17.7MB 02:46:26 docker-security-secretstore-setup-go-arm64 latest 1476f9d0076f 3 minutes ago 23.4MB 02:46:26 docker-support-notifications-go-arm64 latest 5d00a0fef4d2 4 minutes ago 16MB 02:46:26 docker-security-proxy-setup-go-arm64 latest 582c384f2f9b 4 minutes ago 23.2MB 02:46:26 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 02:46:28 provisioning config files... 02:46:28 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5577174589343986897tmp [Pipeline] { [Pipeline] sh 02:46:28 + set +x 02:46:28 + bash -s -- 02:46:28 + curl -s https://codecov.io/bash 02:46:29 02:46:29 _____ _ 02:46:29 / ____| | | 02:46:29 | | ___ __| | ___ ___ _____ __ 02:46:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:46:29 | |___| (_) | (_| | __/ (_| (_) \ V / 02:46:29 \_____\___/ \__,_|\___|\___\___/ \_/ 02:46:29 Bash-20210129-7c25fce 02:46:29 02:46:29 02:46:29 ==> git version 2.24.3 found 02:46:29 ==> 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 02:46:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:46:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:46:29 ==> Jenkins CI detected. 02:46:29 project root: . 02:46:29 --> token set from env 02:46:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:46:29 ==> Running gcov in . (disable via -X gcov) 02:46:29 ==> Python coveragepy not found 02:46:29 ==> Searching for coverage reports in: 02:46:29 + . 02:46:29 -> Found 1 reports 02:46:29 ==> Detecting git/mercurial file structure 02:46:29 ==> Reading reports 02:46:29 + ./coverage.out bytes=574984 02:46:29 ==> Appending adjustments 02:46:29 https://docs.codecov.io/docs/fixing-reports 02:46:32 + Found adjustments 02:46:32 ==> Gzipping contents 02:46:32 88K /tmp/codecov.5gpD3R.gz 02:46:32 ==> Uploading reports 02:46:32 url: https://codecov.io 02:46:32 query: branch=PR-3095&commit=b6ceec457f2f5c7255a6b4afb595b220e2e4126d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3095%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3095&job=&cmd_args= 02:46:32 -> Pinging Codecov 02:46:32 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3095&commit=b6ceec457f2f5c7255a6b4afb595b220e2e4126d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3095%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3095&job=&cmd_args= 02:46:32 -> Uploading to 02:46:32 https://storage.googleapis.com/codecov/v4/raw/2021-01-30/00271124DB129430A58F1EEE437C3FCB/b6ceec457f2f5c7255a6b4afb595b220e2e4126d/6574a711-3f44-48bf-bdce-ea03d44f15ac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210130T024632Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8a746694513af19dd450aa0c3b9b6bdaf7a942e71790f6b73c84b3605c4f43e2 02:46:32 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:32 Dload Upload Total Spent Left Speed 02:46:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86968 0 0 100 86968 0 142k --:--:-- --:--:-- --:--:-- 142k 02:46:33 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b6ceec457f2f5c7255a6b4afb595b220e2e4126d [Pipeline] } 02:46:33 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 02:46:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:46:36 ---> package-listing.sh 02:46:36 ++ facter osfamily 02:46:36 ++ tr '[:upper:]' '[:lower:]' 02:46:36 + OS_FAMILY=redhat 02:46:36 + workspace=/w/workspace/edgex-go/4 02:46:36 + START_PACKAGES=/tmp/packages_start.txt 02:46:36 + END_PACKAGES=/tmp/packages_end.txt 02:46:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:46:36 + PACKAGES=/tmp/packages_start.txt 02:46:36 + '[' /w/workspace/edgex-go/4 ']' 02:46:36 + PACKAGES=/tmp/packages_end.txt 02:46:36 + case "${OS_FAMILY}" in 02:46:36 + rpm -qa 02:46:36 + sort 02:46:41 + '[' -f /tmp/packages_start.txt ']' 02:46:41 + '[' -f /tmp/packages_end.txt ']' 02:46:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:46:41 + '[' /w/workspace/edgex-go/4 ']' 02:46:41 + mkdir -p /w/workspace/edgex-go/4/archives/ 02:46:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 02:46:41 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:46:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:46:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:46:42 02:46:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:46:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:46:42 alpine: Pulling from edgex-lftools-log-publisher 02:46:42 df20fa9351a1: Pulling fs layer 02:46:42 36b3adc4ff6f: Pulling fs layer 02:46:42 8ad3a11d3b57: Pulling fs layer 02:46:42 46f8f816bc3b: Pulling fs layer 02:46:42 93b61091891f: Pulling fs layer 02:46:42 93b9cdb0e59b: Pulling fs layer 02:46:42 5e14af77c1be: Pulling fs layer 02:46:42 01666e4c0597: Pulling fs layer 02:46:42 aa168da1d23b: Pulling fs layer 02:46:42 46f8f816bc3b: Waiting 02:46:42 93b61091891f: Waiting 02:46:42 93b9cdb0e59b: Waiting 02:46:42 5e14af77c1be: Waiting 02:46:42 01666e4c0597: Waiting 02:46:42 aa168da1d23b: Waiting 02:46:42 36b3adc4ff6f: Verifying Checksum 02:46:42 36b3adc4ff6f: Download complete 02:46:42 46f8f816bc3b: Download complete 02:46:42 df20fa9351a1: Verifying Checksum 02:46:42 df20fa9351a1: Download complete 02:46:42 93b9cdb0e59b: Verifying Checksum 02:46:42 93b9cdb0e59b: Download complete 02:46:42 93b61091891f: Download complete 02:46:42 01666e4c0597: Verifying Checksum 02:46:42 01666e4c0597: Download complete 02:46:42 5e14af77c1be: Verifying Checksum 02:46:42 5e14af77c1be: Download complete 02:46:43 8ad3a11d3b57: Verifying Checksum 02:46:43 8ad3a11d3b57: Download complete 02:46:43 df20fa9351a1: Pull complete 02:46:43 36b3adc4ff6f: Pull complete 02:46:44 aa168da1d23b: Verifying Checksum 02:46:44 aa168da1d23b: Download complete 02:46:44 8ad3a11d3b57: Pull complete 02:46:45 46f8f816bc3b: Pull complete 02:46:46 93b61091891f: Pull complete 02:46:46 93b9cdb0e59b: Pull complete 02:46:46 5e14af77c1be: Pull complete 02:46:46 01666e4c0597: Pull complete 02:46:56 aa168da1d23b: Pull complete 02:46:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:46:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:46:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:46:57 prd-centos7-docker-4c-2g-24074 does not seem to be running inside a container 02:46:57 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:47:00 $ docker top abc616de3c9d690560a05cececa06f4c1550678168c11721d7163a6e14803418 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:01 + touch /tmp/pre-build-complete [Pipeline] sh 02:47:01 + mkdir -p /var/log/sa [Pipeline] sh 02:47:02 + ls /var/log/sa-host 02:47:02 + sadf -c /var/log/sa-host/sa23 02:47:02 file_magic: OK 02:47:02 HZ: Using current value: 100 02:47:02 file_header: OK 02:47:02 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 02:47:02 Statistics: 02:47:02 Hnuu...uuuununununu... 02:47:02 File successfully converted to sysstat format version 12.2.1 02:47:02 + sadf -c /var/log/sa-host/sa30 02:47:02 file_magic: OK 02:47:02 HZ: Using current value: 100 02:47:02 file_header: OK 02:47:02 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 02:47:02 Statistics: 02:47:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:47:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:47:02 provisioning config files... 02:47:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1459964878468809536tmp [Pipeline] { [Pipeline] echo 02:47:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:47:02 ---> create-netrc.sh [Pipeline] } 02:47:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:47:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:47:03 ---> python-tools-install.sh [Pipeline] echo 02:47:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:47:03 ---> sudo-logs.sh 02:47:03 Archiving 'sudo' log.. [Pipeline] echo 02:47:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:47:03 ---> job-cost.sh 02:47:03 lf-activate-venv: SKIPPING 02:47:03 INFO: No Stack... 02:47:05 INFO: Retrieving Pricing Info for: v1-standard-2 02:47:05 INFO: Archiving Costs [Pipeline] echo 02:47:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:47:05 ---> logs-deploy.sh 02:47:05 lf-activate-venv: SKIPPING 02:47:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3095/4 02:47:05 INFO: archiving workspace using pattern(s): 02:47:07 Archives upload complete. 02:47:07 INFO: archiving logs to Nexus 02:47:08 ---> uname -a: 02:47:08 Linux prd-centos7-docker-4c-2g-24074.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:47:08 02:47:08 02:47:08 ---> lscpu: 02:47:08 Architecture: x86_64 02:47:08 CPU op-mode(s): 32-bit, 64-bit 02:47:08 Byte Order: Little Endian 02:47:08 Address sizes: 40 bits physical, 48 bits virtual 02:47:08 CPU(s): 4 02:47:08 On-line CPU(s) list: 0-3 02:47:08 Thread(s) per core: 1 02:47:08 Core(s) per socket: 1 02:47:08 Socket(s): 4 02:47:08 NUMA node(s): 1 02:47:08 Vendor ID: GenuineIntel 02:47:08 CPU family: 6 02:47:08 Model: 44 02:47:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:47:08 Stepping: 1 02:47:08 CPU MHz: 2933.438 02:47:08 BogoMIPS: 5866.87 02:47:08 Virtualization: VT-x 02:47:08 Hypervisor vendor: KVM 02:47:08 Virtualization type: full 02:47:08 L1d cache: 128 KiB 02:47:08 L1i cache: 128 KiB 02:47:08 L2 cache: 16 MiB 02:47:08 L3 cache: 64 MiB 02:47:08 NUMA node0 CPU(s): 0-3 02:47:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:47:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:47:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:47:08 Vulnerability Meltdown: Mitigation; PTI 02:47:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:47:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:47:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:47:08 Vulnerability Srbds: Not affected 02:47:08 Vulnerability Tsx async abort: Not affected 02:47:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:47:08 02:47:08 02:47:08 ---> nproc: 02:47:08 4 02:47:08 02:47:08 02:47:08 ---> df -h: 02:47:08 Filesystem Size Used Available Use% Mounted on 02:47:08 overlay 50.0G 12.1G 37.8G 24% / 02:47:08 tmpfs 64.0M 0 64.0M 0% /dev 02:47:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:47:08 shm 64.0M 0 64.0M 0% /dev/shm 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /facter-os 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /etc/resolv.conf 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /etc/hostname 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /etc/hosts 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /var/log/secure 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /var/log/auth.log 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /run/cloud-init/result.json 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /var/log/sa-host 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /w/workspace/edgex-go/4 02:47:08 /dev/vda1 50.0G 12.1G 37.8G 24% /w/workspace/edgex-go/4@tmp 02:47:08 02:47:08 02:47:08 ---> free -m: 02:47:08 total used free shared buff/cache available 02:47:08 Mem: 1837 695 147 0 993 1056 02:47:08 Swap: 1023 54 969 02:47:08 02:47:08 02:47:08 ---> ip addr: 02:47:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:47:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:47:08 inet 127.0.0.1/8 scope host lo 02:47:08 valid_lft forever preferred_lft forever 02:47:08 inet6 ::1/128 scope host 02:47:08 valid_lft forever preferred_lft forever 02:47:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:47:08 link/ether fa:16:3e:69:df:fe brd ff:ff:ff:ff:ff:ff 02:47:08 inet 10.30.123.249/23 brd 10.30.123.255 scope global dynamic eth0 02:47:08 valid_lft 85052sec preferred_lft 85052sec 02:47:08 inet6 fe80::f816:3eff:fe69:dffe/64 scope link 02:47:08 valid_lft forever preferred_lft forever 02:47:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:47:08 link/ether 02:42:c2:c3:83:9a brd ff:ff:ff:ff:ff:ff 02:47:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:47:08 valid_lft forever preferred_lft forever 02:47:08 inet6 fe80::42:c2ff:fec3:839a/64 scope link 02:47:08 valid_lft forever preferred_lft forever 02:47:08 02:47:08 02:47:08 ---> sar -b -r -n DEV: 02:47:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/30/21 _x86_64_ (4 CPU) 02:47:08 02:47:08 02:24:27 LINUX RESTART (4 CPU) 02:47:08 02:47:08 02:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:47:08 02:26:01 72.78 20.30 52.49 0.00 5311.77 13721.21 0.00 02:47:08 02:27:01 319.69 116.17 203.53 0.00 8089.82 56639.54 0.00 02:47:08 02:28:01 194.09 99.25 94.84 0.00 3461.03 10165.12 0.00 02:47:08 02:29:01 142.11 71.99 70.12 0.00 3359.92 9453.06 0.00 02:47:08 02:30:02 423.87 212.95 210.92 0.00 74072.88 145128.09 0.00 02:47:08 02:31:01 3050.01 2702.83 347.18 0.00 155404.41 164918.57 0.00 02:47:08 02:32:03 976.97 691.87 285.10 0.00 46858.94 70500.88 0.00 02:47:08 02:33:01 2427.67 2054.55 373.11 0.00 111229.34 122063.68 0.00 02:47:08 02:34:02 999.80 734.07 265.73 0.00 50845.09 71573.71 0.00 02:47:08 02:35:01 72.19 17.86 54.33 0.00 3121.06 3723.92 0.00 02:47:08 02:36:01 1.42 0.03 1.38 0.00 1.07 20.00 0.00 02:47:08 02:37:01 0.33 0.00 0.33 0.00 0.00 5.03 0.00 02:47:08 02:38:01 0.33 0.00 0.33 0.00 0.00 4.38 0.00 02:47:08 02:39:01 0.28 0.03 0.25 0.00 0.80 3.10 0.00 02:47:08 02:40:01 1.98 1.73 0.25 0.00 56.08 4.56 0.00 02:47:08 02:41:01 0.98 0.03 0.95 0.00 1.07 16.67 0.00 02:47:08 02:42:01 0.35 0.00 0.35 0.00 0.00 5.03 0.00 02:47:08 02:43:01 8.69 0.43 8.26 0.00 5.99 123.21 0.00 02:47:08 02:44:01 0.60 0.03 0.57 0.00 1.60 7.94 0.00 02:47:08 02:45:01 0.28 0.00 0.28 0.00 0.00 4.26 0.00 02:47:08 02:46:01 0.33 0.00 0.33 0.00 0.00 3.23 0.00 02:47:08 02:47:01 177.32 93.41 83.91 0.00 8153.59 19046.51 0.00 02:47:08 Average: 400.98 307.64 93.34 0.00 21289.20 31226.15 0.00 02:47:08 02:47:08 02:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:47:08 02:26:01 76352 0 825128 43.85 2620 977444 1534504 52.37 649828 952004 9280 02:47:08 02:27:01 349156 0 691920 36.77 1492 838976 1115184 38.06 427624 823496 28 02:47:08 02:28:01 244364 0 767680 40.80 632 868868 1738944 59.35 649160 706908 73496 02:47:08 02:29:01 190764 0 764304 40.62 616 925860 1429524 48.79 636984 765816 39320 02:47:08 02:30:02 74548 0 819760 43.57 0 987236 2271364 77.52 721620 876552 79524 02:47:08 02:31:01 78256 0 845144 44.92 0 958144 2779256 94.85 675888 877740 87444 02:47:08 02:32:03 75276 0 679376 36.11 0 1126892 1336432 45.61 678204 886672 30612 02:47:08 02:33:01 76300 0 692680 36.81 0 1112564 1573080 53.69 564648 1011848 27648 02:47:08 02:34:02 137016 0 695684 36.97 0 1048844 1570784 53.61 471000 1035696 8 02:47:08 02:35:01 165172 0 623688 33.15 0 1092684 1181808 40.33 459712 1014964 8 02:47:08 02:36:01 167760 0 621112 33.01 0 1092672 1163172 39.70 458580 1014040 8 02:47:08 02:37:01 169624 0 619220 32.91 0 1092700 1151864 39.31 457604 1013948 8 02:47:08 02:38:01 169976 0 618860 32.89 0 1092708 1151864 39.31 457628 1013944 8 02:47:08 02:39:01 169944 0 618884 32.89 0 1092716 1151864 39.31 457628 1013968 8 02:47:08 02:40:01 168240 0 619608 32.93 0 1093696 1151864 39.31 458484 1014224 8 02:47:08 02:41:01 168004 0 619840 32.94 0 1093700 1151924 39.31 458568 1014224 8 02:47:08 02:42:01 167292 0 620544 32.98 0 1093708 1152020 39.32 458756 1014224 20 02:47:08 02:43:01 170776 0 617028 32.79 0 1093740 1147156 39.15 464192 1005324 20 02:47:08 02:44:01 171340 0 616496 32.77 0 1093708 1147172 39.15 463804 1005320 20 02:47:08 02:45:01 171844 0 615948 32.74 0 1093752 1146992 39.14 462812 1005368 12 02:47:08 02:46:01 171756 0 616024 32.74 0 1093764 1147100 39.15 463420 1005368 8 02:47:08 02:47:01 182080 0 685684 36.44 0 1013780 1458740 49.78 478068 936328 40 02:47:08 Average: 159811 0 677028 35.98 244 1044462 1393301 47.55 521555 954908 15797 02:47:08 02:47:08 02:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:47:08 02:26:01 vethbb730cf 817.46 653.91 79.82 2713.79 0.00 0.00 0.00 0.00 02:47:08 02:26:01 eth0 1301.52 1303.15 6218.07 184.82 0.00 0.00 0.00 0.00 02:47:08 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:26:01 docker0 817.46 653.77 68.65 2713.78 0.00 0.00 0.00 0.00 02:47:08 02:27:01 eth0 467.07 404.31 3672.26 42.47 0.00 0.00 0.00 0.00 02:47:08 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:27:01 docker0 167.38 188.99 11.81 829.74 0.00 0.00 0.00 0.00 02:47:08 02:28:01 veth12a7e91 0.33 0.47 0.03 0.04 0.00 0.00 0.00 0.00 02:47:08 02:28:01 eth0 39.95 28.60 34.93 60.84 0.00 0.00 0.00 0.00 02:47:08 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:28:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 02:47:08 02:29:01 veth12a7e91 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 02:47:08 02:29:01 eth0 21.72 12.72 17.91 9.66 0.00 0.00 0.00 0.00 02:47:08 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:29:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 02:47:08 02:30:02 veth973284c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:47:08 02:30:02 eth0 226.72 193.84 1680.11 77.48 0.00 0.00 0.00 0.00 02:47:08 02:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:31:01 veth973284c 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 02:47:08 02:31:01 veth62dd6cb 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 02:47:08 02:31:01 eth0 54.54 34.57 169.85 55.71 0.00 0.00 0.00 0.00 02:47:08 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:32:03 veth973284c 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 02:47:08 02:32:03 eth0 62.46 32.00 201.12 15.97 0.00 0.00 0.00 0.00 02:47:08 02:32:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:32:03 docker0 971.65 855.10 78.73 3683.37 0.00 0.00 0.00 0.00 02:47:08 02:33:01 veth973284c 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:47:08 02:33:01 eth0 78.42 51.14 139.88 79.32 0.00 0.00 0.00 0.00 02:47:08 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:33:01 docker0 14.88 19.17 0.93 99.56 0.00 0.00 0.00 0.00 02:47:08 02:34:02 veth973284c 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:34:02 eth0 207.45 148.22 1637.78 71.48 0.00 0.00 0.00 0.00 02:47:08 02:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:34:02 docker0 24.19 50.65 1.35 388.03 0.00 0.00 0.00 0.00 02:47:08 02:35:01 eth0 58.02 44.72 75.46 60.07 0.00 0.00 0.00 0.00 02:47:08 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:35:01 docker0 8.24 12.17 0.71 57.53 0.00 0.00 0.00 0.00 02:47:08 02:36:01 eth0 0.88 0.45 0.43 0.27 0.00 0.00 0.00 0.00 02:47:08 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:37:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:47:08 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:38:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 02:47:08 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:39:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:47:08 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:41:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 02:47:08 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:42:01 eth0 1.02 0.38 0.32 0.17 0.00 0.00 0.00 0.00 02:47:08 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:43:01 eth0 127.33 87.12 100.16 103.55 0.00 0.00 0.00 0.00 02:47:08 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:44:01 eth0 2.00 0.90 0.87 0.60 0.00 0.00 0.00 0.00 02:47:08 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:45:01 eth0 0.70 0.05 0.06 0.03 0.00 0.00 0.00 0.00 02:47:08 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:46:01 eth0 2.06 0.42 0.52 0.26 0.00 0.00 0.00 0.00 02:47:08 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:47:01 eth0 214.12 173.70 2182.94 54.45 0.00 0.00 0.00 0.00 02:47:08 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 Average: eth0 129.63 113.69 731.07 36.98 0.00 0.00 0.00 0.00 02:47:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:08 Average: docker0 47.49 43.62 3.81 196.64 0.00 0.00 0.00 0.00 02:47:08 02:47:08 02:47:08 ---> sar -P ALL: 02:47:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/30/21 _x86_64_ (4 CPU) 02:47:08 02:47:08 02:24:27 LINUX RESTART (4 CPU) 02:47:08 02:47:08 02:25:01 CPU %user %nice %system %iowait %steal %idle 02:47:08 02:26:01 all 15.94 0.00 5.51 1.55 0.08 76.92 02:47:08 02:26:01 0 16.64 0.00 7.77 1.99 0.05 73.54 02:47:08 02:26:01 1 16.71 0.00 5.20 1.59 0.09 76.41 02:47:08 02:26:01 2 15.49 0.00 4.79 2.27 0.10 77.34 02:47:08 02:26:01 3 14.93 0.00 4.30 0.35 0.07 80.35 02:47:08 02:27:01 all 12.30 0.00 9.58 4.85 0.10 73.17 02:47:08 02:27:01 0 12.87 0.00 10.00 4.52 0.10 72.51 02:47:08 02:27:01 1 11.51 0.00 9.63 6.94 0.12 71.81 02:47:08 02:27:01 2 11.71 0.00 9.17 4.60 0.10 74.42 02:47:08 02:27:01 3 13.11 0.00 9.54 3.32 0.07 73.96 02:47:08 02:28:01 all 49.94 0.00 12.37 5.14 0.09 32.46 02:47:08 02:28:01 0 49.58 0.00 12.27 4.83 0.07 33.24 02:47:08 02:28:01 1 50.56 0.00 12.46 5.71 0.09 31.19 02:47:08 02:28:01 2 50.19 0.00 11.90 5.00 0.09 32.83 02:47:08 02:28:01 3 49.43 0.00 12.86 5.01 0.12 32.59 02:47:08 02:29:01 all 44.44 0.00 13.03 3.16 0.15 39.22 02:47:08 02:29:01 0 44.61 0.00 13.35 0.82 0.12 41.10 02:47:08 02:29:01 1 45.19 0.00 13.29 7.14 0.16 34.23 02:47:08 02:29:01 2 44.74 0.00 13.15 2.02 0.16 39.93 02:47:08 02:29:01 3 43.20 0.00 12.35 2.64 0.17 41.63 02:47:08 02:30:02 all 22.86 0.00 19.75 5.90 0.18 51.30 02:47:08 02:30:02 0 21.26 0.00 19.53 7.57 0.21 51.43 02:47:08 02:30:02 1 24.14 0.00 19.59 5.53 0.19 50.55 02:47:08 02:30:02 2 23.10 0.00 19.11 6.27 0.19 51.33 02:47:08 02:30:02 3 22.95 0.00 20.78 4.21 0.15 51.91 02:47:08 02:31:01 all 18.08 0.00 23.92 32.67 0.24 25.10 02:47:08 02:31:01 0 17.96 0.00 23.19 34.27 0.29 24.30 02:47:08 02:31:01 1 17.89 0.00 24.32 30.44 0.23 27.12 02:47:08 02:31:01 2 18.00 0.00 23.55 32.98 0.23 25.24 02:47:08 02:31:01 3 18.48 0.00 24.61 32.98 0.20 23.72 02:47:08 02:32:03 all 50.17 0.00 16.95 18.42 0.08 14.37 02:47:08 02:32:03 0 50.42 0.00 16.37 20.44 0.08 12.69 02:47:08 02:32:03 1 50.38 0.00 16.33 20.56 0.08 12.64 02:47:08 02:32:03 2 50.32 0.00 18.31 16.75 0.08 14.53 02:47:08 02:32:03 3 49.56 0.00 16.80 15.91 0.09 17.65 02:47:08 02:33:01 all 32.20 0.00 22.56 23.60 0.17 21.47 02:47:08 02:33:01 0 31.17 0.00 22.50 21.89 0.14 24.30 02:47:08 02:33:01 1 30.88 0.00 23.65 25.79 0.16 19.51 02:47:08 02:33:01 2 33.15 0.00 22.20 23.57 0.18 20.90 02:47:08 02:33:01 3 33.62 0.00 21.88 23.14 0.18 21.18 02:47:08 02:34:02 all 29.15 0.00 16.47 14.86 0.15 39.37 02:47:08 02:34:02 0 28.65 0.00 16.08 14.24 0.10 40.92 02:47:08 02:34:02 1 29.41 0.00 16.36 15.53 0.17 38.54 02:47:08 02:34:02 2 30.59 0.00 17.02 14.65 0.19 37.55 02:47:08 02:34:02 3 27.92 0.00 16.40 15.05 0.12 40.51 02:47:08 02:35:01 all 4.62 0.00 2.54 1.94 0.03 90.87 02:47:08 02:35:01 0 6.69 0.00 3.28 2.99 0.03 87.00 02:47:08 02:35:01 1 2.34 0.00 1.94 1.65 0.02 94.05 02:47:08 02:35:01 2 6.59 0.00 3.02 1.52 0.02 88.86 02:47:08 02:35:01 3 2.87 0.00 1.93 1.59 0.03 93.58 02:47:08 02:36:01 all 0.13 0.00 0.04 0.00 0.00 99.83 02:47:08 02:36:01 0 0.45 0.00 0.07 0.00 0.00 99.48 02:47:08 02:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:47:08 02:36:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:47:08 02:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:47:08 02:47:08 02:36:01 CPU %user %nice %system %iowait %steal %idle 02:47:08 02:37:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:47:08 02:37:01 0 0.52 0.00 0.03 0.00 0.00 99.45 02:47:08 02:37:01 1 0.08 0.00 0.05 0.00 0.02 99.85 02:47:08 02:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:47:08 02:37:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:47:08 02:38:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:47:08 02:38:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:47:08 02:38:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:47:08 02:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:47:08 02:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:47:08 02:39:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:47:08 02:39:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:47:08 02:39:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:47:08 02:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:47:08 02:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 02:47:08 02:40:01 all 0.16 0.00 0.07 0.02 0.00 99.75 02:47:08 02:40:01 0 0.02 0.00 0.05 0.00 0.00 99.93 02:47:08 02:40:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:47:08 02:40:01 2 0.05 0.00 0.12 0.10 0.00 99.73 02:47:08 02:40:01 3 0.52 0.00 0.03 0.00 0.00 99.45 02:47:08 02:41:01 all 0.16 0.00 0.03 0.00 0.01 99.80 02:47:08 02:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:47:08 02:41:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:47:08 02:41:01 2 0.05 0.00 0.05 0.00 0.02 99.88 02:47:08 02:41:01 3 0.52 0.00 0.00 0.00 0.00 99.48 02:47:08 02:42:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:47:08 02:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:47:08 02:42:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:47:08 02:42:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:47:08 02:42:01 3 0.55 0.00 0.02 0.00 0.00 99.43 02:47:08 02:43:01 all 1.12 0.00 0.58 0.06 0.01 98.22 02:47:08 02:43:01 0 1.17 0.00 0.62 0.02 0.02 98.18 02:47:08 02:43:01 1 1.20 0.00 0.68 0.08 0.00 98.03 02:47:08 02:43:01 2 1.29 0.00 0.55 0.07 0.02 98.08 02:47:08 02:43:01 3 0.82 0.00 0.48 0.07 0.02 98.61 02:47:08 02:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:47:08 02:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:47:08 02:44:01 1 0.53 0.00 0.03 0.00 0.00 99.43 02:47:08 02:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:47:08 02:44:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:47:08 02:45:01 all 0.16 0.00 0.03 0.00 0.00 99.80 02:47:08 02:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:47:08 02:45:01 1 0.53 0.00 0.02 0.00 0.00 99.45 02:47:08 02:45:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:47:08 02:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:47:08 02:46:01 all 0.16 0.00 0.03 0.00 0.01 99.80 02:47:08 02:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:47:08 02:46:01 1 0.52 0.00 0.03 0.00 0.02 99.43 02:47:08 02:46:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:47:08 02:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:47:08 02:47:01 all 6.90 0.00 5.26 3.93 0.05 83.86 02:47:08 02:47:01 0 6.17 0.00 4.47 2.35 0.05 86.96 02:47:08 02:47:01 1 8.00 0.00 5.69 6.43 0.03 79.84 02:47:08 02:47:01 2 6.18 0.00 5.56 2.16 0.05 86.05 02:47:08 02:47:01 3 7.24 0.00 5.32 4.78 0.05 82.60 02:47:08 02:47:08 Average: CPU %user %nice %system %iowait %steal %idle 02:47:08 Average: all 12.87 0.00 6.59 5.11 0.06 75.37 02:47:08 Average: 0 12.87 0.00 6.64 5.11 0.06 75.31 02:47:08 Average: 1 12.93 0.00 6.63 5.63 0.06 74.76 02:47:08 Average: 2 12.97 0.00 6.59 4.92 0.06 75.45 02:47:08 Average: 3 12.71 0.00 6.50 4.76 0.06 75.97 02:47:08 02:47:08 02:47:08