Pull request #3086 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d03d4e902f8b5c61b289df1410a8b58561ac4a79+668f0a3a269f3b051418dc2678a30c23b2beea7f (0af5c89fb27a107b03e25e4471d814364299665a) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3086/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3086/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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-23364 in /w/workspace/edgexfoundry_edgex-go_PR-3086 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit d03d4e902f8b5c61b289df1410a8b58561ac4a79 Merge succeeded, producing d03d4e902f8b5c61b289df1410a8b58561ac4a79 Checking out Revision d03d4e902f8b5c61b289df1410a8b58561ac4a79 (PR-3086) > 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/3086/head:refs/remotes/origin/PR-3086 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:20:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:20:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:20:29 ========================================================= 06:20:29 EdgeX Global Pipelines Version Info 06:20:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:20:31 ------------------- 06:20:31 stable info: 06:20:31 ------------------- 06:20:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:20:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:20:31 Message: update stable to v1.0.179 06:20:31 ------------------- 06:20:31 experimental info: 06:20:31 ------------------- 06:20:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:20:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:20:31 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:20:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:20:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:20:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:20:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:20:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:20:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:20:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:20:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:20:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:20:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:20:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3086 [Pipeline] echo 06:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3086 [Pipeline] echo 06:20:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3086 [Pipeline] echo 06:20:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d03d4e902f8b5c61b289df1410a8b58561ac4a79 [Pipeline] echo 06:20:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d03d4e9 [Pipeline] echo 06:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:20:36 provisioning config files... 06:20:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config903833049665676324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:20:36 ---> docker-login.sh 06:20:36 nexus3.edgexfoundry.org:10001 06:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:37 Configure a credential helper to remove this warning. See 06:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:37 06:20:37 Login Succeeded 06:20:37 nexus3.edgexfoundry.org:10002 06:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:37 Configure a credential helper to remove this warning. See 06:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:37 06:20:37 Login Succeeded 06:20:37 nexus3.edgexfoundry.org:10003 06:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:37 Configure a credential helper to remove this warning. See 06:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:37 06:20:37 Login Succeeded 06:20:37 nexus3.edgexfoundry.org:10004 06:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:37 Configure a credential helper to remove this warning. See 06:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:37 06:20:37 Login Succeeded 06:20:37 docker.io 06:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:38 Configure a credential helper to remove this warning. See 06:20:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:38 06:20:38 Login Succeeded 06:20:38 ---> docker-login.sh ends [Pipeline] } 06:20:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:20:38 ++ 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 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/core-command/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo core-command,cmd/core-command/Dockerfile 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/core-data/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo core-data,cmd/core-data/Dockerfile 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/core-metadata/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo core-metadata,cmd/core-metadata/Dockerfile 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/security-bootstrapper/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/security-proxy-setup/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/support-notifications/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo support-notifications,cmd/support-notifications/Dockerfile 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/support-scheduler/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:20:38 + for file in '`ls cmd/**/Dockerfile`' 06:20:38 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:20:38 ++ cut -d/ -f2 06:20:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:20:38 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 06:20:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:20:39 06:20:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:20:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:20:40 latest: Pulling from edgex-devops/git-semver 06:20:40 31603596830f: Pulling fs layer 06:20:40 2a8b12db71e7: Pulling fs layer 06:20:40 6ca5941a6612: Pulling fs layer 06:20:40 ecc8261a40a4: Pulling fs layer 06:20:40 ecc8261a40a4: Waiting 06:20:40 2a8b12db71e7: Verifying Checksum 06:20:40 2a8b12db71e7: Download complete 06:20:40 31603596830f: Verifying Checksum 06:20:40 31603596830f: Download complete 06:20:40 6ca5941a6612: Verifying Checksum 06:20:40 6ca5941a6612: Download complete 06:20:40 ecc8261a40a4: Download complete 06:20:40 31603596830f: Pull complete 06:20:40 2a8b12db71e7: Pull complete 06:20:41 6ca5941a6612: Pull complete 06:20:41 ecc8261a40a4: Pull complete 06:20:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:20:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:20:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:20:42 prd-centos7-docker-4c-2g-23364 does not seem to be running inside a container 06:20:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:20:44 $ docker top 8213572c945492ac2b8c36ceddbd7308ddf490d997db10c6b7e0ef5da14cb54b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:20:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:20:45 [ssh-agent] Looking for ssh-agent implementation... 06:20:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:20:45 $ docker exec 8213572c945492ac2b8c36ceddbd7308ddf490d997db10c6b7e0ef5da14cb54b ssh-agent 06:20:45 SSH_AUTH_SOCK=/tmp/ssh-Qxg2PXJoWnvw/agent.11 06:20:45 SSH_AGENT_PID=17 06:20:45 Running ssh-add (command line suppressed) 06:20:45 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7756673221276104437.key (/w/workspace/edgex-go/1@tmp/private_key_7756673221276104437.key) 06:20:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:20:46 + git tag --points-at HEAD [Pipeline] } 06:20:46 $ docker exec --env ******** --env ******** 8213572c945492ac2b8c36ceddbd7308ddf490d997db10c6b7e0ef5da14cb54b ssh-agent -k 06:20:46 unset SSH_AUTH_SOCK; 06:20:46 unset SSH_AGENT_PID; 06:20:46 echo Agent pid 17 killed; 06:20:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:20:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:20:46 [ssh-agent] Looking for ssh-agent implementation... 06:20:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:20:47 $ docker exec 8213572c945492ac2b8c36ceddbd7308ddf490d997db10c6b7e0ef5da14cb54b ssh-agent 06:20:47 SSH_AUTH_SOCK=/tmp/ssh-2ggt03yLbSps/agent.46 06:20:47 SSH_AGENT_PID=51 06:20:47 Running ssh-add (command line suppressed) 06:20:47 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7411485535105720348.key (/w/workspace/edgex-go/1@tmp/private_key_7411485535105720348.key) 06:20:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:20:47 + git semver init 06:20:47 # -> Open(): unable to determine branch for HEAD 06:20:47 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:20:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:20:47 # $SEMVER_REMOTE_NAME = origin 06:20:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:20:47 # $SEMVER_USER_NAME = edgex-jenkins 06:20:47 # $SEMVER_BRANCH = PR-3086 06:20:47 # $SEMVER_TEMP = /tmp/semver-501911765 06:20:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:21:09 # '/tmp/semver-501911765' -> '/w/workspace/edgex-go/1/.semver' 06:21:09 # -> Force: false 06:21:09 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:21:09 $ docker exec --env ******** --env ******** 8213572c945492ac2b8c36ceddbd7308ddf490d997db10c6b7e0ef5da14cb54b ssh-agent -k 06:21:10 unset SSH_AUTH_SOCK; 06:21:10 unset SSH_AGENT_PID; 06:21:10 echo Agent pid 51 killed; 06:21:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:21:10 + git semver [Pipeline] } 06:21:10 $ docker stop --time=1 8213572c945492ac2b8c36ceddbd7308ddf490d997db10c6b7e0ef5da14cb54b 06:21:12 $ docker rm -f 8213572c945492ac2b8c36ceddbd7308ddf490d997db10c6b7e0ef5da14cb54b [Pipeline] // withDockerContainer [Pipeline] sh 06:21:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:21:13 Stashed 1 file(s) [Pipeline] echo 06:21:13 [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 06:21:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:21:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:21:15 + sudo service docker restart 06:21:15 + true 06:21:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:21:16 ========================================================= 06:21:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:21:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:21:16 + 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 . 06:21:21 Sending build context to Docker daemon 327.1MB 06:21:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:21:21 Step 2/6 : FROM ${BASE} 06:21:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:21:21 188c0c94c7c5: Pulling fs layer 06:21:21 0ef7d3d256c8: Pulling fs layer 06:21:21 de9db76c5a1d: Pulling fs layer 06:21:21 bca2f99d35d6: Pulling fs layer 06:21:21 93359f2a8cfa: Pulling fs layer 06:21:21 7c6f9722023f: Pulling fs layer 06:21:21 a35cf1a2eb13: Pulling fs layer 06:21:21 bca2f99d35d6: Waiting 06:21:21 93359f2a8cfa: Waiting 06:21:21 7c6f9722023f: Waiting 06:21:21 a35cf1a2eb13: Waiting 06:21:21 de9db76c5a1d: Verifying Checksum 06:21:21 de9db76c5a1d: Download complete 06:21:21 0ef7d3d256c8: Verifying Checksum 06:21:21 0ef7d3d256c8: Download complete 06:21:21 93359f2a8cfa: Verifying Checksum 06:21:21 93359f2a8cfa: Download complete 06:21:21 7c6f9722023f: Download complete 06:21:21 188c0c94c7c5: Verifying Checksum 06:21:21 188c0c94c7c5: Download complete 06:21:21 188c0c94c7c5: Pull complete 06:21:22 0ef7d3d256c8: Pull complete 06:21:22 de9db76c5a1d: Pull complete 06:21:23 a35cf1a2eb13: Verifying Checksum 06:21:23 a35cf1a2eb13: Download complete 06:21:25 bca2f99d35d6: Verifying Checksum 06:21:25 bca2f99d35d6: Download complete 06:21:29 Still waiting to schedule task 06:21:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:21:30 bca2f99d35d6: Pull complete 06:21:30 93359f2a8cfa: Pull complete 06:21:30 7c6f9722023f: Pull complete 06:21:36 a35cf1a2eb13: Pull complete 06:21:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:21:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:21:36 ---> a62c8e92a672 06:21:36 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 06:21:36 ---> Running in 163970e5a93b 06:21:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:21:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:21:39 (1/12) Installing libmagic (5.38-r0) 06:21:39 (2/12) Installing file (5.38-r0) 06:21:39 (3/12) Installing libc-dev (0.7.2-r3) 06:21:39 (4/12) Installing g++ (9.3.0-r2) 06:21:52 (5/12) Installing fortify-headers (1.1-r0) 06:21:52 (6/12) Installing patch (2.7.6-r6) 06:21:52 (7/12) Installing build-base (0.5-r2) 06:21:52 (8/12) Installing libsodium (1.0.18-r0) 06:21:52 (9/12) Installing pkgconf (1.7.2-r0) 06:21:52 (10/12) Installing libsodium-dev (1.0.18-r0) 06:21:52 (11/12) Installing libzmq (4.3.3-r0) 06:21:52 (12/12) Installing zeromq-dev (4.3.3-r0) 06:21:52 Executing busybox-1.31.1-r19.trigger 06:21:52 OK: 233 MiB in 51 packages 06:21:56 Removing intermediate container 163970e5a93b 06:21:56 ---> c1e89f82280c 06:21:56 Step 4/6 : WORKDIR /edgex-go 06:21:56 ---> Running in 9805f71e263c 06:21:56 Removing intermediate container 9805f71e263c 06:21:56 ---> 2c0a51472bcc 06:21:56 Step 5/6 : COPY go.mod . 06:21:56 ---> 8db56a684818 06:21:56 Step 6/6 : RUN go mod download 06:21:56 ---> Running in 4e4e940ca1b7 06:22:18 Removing intermediate container 4e4e940ca1b7 06:22:18 ---> dcbf6010f765 06:22:18 Successfully built dcbf6010f765 06:22:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:22:18 + docker inspect -f . ci-base-image-x86_64 06:22:18 . [Pipeline] withDockerContainer 06:22:19 prd-centos7-docker-4c-2g-23364 does not seem to be running inside a container 06:22:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:22:19 $ docker top bd2420717e9dcbcc37a5a99ec1a09946033f0843f1dfda7e4aa47f1075e0d969 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:20 + go version 06:22:20 go version go1.15.5 linux/amd64 [Pipeline] } 06:22:20 $ docker stop --time=1 bd2420717e9dcbcc37a5a99ec1a09946033f0843f1dfda7e4aa47f1075e0d969 06:22:22 $ docker rm -f bd2420717e9dcbcc37a5a99ec1a09946033f0843f1dfda7e4aa47f1075e0d969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:22:23 + docker inspect -f . ci-base-image-x86_64 06:22:23 . [Pipeline] withDockerContainer 06:22:23 prd-centos7-docker-4c-2g-23364 does not seem to be running inside a container 06:22:23 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:22:24 $ docker top 54879e4ef529c36633ecb465496d6f2e0f95ad4f957396485f83221bb4613d08 -eo pid,comm [Pipeline] { [Pipeline] echo 06:22:24 ========================================================= 06:22:24 [edgeXBuildGoParallel] Running Tests and Build... 06:22:24 ========================================================= [Pipeline] sh 06:22:24 + make test 06:22:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:22:34 ? github.com/edgexfoundry/edgex-go [no test files] 06:22:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:22:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:22:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:22:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:22:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:22:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:22:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:23:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:23:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:23:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:23:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 06:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.141s coverage: 27.1% of statements 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:23:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.125s coverage: 82.3% of statements 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:23:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:23:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:23:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:23:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:23:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:23:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:23:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:23:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.437s coverage: 92.8% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.111s coverage: 0.1% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 43.8% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.038s coverage: 96.3% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 68.9% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 37.0% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.276s coverage: 84.0% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.071s coverage: 100.0% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.671s coverage: 29.1% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:23:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 06:23:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 06:23:27 GO111MODULE=on go vet ./... 06:23:54 gofmt -l . 06:23:54 [ "`gofmt -l .`" = "" ] 06:23:54 ./bin/test-go-mod-tidy.sh 06:23:54 ./bin/test-attribution-txt.sh [Pipeline] sh 06:23:54 + ls -al . 06:23:54 total 668 06:23:54 drwxrwxr-x 10 1001 1001 4096 Jan 27 06:23 . 06:23:54 drwxr-xr-x 4 root root 28 Jan 27 06:22 .. 06:23:54 -rw-rw-r-- 1 1001 1001 11 Jan 27 06:20 .dockerignore 06:23:54 drwxrwxr-x 8 1001 1001 179 Jan 27 06:20 .git 06:23:54 drwxrwxr-x 3 1001 1001 125 Jan 27 06:20 .github 06:23:54 -rw-rw-r-- 1 1001 1001 872 Jan 27 06:20 .gitignore 06:23:54 drwx------ 3 1001 1001 60 Jan 27 06:21 .semver 06:23:54 -rw-rw-r-- 1 1001 1001 166 Jan 27 06:20 .sonarcloud.properties 06:23:54 -rw-rw-r-- 1 1001 1001 7859 Jan 27 06:20 Attribution.txt 06:23:54 -rw-rw-r-- 1 1001 1001 3804 Jan 27 06:20 CONTRIBUTING.md 06:23:54 -rw-rw-r-- 1 1001 1001 931 Jan 27 06:20 Dockerfile.build 06:23:54 -rw-rw-r-- 1 1001 1001 863 Jan 27 06:20 Jenkinsfile 06:23:54 -rw-rw-r-- 1 1001 1001 10775 Jan 27 06:20 LICENSE 06:23:54 -rw-rw-r-- 1 1001 1001 6001 Jan 27 06:20 Makefile 06:23:54 -rw-rw-r-- 1 1001 1001 6524 Jan 27 06:20 README.md 06:23:54 -rw-rw-r-- 1 1001 1001 6755 Jan 27 06:20 SECURITY.md 06:23:54 -rw-rw-r-- 1 1001 1001 5 Jan 27 06:21 VERSION 06:23:54 -rw-rw-r-- 1 1001 1001 4131 Jan 27 06:20 ZMQWindows.md 06:23:54 drwxrwxr-x 2 1001 1001 117 Jan 27 06:20 bin 06:23:54 drwxrwxr-x 15 1001 1001 4096 Jan 27 06:20 cmd 06:23:54 -rw-r--r-- 1 root root 564700 Jan 27 06:23 coverage.out 06:23:54 -rw-r--r-- 1 root root 1053 Jan 27 06:23 go.mod 06:23:54 -rw-r--r-- 1 root root 19170 Jan 27 06:23 go.sum 06:23:54 drwxrwxr-x 8 1001 1001 127 Jan 27 06:20 internal 06:23:54 drwxrwxr-x 4 1001 1001 26 Jan 27 06:20 openapi 06:23:54 drwxrwxr-x 4 1001 1001 71 Jan 27 06:20 snap 06:23:54 -rw-rw-r-- 1 1001 1001 168 Jan 27 06:20 version.go [Pipeline] sh 06:23:55 + '[' -e coverage.out ] 06:23:55 + chown 1001:1001 coverage.out [Pipeline] stash 06:23:55 Stashed 1 file(s) [Pipeline] sh 06:23:55 + make build 06:23:55 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 06:24:00 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 06:24:08 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 06:24:08 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 06:24:10 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 06:24:10 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 06:24:11 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 06:24:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:24:14 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 06:24:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:24:16 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 06:24:17 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 06:24:19 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] } 06:24:20 $ docker stop --time=1 54879e4ef529c36633ecb465496d6f2e0f95ad4f957396485f83221bb4613d08 06:24:22 $ docker rm -f 54879e4ef529c36633ecb465496d6f2e0f95ad4f957396485f83221bb4613d08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:24:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:24 06:24:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:24:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:25 latest: Pulling from edgex-devops/edgex-compose 06:24:25 cbdbe7a5bc2a: Pulling fs layer 06:24:25 ca9280d653b3: Pulling fs layer 06:24:25 7e9c9ca2126c: Pulling fs layer 06:24:25 cbdbe7a5bc2a: Verifying Checksum 06:24:25 cbdbe7a5bc2a: Download complete 06:24:25 cbdbe7a5bc2a: Pull complete 06:24:25 ca9280d653b3: Verifying Checksum 06:24:25 ca9280d653b3: Download complete 06:24:26 ca9280d653b3: Pull complete 06:24:26 7e9c9ca2126c: Download complete 06:24:33 7e9c9ca2126c: Pull complete 06:24:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:24:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:24:33 prd-centos7-docker-4c-2g-23364 does not seem to be running inside a container 06:24:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:24:36 $ docker top 28564d325fb3bfdf7779c75a5c00bf76bbd805b0f453f2d75cfda8c3947a04e1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:37 + grep parallel 06:24:37 + docker-compose build --help 06:24:38 --parallel Build images in parallel. [Pipeline] } 06:24:38 $ docker stop --time=1 28564d325fb3bfdf7779c75a5c00bf76bbd805b0f453f2d75cfda8c3947a04e1 06:24:39 $ docker rm -f 28564d325fb3bfdf7779c75a5c00bf76bbd805b0f453f2d75cfda8c3947a04e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:24:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:40 . [Pipeline] withDockerContainer 06:24:40 prd-centos7-docker-4c-2g-23364 does not seem to be running inside a container 06:24:40 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:24:41 $ docker top e1fff3873ba91e040215e16af6db02f4f2b8e85bfb06f577f40fbdcd34894edf -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:42 + docker-compose -f ./docker-compose-build.yml build --parallel 06:24:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23371 in /w/workspace/edgexfoundry_edgex-go_PR-3086 [Pipeline] { [Pipeline] ws 06:24:42 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:24:43 Building docker-core-command-go ... 06:24:43 Building docker-core-data-go ... 06:24:43 Building docker-core-metadata-go ... 06:24:43 Building docker-security-bootstrapper-go ... 06:24:43 Building docker-security-proxy-setup-go ... 06:24:43 Building docker-security-secretstore-setup-go ... 06:24:43 Building docker-support-notifications-go ... 06:24:43 Building docker-support-scheduler-go ... 06:24:43 Building docker-sys-mgmt-agent-go ... 06:24:43 Building docker-core-data-go 06:24:43 Building docker-security-bootstrapper-go 06:24:43 Building docker-support-notifications-go 06:24:43 Building docker-core-metadata-go 06:24:43 Building docker-security-proxy-setup-go 06:24:47 using credential edgex-jenkins-ssh 06:24:47 Cloning the remote Git repository 06:24:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:24:47 > git init /w/workspace/edgex-go/1 # timeout=10 06:24:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:24:47 > git --version # timeout=10 06:24:47 > git --version # 'git version 2.17.1' 06:24:47 using GIT_SSH to set credentials SSH Credentials for GitHub 06:24:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:25:04 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:25:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:25:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:25:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:25:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:25:03 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3086/head:refs/remotes/origin/PR-3086 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:25:05 > git config core.sparsecheckout # timeout=10 06:25:05 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 06:25:05 Merge succeeded, producing d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:25:05 Checking out Revision d03d4e902f8b5c61b289df1410a8b58561ac4a79 (PR-3086) 06:25:05 > git remote # timeout=10 06:25:05 > git config --get remote.origin.url # timeout=10 06:25:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:05 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 06:25:05 > git rev-parse HEAD^{commit} # timeout=10 06:25:05 > git config core.sparsecheckout # timeout=10 06:25:05 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 06:25:10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:25:10 > git --version # timeout=10 06:25:10 > git --version # 'git version 2.17.1' 06:25:10 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:25:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:25:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:25:13 + sudo service docker restart 06:25:13 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:25:16 provisioning config files... 06:25:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config554687752625138468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:25:16 ---> docker-login.sh 06:25:16 nexus3.edgexfoundry.org:10001 06:25:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:17 Configure a credential helper to remove this warning. See 06:25:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:17 06:25:17 Login Succeeded 06:25:17 nexus3.edgexfoundry.org:10002 06:25:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:18 Configure a credential helper to remove this warning. See 06:25:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:18 06:25:18 Login Succeeded 06:25:18 nexus3.edgexfoundry.org:10003 06:25:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:19 Configure a credential helper to remove this warning. See 06:25:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:19 06:25:19 Login Succeeded 06:25:19 nexus3.edgexfoundry.org:10004 06:25:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:19 Configure a credential helper to remove this warning. See 06:25:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:19 06:25:19 Login Succeeded 06:25:19 docker.io 06:25:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:20 Configure a credential helper to remove this warning. See 06:25:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:20 06:25:20 Login Succeeded 06:25:20 ---> docker-login.sh ends [Pipeline] } 06:25:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:25:20 ========================================================= 06:25:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:25:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:25:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:25:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:25:22 ---> dcbf6010f765 06:25:22 Step 3/23 : WORKDIR /edgex-go 06:25:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:25:22 ---> dcbf6010f765 06:25:22 Step 3/23 : WORKDIR /edgex-go 06:25:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:25:22 ---> dcbf6010f765 06:25:22 Step 3/21 : WORKDIR /edgex-go 06:25:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:25:22 ---> dcbf6010f765 06:25:22 Step 3/22 : WORKDIR /edgex-go 06:25:22 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:22 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:25:22 ---> dcbf6010f765 06:25:22 Step 3/33 : WORKDIR /edgex-go 06:25:22 ---> Running in 83ef89733f8f 06:25:22 ---> Running in d4a2a1f8b363 06:25:22 ---> Running in 3daef74025ef 06:25:22 ---> Running in 65f09e8f87f2 06:25:22 ---> Running in d7d72c6a1a0d 06:25:22 Removing intermediate container 65f09e8f87f2 06:25:22 ---> 3230358eaec2 06:25:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:22 Removing intermediate container d7d72c6a1a0d 06:25:22 ---> ea8240d8d761 06:25:22 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:22 Removing intermediate container 3daef74025ef 06:25:22 ---> 3bf83b07d65e 06:25:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:22 Removing intermediate container d4a2a1f8b363 06:25:22 ---> 84a07a98130a 06:25:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:22 Removing intermediate container 83ef89733f8f 06:25:22 ---> 34ec370f7976 06:25:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:22 ---> Running in 6236a4e2b6df 06:25:22 ---> Running in 6ebb647948f1 06:25:22 ---> Running in 251a3d52f55e 06:25:22 ---> Running in a414b2e980b2 06:25:22 ---> Running in e14396ed2b69 06:25:23 Removing intermediate container 6236a4e2b6df 06:25:23 ---> 130d76e95d08 06:25:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:25:23 Removing intermediate container a414b2e980b2 06:25:23 ---> c055090c896f 06:25:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:25:23 Sending build context to Docker daemon 165.9MB 06:25:23 ---> Running in 2c5908cf189c 06:25:23 Removing intermediate container 6ebb647948f1 06:25:23 ---> 5ee8adcc1c09 06:25:23 Step 5/33 : RUN apk add --update --no-cache make git 06:25:23 Removing intermediate container 251a3d52f55e 06:25:23 ---> e7ecea8e0373 06:25:23 Step 5/23 : RUN apk add --update --no-cache make git 06:25:23 ---> Running in c1ac66df2f50 06:25:23 Removing intermediate container e14396ed2b69 06:25:23 ---> bb85612ee84e 06:25:23 Step 5/21 : RUN apk add --update --no-cache make git 06:25:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:25:23 Step 2/6 : FROM ${BASE} 06:25:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:25:23 5f621e34cdf4: Pulling fs layer 06:25:23 a4357932f1b6: Pulling fs layer 06:25:23 18c013af1878: Pulling fs layer 06:25:23 00ac8860ef70: Pulling fs layer 06:25:23 63d7cb157983: Pulling fs layer 06:25:23 b116817d02f9: Pulling fs layer 06:25:23 745a02a5169b: Pulling fs layer 06:25:23 00ac8860ef70: Waiting 06:25:23 63d7cb157983: Waiting 06:25:23 b116817d02f9: Waiting 06:25:23 18c013af1878: Download complete 06:25:23 a4357932f1b6: Verifying Checksum 06:25:23 a4357932f1b6: Download complete 06:25:23 63d7cb157983: Verifying Checksum 06:25:23 63d7cb157983: Download complete 06:25:23 ---> Running in a23832734415 06:25:23 ---> Running in cab15a2a6d14 06:25:23 ---> Running in 991110e8bf9b 06:25:23 b116817d02f9: Verifying Checksum 06:25:23 b116817d02f9: Download complete 06:25:23 5f621e34cdf4: Verifying Checksum 06:25:23 5f621e34cdf4: Download complete 06:25:24 5f621e34cdf4: Pull complete 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:25 a4357932f1b6: Pull complete 06:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:25 18c013af1878: Pull complete 06:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:26 OK: 233 MiB in 51 packages 06:25:26 OK: 233 MiB in 51 packages 06:25:26 745a02a5169b: Download complete 06:25:26 OK: 233 MiB in 51 packages 06:25:26 Removing intermediate container 2c5908cf189c 06:25:26 ---> ffd96fbaa69e 06:25:26 Step 6/22 : COPY go.mod . 06:25:26 Removing intermediate container c1ac66df2f50 06:25:26 ---> 5e4cf648f8ad 06:25:26 Step 6/23 : COPY go.mod . 06:25:26 OK: 233 MiB in 51 packages 06:25:27 ---> 1044870e6edc 06:25:27 Step 7/23 : RUN go mod download 06:25:27 ---> 86cd7ba6d306 06:25:27 Step 7/22 : RUN go mod download 06:25:27 00ac8860ef70: Verifying Checksum 06:25:27 00ac8860ef70: Download complete 06:25:27 ---> Running in 8450f4fae93e 06:25:27 ---> Running in c37ddf88d871 06:25:27 OK: 233 MiB in 51 packages 06:25:27 Removing intermediate container cab15a2a6d14 06:25:27 ---> 1a4619c30128 06:25:27 Step 6/23 : COPY go.mod . 06:25:27 Removing intermediate container a23832734415 06:25:27 ---> 9260bc25fe15 06:25:27 Step 6/33 : COPY go.mod . 06:25:28 ---> b4aea091f6aa 06:25:28 Step 7/23 : RUN go mod download 06:25:28 ---> 64f921b0ed95 06:25:28 Step 7/33 : RUN go mod download 06:25:28 ---> Running in e17a15803a26 06:25:28 ---> Running in 3347d4003b99 06:25:28 Removing intermediate container 991110e8bf9b 06:25:28 ---> b934cb98bc74 06:25:28 Step 6/21 : COPY go.mod . 06:25:29 ---> 796e6cf3f5ea 06:25:29 Step 7/21 : RUN go mod download 06:25:29 ---> Running in a30ffb9ac84d 06:25:30 Removing intermediate container 8450f4fae93e 06:25:30 ---> 723d03e0d2e1 06:25:30 Step 8/23 : COPY . . 06:25:30 Removing intermediate container c37ddf88d871 06:25:30 ---> 4921e61d410f 06:25:30 Step 8/22 : COPY . . 06:25:32 Removing intermediate container e17a15803a26 06:25:32 ---> 877d415f7201 06:25:32 Step 8/23 : COPY . . 06:25:34 Removing intermediate container 3347d4003b99 06:25:34 ---> 87d08f2ebd8f 06:25:34 Step 8/33 : COPY . . 06:25:36 Removing intermediate container a30ffb9ac84d 06:25:36 ---> 7170c8f40640 06:25:36 Step 8/21 : COPY . . 06:25:37 00ac8860ef70: Pull complete 06:25:37 63d7cb157983: Pull complete 06:25:37 b116817d02f9: Pull complete 06:25:42 745a02a5169b: Pull complete 06:25:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:25:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:25:42 ---> b7e6874047d6 06:25:42 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:25:45 ---> Running in 522fe3d0da16 06:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:25:48 (1/12) Installing libmagic (5.38-r0) 06:25:49 (2/12) Installing file (5.38-r0) 06:25:49 (3/12) Installing libc-dev (0.7.2-r3) 06:25:49 (4/12) Installing g++ (9.3.0-r2) 06:25:53 (5/12) Installing fortify-headers (1.1-r0) 06:25:53 (6/12) Installing patch (2.7.6-r6) 06:25:53 (7/12) Installing build-base (0.5-r2) 06:25:53 (8/12) Installing libsodium (1.0.18-r0) 06:25:53 (9/12) Installing pkgconf (1.7.2-r0) 06:25:53 (10/12) Installing libsodium-dev (1.0.18-r0) 06:25:53 (11/12) Installing libzmq (4.3.3-r0) 06:25:53 (12/12) Installing zeromq-dev (4.3.3-r0) 06:25:53 Executing busybox-1.31.1-r19.trigger 06:25:53 OK: 217 MiB in 51 packages 06:25:58 Removing intermediate container 522fe3d0da16 06:25:58 ---> 2e5f2a6a33eb 06:25:58 Step 4/6 : WORKDIR /edgex-go 06:25:58 ---> Running in 77b92a35077f 06:25:58 Removing intermediate container 77b92a35077f 06:25:58 ---> b19e260fd2ef 06:25:58 Step 5/6 : COPY go.mod . 06:25:59 ---> eb12c69cbe73 06:25:59 Step 6/6 : RUN go mod download 06:25:59 ---> Running in 29c6a2837088 06:26:15 ---> 4559e4f800f2 06:26:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:26:15 ---> ea93a2c7818c 06:26:15 Step 9/23 : RUN make cmd/core-data/core-data 06:26:15 ---> b73860e5ba0c 06:26:15 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 06:26:15 ---> Running in dc13b00ac16a 06:26:15 ---> Running in 29846d159be4 06:26:15 ---> Running in 6e7535671c70 06:26:15 ---> 4f56996e1da3 06:26:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:26:15 Removing intermediate container dc13b00ac16a 06:26:15 ---> 514a2fbb5a67 06:26:15 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 06:26:15 ---> Running in 62fa174f497c 06:26:15 ---> Running in 0f37eeabb5bf 06:26:15 ---> ec16440b2717 06:26:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:26:15 ---> Running in 9b17ce0bb754 06:26:15 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 06:26:15 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 06:26:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:26:15 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 06:26:15 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 06:26:26 Removing intermediate container 29c6a2837088 06:26:26 ---> b24e342ef7dc 06:26:26 Successfully built b24e342ef7dc 06:26:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:26:26 + docker inspect -f . ci-base-image-arm64 06:26:26 . [Pipeline] withDockerContainer 06:26:26 prd-ubuntu18.04-docker-arm64-4c-16g-23371 does not seem to be running inside a container 06:26:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:26:28 $ docker top 03bc8ea9de6d2f41a034b4120f07145f6bc6f379f4fc0655e4890640457b033c -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:29 + go version 06:26:29 go version go1.15.5 linux/arm64 [Pipeline] } 06:26:29 $ docker stop --time=1 03bc8ea9de6d2f41a034b4120f07145f6bc6f379f4fc0655e4890640457b033c 06:26:31 $ docker rm -f 03bc8ea9de6d2f41a034b4120f07145f6bc6f379f4fc0655e4890640457b033c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:26:32 + docker inspect -f . ci-base-image-arm64 06:26:32 . [Pipeline] withDockerContainer 06:26:33 prd-ubuntu18.04-docker-arm64-4c-16g-23371 does not seem to be running inside a container 06:26:33 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:26:34 $ docker top 86de9aec30eda6f6c4dda9f3f5469ec5c37d5fe7854dbc0340eafc7d52466e00 -eo pid,comm [Pipeline] { [Pipeline] echo 06:26:34 ========================================================= 06:26:34 [edgeXBuildGoParallel] Running Tests and Build... 06:26:34 ========================================================= [Pipeline] sh 06:26:35 + make test 06:26:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:26:48 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 06:26:48 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 06:26:54 Removing intermediate container 6e7535671c70 06:26:54 ---> 1bca80d6e122 06:26:54 06:26:54 Step 10/22 : FROM alpine:3.12 06:26:54 3.12: Pulling from library/alpine 06:26:54 Removing intermediate container 9b17ce0bb754 06:26:54 ---> 43b9d26a5eb3 06:26:54 06:26:54 Step 10/21 : FROM alpine:3.12 06:26:54 3.12: Pulling from library/alpine 06:26:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:26:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:26:54 Status: Downloaded newer image for alpine:3.12 06:26:54 ---> 389fef711851 06:26:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:26:54 Status: Downloaded newer image for alpine:3.12 06:26:54 ---> 389fef711851 06:26:54 Step 11/21 : RUN apk add --update --no-cache curl 06:26:54 + mkdir -p /tmp/build/dist/linux 06:26:55 + cd /tmp/build/dist/linux 06:26:55 + git clone https://github.com/jwilder/dockerize.git . 06:26:55 Cloning into '.'... 06:26:57 + go get github.com/robfig/glock 06:26:57  ---> Running in 7a4b6a4b7c63 06:26:57 ---> Running in dc494da1d01d 06:26:57 ? github.com/edgexfoundry/edgex-go [no test files] 06:26:58 Removing intermediate container 62fa174f497c 06:26:58 ---> ede20e11e563 06:26:58 06:26:58 Step 10/23 : FROM alpine:3.12 06:26:58 ---> 389fef711851 06:26:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:26:58 ---> Running in bfb7e1443c00 06:26:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:59 (1/4) Installing ca-certificates (20191127-r4) 06:26:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:26:59 (3/4) Installing libcurl (7.69.1-r3) 06:26:59 (4/4) Installing curl (7.69.1-r3) 06:26:59 (1/2) Installing ca-certificates (20191127-r4) 06:26:59 Executing busybox-1.31.1-r19.trigger 06:26:59 Executing ca-certificates-20191127-r4.trigger 06:26:59 (2/2) Installing dumb-init (1.2.2-r1) 06:26:59 Executing busybox-1.31.1-r19.trigger 06:26:59 Executing ca-certificates-20191127-r4.trigger 06:26:59 OK: 7 MiB in 18 packages 06:26:59 OK: 6 MiB in 16 packages 06:26:59 (1/1) Installing dumb-init (1.2.2-r1) 06:26:59 Executing busybox-1.31.1-r19.trigger 06:26:59 OK: 6 MiB in 15 packages 06:27:04 Removing intermediate container 29846d159be4 06:27:04 ---> f77cacaa09d9 06:27:04 06:27:04 Step 10/23 : FROM alpine:3.12 06:27:04 ---> 389fef711851 06:27:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:27:04 Removing intermediate container bfb7e1443c00 06:27:04 ---> 5be50505d998 06:27:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:27:04 ---> Running in 844d39f1dd36 06:27:04 ---> Running in dc6f5f68519b 06:27:04 Removing intermediate container dc494da1d01d 06:27:04 ---> 855c3d997cb3 06:27:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:27:04 Removing intermediate container 7a4b6a4b7c63 06:27:04 ---> 4d91f1280d96 06:27:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:27:04 ---> Running in 98e1f569d6cd 06:27:04 ---> Running in b676c4b5b4a8 06:27:08 Removing intermediate container 844d39f1dd36 06:27:08 ---> 9e949204bc50 06:27:08 Step 12/23 : ENV APP_PORT=48080 06:27:08 Removing intermediate container dc6f5f68519b 06:27:08 ---> 53200f39a777 06:27:08 Step 13/23 : ENV APP_PORT=48081 06:27:08 Removing intermediate container b676c4b5b4a8 06:27:08 ---> 97ad822b516b 06:27:08 Step 13/21 : WORKDIR /edgex 06:27:08 ---> Running in 2a78946b094c 06:27:08 ---> Running in 2ab6ff6c6ec4 06:27:08 Removing intermediate container 98e1f569d6cd 06:27:08 ---> 63872b0e5b53 06:27:08 Step 13/22 : ENV APP_PORT=48060 06:27:08 ---> Running in 804cdda01a68 06:27:08 ---> Running in 815d0866d1b6 06:27:08 Removing intermediate container 2a78946b094c 06:27:08 ---> 8f393475fe80 06:27:08 Step 13/23 : EXPOSE $APP_PORT 06:27:08 Removing intermediate container 2ab6ff6c6ec4 06:27:08 ---> cc1fa35f27e0 06:27:08 Step 14/23 : EXPOSE $APP_PORT 06:27:08 ---> Running in 4ae3ee8c1088 06:27:08 Removing intermediate container 804cdda01a68 06:27:08 ---> ae5f9758cdce 06:27:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:27:08 ---> Running in 66cc6258be10 06:27:08 Removing intermediate container 815d0866d1b6 06:27:08 ---> 5be866b84f2a 06:27:08 Step 14/22 : EXPOSE $APP_PORT 06:27:08 ---> Running in 18dad013cbd2 06:27:08 Removing intermediate container 4ae3ee8c1088 06:27:08 ---> 7337f182fd20 06:27:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:08 Removing intermediate container 66cc6258be10 06:27:08 ---> d7133f92a896 06:27:08 Step 15/23 : WORKDIR / 06:27:09 + glock sync -n 06:27:09  ---> Running in 3522131f88cf 06:27:09 ---> af922bf9d50a 06:27:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:27:09 ---> Running in f1de6af22b7b 06:27:09 Removing intermediate container 18dad013cbd2 06:27:09 ---> b187fb29ad7c 06:27:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:27:09 Removing intermediate container f1de6af22b7b 06:27:09 ---> 90908b9cdf17 06:27:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:27:09 ---> 7062155342e5 06:27:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:27:09 ---> df1766a3ff52 06:27:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:27:10 ---> c71f2fd29c96 06:27:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:27:10 ---> ae1850abd3bc 06:27:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:27:11 ---> 2faf2714f2b2 06:27:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:27:11 ---> Running in 109d579d7fbc 06:27:11 Removing intermediate container 3522131f88cf 06:27:11 ---> 68fdbf0ad22a 06:27:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:27:11 ---> 736fc72ad5b3 06:27:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:27:11 ---> Running in df48ebe4ac08 06:27:11 Removing intermediate container 109d579d7fbc 06:27:11 ---> b319ad80d87e 06:27:11 Step 18/21 : CMD ["--init=true"] 06:27:11 ---> c39aeab945bd 06:27:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:27:11 ---> Running in ac127f032557 06:27:11 ---> 51eb1907d244 06:27:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:27:11 ---> Running in 08a92b3fa393 06:27:11 ---> Running in 60f8a77b08d4 06:27:12 Removing intermediate container ac127f032557 06:27:12 ---> 22ba2089cdc8 06:27:12 Step 19/21 : LABEL arch=x86_64 06:27:12 Removing intermediate container 08a92b3fa393 06:27:12 ---> f11c958bb8fa 06:27:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:12 ---> Running in 6e8a7dbcb05a 06:27:12 Removing intermediate container 60f8a77b08d4 06:27:12 ---> ecbfa9b9c75a 06:27:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:12 ---> Running in eb18b5f9a410 06:27:13 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 06:27:13 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 06:27:13 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 06:27:13 (1/6) Installing dumb-init (1.2.2-r1) 06:27:13 (2/6) Installing libgcc (9.3.0-r2) 06:27:13 (3/6) Installing libsodium (1.0.18-r0) 06:27:13 (4/6) Installing libstdc++ (9.3.0-r2) 06:27:13 (5/6) Installing libzmq (4.3.3-r0) 06:27:14 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 06:27:14 + git describe '--abbrev=0' --tags 06:27:14 + TAG=v0.6.1 06:27:14 + LDFLAGS='-X main.buildVersion=v0.6.1' 06:27:14 + apk --print-arch 06:27:14 + arch=x86_64 06:27:14 + echo 'building [dockerize] for amd64 ... ' 06:27:14 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 06:27:14 building [dockerize] for amd64 ... 06:27:14 ---> Running in 84714d97f78f 06:27:14 Removing intermediate container 6e8a7dbcb05a 06:27:14 ---> 15b2c0d89c69 06:27:14 Step 20/21 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:27:15 (6/6) Installing zeromq (4.3.3-r0) 06:27:15 Executing busybox-1.31.1-r19.trigger 06:27:15 Removing intermediate container eb18b5f9a410 06:27:15 ---> 49574d097d7f 06:27:15 Step 20/22 : LABEL arch=x86_64 06:27:15 OK: 8 MiB in 20 packages 06:27:15 ---> Running in d82c1aab9db0 06:27:15 Removing intermediate container 84714d97f78f 06:27:15 ---> df9bf99d59d0 06:27:15 Step 21/23 : LABEL arch=x86_64 06:27:15 ---> Running in 21323814edab 06:27:15 Removing intermediate container d82c1aab9db0 06:27:15 ---> 3aca426863dd 06:27:15 Step 21/21 : LABEL version=0.0.0 06:27:16 ---> Running in 709998fc4ab3 06:27:16 Removing intermediate container 21323814edab 06:27:16 ---> 4f44e14cbbd8 06:27:16 Step 21/22 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:27:16 ---> Running in 9b2b8a42d3c2 06:27:16 ---> Running in ed8a861947dd 06:27:16 Removing intermediate container df48ebe4ac08 06:27:16 ---> 5fdb3302a262 06:27:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:27:16 Removing intermediate container 709998fc4ab3 06:27:16 ---> e7fdf2cc7d4f 06:27:16 Step 22/23 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:27:16 ---> Running in c74eb44b9a51 06:27:16 Removing intermediate container 9b2b8a42d3c2 06:27:16 ---> 5e633d05dd12 06:27:16 06:27:16 Removing intermediate container ed8a861947dd 06:27:16 ---> 84f7e0158dea 06:27:16 Step 22/22 : LABEL version=0.0.0 06:27:16 ---> Running in 3dadfe35c9be 06:27:16 Removing intermediate container c74eb44b9a51 06:27:16 ---> 9ad9ea8888fe 06:27:16 Step 23/23 : LABEL version=0.0.0 06:27:16 ---> d5cdf37cdfad 06:27:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:27:16 ---> Running in bc4bb6447f04 06:27:17 Removing intermediate container 3dadfe35c9be 06:27:17 ---> da2d08293955 06:27:17 06:27:17 Successfully built 5e633d05dd12 06:27:17 Successfully tagged docker-security-proxy-setup-go:latest 06:27:17 Building docker-support-scheduler-go 06:27:17  Building docker-security-proxy-setup-go ... done Removing intermediate container bc4bb6447f04 06:27:17 ---> 0dd540f6f80d 06:27:17 06:27:17 Successfully built da2d08293955 06:27:17 Successfully tagged docker-support-notifications-go:latest 06:27:17  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 06:27:18 Successfully built 0dd540f6f80d 06:27:18 Successfully tagged docker-core-metadata-go:latest 06:27:18  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 06:27:19 ---> 777f7532b17b 06:27:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:27:23 ---> 41ba7343445c 06:27:23 Step 19/23 : ENTRYPOINT ["/core-data"] 06:27:25 ---> Running in 1763fa53c1f2 06:27:26 Removing intermediate container 1763fa53c1f2 06:27:26 ---> 6b2d9ac020fd 06:27:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:29 ---> Running in 77e0b00f688a 06:27:30 Removing intermediate container 77e0b00f688a 06:27:30 ---> 721609bbf708 06:27:30 Step 21/23 : LABEL arch=x86_64 06:27:30 ---> Running in be6f515dfa43 06:27:30 Removing intermediate container be6f515dfa43 06:27:30 ---> 6efa81fb4f95 06:27:30 Step 22/23 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:27:30 ---> Running in 5c635b97ecc4 06:27:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:27:37 Removing intermediate container 5c635b97ecc4 06:27:37 ---> 30798713298d 06:27:37 Step 23/23 : LABEL version=0.0.0 06:27:39 ---> Running in 478d426c78ee 06:27:40 Removing intermediate container 478d426c78ee 06:27:40 ---> 931ac6c21f38 06:27:40 06:27:41 Successfully built 931ac6c21f38 06:27:41 Successfully tagged docker-core-data-go:latest 06:27:41 Building docker-core-command-go 06:27:48  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:27:48 ---> dcbf6010f765 06:27:48 Step 3/22 : WORKDIR /edgex-go 06:27:48 ---> Using cache 06:27:48 ---> 34ec370f7976 06:27:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:48 ---> Using cache 06:27:48 ---> bb85612ee84e 06:27:48 Step 5/22 : RUN apk add --update --no-cache make git 06:27:48 ---> Using cache 06:27:48 ---> b934cb98bc74 06:27:48 Step 6/22 : COPY go.mod . 06:27:48 ---> Using cache 06:27:48 ---> 796e6cf3f5ea 06:27:48 Step 7/22 : RUN go mod download 06:27:48 ---> Using cache 06:27:48 ---> 7170c8f40640 06:27:48 Step 8/22 : COPY . . 06:27:48 ---> Using cache 06:27:48 ---> ec16440b2717 06:27:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:27:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:27:48 ---> dcbf6010f765 06:27:48 Step 3/26 : WORKDIR /edgex-go 06:27:48 ---> Using cache 06:27:48 ---> 34ec370f7976 06:27:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:48 ---> Using cache 06:27:48 ---> bb85612ee84e 06:27:48 Step 5/26 : RUN apk add --update --no-cache make bash git 06:27:49 ---> Running in 90a6e7eca0ea 06:27:49 ---> Running in d4fa648bae59 06:27:50 + date 06:27:50 + echo 'Wed Jan 27 06:27:49 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 06:27:50 Wed Jan 27 06:27:49 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 06:27:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:27:50 ---> dcbf6010f765 06:27:50 Step 3/24 : WORKDIR /edgex-go 06:27:50 ---> Using cache 06:27:50 ---> 34ec370f7976 06:27:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:50 ---> Using cache 06:27:50 ---> bb85612ee84e 06:27:50 Step 5/24 : RUN apk add --update --no-cache make git 06:27:50 ---> Using cache 06:27:50 ---> b934cb98bc74 06:27:50 Step 6/24 : COPY go.mod . 06:27:50 ---> Using cache 06:27:50 ---> 796e6cf3f5ea 06:27:50 Step 7/24 : RUN go mod download 06:27:50 ---> Using cache 06:27:50 ---> 7170c8f40640 06:27:50 Step 8/24 : COPY . . 06:27:50 ---> Using cache 06:27:50 ---> ec16440b2717 06:27:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:27:51 ---> Running in 3f32c1001058 06:27:52 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 06:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:27:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:54 OK: 233 MiB in 51 packages 06:27:57 Removing intermediate container d4fa648bae59 06:27:57 ---> 7fafe81af388 06:27:57 Step 6/26 : COPY go.mod . 06:27:58 ---> db325b0b89c3 06:27:58 Step 7/26 : RUN go mod download 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:27:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:27:59 ---> Running in 7b1be488290e 06:28:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:28:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:28:06 ---> dcbf6010f765 06:28:06 Step 3/23 : WORKDIR /edgex-go 06:28:06 ---> Using cache 06:28:06 ---> 34ec370f7976 06:28:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:28:06 ---> Using cache 06:28:06 ---> bb85612ee84e 06:28:06 Step 5/23 : RUN apk add --update --no-cache make git 06:28:06 ---> Using cache 06:28:06 ---> b934cb98bc74 06:28:06 Step 6/23 : COPY go.mod . 06:28:06 ---> Using cache 06:28:06 ---> 796e6cf3f5ea 06:28:06 Step 7/23 : RUN go mod download 06:28:06 ---> Using cache 06:28:06 ---> 7170c8f40640 06:28:06 Step 8/23 : COPY . . 06:28:06 ---> Using cache 06:28:06 ---> ec16440b2717 06:28:06 Step 9/23 : RUN make cmd/core-command/core-command 06:28:06 Removing intermediate container 7b1be488290e 06:28:06 ---> 758d240fd7c0 06:28:06 Step 8/26 : COPY . . 06:28:07 ---> Running in 1d53a96a5e81 06:28:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:28:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:28:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:28:10 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 06:28:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.213s coverage: 46.6% of statements 06:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.560s coverage: 27.1% of statements 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.137s coverage: 100.0% of statements 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.136s coverage: 100.0% of statements 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.629s coverage: 82.3% of statements 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:28:22 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 06:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.124s coverage: 28.6% of statements 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements 06:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:28:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:28:31 Removing intermediate container 0f37eeabb5bf 06:28:31 ---> 4427b8abcdc0 06:28:31 06:28:31 Step 11/33 : FROM alpine:3.12 06:28:31 ---> 389fef711851 06:28:31 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:28:34 ---> Running in 515e9559dd21 06:28:34 Removing intermediate container 90a6e7eca0ea 06:28:34 ---> c2ca80b0e1e7 06:28:34 06:28:34 Step 10/22 : FROM alpine:3.12 06:28:34 ---> 389fef711851 06:28:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:28:34 ---> Using cache 06:28:34 ---> 5be50505d998 06:28:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:28:34 ---> Using cache 06:28:34 ---> 53200f39a777 06:28:34 Step 13/22 : ENV APP_PORT=48085 06:28:34 ---> 9c302a96346e 06:28:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:28:34 ---> Running in 36f80feb2d11 06:28:35 ---> Running in 53715e2ae657 06:28:35 Removing intermediate container 515e9559dd21 06:28:35 ---> 470f2c8f9b25 06:28:35 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 06:28:35 ---> Running in 00e9c04cc2ab 06:28:36 Removing intermediate container 36f80feb2d11 06:28:36 ---> d12a1d68ed3f 06:28:36 Step 14/22 : EXPOSE $APP_PORT 06:28:36 ---> Running in 254893c8b168 06:28:36 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 06:28:36 Removing intermediate container 3f32c1001058 06:28:36 ---> e355eca97b5f 06:28:36 06:28:36 Step 10/24 : FROM alpine:3.12 06:28:36 ---> 389fef711851 06:28:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:28:37 ---> Running in bc510a27e389 06:28:37 Removing intermediate container 254893c8b168 06:28:37 ---> 40cfe7329b44 06:28:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:37 ---> 8e8e146979de 06:28:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:28:37 (1/3) Installing dumb-init (1.2.2-r1) 06:28:37 (2/3) Installing openssl (1.1.1i-r0) 06:28:37 (3/3) Installing su-exec (0.2-r1) 06:28:37 Executing busybox-1.31.1-r19.trigger 06:28:37 OK: 6 MiB in 17 packages 06:28:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.354s coverage: 92.8% of statements 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 43.8% of statements 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 06:28:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:38 (1/5) Installing ca-certificates (20191127-r4) 06:28:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:28:38 (3/5) Installing libcurl (7.69.1-r3) 06:28:38 (4/5) Installing curl (7.69.1-r3) 06:28:38 (5/5) Installing dumb-init (1.2.2-r1) 06:28:38 Executing busybox-1.31.1-r19.trigger 06:28:38 Executing ca-certificates-20191127-r4.trigger 06:28:38 OK: 7 MiB in 19 packages 06:28:40 ---> 74852c2c6950 06:28:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:28:40 Removing intermediate container 00e9c04cc2ab 06:28:40 ---> 60759df040e4 06:28:40 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 06:28:41 Removing intermediate container 1d53a96a5e81 06:28:41 ---> 5284159487bc 06:28:41 06:28:41 Step 10/23 : FROM alpine:3.12 06:28:41 ---> 389fef711851 06:28:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:28:41 ---> Using cache 06:28:41 ---> 5be50505d998 06:28:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:28:41 ---> Using cache 06:28:41 ---> 53200f39a777 06:28:41 Step 13/23 : ENV APP_PORT=48082 06:28:42 ---> Running in 707b20f3e873 06:28:42 ---> Running in dd8d95e472f6 06:28:42 ---> 01b6e66953b1 06:28:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:28:42 Removing intermediate container bc510a27e389 06:28:42 ---> 9692580454e1 06:28:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:28:42 ---> Running in 28dca54d63e2 06:28:42 ---> Running in 2b17910488c1 06:28:42 Removing intermediate container dd8d95e472f6 06:28:42 ---> 384e6ef65619 06:28:42 Step 14/23 : EXPOSE $APP_PORT 06:28:42 Removing intermediate container 707b20f3e873 06:28:42 ---> 8bdb55b9e801 06:28:42 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:28:42 ---> Running in 501a52f0894c 06:28:42 ---> Running in f2550cfdbdfe 06:28:42 Removing intermediate container 28dca54d63e2 06:28:42 ---> 35685d915e38 06:28:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:28:42 Removing intermediate container 2b17910488c1 06:28:42 ---> 1695a67e6dac 06:28:42 Step 13/24 : WORKDIR / 06:28:43 ---> Running in c45e15c98329 06:28:43 ---> Running in 136216fd41b7 06:28:43 Removing intermediate container 501a52f0894c 06:28:43 ---> 2685ae4433bb 06:28:43 Step 15/23 : WORKDIR / 06:28:43 Removing intermediate container f2550cfdbdfe 06:28:43 ---> c1aac00f0492 06:28:43 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:28:43 ---> Running in e21658003b4e 06:28:43 ---> Running in b6f792bffc9f 06:28:43 Removing intermediate container 136216fd41b7 06:28:43 ---> 89ded3f62cd2 06:28:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:28:43 Removing intermediate container c45e15c98329 06:28:43 ---> ad0d7f5680c1 06:28:43 Step 20/22 : LABEL arch=x86_64 06:28:43 Removing intermediate container e21658003b4e 06:28:43 ---> 3ba26a539fe9 06:28:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:44 ---> Running in 032562cc06dd 06:28:44 ---> 0aaf4981da25 06:28:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:28:44 ---> ed2bfabdbd49 06:28:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:28:44 Removing intermediate container 032562cc06dd 06:28:44 ---> 45da8316b44a 06:28:44 Step 21/22 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:28:44 ---> Running in 991761d89ef6 06:28:45 ---> 736d41b502f7 06:28:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:28:45 Removing intermediate container 991761d89ef6 06:28:45 ---> 2b6c7d7c75b5 06:28:45 Step 22/22 : LABEL version=0.0.0 06:28:45 ---> Running in e65b3fe1a6a6 06:28:45 ---> 8019b88bc498 06:28:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:28:46 ---> 92effe12de96 06:28:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:28:46 Removing intermediate container e65b3fe1a6a6 06:28:46 ---> dc05f69dd229 06:28:46 06:28:47 Successfully built dc05f69dd229 06:28:47 Removing intermediate container b6f792bffc9f 06:28:47 ---> c35a4dd06612 06:28:47 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 06:28:47 Successfully tagged docker-support-scheduler-go:latest 06:28:47  Building docker-support-scheduler-go ... done  ---> d783f9121c09 06:28:47 Step 19/23 : ENTRYPOINT ["/core-command"] 06:28:47 ---> Running in 289efb26970c 06:28:47 ---> eef98d81433c 06:28:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:28:47 ---> Running in b134fe67b898 06:28:47 Removing intermediate container 289efb26970c 06:28:47 ---> 2e96a4372c04 06:28:47 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 06:28:48 Removing intermediate container b134fe67b898 06:28:48 ---> 6c93f2ee0028 06:28:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:28:48 ---> Running in 2561fb7d6377 06:28:48 ---> 94bd9a565517 06:28:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:28:48 Removing intermediate container 2561fb7d6377 06:28:48 ---> 528ef9e6b929 06:28:48 Step 21/23 : LABEL arch=x86_64 06:28:48 ---> 205c4b60f3a3 06:28:48 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:28:48 ---> Running in 8043e7e925ad 06:28:48 ---> 4669bedcf55e 06:28:48 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/ 06:28:48 ---> Running in b5ce83602c4b 06:28:49 Removing intermediate container 8043e7e925ad 06:28:49 ---> edf459b98f4a 06:28:49 Step 22/23 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:28:49 ---> 7108fc30b39e 06:28:49 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:28:49 ---> Running in 2b3248db7498 06:28:49 ---> Running in 63410639b7c3 06:28:49 Removing intermediate container 2b3248db7498 06:28:49 ---> 775ecc14e58f 06:28:49 Step 23/23 : LABEL version=0.0.0 06:28:49 ---> Running in 177f066d2141 06:28:50 Removing intermediate container 177f066d2141 06:28:50 ---> 175218a8501e 06:28:50 06:28:51 Successfully built 175218a8501e 06:28:51 Successfully tagged docker-core-command-go:latest 06:28:51  Building docker-core-command-go ... done Removing intermediate container 53715e2ae657 06:28:51 ---> 1fd2c114b569 06:28:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:28:51 ---> Running in 0693693279a6 06:28:51 Removing intermediate container b5ce83602c4b 06:28:51 ---> d1b4d9c3d99f 06:28:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:28:52 ---> Running in 94c52c532b86 06:28:52 Removing intermediate container 94c52c532b86 06:28:52 ---> 59bf1e4199d4 06:28:52 Step 22/24 : LABEL arch=x86_64 06:28:52 ---> Running in ca85f7df6618 06:28:52 Removing intermediate container 63410639b7c3 06:28:52 ---> 5b816d3997c6 06:28:52 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:28:52 Removing intermediate container ca85f7df6618 06:28:52 ---> dd73df407e2a 06:28:52 Step 23/24 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:28:52 ---> Running in 69732cdc8c4b 06:28:53 ---> 0c7fb7819e98 06:28:53 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:28:53 Removing intermediate container 69732cdc8c4b 06:28:53 ---> 24ff22f6f90a 06:28:53 Step 24/24 : LABEL version=0.0.0 06:28:53 ---> Running in 0da99dd05a20 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.091s coverage: 44.8% of statements 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.124s coverage: 87.2% of statements 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.117s coverage: 84.2% of statements 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.151s coverage: 91.4% of statements 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.492s coverage: 63.5% of statements 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:28:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 06:28:53 Removing intermediate container 0da99dd05a20 06:28:53 ---> 4053795fedcc 06:28:53 06:28:53 ---> b899b85dfc15 06:28:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:28:53 Successfully built 4053795fedcc 06:28:53 Successfully tagged docker-security-secretstore-setup-go:latest 06:28:53  Building docker-security-secretstore-setup-go ... done  ---> 8525a49175eb 06:28:53 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 06:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 06:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements 06:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 06:28:54 Removing intermediate container 0693693279a6 06:28:54 ---> 08edba866f90 06:28:54 06:28:54 Step 11/26 : FROM docker:20.10.0 06:28:54 20.10.0: Pulling from library/docker 06:28:54 ---> f14ed42a9972 06:28:54 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:28:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 06:28:55 ---> 9efeb406e9b9 06:28:55 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 06:28:55 ---> Running in 4530ff4a12b5 06:28:56 Removing intermediate container 4530ff4a12b5 06:28:56 ---> 0d1efcfdb406 06:28:56 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:28:56 ---> 332dae3d4b77 06:28:56 Step 28/33 : RUN chmod +x /entrypoint.sh 06:28:56 ---> Running in a1df29ec5caf 06:28:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.804s coverage: 68.9% of statements 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:29:00 Removing intermediate container a1df29ec5caf 06:29:00 ---> 37490456ba99 06:29:00 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:29:00 ---> Running in b36084509af3 06:29:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.421s coverage: 37.0% of statements 06:29:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:29:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:29:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.502s coverage: 84.0% of statements 06:29:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements 06:29:00 Removing intermediate container b36084509af3 06:29:00 ---> cdce95551a87 06:29:00 Step 30/33 : CMD ["gate"] 06:29:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:29:00 Status: Downloaded newer image for docker:20.10.0 06:29:00 ---> aefe523efa57 06:29:00 Step 12/26 : RUN apk add --no-cache bash 06:29:00 ---> Running in a6e78d022c28 06:29:00 ---> Running in 727ec69aa50d 06:29:01 Removing intermediate container a6e78d022c28 06:29:01 ---> 79ff46bd8b2d 06:29:01 Step 31/33 : LABEL arch=x86_64 06:29:01 ---> Running in 85c8f8262096 06:29:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:01 Removing intermediate container 85c8f8262096 06:29:01 ---> 4704dfb97ad7 06:29:01 Step 32/33 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:29:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:01 ---> Running in 232b90a589cf 06:29:01 (1/2) Installing readline (8.0.4-r0) 06:29:01 (2/2) Installing bash (5.0.17-r0) 06:29:01 Executing bash-5.0.17-r0.post-install 06:29:01 Executing busybox-1.31.1-r19.trigger 06:29:01 OK: 12 MiB in 22 packages 06:29:01 Removing intermediate container 232b90a589cf 06:29:01 ---> fe2d07ef4bf6 06:29:01 Step 33/33 : LABEL version=0.0.0 06:29:02 ---> Running in 8c7ef12860d5 06:29:03 Removing intermediate container 8c7ef12860d5 06:29:03 ---> 26ba302d9966 06:29:03 06:29:03 Successfully built 26ba302d9966 06:29:03 Removing intermediate container 727ec69aa50d 06:29:03 ---> e3cded78c577 06:29:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:29:03 Successfully tagged docker-security-bootstrapper-go:latest 06:29:03  Building docker-security-bootstrapper-go ... done  ---> Running in e2da472e2fd4 06:29:03 Removing intermediate container e2da472e2fd4 06:29:03 ---> 40f485459f2e 06:29:03 Step 14/26 : ENV APP_PORT=48090 06:29:03 ---> Running in e7b3d0cbec99 06:29:03 Removing intermediate container e7b3d0cbec99 06:29:03 ---> 17316f47a27b 06:29:03 Step 15/26 : EXPOSE $APP_PORT 06:29:03 ---> Running in b8896cea85f2 06:29:03 Removing intermediate container b8896cea85f2 06:29:03 ---> 8f96103055aa 06:29:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:29:04 ---> 4f089cb99bf7 06:29:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:29:04 ---> d548789945de 06:29:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:29:04 ---> 8f960d3e0c76 06:29:04 Step 19/26 : RUN apk --no-cache add py3-pip 06:29:04 ---> Running in defc16d73b18 06:29:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:05 (1/33) Installing libbz2 (1.0.8-r1) 06:29:05 (2/33) Installing expat (2.2.9-r1) 06:29:05 (3/33) Installing libffi (3.3-r2) 06:29:05 (4/33) Installing gdbm (1.13-r1) 06:29:05 (5/33) Installing xz-libs (5.2.5-r0) 06:29:05 (6/33) Installing sqlite-libs (3.32.1-r0) 06:29:05 (7/33) Installing python3 (3.8.5-r0) 06:29:06 (8/33) Installing py3-appdirs (1.4.4-r1) 06:29:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:29:06 (10/33) Installing py3-parsing (2.4.7-r0) 06:29:06 (11/33) Installing py3-six (1.15.0-r0) 06:29:06 (12/33) Installing py3-packaging (20.4-r0) 06:29:06 (13/33) Installing py3-setuptools (47.0.0-r0) 06:29:06 (14/33) Installing py3-chardet (3.0.4-r4) 06:29:06 (15/33) Installing py3-idna (2.9-r0) 06:29:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:29:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:29:06 (18/33) Installing py3-requests (2.23.0-r0) 06:29:06 (19/33) Installing py3-msgpack (1.0.0-r0) 06:29:06 (20/33) Installing py3-lockfile (0.12.2-r3) 06:29:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:29:06 (22/33) Installing py3-colorama (0.4.3-r0) 06:29:06 (23/33) Installing py3-distlib (0.3.0-r0) 06:29:06 (24/33) Installing py3-distro (1.5.0-r1) 06:29:06 (25/33) Installing py3-webencodings (0.5.1-r3) 06:29:06 (26/33) Installing py3-html5lib (1.0.1-r4) 06:29:06 (27/33) Installing py3-pytoml (0.1.21-r0) 06:29:06 (28/33) Installing py3-pep517 (0.8.2-r0) 06:29:06 (29/33) Installing py3-progress (1.5-r0) 06:29:06 (30/33) Installing py3-toml (0.10.1-r0) 06:29:06 (31/33) Installing py3-retrying (1.3.3-r0) 06:29:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:29:06 (33/33) Installing py3-pip (20.1.1-r0) 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.1% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:29:07 Executing busybox-1.31.1-r19.trigger 06:29:07 OK: 71 MiB in 55 packages 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.073s coverage: 29.1% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 06:29:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 06:29:14 GO111MODULE=on go vet ./... 06:29:17 Removing intermediate container defc16d73b18 06:29:17 ---> ca7bb2d592e8 06:29:17 Step 20/26 : RUN pip install docker-compose==1.23.2 06:29:17 ---> Running in 63fc6b66158f 06:29:18 Collecting docker-compose==1.23.2 06:29:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:29:18 Collecting dockerpty<0.5,>=0.4.1 06:29:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:29:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:29:19 Collecting jsonschema<3,>=2.5.1 06:29:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:29:19 Collecting cached-property<2,>=1.2.0 06:29:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:29:19 Collecting texttable<0.10,>=0.9.0 06:29:19 Downloading texttable-0.9.1.tar.gz (11 kB) 06:29:19 Collecting docopt<0.7,>=0.6.1 06:29:19 Downloading docopt-0.6.2.tar.gz (25 kB) 06:29:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:29:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:29:20 Collecting websocket-client<1.0,>=0.32.0 06:29:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:29:20 Collecting docker<4.0,>=3.6.0 06:29:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:29:21 Collecting PyYAML<4,>=3.10 06:29:21 Downloading PyYAML-3.13.tar.gz (270 kB) 06:29:21 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) 06:29:22 Collecting idna<2.8,>=2.5 06:29:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:29:22 Collecting urllib3<1.25,>=1.21.1 06:29:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:29:22 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) 06:29:22 Collecting docker-pycreds>=0.4.0 06:29:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:29:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:29:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:29:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:29:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:29:22 Installing collected packages: dockerpty, jsonschema, cached-property, texttable, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, docker-compose 06:29:22 Running setup.py install for dockerpty: started 06:29:22 Running setup.py install for dockerpty: finished with status 'done' 06:29:23 Running setup.py install for texttable: started 06:29:23 Running setup.py install for texttable: finished with status 'done' 06:29:23 Running setup.py install for docopt: started 06:29:24 Running setup.py install for docopt: finished with status 'done' 06:29:24 Attempting uninstall: idna 06:29:24 Found existing installation: idna 2.9 06:29:24 Uninstalling idna-2.9: 06:29:24 Successfully uninstalled idna-2.9 06:29:24 Attempting uninstall: urllib3 06:29:24 Found existing installation: urllib3 1.25.9 06:29:24 Uninstalling urllib3-1.25.9: 06:29:24 Successfully uninstalled urllib3-1.25.9 06:29:24 Attempting uninstall: requests 06:29:24 Found existing installation: requests 2.23.0 06:29:24 Uninstalling requests-2.23.0: 06:29:24 Successfully uninstalled requests-2.23.0 06:29:25 Running setup.py install for PyYAML: started 06:29:25 Running setup.py install for PyYAML: finished with status 'done' 06:29:26 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 06:29:30 Removing intermediate container 63fc6b66158f 06:29:30 ---> 4cf44a563f8f 06:29:30 Step 21/26 : RUN apk --no-cache add curl 06:29:30 ---> Running in 1cf8ce4f2fbb 06:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:29:30 (2/3) Installing libcurl (7.69.1-r3) 06:29:30 (3/3) Installing curl (7.69.1-r3) 06:29:30 Executing busybox-1.31.1-r19.trigger 06:29:30 OK: 72 MiB in 58 packages 06:29:31 Removing intermediate container 1cf8ce4f2fbb 06:29:31 ---> c5a7e727a802 06:29:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:29:31 ---> Running in 7ce84e2a7f60 06:29:31 Removing intermediate container 7ce84e2a7f60 06:29:31 ---> b8b29629a3d4 06:29:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:31 ---> Running in ae4825d863ad 06:29:31 Removing intermediate container ae4825d863ad 06:29:31 ---> b2d8f59869c3 06:29:31 Step 24/26 : LABEL arch=x86_64 06:29:31 ---> Running in 2618621f5c06 06:29:31 Removing intermediate container 2618621f5c06 06:29:31 ---> fe99e62a2de7 06:29:31 Step 25/26 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:29:31 ---> Running in b55e63faaecb 06:29:32 Removing intermediate container b55e63faaecb 06:29:32 ---> b62634e4493e 06:29:32 Step 26/26 : LABEL version=0.0.0 06:29:33 ---> Running in 0085b25d3991 06:29:33 Removing intermediate container 0085b25d3991 06:29:33 ---> 16bfedf90e32 06:29:33 06:29:33 Successfully built 16bfedf90e32 06:29:33 Successfully tagged docker-sys-mgmt-agent-go:latest 06:29:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:29:33 $ docker stop --time=1 e1fff3873ba91e040215e16af6db02f4f2b8e85bfb06f577f40fbdcd34894edf 06:29:35 $ docker rm -f e1fff3873ba91e040215e16af6db02f4f2b8e85bfb06f577f40fbdcd34894edf [Pipeline] // withDockerContainer [Pipeline] sh 06:29:35 + docker images 06:29:35 + grep docker 06:29:36 docker-sys-mgmt-agent-go latest 16bfedf90e32 4 seconds ago 313MB 06:29:36 docker-security-bootstrapper-go latest 26ba302d9966 34 seconds ago 33.5MB 06:29:36 docker-security-secretstore-setup-go latest 4053795fedcc 43 seconds ago 24.6MB 06:29:36 docker-core-command-go latest 175218a8501e 46 seconds ago 16.3MB 06:29:36 docker-support-scheduler-go latest dc05f69dd229 50 seconds ago 16.4MB 06:29:36 docker-core-data-go latest 931ac6c21f38 About a minute ago 22.3MB 06:29:36 docker-core-metadata-go latest 0dd540f6f80d 2 minutes ago 18.8MB 06:29:36 docker-support-notifications-go latest da2d08293955 2 minutes ago 16.9MB 06:29:36 docker-security-proxy-setup-go latest 5e633d05dd12 2 minutes ago 24.4MB 06:29:36 docker 20.10.0 aefe523efa57 6 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 06:29:37 Running on prd-ubuntu18.04-docker-8c-8g-23297 in /w/workspace/edgexfoundry_edgex-go_PR-3086 [Pipeline] { [Pipeline] ws 06:29:37 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:29:39 using credential edgex-jenkins-ssh 06:29:39 Cloning the remote Git repository 06:29:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:29:39 > git init /w/workspace/edgex-go/1 # timeout=10 06:29:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:29:39 > git --version # timeout=10 06:29:39 > git --version # 'git version 2.17.1' 06:29:39 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:29:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:29:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:29:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3086/head:refs/remotes/origin/PR-3086 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:29:45 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:29:46 Merge succeeded, producing d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:29:46 Checking out Revision d03d4e902f8b5c61b289df1410a8b58561ac4a79 (PR-3086) 06:29:45 > git config core.sparsecheckout # timeout=10 06:29:45 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 06:29:46 > git remote # timeout=10 06:29:46 > git config --get remote.origin.url # timeout=10 06:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:46 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 06:29:46 > git rev-parse HEAD^{commit} # timeout=10 06:29:46 > git config core.sparsecheckout # timeout=10 06:29:46 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 06:29:49 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:29:49 > git --version # timeout=10 06:29:49 > git --version # 'git version 2.17.1' 06:29:49 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:29:51 + echo snap-build.sh 06:29:51 snap-build.sh 06:29:51 + SNAP_BASE_DIR=. 06:29:51 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:29:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:29:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:29:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:29:51 + cd /w/workspace/edgex-go/1 06:29:51 + sudo apt-get remove -qy --purge lxd lxd-client 06:29:51 Reading package lists... 06:29:51 Building dependency tree... 06:29:51 Reading state information... 06:29:51 The following packages were automatically installed and are no longer required: 06:29:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:29:51 uidmap xdelta3 06:29:51 Use 'sudo apt autoremove' to remove them. 06:29:51 The following packages will be REMOVED: 06:29:51 lxd* lxd-client* 06:29:51 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:29:51 After this operation, 31.7 MB disk space will be freed. 06:29: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 ... 190027 files and directories currently installed.) 06:29:52 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:29:53 Removing lxd dnsmasq configuration 06:29:53 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:29:53 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:29:54 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:29:54 (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.) 06:29:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:29:55 Processing triggers for systemd (237-3ubuntu10.42) ... 06:29:55 Processing triggers for ureadahead (0.100.0-21) ... 06:29:56 + sudo snap remove --purge lxd 06:29:57 snap "lxd" is not installed 06:29:57 + sudo groupadd --force --system lxd 06:29:57 ++ whoami 06:29:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:29:57 + newgrp - lxd 06:29:57 + sudo snap install lxd 06:30:05 2021-01-27T06:30:02Z INFO Waiting for automatic snapd restart... 06:30:15 lxd 4.10 from Canonical* installed 06:30:15 + sudo lxd init --auto 06:30:22 gofmt -l . 06:30:25 [ "`gofmt -l .`" = "" ] 06:30:25 + sudo snap install --classic snapcraft 06:30:27 ./bin/test-go-mod-tidy.sh 06:30:27 ./bin/test-attribution-txt.sh [Pipeline] sh 06:30:29 snapcraft 4.4.4 from Canonical* installed 06:30:29 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 06:30:29 + patch --verbose -p1 06:30:29 Hmm... Looks like a unified diff to me... 06:30:29 The text leading up to this was: 06:30:29 -------------------------- 06:30:29 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 06:30:29 |From: Tony Espy 06:30:29 |Date: Wed, 16 Dec 2020 16:34:55 -0500 06:30:29 |Subject: [PATCH] optimize snap build for pipeline CI check 06:30:29 | 06:30:29 |This patch is used by the EdgeX CI pipeline builds to 06:30:29 |optimize the snap CI check run for pull requests. When 06:30:29 |applied, it essentially strips out everything (apps and 06:30:29 |parts) from the snapcraft.yaml file except those required 06:30:29 |to build edgex-go, as the whole idea of the CI check is to 06:30:29 |catch changes to edgex-go that break the snap build. 06:30:29 | 06:30:29 |In general, anyone updating snapcraft.yaml will also need 06:30:29 |to update this patch file, otherwise it may fail to apply, 06:30:29 |resulting in a failed snap build CI check in the associated 06:30:29 |pull request. 06:30:29 | 06:30:29 |Note - in addition to applying this patch, the pipeline also 06:30:29 |only primes the snap (e.g. `snapcraft prime`), as there's no 06:30:29 |need to build the finally binary .snap file (and it won't 06:30:29 |work with the patch applied). This further reduces the build 06:30:29 |time. 06:30:29 |--- 06:30:29 | snap/snapcraft.yaml | 461 +------------------------------------------- 06:30:29 | 1 file changed, 2 insertions(+), 459 deletions(-) 06:30:29 | 06:30:29 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 06:30:29 |index 1e537489..faf42425 100644 06:30:29 |--- a/snap/snapcraft.yaml 06:30:29 |+++ b/snap/snapcraft.yaml 06:30:29 -------------------------- 06:30:29 patching file snap/snapcraft.yaml 06:30:29 Using Plan A... 06:30:29 Hunk #1 succeeded at 73. 06:30:29 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 06:30:29 Hunk #3 succeeded at 214 (offset -1 lines). 06:30:29 Hunk #4 succeeded at 222 (offset -1 lines). 06:30:29 Hunk #5 succeeded at 229 (offset -1 lines). 06:30:29 Hunk #6 succeeded at 256 (offset -1 lines). 06:30:29 Hunk #7 succeeded at 290 (offset -1 lines). 06:30:29 Hunk #8 succeeded at 342. 06:30:29 Hmm... Ignoring the trailing garbage. 06:30:29 done 06:30:29 + sudo snapcraft prime --use-lxd 06:30:29 + ls -al . 06:30:29 total 696 06:30:29 drwxrwxr-x 9 1001 1001 4096 Jan 27 06:30 . 06:30:29 drwxr-xr-x 4 root root 4096 Jan 27 06:26 .. 06:30:29 -rw-rw-r-- 1 1001 1001 11 Jan 27 06:25 .dockerignore 06:30:29 drwxrwxr-x 8 1001 1001 4096 Jan 27 06:25 .git 06:30:29 drwxrwxr-x 3 1001 1001 4096 Jan 27 06:25 .github 06:30:29 -rw-rw-r-- 1 1001 1001 872 Jan 27 06:25 .gitignore 06:30:29 -rw-rw-r-- 1 1001 1001 166 Jan 27 06:25 .sonarcloud.properties 06:30:29 -rw-rw-r-- 1 1001 1001 7859 Jan 27 06:25 Attribution.txt 06:30:29 -rw-rw-r-- 1 1001 1001 3804 Jan 27 06:25 CONTRIBUTING.md 06:30:29 -rw-rw-r-- 1 1001 1001 931 Jan 27 06:25 Dockerfile.build 06:30:29 -rw-rw-r-- 1 1001 1001 863 Jan 27 06:25 Jenkinsfile 06:30:29 -rw-rw-r-- 1 1001 1001 10775 Jan 27 06:25 LICENSE 06:30:29 -rw-rw-r-- 1 1001 1001 6001 Jan 27 06:25 Makefile 06:30:29 -rw-rw-r-- 1 1001 1001 6524 Jan 27 06:25 README.md 06:30:29 -rw-rw-r-- 1 1001 1001 6755 Jan 27 06:25 SECURITY.md 06:30:29 -rw-rw-r-- 1 1001 1001 5 Jan 27 06:21 VERSION 06:30:29 -rw-rw-r-- 1 1001 1001 4131 Jan 27 06:25 ZMQWindows.md 06:30:29 drwxrwxr-x 2 1001 1001 4096 Jan 27 06:25 bin 06:30:29 drwxrwxr-x 15 1001 1001 4096 Jan 27 06:25 cmd 06:30:29 -rw-r--r-- 1 root root 564700 Jan 27 06:29 coverage.out 06:30:29 -rw-r--r-- 1 root root 1053 Jan 27 06:30 go.mod 06:30:29 -rw-r--r-- 1 root root 19170 Jan 27 06:30 go.sum 06:30:29 drwxrwxr-x 8 1001 1001 4096 Jan 27 06:25 internal 06:30:29 drwxrwxr-x 4 1001 1001 4096 Jan 27 06:25 openapi 06:30:29 drwxrwxr-x 4 1001 1001 4096 Jan 27 06:25 snap 06:30:29 -rw-rw-r-- 1 1001 1001 168 Jan 27 06:25 version.go [Pipeline] sh 06:30:30 + '[' -e coverage.out ] 06:30:30 + chown 1001:1001 coverage.out [Pipeline] stash 06:30:30 Warning: overwriting stash ‘coverage-report’ 06:30:30 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:30:30 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: 06:30:30 - README.md 06:30:30 - snapcraft.yaml.orig 06:30:30 06:30:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:30:31 Launching a container. 06:30:31 Stashed 1 file(s) [Pipeline] sh 06:30:32 + make build 06:30:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:30:43 Waiting for container to be ready 06:30:43 To start your first instance, try: lxc launch ubuntu:18.04 06:30:43 06:30:44 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 06:30:45 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:30:46 Waiting for network to be ready... 06:30:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:30:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 06:30:46 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:30:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 06:30:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 06:30:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 06:30:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 06:30:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 06:30:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 06:30:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 06:30:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:30:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:30:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:30:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:30:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:30:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:30:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:30:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:30:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:30:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 06:30:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 06:30:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 06:30:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 06:30:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 06:30:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 06:30:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 06:30:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 06:30:50 Fetched 23.8 MB in 4s (5897 kB/s) 06:30:51 Reading package lists... 06:30:51 Reading package lists... 06:30:51 Building dependency tree... 06:30:51 Reading state information... 06:30:51 The following additional packages will be installed: 06:30:51 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:30:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:30:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:30:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:30:51 Suggested packages: 06:30:51 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:30:51 Recommended packages: 06:30:51 gnupg libsasl2-modules 06:30:51 The following NEW packages will be installed: 06:30:51 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:30:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:30:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:30:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:30:51 The following packages will be upgraded: 06:30:51 gpg gpg-agent gpgconf libudev1 06:30:51 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 06:30:51 Need to get 3533 kB of archives. 06:30:51 After this operation, 13.3 MB of additional disk space will be used. 06:30:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 06:30:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 06:30:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 06:30:51 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] 06:30:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 06:30:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 06:30:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 06:30:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 06:30:52 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 06:30:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 06:30:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:30:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:30:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:30:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:30:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:30:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:30:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:30:52 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:30:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:30:52 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:30:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:30:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:30:52 debconf: delaying package configuration, since apt-utils is not installed 06:30:52 Fetched 3533 kB in 1s (3113 kB/s) 06:30:53 (Reading database ... 12511 files and directories currently installed.) 06:30:53 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 06:30:53 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:30:53 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 06:30:53 Selecting previously unselected package udev. 06:30:53 (Reading database ... 12511 files and directories currently installed.) 06:30:53 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 06:30:53 Unpacking udev (237-3ubuntu10.44) ... 06:30:53 Selecting previously unselected package libfuse2:amd64. 06:30:53 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:30:53 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:30:53 Selecting previously unselected package fuse. 06:30:53 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:30:53 Unpacking fuse (2.9.7-1ubuntu1) ... 06:30:53 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 06:30:53 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:30:53 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 06:30:53 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:30:53 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 06:30:53 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:30:54 Selecting previously unselected package libksba8:amd64. 06:30:54 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:30:54 Unpacking libksba8:amd64 (1.3.5-2) ... 06:30:54 Selecting previously unselected package libroken18-heimdal:amd64. 06:30:54 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:54 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:54 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:30:54 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:54 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:54 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:30:54 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:54 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:54 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:30:54 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:54 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:54 Selecting previously unselected package libwind0-heimdal:amd64. 06:30:54 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:54 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:54 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:30:54 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:54 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:54 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:30:54 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:54 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:54 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:30:54 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:54 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:55 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:30:55 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:30:55 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:55 Selecting previously unselected package libsasl2-modules-db:amd64. 06:30:55 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:30:55 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:30:55 Selecting previously unselected package libsasl2-2:amd64. 06:30:55 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:30:55 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:30:55 Selecting previously unselected package libldap-common. 06:30:55 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 06:30:55 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:30:55 Selecting previously unselected package libldap-2.4-2:amd64. 06:30:55 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 06:30:55 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:30:55 Selecting previously unselected package dirmngr. 06:30:55 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 06:30:55 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 06:30:55 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:30:55 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 06:30:55 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:30:55 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:30:55 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:30:55 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 06:30:55 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:55 Setting up libksba8:amd64 (1.3.5-2) ... 06:30:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:30:56 Setting up udev (237-3ubuntu10.44) ... 06:30:56 invoke-rc.d: policy-rc.d denied execution of start. 06:30:56 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:56 Processing triggers for systemd (237-3ubuntu10) ... 06:30:56 Setting up fuse (2.9.7-1ubuntu1) ... 06:30:56 Setting up gpg (2.2.4-1ubuntu1.3) ... 06:30:56 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:56 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:56 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:57 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:57 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:57 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:57 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:30:57 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:30:57 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 06:30:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:30:57 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:30:57 settings in the [Install] section, and DefaultInstance for template units). 06:30:57 This means they are not meant to be enabled using systemctl. 06:30:57 Possible reasons for having this kind of units are: 06:30:57 1) A unit may be statically enabled by being symlinked from another unit's 06:30:57 .wants/ or .requires/ directory. 06:30:57 2) A unit's purpose may be to act as a helper for some other unit which has 06:30:57 a requirement dependency on it. 06:30:57 3) A unit may be started when needed via activation (socket, path, timer, 06:30:57 D-Bus, udev, scripted systemctl call, ...). 06:30:57 4) In case of template units, the unit is meant to be enabled with some 06:30:57 instance name specified. 06:30:57 Reading package lists... 06:30:58 Building dependency tree... 06:30:58 Reading state information... 06:30:58 The following additional packages will be installed: 06:30:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:30:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:30:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:30:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:30:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:30:58 Suggested packages: 06:30:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:30:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:30:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:30:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:30:58 systemd-container policykit-1 06:30:58 Recommended packages: 06:30:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:30:58 The following NEW packages will be installed: 06:30:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:30:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:30:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:30:58 multiarch-support openssh-client python3 python3-minimal python3.6 06:30:58 python3.6-minimal snapd squashfs-tools sudo 06:30:58 The following packages will be upgraded: 06:30:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:30:58 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 06:30:58 Need to get 35.2 MB of archives. 06:30:58 After this operation, 141 MB of additional disk space will be used. 06:30:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 06:30:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 06:30:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 06:30:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 06:30:59 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 06:30:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:30:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:30:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:30:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:30:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:30:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:30:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:30:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:30:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 06:30:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:30:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 06:30:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:30:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 06:30:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 06:30:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:30:59 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 06:30:59 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:30:59 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:30:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:30:59 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:30:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 06:30:59 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:30:59 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:30:59 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 06:30:59 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:31:00 debconf: delaying package configuration, since apt-utils is not installed 06:31:00 Fetched 35.2 MB in 2s (15.5 MB/s) 06:31:00 (Reading database ... 12757 files and directories currently installed.) 06:31:00 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 06:31:00 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:31:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 06:31:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:31:01 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 06:31:01 (Reading database ... 12757 files and directories currently installed.) 06:31:01 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 06:31:01 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 06:31:01 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 06:31:02 (Reading database ... 12757 files and directories currently installed.) 06:31:02 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 06:31:02 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 06:31:02 Setting up apt (1.6.12ubuntu0.2) ... 06:31:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:31:03 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:31:03 (Reading database ... 12764 files and directories currently installed.) 06:31:03 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:31:03 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:31:03 Selecting previously unselected package libpython3.6-minimal:amd64. 06:31:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:31:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:31:03 Selecting previously unselected package libexpat1:amd64. 06:31:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:31:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:31:03 Selecting previously unselected package python3.6-minimal. 06:31:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:31:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:31:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 06:31:04 Checking for services that may need to be restarted...done. 06:31:04 Checking for services that may need to be restarted...done. 06:31:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:31:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:31:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:31:04 Selecting previously unselected package python3-minimal. 06:31:04 (Reading database ... 13012 files and directories currently installed.) 06:31:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:31:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:31:04 Selecting previously unselected package mime-support. 06:31:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:31:04 Unpacking mime-support (3.60ubuntu1) ... 06:31:04 Selecting previously unselected package libmpdec2:amd64. 06:31:04 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:31:04 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:31:05 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:31:05 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:31:05 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:31:05 Selecting previously unselected package python3.6. 06:31:05 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:31:05 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:31:05 Selecting previously unselected package libpython3-stdlib:amd64. 06:31:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:31:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:31:05 Setting up python3-minimal (3.6.7-1~18.04) ... 06:31:05 Selecting previously unselected package python3. 06:31:05 (Reading database ... 13442 files and directories currently installed.) 06:31:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:31:05 Unpacking python3 (3.6.7-1~18.04) ... 06:31:05 Selecting previously unselected package multiarch-support. 06:31:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:31:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:31:05 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:31:05 Selecting previously unselected package liblzo2-2:amd64. 06:31:05 (Reading database ... 13479 files and directories currently installed.) 06:31:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:31:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:31:06 Selecting previously unselected package libbsd0:amd64. 06:31:06 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:31:06 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:31:06 Selecting previously unselected package sudo. 06:31:06 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 06:31:06 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 06:31:06 Selecting previously unselected package apparmor. 06:31:06 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:31:06 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:31:08 Selecting previously unselected package libedit2:amd64. 06:31:08 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:31:08 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:31:08 Selecting previously unselected package libkrb5support0:amd64. 06:31:08 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:31:08 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:31:08 Selecting previously unselected package libk5crypto3:amd64. 06:31:08 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:31:08 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:31:08 Selecting previously unselected package libkeyutils1:amd64. 06:31:08 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:31:08 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:31:08 Selecting previously unselected package libkrb5-3:amd64. 06:31:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:31:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:31:08 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:31:08 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:31:08 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:31:08 Selecting previously unselected package libssl1.0.0:amd64. 06:31:08 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 06:31:08 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:31:08 Selecting previously unselected package openssh-client. 06:31:08 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:31:08 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:31:08 Selecting previously unselected package squashfs-tools. 06:31:08 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:31:08 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:31:08 Selecting previously unselected package snapd. 06:31:08 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 06:31:08 Unpacking snapd (2.48+18.04) ... 06:31:09 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:31:09 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:31:10 Setting up mime-support (3.60ubuntu1) ... 06:31:10 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 06:31:10 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:31:10 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:31:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:31:10 Setting up systemd (237-3ubuntu10.44) ... 06:31:10 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:31:11 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:31:11 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:31:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:31:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:31:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:31:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:31:11 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:31:11 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:31:11 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:31:11 Setting up python3 (3.6.7-1~18.04) ... 06:31:11 running python rtupdate hooks for python3.6... 06:31:11 running python post-rtupdate hooks for python3.6... 06:31:11 Setting up apparmor (2.12-4ubuntu5.1) ... 06:31:12 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 06:31: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 06:31:13 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:31:13 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:31:13 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:31:13 Setting up snapd (2.48+18.04) ... 06:31:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:31:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:31:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:31:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:31:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:31:14 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:31:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:31:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:31:15 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:31:15 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:31:15 /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' 06:31:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:31:15 Processing triggers for systemd (237-3ubuntu10.44) ... 06:31:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:31:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:31:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:31:17 Reading package lists... 06:31:17 Reading package lists... 06:31:17 Building dependency tree... 06:31:17 Reading state information... 06:31:18 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 06:31:18 Calculating upgrade... 06:31:18 The following packages will be upgraded: 06:31:18 advancecomp base-files bash binutils binutils-common 06:31:18 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:31:18 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:31:18 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 06:31:18 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 06:31:18 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 06:31:18 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 06:31:18 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 06:31:18 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 06:31:18 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 06:31:18 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 06:31:18 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 06:31:18 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 06:31:18 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 06:31:18 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 06:31:18 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:31:18 Need to get 63.8 MB of archives. 06:31:18 After this operation, 5205 kB of additional disk space will be used. 06:31:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:31:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:31:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:31:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:31:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:31:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:31:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:31:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 06:31:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:31:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:31:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:31:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:31:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:31:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 06:31:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:31:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:31:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:31:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:31:18 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:31:18 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:31:18 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:31:18 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:31:18 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:31:18 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:31:18 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:31:18 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:31:18 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:31:18 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:31:18 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:31:18 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:31:18 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:31:18 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:31:18 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:31:18 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:31:18 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 06:31:18 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 06:31:18 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:31:18 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 06:31:18 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 06:31:18 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 06:31:18 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 06:31:18 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:31:18 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:31:18 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:31:18 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 06:31:18 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:31:18 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:31:18 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 06:31:18 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 06:31:18 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 06:31:18 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 06:31:18 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:31:18 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:31:18 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:31:18 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:31:18 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:31:19 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 06:31:19 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:31:19 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:31:19 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:31:19 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:31:19 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:31:19 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:31:19 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:31:19 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:31:19 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:31:19 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 06:31:19 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:31:19 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:31:19 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:31:19 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:31:19 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:31:19 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:31:19 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:31:19 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:31:19 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:31:19 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:31:19 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:31:19 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:31:19 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:31:19 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 06:31:19 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 06:31:19 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:31:19 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 06:31:19 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:31:19 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 06:31:19 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 06:31:19 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:31:19 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:31:19 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:31:20 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 06:31:20 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:31:20 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:31:20 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 06:31:20 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:31:20 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:31:20 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:31:20 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:31:20 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:31:20 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:31:20 debconf: delaying package configuration, since apt-utils is not installed 06:31:20 Fetched 63.8 MB in 2s (31.1 MB/s) 06:31:20 (Reading database ... 13912 files and directories currently installed.) 06:31:20 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:31:20 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:31:21 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:31:21 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:31:21 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 06:31:21 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 06:31:21 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:21 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:22 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:22 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:22 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:22 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:22 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:22 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:22 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:22 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:22 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:22 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:22 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:22 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:22 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:22 (Reading database ... 13911 files and directories currently installed.) 06:31:22 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:22 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:31:23 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:31:23 (Reading database ... 13911 files and directories currently installed.) 06:31:23 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:23 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:23 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:23 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:23 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:31:23 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:31:23 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:23 (Reading database ... 13911 files and directories currently installed.) 06:31:23 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:31:23 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:31:24 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 06:31:24 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:31:24 (Reading database ... 13911 files and directories currently installed.) 06:31:24 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:31:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:31:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:31:24 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:31:25 Setting up base-files (10.1ubuntu2.10) ... 06:31:25 Installing new version of config file /etc/issue ... 06:31:25 Installing new version of config file /etc/issue.net ... 06:31:25 Installing new version of config file /etc/lsb-release ... 06:31:25 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:31:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:31:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:31:25 Removing obsolete conffile /etc/default/motd-news ... 06:31:25 (Reading database ... 13912 files and directories currently installed.) 06:31:25 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:31:25 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:31:25 Setting up bash (4.4.18-2ubuntu1.2) ... 06:31:25 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 06:31:25 (Reading database ... 13912 files and directories currently installed.) 06:31:25 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:25 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:31:26 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:31:26 (Reading database ... 13912 files and directories currently installed.) 06:31:26 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 06:31:26 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 06:31:26 Setting up tar (1.29b-2ubuntu0.2) ... 06:31:26 (Reading database ... 13912 files and directories currently installed.) 06:31:26 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:31:26 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:31:26 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:31:26 (Reading database ... 13912 files and directories currently installed.) 06:31:26 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:31:26 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:31:26 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:31:27 (Reading database ... 13912 files and directories currently installed.) 06:31:27 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:31:27 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:31:27 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:31:27 (Reading database ... 13912 files and directories currently installed.) 06:31:27 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:31:27 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:31:27 Setting up grep (3.1-2build1) ... 06:31:27 (Reading database ... 13912 files and directories currently installed.) 06:31:27 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:31:27 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:31:27 Setting up login (1:4.5-1ubuntu2) ... 06:31:27 (Reading database ... 13912 files and directories currently installed.) 06:31:27 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:31:27 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:31:28 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:31:28 (Reading database ... 13912 files and directories currently installed.) 06:31:28 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:31:28 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:31: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 06:31:28 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:31:28 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:31:28 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:31:28 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:31:29 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:31:29 (Reading database ... 13912 files and directories currently installed.) 06:31:29 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:31:29 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:31:30 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:31:30 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:31:30 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:31:30 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:31:30 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:31:31 (Reading database ... 13912 files and directories currently installed.) 06:31:31 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:31:31 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:31:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:31:31 (Reading database ... 13912 files and directories currently installed.) 06:31:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:31: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 06:31:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:31:31 (Reading database ... 13912 files and directories currently installed.) 06:31:31 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:31 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:31:31 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:31:31 (Reading database ... 13912 files and directories currently installed.) 06:31:31 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:31 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:31:32 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:31:32 (Reading database ... 13912 files and directories currently installed.) 06:31:32 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:32 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:31:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:31:32 (Reading database ... 13912 files and directories currently installed.) 06:31:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:31:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:31:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:31:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:31:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:31:32 (Reading database ... 13912 files and directories currently installed.) 06:31:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:31:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:31:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:31:33 (Reading database ... 13912 files and directories currently installed.) 06:31:33 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:33 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:31:33 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:31:33 (Reading database ... 13912 files and directories currently installed.) 06:31:33 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:33 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:31:33 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:31:33 (Reading database ... 13912 files and directories currently installed.) 06:31:33 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:31:34 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:31:34 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:31:34 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:31:34 (Reading database ... 13912 files and directories currently installed.) 06:31:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:31:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:31:35 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:31:35 (Reading database ... 13912 files and directories currently installed.) 06:31:35 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:31:35 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:31:35 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:31:35 (Reading database ... 13914 files and directories currently installed.) 06:31:35 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:31:35 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:31:35 Setting up debconf (1.5.66ubuntu1) ... 06:31:35 (Reading database ... 13914 files and directories currently installed.) 06:31:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 06:31:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:31:36 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 06:31:36 (Reading database ... 13914 files and directories currently installed.) 06:31:36 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 06:31:36 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:31:36 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 06:31:36 (Reading database ... 13914 files and directories currently installed.) 06:31:36 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:31:36 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:31:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:31:36 (Reading database ... 13914 files and directories currently installed.) 06:31:36 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:31:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:31:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:31:36 (Reading database ... 13914 files and directories currently installed.) 06:31:36 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:31:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:31:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:31:37 (Reading database ... 13914 files and directories currently installed.) 06:31:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:31:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:31:37 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 06:31:37 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:31:37 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:31:37 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:31:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:31:38 (Reading database ... 13914 files and directories currently installed.) 06:31:38 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:31:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:31:38 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 06:31:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:31:38 (Reading database ... 13914 files and directories currently installed.) 06:31:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:31:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:31:38 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:31:38 (Reading database ... 13914 files and directories currently installed.) 06:31:38 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:31:38 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:31:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:31:39 (Reading database ... 13914 files and directories currently installed.) 06:31:39 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 06:31:39 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 06:31:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 06:31:39 (Reading database ... 13914 files and directories currently installed.) 06:31:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:31:39 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:31:39 Setting up passwd (1:4.5-1ubuntu2) ... 06:31:39 (Reading database ... 13914 files and directories currently installed.) 06:31:39 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 06:31:39 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:31:40 Setting up gpgv (2.2.4-1ubuntu1.3) ... 06:31:40 (Reading database ... 13914 files and directories currently installed.) 06:31:40 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:31:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:31:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:31:40 (Reading database ... 13914 files and directories currently installed.) 06:31:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:31:40 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:31:40 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:31:40 (Reading database ... 13914 files and directories currently installed.) 06:31:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 06:31:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 06:31:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 06:31:40 (Reading database ... 13914 files and directories currently installed.) 06:31:40 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:31:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:31:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:31:41 (Reading database ... 13914 files and directories currently installed.) 06:31:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 06:31:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 06:31:41 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 06:31:41 (Reading database ... 13914 files and directories currently installed.) 06:31:41 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 06:31:41 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 06:31:41 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 06:31:41 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 06:31:41 (Reading database ... 13915 files and directories currently installed.) 06:31:41 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:31:41 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:31:41 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:31:41 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:31:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:31:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:31:42 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 06:31:42 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 06:31:42 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:31:42 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:31:42 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:31:42 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:31:42 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:31:42 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:31:42 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:31:42 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:31:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:31:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:31:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:31:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:31:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:31:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:31:43 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 06:31:43 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 06:31:44 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:31:44 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:31:44 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:31:44 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:31:44 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:31:44 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:31:44 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:31:44 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:31:44 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:31:44 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:31:45 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:31:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:31:45 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:45 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:45 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:45 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:45 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:45 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 06:31:45 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:45 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:47 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:47 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:47 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:47 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:48 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:48 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:48 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:48 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:49 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 06:31:49 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:31:49 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:31:49 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:31:49 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:31:50 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:31:50 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:31:50 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:31:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:31:50 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:31:50 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:31:50 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:31:50 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:31:50 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:31:50 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:31:50 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:31:50 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:31:50 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:50 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:31:50 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:50 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:50 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:51 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:31:51 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:31:51 Setting up tzdata (2020f-0ubuntu0.18.04) ... 06:31:51 06:31:51 Current default time zone: 'Etc/UTC' 06:31:51 Local time is now: Wed Jan 27 06:31:51 UTC 2021. 06:31:51 Universal Time is now: Wed Jan 27 06:31:51 UTC 2021. 06:31:51 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:31:51 06:31:51 Setting up systemd-sysv (237-3ubuntu10.44) ... 06:31:51 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:51 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 06:31:51 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:31:51 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:31:51 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:31:51 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:31:51 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:31:51 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:31:51 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:31:51 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:51 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:31:51 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:31:51 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:31:51 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:51 Setting up patch (2.7.6-2ubuntu1.1) ... 06:31:51 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:31:51 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:31:51 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 06:31:51 Installing new version of config file /etc/ssl/openssl.cnf ... 06:31:51 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:31:51 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:31:51 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 06:31:53 Updating certificates in /etc/ssl/certs... [Pipeline] } 06:31:54 $ docker stop --time=1 86de9aec30eda6f6c4dda9f3f5469ec5c37d5fe7854dbc0340eafc7d52466e00 06:31:54 22 added, 17 removed; done. 06:31:54 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:31:54 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:31:54 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:31:54 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:31:55 Setting up pkgbinarymangler (138.18.04.1) ... 06:31:55 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:31:55 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:31:55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:31:55 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:31:55 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:31:55 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:31:55 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:31:55 Setting up perl (5.26.1-6ubuntu0.5) ... 06:31:55 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:31:55 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:31:55 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:31:55 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 06:31:55 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:31:55 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:31:55 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:31:55 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:31:55 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:31:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:31:55 Processing triggers for systemd (237-3ubuntu10.44) ... 06:31:55 Processing triggers for mime-support (3.60ubuntu1) ... 06:31:55 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 06:31:55 Updating certificates in /etc/ssl/certs... 06:31:56 0 added, 0 removed; done. 06:31:56 Running hooks in /etc/ca-certificates/update.d... 06:31:56 done. 06:31:57 Reading package lists... 06:31:57 Building dependency tree... 06:31:57 Reading state information... 06:31:57 $ docker rm -f 86de9aec30eda6f6c4dda9f3f5469ec5c37d5fe7854dbc0340eafc7d52466e00 06:31:57 The following NEW packages will be installed: 06:31:57 apt-transport-https 06:31:57 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:31:57 Need to get 1696 B of archives. 06:31:57 After this operation, 153 kB of additional disk space will be used. 06:31:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 06:31:57 debconf: delaying package configuration, since apt-utils is not installed 06:31:57 Fetched 1696 B in 0s (9488 B/s) 06:31:57 Selecting previously unselected package apt-transport-https. 06:31:57 (Reading database ... 13929 files and directories currently installed.) 06:31:57 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 06:31:57 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 06:31:57 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 06:31:57 Waiting for network to be ready... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:31:59 06:31:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:32:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:32:00 latest: Pulling from edgex-devops/edgex-compose-arm64 06:32:00 29e5d40040c1: Pulling fs layer 06:32:00 1ce36da41761: Pulling fs layer 06:32:00 25b303627fd3: Pulling fs layer 06:32:00 29e5d40040c1: Verifying Checksum 06:32:00 29e5d40040c1: Download complete 06:32:01 1ce36da41761: Verifying Checksum 06:32:01 1ce36da41761: Download complete 06:32:01 29e5d40040c1: Pull complete 06:32:02 25b303627fd3: Verifying Checksum 06:32:02 25b303627fd3: Download complete 06:32:02 1ce36da41761: Pull complete 06:32:04 2021-01-27T06:32:00Z INFO Waiting for automatic snapd restart... 06:32:04 snapd 2.48.2 from Canonical* installed 06:32:04 "snapd" switched to the "latest/stable" channel 06:32:04 06:32:07 core18 20201210 from Canonical* installed 06:32:07 "core18" switched to the "latest/stable" channel 06:32:07 06:32:10 snapcraft 4.4.4 from Canonical* installed 06:32:10 "snapcraft" switched to the "latest/stable" channel 06:32:10 06:32:13 25b303627fd3: Pull complete 06:32:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:32:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:32:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:32:13 prd-ubuntu18.04-docker-arm64-4c-16g-23371 does not seem to be running inside a container 06:32:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:32:14 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: 06:32:14 - README.md 06:32:14 - snapcraft.yaml.orig 06:32:14 06:32:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:32:16 $ docker top 55de1e96348ac9243ef80083926720aa93e80470459e56bff00201b2ae70320f -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:17 + docker-compose build --help 06:32:17 + grep parallel 06:32:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:32:20 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:32:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:32:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:32:21 --parallel Build images in parallel. [Pipeline] } 06:32:21 $ docker stop --time=1 55de1e96348ac9243ef80083926720aa93e80470459e56bff00201b2ae70320f 06:32:21 Reading package lists... 06:32:21 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 06:32:23 $ docker rm -f 55de1e96348ac9243ef80083926720aa93e80470459e56bff00201b2ae70320f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:32:24 . [Pipeline] withDockerContainer 06:32:24 prd-ubuntu18.04-docker-arm64-4c-16g-23371 does not seem to be running inside a container 06:32:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:32:25 $ docker top 366111ccbc01482117c522e42b1eee567730e4af187abf8c9751961643b67a3f -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:27 + docker-compose -f ./docker-compose-build.yml build --parallel 06:32:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:32:28 Reading package lists... 06:32:28 Building dependency tree... 06:32:28 Reading state information... 06:32:28 Suggested packages: 06:32:28 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:32:28 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:32:28 Recommended packages: 06:32:28 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:32:28 The following NEW packages will be installed: 06:32:28 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:32:28 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:32:28 pkg-config zip 06:32:28 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:32:28 Need to get 7655 kB of archives. 06:32:28 After this operation, 43.7 MB of additional disk space will be used. 06:32:28 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:32:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 06:32:28 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:32:29 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:32:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:32:29 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:32:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:32:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:32:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:32:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:32:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 06:32:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:32:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:32:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:32:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:32:29 debconf: delaying package configuration, since apt-utils is not installed 06:32:29 Fetched 7655 kB in 1s (6970 kB/s) 06:32:29 Selecting previously unselected package libglib2.0-0:amd64. 06:32:29 (Reading database ... 13933 files and directories currently installed.) 06:32:29 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 06:32:29 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:32:30 Selecting previously unselected package libpsl5:amd64. 06:32:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:32:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:32:30 Selecting previously unselected package libnghttp2-14:amd64. 06:32:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:32:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:32:30 Selecting previously unselected package librtmp1:amd64. 06:32:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:32:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:32:30 Selecting previously unselected package libcurl3-gnutls:amd64. 06:32:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 06:32:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:32:30 Selecting previously unselected package liberror-perl. 06:32:30 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:32:30 Unpacking liberror-perl (0.17025-1) ... 06:32:30 Selecting previously unselected package git-man. 06:32:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:32:30 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:32:30 Selecting previously unselected package git. 06:32:30 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:32:30 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:32:31 Building docker-core-command-go ... 06:32:31 Building docker-core-data-go ... 06:32:31 Building docker-core-metadata-go ... 06:32:31 Building docker-security-bootstrapper-go ... 06:32:31 Building docker-security-proxy-setup-go ... 06:32:31 Building docker-security-secretstore-setup-go ... 06:32:31 Building docker-support-notifications-go ... 06:32:31 Building docker-support-scheduler-go ... 06:32:31 Building docker-sys-mgmt-agent-go ... 06:32:31 Building docker-security-secretstore-setup-go 06:32:31 Building docker-support-scheduler-go 06:32:31 Building docker-security-proxy-setup-go 06:32:31 Building docker-security-bootstrapper-go 06:32:31 Building docker-core-command-go 06:32:31 Selecting previously unselected package libnorm1:amd64. 06:32:31 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:32:31 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:32:31 Selecting previously unselected package libpgm-5.2-0:amd64. 06:32:31 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:32:31 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:32:31 Selecting previously unselected package libsodium23:amd64. 06:32:31 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:32:31 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:32:31 Selecting previously unselected package libzmq5:amd64. 06:32:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:32:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:32:31 Selecting previously unselected package libzmq3-dev:amd64. 06:32:31 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:32:31 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:32:32 Selecting previously unselected package pkg-config. 06:32:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:32:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:32:32 Selecting previously unselected package zip. 06:32:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:32:32 Unpacking zip (3.0-11build1) ... 06:32:32 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:32:32 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:32:32 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:32:32 Setting up liberror-perl (0.17025-1) ... 06:32:32 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:32:32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:32:32 No schema files found: doing nothing. 06:32:32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:32:32 Setting up zip (3.0-11build1) ... 06:32:32 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:32:32 Setting up libsodium23:amd64 (1.0.16-2) ... 06:32:32 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:32:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:32:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:32:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:32:32 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:32:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:32:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:32:39 git set to automatically installed. 06:32:39 git-man set to automatically installed. 06:32:39 libcurl3-gnutls set to automatically installed. 06:32:39 liberror-perl set to automatically installed. 06:32:39 libglib2.0-0 set to automatically installed. 06:32:39 libnghttp2-14 set to automatically installed. 06:32:39 libnorm1 set to automatically installed. 06:32:39 libpgm-5.2-0 set to automatically installed. 06:32:39 libpsl5 set to automatically installed. 06:32:39 librtmp1 set to automatically installed. 06:32:39 libsodium23 set to automatically installed. 06:32:39 libzmq3-dev set to automatically installed. 06:32:39 libzmq5 set to automatically installed. 06:32:39 pkg-config set to automatically installed. 06:32:39 zip set to automatically installed. 06:32:41 snapd is not logged in, snap install commands will use sudo 06:32:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:32:48 snap "core18" has no updates available 06:32:49 Pulling config-common 06:32:49 Pulling go-build-helper 06:33:11 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:33:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:33:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:33:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 06:33:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:33:11 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:33:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:33:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 06:33:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:33:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:33:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:33:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:33:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 06:33:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 06:33:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 06:33:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 06:33:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 06:33:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 06:33:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:33:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 06:33:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 06:33:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 06:33:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 06:33:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 06:33:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 06:33:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 06:33:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 06:33:11 Fetched 23.8 MB in 0s (0 B/s) 06:33:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:33:11 Fetched 96.5 kB in 0s (0 B/s) 06:33:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:33:11 Fetched 279 kB in 0s (0 B/s) 06:33:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:33:11 Fetched 122 kB in 0s (0 B/s) 06:33:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:33:11 Fetched 77.8 kB in 0s (0 B/s) 06:33:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:33:11 Fetched 8848 B in 0s (0 B/s) 06:33:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:33:11 Fetched 47.8 kB in 0s (0 B/s) 06:33:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:33:11 Fetched 45.6 kB in 0s (0 B/s) 06:33:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 06:33:11 Fetched 15.0 kB in 0s (0 B/s) 06:33:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 06:33:11 Fetched 214 kB in 0s (0 B/s) 06:33:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 06:33:11 Fetched 155 kB in 0s (0 B/s) 06:33:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:33:11 Fetched 50.6 kB in 0s (0 B/s) 06:33:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:33:11 Fetched 14.8 kB in 0s (0 B/s) 06:33:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:33:11 Fetched 41.8 kB in 0s (0 B/s) 06:33:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:33:11 Fetched 499 kB in 0s (0 B/s) 06:33:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:33:11 Fetched 111 kB in 0s (0 B/s) 06:33:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:33:11 Fetched 240 kB in 0s (0 B/s) 06:33:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:33:11 Fetched 29.3 kB in 0s (0 B/s) 06:33:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:33:11 Fetched 85.5 kB in 0s (0 B/s) 06:33:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:33:11 Fetched 24.5 kB in 0s (0 B/s) 06:33:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 06:33:11 Fetched 49.2 kB in 0s (0 B/s) 06:33:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:33:11 Fetched 54.2 kB in 0s (0 B/s) 06:33:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:33:11 Fetched 30.8 kB in 0s (0 B/s) 06:33:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 06:33:11 Fetched 17.0 kB in 0s (0 B/s) 06:33:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:33:11 Fetched 85.9 kB in 0s (0 B/s) 06:33:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:33:11 Fetched 8720 B in 0s (0 B/s) 06:33:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 06:33:11 Fetched 137 kB in 0s (0 B/s) 06:33:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:33:11 Fetched 119 kB in 0s (0 B/s) 06:33:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 06:33:11 Fetched 109 kB in 0s (0 B/s) 06:33:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:33:11 Fetched 11.1 kB in 0s (0 B/s) 06:33:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:33:11 Fetched 645 kB in 0s (0 B/s) 06:33:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:33:11 Fetched 41.3 kB in 0s (0 B/s) 06:33:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:33:11 Fetched 17.9 kB in 0s (0 B/s) 06:33:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:33:11 Fetched 368 kB in 0s (0 B/s) 06:33:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 06:33:11 Fetched 187 kB in 0s (0 B/s) 06:33:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:33:11 Fetched 175 kB in 0s (0 B/s) 06:33:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:33:13 Fetched 206 kB in 0s (0 B/s) 06:33:13 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 06:33:13 Fetched 1301 kB in 0s (0 B/s) 06:33:13 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:33:13 Fetched 36.2 kB in 0s (0 B/s) 06:33:13 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 06:33:13 Fetched 159 kB in 0s (0 B/s) 06:33:13 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:33:13 Fetched 107 kB in 0s (0 B/s) 06:33:13 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:33:13 Fetched 48.7 kB in 0s (0 B/s) 06:33:13 Pulling static-packages 06:33:14 'go115' has dependencies that need to be staged: go-build-helper static-packages 06:33:14 Skipping pull go-build-helper (already ran) 06:33:14 Skipping pull static-packages (already ran) 06:33:14 Building go-build-helper 06:33:19 Building static-packages 06:33:20 Staging go-build-helper 06:33:21 Staging static-packages 06:33:22 Pulling go115 06:33:23 'edgex-go' has dependencies that need to be staged: go115 06:33:23 Skipping pull go115 (already ran) 06:33:23 Building go115 06:33:23 % Total % Received % Xferd Average Speed Time Time Time Current 06:33:23 Dload Upload Total Spent Left Speed 06:33:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.7M 0 0 23.5M 0 0:00:04 --:--:-- 0:00:04 23.4M 52 115M 52 61.0M 0 0 32.8M 0 0:00:03 0:00:01 0:00:02 32.8M 88 115M 88 102M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.8M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M 06:33:26 go1.15.2.linux-amd64.tar.gz: OK 06:33:30 Staging go115 06:33:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:33:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:33:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:33:35 Fetched 0 B in 0s (0 B/s) 06:33:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:33:35 Fetched 224 kB in 0s (0 B/s) 06:33:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:33:35 Fetched 157 kB in 0s (0 B/s) 06:33:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:33:35 Fetched 221 kB in 0s (0 B/s) 06:33:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:33:35 Fetched 143 kB in 0s (0 B/s) 06:33:35 Pulling edgex-go 06:33:36 Pulling version 06:33:37 Building config-common 06:33:39 Skipping build go-build-helper (already ran) 06:33:39 Skipping build static-packages (already ran) 06:33:39 Skipping build go115 (already ran) 06:33:39 Building edgex-go 06:33:39 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 06:33:47 go: downloading github.com/gorilla/mux v1.8.0 06:33:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.9 06:33:47 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:33:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 06:33:47 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 06:33:47 go: downloading github.com/x448/float16 v0.8.4 06:33:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 06:33:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:33:47 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 06:33:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:33:47 go: downloading github.com/go-kit/kit v0.8.0 06:33:47 go: downloading github.com/google/uuid v1.2.0 06:33:47 go: downloading github.com/imdario/mergo v0.3.11 06:33:47 go: downloading github.com/pkg/errors v0.8.1 06:33:47 go: downloading github.com/BurntSushi/toml v0.3.1 06:33:47 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:33:47 go: downloading github.com/go-playground/validator/v10 v10.3.0 06:33:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:33:47 go: downloading github.com/pebbe/zmq4 v1.2.2 06:33:47 go: downloading github.com/pelletier/go-toml v1.2.0 06:33:47 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 06:33:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 06:33:47 go: downloading github.com/hashicorp/consul/api v1.1.0 06:33:47 go: downloading gopkg.in/yaml.v2 v2.4.0 06:33:47 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:33:47 go: downloading github.com/go-playground/universal-translator v0.17.0 06:33:47 go: downloading github.com/leodido/go-urn v1.2.0 06:33:47 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:33:47 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:33:47 go: downloading github.com/mitchellh/copystructure v1.0.0 06:33:47 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:33:47 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:33:47 go: downloading github.com/hashicorp/serf v0.8.2 06:33:47 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:33:47 go: downloading github.com/go-playground/locales v0.13.0 06:33:47 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:33:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:33:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:33:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:33:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:33:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:33:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:33:53 ---> b24e342ef7dc 06:33:53 Step 3/22 : WORKDIR /edgex-go 06:33:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:33:53 ---> b24e342ef7dc 06:33:53 Step 3/21 : WORKDIR /edgex-go 06:33:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:33:53 ---> b24e342ef7dc 06:33:53 Step 3/24 : WORKDIR /edgex-go 06:33:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:33:53 ---> b24e342ef7dc 06:33:53 Step 3/23 : WORKDIR /edgex-go 06:33:53 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:53 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:33:53 ---> b24e342ef7dc 06:33:53 Step 3/33 : WORKDIR /edgex-go 06:33:53 ---> Running in c3057925e211 06:33:53 ---> Running in 966ea46f574a 06:33:53 ---> Running in e9532a04a100 06:33:53 ---> Running in 281dc7c6c0d9 06:33:53 ---> Running in 1dadd3390627 06:33:53 Removing intermediate container 281dc7c6c0d9 06:33:53 ---> a364ab244dbe 06:33:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 Removing intermediate container e9532a04a100 06:33:53 ---> 172fb05c0c16 06:33:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 Removing intermediate container c3057925e211 06:33:53 ---> 20c088ecd918 06:33:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 Removing intermediate container 1dadd3390627 06:33:53 ---> bb857023c8ec 06:33:53 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 Removing intermediate container 966ea46f574a 06:33:53 ---> 06639f9e2426 06:33:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 ---> Running in fd978f2cd9c6 06:33:53 ---> Running in 8d7920938210 06:33:53 ---> Running in 26e7882ed4a1 06:33:53 ---> Running in 5168b866f2f3 06:33:53 ---> Running in cc531277c988 06:33:53 Removing intermediate container fd978f2cd9c6 06:33:53 ---> 240cc717f0ea 06:33:53 Step 5/21 : RUN apk add --update --no-cache make git 06:33:53 ---> Running in 16e08b415e3a 06:33:53 Removing intermediate container 8d7920938210 06:33:53 ---> e5284789aac9 06:33:53 Step 5/24 : RUN apk add --update --no-cache make git 06:33:53 Removing intermediate container 5168b866f2f3 06:33:53 ---> 87bfcd65821a 06:33:53 Step 5/22 : RUN apk add --update --no-cache make git 06:33:53 ---> Running in 166069d40d72 06:33:53 ---> Running in ce757c2cbd98 06:33:53 Removing intermediate container cc531277c988 06:33:53 ---> 5380285d8d1e 06:33:53 Step 5/23 : RUN apk add --update --no-cache make git 06:33:53 Removing intermediate container 26e7882ed4a1 06:33:53 ---> 8a0d8365daf6 06:33:53 Step 5/33 : RUN apk add --update --no-cache make git 06:33:53 ---> Running in c97f225011fb 06:33:53 ---> Running in 58fe984cb459 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:53 OK: 217 MiB in 51 packages 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:53 OK: 217 MiB in 51 packages 06:33:53 Removing intermediate container 16e08b415e3a 06:33:53 ---> f96fa8f728ce 06:33:53 Step 6/21 : COPY go.mod . 06:33:53 OK: 217 MiB in 51 packages 06:33:53 OK: 217 MiB in 51 packages 06:33:53 OK: 217 MiB in 51 packages 06:33:54 ---> f68d5707917c 06:33:54 Step 7/21 : RUN go mod download 06:33:54 ---> Running in ff1ba8f56262 06:33:54 Removing intermediate container ce757c2cbd98 06:33:54 ---> e651b5963a7f 06:33:54 Step 6/24 : COPY go.mod . 06:33:55 Removing intermediate container 166069d40d72 06:33:55 ---> 8dc452ed00f3 06:33:55 Removing intermediate container c97f225011fb 06:33:55 ---> 9b74484ce7b1 06:33:55 Step 6/22 : COPY go.mod .Step 6/23 : COPY go.mod . 06:33:55 06:33:55 ---> f1f6aa8b54f5 06:33:55 Step 7/24 : RUN go mod download 06:33:55 ---> Running in 62960b2cd252 06:33:56 Removing intermediate container 58fe984cb459 06:33:56 ---> 153673627826 06:33:56 Step 6/33 : COPY go.mod . 06:33:56 ---> e20c3bc16366 06:33:56 Step 7/23 : RUN go mod download 06:33:56 ---> d4b21af264d6 06:33:56 Step 7/22 : RUN go mod download 06:33:56 ---> Running in 3bc9df94b1c3 06:33:56 ---> Running in b37b47381167 06:33:57 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 06:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:33:57 ---> 88b94c138cdd 06:33:57 Step 7/33 : RUN go mod download 06:33:58 ---> Running in 7aeb57613ff8 06:33:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:33:59 Removing intermediate container ff1ba8f56262 06:33:59 ---> dab98fb0f0ed 06:33:59 Step 8/21 : COPY . . 06:33:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:33:59 go: downloading github.com/stretchr/testify v1.7.0 06:33:59 go: downloading github.com/pmezard/go-difflib v1.0.0 06:33:59 go: downloading github.com/davecgh/go-spew v1.1.1 06:33:59 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:34:00 Removing intermediate container 62960b2cd252 06:34:00 ---> 3581e98133cf 06:34:00 Step 8/24 : COPY . . 06:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:34:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:34:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:34:01 Removing intermediate container 3bc9df94b1c3 06:34:01 ---> 98fedac18c13 06:34:01 Step 8/23 : COPY . . 06:34:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:34:02 Removing intermediate container b37b47381167 06:34:02 ---> 57e5775b8d0e 06:34:02 Step 8/22 : COPY . . 06:34:02 Removing intermediate container 7aeb57613ff8 06:34:02 ---> b56d0fb8db63 06:34:02 Step 8/33 : COPY . . 06:34:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:34:03 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:34:04 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 06:34:05 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 06:34:06 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 06:34:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:34:07 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 06:34:07 go: downloading github.com/lib/pq v1.9.0 06:34:09 Building version 06:34:11 Staging config-common 06:34:12 Skipping stage go-build-helper (already ran) 06:34:12 Skipping stage static-packages (already ran) 06:34:12 Skipping stage go115 (already ran) 06:34:12 Staging edgex-go 06:34:13 Staging version 06:34:14 Priming config-common 06:34:15 Priming go-build-helper 06:34:15 Priming static-packages 06:34:18 Priming go115 06:34:19 Priming edgex-go 06:34:20 Priming version 06:34:20 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] } 06:34:29 ---> 8a1eb7ec4be2 06:34:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:34:29 ---> b5e9cd30115e 06:34:29 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 06:34:29 ---> d9cddb810435 06:34:29 Step 9/23 : RUN make cmd/core-command/core-command 06:34:29 ---> c507a42eda3c 06:34:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:34:29 ---> 5417ba2fa337 06:34:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:34:29 ---> Running in 417a26e98339 06:34:29 ---> Running in feb5ff31c9c0 06:34:29 ---> Running in c3befff33bc6 06:34:29 ---> Running in 326048b261ce 06:34:29 ---> Running in b29a5d2345ab 06:34:29 Removing intermediate container feb5ff31c9c0 06:34:29 ---> 70b907d0fe0a 06:34:29 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 06:34:29 ---> Running in 661c8dd813f9 06:34:29 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 06:34:29 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 06:34:29 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 06:34:29 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 06:34:29 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 06:35:51 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 06:35:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 06:35:51 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 06:35:58 Removing intermediate container 417a26e98339 06:35:58 ---> 058c426b98f4 06:35:58 06:35:58 Step 10/24 : FROM alpine:3.12 06:35:58 3.12: Pulling from library/alpine 06:36:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:36:00 Status: Downloaded newer image for alpine:3.12 06:36:00 ---> afeebe901d6b 06:36:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:36:01 ---> Running in 108cb4289a0e 06:36:02 Removing intermediate container b29a5d2345ab 06:36:02 ---> e95346bf3e7d 06:36:02 06:36:02 Step 10/21 : FROM alpine:3.12 06:36:02 ---> afeebe901d6b 06:36:02 Step 11/21 : RUN apk add --update --no-cache curl 06:36:03 Removing intermediate container c3befff33bc6 06:36:03 ---> 5f31295af82a 06:36:03 06:36:03 Step 10/22 : FROM alpine:3.12 06:36:03 ---> afeebe901d6b 06:36:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:36:03 + mkdir -p /tmp/build/dist/linux 06:36:03 + cd /tmp/build/dist/linux 06:36:03 + git clone https://github.com/jwilder/dockerize.git . 06:36:03 Cloning into '.'... 06:36:03 Removing intermediate container 326048b261ce 06:36:03 ---> 4929e3684723 06:36:03 06:36:03 Step 10/23 : FROM alpine:3.12 06:36:03 ---> afeebe901d6b 06:36:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:36:03 ---> Running in e0de8847e924 06:36:03 ---> Running in b44803d6a77a 06:36:03 ---> Running in 541ccefa39e3 06:36:03 + go get github.com/robfig/glock 06:36:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:04 (1/5) Installing ca-certificates (20191127-r4) 06:36:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:36:05 (3/5) Installing libcurl (7.69.1-r3) 06:36:05 (4/5) Installing curl (7.69.1-r3) 06:36:05 (5/5) Installing dumb-init (1.2.2-r1) 06:36:05 Executing busybox-1.31.1-r19.trigger 06:36:05 Executing ca-certificates-20191127-r4.trigger 06:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:05 OK: 7 MiB in 19 packages 06:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:06 (1/4) Installing ca-certificates (20191127-r4) 06:36:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:36:06 (3/4) Installing libcurl (7.69.1-r3) 06:36:06 (4/4) Installing curl (7.69.1-r3) 06:36:06 Executing busybox-1.31.1-r19.trigger 06:36:06 Executing ca-certificates-20191127-r4.trigger 06:36:06 (1/1) Installing dumb-init (1.2.2-r1) 06:36:06 Executing busybox-1.31.1-r19.trigger 06:36:06 OK: 5 MiB in 15 packages 06:36:06 (1/1) Installing dumb-init (1.2.2-r1) 06:36:06 Executing busybox-1.31.1-r19.trigger 06:36:06 OK: 5 MiB in 15 packages 06:36:06 OK: 7 MiB in 18 packages 06:36:08 Removing intermediate container 108cb4289a0e 06:36:08 ---> e37d5871e7c7 06:36:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:36:08 ---> Running in c1736c159d04 06:36:08 Removing intermediate container b44803d6a77a 06:36:08 ---> 1b15feb308da 06:36:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:36:08 Removing intermediate container 541ccefa39e3 06:36:08 ---> 1d1763cd7ee6 06:36:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:36:09 ---> Running in ffbff9e9965a 06:36:09 ---> Running in d33b89100829 06:36:09 Removing intermediate container c1736c159d04 06:36:09 ---> a5c12da4fb62 06:36:09 Step 13/24 : WORKDIR / 06:36:09 Removing intermediate container e0de8847e924 06:36:09 ---> 43ed7f83983d 06:36:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:36:09 ---> Running in 6fe4cbaf1cf2 06:36:09 ---> Running in b4b82f90ffa9 06:36:09 Removing intermediate container ffbff9e9965a 06:36:09 ---> 0f889d3116d3 06:36:09 Step 13/22 : ENV APP_PORT=48085 06:36:10 Removing intermediate container d33b89100829 06:36:10 ---> 71844a7a97f1 06:36:10 Step 13/23 : ENV APP_PORT=48082 06:36:10 ---> Running in 9741e901b720 06:36:10 ---> Running in a78e08421377 06:36:10 Removing intermediate container 6fe4cbaf1cf2 06:36:10 ---> 34f5d3c8602d 06:36:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:36:10 Removing intermediate container b4b82f90ffa9 06:36:10 ---> a3c831c0a3c4 06:36:10 Step 13/21 : WORKDIR /edgex 06:36:10 ---> Running in d4cf7c740d2d 06:36:10 Removing intermediate container 9741e901b720 06:36:10 ---> ace8dd492433 06:36:10 Step 14/22 : EXPOSE $APP_PORT 06:36:11 Removing intermediate container a78e08421377 06:36:11 ---> 3e4351d0b034 06:36:11 Step 14/23 : EXPOSE $APP_PORT 06:36:11 ---> Running in 230c8e6b60bc 06:36:11 ---> Running in 9c4315cf38a3 06:36:11 ---> c7dfba18c7c3 06:36:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:36:11 Removing intermediate container d4cf7c740d2d 06:36:11 ---> 37a294945bf7 06:36:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:36:11 Removing intermediate container 230c8e6b60bc 06:36:11 ---> bbf9c3f96f01 06:36:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:36:12 Removing intermediate container 9c4315cf38a3 06:36:12 ---> 02067ac1893f 06:36:12 Step 15/23 : WORKDIR / 06:36:12 ---> Running in c3cc8d1716ba 06:36:12 ---> 8de216c4f2ce 06:36:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:36:13 ---> 5a9544f1281c 06:36:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:36:13 ---> ce297c9a7340 06:36:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:36:13 Removing intermediate container c3cc8d1716ba 06:36:13 ---> 5a1658e7d0ce 06:36:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:36:14 ---> 4ddc70033ecb 06:36:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:36:15 ---> 6fbf13a3faa4 06:36:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:36:16 ---> 52ac607736ba 06:36:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:36:16 ---> 9a51a48173f0 06:36:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:36:18 ---> f2a88253eca4 06:36:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:36:18 ---> 6c4ebf109e52 06:36:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:36:18 ---> Running in fdada21053d3 06:36:18 ---> fbd3a06a1f43 06:36:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:36:18 ---> d98c6a6d2858 06:36:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:36:19 ---> Running in 889a0b14b819 06:36:19 ---> d233c2cd5ad7 06:36:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:36:20 Removing intermediate container fdada21053d3 06:36:20 ---> 024a88358c81 06:36:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:20 Removing intermediate container 889a0b14b819 06:36:20 ---> bc21e44bbca4 06:36:20 Step 18/21 : CMD ["--init=true"] 06:36:20 ---> Running in 8b2454f0221b 06:36:20 ---> Running in fed812fbec2e 06:36:20 ---> 53858b5f2f57 06:36:20 Step 19/23 : ENTRYPOINT ["/core-command"] 06:36:20 ---> Running in 15681d343069 06:36:20 Removing intermediate container 8b2454f0221b 06:36:20 ---> 21968e748dab 06:36:20 Step 20/22 : LABEL arch=arm64 06:36:21 ---> 428f4075276c 06:36:21 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/ 06:36:21 ---> Running in 357255d6709c 06:36:21 ---> Running in 7a25ac66862b 06:36:21 Removing intermediate container fed812fbec2e 06:36:21 ---> 34fd9f0451c0 06:36:21 Step 19/21 : LABEL arch=arm64 06:36:21 Removing intermediate container 15681d343069 06:36:21 ---> c9298c242fca 06:36:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:21 ---> Running in 796d6699c039 06:36:22 ---> Running in 4dca1f1b6f42 06:36:22 Removing intermediate container 357255d6709c 06:36:22 ---> e1abb5811ad4 06:36:22 Step 21/22 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:36:22 ---> Running in 28c799e5cbbd 06:36:22 Removing intermediate container 796d6699c039 06:36:22 ---> ca2b3e372ea6 06:36:22 Step 20/21 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:36:22 Removing intermediate container 4dca1f1b6f42 06:36:22 ---> 1208d8d26d3d 06:36:22 Step 21/23 : LABEL arch=arm64 06:36:22 ---> Running in 50f6f09746c3 06:36:22 ---> Running in a09399339be5 06:36:22 Removing intermediate container 28c799e5cbbd 06:36:22 ---> 907e34d807af 06:36:22 Step 22/22 : LABEL version=0.0.0 06:36:23 ---> Running in c6b245803388 06:36:23 Removing intermediate container 50f6f09746c3 06:36:23 ---> 9299143755a0 06:36:23 Step 21/21 : LABEL version=0.0.0 06:36:23 Removing intermediate container a09399339be5 06:36:23 ---> d1395a4acf9c 06:36:23 Step 22/23 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:36:23 ---> Running in 709c641217b5 06:36:24 Removing intermediate container c6b245803388 06:36:24 ---> 8926df9263ed 06:36:24 06:36:24 ---> Running in f886f1975ce8 06:36:24 + glock sync -n 06:36:24 Removing intermediate container 709c641217b5 06:36:24 ---> 943297d84e0f 06:36:24 06:36:24 Successfully built 8926df9263ed 06:36:24 Successfully tagged docker-support-scheduler-go-arm64:latest 06:36:24  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 06:36:24 Removing intermediate container 7a25ac66862b 06:36:24 ---> 3ecd35f36f67 06:36:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:36:25 Removing intermediate container f886f1975ce8 06:36:25 ---> eca43e28043c 06:36:25 Step 23/23 : LABEL version=0.0.0 06:36:25 Successfully built 943297d84e0f 06:36:25 ---> Running in f0dff00c0bfd 06:36:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:36:25 Building docker-core-metadata-go 06:36:25  Building docker-security-proxy-setup-go ... done  ---> Running in 97faa3778b70 06:36:25 Removing intermediate container f0dff00c0bfd 06:36:25 ---> 3e16256f8769 06:36:25 Step 22/24 : LABEL arch=arm64 06:36:26 Removing intermediate container 97faa3778b70 06:36:26 ---> aa3c4bb618ce 06:36:26 06:36:26 ---> Running in a8210251ad96 06:36:26 Successfully built aa3c4bb618ce 06:36:26 Successfully tagged docker-core-command-go-arm64:latest 06:36:26  Building docker-core-command-go ... done Building docker-core-data-go 06:36:26 Removing intermediate container a8210251ad96 06:36:26 ---> 6e3dec2c3b12 06:36:26 Step 23/24 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:36:26 ---> Running in 2c3738fc75b1 06:36:27 Removing intermediate container 2c3738fc75b1 06:36:27 ---> 720ae0560c4a 06:36:27 Step 24/24 : LABEL version=0.0.0 06:36:27 ---> Running in 5fc32166cd60 06:36:27 Removing intermediate container 5fc32166cd60 06:36:27 ---> a374b18156a9 06:36:27 06:36:28 Successfully built a374b18156a9 06:36:28 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:36:28  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 06:36:30 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 06:36:30 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 06:36:30 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 06:36:30 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 06:36:30 + git describe '--abbrev=0' --tags 06:36:30 + TAG=v0.6.1 06:36:30 + LDFLAGS='-X main.buildVersion=v0.6.1' 06:36:30 + apk --print-arch 06:36:30 building [dockerize] for arm64 ... 06:36:30 + arch=aarch64 06:36:30 + echo 'building [dockerize] for arm64 ... ' 06:36:30 + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 06:36:34 + date 06:36:34 + echo 'Wed Jan 27 06:36:34 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 06:36:34 Wed Jan 27 06:36:34 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 06:36:50 Removing intermediate container 661c8dd813f9 06:36:50 ---> 178911ad2360 06:36:50 06:36:50 Step 11/33 : FROM alpine:3.12 06:36:50 ---> afeebe901d6b 06:36:50 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:36:50 ---> Running in 8b4788466827 06:36:50 Removing intermediate container 8b4788466827 06:36:50 ---> ae2f362be6ce 06:36:50 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 06:36:50 ---> Running in cbd94f8233f9 06:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:51 (1/3) Installing dumb-init (1.2.2-r1) 06:36:51 (2/3) Installing openssl (1.1.1i-r0) 06:36:51 (3/3) Installing su-exec (0.2-r1) 06:36:51 Executing busybox-1.31.1-r19.trigger 06:36:51 OK: 6 MiB in 17 packages 06:36:53 Removing intermediate container cbd94f8233f9 06:36:53 ---> 483af54960c6 06:36:53 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 06:36:54 ---> Running in 27dc747f1414 06:36:55 Removing intermediate container 27dc747f1414 06:36:55 ---> 0a4b9c49a700 06:36:55 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:36:55 ---> Running in 6e6f624d169b 06:36:56 Removing intermediate container 6e6f624d169b 06:36:56 ---> 7a29ccb13d1c 06:36:56 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:36:56 ---> Running in 720647dcbc1e 06:37:01 Removing intermediate container 720647dcbc1e 06:37:01 ---> 941cf616c271 06:37:01 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 06:37:01 ---> Running in dcc7e4da0091 06:37:01 Removing intermediate container dcc7e4da0091 06:37:01 ---> a4e8b1b0bb83 06:37:01 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 06:37:05 ---> 2d75b9ee80f2 06:37:05 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:37:06 ---> 6c2069de8b3d 06:37:06 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:37:06 ---> Running in 43ba3c99680b 06:37:10 Removing intermediate container 43ba3c99680b 06:37:10 ---> 317b844df99f 06:37:10 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:37:12 ---> 2284b40ee6dc 06:37:12 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:37:14 ---> e2f44b62898d 06:37:14 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:37:15 ---> b71dea4bd2c1 06:37:15 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 06:37:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:37:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:37:18 ---> b24e342ef7dc 06:37:18 Step 3/23 : WORKDIR /edgex-go 06:37:18 ---> Using cache 06:37:18 ---> bb857023c8ec 06:37:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:18 ---> Using cache 06:37:18 ---> 8a0d8365daf6 06:37:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:37:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:37:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:37:18 ---> b24e342ef7dc 06:37:18 Step 3/22 : WORKDIR /edgex-go 06:37:18 ---> Using cache 06:37:18 ---> bb857023c8ec 06:37:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:18 ---> Using cache 06:37:18 ---> 8a0d8365daf6 06:37:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:37:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:37:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:37:18 ---> b24e342ef7dc 06:37:18 Step 3/23 : WORKDIR /edgex-go 06:37:18 ---> Using cache 06:37:18 ---> bb857023c8ec 06:37:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:18 ---> Using cache 06:37:18 ---> 8a0d8365daf6 06:37:18 Step 5/23 : RUN apk add --update --no-cache make git 06:37:18 ---> Using cache 06:37:18 ---> 153673627826 06:37:18 Step 6/23 : COPY go.mod . 06:37:18 ---> Using cache 06:37:18 ---> 88b94c138cdd 06:37:18 Step 7/23 : RUN go mod download 06:37:18 ---> Using cache 06:37:18 ---> b56d0fb8db63 06:37:18 Step 8/23 : COPY . . 06:37:18 ---> Using cache 06:37:18 ---> b5e9cd30115e 06:37:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:37:18 ---> 9f9d0dd584a4 06:37:18 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:37:18 ---> Running in ffc01d8f56d2 06:37:18 ---> Running in 5bfafbd40dcb 06:37:18 ---> Running in 6c032ecf1e18 06:37:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:37:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:37:19 ---> b24e342ef7dc 06:37:19 Step 3/26 : WORKDIR /edgex-go 06:37:19 ---> Using cache 06:37:19 ---> bb857023c8ec 06:37:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:19 ---> Using cache 06:37:19 ---> 8a0d8365daf6 06:37:19 Step 5/26 : RUN apk add --update --no-cache make bash git 06:37:19 ---> Running in 60223b5a31a3 06:37:19 ---> de4d1778cefb 06:37:19 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 06:37:20 ---> Running in 8b98489b5dfb 06:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:20 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 06:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:21 Removing intermediate container 8b98489b5dfb 06:37:21 ---> 9af4fbc99dbc 06:37:21 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:21 ---> 5ccde7ffa2d3 06:37:21 Step 28/33 : RUN chmod +x /entrypoint.sh 06:37:22 ---> Running in ff13f3812ac3 06:37:22 OK: 217 MiB in 51 packages 06:37:22 OK: 217 MiB in 51 packages 06:37:23 OK: 217 MiB in 51 packages 06:37:25 Removing intermediate container 5bfafbd40dcb 06:37:25 ---> d497cce7a892 06:37:25 Step 6/23 : COPY go.mod . 06:37:25 Removing intermediate container 60223b5a31a3 06:37:25 ---> f163119d93f7 06:37:25 Step 6/26 : COPY go.mod . 06:37:25 Removing intermediate container ffc01d8f56d2 06:37:25 ---> 21e4e718778d 06:37:25 Step 6/22 : COPY go.mod . 06:37:26 ---> aac1e9177e60 06:37:26 Step 7/23 : RUN go mod download 06:37:27 ---> 488dc89c4ade 06:37:27 Step 7/26 : RUN go mod download 06:37:27 ---> Running in 7852a2cdc6ef 06:37:27 ---> Running in 17210d0a871b 06:37:27 Removing intermediate container ff13f3812ac3 06:37:27 ---> feeed8982674 06:37:27 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:37:28 ---> c649057c95a5 06:37:28 Step 7/22 : RUN go mod download 06:37:28 ---> Running in ec97ec15b8dd 06:37:28 ---> Running in 561b3d09c70f 06:37:29 Removing intermediate container 561b3d09c70f 06:37:29 ---> 728ad0f3d1ea 06:37:29 Step 30/33 : CMD ["gate"] 06:37:30 ---> Running in e2585bd554d1 06:37:31 Removing intermediate container e2585bd554d1 06:37:31 ---> ca60185c29dd 06:37:31 Step 31/33 : LABEL arch=arm64 06:37:32 Removing intermediate container 7852a2cdc6ef 06:37:32 ---> 78c152151a15 06:37:32 Step 8/23 : COPY . . 06:37:33 ---> Running in a5359047ce99 06:37:33 Removing intermediate container 17210d0a871b 06:37:33 ---> a94f3f97ba30 06:37:33 Step 8/26 : COPY . . 06:37:35 Removing intermediate container ec97ec15b8dd 06:37:35 ---> b1b684dda8a6 06:37:35 Step 8/22 : COPY . . 06:37:35 Removing intermediate container a5359047ce99 06:37:35 ---> c6e45e1745b5 06:37:35 Step 32/33 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:37:36 ---> Running in f11a16b9cebf 06:37:38 Removing intermediate container f11a16b9cebf 06:37:38 ---> 282bf469c18c 06:37:38 Step 33/33 : LABEL version=0.0.0 06:37:40 ---> Running in 4ef0f26f087f 06:37:41 Removing intermediate container 4ef0f26f087f 06:37:41 ---> 158c70c2e499 06:37:41 06:37:43 Successfully built 158c70c2e499 06:37:43 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:38:10  Building docker-security-bootstrapper-go ... done  ---> cd3f2ab137fb 06:38:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:38:10 ---> 0e2b4e7b1409 06:38:10 Step 9/23 : RUN make cmd/core-data/core-data 06:38:10 ---> e80b8f070b35 06:38:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:38:10 ---> Running in 198f3ce5c8aa 06:38:10 ---> Running in 08d5f4fbaf91 06:38:10 ---> Running in 5a8aa182a892 06:38:10 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 06:38:11 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 06:38:11 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 06:38:13 Removing intermediate container 6c032ecf1e18 06:38:13 ---> 70ece8442734 06:38:13 06:38:13 Step 10/23 : FROM alpine:3.12 06:38:13 ---> afeebe901d6b 06:38:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:38:13 ---> Using cache 06:38:13 ---> 1d1763cd7ee6 06:38:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:38:13 ---> Using cache 06:38:13 ---> 71844a7a97f1 06:38:13 Step 13/23 : ENV APP_PORT=48081 06:38:13 ---> Running in eb1a53c5c349 06:38:14 Removing intermediate container eb1a53c5c349 06:38:14 ---> 0fb6b7913501 06:38:14 Step 14/23 : EXPOSE $APP_PORT 06:38:14 ---> Running in bae54849dd63 06:38:15 Removing intermediate container bae54849dd63 06:38:15 ---> dad745679743 06:38:15 Step 15/23 : WORKDIR / 06:38:15 ---> Running in 50e4bd92e03e 06:38:16 Removing intermediate container 50e4bd92e03e 06:38:16 ---> 8d3c2af8bafc 06:38:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:38:17 ---> ab6ab9cfd74c 06:38:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:38:19 ---> 1c833d1f5015 06:38:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:38:20 ---> 54d6173f96a0 06:38:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:38:20 ---> Running in 5d6a2acaa0da 06:38:21 Removing intermediate container 5d6a2acaa0da 06:38:21 ---> 1684ffefbbeb 06:38:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:38:21 ---> Running in a0c3cd626ac8 06:38:21 Removing intermediate container a0c3cd626ac8 06:38:21 ---> cce7168ff100 06:38:21 Step 21/23 : LABEL arch=arm64 06:38:22 ---> Running in f2eaabbb68bc 06:38:22 Removing intermediate container f2eaabbb68bc 06:38:22 ---> 5e0bb029ffed 06:38:22 Step 22/23 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:38:23 ---> Running in 324f4c5d40df 06:38:23 Removing intermediate container 324f4c5d40df 06:38:23 ---> d194ea276c58 06:38:23 Step 23/23 : LABEL version=0.0.0 06:38:24 ---> Running in 7d8bfb3c400c 06:38:24 Removing intermediate container 7d8bfb3c400c 06:38:24 ---> b729f889e42a 06:38:24 06:38:25 Successfully built b729f889e42a 06:38:25 Successfully tagged docker-core-metadata-go-arm64:latest 06:39:21  Building docker-core-metadata-go ... done Removing intermediate container 198f3ce5c8aa 06:39:21 ---> 0b22c97a5b67 06:39:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:39:21 Removing intermediate container 5a8aa182a892 06:39:21 ---> 36817e28c7c4 06:39:21 06:39:21 Step 10/22 : FROM alpine:3.12 06:39:21 ---> afeebe901d6b 06:39:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:39:21 ---> Running in 9ed8d7a5712a 06:39:21 ---> Running in 4ebf50b3873d 06:39:21 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 06:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:21 (1/2) Installing ca-certificates (20191127-r4) 06:39:21 (2/2) Installing dumb-init (1.2.2-r1) 06:39:21 Executing busybox-1.31.1-r19.trigger 06:39:21 Executing ca-certificates-20191127-r4.trigger 06:39:21 OK: 6 MiB in 16 packages 06:39:21 Removing intermediate container 4ebf50b3873d 06:39:21 ---> 66ad146cc732 06:39:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:39:21 Removing intermediate container 9ed8d7a5712a 06:39:21 ---> dc94c83a6e73 06:39:21 06:39:21 Step 11/26 : FROM docker:20.10.0 06:39:21 20.10.0: Pulling from library/docker 06:39:21 ---> Running in 01c42e356943 06:39:21 Removing intermediate container 01c42e356943 06:39:21 ---> 5b0681446e58 06:39:21 Step 13/22 : ENV APP_PORT=48060 06:39:21 ---> Running in 2bc74cbb8405 06:39:22 Removing intermediate container 2bc74cbb8405 06:39:22 ---> c6a7e81ad1af 06:39:22 Step 14/22 : EXPOSE $APP_PORT 06:39:22 ---> Running in e53bec211be8 06:39:22 Removing intermediate container e53bec211be8 06:39:22 ---> 2da8643069b8 06:39:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:39:24 ---> b613a918cd7e 06:39:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:39:26 ---> d24b3fdfeebc 06:39:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:39:27 ---> 2358a25733a8 06:39:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:39:27 ---> Running in 9215cdfe6f41 06:39:28 Removing intermediate container 9215cdfe6f41 06:39:28 ---> c0d2f70b766e 06:39:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:39:29 ---> Running in 1f81ab366d07 06:39:29 Removing intermediate container 08d5f4fbaf91 06:39:29 ---> be4bca00b2a9 06:39:29 06:39:29 Step 10/23 : FROM alpine:3.12 06:39:29 ---> afeebe901d6b 06:39:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:39:29 ---> Running in 87309dabc22b 06:39:29 Removing intermediate container 1f81ab366d07 06:39:29 ---> 9874321bb98e 06:39:29 Step 20/22 : LABEL arch=arm64 06:39:29 ---> Running in 0df1ee64e5a5 06:39:30 Removing intermediate container 87309dabc22b 06:39:30 ---> 4160ac38da14 06:39:30 Step 12/23 : ENV APP_PORT=48080 06:39:30 ---> Running in 3f8a4ae228de 06:39:30 Removing intermediate container 0df1ee64e5a5 06:39:30 ---> e9b44241b9ba 06:39:30 Step 21/22 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:39:30 ---> Running in 6aecbb5f7cee 06:39:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:39:30 Status: Downloaded newer image for docker:20.10.0 06:39:30 ---> eeaf43b92773 06:39:30 Step 12/26 : RUN apk add --no-cache bash 06:39:31 Removing intermediate container 3f8a4ae228de 06:39:31 ---> 5ffc283516a9 06:39:31 Step 13/23 : EXPOSE $APP_PORT 06:39:31 ---> Running in a985b6af75ac 06:39:31 ---> Running in fb1f4afccfe6 06:39:31 Removing intermediate container 6aecbb5f7cee 06:39:31 ---> 994de693b101 06:39:31 Step 22/22 : LABEL version=0.0.0 06:39:31 ---> Running in d89bdd8c9b09 06:39:31 Removing intermediate container a985b6af75ac 06:39:31 ---> c2626fb40ca8 06:39:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:31 ---> Running in e3e8bb5eb0ac 06:39:31 Removing intermediate container d89bdd8c9b09 06:39:31 ---> 22c66b6da694 06:39:31 06:39:32 Successfully built 22c66b6da694 06:39:32 Successfully tagged docker-support-notifications-go-arm64:latest 06:39:32  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:33 (1/2) Installing readline (8.0.4-r0) 06:39:33 (2/2) Installing bash (5.0.17-r0) 06:39:33 Executing bash-5.0.17-r0.post-install 06:39:33 Executing busybox-1.31.1-r19.trigger 06:39:33 OK: 12 MiB in 22 packages 06:39:33 Removing intermediate container e3e8bb5eb0ac 06:39:33 ---> 4d9097005343 06:39:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:39:34 ---> Running in 80f411aee886 06:39:35 Removing intermediate container fb1f4afccfe6 06:39:35 ---> 77f3c6105682 06:39:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:39:35 ---> Running in 0388c3651152 06:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:35 Removing intermediate container 0388c3651152 06:39:35 ---> c9d7e85af1d6 06:39:35 Step 14/26 : ENV APP_PORT=48090 06:39:35 ---> Running in 7bbb47000e0f 06:39:36 Removing intermediate container 7bbb47000e0f 06:39:36 ---> cdef00f556d7 06:39:36 Step 15/26 : EXPOSE $APP_PORT 06:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:36 ---> Running in 249aa4ae4a67 06:39:36 Removing intermediate container 249aa4ae4a67 06:39:36 ---> 837907603fcc 06:39:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:39:37 (1/6) Installing dumb-init (1.2.2-r1) 06:39:37 (2/6) Installing libgcc (9.3.0-r2) 06:39:37 (3/6) Installing libsodium (1.0.18-r0) 06:39:37 (4/6) Installing libstdc++ (9.3.0-r2) 06:39:37 (5/6) Installing libzmq (4.3.3-r0) 06:39:37 (6/6) Installing zeromq (4.3.3-r0) 06:39:37 Executing busybox-1.31.1-r19.trigger 06:39:37 OK: 8 MiB in 20 packages 06:39:38 ---> 5e8f3659432f 06:39:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:39:39 ---> 8a34693872b6 06:39:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:39:39 Removing intermediate container 80f411aee886 06:39:39 ---> 55e237dd90fe 06:39:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:39:40 ---> f336a992c9e3 06:39:40 Step 19/26 : RUN apk --no-cache add py3-pip 06:39:40 ---> Running in 5533634bab40 06:39:40 ---> d4fa52460187 06:39:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:41 ---> 1e68143c43ce 06:39:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:39:42 (1/33) Installing libbz2 (1.0.8-r1) 06:39:42 (2/33) Installing expat (2.2.9-r1) 06:39:42 (3/33) Installing libffi (3.3-r2) 06:39:42 (4/33) Installing gdbm (1.13-r1) 06:39:42 (5/33) Installing xz-libs (5.2.5-r0) 06:39:42 (6/33) Installing sqlite-libs (3.32.1-r0) 06:39:42 (7/33) Installing python3 (3.8.5-r0) 06:39:43 ---> c0f024ad2353 06:39:43 Step 19/23 : ENTRYPOINT ["/core-data"] 06:39:43 ---> Running in bcc34e10d5d7 06:39:44 (8/33) Installing py3-appdirs (1.4.4-r1) 06:39:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:39:44 (10/33) Installing py3-parsing (2.4.7-r0) 06:39:44 (11/33) Installing py3-six (1.15.0-r0) 06:39:44 (12/33) Installing py3-packaging (20.4-r0) 06:39:44 (13/33) Installing py3-setuptools (47.0.0-r0) 06:39:44 Removing intermediate container bcc34e10d5d7 06:39:44 ---> 32235e3a97c8 06:39:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:39:44 (14/33) Installing py3-chardet (3.0.4-r4) 06:39:44 (15/33) Installing py3-idna (2.9-r0) 06:39:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:39:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:39:44 (18/33) Installing py3-requests (2.23.0-r0) 06:39:44 (19/33) Installing py3-msgpack (1.0.0-r0) 06:39:44 (20/33) Installing py3-lockfile (0.12.2-r3) 06:39:44 ---> Running in 24230e6dc771 06:39:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:39:44 (22/33) Installing py3-colorama (0.4.3-r0) 06:39:44 (23/33) Installing py3-distlib (0.3.0-r0) 06:39:44 (24/33) Installing py3-distro (1.5.0-r1) 06:39:44 (25/33) Installing py3-webencodings (0.5.1-r3) 06:39:44 (26/33) Installing py3-html5lib (1.0.1-r4) 06:39:44 (27/33) Installing py3-pytoml (0.1.21-r0) 06:39:44 (28/33) Installing py3-pep517 (0.8.2-r0) 06:39:44 (29/33) Installing py3-progress (1.5-r0) 06:39:44 (30/33) Installing py3-toml (0.10.1-r0) 06:39:44 (31/33) Installing py3-retrying (1.3.3-r0) 06:39:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:39:44 (33/33) Installing py3-pip (20.1.1-r0) 06:39:45 Executing busybox-1.31.1-r19.trigger 06:39:45 OK: 71 MiB in 55 packages 06:39:45 Removing intermediate container 24230e6dc771 06:39:45 ---> 0fa264bd2426 06:39:45 Step 21/23 : LABEL arch=arm64 06:39:45 ---> Running in 6da481d7778d 06:39:45 Removing intermediate container 6da481d7778d 06:39:45 ---> ebe2297bd7ec 06:39:45 Step 22/23 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:39:45 ---> Running in 338588c5282f 06:39:46 Removing intermediate container 338588c5282f 06:39:46 ---> 78b6feed413d 06:39:46 Step 23/23 : LABEL version=0.0.0 06:39:46 ---> Running in fb55c24e4a29 06:39:47 Removing intermediate container fb55c24e4a29 06:39:47 ---> 109cf32182f0 06:39:47 06:39:48 Successfully built 109cf32182f0 06:39:48 Successfully tagged docker-core-data-go-arm64:latest 06:39:50  Building docker-core-data-go ... done Removing intermediate container 5533634bab40 06:39:50 ---> 12d43dd33335 06:39:50 Step 20/26 : RUN pip install docker-compose==1.23.2 06:39:50 ---> Running in 3ca5296f0fed 06:39:55 Collecting docker-compose==1.23.2 06:39:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:39:56 Collecting dockerpty<0.5,>=0.4.1 06:39:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:39:58 Collecting cached-property<2,>=1.2.0 06:39:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:39:58 Collecting PyYAML<4,>=3.10 06:39:58 Downloading PyYAML-3.13.tar.gz (270 kB) 06:40:02 Collecting texttable<0.10,>=0.9.0 06:40:02 Downloading texttable-0.9.1.tar.gz (11 kB) 06:40:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:40:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:40:04 Collecting websocket-client<1.0,>=0.32.0 06:40:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:40:05 Collecting docker<4.0,>=3.6.0 06:40:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:40:06 Collecting jsonschema<3,>=2.5.1 06:40:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:40:06 Collecting docopt<0.7,>=0.6.1 06:40:06 Downloading docopt-0.6.2.tar.gz (25 kB) 06:40:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:40:08 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) 06:40:08 Collecting idna<2.8,>=2.5 06:40:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:40:08 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) 06:40:09 Collecting urllib3<1.25,>=1.21.1 06:40:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:40:09 Collecting docker-pycreds>=0.4.0 06:40:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:40:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:40:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:40:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:40:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:40:10 Installing collected packages: dockerpty, cached-property, PyYAML, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, docker-compose 06:40:10 Running setup.py install for dockerpty: started 06:40:12 Running setup.py install for dockerpty: finished with status 'done' 06:40:12 Running setup.py install for PyYAML: started 06:40:14 Running setup.py install for PyYAML: finished with status 'done' 06:40:14 Running setup.py install for texttable: started 06:40:16 Running setup.py install for texttable: finished with status 'done' 06:40:16 Attempting uninstall: idna 06:40:16 Found existing installation: idna 2.9 06:40:16 Uninstalling idna-2.9: 06:40:16 Successfully uninstalled idna-2.9 06:40:16 Attempting uninstall: urllib3 06:40:16 Found existing installation: urllib3 1.25.9 06:40:16 Uninstalling urllib3-1.25.9: 06:40:16 Successfully uninstalled urllib3-1.25.9 06:40:17 Attempting uninstall: requests 06:40:17 Found existing installation: requests 2.23.0 06:40:17 Uninstalling requests-2.23.0: 06:40:17 Successfully uninstalled requests-2.23.0 06:40:19 Running setup.py install for docopt: started 06:40:20 Running setup.py install for docopt: finished with status 'done' 06:40:21 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 06:40:25 Removing intermediate container 3ca5296f0fed 06:40:25 ---> b5cc80e92b1e 06:40:25 Step 21/26 : RUN apk --no-cache add curl 06:40:25 ---> Running in de0e4c5258c3 06:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:40:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:40:27 (2/3) Installing libcurl (7.69.1-r3) 06:40:27 (3/3) Installing curl (7.69.1-r3) 06:40:27 Executing busybox-1.31.1-r19.trigger 06:40:27 OK: 71 MiB in 58 packages 06:40:28 Removing intermediate container de0e4c5258c3 06:40:28 ---> 631b98afd35e 06:40:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:40:28 ---> Running in a823128b9371 06:40:28 Removing intermediate container a823128b9371 06:40:28 ---> 699c64b26422 06:40:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:40:28 ---> Running in ad01db8673a8 06:40:29 Removing intermediate container ad01db8673a8 06:40:29 ---> 41e91490e840 06:40:29 Step 24/26 : LABEL arch=arm64 06:40:29 ---> Running in 583f7dc4bc95 06:40:30 Removing intermediate container 583f7dc4bc95 06:40:30 ---> a63060d81260 06:40:30 Step 25/26 : LABEL git_sha=d03d4e902f8b5c61b289df1410a8b58561ac4a79 06:40:30 ---> Running in 4e06a6ffb78c 06:40:30 Removing intermediate container 4e06a6ffb78c 06:40:30 ---> 0db860851292 06:40:30 Step 26/26 : LABEL version=0.0.0 06:40:30 ---> Running in afb8ea4da04b 06:40:31 Removing intermediate container afb8ea4da04b 06:40:31 ---> c86686a7a9ad 06:40:31 06:40:31 Successfully built c86686a7a9ad 06:40:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:40:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:40:31 $ docker stop --time=1 366111ccbc01482117c522e42b1eee567730e4af187abf8c9751961643b67a3f 06:40:33 $ docker rm -f 366111ccbc01482117c522e42b1eee567730e4af187abf8c9751961643b67a3f [Pipeline] // withDockerContainer [Pipeline] sh 06:40:34 + + grepdocker docker images 06:40:34 06:40:34 docker-sys-mgmt-agent-go-arm64 latest c86686a7a9ad 4 seconds ago 300MB 06:40:34 docker-core-data-go-arm64 latest 109cf32182f0 47 seconds ago 21MB 06:40:34 docker-support-notifications-go-arm64 latest 22c66b6da694 About a minute ago 16MB 06:40:34 docker-core-metadata-go-arm64 latest b729f889e42a 2 minutes ago 17.7MB 06:40:34 docker-security-bootstrapper-go-arm64 latest 158c70c2e499 2 minutes ago 31.9MB 06:40:34 docker-security-secretstore-setup-go-arm64 latest a374b18156a9 4 minutes ago 23.4MB 06:40:34 docker-core-command-go-arm64 latest aa3c4bb618ce 4 minutes ago 15.4MB 06:40:34 docker-security-proxy-setup-go-arm64 latest 943297d84e0f 4 minutes ago 23.2MB 06:40:34 docker-support-scheduler-go-arm64 latest 8926df9263ed 4 minutes ago 15.5MB 06:40:34 docker 20.10.0 eeaf43b92773 6 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 06:40:37 provisioning config files... 06:40:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2881530031905431975tmp [Pipeline] { [Pipeline] sh 06:40:37 + set +x 06:40:37 + curl -s https://codecov.io/bash 06:40:37 + bash -s -- 06:40:38 06:40:38 _____ _ 06:40:38 / ____| | | 06:40:38 | | ___ __| | ___ ___ _____ __ 06:40:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:40:38 | |___| (_) | (_| | __/ (_| (_) \ V / 06:40:38 \_____\___/ \__,_|\___|\___\___/ \_/ 06:40:38 Bash-20210115-cec3c92 06:40:38 06:40:38 06:40:38 ==> git version 2.24.3 found 06:40:38 ==> 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 06:40:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:40:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:40:38 ==> Jenkins CI detected. 06:40:38 project root: . 06:40:38 --> token set from env 06:40:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:40:38 ==> Running gcov in . (disable via -X gcov) 06:40:38 ==> Python coveragepy not found 06:40:38 ==> Searching for coverage reports in: 06:40:38 + . 06:40:38 -> Found 1 reports 06:40:38 ==> Detecting git/mercurial file structure 06:40:38 ==> Reading reports 06:40:38 + ./coverage.out bytes=564700 06:40:38 ==> Appending adjustments 06:40:38 https://docs.codecov.io/docs/fixing-reports 06:40:42 + Found adjustments 06:40:42 ==> Gzipping contents 06:40:42 84K /tmp/codecov.iSWlFx.gz 06:40:42 ==> Uploading reports 06:40:42 url: https://codecov.io 06:40:42 query: branch=PR-3086&commit=d03d4e902f8b5c61b289df1410a8b58561ac4a79&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3086%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3086&job=&cmd_args= 06:40:42 -> Pinging Codecov 06:40:42 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3086&commit=d03d4e902f8b5c61b289df1410a8b58561ac4a79&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3086%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3086&job=&cmd_args= 06:40:42 -> Uploading to 06:40:42 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/d03d4e902f8b5c61b289df1410a8b58561ac4a79/c58a70dd-b8df-406b-bc21-2725a921522f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T064042Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6b05bfbef30c1f6497172024ca5004a07e503c5e8f783892800829c0bd7d8bc 06:40:42 % Total % Received % Xferd Average Speed Time Time Time Current 06:40:42 Dload Upload Total Spent Left Speed 06:40:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85565 0 0 100 85565 0 164k --:--:-- --:--:-- --:--:-- 164k 06:40:42 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d03d4e902f8b5c61b289df1410a8b58561ac4a79 [Pipeline] } 06:40:42 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 06:40:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:40:46 ---> package-listing.sh 06:40:46 ++ facter osfamily 06:40:46 ++ tr '[:upper:]' '[:lower:]' 06:40:46 + OS_FAMILY=redhat 06:40:46 + workspace=/w/workspace/edgex-go/1 06:40:46 + START_PACKAGES=/tmp/packages_start.txt 06:40:46 + END_PACKAGES=/tmp/packages_end.txt 06:40:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:40:46 + PACKAGES=/tmp/packages_start.txt 06:40:46 + '[' /w/workspace/edgex-go/1 ']' 06:40:46 + PACKAGES=/tmp/packages_end.txt 06:40:46 + case "${OS_FAMILY}" in 06:40:46 + rpm -qa 06:40:46 + sort 06:40:52 + '[' -f /tmp/packages_start.txt ']' 06:40:52 + '[' -f /tmp/packages_end.txt ']' 06:40:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:40:52 + '[' /w/workspace/edgex-go/1 ']' 06:40:52 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:40:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:40:52 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:40:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:40:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:40:52 06:40:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:40:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:40:53 alpine: Pulling from edgex-lftools-log-publisher 06:40:53 df20fa9351a1: Pulling fs layer 06:40:53 36b3adc4ff6f: Pulling fs layer 06:40:53 8ad3a11d3b57: Pulling fs layer 06:40:53 46f8f816bc3b: Pulling fs layer 06:40:53 93b61091891f: Pulling fs layer 06:40:53 93b9cdb0e59b: Pulling fs layer 06:40:53 5e14af77c1be: Pulling fs layer 06:40:53 01666e4c0597: Pulling fs layer 06:40:53 aa168da1d23b: Pulling fs layer 06:40:53 46f8f816bc3b: Waiting 06:40:53 93b61091891f: Waiting 06:40:53 93b9cdb0e59b: Waiting 06:40:53 5e14af77c1be: Waiting 06:40:53 01666e4c0597: Waiting 06:40:53 36b3adc4ff6f: Verifying Checksum 06:40:53 36b3adc4ff6f: Download complete 06:40:53 46f8f816bc3b: Verifying Checksum 06:40:53 46f8f816bc3b: Download complete 06:40:53 df20fa9351a1: Verifying Checksum 06:40:53 df20fa9351a1: Download complete 06:40:53 93b9cdb0e59b: Verifying Checksum 06:40:53 93b9cdb0e59b: Download complete 06:40:53 5e14af77c1be: Verifying Checksum 06:40:53 5e14af77c1be: Download complete 06:40:53 93b61091891f: Verifying Checksum 06:40:53 93b61091891f: Download complete 06:40:53 01666e4c0597: Verifying Checksum 06:40:53 01666e4c0597: Download complete 06:40:53 df20fa9351a1: Pull complete 06:40:54 36b3adc4ff6f: Pull complete 06:40:54 8ad3a11d3b57: Verifying Checksum 06:40:54 8ad3a11d3b57: Download complete 06:40:55 8ad3a11d3b57: Pull complete 06:40:56 aa168da1d23b: Verifying Checksum 06:40:56 aa168da1d23b: Download complete 06:40:56 46f8f816bc3b: Pull complete 06:40:57 93b61091891f: Pull complete 06:40:57 93b9cdb0e59b: Pull complete 06:40:57 5e14af77c1be: Pull complete 06:40:57 01666e4c0597: Pull complete 06:41:07 aa168da1d23b: Pull complete 06:41:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:41:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:41:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:41:08 prd-centos7-docker-4c-2g-23364 does not seem to be running inside a container 06:41:08 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:41:12 $ docker top 094354c70083c9ef73c6bc97bccb80e05c7c3254377a1351b6d10b59c19603e8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:41:13 + touch /tmp/pre-build-complete [Pipeline] sh 06:41:13 + mkdir -p /var/log/sa [Pipeline] sh 06:41:13 + ls /var/log/sa-host 06:41:13 + sadf -c /var/log/sa-host/sa23 06:41:13 file_magic: OK 06:41:13 HZ: Using current value: 100 06:41:13 file_header: OK 06:41:13 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 06:41:13 Statistics: 06:41:13 Hnuu...uuuununununu... 06:41:13 File successfully converted to sysstat format version 12.2.1 06:41:13 + sadf -c /var/log/sa-host/sa27 06:41:13 file_magic: OK 06:41:13 HZ: Using current value: 100 06:41:13 file_header: OK 06:41:13 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 06:41:13 Statistics: 06:41:13 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... 06:41:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:41:14 provisioning config files... 06:41:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4210289486797840472tmp [Pipeline] { [Pipeline] echo 06:41:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:41:15 ---> create-netrc.sh [Pipeline] } 06:41:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:41:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:41:15 ---> python-tools-install.sh [Pipeline] echo 06:41:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:41:15 ---> sudo-logs.sh 06:41:15 Archiving 'sudo' log.. [Pipeline] echo 06:41:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:41:16 ---> job-cost.sh 06:41:16 lf-activate-venv: SKIPPING 06:41:16 INFO: No Stack... 06:41:17 INFO: Retrieving Pricing Info for: v1-standard-2 06:41:17 INFO: Archiving Costs [Pipeline] echo 06:41:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:41:17 ---> logs-deploy.sh 06:41:17 lf-activate-venv: SKIPPING 06:41:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3086/1 06:41:17 INFO: archiving workspace using pattern(s): 06:41:19 Archives upload complete. 06:41:19 INFO: archiving logs to Nexus 06:41:20 ---> uname -a: 06:41:20 Linux prd-centos7-docker-4c-2g-23364.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:41:20 06:41:20 06:41:20 ---> lscpu: 06:41:20 Architecture: x86_64 06:41:20 CPU op-mode(s): 32-bit, 64-bit 06:41:20 Byte Order: Little Endian 06:41:20 Address sizes: 40 bits physical, 48 bits virtual 06:41:20 CPU(s): 4 06:41:20 On-line CPU(s) list: 0-3 06:41:20 Thread(s) per core: 1 06:41:20 Core(s) per socket: 1 06:41:20 Socket(s): 4 06:41:20 NUMA node(s): 1 06:41:20 Vendor ID: GenuineIntel 06:41:20 CPU family: 6 06:41:20 Model: 44 06:41:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:41:20 Stepping: 1 06:41:20 CPU MHz: 2933.436 06:41:20 BogoMIPS: 5866.87 06:41:20 Virtualization: VT-x 06:41:20 Hypervisor vendor: KVM 06:41:20 Virtualization type: full 06:41:20 L1d cache: 128 KiB 06:41:20 L1i cache: 128 KiB 06:41:20 L2 cache: 16 MiB 06:41:20 L3 cache: 64 MiB 06:41:20 NUMA node0 CPU(s): 0-3 06:41:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:41:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:41:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:41:20 Vulnerability Meltdown: Mitigation; PTI 06:41:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:41:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:41:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:41:20 Vulnerability Srbds: Not affected 06:41:20 Vulnerability Tsx async abort: Not affected 06:41:20 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 06:41:20 06:41:20 06:41:20 ---> nproc: 06:41:20 4 06:41:20 06:41:20 06:41:20 ---> df -h: 06:41:20 Filesystem Size Used Available Use% Mounted on 06:41:20 overlay 50.0G 11.4G 38.6G 23% / 06:41:20 tmpfs 64.0M 0 64.0M 0% /dev 06:41:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:41:20 shm 64.0M 0 64.0M 0% /dev/shm 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/1 06:41:20 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/1@tmp 06:41:20 06:41:20 06:41:20 ---> free -m: 06:41:20 total used free shared buff/cache available 06:41:20 Mem: 1837 735 148 0 953 1019 06:41:20 Swap: 1023 53 970 06:41:20 06:41:20 06:41:20 ---> ip addr: 06:41:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:41:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:41:20 inet 127.0.0.1/8 scope host lo 06:41:20 valid_lft forever preferred_lft forever 06:41:20 inet6 ::1/128 scope host 06:41:20 valid_lft forever preferred_lft forever 06:41:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:41:20 link/ether fa:16:3e:03:df:96 brd ff:ff:ff:ff:ff:ff 06:41:20 inet 10.30.123.166/23 brd 10.30.123.255 scope global dynamic eth0 06:41:20 valid_lft 85103sec preferred_lft 85103sec 06:41:20 inet6 fe80::f816:3eff:fe03:df96/64 scope link 06:41:20 valid_lft forever preferred_lft forever 06:41:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:41:20 link/ether 02:42:3c:92:f8:03 brd ff:ff:ff:ff:ff:ff 06:41:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:41:20 valid_lft forever preferred_lft forever 06:41:20 inet6 fe80::42:3cff:fe92:f803/64 scope link 06:41:20 valid_lft forever preferred_lft forever 06:41:20 06:41:20 06:41:20 ---> sar -b -r -n DEV: 06:41:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 06:41:20 06:41:20 06:19:31 LINUX RESTART (4 CPU) 06:41:20 06:41:20 06:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:41:20 06:21:01 85.62 29.20 56.42 0.00 6389.31 14607.61 0.00 06:41:20 06:22:01 229.55 98.50 131.04 0.00 6630.51 44022.59 0.00 06:41:20 06:23:01 246.77 102.00 144.77 0.00 3760.33 19398.27 0.00 06:41:20 06:24:01 154.78 75.40 79.39 0.00 3510.83 8901.68 0.00 06:41:20 06:25:02 264.58 93.45 171.13 0.00 35853.98 108074.69 0.00 06:41:20 06:26:03 2807.49 2463.99 343.51 0.00 174383.34 186621.04 0.00 06:41:20 06:27:02 666.74 474.82 191.92 0.00 32390.38 45911.52 0.00 06:41:20 06:28:01 1424.17 1068.62 355.55 0.00 96817.74 133011.15 0.00 06:41:20 06:29:02 912.54 586.65 325.89 0.00 44674.33 76381.20 0.00 06:41:20 06:30:01 103.39 11.61 91.77 0.00 3033.96 7047.93 0.00 06:41:20 06:31:01 3.60 0.05 3.55 0.00 0.93 111.49 0.00 06:41:20 06:32:01 0.23 0.02 0.22 0.00 0.13 3.83 0.00 06:41:20 06:33:01 0.42 0.02 0.40 0.00 0.27 5.53 0.00 06:41:20 06:34:01 0.30 0.00 0.30 0.00 0.00 3.93 0.00 06:41:20 06:35:01 2.03 1.75 0.28 0.00 55.42 5.16 0.00 06:41:20 06:36:01 1.30 0.40 0.90 0.00 143.75 16.45 0.00 06:41:20 06:37:01 0.40 0.00 0.40 0.00 0.00 5.75 0.00 06:41:20 06:38:01 0.32 0.00 0.32 0.00 0.00 4.66 0.00 06:41:20 06:39:01 0.25 0.02 0.23 0.00 0.53 3.61 0.00 06:41:20 06:40:01 0.37 0.00 0.37 0.00 0.00 5.59 0.00 06:41:20 06:41:01 102.36 68.36 34.00 0.00 6066.30 7771.94 0.00 06:41:20 Average: 335.10 242.99 92.11 0.00 19801.25 31176.91 0.00 06:41:20 06:41:20 06:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:41:20 06:21:01 70476 0 783376 41.63 2620 1025072 1432056 48.87 677020 930484 20 06:41:20 06:22:01 128688 0 699796 37.19 2268 1050792 1517868 51.80 569860 938088 2544 06:41:20 06:23:01 181788 0 782776 41.60 940 916040 1682024 57.40 652608 766476 63800 06:41:20 06:24:01 250972 0 792048 42.10 792 837732 1538700 52.51 644988 696664 22592 06:41:20 06:25:02 71336 0 836396 44.45 0 973812 2256356 77.01 676800 918432 59148 06:41:20 06:26:03 73996 0 843764 44.84 0 963784 2335308 79.70 765528 816596 60940 06:41:20 06:27:02 353564 0 740212 39.34 0 787768 1576256 53.80 586404 678296 17196 06:41:20 06:28:01 83440 0 919960 48.89 0 878144 2934096 100.14 752764 800864 39688 06:41:20 06:29:02 149660 0 692224 36.79 0 1039660 1354288 46.22 554788 931068 32 06:41:20 06:30:01 132184 0 655300 34.83 0 1094060 1183952 40.41 573116 924140 20 06:41:20 06:31:01 134268 0 653196 34.72 0 1094080 1171604 39.98 572352 923656 24 06:41:20 06:32:01 135360 0 652112 34.66 0 1094072 1164432 39.74 571620 923656 8 06:41:20 06:33:01 135588 0 651880 34.65 0 1094076 1164408 39.74 571620 923660 8 06:41:20 06:34:01 135420 0 652036 34.65 0 1094088 1164408 39.74 571852 923668 8 06:41:20 06:35:01 134020 0 652436 34.68 0 1095088 1164408 39.74 572256 924148 8 06:41:20 06:36:01 126620 0 655544 34.84 0 1099380 1164468 39.74 578024 925564 8 06:41:20 06:37:01 126248 0 655912 34.86 0 1099384 1164408 39.74 577820 925564 8 06:41:20 06:38:01 126544 0 655604 34.84 0 1099396 1164408 39.74 577964 925564 8 06:41:20 06:39:01 126596 0 655560 34.84 0 1099388 1164408 39.74 577848 925564 12 06:41:20 06:40:01 126420 0 655716 34.85 0 1099408 1164408 39.74 577848 925580 8 06:41:20 06:41:01 78136 0 735112 39.07 0 1068296 1606372 54.82 721804 813588 113588 06:41:20 Average: 137206 0 715284 38.02 315 1028739 1479459 50.49 615471 879110 18079 06:41:20 06:41:20 06:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:41:20 06:21:01 eth0 1626.14 1435.12 6437.18 192.12 0.00 0.00 0.00 0.00 06:41:20 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:21:01 veth7649a0b 834.22 696.35 80.51 2717.24 0.00 0.00 0.00 0.00 06:41:20 06:21:01 docker0 834.22 696.21 69.10 2717.22 0.00 0.00 0.00 0.00 06:41:20 06:22:01 eth0 465.68 397.97 3284.27 40.80 0.00 0.00 0.00 0.00 06:41:20 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:22:01 veth2472c89 34.02 37.83 3.12 75.95 0.00 0.00 0.00 0.00 06:41:20 06:22:01 docker0 87.36 103.78 5.49 436.30 0.00 0.00 0.00 0.00 06:41:20 06:23:01 veth5c61d97 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:41:20 06:23:01 eth0 141.33 113.13 431.15 77.82 0.00 0.00 0.00 0.00 06:41:20 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:23:01 docker0 84.80 99.09 6.74 400.68 0.00 0.00 0.00 0.00 06:41:20 06:24:01 veth5c61d97 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 06:41:20 06:24:01 eth0 27.86 14.09 22.16 11.69 0.00 0.00 0.00 0.00 06:41:20 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:24:01 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 06:41:20 06:25:02 eth0 221.89 180.38 1685.25 81.80 0.00 0.00 0.00 0.00 06:41:20 06:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:25:02 vethdb57f8a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:41:20 06:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:26:03 eth0 42.93 29.96 158.82 9.11 0.00 0.00 0.00 0.00 06:41:20 06:26:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:26:03 vethdb57f8a 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 06:41:20 06:26:03 docker0 20.61 25.14 1.22 144.40 0.00 0.00 0.00 0.00 06:41:20 06:27:02 vethc14872a 16.47 42.31 1.19 340.64 0.00 0.00 0.00 0.00 06:41:20 06:27:02 eth0 79.58 35.84 502.31 8.37 0.00 0.00 0.00 0.00 06:41:20 06:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:27:02 vethdb57f8a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:28:01 vethba200f8 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:28:01 vethb4bbf76 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:41:20 06:28:01 veth91f088f 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 06:41:20 06:28:01 eth0 145.15 82.03 657.08 82.18 0.00 0.00 0.00 0.00 06:41:20 06:29:02 eth0 177.75 142.33 1357.17 86.02 0.00 0.00 0.00 0.00 06:41:20 06:29:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:41:20 06:29:02 vethdb57f8a 0.00 0.90 0.00 0.04 0.00 0.00 0.00 0.00 06:41:20 06:29:02 docker0 1086.93 1074.69 85.74 4809.26 0.00 0.00 0.00 0.00 06:41:20 06:30:01 eth0 80.26 43.91 391.62 13.87 0.00 0.00 0.00 0.00 06:41:20 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:30:01 docker0 28.86 52.99 1.85 368.52 0.00 0.00 0.00 0.00 06:41:20 06:31:01 eth0 0.33 0.18 0.15 0.07 0.00 0.00 0.00 0.00 06:41:20 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:32:01 eth0 0.18 0.13 0.06 0.01 0.00 0.00 0.00 0.00 06:41:20 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:33:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:34:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:41:20 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:41:20 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:36:01 eth0 0.28 0.25 0.14 0.08 0.00 0.00 0.00 0.00 06:41:20 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:37:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:41:20 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:38:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:41:20 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:39:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:40:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:41:20 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:41:01 eth0 218.83 181.04 2168.09 67.21 0.00 0.00 0.00 0.00 06:41:20 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 Average: eth0 152.74 125.66 810.81 31.88 0.00 0.00 0.00 0.00 06:41:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:20 Average: docker0 53.30 53.85 4.18 247.14 0.00 0.00 0.00 0.00 06:41:20 06:41:20 06:41:20 ---> sar -P ALL: 06:41:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 06:41:20 06:41:20 06:19:31 LINUX RESTART (4 CPU) 06:41:20 06:41:20 06:20:02 CPU %user %nice %system %iowait %steal %idle 06:41:20 06:21:01 all 19.83 0.00 7.16 1.72 0.27 71.01 06:41:20 06:21:01 0 22.11 0.00 9.64 0.99 0.30 66.97 06:41:20 06:21:01 1 17.52 0.00 6.28 1.37 0.24 74.59 06:41:20 06:21:01 2 20.65 0.00 5.29 0.71 0.31 73.03 06:41:20 06:21:01 3 19.09 0.00 7.47 3.81 0.24 69.39 06:41:20 06:22:01 all 10.56 0.00 7.42 3.04 0.17 78.81 06:41:20 06:22:01 0 8.54 0.00 7.68 2.88 0.17 80.73 06:41:20 06:22:01 1 11.37 0.00 6.30 3.93 0.15 78.26 06:41:20 06:22:01 2 11.85 0.00 8.20 3.15 0.15 76.64 06:41:20 06:22:01 3 10.46 0.00 7.51 2.18 0.21 79.64 06:41:20 06:23:01 all 40.09 0.00 12.77 5.60 0.23 41.32 06:41:20 06:23:01 0 40.95 0.00 12.13 5.04 0.28 41.59 06:41:20 06:23:01 1 38.58 0.00 12.25 6.70 0.19 42.29 06:41:20 06:23:01 2 39.08 0.00 13.79 5.47 0.22 41.45 06:41:20 06:23:01 3 41.74 0.00 12.91 5.18 0.23 39.94 06:41:20 06:24:01 all 53.66 0.00 15.65 2.84 0.37 27.48 06:41:20 06:24:01 0 53.79 0.00 15.61 2.18 0.36 28.07 06:41:20 06:24:01 1 53.95 0.00 16.06 5.14 0.42 24.43 06:41:20 06:24:01 2 54.61 0.00 15.05 2.94 0.35 27.06 06:41:20 06:24:01 3 52.28 0.00 15.89 1.12 0.35 30.36 06:41:20 06:25:02 all 25.09 0.00 16.76 4.95 0.77 52.42 06:41:20 06:25:02 0 23.51 0.00 16.51 4.67 0.87 54.44 06:41:20 06:25:02 1 23.80 0.00 15.84 5.88 0.70 53.78 06:41:20 06:25:02 2 26.85 0.00 17.68 5.44 0.82 49.21 06:41:20 06:25:02 3 26.19 0.00 17.02 3.83 0.70 52.26 06:41:20 06:26:03 all 23.59 0.00 32.59 18.46 2.92 22.44 06:41:20 06:26:03 0 24.58 0.00 34.03 18.46 2.83 20.10 06:41:20 06:26:03 1 25.68 0.00 31.81 18.93 2.74 20.83 06:41:20 06:26:03 2 20.33 0.00 30.98 18.83 3.47 26.40 06:41:20 06:26:03 3 23.78 0.00 33.57 17.62 2.61 22.41 06:41:20 06:27:02 all 62.33 0.00 19.16 9.02 0.70 8.79 06:41:20 06:27:02 0 60.96 0.00 20.54 9.70 0.78 8.01 06:41:20 06:27:02 1 63.30 0.00 19.14 9.11 0.64 7.82 06:41:20 06:27:02 2 62.83 0.00 17.88 6.37 0.79 12.12 06:41:20 06:27:02 3 62.24 0.00 19.08 10.92 0.58 7.18 06:41:20 06:28:01 all 41.19 0.00 27.31 17.18 0.78 13.55 06:41:20 06:28:01 0 40.91 0.00 27.14 21.24 0.77 9.94 06:41:20 06:28:01 1 40.96 0.00 26.85 15.91 0.70 15.58 06:41:20 06:28:01 2 42.63 0.00 26.32 13.02 0.85 17.18 06:41:20 06:28:01 3 40.25 0.00 28.93 18.59 0.77 11.46 06:41:20 06:29:02 all 41.24 0.00 20.62 22.68 0.56 14.90 06:41:20 06:29:02 0 41.36 0.00 20.31 24.26 0.52 13.55 06:41:20 06:29:02 1 40.14 0.00 20.83 22.09 0.63 16.31 06:41:20 06:29:02 2 41.66 0.00 21.49 22.18 0.51 14.16 06:41:20 06:29:02 3 41.82 0.00 19.85 22.17 0.58 15.59 06:41:20 06:30:01 all 5.46 0.00 3.47 5.15 0.08 85.84 06:41:20 06:30:01 0 4.29 0.00 3.00 3.09 0.07 89.55 06:41:20 06:30:01 1 3.82 0.00 2.86 3.70 0.05 89.57 06:41:20 06:30:01 2 5.45 0.00 3.43 11.03 0.12 79.97 06:41:20 06:30:01 3 8.27 0.00 4.58 2.78 0.09 84.29 06:41:20 06:31:01 all 0.16 0.00 0.03 0.00 0.00 99.80 06:41:20 06:31:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:41:20 06:31:01 1 0.52 0.00 0.02 0.00 0.02 99.45 06:41:20 06:31:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:41:20 06:31:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:41:20 06:41:20 06:31:01 CPU %user %nice %system %iowait %steal %idle 06:41:20 06:32:01 all 0.11 0.00 0.05 0.00 0.01 99.82 06:41:20 06:32:01 0 0.03 0.00 0.05 0.00 0.00 99.92 06:41:20 06:32:01 1 0.27 0.00 0.07 0.00 0.02 99.65 06:41:20 06:32:01 2 0.08 0.00 0.03 0.00 0.02 99.87 06:41:20 06:32:01 3 0.05 0.00 0.07 0.00 0.02 99.87 06:41:20 06:33:01 all 0.03 0.00 0.03 0.00 0.00 99.94 06:41:20 06:33:01 0 0.03 0.00 0.05 0.00 0.00 99.92 06:41:20 06:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:41:20 06:33:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:41:20 06:33:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:41:20 06:34:01 all 0.14 0.00 0.04 0.00 0.00 99.82 06:41:20 06:34:01 0 0.07 0.00 0.07 0.00 0.00 99.87 06:41:20 06:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:41:20 06:34:01 2 0.42 0.00 0.03 0.00 0.00 99.55 06:41:20 06:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:41:20 06:35:01 all 0.14 0.00 0.05 0.03 0.00 99.77 06:41:20 06:35:01 0 0.03 0.00 0.07 0.02 0.02 99.87 06:41:20 06:35:01 1 0.00 0.00 0.03 0.02 0.00 99.95 06:41:20 06:35:01 2 0.50 0.00 0.05 0.02 0.00 99.43 06:41:20 06:35:01 3 0.03 0.00 0.07 0.07 0.00 99.83 06:41:20 06:36:01 all 0.17 0.00 0.04 0.00 0.00 99.78 06:41:20 06:36:01 0 0.05 0.00 0.07 0.02 0.00 99.87 06:41:20 06:36:01 1 0.05 0.00 0.05 0.00 0.02 99.88 06:41:20 06:36:01 2 0.53 0.00 0.03 0.00 0.00 99.43 06:41:20 06:36:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:41:20 06:37:01 all 0.14 0.00 0.03 0.00 0.00 99.83 06:41:20 06:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:41:20 06:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:41:20 06:37:01 2 0.48 0.00 0.02 0.00 0.00 99.50 06:41:20 06:37:01 3 0.03 0.00 0.05 0.00 0.02 99.90 06:41:20 06:38:01 all 0.16 0.00 0.02 0.00 0.00 99.82 06:41:20 06:38:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:41:20 06:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:41:20 06:38:01 2 0.52 0.00 0.02 0.00 0.00 99.47 06:41:20 06:38:01 3 0.05 0.00 0.05 0.00 0.00 99.90 06:41:20 06:39:01 all 0.15 0.00 0.02 0.00 0.00 99.81 06:41:20 06:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:41:20 06:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:41:20 06:39:01 2 0.50 0.00 0.00 0.02 0.02 99.47 06:41:20 06:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:41:20 06:40:01 all 0.11 0.00 0.05 0.00 0.00 99.85 06:41:20 06:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:41:20 06:40:01 1 0.05 0.00 0.05 0.00 0.00 99.90 06:41:20 06:40:01 2 0.35 0.00 0.08 0.00 0.00 99.57 06:41:20 06:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:41:20 06:41:01 all 5.30 0.00 3.51 2.66 0.07 88.46 06:41:20 06:41:01 0 4.68 0.00 2.95 2.15 0.05 90.18 06:41:20 06:41:01 1 5.09 0.00 3.42 0.57 0.07 90.86 06:41:20 06:41:01 2 5.34 0.00 3.27 3.05 0.08 88.26 06:41:20 06:41:01 3 6.08 0.00 4.39 4.90 0.08 84.54 06:41:20 Average: all 15.23 0.00 7.70 4.30 0.32 72.45 06:41:20 Average: 0 15.07 0.00 7.85 4.36 0.32 72.40 06:41:20 Average: 1 14.99 0.00 7.47 4.30 0.30 72.94 06:41:20 Average: 2 15.51 0.00 7.59 4.28 0.36 72.26 06:41:20 Average: 3 15.33 0.00 7.90 4.28 0.30 72.19 06:41:20 06:41:20 06:41:20