Pull request #3073 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f+f7cba1f5bd7f0f50faed19509b697065ec7e4bcf (19b2f3d62276a5f4afc56d29877ce901073a1c32) 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-3073/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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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-3073/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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-22598 in /w/workspace/edgexfoundry_edgex-go_PR-3073 [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 > 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/3073/head:refs/remotes/origin/PR-3073 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f Merge succeeded, producing 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f Checking out Revision 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f (PR-3073) > git config core.sparsecheckout # timeout=10 > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # 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 07:15:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:15:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:15:53 ========================================================= 07:15:53 EdgeX Global Pipelines Version Info 07:15:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:15:54 ------------------- 07:15:54 stable info: 07:15:54 ------------------- 07:15:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:15:54 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:15:54 Message: update stable to v1.0.179 07:15:55 ------------------- 07:15:55 experimental info: 07:15:55 ------------------- 07:15:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:15:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:15:55 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:15:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:15:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:15:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:15:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:15:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:15:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:15:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:15:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:15:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:15:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:15:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:15:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:15:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:15:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:15:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:15:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:15:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:15:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:15:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3073 [Pipeline] echo 07:15:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3073 [Pipeline] echo 07:15:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3073 [Pipeline] echo 07:15:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [Pipeline] echo 07:15:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1299e1d [Pipeline] echo 07:15:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:15:59 provisioning config files... 07:15:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config280045027948528327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:16:00 ---> docker-login.sh 07:16:00 nexus3.edgexfoundry.org:10001 07:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:00 Configure a credential helper to remove this warning. See 07:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:00 07:16:00 Login Succeeded 07:16:00 nexus3.edgexfoundry.org:10002 07:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:00 Configure a credential helper to remove this warning. See 07:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:00 07:16:00 Login Succeeded 07:16:00 nexus3.edgexfoundry.org:10003 07:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:00 Configure a credential helper to remove this warning. See 07:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:00 07:16:00 Login Succeeded 07:16:00 nexus3.edgexfoundry.org:10004 07:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:01 Configure a credential helper to remove this warning. See 07:16:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:01 07:16:01 Login Succeeded 07:16:01 docker.io 07:16:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:16:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:16:01 Configure a credential helper to remove this warning. See 07:16:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:16:01 07:16:01 Login Succeeded 07:16:01 ---> docker-login.sh ends [Pipeline] } 07:16:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:16:02 ++ 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 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/core-command/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo core-command,cmd/core-command/Dockerfile 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/core-data/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo core-data,cmd/core-data/Dockerfile 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/core-metadata/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo core-metadata,cmd/core-metadata/Dockerfile 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/security-bootstrapper/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/security-proxy-setup/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/support-notifications/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo support-notifications,cmd/support-notifications/Dockerfile 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/support-scheduler/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:16:02 + for file in '`ls cmd/**/Dockerfile`' 07:16:02 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:16:02 ++ cut -d/ -f2 07:16:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:16:02 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 07:16:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:03 07:16:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:16:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:03 latest: Pulling from edgex-devops/git-semver 07:16:03 31603596830f: Pulling fs layer 07:16:03 2a8b12db71e7: Pulling fs layer 07:16:03 6ca5941a6612: Pulling fs layer 07:16:03 ecc8261a40a4: Pulling fs layer 07:16:03 ecc8261a40a4: Waiting 07:16:03 2a8b12db71e7: Verifying Checksum 07:16:03 2a8b12db71e7: Download complete 07:16:03 31603596830f: Download complete 07:16:04 ecc8261a40a4: Verifying Checksum 07:16:04 ecc8261a40a4: Download complete 07:16:04 6ca5941a6612: Verifying Checksum 07:16:04 6ca5941a6612: Download complete 07:16:04 31603596830f: Pull complete 07:16:04 2a8b12db71e7: Pull complete 07:16:05 6ca5941a6612: Pull complete 07:16:05 ecc8261a40a4: Pull complete 07:16:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:16:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:16:05 prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container 07:16:05 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:16:08 $ docker top 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:16:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:16:08 [ssh-agent] Looking for ssh-agent implementation... 07:16:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:16:08 $ docker exec 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 ssh-agent 07:16:08 SSH_AUTH_SOCK=/tmp/ssh-l1yz0Vl77an7/agent.12 07:16:08 SSH_AGENT_PID=17 07:16:08 Running ssh-add (command line suppressed) 07:16:09 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6848909504847371836.key (/w/workspace/edgex-go/1@tmp/private_key_6848909504847371836.key) 07:16:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:16:09 + git tag --points-at HEAD [Pipeline] } 07:16:09 $ docker exec --env ******** --env ******** 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 ssh-agent -k 07:16:09 unset SSH_AUTH_SOCK; 07:16:09 unset SSH_AGENT_PID; 07:16:09 echo Agent pid 17 killed; 07:16:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:16:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:16:09 [ssh-agent] Looking for ssh-agent implementation... 07:16:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:16:10 $ docker exec 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 ssh-agent 07:16:10 SSH_AUTH_SOCK=/tmp/ssh-xe64ezaY07KA/agent.45 07:16:10 SSH_AGENT_PID=50 07:16:10 Running ssh-add (command line suppressed) 07:16:10 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6176761134519404488.key (/w/workspace/edgex-go/1@tmp/private_key_6176761134519404488.key) 07:16:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:16:10 + git semver init 07:16:10 # -> Open(): unable to determine branch for HEAD 07:16:10 # $GIT_DIR = /w/workspace/edgex-go/1/.git 07:16:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 07:16:10 # $SEMVER_REMOTE_NAME = origin 07:16:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:16:10 # $SEMVER_USER_NAME = edgex-jenkins 07:16:10 # $SEMVER_BRANCH = PR-3073 07:16:10 # $SEMVER_TEMP = /tmp/semver-349800677 07:16:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:16:29 # '/tmp/semver-349800677' -> '/w/workspace/edgex-go/1/.semver' 07:16:29 # -> Force: false 07:16:29 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 07:16:30 $ docker exec --env ******** --env ******** 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 ssh-agent -k 07:16:30 unset SSH_AUTH_SOCK; 07:16:30 unset SSH_AGENT_PID; 07:16:30 echo Agent pid 50 killed; 07:16:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:16:30 + git semver [Pipeline] } 07:16:31 $ docker stop --time=1 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 07:16:32 $ docker rm -f 67187ca6fd3968f55583b07e08bd5beb61f7eeac01f20f52a46bd267159a22c3 [Pipeline] // withDockerContainer [Pipeline] sh 07:16:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:16:33 Stashed 1 file(s) [Pipeline] echo 07:16:33 [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 07:16:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:16:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:16:35 + sudo service docker restart 07:16:35 + true 07:16:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:16:36 ========================================================= 07:16:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:16:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:16:36 + 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 . 07:16:40 Sending build context to Docker daemon 327.1MB 07:16:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:16:40 Step 2/6 : FROM ${BASE} 07:16:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:16:40 188c0c94c7c5: Pulling fs layer 07:16:40 0ef7d3d256c8: Pulling fs layer 07:16:40 de9db76c5a1d: Pulling fs layer 07:16:40 bca2f99d35d6: Pulling fs layer 07:16:40 93359f2a8cfa: Pulling fs layer 07:16:40 7c6f9722023f: Pulling fs layer 07:16:40 a35cf1a2eb13: Pulling fs layer 07:16:40 bca2f99d35d6: Waiting 07:16:40 93359f2a8cfa: Waiting 07:16:40 7c6f9722023f: Waiting 07:16:40 a35cf1a2eb13: Waiting 07:16:40 de9db76c5a1d: Verifying Checksum 07:16:40 de9db76c5a1d: Download complete 07:16:40 0ef7d3d256c8: Verifying Checksum 07:16:40 0ef7d3d256c8: Download complete 07:16:40 93359f2a8cfa: Verifying Checksum 07:16:40 93359f2a8cfa: Download complete 07:16:40 7c6f9722023f: Verifying Checksum 07:16:40 7c6f9722023f: Download complete 07:16:40 188c0c94c7c5: Verifying Checksum 07:16:40 188c0c94c7c5: Download complete 07:16:41 188c0c94c7c5: Pull complete 07:16:41 0ef7d3d256c8: Pull complete 07:16:42 de9db76c5a1d: Pull complete 07:16:42 a35cf1a2eb13: Verifying Checksum 07:16:42 a35cf1a2eb13: Download complete 07:16:42 bca2f99d35d6: Verifying Checksum 07:16:42 bca2f99d35d6: Download complete 07:16:48 bca2f99d35d6: Pull complete 07:16:48 93359f2a8cfa: Pull complete 07:16:48 7c6f9722023f: Pull complete 07:16:49 Still waiting to schedule task 07:16:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:16:52 a35cf1a2eb13: Pull complete 07:16:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:16:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:16:52 ---> a62c8e92a672 07:16:52 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:16:52 ---> Running in 74a16e91a2b4 07:16:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:16:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:16:54 (1/12) Installing libmagic (5.38-r0) 07:16:54 (2/12) Installing file (5.38-r0) 07:16:54 (3/12) Installing libc-dev (0.7.2-r3) 07:16:54 (4/12) Installing g++ (9.3.0-r2) 07:16:58 (5/12) Installing fortify-headers (1.1-r0) 07:16:58 (6/12) Installing patch (2.7.6-r6) 07:16:58 (7/12) Installing build-base (0.5-r2) 07:16:58 (8/12) Installing libsodium (1.0.18-r0) 07:16:58 (9/12) Installing pkgconf (1.7.2-r0) 07:16:58 (10/12) Installing libsodium-dev (1.0.18-r0) 07:16:58 (11/12) Installing libzmq (4.3.3-r0) 07:16:58 (12/12) Installing zeromq-dev (4.3.3-r0) 07:16:58 Executing busybox-1.31.1-r19.trigger 07:16:58 OK: 233 MiB in 51 packages 07:17:02 Removing intermediate container 74a16e91a2b4 07:17:02 ---> 9d9802cd2fdb 07:17:02 Step 4/6 : WORKDIR /edgex-go 07:17:02 ---> Running in 4110bf6250b1 07:17:02 Removing intermediate container 4110bf6250b1 07:17:02 ---> 1b2859fe36d7 07:17:02 Step 5/6 : COPY go.mod . 07:17:02 ---> 86946eb09dd2 07:17:02 Step 6/6 : RUN go mod download 07:17:02 ---> Running in 98a1a52236db 07:17:24 Removing intermediate container 98a1a52236db 07:17:24 ---> a80763edf2c9 07:17:24 Successfully built a80763edf2c9 07:17:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:17:24 + docker inspect -f . ci-base-image-x86_64 07:17:24 . [Pipeline] withDockerContainer 07:17:25 prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container 07:17:25 $ 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 ******** ci-base-image-x86_64 cat 07:17:25 $ docker top 21bcd21a4bf42d435f2e5767ad8cc66086d8853f2008df015fdafe8ee25ded15 -eo pid,comm [Pipeline] { [Pipeline] sh 07:17:26 + go version 07:17:26 go version go1.15.5 linux/amd64 [Pipeline] } 07:17:26 $ docker stop --time=1 21bcd21a4bf42d435f2e5767ad8cc66086d8853f2008df015fdafe8ee25ded15 07:17:27 $ docker rm -f 21bcd21a4bf42d435f2e5767ad8cc66086d8853f2008df015fdafe8ee25ded15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:17:28 + docker inspect -f . ci-base-image-x86_64 07:17:28 . [Pipeline] withDockerContainer 07:17:28 prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container 07:17:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** ci-base-image-x86_64 cat 07:17:30 $ docker top b4a1fb5d377d2f9bace566c175e88761fb2688d0e1e5451522dcf5415be39c65 -eo pid,comm [Pipeline] { [Pipeline] echo 07:17:30 ========================================================= 07:17:30 [edgeXBuildGoParallel] Running Tests and Build... 07:17:30 ========================================================= [Pipeline] sh 07:17:30 + make test 07:17:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:17:40 ? github.com/edgexfoundry/edgex-go [no test files] 07:17:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:18:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:18:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:18:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:18:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:18:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:18:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:18:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:18:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:18:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.6% of statements 07:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.1% of statements 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.025s coverage: 100.0% of statements 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 65.8% of statements 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.124s coverage: 82.3% of statements 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.090s coverage: 86.7% of statements 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:18:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.370s coverage: 92.8% of statements 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:18:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:18:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:18:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 43.8% of statements 07:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements 07:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 07:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements 07:18:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.4% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 63.5% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.258s coverage: 68.9% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.250s coverage: 84.0% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.847s coverage: 29.1% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:18:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:18:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:18:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 07:18:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:18:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:18:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 07:18:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 07:18:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 07:18:29 GO111MODULE=on go vet ./... 07:18:52 gofmt -l . 07:18:53 [ "`gofmt -l .`" = "" ] 07:18:53 ./bin/test-go-mod-tidy.sh 07:18:53 ./bin/test-attribution-txt.sh [Pipeline] sh 07:18:54 + ls -al . 07:18:54 total 668 07:18:54 drwxrwxr-x 10 1001 1001 4096 Jan 25 07:18 . 07:18:54 drwxr-xr-x 4 root root 28 Jan 25 07:17 .. 07:18:54 -rw-rw-r-- 1 1001 1001 11 Jan 25 07:15 .dockerignore 07:18:54 drwxrwxr-x 8 1001 1001 179 Jan 25 07:15 .git 07:18:54 drwxrwxr-x 3 1001 1001 125 Jan 25 07:15 .github 07:18:54 -rw-rw-r-- 1 1001 1001 872 Jan 25 07:15 .gitignore 07:18:54 drwx------ 3 1001 1001 47 Jan 25 07:16 .semver 07:18:54 -rw-rw-r-- 1 1001 1001 166 Jan 25 07:15 .sonarcloud.properties 07:18:54 -rw-rw-r-- 1 1001 1001 7859 Jan 25 07:15 Attribution.txt 07:18:54 -rw-rw-r-- 1 1001 1001 3804 Jan 25 07:15 CONTRIBUTING.md 07:18:54 -rw-rw-r-- 1 1001 1001 931 Jan 25 07:15 Dockerfile.build 07:18:54 -rw-rw-r-- 1 1001 1001 863 Jan 25 07:15 Jenkinsfile 07:18:54 -rw-rw-r-- 1 1001 1001 10775 Jan 25 07:15 LICENSE 07:18:54 -rw-rw-r-- 1 1001 1001 6001 Jan 25 07:15 Makefile 07:18:54 -rw-rw-r-- 1 1001 1001 6524 Jan 25 07:15 README.md 07:18:54 -rw-rw-r-- 1 1001 1001 6755 Jan 25 07:15 SECURITY.md 07:18:54 -rw-rw-r-- 1 1001 1001 5 Jan 25 07:16 VERSION 07:18:54 -rw-rw-r-- 1 1001 1001 4131 Jan 25 07:15 ZMQWindows.md 07:18:54 drwxrwxr-x 2 1001 1001 117 Jan 25 07:15 bin 07:18:54 drwxrwxr-x 15 1001 1001 4096 Jan 25 07:15 cmd 07:18:54 -rw-r--r-- 1 root root 564700 Jan 25 07:18 coverage.out 07:18:54 -rw-r--r-- 1 root root 1053 Jan 25 07:18 go.mod 07:18:54 -rw-r--r-- 1 root root 18995 Jan 25 07:18 go.sum 07:18:54 drwxrwxr-x 8 1001 1001 127 Jan 25 07:15 internal 07:18:54 drwxrwxr-x 4 1001 1001 26 Jan 25 07:15 openapi 07:18:54 drwxrwxr-x 4 1001 1001 71 Jan 25 07:15 snap 07:18:54 -rw-rw-r-- 1 1001 1001 168 Jan 25 07:15 version.go [Pipeline] sh 07:18:55 + '[' -e coverage.out ] 07:18:55 + chown 1001:1001 coverage.out [Pipeline] stash 07:18:55 Stashed 1 file(s) [Pipeline] sh 07:18:55 + make build 07:18: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 07:18:59 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 07:19: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 07:19: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 07:19:09 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 07:19:09 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 07:19: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 07:19:12 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 07:19:13 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 07:19:14 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 07:19:15 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 07:19:16 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 07:19:17 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] } 07:19:19 $ docker stop --time=1 b4a1fb5d377d2f9bace566c175e88761fb2688d0e1e5451522dcf5415be39c65 07:19:21 $ docker rm -f b4a1fb5d377d2f9bace566c175e88761fb2688d0e1e5451522dcf5415be39c65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:19:24 07:19:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:19:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:19:24 latest: Pulling from edgex-devops/edgex-compose 07:19:24 cbdbe7a5bc2a: Pulling fs layer 07:19:24 ca9280d653b3: Pulling fs layer 07:19:24 7e9c9ca2126c: Pulling fs layer 07:19:25 cbdbe7a5bc2a: Verifying Checksum 07:19:25 cbdbe7a5bc2a: Download complete 07:19:25 ca9280d653b3: Verifying Checksum 07:19:25 ca9280d653b3: Download complete 07:19:25 cbdbe7a5bc2a: Pull complete 07:19:26 7e9c9ca2126c: Verifying Checksum 07:19:26 7e9c9ca2126c: Download complete 07:19:26 ca9280d653b3: Pull complete 07:19:33 7e9c9ca2126c: Pull complete 07:19:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:19:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:19:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:19:33 prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container 07:19: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:19:36 $ docker top ae370cfdb3b35dad622aa059ffaa4215c12ed9893b72c400fc0248e6eaa2c4ef -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:36 + docker-compose build --help 07:19:36 + grep parallel 07:19:37 --parallel Build images in parallel. [Pipeline] } 07:19:37 $ docker stop --time=1 ae370cfdb3b35dad622aa059ffaa4215c12ed9893b72c400fc0248e6eaa2c4ef 07:19:39 $ docker rm -f ae370cfdb3b35dad622aa059ffaa4215c12ed9893b72c400fc0248e6eaa2c4ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:19:40 . [Pipeline] withDockerContainer 07:19:40 prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container 07:19: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:19:40 $ docker top 87a5e8b86dd025ce925fb6383a306f5e8383cc22683e81466dbf7a98639ecff7 -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:41 + docker-compose -f ./docker-compose-build.yml build --parallel 07:19:42 Building docker-core-command-go ... 07:19:42 Building docker-core-data-go ... 07:19:42 Building docker-core-metadata-go ... 07:19:42 Building docker-security-bootstrapper-go ... 07:19:42 Building docker-security-proxy-setup-go ... 07:19:42 Building docker-security-secretstore-setup-go ... 07:19:42 Building docker-support-notifications-go ... 07:19:42 Building docker-support-scheduler-go ... 07:19:42 Building docker-sys-mgmt-agent-go ... 07:19:42 Building docker-core-data-go 07:19:42 Building docker-security-secretstore-setup-go 07:19:42 Building docker-support-scheduler-go 07:19:42 Building docker-core-metadata-go 07:19:42 Building docker-support-notifications-go 07:20:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22600 in /w/workspace/edgexfoundry_edgex-go_PR-3073 [Pipeline] { [Pipeline] ws 07:20:01 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 07:20:06 using credential edgex-jenkins-ssh 07:20:06 Cloning the remote Git repository 07:20:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:20:06 > git init /w/workspace/edgex-go/1 # timeout=10 07:20:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:20:06 > git --version # timeout=10 07:20:06 > git --version # 'git version 2.17.1' 07:20:07 using GIT_SSH to set credentials SSH Credentials for GitHub 07:20:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:20:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:20:14 ---> a80763edf2c9 07:20:14 Step 3/23 : WORKDIR /edgex-go 07:20:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:20:14 ---> a80763edf2c9 07:20:14 Step 3/22 : WORKDIR /edgex-go 07:20:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:20:14 ---> a80763edf2c9 07:20:14 Step 3/24 : WORKDIR /edgex-go 07:20:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:20:14 ---> a80763edf2c9 07:20:14 Step 3/22 : WORKDIR /edgex-go 07:20:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:20:14 ---> a80763edf2c9 07:20:14 Step 3/23 : WORKDIR /edgex-go 07:20:14 ---> Running in f6de865bc11e 07:20:14 ---> Running in 33b57be21e0a 07:20:14 ---> Running in d208a8795649 07:20:14 ---> Running in 5db17d987066 07:20:14 ---> Running in 765f7985351d 07:20:14 Removing intermediate container d208a8795649 07:20:14 ---> 422fe2cd61b4 07:20:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:14 Removing intermediate container 765f7985351d 07:20:14 ---> 5b6dcfc51872 07:20:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:14 Removing intermediate container f6de865bc11e 07:20:14 ---> 36d054204b7d 07:20:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:14 Removing intermediate container 5db17d987066 07:20:14 ---> fcbd34220af4 07:20:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:14 Removing intermediate container 33b57be21e0a 07:20:14 ---> d7f1b9f18ddf 07:20:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:14 ---> Running in 8e0aa7471b21 07:20:14 ---> Running in 942a4c470055 07:20:14 ---> Running in de30620ca8d3 07:20:14 ---> Running in 9183eb1fa5ba 07:20:14 ---> Running in 8147fb75ccf5 07:20:14 Removing intermediate container 8e0aa7471b21 07:20:14 ---> 3385cfd375d7 07:20:14 Step 5/24 : RUN apk add --update --no-cache make git 07:20:14 ---> Running in 77a2653d09c7 07:20:14 Removing intermediate container de30620ca8d3 07:20:14 ---> e2f2e1276932 07:20:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:20:14 ---> Running in 0a60bddbb2b6 07:20:14 Removing intermediate container 942a4c470055 07:20:14 ---> 55bd3a712aa2 07:20:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:20:14 Removing intermediate container 9183eb1fa5ba 07:20:14 ---> 2e09c79ea77c 07:20:14 Step 5/22 : RUN apk add --update --no-cache make git 07:20:14 Removing intermediate container 8147fb75ccf5 07:20:14 ---> cb50320bcc21 07:20:14 Step 5/23 : RUN apk add --update --no-cache make git 07:20:14 ---> Running in 34ae4732d78b 07:20:14 ---> Running in c28dbd83de63 07:20:14 ---> Running in 4ad0f9dd0782 07:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:15 OK: 233 MiB in 51 packages 07:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:15 OK: 233 MiB in 51 packages 07:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:16 OK: 233 MiB in 51 packages 07:20:16 Removing intermediate container 77a2653d09c7 07:20:16 ---> 07cbb4a8e0fb 07:20:16 Step 6/24 : COPY go.mod . 07:20:16 Removing intermediate container 0a60bddbb2b6 07:20:16 ---> 4a7c41690abe 07:20:16 Step 6/23 : COPY go.mod . 07:20:16 OK: 233 MiB in 51 packages 07:20:16 ---> cc99244bf8e1 07:20:16 Step 7/24 : RUN go mod download 07:20:16 OK: 233 MiB in 51 packages 07:20:16 ---> Running in 0bbc61db251b 07:20:16 ---> cb75939640f7 07:20:16 Step 7/23 : RUN go mod download 07:20:17 Removing intermediate container 34ae4732d78b 07:20:17 ---> 3d795ee778c5 07:20:17 Step 6/22 : COPY go.mod . 07:20:17 ---> Running in af3f4f65bde1 07:20:17 ---> ad28f38dd605 07:20:17 Step 7/22 : RUN go mod download 07:20:17 Removing intermediate container c28dbd83de63 07:20:17 ---> e0e7ec761fb3 07:20:17 Step 6/22 : COPY go.mod . 07:20:17 Removing intermediate container 4ad0f9dd0782 07:20:17 ---> b8d682590cad 07:20:17 Step 6/23 : COPY go.mod . 07:20:17 ---> Running in d905c6a4f323 07:20:17 ---> ac80724e198d 07:20:17 Step 7/23 : RUN go mod download 07:20:17 ---> 1a0165070f06 07:20:17 Step 7/22 : RUN go mod download 07:20:18 ---> Running in cc54a3d70a20 07:20:18 ---> Running in 2d5a2864805b 07:20:19 Removing intermediate container af3f4f65bde1 07:20:19 ---> a0272679900e 07:20:19 Step 8/23 : COPY . . 07:20:19 Removing intermediate container 0bbc61db251b 07:20:19 ---> bf742fc18e9d 07:20:19 Step 8/24 : COPY . . 07:20:22 Removing intermediate container d905c6a4f323 07:20:22 ---> 65c4338eff57 07:20:22 Step 8/22 : COPY . . 07:20:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:20:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:20:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:20:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:20:25 using GIT_SSH to set credentials SSH Credentials for GitHub 07:20:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3073/head:refs/remotes/origin/PR-3073 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:20:26 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:20:26 Merge succeeded, producing 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:20:26 Checking out Revision 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f (PR-3073) 07:20:27 Removing intermediate container cc54a3d70a20 07:20:27 ---> 394401f1de99 07:20:27 Step 8/23 : COPY . . 07:20:26 > git config core.sparsecheckout # timeout=10 07:20:26 > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 07:20:26 > git remote # timeout=10 07:20:26 > git config --get remote.origin.url # timeout=10 07:20:26 using GIT_SSH to set credentials SSH Credentials for GitHub 07:20:26 > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 07:20:26 > git rev-parse HEAD^{commit} # timeout=10 07:20:26 > git config core.sparsecheckout # timeout=10 07:20:26 > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 07:20:30 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:20:31 > git --version # timeout=10 07:20:31 > git --version # 'git version 2.17.1' 07:20:31 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:20:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:20:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:20:33 + + sudotrue service 07:20:33 docker restart 07:20:34 Removing intermediate container 2d5a2864805b 07:20:34 ---> fe235d1ac26a 07:20:34 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:20:35 provisioning config files... 07:20:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7804307248794905247tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:20:36 ---> docker-login.sh 07:20:36 nexus3.edgexfoundry.org:10001 07:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:20:37 Configure a credential helper to remove this warning. See 07:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:20:37 07:20:37 Login Succeeded 07:20:37 nexus3.edgexfoundry.org:10002 07:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:20:37 Configure a credential helper to remove this warning. See 07:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:20:37 07:20:37 Login Succeeded 07:20:37 nexus3.edgexfoundry.org:10003 07:20:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:20:38 Configure a credential helper to remove this warning. See 07:20:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:20:38 07:20:38 Login Succeeded 07:20:38 nexus3.edgexfoundry.org:10004 07:20:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:20:38 Configure a credential helper to remove this warning. See 07:20:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:20:38 07:20:38 Login Succeeded 07:20:38 docker.io 07:20:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:20:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:20:39 Configure a credential helper to remove this warning. See 07:20:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:20:39 07:20:39 Login Succeeded 07:20:39 ---> docker-login.sh ends [Pipeline] } 07:20:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:20:39 ========================================================= 07:20:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:20:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:20:40 + 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 . 07:20:42 Sending build context to Docker daemon 165.9MB 07:20:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:20:42 Step 2/6 : FROM ${BASE} 07:20:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:20:42 5f621e34cdf4: Pulling fs layer 07:20:42 a4357932f1b6: Pulling fs layer 07:20:42 18c013af1878: Pulling fs layer 07:20:42 00ac8860ef70: Pulling fs layer 07:20:42 63d7cb157983: Pulling fs layer 07:20:42 b116817d02f9: Pulling fs layer 07:20:42 745a02a5169b: Pulling fs layer 07:20:42 00ac8860ef70: Waiting 07:20:42 63d7cb157983: Waiting 07:20:42 b116817d02f9: Waiting 07:20:42 745a02a5169b: Waiting 07:20:42 18c013af1878: Download complete 07:20:42 a4357932f1b6: Verifying Checksum 07:20:42 a4357932f1b6: Download complete 07:20:42 63d7cb157983: Verifying Checksum 07:20:42 63d7cb157983: Download complete 07:20:42 b116817d02f9: Verifying Checksum 07:20:42 b116817d02f9: Download complete 07:20:42 5f621e34cdf4: Verifying Checksum 07:20:42 5f621e34cdf4: Download complete 07:20:43 5f621e34cdf4: Pull complete 07:20:43 a4357932f1b6: Pull complete 07:20:44 18c013af1878: Pull complete 07:20:45 745a02a5169b: Download complete 07:20:47 00ac8860ef70: Verifying Checksum 07:20:47 00ac8860ef70: Download complete 07:20:57 00ac8860ef70: Pull complete 07:20:57 63d7cb157983: Pull complete 07:20:57 b116817d02f9: Pull complete 07:21:00 745a02a5169b: Pull complete 07:21:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:21:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:21:00 ---> b7e6874047d6 07:21:00 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 07:21:00 ---> fa1800ed6afc 07:21:00 Step 9/23 : RUN make cmd/core-data/core-data 07:21:01 ---> Running in cdd1efcb4988 07:21:01 ---> 316ef7571036 07:21:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:21:03 ---> Running in 4b66aaea22bb 07:21:03 ---> 28e2cddf633d 07:21:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:21:03 ---> bba8215875cf 07:21:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:21:04 ---> Running in fe1b481b848b 07:21:04 ---> Running in 8b62bdf8f5b6 07:21:04 ---> Running in 5b39c7b49b3a 07:21:04 ---> fdd71447b190 07:21:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:21:04 ---> Running in 9ab50d3e2153 07:21: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 07:21:04 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 07:21:04 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 07:21:05 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 07:21:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:21:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:21:07 (1/12) Installing libmagic (5.38-r0) 07:21:07 (2/12) Installing file (5.38-r0) 07:21:07 (3/12) Installing libc-dev (0.7.2-r3) 07:21:07 (4/12) Installing g++ (9.3.0-r2) 07:21:13 (5/12) Installing fortify-headers (1.1-r0) 07:21:13 (6/12) Installing patch (2.7.6-r6) 07:21:13 (7/12) Installing build-base (0.5-r2) 07:21:13 (8/12) Installing libsodium (1.0.18-r0) 07:21:13 (9/12) Installing pkgconf (1.7.2-r0) 07:21:14 (10/12) Installing libsodium-dev (1.0.18-r0) 07:21:14 (11/12) Installing libzmq (4.3.3-r0) 07:21:14 (12/12) Installing zeromq-dev (4.3.3-r0) 07:21:14 Executing busybox-1.31.1-r19.trigger 07:21:14 OK: 217 MiB in 51 packages 07:21:18 Removing intermediate container fe1b481b848b 07:21:18 ---> a57ff7851036 07:21:18 Step 4/6 : WORKDIR /edgex-go 07:21:18 ---> Running in a93e16d5ecdd 07:21:19 Removing intermediate container a93e16d5ecdd 07:21:19 ---> 1203cd08bac3 07:21:19 Step 5/6 : COPY go.mod . 07:21:20 ---> fc92b0f16e27 07:21:20 Step 6/6 : RUN go mod download 07:21:20 ---> Running in 30b940d798ca 07:21:37 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 07:21:38 Removing intermediate container 9ab50d3e2153 07:21:38 ---> e3caebd3e7db 07:21:38 07:21:38 Step 10/22 : FROM alpine:3.12 07:21:38 3.12: Pulling from library/alpine 07:21:38 Removing intermediate container 8b62bdf8f5b6 07:21:38 ---> 38d4e832d63d 07:21:38 07:21:38 Step 10/22 : FROM alpine:3.12 07:21:38 3.12: Pulling from library/alpine 07:21:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:21:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:21:39 Status: Downloaded newer image for alpine:3.12 07:21:39 ---> 389fef711851 07:21:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:21:39 Status: Image is up to date for alpine:3.12 07:21:39 ---> 389fef711851 07:21:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:21:41 ---> Running in f54c92eca8c6 07:21:41 ---> Running in 1d5199b7e45b 07:21:41 Removing intermediate container 4b66aaea22bb 07:21:41 ---> e387ed66305a 07:21:41 07:21:41 Step 10/24 : FROM alpine:3.12 07:21:41 ---> 389fef711851 07:21:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:21:41 ---> Running in 5d73a5af39dc 07:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:42 (1/2) Installing ca-certificates (20191127-r4) 07:21:42 (2/2) Installing dumb-init (1.2.2-r1) 07:21:42 Executing busybox-1.31.1-r19.trigger 07:21:42 Executing ca-certificates-20191127-r4.trigger 07:21:42 OK: 6 MiB in 16 packages 07:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:43 (1/1) Installing dumb-init (1.2.2-r1) 07:21:43 Executing busybox-1.31.1-r19.trigger 07:21:43 (1/5) Installing ca-certificates (20191127-r4) 07:21:43 OK: 6 MiB in 15 packages 07:21:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:21:43 (3/5) Installing libcurl (7.69.1-r3) 07:21:43 (4/5) Installing curl (7.69.1-r3) 07:21:43 (5/5) Installing dumb-init (1.2.2-r1) 07:21:43 Executing busybox-1.31.1-r19.trigger 07:21:43 Executing ca-certificates-20191127-r4.trigger 07:21:43 OK: 7 MiB in 19 packages 07:21:45 Removing intermediate container 5b39c7b49b3a 07:21:45 ---> 1ca1eb7f2f30 07:21:45 07:21:45 Step 10/23 : FROM alpine:3.12 07:21:45 ---> 389fef711851 07:21:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:21:47 Removing intermediate container 30b940d798ca 07:21:47 ---> 9b3737def0b5 07:21:47 Successfully built 9b3737def0b5 07:21:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix 07:21:47 ---> Running in 048fef3fcb24 [Pipeline] sh 07:21:47 + docker inspect -f . ci-base-image-arm64 07:21:47 . [Pipeline] withDockerContainer 07:21:47 prd-ubuntu18.04-docker-arm64-4c-16g-22600 does not seem to be running inside a container 07:21:47 $ 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 07:21:49 Removing intermediate container f54c92eca8c6 07:21:49 ---> cf2943aee981 07:21:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:21:49 Removing intermediate container 1d5199b7e45b 07:21:49 ---> 30f6d4ab5123 07:21:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:21:49 Removing intermediate container cdd1efcb4988 07:21:49 ---> c694e878b184 07:21:49 07:21:49 Step 10/23 : FROM alpine:3.12 07:21:49 ---> 389fef711851 07:21:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:21:49 ---> Running in 298e1394d0c1 07:21:49 ---> Running in 5af44d5f5893 07:21:49 Removing intermediate container 5d73a5af39dc 07:21:49 ---> 85eddc08fad3 07:21:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:21:49 ---> Running in f046c4dbd2e0 07:21:49 ---> Running in 6f00f8d3a713 07:21:49 Removing intermediate container 298e1394d0c1 07:21:49 ---> 47e83b2240b0 07:21:49 Step 13/22 : ENV APP_PORT=48060 07:21:49 Removing intermediate container 5af44d5f5893 07:21:49 ---> ba8a72cd0603 07:21:49 Step 13/22 : ENV APP_PORT=48085 07:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:49 ---> Running in 3b297b7402d3 07:21:49 $ docker top b9cd9ef549e0eb382fd58d80807cf45d11080fb38a17ce4e2178dd2318fb50c6 -eo pid,comm 07:21:49 ---> Running in 72ab0f5fa298 07:21:49 Removing intermediate container f046c4dbd2e0 07:21:49 ---> 82b5fa2cfbd5 07:21:49 Step 12/23 : ENV APP_PORT=48080 07:21:49 Removing intermediate container 6f00f8d3a713 07:21:49 ---> 8091cb12843a 07:21:49 Step 13/24 : WORKDIR / 07:21:49 (1/1) Installing dumb-init (1.2.2-r1) 07:21:49 Executing busybox-1.31.1-r19.trigger 07:21:49 OK: 6 MiB in 15 packages 07:21:49 ---> Running in 13e933b2eb3c [Pipeline] { [Pipeline] sh 07:21:49 ---> Running in 6c7105b1aa4f 07:21:49 Removing intermediate container 3b297b7402d3 07:21:49 ---> e6a19902db05 07:21:49 Step 14/22 : EXPOSE $APP_PORT 07:21:49 Removing intermediate container 72ab0f5fa298 07:21:49 ---> 689032dea57f 07:21:49 Step 14/22 : EXPOSE $APP_PORT 07:21:50 ---> Running in 4ccb2e804a5c 07:21:50 ---> Running in 94e4f7e20ca1 07:21:50 + go version 07:21:50 go version go1.15.5 linux/arm64 [Pipeline] } 07:21:50 $ docker stop --time=1 b9cd9ef549e0eb382fd58d80807cf45d11080fb38a17ce4e2178dd2318fb50c6 07:21:50 Removing intermediate container 13e933b2eb3c 07:21:50 ---> c2e1aed2ea4b 07:21:50 Step 13/23 : EXPOSE $APP_PORT 07:21:50 Removing intermediate container 6c7105b1aa4f 07:21:50 ---> 1c417d20df07 07:21:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:21:51 ---> Running in c41007b4ebd5 07:21:51 Removing intermediate container 4ccb2e804a5c 07:21:51 ---> 1f9036bbdc91 07:21:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:21:51 Removing intermediate container 94e4f7e20ca1 07:21:51 ---> 84b2d959b738 07:21:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:21:51 Removing intermediate container 048fef3fcb24 07:21:51 ---> 87ef8dd3c1b0 07:21:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:21:51 ---> fcc20fd19676 07:21:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:21:51 ---> Running in 88d4c3238013 07:21:51 Removing intermediate container c41007b4ebd5 07:21:51 ---> b59a02235527 07:21:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:51 ---> a5612633c469 07:21:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:21:51 ---> 536da8c83294 07:21:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:21:51 ---> Running in 34127baddb7c 07:21:51 ---> 1f66011d9805 07:21:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:21:51 Removing intermediate container 88d4c3238013 07:21:51 ---> 55df5a3c2612 07:21:51 Step 13/23 : ENV APP_PORT=48081 07:21:52 ---> Running in a2b0a1d892d6 07:21:52 ---> 8d3eeae8af80 07:21:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:21:52 ---> c7becbf378b0 07:21:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:21:52 ---> 368031e6b3f2 07:21:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:21:52 $ docker rm -f b9cd9ef549e0eb382fd58d80807cf45d11080fb38a17ce4e2178dd2318fb50c6 07:21:52 Removing intermediate container a2b0a1d892d6 07:21:52 ---> 53a45576f30f 07:21:52 Step 14/23 : EXPOSE $APP_PORT 07:21:52 ---> Running in 25944d2b9397 07:21:52 ---> 2d42e704443c 07:21:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:21:52 ---> a0363d70937b 07:21:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:21:52 ---> Running in 5c8d43b6dd1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:21:53 ---> Running in 519ae719a0f7 07:21:53 Removing intermediate container 25944d2b9397 07:21:53 ---> 7ee13b597c75 07:21:53 Step 15/23 : WORKDIR / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:21:53 ---> 6b1d51d672c3 07:21:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:21:53 + docker inspect -f . ci-base-image-arm64 07:21:53 . [Pipeline] withDockerContainer 07:21:53 Removing intermediate container 5c8d43b6dd1f 07:21:53 ---> 9d5eab131ff3 07:21:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:53 Removing intermediate container 519ae719a0f7 07:21:53 ---> cc6bfb47edd1 07:21:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:53 ---> Running in 219e8d3dd922 07:21:54 prd-ubuntu18.04-docker-arm64-4c-16g-22600 does not seem to be running inside a container 07:21:54 $ 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 07:21:54 ---> Running in 8e662fec6cf4 07:21:54 Removing intermediate container 34127baddb7c 07:21:54 ---> 939aea109fb5 07:21:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:21:54 ---> Running in d715ff83d0e4 07:21:54 ---> Running in d5e6a0823d37 07:21:54 ---> 0b098b0b30a2 07:21:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:21:54 Removing intermediate container 8e662fec6cf4 07:21:54 ---> 9cb4cf6f65c8 07:21:54 Step 20/22 : LABEL arch=x86_64 07:21:54 Removing intermediate container d715ff83d0e4 07:21:54 ---> 9be33c3dd6e8 07:21:54 Step 20/22 : LABEL arch=x86_64 07:21:54 Removing intermediate container 219e8d3dd922 07:21:54 ---> 07513b9c887b 07:21:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:21:54 ---> Running in bc740d4819f1 07:21:55 ---> a41fb2685ce0 07:21:55 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/ 07:21:55 ---> Running in 843b49c4ad28 07:21:55 ---> Running in 12ce69a975ff 07:21:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:55 Removing intermediate container bc740d4819f1 07:21:55 ---> ee57de890c34 07:21:55 Step 21/22 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:21:55 ---> 2f0d490b76ad 07:21:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:21:55 ---> Running in 8928337d443a 07:21:55 Removing intermediate container 843b49c4ad28 07:21:55 ---> e6b318ebe122 07:21:55 Step 21/22 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:21:55 ---> Running in bf1df58fd8d3 07:21:55 $ docker top 0c49f39edb695e0a62ad285741a2a80b6572f157c6ceea7c498085fbb17399cf -eo pid,comm 07:21:55 Removing intermediate container 8928337d443a 07:21:55 ---> cd9393a2c165 07:21:55 Step 22/22 : LABEL version=0.0.0 07:21:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { 07:21:56 Removing intermediate container bf1df58fd8d3 07:21:56 ---> 14b7ea0d9c47 07:21:56 Step 22/22 : LABEL version=0.0.0 07:21:56 ---> Running in 18186849bb3b 07:21:56 ---> Running in 9673c39020f8 07:21:56 ---> 387394e33e49 07:21:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] echo 07:21:56 ========================================================= 07:21:56 [edgeXBuildGoParallel] Running Tests and Build... 07:21:56 ========================================================= [Pipeline] sh 07:21:56 Removing intermediate container 18186849bb3b 07:21:56 ---> 5a73cc573812 07:21:56 07:21:56 Removing intermediate container 9673c39020f8 07:21:56 ---> f93c2e248b6b 07:21:56 07:21:56 ---> 1f91484b1c75 07:21:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:21:56 Successfully built 5a73cc573812 07:21:56 Successfully tagged docker-support-scheduler-go:latest 07:21:56 (1/6) Installing dumb-init (1.2.2-r1) 07:21:56  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 07:21:56 Successfully built f93c2e248b6b 07:21:56 Successfully tagged docker-support-notifications-go:latest 07:21:56  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 07:21:56 (2/6) Installing libgcc (9.3.0-r2) 07:21:56 ---> Running in a7f2b79d81ea 07:21:56 Removing intermediate container 12ce69a975ff 07:21:56 ---> e5e9b1abebeb 07:21:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:21:56 + make test 07:21:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:21:56 ---> Running in 7f6aac724214 07:21:56 (3/6) Installing libsodium (1.0.18-r0) 07:21:56 Removing intermediate container a7f2b79d81ea 07:21:56 ---> 526ffeac0f7e 07:21:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:56 (4/6) Installing libstdc++ (9.3.0-r2) 07:21:57 (5/6) Installing libzmq (4.3.3-r0) 07:21:57 ---> Running in 201aba4e0fa6 07:21:57 Removing intermediate container 7f6aac724214 07:21:57 ---> 2666a62c5f59 07:21:57 Step 22/24 : LABEL arch=x86_64 07:21:57 (6/6) Installing zeromq (4.3.3-r0) 07:21:57 Executing busybox-1.31.1-r19.trigger 07:21:57 OK: 8 MiB in 20 packages 07:21:57 ---> Running in d6aa288f2ec1 07:21:57 Removing intermediate container 201aba4e0fa6 07:21:57 ---> e014491ff634 07:21:57 Step 21/23 : LABEL arch=x86_64 07:21:58 ---> Running in b0115b10f1d9 07:21:58 Removing intermediate container d6aa288f2ec1 07:21:58 ---> 6e46300b0d91 07:21:58 Step 23/24 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:22:01 ---> Running in 0733825cb9e4 07:22:02 Removing intermediate container b0115b10f1d9 07:22:02 ---> 7991fff6d094 07:22:02 Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:22:03 Removing intermediate container d5e6a0823d37 07:22:03 ---> 1b5ab3c36cdc 07:22:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:22:03 ---> Running in 5b8cbc73b705 07:22:03 Removing intermediate container 0733825cb9e4 07:22:03 ---> 29a5a41812da 07:22:03 Step 24/24 : LABEL version=0.0.0 07:22:04 ---> Running in 8d9a4da21c8f 07:22:04 Removing intermediate container 5b8cbc73b705 07:22:04 ---> 2c0c856ffca0 07:22:04 Step 23/23 : LABEL version=0.0.0 07:22:05 ---> f9bdcc5c2077 07:22:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:22:05 ---> Running in 2ab5b7ef3385 07:22:06 Removing intermediate container 8d9a4da21c8f 07:22:06 ---> 42c5d38d65ce 07:22:06 07:22:06 Successfully built 42c5d38d65ce 07:22:07 Successfully tagged docker-security-secretstore-setup-go:latest 07:22:07 Building docker-sys-mgmt-agent-go 07:22:10  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2ab5b7ef3385 07:22:10 ---> dbaaf5e02b3c 07:22:10 07:22:11 ---> f29ab4df64ef 07:22:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:22:11 Successfully built dbaaf5e02b3c 07:22:11 Successfully tagged docker-core-metadata-go:latest 07:22:11  Building docker-core-metadata-go ... done Building docker-core-command-go 07:22:13 ---> e1f65c3dab44 07:22:13 Step 19/23 : ENTRYPOINT ["/core-data"] 07:22:16 ---> Running in 727a63e41dec 07:22:16 Removing intermediate container 727a63e41dec 07:22:16 ---> b3787493ec0a 07:22:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:16 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:22:16 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:22:16 ---> a80763edf2c9 07:22:16 Step 3/33 : WORKDIR /edgex-go 07:22:16 ---> Using cache 07:22:16 ---> d7f1b9f18ddf 07:22:16 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:16 ---> Using cache 07:22:16 ---> cb50320bcc21 07:22:16 Step 5/33 : RUN apk add --update --no-cache make git 07:22:16 ---> Using cache 07:22:16 ---> b8d682590cad 07:22:16 Step 6/33 : COPY go.mod . 07:22:16 ---> Using cache 07:22:16 ---> ac80724e198d 07:22:16 Step 7/33 : RUN go mod download 07:22:16 ---> Using cache 07:22:16 ---> 394401f1de99 07:22:16 Step 8/33 : COPY . . 07:22:16 ---> Using cache 07:22:16 ---> bba8215875cf 07:22:16 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:22:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:22:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:22:17 ---> a80763edf2c9 07:22:17 Step 3/21 : WORKDIR /edgex-go 07:22:17 ---> Using cache 07:22:17 ---> d7f1b9f18ddf 07:22:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:17 ---> Using cache 07:22:17 ---> cb50320bcc21 07:22:17 Step 5/21 : RUN apk add --update --no-cache make git 07:22:17 ---> Using cache 07:22:17 ---> b8d682590cad 07:22:17 Step 6/21 : COPY go.mod . 07:22:17 ---> Using cache 07:22:17 ---> ac80724e198d 07:22:17 Step 7/21 : RUN go mod download 07:22:17 ---> Using cache 07:22:17 ---> 394401f1de99 07:22:17 Step 8/21 : COPY . . 07:22:17 ---> Using cache 07:22:17 ---> bba8215875cf 07:22:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:22:19 ? github.com/edgexfoundry/edgex-go [no test files] 07:22:19 ---> Running in 2c8113b66331 07:22:19 ---> Running in cf0c1226002a 07:22:19 ---> Running in be47bc88fec8 07:22:21 Removing intermediate container 2c8113b66331 07:22:21 ---> cb77599c4a32 07:22:21 Step 21/23 : LABEL arch=x86_64 07:22:24 ---> Running in f20e7d0d6aeb 07:22:25 Removing intermediate container f20e7d0d6aeb 07:22:25 ---> f94e4632bf15 07:22:25 Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:22:25 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 07:22:25 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 07:22:25 ---> Running in a4ab2bdc4572 07:22:26 Removing intermediate container a4ab2bdc4572 07:22:26 ---> e1ff8ea255e9 07:22:26 Step 23/23 : LABEL version=0.0.0 07:22:28 ---> Running in 8d546b2d157e 07:22:29 Removing intermediate container 8d546b2d157e 07:22:29 ---> 7ff46a315f80 07:22:29 07:22:29 Successfully built 7ff46a315f80 07:22:29 Successfully tagged docker-core-data-go:latest 07:22:31  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:22:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:22:31 ---> a80763edf2c9 07:22:31 Step 3/23 : WORKDIR /edgex-go 07:22:31 ---> Using cache 07:22:31 ---> d7f1b9f18ddf 07:22:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:31 ---> Using cache 07:22:31 ---> cb50320bcc21 07:22:31 Step 5/23 : RUN apk add --update --no-cache make git 07:22:31 ---> Using cache 07:22:31 ---> b8d682590cad 07:22:31 Step 6/23 : COPY go.mod . 07:22:31 ---> Using cache 07:22:31 ---> ac80724e198d 07:22:31 Step 7/23 : RUN go mod download 07:22:31 ---> Using cache 07:22:31 ---> 394401f1de99 07:22:31 Step 8/23 : COPY . . 07:22:31 ---> Using cache 07:22:31 ---> bba8215875cf 07:22:31 Step 9/23 : RUN make cmd/core-command/core-command 07:22:32 ---> Running in f83bcbec161e 07:22:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:22:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:22:33 ---> a80763edf2c9 07:22:33 Step 3/26 : WORKDIR /edgex-go 07:22:33 ---> Using cache 07:22:33 ---> d7f1b9f18ddf 07:22:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:33 ---> Using cache 07:22:33 ---> cb50320bcc21 07:22:33 Step 5/26 : RUN apk add --update --no-cache make bash git 07:22:33 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 07:22:33 ---> Running in c8dec38d40d6 07:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:36 OK: 233 MiB in 51 packages 07:22:37 Removing intermediate container c8dec38d40d6 07:22:37 ---> ab23d48ab495 07:22:37 Step 6/26 : COPY go.mod . 07:22:38 ---> 8c05585a6fad 07:22:38 Step 7/26 : RUN go mod download 07:22:38 ---> Running in b888fa174f8c 07:22:41 Removing intermediate container b888fa174f8c 07:22:41 ---> b2703c8b1b91 07:22:41 Step 8/26 : COPY . . 07:22: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 07:22: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 07:22:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:23:03 ---> 429e915aa4e0 07:23:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:23:03 ---> Running in 9e3f182915cc 07:23:03 Removing intermediate container f83bcbec161e 07:23:03 ---> 1f6a84b4845e 07:23:03 07:23:03 Step 10/23 : FROM alpine:3.12 07:23:03 ---> 389fef711851 07:23:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:23:03 Removing intermediate container be47bc88fec8 07:23:03 ---> 7221d30a1712 07:23:03 07:23:03 Step 10/21 : FROM alpine:3.12 07:23:03 ---> 389fef711851 07:23:03 Step 11/21 : RUN apk add --update --no-cache curl 07:23:03 ---> Using cache 07:23:03 ---> 87ef8dd3c1b0 07:23:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:23:03 ---> Using cache 07:23:03 ---> 55df5a3c2612 07:23:03 Step 13/23 : ENV APP_PORT=48082 07:23:03 Removing intermediate container cf0c1226002a 07:23:03 ---> 42f41d73cab2 07:23:03 07:23:03 Step 10/33 : FROM alpine:3.12 07:23:03 ---> 389fef711851 07:23:03 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 07:23:03 ---> Running in 9ed84c6fe43d 07:23:03 ---> Running in 81468d0ba85e 07:23:03 ---> Running in facb18c4b9be 07:23:03 Removing intermediate container facb18c4b9be 07:23:03 ---> d2a54d956aeb 07:23:03 Step 14/23 : EXPOSE $APP_PORT 07:23:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:23:03 ---> Running in 4cbd91b1115d 07:23:03 Removing intermediate container 4cbd91b1115d 07:23:03 ---> 193f2105a351 07:23:03 Step 15/23 : WORKDIR / 07:23:03 ---> Running in d0270277a79b 07:23:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:23:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:23:04 Removing intermediate container d0270277a79b 07:23:04 ---> 5591b8c8596b 07:23:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:23:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:23:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:23:04 (1/3) Installing dumb-init (1.2.2-r1) 07:23:04 (2/3) Installing openssl (1.1.1i-r0) 07:23:04 (1/4) Installing ca-certificates (20191127-r4) 07:23:04 (3/3) Installing su-exec (0.2-r1) 07:23:04 Executing busybox-1.31.1-r19.trigger 07:23:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:23:04 (3/4) Installing libcurl (7.69.1-r3) 07:23:04 (4/4) Installing curl (7.69.1-r3) 07:23:04 OK: 6 MiB in 17 packages 07:23:04 Executing busybox-1.31.1-r19.trigger 07:23:04 Executing ca-certificates-20191127-r4.trigger 07:23:04 OK: 7 MiB in 18 packages 07:23:05 ---> f49fdd69af9c 07:23:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:23:05 Removing intermediate container 81468d0ba85e 07:23:05 ---> f90091588276 07:23:05 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:23:05 ---> Running in f023745bb923 07:23:05 Removing intermediate container 9ed84c6fe43d 07:23:05 ---> 460734db3043 07:23:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:23:05 ---> Running in a8964c49f574 07:23:06 ---> 58210c4bac93 07:23:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:23:06 Removing intermediate container f023745bb923 07:23:06 ---> bc3a61d061bc 07:23:06 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 07:23:06 Removing intermediate container a8964c49f574 07:23:06 ---> 033c21e4f518 07:23:06 Step 13/21 : WORKDIR /edgex 07:23:06 ---> Running in c6a07d7ff150 07:23:06 ---> Running in 09c8a40a500d 07:23:06 ---> 449c1aacab1d 07:23:06 Step 19/23 : ENTRYPOINT ["/core-command"] 07:23:07 ---> Running in f193d5ae9a3b 07:23:07 Removing intermediate container 09c8a40a500d 07:23:07 ---> 37214b40cefd 07:23:07 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 07:23:08 Removing intermediate container c6a07d7ff150 07:23:08 ---> 8ea80a3d49a0 07:23:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:23:08 ---> Running in d9efcc733da2 07:23:08 Removing intermediate container f193d5ae9a3b 07:23:08 ---> ed9a0e83bf03 07:23:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:23:08 ---> 28ab790a3da2 07:23:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:23:08 ---> Running in 981ecbce4dfa 07:23:08 Removing intermediate container 981ecbce4dfa 07:23:08 ---> d7f3decafeca 07:23:08 Step 21/23 : LABEL arch=x86_64 07:23:09 ---> Running in b66acb80f3f1 07:23:09 ---> 0bbb9df9d130 07:23:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:23:09 Removing intermediate container b66acb80f3f1 07:23:09 ---> 0278fca453b0 07:23:09 Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:23:09 ---> Running in d3a8012f3862 07:23:09 Connecting to github.com (140.82.113.4:443) 07:23:09 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.9.179:443) 07:23:09 Removing intermediate container d3a8012f3862 07:23:09 ---> 909915ff7873 07:23:09 Step 23/23 : LABEL version=0.0.0 07:23:09 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 07:23:09  ---> Running in 7b2a468c4085 07:23:09 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 07:23:09 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 07:23:09 dockerize 07:23:09 ---> 13944dcb13a1 07:23:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:23:09 ---> Running in c3328e7a02fc 07:23:09 Removing intermediate container 7b2a468c4085 07:23:09 ---> d159d9d9fdc5 07:23:09 07:23:10 Successfully built d159d9d9fdc5 07:23:10 Removing intermediate container c3328e7a02fc 07:23:10 ---> 95aa3cc7da9a 07:23:10 Step 18/21 : CMD ["--init=true"] 07:23:10 Successfully tagged docker-core-command-go:latest 07:23:10  Building docker-core-command-go ... done  ---> Running in 1bad85612dd6 07:23:11 Removing intermediate container 1bad85612dd6 07:23:11 ---> 3486220192b1 07:23:11 Step 19/21 : LABEL arch=x86_64 07:23:11 ---> Running in 980ae25ea212 07:23:11 Removing intermediate container d9efcc733da2 07:23:11 ---> 6c0d58f89952 07:23:11 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 07:23:11 ---> Running in b99779211ef8 07:23:11 Removing intermediate container 980ae25ea212 07:23:11 ---> 69d6faa58d76 07:23:11 Step 20/21 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:23:11 Removing intermediate container b99779211ef8 07:23:11 ---> e011b0c7cb4b 07:23:11 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:23:11 ---> Running in ac65920a3286 07:23:11 ---> Running in b21a6102122c 07:23:12 Removing intermediate container ac65920a3286 07:23:12 ---> 50172249ceed 07:23:12 Step 21/21 : LABEL version=0.0.0 07:23:12 ---> Running in c5b3dd590d15 07:23:12 Removing intermediate container b21a6102122c 07:23:12 ---> 56fb6c33f089 07:23:12 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 07:23:12 ---> Running in d57b26d7a992 07:23:12 Removing intermediate container c5b3dd590d15 07:23:12 ---> 990d12d1ba2e 07:23:12 07:23:12 Successfully built 990d12d1ba2e 07:23:12 Successfully tagged docker-security-proxy-setup-go:latest 07:23:13  Building docker-security-proxy-setup-go ... done Move dockerize executable 07:23:13 Removing intermediate container d57b26d7a992 07:23:13 ---> 8166e7714f31 07:23:13 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 07:23:14 ---> Running in b02ca4559f18 07:23:14 Removing intermediate container b02ca4559f18 07:23:14 ---> 48e2b452ae50 07:23:14 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:23:15 ---> 27266d08039f 07:23:15 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:23:15 Removing intermediate container 9e3f182915cc 07:23:15 ---> 475669d52501 07:23:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:23:15 ---> Running in d7c13df8a00b 07:23:15 ---> Running in 28a825db9c9c 07:23:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:23:16 Removing intermediate container d7c13df8a00b 07:23:16 ---> 1799f6c3e7f1 07:23:16 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 07:23:17 ---> 285548b33de4 07:23:17 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:23:17 Removing intermediate container 28a825db9c9c 07:23:17 ---> e969e546bdab 07:23:17 07:23:17 Step 11/26 : FROM docker:20.10.0 07:23:17 20.10.0: Pulling from library/docker 07:23:17 ---> b6e29b8e5b4b 07:23:17 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:23:17 ---> 645c5cdd28a3 07:23:17 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:23:18 ---> 1b9a8ac4f8be 07:23:18 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:23:19 ---> 6099d223d7a3 07:23:19 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 07:23:19 ---> Running in cbdfd886ee35 07:23:19 Removing intermediate container cbdfd886ee35 07:23:19 ---> fedd4c5ad316 07:23:19 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:23:20 ---> c379a5508a5a 07:23:20 Step 28/33 : RUN chmod +x /entrypoint.sh 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:23:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:23:20 ---> Running in dcebb92b1dab 07:23:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:23:22 Removing intermediate container dcebb92b1dab 07:23:22 ---> 557775b4fece 07:23:22 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 07:23:22 ---> Running in 76ec17cb835f 07:23:22 Removing intermediate container 76ec17cb835f 07:23:22 ---> b48e2e5070dd 07:23:22 Step 30/33 : CMD ["gate"] 07:23:22 ---> Running in e9b316c6a63a 07:23:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:23:23 Status: Downloaded newer image for docker:20.10.0 07:23:23 ---> aefe523efa57 07:23:23 Step 12/26 : RUN apk add --no-cache bash 07:23:23 Removing intermediate container e9b316c6a63a 07:23:23 ---> 90df16df9236 07:23:23 Step 31/33 : LABEL arch=x86_64 07:23:23 ---> Running in 6f630f391f16 07:23:23 ---> Running in 4c45f8745d47 07:23:23 Removing intermediate container 4c45f8745d47 07:23:23 ---> 88ca7863e209 07:23:23 Step 32/33 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:23:23 ---> Running in 97c0acbfb93d 07:23:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:23:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:23:24 Removing intermediate container 97c0acbfb93d 07:23:24 ---> 097311abc586 07:23:24 Step 33/33 : LABEL version=0.0.0 07:23:24 (1/2) Installing readline (8.0.4-r0) 07:23:24 (2/2) Installing bash (5.0.17-r0) 07:23:24 Executing bash-5.0.17-r0.post-install 07:23:24 Executing busybox-1.31.1-r19.trigger 07:23:24 OK: 12 MiB in 22 packages 07:23:24 ---> Running in cbb5ca0fb626 07:23:24 Removing intermediate container cbb5ca0fb626 07:23:24 ---> f8ee95ae5c8d 07:23:24 07:23:24 Successfully built f8ee95ae5c8d 07:23:24 Successfully tagged docker-security-bootstrapper-go:latest 07:23:25  Building docker-security-bootstrapper-go ... done Removing intermediate container 6f630f391f16 07:23:25 ---> bf85fc66ae19 07:23:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:23:25 ---> Running in fcfb1318727b 07:23:25 Removing intermediate container fcfb1318727b 07:23:25 ---> 31c51dc96658 07:23:25 Step 14/26 : ENV APP_PORT=48090 07:23:25 ---> Running in 1b29f718e6ed 07:23:25 Removing intermediate container 1b29f718e6ed 07:23:25 ---> aa216afe1dcf 07:23:25 Step 15/26 : EXPOSE $APP_PORT 07:23:25 ---> Running in 795483bee759 07:23:25 Removing intermediate container 795483bee759 07:23:25 ---> 17ed6de54f86 07:23:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:23:26 ---> 0b561652d25d 07:23:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:23:26 ---> d93174813b9a 07:23:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:23:26 ---> c3b4f9dea8ac 07:23:26 Step 19/26 : RUN apk --no-cache add py3-pip 07:23:26 ---> Running in e700c22c6d5d 07:23:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:23:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:23:27 (1/33) Installing libbz2 (1.0.8-r1) 07:23:27 (2/33) Installing expat (2.2.9-r1) 07:23:27 (3/33) Installing libffi (3.3-r2) 07:23:27 (4/33) Installing gdbm (1.13-r1) 07:23:27 (5/33) Installing xz-libs (5.2.5-r0) 07:23:27 (6/33) Installing sqlite-libs (3.32.1-r0) 07:23:27 (7/33) Installing python3 (3.8.5-r0) 07:23:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:23:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:23:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:23:28 (8/33) Installing py3-appdirs (1.4.4-r1) 07:23:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:23:28 (10/33) Installing py3-parsing (2.4.7-r0) 07:23:28 (11/33) Installing py3-six (1.15.0-r0) 07:23:28 (12/33) Installing py3-packaging (20.4-r0) 07:23:28 (13/33) Installing py3-setuptools (47.0.0-r0) 07:23:28 (14/33) Installing py3-chardet (3.0.4-r4) 07:23:28 (15/33) Installing py3-idna (2.9-r0) 07:23:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:23:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:23:28 (18/33) Installing py3-requests (2.23.0-r0) 07:23:28 (19/33) Installing py3-msgpack (1.0.0-r0) 07:23:28 (20/33) Installing py3-lockfile (0.12.2-r3) 07:23:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:23:28 (22/33) Installing py3-colorama (0.4.3-r0) 07:23:28 (23/33) Installing py3-distlib (0.3.0-r0) 07:23:28 (24/33) Installing py3-distro (1.5.0-r1) 07:23:28 (25/33) Installing py3-webencodings (0.5.1-r3) 07:23:29 (26/33) Installing py3-html5lib (1.0.1-r4) 07:23:29 (27/33) Installing py3-pytoml (0.1.21-r0) 07:23:29 (28/33) Installing py3-pep517 (0.8.2-r0) 07:23:29 (29/33) Installing py3-progress (1.5-r0) 07:23:29 (30/33) Installing py3-toml (0.10.1-r0) 07:23:29 (31/33) Installing py3-retrying (1.3.3-r0) 07:23:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:23:29 (33/33) Installing py3-pip (20.1.1-r0) 07:23:29 Executing busybox-1.31.1-r19.trigger 07:23:29 OK: 71 MiB in 55 packages 07:23:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.257s coverage: 46.6% of statements 07:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:23:37 Removing intermediate container e700c22c6d5d 07:23:37 ---> b9b9a53ac864 07:23:37 Step 20/26 : RUN pip install docker-compose==1.23.2 07:23:37 ---> Running in a20385fdea41 07:23:37 Collecting docker-compose==1.23.2 07:23:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:23:38 Collecting texttable<0.10,>=0.9.0 07:23:38 Downloading texttable-0.9.1.tar.gz (11 kB) 07:23:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:23:38 Collecting docker<4.0,>=3.6.0 07:23:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:23:39 Collecting websocket-client<1.0,>=0.32.0 07:23:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:23:39 Collecting docopt<0.7,>=0.6.1 07:23:39 Downloading docopt-0.6.2.tar.gz (25 kB) 07:23:39 Collecting dockerpty<0.5,>=0.4.1 07:23:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:23:40 Collecting PyYAML<4,>=3.10 07:23:40 Downloading PyYAML-3.13.tar.gz (270 kB) 07:23:41 Collecting jsonschema<3,>=2.5.1 07:23:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:23:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:23:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:23:41 Collecting cached-property<2,>=1.2.0 07:23:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:23:41 Collecting docker-pycreds>=0.4.0 07:23:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:23:41 Collecting urllib3<1.25,>=1.21.1 07:23:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.103s coverage: 100.0% of statements 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.307s coverage: 65.8% of statements 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.348s coverage: 82.3% of statements 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:23:41 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) 07:23:41 Collecting idna<2.8,>=2.5 07:23:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:23:41 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) 07:23:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:23:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:23:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:23:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:23:41 Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, jsonschema, cached-property, docker-compose 07:23:42 Running setup.py install for texttable: started 07:23:42 Running setup.py install for texttable: finished with status 'done' 07:23:42 Attempting uninstall: urllib3 07:23:42 Found existing installation: urllib3 1.25.9 07:23:42 Uninstalling urllib3-1.25.9: 07:23:42 Successfully uninstalled urllib3-1.25.9 07:23:42 Attempting uninstall: idna 07:23:42 Found existing installation: idna 2.9 07:23:42 Uninstalling idna-2.9: 07:23:42 Successfully uninstalled idna-2.9 07:23:42 Attempting uninstall: requests 07:23:42 Found existing installation: requests 2.23.0 07:23:42 Uninstalling requests-2.23.0: 07:23:42 Successfully uninstalled requests-2.23.0 07:23:43 Running setup.py install for docopt: started 07:23:43 Running setup.py install for docopt: finished with status 'done' 07:23:43 Running setup.py install for dockerpty: started 07:23:44 Running setup.py install for dockerpty: finished with status 'done' 07:23:44 Running setup.py install for PyYAML: started 07:23:44 Running setup.py install for PyYAML: finished with status 'done' 07:23:45 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 07:23:48 Removing intermediate container a20385fdea41 07:23:48 ---> f66ddea14972 07:23:48 Step 21/26 : RUN apk --no-cache add curl 07:23:48 ---> Running in 5dbef8e4933b 07:23:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:23:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:23:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:23:49 (2/3) Installing libcurl (7.69.1-r3) 07:23:49 (3/3) Installing curl (7.69.1-r3) 07:23:49 Executing busybox-1.31.1-r19.trigger 07:23:49 OK: 72 MiB in 58 packages 07:23:49 Removing intermediate container 5dbef8e4933b 07:23:49 ---> 73d3494f2859 07:23:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:23:49 ---> Running in 1dddb275f5b4 07:23:49 Removing intermediate container 1dddb275f5b4 07:23:49 ---> cb586530f159 07:23:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:23:49 ---> Running in 57c7f88582fe 07:23:49 Removing intermediate container 57c7f88582fe 07:23:49 ---> c07f655b3a37 07:23:49 Step 24/26 : LABEL arch=x86_64 07:23:49 ---> Running in 00fa1adda377 07:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.112s coverage: 28.6% of statements 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.379s coverage: 86.7% of statements 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:23:50 Removing intermediate container 00fa1adda377 07:23:50 ---> ae92fdbead01 07:23:50 Step 25/26 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:23:50 ---> Running in 9cbe7b57da05 07:23:50 Removing intermediate container 9cbe7b57da05 07:23:50 ---> c109df9c296d 07:23:50 Step 26/26 : LABEL version=0.0.0 07:23:50 ---> Running in 3de958b22701 07:23:50 Removing intermediate container 3de958b22701 07:23:50 ---> 29e8c9813487 07:23:50 07:23:50 Successfully built 29e8c9813487 07:23:50 Successfully tagged docker-sys-mgmt-agent-go:latest 07:23:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:23:51 $ docker stop --time=1 87a5e8b86dd025ce925fb6383a306f5e8383cc22683e81466dbf7a98639ecff7 07:23:52 $ docker rm -f 87a5e8b86dd025ce925fb6383a306f5e8383cc22683e81466dbf7a98639ecff7 [Pipeline] // withDockerContainer [Pipeline] sh 07:23:53 + docker images 07:23:53 + grep docker 07:23:53 docker-sys-mgmt-agent-go latest 29e8c9813487 3 seconds ago 313MB 07:23:53 docker-security-bootstrapper-go latest f8ee95ae5c8d 29 seconds ago 41.5MB 07:23:53 docker-security-proxy-setup-go latest 990d12d1ba2e 41 seconds ago 24.4MB 07:23:53 docker-core-command-go latest d159d9d9fdc5 44 seconds ago 16.3MB 07:23:53 docker-core-data-go latest 7ff46a315f80 About a minute ago 22.3MB 07:23:53 docker-core-metadata-go latest dbaaf5e02b3c About a minute ago 18.8MB 07:23:53 docker-security-secretstore-setup-go latest 42c5d38d65ce About a minute ago 24.6MB 07:23:53 docker-support-notifications-go latest f93c2e248b6b About a minute ago 16.9MB 07:23:53 docker-support-scheduler-go latest 5a73cc573812 About a minute ago 16.4MB 07:23:53 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 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.185s coverage: 92.8% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 0.1% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 43.8% of statements 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements 07:24:09 Still waiting to schedule task 07:24:09 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements 07:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 07:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 07:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 07:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 07:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements 07:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.541s coverage: 63.5% of statements 07:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements 07:24:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 07:24:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 07:24:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.124s coverage: 73.7% of statements 07:24:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 07:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 68.9% of statements 07:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 37.0% of statements 07:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.688s coverage: 84.0% of statements 07:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.131s coverage: 100.0% of statements 07:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.411s coverage: 47.1% of statements 07:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 07:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 07:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.988s coverage: 29.1% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.107s coverage: 100.0% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 07:24:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 07:24:35 GO111MODULE=on go vet ./... 07:24:56 Running on prd-ubuntu18.04-docker-8c-8g-22601 in /w/workspace/edgexfoundry_edgex-go_PR-3073 [Pipeline] { [Pipeline] ws 07:24:56 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 07:24:59 using credential edgex-jenkins-ssh 07:24:59 Cloning the remote Git repository 07:24:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:24:59 > git init /w/workspace/edgex-go/1 # timeout=10 07:24:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:24:59 > git --version # timeout=10 07:24:59 > git --version # 'git version 2.17.1' 07:24:59 using GIT_SSH to set credentials SSH Credentials for GitHub 07:24:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:06 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:25:06 Merge succeeded, producing 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:25:06 Checking out Revision 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f (PR-3073) 07:25:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:25:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:25:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:25:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3073/head:refs/remotes/origin/PR-3073 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:25:06 > git config core.sparsecheckout # timeout=10 07:25:06 > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 07:25:06 > git remote # timeout=10 07:25:06 > git config --get remote.origin.url # timeout=10 07:25:06 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:06 > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 07:25:06 > git rev-parse HEAD^{commit} # timeout=10 07:25:06 > git config core.sparsecheckout # timeout=10 07:25:06 > git checkout -f 1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f # timeout=10 07:25:10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:25:10 > git --version # timeout=10 07:25:10 > git --version # 'git version 2.17.1' 07:25:10 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:11 + echo snap-build.sh 07:25:11 snap-build.sh 07:25:11 + SNAP_BASE_DIR=. 07:25:11 + '[' '!' -z /w/workspace/edgex-go/1 ']' 07:25:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 07:25:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 07:25:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 07:25:11 + cd /w/workspace/edgex-go/1 07:25:11 + sudo apt-get remove -qy --purge lxd lxd-client 07:25:11 Reading package lists... 07:25:11 Building dependency tree... 07:25:11 Reading state information... 07:25:12 The following packages were automatically installed and are no longer required: 07:25:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:25:12 uidmap xdelta3 07:25:12 Use 'sudo apt autoremove' to remove them. 07:25:12 The following packages will be REMOVED: 07:25:12 lxd* lxd-client* 07:25:12 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:25:12 After this operation, 31.7 MB disk space will be freed. 07:25:13 (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.) 07:25:13 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:25:14 Removing lxd dnsmasq configuration 07:25:14 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:25:14 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:25:15 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:25:15 (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.) 07:25:15 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:25:17 Processing triggers for systemd (237-3ubuntu10.42) ... 07:25:17 Processing triggers for ureadahead (0.100.0-21) ... 07:25:18 + sudo snap remove --purge lxd 07:25:18 snap "lxd" is not installed 07:25:18 + sudo groupadd --force --system lxd 07:25:18 ++ whoami 07:25:18 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:25:18 + newgrp - lxd 07:25:18 + sudo snap install lxd 07:25:27 2021-01-25T07:25:25Z INFO Waiting for automatic snapd restart... 07:25:42 lxd 4.10 from Canonical* installed 07:25:42 + sudo lxd init --auto 07:25:43 gofmt -l . 07:25:45 [ "`gofmt -l .`" = "" ] 07:25:47 ./bin/test-go-mod-tidy.sh 07:25:48 ./bin/test-attribution-txt.sh [Pipeline] sh 07:25:50 + ls -al . 07:25:50 total 696 07:25:50 drwxrwxr-x 9 1001 1001 4096 Jan 25 07:25 . 07:25:50 drwxr-xr-x 4 root root 4096 Jan 25 07:21 .. 07:25:50 -rw-rw-r-- 1 1001 1001 11 Jan 25 07:20 .dockerignore 07:25:50 drwxrwxr-x 8 1001 1001 4096 Jan 25 07:20 .git 07:25:50 drwxrwxr-x 3 1001 1001 4096 Jan 25 07:20 .github 07:25:50 -rw-rw-r-- 1 1001 1001 872 Jan 25 07:20 .gitignore 07:25:50 -rw-rw-r-- 1 1001 1001 166 Jan 25 07:20 .sonarcloud.properties 07:25:50 -rw-rw-r-- 1 1001 1001 7859 Jan 25 07:20 Attribution.txt 07:25:50 -rw-rw-r-- 1 1001 1001 3804 Jan 25 07:20 CONTRIBUTING.md 07:25:50 -rw-rw-r-- 1 1001 1001 931 Jan 25 07:20 Dockerfile.build 07:25:50 -rw-rw-r-- 1 1001 1001 863 Jan 25 07:20 Jenkinsfile 07:25:50 -rw-rw-r-- 1 1001 1001 10775 Jan 25 07:20 LICENSE 07:25:50 -rw-rw-r-- 1 1001 1001 6001 Jan 25 07:20 Makefile 07:25:50 -rw-rw-r-- 1 1001 1001 6524 Jan 25 07:20 README.md 07:25:50 -rw-rw-r-- 1 1001 1001 6755 Jan 25 07:20 SECURITY.md 07:25:50 -rw-rw-r-- 1 1001 1001 5 Jan 25 07:16 VERSION 07:25:50 -rw-rw-r-- 1 1001 1001 4131 Jan 25 07:20 ZMQWindows.md 07:25:50 drwxrwxr-x 2 1001 1001 4096 Jan 25 07:20 bin 07:25:50 drwxrwxr-x 15 1001 1001 4096 Jan 25 07:20 cmd 07:25:50 -rw-r--r-- 1 root root 564700 Jan 25 07:24 coverage.out 07:25:50 -rw-r--r-- 1 root root 1053 Jan 25 07:25 go.mod 07:25:50 -rw-r--r-- 1 root root 18995 Jan 25 07:25 go.sum 07:25:50 drwxrwxr-x 8 1001 1001 4096 Jan 25 07:20 internal 07:25:50 drwxrwxr-x 4 1001 1001 4096 Jan 25 07:20 openapi 07:25:50 drwxrwxr-x 4 1001 1001 4096 Jan 25 07:20 snap 07:25:50 -rw-rw-r-- 1 1001 1001 168 Jan 25 07:20 version.go [Pipeline] sh 07:25:51 + '[' -e coverage.out ] 07:25:51 + chown 1001:1001 coverage.out [Pipeline] stash 07:25:51 Warning: overwriting stash ‘coverage-report’ 07:25:52 + sudo snap install --classic snapcraft 07:25:52 Stashed 1 file(s) [Pipeline] sh 07:25:52 + make build 07:25:52 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 07:25:58 snapcraft 4.4.4 from Canonical* installed 07:25:58 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:25:58 + patch --verbose -p1 07:25:58 Hmm... Looks like a unified diff to me... 07:25:58 The text leading up to this was: 07:25:58 -------------------------- 07:25:58 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:25:58 |From: Tony Espy 07:25:58 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:25:58 |Subject: [PATCH] optimize snap build for pipeline CI check 07:25:58 | 07:25:58 |This patch is used by the EdgeX CI pipeline builds to 07:25:58 |optimize the snap CI check run for pull requests. When 07:25:58 |applied, it essentially strips out everything (apps and 07:25:58 |parts) from the snapcraft.yaml file except those required 07:25:58 |to build edgex-go, as the whole idea of the CI check is to 07:25:58 |catch changes to edgex-go that break the snap build. 07:25:58 | 07:25:58 |In general, anyone updating snapcraft.yaml will also need 07:25:58 |to update this patch file, otherwise it may fail to apply, 07:25:58 |resulting in a failed snap build CI check in the associated 07:25:58 |pull request. 07:25:58 | 07:25:58 |Note - in addition to applying this patch, the pipeline also 07:25:58 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:25:58 |need to build the finally binary .snap file (and it won't 07:25:58 |work with the patch applied). This further reduces the build 07:25:58 |time. 07:25:58 |--- 07:25:58 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:25:58 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:25:58 | 07:25:58 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:25:58 |index 1e537489..faf42425 100644 07:25:58 |--- a/snap/snapcraft.yaml 07:25:58 |+++ b/snap/snapcraft.yaml 07:25:58 -------------------------- 07:25:58 patching file snap/snapcraft.yaml 07:25:58 Using Plan A... 07:25:58 Hunk #1 succeeded at 73. 07:25:58 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 07:25:58 Hunk #3 succeeded at 214 (offset -1 lines). 07:25:58 Hunk #4 succeeded at 222 (offset -1 lines). 07:25:58 Hunk #5 succeeded at 229 (offset -1 lines). 07:25:58 Hunk #6 succeeded at 256 (offset -1 lines). 07:25:58 Hunk #7 succeeded at 290 (offset -1 lines). 07:25:58 Hunk #8 succeeded at 342. 07:25:58 Hmm... Ignoring the trailing garbage. 07:25:58 done 07:25:58 + sudo snapcraft prime --use-lxd 07:25:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:25:58 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: 07:25:58 - README.md 07:25:58 - snapcraft.yaml.orig 07:25:58 07:25:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:25:59 Launching a container. 07:26:05 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 07:26:12 Waiting for container to be ready 07:26:12 To start your first instance, try: lxc launch ubuntu:18.04 07:26:12 07:26:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:26:15 Waiting for network to be ready... 07:26:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:26:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 07:26:15 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:26:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 07:26:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:26:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:26:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 07:26:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 07:26:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 07:26:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 07:26:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:26:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:26:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:26:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:26:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:26:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:26:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:26:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:26:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:26:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 07:26:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 07:26:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 07:26:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 07:26:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 07:26:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 07:26:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 07:26:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 07:26:19 Fetched 23.8 MB in 4s (5965 kB/s) 07:26:20 Reading package lists... 07:26:20 Reading package lists... 07:26:20 Building dependency tree... 07:26:20 Reading state information... 07:26:20 The following additional packages will be installed: 07:26:20 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:26:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:26:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:26:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:26:20 Suggested packages: 07:26:20 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:26:20 Recommended packages: 07:26:20 gnupg libsasl2-modules 07:26:20 The following NEW packages will be installed: 07:26:20 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:26:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:26:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:26:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:26:20 The following packages will be upgraded: 07:26:20 gpg gpg-agent gpgconf libudev1 07:26:20 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 07:26:20 Need to get 3533 kB of archives. 07:26:20 After this operation, 13.3 MB of additional disk space will be used. 07:26:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:26:20 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 07:26:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 07:26:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:26:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:26:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:26:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:26:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:26:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:26:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:26:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:26:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:26:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:26:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:26:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:26:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:26:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:26:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:26:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:26:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:26:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:26:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:26:22 debconf: delaying package configuration, since apt-utils is not installed 07:26:22 Fetched 3533 kB in 1s (3216 kB/s) 07:26:22 (Reading database ... 12511 files and directories currently installed.) 07:26:22 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 07:26:22 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:26:22 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 07:26:22 Selecting previously unselected package udev. 07:26:22 (Reading database ... 12511 files and directories currently installed.) 07:26:22 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 07:26:22 Unpacking udev (237-3ubuntu10.44) ... 07:26:22 Selecting previously unselected package libfuse2:amd64. 07:26:22 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:26:22 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:26:22 Selecting previously unselected package fuse. 07:26:22 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:26:22 Unpacking fuse (2.9.7-1ubuntu1) ... 07:26:22 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:26:22 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:26:23 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:26:23 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:26:23 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:26:23 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:26:23 Selecting previously unselected package libksba8:amd64. 07:26:23 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:26:23 Unpacking libksba8:amd64 (1.3.5-2) ... 07:26:23 Selecting previously unselected package libroken18-heimdal:amd64. 07:26:23 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:23 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:23 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:26:23 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:23 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:23 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:26:23 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:23 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:23 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:26:23 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:23 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:23 Selecting previously unselected package libwind0-heimdal:amd64. 07:26:23 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:23 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:23 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:26:23 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:23 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:23 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:26:23 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:23 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:24 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:26:24 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:24 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:24 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:26:24 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:26:24 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:24 Selecting previously unselected package libsasl2-modules-db:amd64. 07:26:24 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:26:24 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:26:24 Selecting previously unselected package libsasl2-2:amd64. 07:26:24 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:26:24 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:26:24 Selecting previously unselected package libldap-common. 07:26:24 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:26:24 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:26:24 Selecting previously unselected package libldap-2.4-2:amd64. 07:26:24 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:26:24 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:26:24 Selecting previously unselected package dirmngr. 07:26:24 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:26:24 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:26:24 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:26:24 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:26:24 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:26:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:26:25 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:26:25 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:26:25 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Setting up libksba8:amd64 (1.3.5-2) ... 07:26:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:26:25 Setting up udev (237-3ubuntu10.44) ... 07:26:25 invoke-rc.d: policy-rc.d denied execution of start. 07:26:25 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Processing triggers for systemd (237-3ubuntu10) ... 07:26:25 Setting up fuse (2.9.7-1ubuntu1) ... 07:26:25 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:26:25 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:26:25 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:26:25 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:26:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:26:26 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:26:26 settings in the [Install] section, and DefaultInstance for template units). 07:26:26 This means they are not meant to be enabled using systemctl. 07:26:26 Possible reasons for having this kind of units are: 07:26:26 1) A unit may be statically enabled by being symlinked from another unit's 07:26:26 .wants/ or .requires/ directory. 07:26:26 2) A unit's purpose may be to act as a helper for some other unit which has 07:26:26 a requirement dependency on it. 07:26:26 3) A unit may be started when needed via activation (socket, path, timer, 07:26:26 D-Bus, udev, scripted systemctl call, ...). 07:26:26 4) In case of template units, the unit is meant to be enabled with some 07:26:26 instance name specified. 07:26:26 Reading package lists... 07:26:27 Building dependency tree... 07:26:27 Reading state information... 07:26:27 The following additional packages will be installed: 07:26:27 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:26:27 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:26:27 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:26:27 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:26:27 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:26:27 Suggested packages: 07:26:27 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:26:27 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:26:27 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:26:27 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:26:27 systemd-container policykit-1 07:26:27 Recommended packages: 07:26:27 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:26:27 The following NEW packages will be installed: 07:26:27 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:26:27 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:26:27 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:26:27 multiarch-support openssh-client python3 python3-minimal python3.6 07:26:27 python3.6-minimal snapd squashfs-tools sudo 07:26:27 The following packages will be upgraded: 07:26:27 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:26:27 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 07:26:27 Need to get 35.2 MB of archives. 07:26:27 After this operation, 141 MB of additional disk space will be used. 07:26:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:26:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:26:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 07:26:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:26:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:26:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:26:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:26:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:26:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:26:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:26:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:26:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:26:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:26:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:26:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:26:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:26:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:26:27 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 07:26:28 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 07:26:28 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:26:28 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:26:28 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:26:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:26:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:26:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:26:28 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:26:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 07:26:28 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:26:28 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:26:28 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:26:28 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:26:29 debconf: delaying package configuration, since apt-utils is not installed 07:26:29 Fetched 35.2 MB in 2s (14.9 MB/s) 07:26:29 (Reading database ... 12757 files and directories currently installed.) 07:26:29 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 07:26:29 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:26:30 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 07:26:30 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:26:30 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 07:26:30 (Reading database ... 12757 files and directories currently installed.) 07:26:30 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:26:30 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:26:30 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:26:30 (Reading database ... 12757 files and directories currently installed.) 07:26:30 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:26:31 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:26:31 Setting up apt (1.6.12ubuntu0.2) ... 07:26:31 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:26:31 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:26:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:26:31 (Reading database ... 12764 files and directories currently installed.) 07:26:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:26:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:26:31 Selecting previously unselected package libpython3.6-minimal:amd64. 07:26:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:26:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:26:32 Selecting previously unselected package libexpat1:amd64. 07:26:32 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:26:32 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:26:32 Selecting previously unselected package python3.6-minimal. 07:26:32 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:26:32 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:26:32 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:26:32 Checking for services that may need to be restarted...done. 07:26:32 Checking for services that may need to be restarted...done. 07:26:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:26:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:26:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:26:33 Selecting previously unselected package python3-minimal. 07:26:33 (Reading database ... 13012 files and directories currently installed.) 07:26:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:26:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:26:33 Selecting previously unselected package mime-support. 07:26:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:26:33 Unpacking mime-support (3.60ubuntu1) ... 07:26:33 Selecting previously unselected package libmpdec2:amd64. 07:26:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:26:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:26:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:26:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:26:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:26:33 Selecting previously unselected package python3.6. 07:26:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:26:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:26:34 Selecting previously unselected package libpython3-stdlib:amd64. 07:26:34 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:26:34 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:26:34 Setting up python3-minimal (3.6.7-1~18.04) ... 07:26:34 Selecting previously unselected package python3. 07:26:34 (Reading database ... 13442 files and directories currently installed.) 07:26:34 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:26:34 Unpacking python3 (3.6.7-1~18.04) ... 07:26:34 Selecting previously unselected package multiarch-support. 07:26:34 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:26:34 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:26:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:26:34 Selecting previously unselected package liblzo2-2:amd64. 07:26:34 (Reading database ... 13479 files and directories currently installed.) 07:26:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:26:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:26:35 Selecting previously unselected package libbsd0:amd64. 07:26:35 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:26:35 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:26:35 Selecting previously unselected package sudo. 07:26:35 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 07:26:35 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 07:26:35 Selecting previously unselected package apparmor. 07:26:35 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:26:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:26:35 Selecting previously unselected package libedit2:amd64. 07:26:35 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:26:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:26:35 Selecting previously unselected package libkrb5support0:amd64. 07:26:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:26:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:26:35 Selecting previously unselected package libk5crypto3:amd64. 07:26:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:26:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:26:36 Selecting previously unselected package libkeyutils1:amd64. 07:26:36 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:26:36 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:26:36 Selecting previously unselected package libkrb5-3:amd64. 07:26:36 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:26:36 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:26:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:26:36 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:26:36 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 07:26:36 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:26:36 Selecting previously unselected package libssl1.0.0:amd64. 07:26:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:26:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:26:36 Selecting previously unselected package openssh-client. 07:26:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:26:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:26:36 Selecting previously unselected package squashfs-tools. 07:26:36 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:26:36 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:26:36 Selecting previously unselected package snapd. 07:26:36 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:26:36 Unpacking snapd (2.48+18.04) ... 07:26:37 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 07:26:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:26:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:26:38 Setting up mime-support (3.60ubuntu1) ... 07:26:38 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 07:26:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:26:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:26:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:26:38 Setting up systemd (237-3ubuntu10.44) ... 07:26:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:26:39 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:26:39 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:26:39 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:26:39 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:26:39 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:26:39 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:26:40 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:26:41 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:26:41 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:26:41 Setting up python3 (3.6.7-1~18.04) ... 07:26:41 running python rtupdate hooks for python3.6... 07:26:41 running python post-rtupdate hooks for python3.6... 07:26:41 Setting up apparmor (2.12-4ubuntu5.1) ... 07:26:42 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 07:26:42 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:26:43 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:26:43 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:26:43 Setting up snapd (2.48+18.04) ... 07:26:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:26:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:26:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:26:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:26:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:26:44 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:26:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:26:44 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:26:44 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:26:45 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:26:45 /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' 07:26:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:26:45 Processing triggers for systemd (237-3ubuntu10.44) ... 07:26:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:26:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:26:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:26:46 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 07:26:47 Reading package lists... 07:26:47 Reading package lists... 07:26:47 Building dependency tree... 07:26:47 Reading state information... 07:26:47 Calculating upgrade... 07:26:48 The following packages will be upgraded: 07:26:48 advancecomp base-files bash binutils binutils-common 07:26:48 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:26:48 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:26:48 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 07:26:48 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 07:26:48 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 07:26:48 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 07:26:48 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 07:26:48 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 07:26:48 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 07:26:48 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 07:26:48 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 07:26:48 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 07:26:48 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 07:26:48 ubuntu-keyring util-linux 07:26:48 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:26:48 Need to get 63.7 MB of archives. 07:26:48 After this operation, 5203 kB of additional disk space will be used. 07:26:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:26:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:26:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:26:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:26:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:26:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:26:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:26:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:26:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:26:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:26:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:26:48 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:26:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:26:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:26:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:26:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:26:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:26:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:26:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:26:48 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:26:48 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:26:48 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:26:48 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:26:48 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:26:48 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:26:48 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:26:48 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:26:48 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:26:48 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:26:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:26:48 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:26:48 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:26:48 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:26:48 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:26:48 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:26:48 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:26:48 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:26:48 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:26:48 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:26:48 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:26:48 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 07:26:48 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:26:48 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:26:48 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:26:48 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 07:26:48 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:26:48 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:26:48 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] 07:26:48 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:26:48 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:26:48 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:26:48 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:26:48 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:26:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:26:48 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:26:48 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:26:48 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:26:48 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:26:48 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:26:49 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:26:49 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:26:49 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:26:49 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:26:49 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:26:49 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:26:49 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 07:26:49 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:26:49 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:26:49 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:26:49 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:26:49 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:26:49 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:26:49 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:26:49 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:26:49 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:26:49 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:26:49 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:26:49 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:26:49 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:26:49 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:26:49 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:26:49 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:26:49 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 07:26:49 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:26:49 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:26:49 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:26:49 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:26:49 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:26:49 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:26:49 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:26:49 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:26:49 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:26:49 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:26:49 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:26:49 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:26:49 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:26:49 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:26:50 debconf: delaying package configuration, since apt-utils is not installed 07:26:50 Fetched 63.7 MB in 2s (33.0 MB/s) 07:26:50 (Reading database ... 13912 files and directories currently installed.) 07:26:50 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:26:50 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:26:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:26:50 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:26:50 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:26:51 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 07:26:51 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 07:26:51 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:52 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:52 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:52 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:52 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:52 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:52 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:52 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:52 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:53 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:53 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:53 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:53 (Reading database ... 13911 files and directories currently installed.) 07:26:53 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:53 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:26:53 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:26:53 (Reading database ... 13911 files and directories currently installed.) 07:26:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:54 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:54 (Reading database ... 13911 files and directories currently installed.) 07:26:54 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:26:54 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:26:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:26:54 (Reading database ... 13911 files and directories currently installed.) 07:26:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:26:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:26:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:26:55 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:26:55 Setting up base-files (10.1ubuntu2.10) ... 07:26:55 Installing new version of config file /etc/issue ... 07:26:55 Installing new version of config file /etc/issue.net ... 07:26:55 Installing new version of config file /etc/lsb-release ... 07:26:55 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:26:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:26:55 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 07:26:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:26:55 Removing obsolete conffile /etc/default/motd-news ... 07:26:55 (Reading database ... 13912 files and directories currently installed.) 07:26:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:26:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:26:56 Setting up bash (4.4.18-2ubuntu1.2) ... 07:26:56 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 07:26:56 (Reading database ... 13912 files and directories currently installed.) 07:26:56 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:56 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:26:56 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:26:56 (Reading database ... 13912 files and directories currently installed.) 07:26:56 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:26:56 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:26:56 Setting up tar (1.29b-2ubuntu0.2) ... 07:26:57 (Reading database ... 13912 files and directories currently installed.) 07:26:57 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:26:57 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:26:57 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:26:57 (Reading database ... 13912 files and directories currently installed.) 07:26:57 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:57 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:57 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:26:57 (Reading database ... 13912 files and directories currently installed.) 07:26:57 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:57 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:57 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:26:58 (Reading database ... 13912 files and directories currently installed.) 07:26:58 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:26:58 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:26:58 Setting up grep (3.1-2build1) ... 07:26:58 (Reading database ... 13912 files and directories currently installed.) 07:26:58 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:26:58 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:26:58 Setting up login (1:4.5-1ubuntu2) ... 07:26:58 (Reading database ... 13912 files and directories currently installed.) 07:26:58 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:58 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:58 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:26:58 (Reading database ... 13912 files and directories currently installed.) 07:26:58 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:58 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:59 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:59 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:59 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:59 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:59 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:26:59 (Reading database ... 13912 files and directories currently installed.) 07:26:59 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:26:59 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:59 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 07:27:01 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:27:01 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:27:01 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:27:01 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:27:01 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:27:01 (Reading database ... 13912 files and directories currently installed.) 07:27:01 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:27:01 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:27:01 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:27:01 (Reading database ... 13912 files and directories currently installed.) 07:27:01 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:27:01 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:27:01 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:27:01 (Reading database ... 13912 files and directories currently installed.) 07:27:01 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:27:01 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:27:01 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:27:02 (Reading database ... 13912 files and directories currently installed.) 07:27:02 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:27:02 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:27:02 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:27:02 (Reading database ... 13912 files and directories currently installed.) 07:27:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:27:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:27:02 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:27:02 (Reading database ... 13912 files and directories currently installed.) 07:27:02 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:27:02 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:27:02 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:27:02 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:27:02 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:27:02 (Reading database ... 13912 files and directories currently installed.) 07:27:02 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:27:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:27:03 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:27:03 (Reading database ... 13912 files and directories currently installed.) 07:27:03 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:27:03 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:27:03 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:27:03 (Reading database ... 13912 files and directories currently installed.) 07:27:03 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:27:03 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:27:03 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:27:03 (Reading database ... 13912 files and directories currently installed.) 07:27:03 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:27:03 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:27:04 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:27:04 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 07:27:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:27:04 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:27:04 (Reading database ... 13912 files and directories currently installed.) 07:27:04 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:27:04 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:27:05 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:27:05 (Reading database ... 13912 files and directories currently installed.) 07:27:05 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:27:05 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:27:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:27:05 (Reading database ... 13914 files and directories currently installed.) 07:27:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:27:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:27:05 Setting up debconf (1.5.66ubuntu1) ... 07:27:05 (Reading database ... 13914 files and directories currently installed.) 07:27:05 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:27:05 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:27:05 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:27:06 (Reading database ... 13914 files and directories currently installed.) 07:27:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:27:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:27:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:27:06 (Reading database ... 13914 files and directories currently installed.) 07:27:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:27:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:27:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:27:06 (Reading database ... 13914 files and directories currently installed.) 07:27:06 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:27:06 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:27:06 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 07:27:06 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:27:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:27:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:27:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:27: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 07:27:07 (Reading database ... 13914 files and directories currently installed.) 07:27:07 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:27:07 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:27:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:27:08 (Reading database ... 13914 files and directories currently installed.) 07:27:08 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:27:08 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:27:08 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:27:08 (Reading database ... 13914 files and directories currently installed.) 07:27:08 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:27:08 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:27:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:27:08 (Reading database ... 13914 files and directories currently installed.) 07:27:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:27:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:27:08 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:27:08 (Reading database ... 13914 files and directories currently installed.) 07:27:08 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:27:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:27:09 Setting up passwd (1:4.5-1ubuntu2) ... 07:27:09 (Reading database ... 13914 files and directories currently installed.) 07:27:09 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:27:09 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:27:09 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:27:09 (Reading database ... 13914 files and directories currently installed.) 07:27:09 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:27:09 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:27:09 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:27:09 (Reading database ... 13914 files and directories currently installed.) 07:27:09 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:27:09 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:27:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:27:10 (Reading database ... 13914 files and directories currently installed.) 07:27:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:27:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:27:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:27:10 (Reading database ... 13914 files and directories currently installed.) 07:27:10 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:27:10 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:27:10 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:27:10 (Reading database ... 13914 files and directories currently installed.) 07:27:10 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:27:10 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:27:10 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:27:10 (Reading database ... 13914 files and directories currently installed.) 07:27:10 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:27:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:27:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:27:11 (Reading database ... 13915 files and directories currently installed.) 07:27:11 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:27:11 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:27:11 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:27:11 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:27:11 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:27:11 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:27:11 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 07:27:11 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 07:27:11 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:27:11 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:27:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:27:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:27:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:27:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:27:12 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:27:12 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:27:12 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:27:12 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:27:13 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:27:13 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:27:13 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:27:13 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [Pipeline] } 07:27:13 $ docker stop --time=1 0c49f39edb695e0a62ad285741a2a80b6572f157c6ceea7c498085fbb17399cf 07:27:13 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 07:27:13 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 07:27:14 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:27:14 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:27:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:27:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:27:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:27:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:27:14 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:27:14 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:27:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:27:15 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:27:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:27:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:27:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:27:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:27:15 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:15 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:27:15 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:15 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:27:15 $ docker rm -f 0c49f39edb695e0a62ad285741a2a80b6572f157c6ceea7c498085fbb17399cf 07:27:16 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:16 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:18 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:18 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:27:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:27:18 07:27:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:27:18 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:27:18 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:27:19 latest: Pulling from edgex-devops/edgex-compose-arm64 07:27:19 29e5d40040c1: Pulling fs layer 07:27:19 1ce36da41761: Pulling fs layer 07:27:19 25b303627fd3: Pulling fs layer 07:27:19 29e5d40040c1: Download complete 07:27:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:27:19 29e5d40040c1: Pull complete 07:27:20 1ce36da41761: Verifying Checksum 07:27:20 1ce36da41761: Download complete 07:27:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:27:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:27:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:27:20 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:27:20 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:27:20 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:27:20 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:27:20 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:27:20 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:27:20 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:27:20 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:27:20 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:27:20 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:27:20 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:27:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:27:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:27:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:27:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:27:21 1ce36da41761: Pull complete 07:27:21 25b303627fd3: Verifying Checksum 07:27:21 25b303627fd3: Download complete 07:27:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:27:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:27:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:27:21 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:27:21 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:27:21 Setting up tzdata (2020f-0ubuntu0.18.04) ... 07:27:21 07:27:21 Current default time zone: 'Etc/UTC' 07:27:21 Local time is now: Mon Jan 25 07:27:21 UTC 2021. 07:27:21 Universal Time is now: Mon Jan 25 07:27:21 UTC 2021. 07:27:21 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:27:21 07:27:21 Setting up systemd-sysv (237-3ubuntu10.44) ... 07:27:21 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:27:21 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 07:27:21 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:27:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:27:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:27:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:27:22 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:27:22 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:27:22 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:27:22 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:27:22 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:27:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:27:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:27:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:27:22 Setting up patch (2.7.6-2ubuntu1.1) ... 07:27:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:27:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:27:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:27:22 Installing new version of config file /etc/ssl/openssl.cnf ... 07:27:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:27:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:27:22 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 07:27:24 Updating certificates in /etc/ssl/certs... 07:27:25 22 added, 17 removed; done. 07:27:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:27:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:27:25 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:27:25 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:27:25 Setting up pkgbinarymangler (138.18.04.1) ... 07:27:25 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:27:25 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:27:25 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:27:25 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:27:25 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:27:25 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:27:25 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:27:25 Setting up perl (5.26.1-6ubuntu0.5) ... 07:27:25 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:27:25 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:27:25 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:27:25 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:27:25 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:27:25 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:27:25 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:27:26 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:27:26 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:27:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:27:26 Processing triggers for systemd (237-3ubuntu10.44) ... 07:27:26 Processing triggers for mime-support (3.60ubuntu1) ... 07:27:26 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 07:27:26 Updating certificates in /etc/ssl/certs... 07:27:27 0 added, 0 removed; done. 07:27:27 Running hooks in /etc/ca-certificates/update.d... 07:27:27 done. 07:27:27 Reading package lists... 07:27:27 Building dependency tree... 07:27:27 Reading state information... 07:27:27 The following NEW packages will be installed: 07:27:27 apt-transport-https 07:27:27 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:27:27 Need to get 1696 B of archives. 07:27:27 After this operation, 153 kB of additional disk space will be used. 07:27:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:27:27 debconf: delaying package configuration, since apt-utils is not installed 07:27:27 Fetched 1696 B in 0s (44.4 kB/s) 07:27:27 Selecting previously unselected package apt-transport-https. 07:27:27 (Reading database ... 13929 files and directories currently installed.) 07:27:27 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:27:27 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:27:28 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:27:28 Waiting for network to be ready... 07:27:31 25b303627fd3: Pull complete 07:27:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:27:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:27:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:27:31 prd-ubuntu18.04-docker-arm64-4c-16g-22600 does not seem to be running inside a container 07:27:31 $ 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 07:27:34 2021-01-25T07:27:31Z INFO Waiting for automatic snapd restart... 07:27:34 snapd 2.48.2 from Canonical* installed 07:27:35 $ docker top bbd7927cae61903c62923bf7ad48f45226817ea9788364d4c8cb427001cc7d10 -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:35 "snapd" switched to the "latest/stable" channel 07:27:35 07:27:36 + docker-compose build --help 07:27:36 + grep parallel 07:27:38 core18 20201210 from Canonical* installed 07:27:38 "core18" switched to the "latest/stable" channel 07:27:38 07:27:39 --parallel Build images in parallel. [Pipeline] } 07:27:39 $ docker stop --time=1 bbd7927cae61903c62923bf7ad48f45226817ea9788364d4c8cb427001cc7d10 07:27:41 $ docker rm -f bbd7927cae61903c62923bf7ad48f45226817ea9788364d4c8cb427001cc7d10 07:27:41 snapcraft 4.4.4 from Canonical* installed 07:27:41 "snapcraft" switched to the "latest/stable" channel 07:27:41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:27:42 . [Pipeline] withDockerContainer 07:27:43 prd-ubuntu18.04-docker-arm64-4c-16g-22600 does not seem to be running inside a container 07:27:43 $ 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 07:27:44 $ docker top fb9db80427112a779293d892e23d09dbde251eb67ce8ca0624049a77210f55a6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:45 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: 07:27:45 - README.md 07:27:45 - snapcraft.yaml.orig 07:27:45 07:27:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:27:45 + docker-compose -f ./docker-compose-build.yml build --parallel 07:27:49 Building docker-core-command-go ... 07:27:49 Building docker-core-data-go ... 07:27:49 Building docker-core-metadata-go ... 07:27:49 Building docker-security-bootstrapper-go ... 07:27:49 Building docker-security-proxy-setup-go ... 07:27:49 Building docker-security-secretstore-setup-go ... 07:27:49 Building docker-support-notifications-go ... 07:27:49 Building docker-support-scheduler-go ... 07:27:49 Building docker-sys-mgmt-agent-go ... 07:27:49 Building docker-sys-mgmt-agent-go 07:27:49 Building docker-support-notifications-go 07:27:49 Building docker-security-secretstore-setup-go 07:27:49 Building docker-security-proxy-setup-go 07:27:49 Building docker-core-command-go 07:27:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:27:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:27:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:27:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:27:53 Reading package lists... 07:27:53 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 07:28:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:28:00 Reading package lists... 07:28:00 Building dependency tree... 07:28:00 Reading state information... 07:28:00 Suggested packages: 07:28:00 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:28:00 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:28:00 Recommended packages: 07:28:00 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:28:00 The following NEW packages will be installed: 07:28:00 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:28:00 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:28:00 pkg-config zip 07:28:00 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:28:00 Need to get 7655 kB of archives. 07:28:00 After this operation, 43.7 MB of additional disk space will be used. 07:28:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:28:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:28:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:28:00 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:28:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:28:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:28:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:28:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:28:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:28:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:28:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:28:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:28:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:28:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:28:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:28:00 debconf: delaying package configuration, since apt-utils is not installed 07:28:00 Fetched 7655 kB in 1s (10.6 MB/s) 07:28:00 Selecting previously unselected package libglib2.0-0:amd64. 07:28:00 (Reading database ... 13933 files and directories currently installed.) 07:28:00 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:28:00 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:28:00 Selecting previously unselected package libpsl5:amd64. 07:28:00 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:28:00 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:28:01 Selecting previously unselected package libnghttp2-14:amd64. 07:28:01 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:28:01 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:28:01 Selecting previously unselected package librtmp1:amd64. 07:28:01 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:28:01 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:28:01 Selecting previously unselected package libcurl3-gnutls:amd64. 07:28:01 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:28:01 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:28:01 Selecting previously unselected package liberror-perl. 07:28:01 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:28:01 Unpacking liberror-perl (0.17025-1) ... 07:28:01 Selecting previously unselected package git-man. 07:28:01 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:28:01 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:28:01 Selecting previously unselected package git. 07:28:01 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:28:01 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:28:02 Selecting previously unselected package libnorm1:amd64. 07:28:02 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:28:02 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:28:02 Selecting previously unselected package libpgm-5.2-0:amd64. 07:28:02 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:28:02 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:28:03 Selecting previously unselected package libsodium23:amd64. 07:28:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:28:03 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:28:03 Selecting previously unselected package libzmq5:amd64. 07:28:03 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:28:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:28:03 Selecting previously unselected package libzmq3-dev:amd64. 07:28:03 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:28:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:28:03 Selecting previously unselected package pkg-config. 07:28:03 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:28:03 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:28:03 Selecting previously unselected package zip. 07:28:03 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:28:03 Unpacking zip (3.0-11build1) ... 07:28:03 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:28:03 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:28:03 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:28:03 Setting up liberror-perl (0.17025-1) ... 07:28:03 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:28:03 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:28:03 No schema files found: doing nothing. 07:28:03 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:28:03 Setting up zip (3.0-11build1) ... 07:28:03 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:28:03 Setting up libsodium23:amd64 (1.0.16-2) ... 07:28:03 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:28:03 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:28:03 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:28:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:28:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:28:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:28:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:28:10 git set to automatically installed. 07:28:10 git-man set to automatically installed. 07:28:10 libcurl3-gnutls set to automatically installed. 07:28:10 liberror-perl set to automatically installed. 07:28:10 libglib2.0-0 set to automatically installed. 07:28:10 libnghttp2-14 set to automatically installed. 07:28:10 libnorm1 set to automatically installed. 07:28:10 libpgm-5.2-0 set to automatically installed. 07:28:10 libpsl5 set to automatically installed. 07:28:10 librtmp1 set to automatically installed. 07:28:10 libsodium23 set to automatically installed. 07:28:10 libzmq3-dev set to automatically installed. 07:28:10 libzmq5 set to automatically installed. 07:28:10 pkg-config set to automatically installed. 07:28:10 zip set to automatically installed. 07:28:14 snapd is not logged in, snap install commands will use sudo 07:28:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:28:22 snap "core18" has no updates available 07:28:22 Pulling config-common 07:28:23 Pulling go-build-helper 07:28:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:28:45 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:28:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 07:28:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 07:28:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:28:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:28:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 07:28:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 07:28:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 07:28:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 07:28:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:28:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:28:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:28:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:28:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:28:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:28:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:28:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:28:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:28:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 07:28:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 07:28:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 07:28:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 07:28:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 07:28:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 07:28:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 07:28:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 07:28:45 Fetched 23.8 MB in 0s (0 B/s) 07:28:45 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:28:45 Fetched 96.5 kB in 0s (0 B/s) 07:28:45 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:28:45 Fetched 279 kB in 0s (0 B/s) 07:28:45 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:28:45 Fetched 122 kB in 0s (0 B/s) 07:28:45 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:28:45 Fetched 77.8 kB in 0s (0 B/s) 07:28:45 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:28:45 Fetched 8848 B in 0s (0 B/s) 07:28:45 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:28:45 Fetched 47.8 kB in 0s (0 B/s) 07:28:45 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:28:45 Fetched 45.6 kB in 0s (0 B/s) 07:28:45 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:28:45 Fetched 15.0 kB in 0s (0 B/s) 07:28:45 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:28:45 Fetched 214 kB in 0s (0 B/s) 07:28:45 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:28:45 Fetched 155 kB in 0s (0 B/s) 07:28:45 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:28:45 Fetched 50.6 kB in 0s (0 B/s) 07:28:45 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:28:45 Fetched 14.8 kB in 0s (0 B/s) 07:28:45 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:28:45 Fetched 41.8 kB in 0s (0 B/s) 07:28:45 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:28:45 Fetched 499 kB in 0s (0 B/s) 07:28:45 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:28:45 Fetched 111 kB in 0s (0 B/s) 07:28:45 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:28:45 Fetched 240 kB in 0s (0 B/s) 07:28:45 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:28:45 Fetched 29.3 kB in 0s (0 B/s) 07:28:45 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:28:45 Fetched 85.5 kB in 0s (0 B/s) 07:28:45 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:28:45 Fetched 24.5 kB in 0s (0 B/s) 07:28:45 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:28:45 Fetched 49.2 kB in 0s (0 B/s) 07:28:45 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:28:45 Fetched 54.2 kB in 0s (0 B/s) 07:28:45 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:28:45 Fetched 30.8 kB in 0s (0 B/s) 07:28:45 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:28:45 Fetched 17.0 kB in 0s (0 B/s) 07:28:45 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:28:45 Fetched 85.9 kB in 0s (0 B/s) 07:28:45 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:28:45 Fetched 8720 B in 0s (0 B/s) 07:28:45 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:28:45 Fetched 137 kB in 0s (0 B/s) 07:28:45 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:28:45 Fetched 119 kB in 0s (0 B/s) 07:28:45 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:28:45 Fetched 109 kB in 0s (0 B/s) 07:28:45 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:28:45 Fetched 11.1 kB in 0s (0 B/s) 07:28:45 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:28:45 Fetched 645 kB in 0s (0 B/s) 07:28:45 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:28:45 Fetched 41.3 kB in 0s (0 B/s) 07:28:45 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:28:45 Fetched 17.9 kB in 0s (0 B/s) 07:28:45 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:28:45 Fetched 368 kB in 0s (0 B/s) 07:28:45 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:28:45 Fetched 187 kB in 0s (0 B/s) 07:28:45 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:28:45 Fetched 175 kB in 0s (0 B/s) 07:28:45 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:28:48 Fetched 206 kB in 0s (0 B/s) 07:28:48 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:28:48 Fetched 1301 kB in 0s (0 B/s) 07:28:48 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:28:48 Fetched 36.2 kB in 0s (0 B/s) 07:28:48 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:28:48 Fetched 159 kB in 0s (0 B/s) 07:28:48 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:28:48 Fetched 107 kB in 0s (0 B/s) 07:28:48 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:28:48 Fetched 48.7 kB in 0s (0 B/s) 07:28:48 Pulling static-packages 07:28:48 'go115' has dependencies that need to be staged: static-packages go-build-helper 07:28:48 Skipping pull go-build-helper (already ran) 07:28:48 Skipping pull static-packages (already ran) 07:28:48 Building go-build-helper 07:28:52 Building static-packages 07:28:54 Staging go-build-helper 07:28:54 Staging static-packages 07:28:55 Pulling go115 07:28:56 'edgex-go' has dependencies that need to be staged: go115 07:28:56 Skipping pull go115 (already ran) 07:28:56 Building go115 07:28:56 % Total % Received % Xferd Average Speed Time Time Time Current 07:28:56 Dload Upload Total Spent Left Speed 07:28:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 55325 0 0:36:29 --:--:-- 0:36:29 54889 34 115M 34 39.9M 0 0 35.6M 0 0:00:03 0:00:01 0:00:02 35.6M 81 115M 81 94.7M 0 0 44.5M 0 0:00:02 0:00:02 --:--:-- 44.5M 100 115M 100 115M 0 0 44.3M 0 0:00:02 0:00:02 --:--:-- 44.3M 07:28:59 go1.15.2.linux-amd64.tar.gz: OK 07:29:04 Staging go115 07:29:09 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:29:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:29:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:29:09 Fetched 0 B in 0s (0 B/s) 07:29:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:29:09 Fetched 224 kB in 0s (0 B/s) 07:29:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:29:09 Fetched 157 kB in 0s (0 B/s) 07:29:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:29:09 Fetched 221 kB in 0s (0 B/s) 07:29:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:29:09 Fetched 143 kB in 0s (0 B/s) 07:29:09 Pulling edgex-go 07:29:09 Pulling version 07:29:10 Building config-common 07:29:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:29:11 ---> 9b3737def0b5 07:29:11 Step 3/23 : WORKDIR /edgex-go 07:29:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:11 ---> 9b3737def0b5 07:29:11 Step 3/22 : WORKDIR /edgex-go 07:29:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:29:11 ---> 9b3737def0b5 07:29:11 Step 3/24 : WORKDIR /edgex-go 07:29:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:29:11 ---> 9b3737def0b5 07:29:11 Step 3/26 : WORKDIR /edgex-go 07:29:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:29:11 ---> 9b3737def0b5 07:29:11 Step 3/21 : WORKDIR /edgex-go 07:29:11 ---> Running in b9d02c8caac6 07:29:11 ---> Running in c0ef74c27fab 07:29:11 ---> Running in 95235de67287 07:29:11 ---> Running in 6eabc6b8106d 07:29:11 ---> Running in a184b457326b 07:29:11 Removing intermediate container c0ef74c27fab 07:29:11 ---> 746f7bbe39ea 07:29:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 Removing intermediate container a184b457326b 07:29:11 ---> 2467dd603c70 07:29:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 Removing intermediate container 6eabc6b8106d 07:29:11 ---> 26ec61569aca 07:29:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 Removing intermediate container 95235de67287 07:29:11 ---> 73774c7b5d1b 07:29:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 Removing intermediate container b9d02c8caac6 07:29:11 ---> 6ae5422ab877 07:29:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 ---> Running in 6cad31631d9f 07:29:11 ---> Running in bff788161eb1 07:29:11 ---> Running in 3e14f34334ab 07:29:11 ---> Running in 651d8dffeeff 07:29:11 ---> Running in 546bad00c37d 07:29:11 Removing intermediate container 6cad31631d9f 07:29:11 ---> e8501483dfbe 07:29:11 Step 5/21 : RUN apk add --update --no-cache make git 07:29:11 ---> Running in 209162099ba0 07:29:11 Removing intermediate container bff788161eb1 07:29:11 ---> 919f0fd94c05 07:29:11 Step 5/23 : RUN apk add --update --no-cache make git 07:29:11 Removing intermediate container 3e14f34334ab 07:29:11 ---> 5dd79c9e0483 07:29:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:29:11 Removing intermediate container 546bad00c37d 07:29:11 ---> c62bc30598b0 07:29:11 Step 5/24 : RUN apk add --update --no-cache make git 07:29:11 ---> Running in 6e72cf4d71c5 07:29:11 ---> Running in 5b9d1cdd4baf 07:29:11 ---> Running in 48239921151b 07:29:11 Removing intermediate container 651d8dffeeff 07:29:11 ---> b8c6204e1a83 07:29:11 Step 5/26 : RUN apk add --update --no-cache make bash git 07:29:11 ---> Running in 26d8a5315dc0 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:11 OK: 217 MiB in 51 packages 07:29:11 OK: 217 MiB in 51 packages 07:29:12 OK: 217 MiB in 51 packages 07:29:12 OK: 217 MiB in 51 packages 07:29:12 OK: 217 MiB in 51 packages 07:29:12 Skipping build go-build-helper (already ran) 07:29:12 Skipping build static-packages (already ran) 07:29:12 Skipping build go115 (already ran) 07:29:12 Building edgex-go 07:29:12 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 07:29:13 Removing intermediate container 209162099ba0 07:29:13 ---> 7f6e67a3552c 07:29:13 Step 6/21 : COPY go.mod . 07:29:13 Removing intermediate container 6e72cf4d71c5 07:29:13 ---> 8ebc1359d312 07:29:13 Step 6/23 : COPY go.mod . 07:29:14 Removing intermediate container 5b9d1cdd4baf 07:29:14 ---> fb36d6c83ffd 07:29:14 Step 6/22 : COPY go.mod . 07:29:14 Removing intermediate container 48239921151b 07:29:14 ---> c0c14f6c5564 07:29:14 Step 6/24 : COPY go.mod . 07:29:14 Removing intermediate container 26d8a5315dc0 07:29:14 ---> 21a0474a4fad 07:29:14 Step 6/26 : COPY go.mod . 07:29:14 go: downloading github.com/gorilla/mux v1.8.0 07:29:14 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:29:14 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 07:29:14 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:29:14 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 07:29:14 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:29:14 go: downloading github.com/x448/float16 v0.8.4 07:29:14 ---> b1a952d52719 07:29:14 Step 7/21 : RUN go mod download 07:29:14 ---> 75e31f95da32 07:29:14 Step 7/23 : RUN go mod download 07:29:14 go: downloading github.com/pelletier/go-toml v1.2.0 07:29:14 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 07:29:14 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 07:29:14 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:29:14 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 07:29:14 go: downloading github.com/imdario/mergo v0.3.11 07:29:14 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 07:29:14 go: downloading github.com/go-kit/kit v0.8.0 07:29:14 go: downloading github.com/BurntSushi/toml v0.3.1 07:29:14 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:29:14 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:29:14 go: downloading github.com/google/uuid v1.1.5 07:29:14 go: downloading gopkg.in/yaml.v2 v2.4.0 07:29:14 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:29:14 go: downloading github.com/pkg/errors v0.8.1 07:29:14 go: downloading github.com/pebbe/zmq4 v1.2.2 07:29:14 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:29:14 go: downloading github.com/hashicorp/consul/api v1.1.0 07:29:14 go: downloading github.com/leodido/go-urn v1.2.0 07:29:14 go: downloading github.com/go-playground/universal-translator v0.17.0 07:29:14 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:29:14 go: downloading github.com/mitchellh/copystructure v1.0.0 07:29:14 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:29:14 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:29:14 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:29:15 ---> Running in 68bb9eae4c8b 07:29:15 ---> Running in 01d04ef9440f 07:29:15 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:29:15 go: downloading github.com/hashicorp/serf v0.8.2 07:29:15 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:29:15 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:29:15 go: downloading github.com/go-playground/locales v0.13.0 07:29:15 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:29:15 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:29:15 ---> 74ee57c7aeb2 07:29:15 Step 7/22 : RUN go mod download 07:29:15 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:29:15 ---> Running in c85f8c9be201 07:29:15 ---> 5c5a2005e75c 07:29:15 Step 7/26 : RUN go mod download 07:29:15 ---> 79d8bd782a2c 07:29:15 Step 7/24 : RUN go mod download 07:29:15 ---> Running in 1696b82d307b 07:29:15 ---> Running in 1fb5948c1aba 07:29:20 Removing intermediate container 68bb9eae4c8b 07:29:20 ---> 53559ffe8149 07:29:20 Step 8/21 : COPY . . 07:29:20 Removing intermediate container 01d04ef9440f 07:29:20 ---> e7d20eb9a15a 07:29:20 Step 8/23 : COPY . . 07:29:20 Removing intermediate container c85f8c9be201 07:29:20 ---> d6343f2111e6 07:29:20 Step 8/22 : COPY . . 07:29:21 Removing intermediate container 1fb5948c1aba 07:29:21 Removing intermediate container 1696b82d307b 07:29:21 ---> 320362693f69 07:29:21 Step 8/26 : COPY . . 07:29:21 ---> 42d0814dedee 07:29:21 Step 8/24 : COPY . . 07:29:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:29:25 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 07:29:26 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 07:29:26 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 07:29:27 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 07:29:27 go: downloading github.com/stretchr/testify v1.6.1 07:29:27 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:29:27 go: downloading github.com/pmezard/go-difflib v1.0.0 07:29:27 go: downloading github.com/davecgh/go-spew v1.1.1 07:29: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 07:29:29 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:29:29 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:29:30 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 07:29: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 07:29:31 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:29:32 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 07:29:33 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 07:29:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:29:33 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:29:34 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 07:29:34 go: downloading github.com/lib/pq v1.9.0 07:29:38 Building version 07:29:39 Staging config-common 07:29:40 Skipping stage go-build-helper (already ran) 07:29:40 Skipping stage static-packages (already ran) 07:29:40 Skipping stage go115 (already ran) 07:29:40 Staging edgex-go 07:29:41 Staging version 07:29:42 Priming config-common 07:29:43 Priming go-build-helper 07:29:43 Priming static-packages 07:29:46 Priming go115 07:29:47 Priming edgex-go 07:29:48 Priming version 07:29:48 ---> d4633adba3e9 07:29:48 Step 9/23 : RUN make cmd/core-command/core-command 07:29:48 ---> 105765549b5e 07:29:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:29:48 ---> e7942afde448 07:29:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:29:48 ---> 9d1172082ad9 07:29:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:29:48 ---> d5cf2b156d5f 07:29:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:29:48 ---> Running in dff2d7a219e3 07:29:48 ---> Running in 438f1b321e1b 07:29:48 ---> Running in 0636700025ba 07:29:48 ---> Running in 23f150d1e3a3 07:29:48 ---> Running in 7a646c28abcb 07:29:48 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 07:29:48 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 07:29:48 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 07:29:48 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 07:29:48 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 07:29:48 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] } 07:31:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:31:10 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 07:31:22 Removing intermediate container 7a646c28abcb 07:31:22 ---> b5dbb3cd70e7 07:31:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:31:22 Removing intermediate container 0636700025ba 07:31:22 ---> 15d5c8b2ff6b 07:31:22 07:31:22 Step 10/22 : FROM alpine:3.12 07:31:22 Removing intermediate container 23f150d1e3a3 07:31:22 ---> 148014fde30a 07:31:22 07:31:22 Step 10/24 : FROM alpine:3.12 07:31:22 Removing intermediate container 438f1b321e1b 07:31:22 ---> 0af99a1145c4 07:31:22 07:31:22 Step 10/21 : FROM alpine:3.12 07:31:22 3.12: Pulling from library/alpine 07:31:22 3.12: Pulling from library/alpine 07:31:22 3.12: Pulling from library/alpine 07:31:22 Removing intermediate container dff2d7a219e3 07:31:22 ---> 579352796cc2 07:31:22 07:31:22 Step 10/23 : FROM alpine:3.12 07:31:22 ---> Running in 583b9cca00f1 07:31:22 3.12: Pulling from library/alpine 07:31:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:31:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:31:22 Status: Downloaded newer image for alpine:3.12 07:31:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:31:22 Status: Image is up to date for alpine:3.12 07:31:22 Status: Image is up to date for alpine:3.12 07:31:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:31:22 Status: Image is up to date for alpine:3.12 07:31:22 ---> afeebe901d6b 07:31:22 Step 11/21 : RUN apk add --update --no-cache curl 07:31:22 ---> afeebe901d6b 07:31:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:31:22 ---> afeebe901d6b 07:31:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:31:22 ---> afeebe901d6b 07:31:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:31:22 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 07:31:22 ---> Running in 676e0ac1f693 07:31:22 ---> Running in c6fbeb32199c 07:31:22 ---> Running in f19d54e24431 07:31:22 ---> Running in 59b274a7da8c 07:31:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:26 (1/2) Installing ca-certificates (20191127-r4) 07:31:26 (1/1) Installing dumb-init (1.2.2-r1) 07:31:26 (2/2) Installing dumb-init (1.2.2-r1) 07:31:26 Executing busybox-1.31.1-r19.trigger 07:31:26 Executing busybox-1.31.1-r19.trigger 07:31:26 OK: 5 MiB in 15 packages 07:31:26 Executing ca-certificates-20191127-r4.trigger 07:31:26 (1/4) Installing ca-certificates (20191127-r4) 07:31:26 (1/5) Installing ca-certificates (20191127-r4) 07:31:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:31:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:31:26 (3/4) Installing libcurl (7.69.1-r3) 07:31:26 (3/5) Installing libcurl (7.69.1-r3) 07:31:26 (4/4) Installing curl (7.69.1-r3) 07:31:26 (4/5) Installing curl (7.69.1-r3) 07:31:26 Executing busybox-1.31.1-r19.trigger 07:31:26 (5/5) Installing dumb-init (1.2.2-r1) 07:31:26 Executing ca-certificates-20191127-r4.trigger 07:31:26 Executing busybox-1.31.1-r19.trigger 07:31:26 Executing ca-certificates-20191127-r4.trigger 07:31:26 OK: 6 MiB in 16 packages 07:31:26 OK: 7 MiB in 18 packages 07:31:26 OK: 7 MiB in 19 packages 07:31:27 Removing intermediate container 583b9cca00f1 07:31:27 ---> 16f78d84e84d 07:31:27 07:31:27 Step 11/26 : FROM docker:20.10.0 07:31:27 20.10.0: Pulling from library/docker 07:31:28 Removing intermediate container c6fbeb32199c 07:31:28 ---> 95f3c52223ba 07:31:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:31:28 ---> Running in 42b48939ca66 07:31:29 Removing intermediate container 676e0ac1f693 07:31:29 ---> 6eebbe314169 07:31:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:31:29 Removing intermediate container f19d54e24431 07:31:29 ---> 2c61614656eb 07:31:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:31:29 Removing intermediate container 59b274a7da8c 07:31:29 ---> edc398595962 07:31:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:31:29 ---> Running in 0eb0d78aa841 07:31:29 Removing intermediate container 42b48939ca66 07:31:29 ---> 75b7e981812e 07:31:29 Step 13/23 : ENV APP_PORT=48082 07:31:30 ---> Running in a471d7a344e3 07:31:30 ---> Running in fbf3295bdc9e 07:31:30 ---> Running in eee6271cb917 07:31:30 Removing intermediate container 0eb0d78aa841 07:31:30 ---> ccdb2bc2ae66 07:31:30 Step 13/21 : WORKDIR /edgex 07:31:30 ---> Running in 2b5d3358d599 07:31:30 Removing intermediate container a471d7a344e3 07:31:30 ---> 3bb9d3f00f9e 07:31:30 Step 13/24 : WORKDIR / 07:31:30 Removing intermediate container fbf3295bdc9e 07:31:30 ---> 674315b4ff6e 07:31:31 Step 13/22 : ENV APP_PORT=48060 07:31:31 Removing intermediate container eee6271cb917 07:31:31 ---> 8411febda18c 07:31:31 Step 14/23 : EXPOSE $APP_PORT 07:31:31 ---> Running in 44bdfe647c91 07:31:31 ---> Running in 223a39122305 07:31:31 ---> Running in f94c15eaa5bd 07:31:31 Removing intermediate container 2b5d3358d599 07:31:31 ---> 7433524afc2f 07:31:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:31:31 Removing intermediate container 44bdfe647c91 07:31:31 ---> 5e53d49fa557 07:31:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:31:31 Removing intermediate container 223a39122305 07:31:31 ---> e0791664c0f0 07:31:31 Step 14/22 : EXPOSE $APP_PORT 07:31:32 Removing intermediate container f94c15eaa5bd 07:31:32 ---> 6f9bc048b122 07:31:32 Step 15/23 : WORKDIR / 07:31:32 ---> Running in 6f20a34b4373 07:31:32 ---> Running in 897c07010d28 07:31:32 ---> 23dee8535e95 07:31:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:31:32 ---> e7f8bb84a746 07:31:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:31:33 Removing intermediate container 6f20a34b4373 07:31:33 ---> 0b51d76fd27e 07:31:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:31:33 Removing intermediate container 897c07010d28 07:31:33 ---> 4b5b5b0968bf 07:31:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:31:34 ---> c83c2625a05b 07:31:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:31:34 ---> 5ca72b5c5b00 07:31:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:31:34 ---> 557e47d90bdf 07:31:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:31:34 ---> 526c500d25a2 07:31:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:31:35 ---> fa81cc926277 07:31:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:31:37 ---> cd422c7fccfe 07:31:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:31:37 ---> 638895f0bb14 07:31:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:31:37 ---> 6538f8af5886 07:31:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:31:37 ---> e8f4ad176053 07:31:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:31:37 ---> Running in 90cba533450b 07:31:38 ---> ac2bbb875187 07:31:38 Step 19/23 : ENTRYPOINT ["/core-command"] 07:31:38 Removing intermediate container 90cba533450b 07:31:38 ---> b30be8e9f223 07:31:38 Step 18/21 : CMD ["--init=true"] 07:31:38 ---> Running in 7c85bb7dab9a 07:31:38 ---> 2792990dc39c 07:31:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:31:38 ---> Running in 0b7d7d321857 07:31:38 ---> Running in 895563e16d81 07:31:39 Removing intermediate container 7c85bb7dab9a 07:31:39 ---> 96f443d999c6 07:31:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:39 Removing intermediate container 0b7d7d321857 07:31:39 ---> 2d79e894c704 07:31:39 Step 19/21 : LABEL arch=arm64 07:31:39 ---> 4685a6cea43d 07:31:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:31:39 Removing intermediate container 895563e16d81 07:31:39 ---> ceb3181bd037 07:31:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:39 ---> Running in e6f5721c00cd 07:31:39 ---> Running in aed3c22fb088 07:31:40 ---> Running in 6d8e81bc3c4f 07:31:40 Removing intermediate container e6f5721c00cd 07:31:40 ---> e846bf141131 07:31:40 Step 20/21 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:31:40 Removing intermediate container aed3c22fb088 07:31:40 ---> f013f6c5c99b 07:31:40 Step 21/23 : LABEL arch=arm64 07:31:40 ---> Running in 2a930c8f2b11 07:31:40 Removing intermediate container 6d8e81bc3c4f 07:31:40 ---> b9a99bb8a1e2 07:31:40 Step 20/22 : LABEL arch=arm64 07:31:40 ---> 7f02b10d522b 07:31:40 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/ 07:31:40 ---> Running in 82dfba3201ac 07:31:41 ---> Running in bdcdaa275e93 07:31:41 ---> Running in 7126410c57ac 07:31:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:31:41 Removing intermediate container 2a930c8f2b11 07:31:41 ---> 5ec20d9bb345 07:31:41 Step 21/21 : LABEL version=0.0.0 07:31:41 Status: Downloaded newer image for docker:20.10.0 07:31:41 ---> eeaf43b92773 07:31:41 Step 12/26 : RUN apk add --no-cache bash 07:31:41 ---> Running in 6aa2950461e6 07:31:41 ---> Running in 87a01b2d61de 07:31:42 Removing intermediate container bdcdaa275e93 07:31:42 ---> c4401c6731d4 07:31:42 Step 21/22 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:31:42 Removing intermediate container 82dfba3201ac 07:31:42 ---> afc3e80694d8 07:31:42 Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:31:42 ---> Running in 8df94d4895ca 07:31:42 ---> Running in 06519a70c9c6 07:31:42 Removing intermediate container 6aa2950461e6 07:31:42 ---> 60223617cbd8 07:31:42 07:31:43 Removing intermediate container 8df94d4895ca 07:31:43 ---> 2ee6b9eb0093 07:31:43 Step 23/23 : LABEL version=0.0.0 07:31:43 Successfully built 60223617cbd8 07:31:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:31:43  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 07:31:43 Removing intermediate container 06519a70c9c6 07:31:43 ---> e7d69258f867 07:31:43 Step 22/22 : LABEL version=0.0.0 07:31:43 ---> Running in c758be85e531 07:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:43 ---> Running in 2e16d515d227 07:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:44 Removing intermediate container c758be85e531 07:31:44 ---> 9b28da2c9ea9 07:31:44 07:31:44 Removing intermediate container 2e16d515d227 07:31:44 ---> 7604b214be43 07:31:44 07:31:44 (1/2) Installing readline (8.0.4-r0) 07:31:44 Successfully built 9b28da2c9ea9 07:31:44 (2/2) Installing bash (5.0.17-r0) 07:31:44 Successfully tagged docker-core-command-go-arm64:latest 07:31:44 Building docker-support-scheduler-go 07:31:44  Building docker-core-command-go ... done Executing bash-5.0.17-r0.post-install 07:31:44 Executing busybox-1.31.1-r19.trigger 07:31:44 Removing intermediate container 7126410c57ac 07:31:44 ---> c9e3c188309a 07:31:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:31:44 OK: 12 MiB in 22 packages 07:31:44 Successfully built 7604b214be43 07:31:44 Successfully tagged docker-support-notifications-go-arm64:latest 07:31:44  Building docker-support-notifications-go ... done Building docker-core-data-go 07:31:44 ---> Running in 0e0940726882 07:31:45 Removing intermediate container 0e0940726882 07:31:45 ---> e4e70a318de5 07:31:45 Step 22/24 : LABEL arch=arm64 07:31:45 ---> Running in f1fff104775a 07:31:46 Removing intermediate container 87a01b2d61de 07:31:46 ---> 661d1b750ef4 07:31:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:31:46 ---> Running in af1fd4c7bd0e 07:31:46 Removing intermediate container f1fff104775a 07:31:46 ---> 02d097544196 07:31:46 Step 23/24 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:31:46 ---> Running in 462ac38254df 07:31:46 Removing intermediate container af1fd4c7bd0e 07:31:46 ---> 461fdfbe1869 07:31:46 Step 14/26 : ENV APP_PORT=48090 07:31:46 ---> Running in 749b892c61d2 07:31:47 Removing intermediate container 462ac38254df 07:31:47 ---> 85291a36b840 07:31:47 Step 24/24 : LABEL version=0.0.0 07:31:47 ---> Running in 3a1cfbf666f2 07:31:48 Removing intermediate container 749b892c61d2 07:31:48 ---> 74795880a8ef 07:31:48 Step 15/26 : EXPOSE $APP_PORT 07:31:48 Removing intermediate container 3a1cfbf666f2 07:31:48 ---> b3f8756065af 07:31:48 07:31:48 ---> Running in e539b9c22449 07:31:48 Successfully built b3f8756065af 07:31:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:31:48  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 07:31:49 Removing intermediate container e539b9c22449 07:31:49 ---> a61f9368112a 07:31:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:31:50 ---> 70a18d37520f 07:31:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:31:52 ---> 4fad91338e64 07:31:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:31:53 ---> 8a4440efc96a 07:31:53 Step 19/26 : RUN apk --no-cache add py3-pip 07:31:53 ---> Running in e151f5d0a12b 07:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:55 (1/33) Installing libbz2 (1.0.8-r1) 07:31:55 (2/33) Installing expat (2.2.9-r1) 07:31:55 (3/33) Installing libffi (3.3-r2) 07:31:55 (4/33) Installing gdbm (1.13-r1) 07:31:55 (5/33) Installing xz-libs (5.2.5-r0) 07:31:55 (6/33) Installing sqlite-libs (3.32.1-r0) 07:31:55 (7/33) Installing python3 (3.8.5-r0) 07:31:57 (8/33) Installing py3-appdirs (1.4.4-r1) 07:31:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:31:57 (10/33) Installing py3-parsing (2.4.7-r0) 07:31:57 (11/33) Installing py3-six (1.15.0-r0) 07:31:57 (12/33) Installing py3-packaging (20.4-r0) 07:31:57 (13/33) Installing py3-setuptools (47.0.0-r0) 07:31:57 (14/33) Installing py3-chardet (3.0.4-r4) 07:31:57 (15/33) Installing py3-idna (2.9-r0) 07:31:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:31:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:31:57 (18/33) Installing py3-requests (2.23.0-r0) 07:31:57 (19/33) Installing py3-msgpack (1.0.0-r0) 07:31:57 (20/33) Installing py3-lockfile (0.12.2-r3) 07:31:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:31:57 (22/33) Installing py3-colorama (0.4.3-r0) 07:31:57 (23/33) Installing py3-distlib (0.3.0-r0) 07:31:58 (24/33) Installing py3-distro (1.5.0-r1) 07:31:58 (25/33) Installing py3-webencodings (0.5.1-r3) 07:31:58 (26/33) Installing py3-html5lib (1.0.1-r4) 07:31:58 (27/33) Installing py3-pytoml (0.1.21-r0) 07:31:58 (28/33) Installing py3-pep517 (0.8.2-r0) 07:31:58 (29/33) Installing py3-progress (1.5-r0) 07:31:58 (30/33) Installing py3-toml (0.10.1-r0) 07:31:58 (31/33) Installing py3-retrying (1.3.3-r0) 07:31:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:31:58 (33/33) Installing py3-pip (20.1.1-r0) 07:31:58 Executing busybox-1.31.1-r19.trigger 07:31:58 OK: 71 MiB in 55 packages 07:32:08 Removing intermediate container e151f5d0a12b 07:32:08 ---> c90db167e9a5 07:32:08 Step 20/26 : RUN pip install docker-compose==1.23.2 07:32:08 ---> Running in d7894a2d39f1 07:32:13 Collecting docker-compose==1.23.2 07:32:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:32:13 Collecting texttable<0.10,>=0.9.0 07:32:13 Downloading texttable-0.9.1.tar.gz (11 kB) 07:32:17 Collecting PyYAML<4,>=3.10 07:32:17 Downloading PyYAML-3.13.tar.gz (270 kB) 07:32:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:32:20 Collecting dockerpty<0.5,>=0.4.1 07:32:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:32:23 Collecting cached-property<2,>=1.2.0 07:32:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:32:23 Collecting websocket-client<1.0,>=0.32.0 07:32:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:32:23 Collecting jsonschema<3,>=2.5.1 07:32:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:32:24 Collecting docopt<0.7,>=0.6.1 07:32:24 Downloading docopt-0.6.2.tar.gz (25 kB) 07:32:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:32:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:32:28 Collecting docker<4.0,>=3.6.0 07:32:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:32:29 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) 07:32:29 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) 07:32:29 Collecting urllib3<1.25,>=1.21.1 07:32:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:32:30 Collecting idna<2.8,>=2.5 07:32:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:32:30 Collecting docker-pycreds>=0.4.0 07:32:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:32:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:32:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:32:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:32:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:32:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:32:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:32:31 ---> 9b3737def0b5 07:32:31 Step 3/22 : WORKDIR /edgex-go 07:32:31 ---> Using cache 07:32:31 ---> 6ae5422ab877 07:32:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:32:31 ---> Using cache 07:32:31 ---> b8c6204e1a83 07:32:31 Step 5/22 : RUN apk add --update --no-cache make git 07:32:31 Installing collected packages: texttable, PyYAML, dockerpty, cached-property, websocket-client, jsonschema, docopt, urllib3, idna, requests, docker-pycreds, docker, docker-compose 07:32:31 Running setup.py install for texttable: started 07:32:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:32:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:32:32 ---> 9b3737def0b5 07:32:32 Step 3/23 : WORKDIR /edgex-go 07:32:32 ---> Using cache 07:32:32 ---> 6ae5422ab877 07:32:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:32:32 ---> Using cache 07:32:32 ---> b8c6204e1a83 07:32:32 Step 5/23 : RUN apk add --update --no-cache make git 07:32:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:32:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:32:32 ---> 9b3737def0b5 07:32:32 Step 3/23 : WORKDIR /edgex-go 07:32:32 ---> Using cache 07:32:32 ---> 6ae5422ab877 07:32:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:32:32 ---> Using cache 07:32:32 ---> b8c6204e1a83 07:32:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:32:34 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:32:34 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:32:34 ---> 9b3737def0b5 07:32:34 Step 3/33 : WORKDIR /edgex-go 07:32:34 ---> Using cache 07:32:34 ---> 6ae5422ab877 07:32:34 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:32:34 ---> Using cache 07:32:34 ---> b8c6204e1a83 07:32:34 Step 5/33 : RUN apk add --update --no-cache make git 07:32:34 Running setup.py install for texttable: finished with status 'done' 07:32:34 Running setup.py install for PyYAML: started 07:32:35 ---> Running in 210e4a717852 07:32:36 ---> Running in 1992b56de62f 07:32:36 ---> Running in 29ee119c08e9 07:32:36 ---> Running in 192d0a8a6a01 07:32:36 Running setup.py install for PyYAML: finished with status 'done' 07:32:36 Running setup.py install for dockerpty: started 07:32:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:32:39 Running setup.py install for dockerpty: finished with status 'done' 07:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:32:39 OK: 217 MiB in 51 packages 07:32:39 Running setup.py install for docopt: started 07:32:39 OK: 217 MiB in 51 packages 07:32:39 OK: 217 MiB in 51 packages 07:32:40 OK: 217 MiB in 51 packages 07:32:41 Removing intermediate container 1992b56de62f 07:32:41 ---> 5173da3c765b 07:32:41 Step 6/23 : COPY go.mod . 07:32:41 Removing intermediate container 29ee119c08e9 07:32:41 ---> e68d4b59f102 07:32:41 Step 6/33 : COPY go.mod . 07:32:41 Removing intermediate container 210e4a717852 07:32:41 Removing intermediate container 192d0a8a6a01 07:32:41 ---> 284dc7d04b02 07:32:41 Step 6/23 : COPY go.mod . 07:32:41 ---> 0e17fd5d2edd 07:32:41 Step 6/22 : COPY go.mod . 07:32:42 ---> 21a5f44aafdd 07:32:42 Step 7/23 : RUN go mod download 07:32:42 Running setup.py install for docopt: finished with status 'done' 07:32:42 Attempting uninstall: urllib3 07:32:42 Found existing installation: urllib3 1.25.9 07:32:42 Uninstalling urllib3-1.25.9: 07:32:42 ---> Running in c8d20925cc73 07:32:42 Successfully uninstalled urllib3-1.25.9 07:32:42 ---> 9dd1c66784ee 07:32:42 Step 7/33 : RUN go mod download 07:32:42 ---> 9ec9fbffc03d 07:32:42 Step 7/22 : RUN go mod download 07:32:43 ---> Running in b71cdea9bfc3 07:32:43 ---> 298f44dbf1f2 07:32:43 Step 7/23 : RUN go mod download 07:32:43 ---> Running in 94a366b34c93 07:32:43 ---> Running in 51abc32d9d8b 07:32:43 Attempting uninstall: idna 07:32:43 Found existing installation: idna 2.9 07:32:43 Uninstalling idna-2.9: 07:32:43 Successfully uninstalled idna-2.9 07:32:45 Attempting uninstall: requests 07:32:45 Found existing installation: requests 2.23.0 07:32:45 Uninstalling requests-2.23.0: 07:32:45 Successfully uninstalled requests-2.23.0 07:32:47 Removing intermediate container c8d20925cc73 07:32:47 ---> 48951b648ce3 07:32:47 Step 8/23 : COPY . . 07:32:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:32:48 Removing intermediate container b71cdea9bfc3 07:32:48 ---> 16eecfc8bdef 07:32:48 Step 8/33 : COPY . . 07:32:48 Removing intermediate container 51abc32d9d8b 07:32:48 ---> 8d7f9e1fd391 07:32:48 Step 8/23 : COPY . . 07:32:48 Removing intermediate container 94a366b34c93 07:32:48 ---> bfcc6c75c8c2 07:32:48 Step 8/22 : COPY . . 07:32:57 Removing intermediate container d7894a2d39f1 07:32:57 ---> a76946619e89 07:32:57 Step 21/26 : RUN apk --no-cache add curl 07:32:58 ---> Running in 00c2e41a314b 07:32:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:33:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:33:00 (2/3) Installing libcurl (7.69.1-r3) 07:33:00 (3/3) Installing curl (7.69.1-r3) 07:33:00 Executing busybox-1.31.1-r19.trigger 07:33:00 OK: 71 MiB in 58 packages 07:33:05 Removing intermediate container 00c2e41a314b 07:33:05 ---> a533d88a7056 07:33:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:33:06 ---> Running in 2e3a65a1472f 07:33:07 Removing intermediate container 2e3a65a1472f 07:33:07 ---> a99bc1d3af14 07:33:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:07 ---> Running in c44512fa83ab 07:33:09 Removing intermediate container c44512fa83ab 07:33:09 ---> 2e827cc6d9ab 07:33:09 Step 24/26 : LABEL arch=arm64 07:33:09 ---> 9c1232c2b2e5 07:33:09 Step 9/23 : RUN make cmd/core-data/core-data 07:33:09 ---> Running in 4d5e728422c6 07:33:09 ---> Running in 628811bb20a0 07:33:09 ---> 14ce1ef2cbbd 07:33:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:33:09 ---> Running in 68539c68edb3 07:33:09 ---> 8effe0ebaf28 07:33:09 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:33:09 Removing intermediate container 4d5e728422c6 07:33:09 ---> 73dc1391ad1b 07:33:09 Step 25/26 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:33:09 ---> Running in 9c5ddb33b23c 07:33:10 ---> Running in 865913dd6716 07:33:10 ---> bcf632f83d05 07:33:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:33:10 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 07:33:11 ---> Running in 5ba91d175352 07:33:11 Removing intermediate container 865913dd6716 07:33:11 ---> 0d1a7549775e 07:33:11 Step 26/26 : LABEL version=0.0.0 07:33:11 ---> Running in dc1c7d0e18b3 07:33:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:33:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:33:12 Removing intermediate container dc1c7d0e18b3 07:33:12 ---> c89833cf3144 07:33:12 07:33:13 Successfully built c89833cf3144 07:33:13 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:33:13  Building docker-sys-mgmt-agent-go ... done 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 07:34:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:34:33 Removing intermediate container 5ba91d175352 07:34:33 ---> df9a03d169dd 07:34:33 07:34:33 Step 10/22 : FROM alpine:3.12 07:34:33 ---> afeebe901d6b 07:34:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:34:33 ---> Using cache 07:34:33 ---> 95f3c52223ba 07:34:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:34:33 ---> Using cache 07:34:33 ---> 75b7e981812e 07:34:33 Step 13/22 : ENV APP_PORT=48085 07:34:33 ---> Running in 7f32a80fe444 07:34:33 Removing intermediate container 7f32a80fe444 07:34:33 ---> 882b0e4231d4 07:34:33 Step 14/22 : EXPOSE $APP_PORT 07:34:33 ---> Running in 20a1982099ce 07:34:34 Removing intermediate container 20a1982099ce 07:34:34 ---> 6d8e1bba5d9f 07:34:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:34:35 ---> 72d2bedf9494 07:34:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:34:37 ---> 07167268b3f4 07:34:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:34:38 ---> e2f217b6d844 07:34:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:34:38 ---> Running in b68ec4e87d54 07:34:39 Removing intermediate container b68ec4e87d54 07:34:39 ---> 0c723969abe1 07:34:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:34:39 ---> Running in e1f1fcdc0e94 07:34:40 Removing intermediate container e1f1fcdc0e94 07:34:40 ---> 29305f4a7738 07:34:40 Step 20/22 : LABEL arch=arm64 07:34:40 ---> Running in 4daaad03e6cc 07:34:41 Removing intermediate container 4daaad03e6cc 07:34:41 ---> db9f2c288f7c 07:34:41 Step 21/22 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:34:41 ---> Running in d5ac8fad663f 07:34:42 Removing intermediate container d5ac8fad663f 07:34:42 ---> 6868f07aa06d 07:34:42 Step 22/22 : LABEL version=0.0.0 07:34:42 ---> Running in 557048ac38c7 07:34:43 Removing intermediate container 9c5ddb33b23c 07:34:43 ---> d8fb34ad1e1e 07:34:43 07:34:43 Step 10/33 : FROM alpine:3.12 07:34:43 ---> afeebe901d6b 07:34:43 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 07:34:43 ---> Running in 0ee0baf87b96 07:34:43 Removing intermediate container 557048ac38c7 07:34:43 ---> 2dcba6ff0e67 07:34:43 07:34:43 Successfully built 2dcba6ff0e67 07:34:43 Successfully tagged docker-support-scheduler-go-arm64:latest 07:34:44  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:45 (1/3) Installing dumb-init (1.2.2-r1) 07:34:45 (2/3) Installing openssl (1.1.1i-r0) 07:34:45 (3/3) Installing su-exec (0.2-r1) 07:34:45 Executing busybox-1.31.1-r19.trigger 07:34:45 OK: 6 MiB in 17 packages 07:34:47 Removing intermediate container 0ee0baf87b96 07:34:47 ---> 8c3541b031da 07:34:47 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:34:48 ---> Running in 21bda0819eab 07:34:49 Removing intermediate container 68539c68edb3 07:34:49 ---> 1e67a0058b9d 07:34:49 07:34:49 Step 10/23 : FROM alpine:3.12 07:34:49 ---> afeebe901d6b 07:34:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:34:49 ---> Using cache 07:34:49 ---> 95f3c52223ba 07:34:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:34:49 ---> Using cache 07:34:49 ---> 75b7e981812e 07:34:49 Step 13/23 : ENV APP_PORT=48081 07:34:49 Removing intermediate container 21bda0819eab 07:34:49 ---> 9fe0a4f0881e 07:34:49 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 07:34:49 ---> Running in 3207e5769324 07:34:49 ---> Running in 33c75aa7ec19 07:34:50 Removing intermediate container 3207e5769324 07:34:50 ---> 305b585688ca 07:34:50 Step 14/23 : EXPOSE $APP_PORT 07:34:50 Removing intermediate container 33c75aa7ec19 07:34:50 ---> b49827558101 07:34:50 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 07:34:50 ---> Running in 944bb1cb9c00 07:34:50 ---> Running in 5234ea368c00 07:34:50 Removing intermediate container 944bb1cb9c00 07:34:50 ---> 64152ed4f3b3 07:34:50 Step 15/23 : WORKDIR / 07:34:50 ---> Running in 3ad20cbd170b 07:34:51 Removing intermediate container 3ad20cbd170b 07:34:51 ---> e7157539ec85 07:34:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:34:51 Connecting to github.com (140.82.114.4:443) 07:34:51 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.144.243:443) 07:34:52 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 07:34:52 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 07:34:52 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 07:34:52 dockerize 07:34:52 ---> 87b995307bee 07:34:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:34:54 Removing intermediate container 5234ea368c00 07:34:54 ---> 5cf1ce2f3941 07:34:54 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 07:34:54 ---> 2d9034045da1 07:34:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:34:54 ---> Running in bb2f0ba18729 07:34:55 Removing intermediate container bb2f0ba18729 07:34:55 ---> 506e53f646bb 07:34:55 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:34:55 ---> 1e5b8fabdc41 07:34:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:34:55 ---> Running in eaa195e59c5b 07:34:55 ---> Running in 2c91fe45ba4c 07:34:56 Removing intermediate container 628811bb20a0 07:34:56 ---> cd5f2b0e91a2 07:34:56 07:34:56 Step 10/23 : FROM alpine:3.12 07:34:56 ---> afeebe901d6b 07:34:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:34:56 ---> Running in d3926f528c76 07:34:56 Removing intermediate container eaa195e59c5b 07:34:56 ---> 08f24e2c053b 07:34:56 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 07:34:56 Removing intermediate container 2c91fe45ba4c 07:34:56 ---> 4fe5c7d8c4de 07:34:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:34:56 ---> Running in 3733188971cc 07:34:56 ---> Running in 7f847b570238 07:34:56 Removing intermediate container d3926f528c76 07:34:56 ---> 284fcb76ba81 07:34:56 Step 12/23 : ENV APP_PORT=48080 07:34:57 ---> Running in 7f0b87456127 07:34:57 Removing intermediate container 7f847b570238 07:34:57 ---> c959e933f412 07:34:57 Step 21/23 : LABEL arch=arm64 07:34:57 ---> Running in 8c8d1cbe0e85 07:34:57 Removing intermediate container 7f0b87456127 07:34:57 ---> becf87ee19b6 07:34:57 Step 13/23 : EXPOSE $APP_PORT 07:34:57 ---> Running in f1be33518d3e 07:34:57 Move dockerize executable 07:34:57 Removing intermediate container 8c8d1cbe0e85 07:34:57 ---> b7628e5c9388 07:34:57 Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:34:58 ---> Running in 374274e304da 07:34:58 Removing intermediate container f1be33518d3e 07:34:58 ---> ab808da94aea 07:34:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:58 ---> Running in c2c9096c21aa 07:34:58 Removing intermediate container 374274e304da 07:34:58 ---> 9f9e5e1a40ba 07:34:58 Step 23/23 : LABEL version=0.0.0 07:34:59 ---> Running in fef1d8ff0589 07:34:59 Removing intermediate container 3733188971cc 07:34:59 ---> 736b8cb33d95 07:34:59 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 07:34:59 Removing intermediate container fef1d8ff0589 07:34:59 ---> 7ca0dfb8a21b 07:34:59 07:34:59 ---> Running in 7a570d494da1 07:34:59 Successfully built 7ca0dfb8a21b 07:34:59 Successfully tagged docker-core-metadata-go-arm64:latest 07:35:00  Building docker-core-metadata-go ... done Removing intermediate container 7a570d494da1 07:35:00 ---> 32b1d96e0dd7 07:35:00 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:35:01 Removing intermediate container c2c9096c21aa 07:35:01 ---> 922460a80428 07:35:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:35:01 ---> 5be681883d88 07:35:01 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:35:01 ---> Running in db8849e1ece0 07:35:01 ---> Running in c6384ea660be 07:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:35:03 Removing intermediate container c6384ea660be 07:35:03 ---> 95fad6d57599 07:35:03 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 07:35:04 (1/6) Installing dumb-init (1.2.2-r1) 07:35:04 (2/6) Installing libgcc (9.3.0-r2) 07:35:04 (3/6) Installing libsodium (1.0.18-r0) 07:35:04 (4/6) Installing libstdc++ (9.3.0-r2) 07:35:04 ---> 71cc2ecd3f07 07:35:04 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:35:04 (5/6) Installing libzmq (4.3.3-r0) 07:35:04 (6/6) Installing zeromq (4.3.3-r0) 07:35:04 Executing busybox-1.31.1-r19.trigger 07:35:04 OK: 8 MiB in 20 packages 07:35:05 ---> 21775369927a 07:35:05 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:35:06 Removing intermediate container db8849e1ece0 07:35:06 ---> f3b9647b1298 07:35:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:35:06 ---> 87c6ee5adb40 07:35:06 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:35:07 ---> b8ea3a7950a8 07:35:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:35:07 ---> 1995925dd460 07:35:07 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:35:09 ---> acbe1148f18f 07:35:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:35:09 ---> 74f394eb19d0 07:35:09 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 07:35:09 ---> Running in 9dc50ff08554 07:35:09 ---> f29ae1826a0f 07:35:09 Step 19/23 : ENTRYPOINT ["/core-data"] 07:35:09 ---> Running in f68c83065d3e 07:35:09 Removing intermediate container 9dc50ff08554 07:35:09 ---> 99841b2fd83b 07:35:09 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:35:10 Removing intermediate container f68c83065d3e 07:35:10 ---> a911b1ce24b7 07:35:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:35:10 ---> Running in 73d19b024c98 07:35:10 ---> 443985b6048d 07:35:10 Step 28/33 : RUN chmod +x /entrypoint.sh 07:35:11 ---> Running in c2ad1b027d8f 07:35:11 Removing intermediate container 73d19b024c98 07:35:11 ---> eb79dea860c2 07:35:11 Step 21/23 : LABEL arch=arm64 07:35:11 ---> Running in f989aef2a0c8 07:35:12 Removing intermediate container f989aef2a0c8 07:35:12 ---> 669e69846207 07:35:12 Step 22/23 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:35:12 ---> Running in 023fbf4cdbb0 07:35:12 Removing intermediate container 023fbf4cdbb0 07:35:12 ---> 8c3b9bde6810 07:35:12 Step 23/23 : LABEL version=0.0.0 07:35:12 ---> Running in b666e0554897 07:35:13 Removing intermediate container b666e0554897 07:35:13 ---> 343f744d891a 07:35:13 07:35:13 Successfully built 343f744d891a 07:35:14 Successfully tagged docker-core-data-go-arm64:latest 07:35:14  Building docker-core-data-go ... done Removing intermediate container c2ad1b027d8f 07:35:14 ---> b4b9c7f5687c 07:35:14 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 07:35:14 ---> Running in 1650b016593a 07:35:14 Removing intermediate container 1650b016593a 07:35:14 ---> 355b91c724f2 07:35:14 Step 30/33 : CMD ["gate"] 07:35:15 ---> Running in c8158a8bdf95 07:35:16 Removing intermediate container c8158a8bdf95 07:35:16 ---> 041f25ecf240 07:35:16 Step 31/33 : LABEL arch=arm64 07:35:16 ---> Running in 98e6c711605b 07:35:16 Removing intermediate container 98e6c711605b 07:35:16 ---> d3f53796cb84 07:35:16 Step 32/33 : LABEL git_sha=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f 07:35:17 ---> Running in 55e1bc11d5b7 07:35:18 Removing intermediate container 55e1bc11d5b7 07:35:18 ---> bffa50bc5010 07:35:18 Step 33/33 : LABEL version=0.0.0 07:35:18 ---> Running in 4c7690df69e3 07:35:19 Removing intermediate container 4c7690df69e3 07:35:19 ---> 12d4e690a670 07:35:19 07:35:19 Successfully built 12d4e690a670 07:35:19 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:35:19  Building docker-security-bootstrapper-go ... done  [Pipeline] } 07:35:19 $ docker stop --time=1 fb9db80427112a779293d892e23d09dbde251eb67ce8ca0624049a77210f55a6 07:35:21 $ docker rm -f fb9db80427112a779293d892e23d09dbde251eb67ce8ca0624049a77210f55a6 [Pipeline] // withDockerContainer [Pipeline] sh 07:35:22 + docker images 07:35:22 + grep docker 07:35:22 docker-security-bootstrapper-go-arm64 latest 12d4e690a670 4 seconds ago 40.3MB 07:35:22 docker-core-data-go-arm64 latest 343f744d891a 9 seconds ago 21MB 07:35:22 docker-core-metadata-go-arm64 latest 7ca0dfb8a21b 23 seconds ago 17.7MB 07:35:22 docker-support-scheduler-go-arm64 latest 2dcba6ff0e67 39 seconds ago 15.5MB 07:35:22 docker-sys-mgmt-agent-go-arm64 latest c89833cf3144 2 minutes ago 300MB 07:35:22 docker-security-secretstore-setup-go-arm64 latest b3f8756065af 3 minutes ago 23.4MB 07:35:22 docker-support-notifications-go-arm64 latest 7604b214be43 3 minutes ago 16MB 07:35:22 docker-core-command-go-arm64 latest 9b28da2c9ea9 3 minutes ago 15.4MB 07:35:22 docker-security-proxy-setup-go-arm64 latest 60223617cbd8 3 minutes ago 23.2MB 07:35:22 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 07:35:25 provisioning config files... 07:35:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2528019485129548563tmp [Pipeline] { [Pipeline] sh 07:35:25 + set +x 07:35:25 + curl -s https://codecov.io/bash 07:35:25 + bash -s -- 07:35:26 07:35:26 _____ _ 07:35:26 / ____| | | 07:35:26 | | ___ __| | ___ ___ _____ __ 07:35:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:35:26 | |___| (_) | (_| | __/ (_| (_) \ V / 07:35:26 \_____\___/ \__,_|\___|\___\___/ \_/ 07:35:26 Bash-20210115-cec3c92 07:35:26 07:35:26 07:35:26 ==> git version 2.24.3 found 07:35:26 ==> 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 07:35:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:35:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:35:26 ==> Jenkins CI detected. 07:35:26 project root: . 07:35:26 --> token set from env 07:35:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:35:26 ==> Running gcov in . (disable via -X gcov) 07:35:26 ==> Python coveragepy not found 07:35:26 ==> Searching for coverage reports in: 07:35:26 + . 07:35:26 -> Found 1 reports 07:35:26 ==> Detecting git/mercurial file structure 07:35:26 ==> Reading reports 07:35:26 + ./coverage.out bytes=564700 07:35:26 ==> Appending adjustments 07:35:26 https://docs.codecov.io/docs/fixing-reports 07:35:29 + Found adjustments 07:35:29 ==> Gzipping contents 07:35:29 84K /tmp/codecov.zMyR9u.gz 07:35:29 ==> Uploading reports 07:35:29 url: https://codecov.io 07:35:29 query: branch=PR-3073&commit=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3073%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3073&job=&cmd_args= 07:35:29 -> Pinging Codecov 07:35:29 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3073&commit=1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3073%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3073&job=&cmd_args= 07:35:29 -> Uploading to 07:35:29 https://storage.googleapis.com/codecov/v4/raw/2021-01-25/00271124DB129430A58F1EEE437C3FCB/1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f/0ca19d66-63a9-4d9e-b696-65929987bdfb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T073529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10e13793493cb7d6ba9f7a8709cb9b86ac48382d5325e397a60d5dc0bea7b4be 07:35:29 % Total % Received % Xferd Average Speed Time Time Time Current 07:35:29 Dload Upload Total Spent Left Speed 07:35:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 85580 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85580 0 0 100 85580 0 153k --:--:-- --:--:-- --:--:-- 153k 07:35:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1299e1d2a80a1d3a3d60061c8c64f6cbe09d952f [Pipeline] } 07:35:30 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 07:35:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:35:34 ---> package-listing.sh 07:35:34 ++ facter osfamily 07:35:34 ++ tr '[:upper:]' '[:lower:]' 07:35:34 + OS_FAMILY=redhat 07:35:34 + workspace=/w/workspace/edgex-go/1 07:35:34 + START_PACKAGES=/tmp/packages_start.txt 07:35:34 + END_PACKAGES=/tmp/packages_end.txt 07:35:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:35:34 + PACKAGES=/tmp/packages_start.txt 07:35:34 + '[' /w/workspace/edgex-go/1 ']' 07:35:34 + PACKAGES=/tmp/packages_end.txt 07:35:34 + case "${OS_FAMILY}" in 07:35:34 + rpm -qa 07:35:34 + sort 07:35:39 + '[' -f /tmp/packages_start.txt ']' 07:35:39 + '[' -f /tmp/packages_end.txt ']' 07:35:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:35:39 + '[' /w/workspace/edgex-go/1 ']' 07:35:39 + mkdir -p /w/workspace/edgex-go/1/archives/ 07:35:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 07:35:39 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 07:35:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:35:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:35:40 07:35:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:35:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:35:40 alpine: Pulling from edgex-lftools-log-publisher 07:35:40 df20fa9351a1: Pulling fs layer 07:35:40 36b3adc4ff6f: Pulling fs layer 07:35:40 8ad3a11d3b57: Pulling fs layer 07:35:40 46f8f816bc3b: Pulling fs layer 07:35:40 93b61091891f: Pulling fs layer 07:35:40 93b9cdb0e59b: Pulling fs layer 07:35:40 5e14af77c1be: Pulling fs layer 07:35:40 01666e4c0597: Pulling fs layer 07:35:40 aa168da1d23b: Pulling fs layer 07:35:40 93b9cdb0e59b: Waiting 07:35:40 5e14af77c1be: Waiting 07:35:40 01666e4c0597: Waiting 07:35:40 aa168da1d23b: Waiting 07:35:40 46f8f816bc3b: Waiting 07:35:40 93b61091891f: Waiting 07:35:40 36b3adc4ff6f: Verifying Checksum 07:35:40 36b3adc4ff6f: Download complete 07:35:40 46f8f816bc3b: Verifying Checksum 07:35:40 46f8f816bc3b: Download complete 07:35:40 df20fa9351a1: Download complete 07:35:40 93b9cdb0e59b: Verifying Checksum 07:35:40 93b9cdb0e59b: Download complete 07:35:40 93b61091891f: Verifying Checksum 07:35:40 93b61091891f: Download complete 07:35:40 5e14af77c1be: Verifying Checksum 07:35:40 5e14af77c1be: Download complete 07:35:40 01666e4c0597: Verifying Checksum 07:35:40 01666e4c0597: Download complete 07:35:40 8ad3a11d3b57: Verifying Checksum 07:35:40 8ad3a11d3b57: Download complete 07:35:40 df20fa9351a1: Pull complete 07:35:41 36b3adc4ff6f: Pull complete 07:35:42 8ad3a11d3b57: Pull complete 07:35:42 aa168da1d23b: Verifying Checksum 07:35:42 aa168da1d23b: Download complete 07:35:42 46f8f816bc3b: Pull complete 07:35:43 93b61091891f: Pull complete 07:35:43 93b9cdb0e59b: Pull complete 07:35:44 5e14af77c1be: Pull complete 07:35:44 01666e4c0597: Pull complete 07:35:54 aa168da1d23b: Pull complete 07:35:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:35:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:35:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:35:54 prd-centos7-docker-4c-2g-22598 does not seem to be running inside a container 07:35:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:35:58 $ docker top 6bbaaad9bacdd72e98552e524ec5c2bb59342f3b26aa717fdc4dfc7bc94db756 -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:59 + touch /tmp/pre-build-complete [Pipeline] sh 07:35:59 + mkdir -p /var/log/sa [Pipeline] sh 07:36:00 + ls /var/log/sa-host 07:36:00 + sadf -c /var/log/sa-host/sa23 07:36:00 file_magic: OK 07:36:00 HZ: Using current value: 100 07:36:00 file_header: OK 07:36:00 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 07:36:00 Statistics: 07:36:00 Hnuu...uuuununununu... 07:36:00 File successfully converted to sysstat format version 12.2.1 07:36:00 + sadf -c /var/log/sa-host/sa25 07:36:00 file_magic: OK 07:36:00 HZ: Using current value: 100 07:36:00 file_header: OK 07:36:00 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 07:36:00 Statistics: 07:36:00 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... 07:36:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:36:00 provisioning config files... 07:36:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6795123337120059527tmp [Pipeline] { [Pipeline] echo 07:36:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:36:00 ---> create-netrc.sh [Pipeline] } 07:36:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:36:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:36:01 ---> python-tools-install.sh [Pipeline] echo 07:36:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:36:01 ---> sudo-logs.sh 07:36:01 Archiving 'sudo' log.. [Pipeline] echo 07:36:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:36:02 ---> job-cost.sh 07:36:02 lf-activate-venv: SKIPPING 07:36:02 INFO: No Stack... 07:36:02 INFO: Retrieving Pricing Info for: v1-standard-2 07:36:03 INFO: Archiving Costs [Pipeline] echo 07:36:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:36:03 ---> logs-deploy.sh 07:36:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3073/1 07:36:03 INFO: archiving workspace using pattern(s): 07:36:04 Archives upload complete. 07:36:04 INFO: archiving logs to Nexus