Pull request #3051 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 571490ab40050a428ba8cc82887ebe9ce87abaea+ba3f575de95cda6ffdeb8943f6d6d62c3955065b (a6aa96a90374c971733604453c5ba6ba3e1e8959) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 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 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-21688 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 571490ab40050a428ba8cc82887ebe9ce87abaea Merge succeeded, producing 571490ab40050a428ba8cc82887ebe9ce87abaea Checking out Revision 571490ab40050a428ba8cc82887ebe9ce87abaea (PR-3051) > 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/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # 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 ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk d135c22ba2e720e327896b50b6cc7b76ff21fa6f # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:52:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:52:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:52:13 ========================================================= 21:52:13 EdgeX Global Pipelines Version Info 21:52:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:52:15 ------------------- 21:52:15 stable info: 21:52:15 ------------------- 21:52:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:52:15 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:52:15 Message: update stable to v1.0.179 21:52:16 ------------------- 21:52:16 experimental info: 21:52:16 ------------------- 21:52:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:52:16 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:52:16 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:52:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:52:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:52:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:52:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:52:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:52:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:52:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3051 [Pipeline] echo 21:52:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3051 [Pipeline] echo 21:52:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3051 [Pipeline] echo 21:52:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 571490ab40050a428ba8cc82887ebe9ce87abaea [Pipeline] echo 21:52:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 571490a [Pipeline] echo 21:52:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:52:19 provisioning config files... 21:52:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4727265725482063995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:19 ---> docker-login.sh 21:52:19 nexus3.edgexfoundry.org:10001 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 nexus3.edgexfoundry.org:10002 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 nexus3.edgexfoundry.org:10003 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 nexus3.edgexfoundry.org:10004 21:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:20 Configure a credential helper to remove this warning. See 21:52:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:20 21:52:20 Login Succeeded 21:52:20 docker.io 21:52:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:21 Configure a credential helper to remove this warning. See 21:52:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:21 21:52:21 Login Succeeded 21:52:21 ---> docker-login.sh ends [Pipeline] } 21:52:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:52:21 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/core-command/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo core-command,cmd/core-command/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/core-data/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo core-data,cmd/core-data/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/core-metadata/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo core-metadata,cmd/core-metadata/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/security-proxy-setup/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/support-notifications/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo support-notifications,cmd/support-notifications/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/support-scheduler/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:52:21 + for file in '`ls cmd/**/Dockerfile`' 21:52:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:52:21 ++ cut -d/ -f2 21:52:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:52:21 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 21:52:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:52:23 21:52:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:52:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:52:23 latest: Pulling from edgex-devops/git-semver 21:52:23 31603596830f: Pulling fs layer 21:52:23 2a8b12db71e7: Pulling fs layer 21:52:23 6ca5941a6612: Pulling fs layer 21:52:23 ecc8261a40a4: Pulling fs layer 21:52:23 ecc8261a40a4: Waiting 21:52:23 2a8b12db71e7: Verifying Checksum 21:52:23 2a8b12db71e7: Download complete 21:52:23 31603596830f: Verifying Checksum 21:52:23 31603596830f: Download complete 21:52:23 ecc8261a40a4: Verifying Checksum 21:52:23 ecc8261a40a4: Download complete 21:52:23 6ca5941a6612: Verifying Checksum 21:52:23 6ca5941a6612: Download complete 21:52:24 31603596830f: Pull complete 21:52:24 2a8b12db71e7: Pull complete 21:52:25 6ca5941a6612: Pull complete 21:52:25 ecc8261a40a4: Pull complete 21:52:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:52:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:52:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:52:25 prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container 21:52:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:52:27 $ docker top 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:52:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:27 [ssh-agent] Looking for ssh-agent implementation... 21:52:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:28 $ docker exec 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c ssh-agent 21:52:28 SSH_AUTH_SOCK=/tmp/ssh-orYNsdnUt0Xh/agent.11 21:52:28 SSH_AGENT_PID=17 21:52:28 Running ssh-add (command line suppressed) 21:52:28 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7930838165749517271.key (/w/workspace/edgex-go/7@tmp/private_key_7930838165749517271.key) 21:52:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:28 + git tag --points-at HEAD [Pipeline] } 21:52:28 $ docker exec --env ******** --env ******** 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c ssh-agent -k 21:52:28 unset SSH_AUTH_SOCK; 21:52:28 unset SSH_AGENT_PID; 21:52:28 echo Agent pid 17 killed; 21:52:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:52:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:29 [ssh-agent] Looking for ssh-agent implementation... 21:52:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:29 $ docker exec 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c ssh-agent 21:52:29 SSH_AUTH_SOCK=/tmp/ssh-1RTprEFLh8qe/agent.45 21:52:29 SSH_AGENT_PID=50 21:52:29 Running ssh-add (command line suppressed) 21:52:29 Identity added: /w/workspace/edgex-go/7@tmp/private_key_6176329637767928010.key (/w/workspace/edgex-go/7@tmp/private_key_6176329637767928010.key) 21:52:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:30 + git semver init 21:52:30 # -> Open(): unable to determine branch for HEAD 21:52:30 # $GIT_DIR = /w/workspace/edgex-go/7/.git 21:52:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 21:52:30 # $SEMVER_REMOTE_NAME = origin 21:52:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:52:30 # $SEMVER_USER_NAME = edgex-jenkins 21:52:30 # $SEMVER_BRANCH = PR-3051 21:52:30 # $SEMVER_TEMP = /tmp/semver-999188279 21:52:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:53:02 # '/tmp/semver-999188279' -> '/w/workspace/edgex-go/7/.semver' 21:53:02 # -> Force: false 21:53:02 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 21:53:02 $ docker exec --env ******** --env ******** 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c ssh-agent -k 21:53:02 unset SSH_AUTH_SOCK; 21:53:02 unset SSH_AGENT_PID; 21:53:02 echo Agent pid 50 killed; 21:53:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:53:03 + git semver [Pipeline] } 21:53:03 $ docker stop --time=1 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c 21:53:05 $ docker rm -f 75ce9b89e06770a8aab0e71dc42006207cd59662285a7b3d79681775e9c3bf6c [Pipeline] // withDockerContainer [Pipeline] sh 21:53:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:53:06 Stashed 1 file(s) [Pipeline] echo 21:53:06 [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 21:53:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:53:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:53:07 + sudo service docker restart 21:53:07 + true 21:53:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:53:08 ========================================================= 21:53:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:53:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:53:08 + 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 . 21:53:11 Sending build context to Docker daemon 327.6MB 21:53:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:53:12 Step 2/6 : FROM ${BASE} 21:53:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:53:12 188c0c94c7c5: Pulling fs layer 21:53:12 0ef7d3d256c8: Pulling fs layer 21:53:12 de9db76c5a1d: Pulling fs layer 21:53:12 bca2f99d35d6: Pulling fs layer 21:53:12 93359f2a8cfa: Pulling fs layer 21:53:12 7c6f9722023f: Pulling fs layer 21:53:12 a35cf1a2eb13: Pulling fs layer 21:53:12 bca2f99d35d6: Waiting 21:53:12 93359f2a8cfa: Waiting 21:53:12 a35cf1a2eb13: Waiting 21:53:12 7c6f9722023f: Waiting 21:53:12 de9db76c5a1d: Download complete 21:53:12 0ef7d3d256c8: Verifying Checksum 21:53:12 0ef7d3d256c8: Download complete 21:53:12 93359f2a8cfa: Verifying Checksum 21:53:12 93359f2a8cfa: Download complete 21:53:12 188c0c94c7c5: Verifying Checksum 21:53:12 188c0c94c7c5: Download complete 21:53:12 7c6f9722023f: Download complete 21:53:12 188c0c94c7c5: Pull complete 21:53:12 0ef7d3d256c8: Pull complete 21:53:12 de9db76c5a1d: Pull complete 21:53:14 a35cf1a2eb13: Verifying Checksum 21:53:14 a35cf1a2eb13: Download complete 21:53:15 bca2f99d35d6: Verifying Checksum 21:53:15 bca2f99d35d6: Download complete 21:53:21 Still waiting to schedule task 21:53:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:53:21 bca2f99d35d6: Pull complete 21:53:21 93359f2a8cfa: Pull complete 21:53:21 7c6f9722023f: Pull complete 21:53:26 a35cf1a2eb13: Pull complete 21:53:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:53:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:53:26 ---> a62c8e92a672 21:53:26 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 21:53:26 ---> Running in bdc32529bc31 21:53:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:28 (1/12) Installing libmagic (5.38-r0) 21:53:28 (2/12) Installing file (5.38-r0) 21:53:28 (3/12) Installing libc-dev (0.7.2-r3) 21:53:28 (4/12) Installing g++ (9.3.0-r2) 21:53:46 (5/12) Installing fortify-headers (1.1-r0) 21:53:46 (6/12) Installing patch (2.7.6-r6) 21:53:46 (7/12) Installing build-base (0.5-r2) 21:53:47 (8/12) Installing libsodium (1.0.18-r0) 21:53:47 (9/12) Installing pkgconf (1.7.2-r0) 21:53:47 (10/12) Installing libsodium-dev (1.0.18-r0) 21:53:47 (11/12) Installing libzmq (4.3.3-r0) 21:53:47 (12/12) Installing zeromq-dev (4.3.3-r0) 21:53:48 Executing busybox-1.31.1-r19.trigger 21:53:48 OK: 233 MiB in 51 packages 21:53:52 Removing intermediate container bdc32529bc31 21:53:52 ---> 9e9650a740a7 21:53:52 Step 4/6 : WORKDIR /edgex-go 21:53:52 ---> Running in e9368be32e1b 21:53:52 Removing intermediate container e9368be32e1b 21:53:52 ---> 93d000b7cfd1 21:53:52 Step 5/6 : COPY go.mod . 21:53:52 ---> 6aa6531cd957 21:53:52 Step 6/6 : RUN go mod download 21:53:52 ---> Running in 7dae5e9e5cfa 21:54:14 Removing intermediate container 7dae5e9e5cfa 21:54:14 ---> 52b96ff1a728 21:54:14 Successfully built 52b96ff1a728 21:54:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:54:14 + docker inspect -f . ci-base-image-x86_64 21:54:14 . [Pipeline] withDockerContainer 21:54:14 prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container 21:54:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:54:15 $ docker top bb93fb99d88b1a9eed0490008da287f5838010765ba9ca884b6e6f86bb2c3664 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:15 + go version 21:54:15 go version go1.15.5 linux/amd64 [Pipeline] } 21:54:15 $ docker stop --time=1 bb93fb99d88b1a9eed0490008da287f5838010765ba9ca884b6e6f86bb2c3664 21:54:17 $ docker rm -f bb93fb99d88b1a9eed0490008da287f5838010765ba9ca884b6e6f86bb2c3664 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:18 + docker inspect -f . ci-base-image-x86_64 21:54:18 . [Pipeline] withDockerContainer 21:54:18 prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container 21:54:18 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:54:18 $ docker top 6093ab9bc9ba8d85d01102b2f50e05fe51a75a7474e727fe2e342bace4e3b05b -eo pid,comm [Pipeline] { [Pipeline] echo 21:54:18 ========================================================= 21:54:18 [edgeXBuildGoParallel] Running Tests and Build... 21:54:18 ========================================================= [Pipeline] sh 21:54:19 + make test 21:54:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:54:27 ? github.com/edgexfoundry/edgex-go [no test files] 21:54:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:54:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:54:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:54:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:54:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:54:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:54:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:54:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:54:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:54:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:54:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:54:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:54:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:54:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.078s coverage: 46.6% of statements 21:54:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:54:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:54:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:54:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:54:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.148s coverage: 27.0% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 66.7% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.445s coverage: 82.3% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:55:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements 21:55:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:55:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 21:55:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:55:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:55:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:55:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 92.8% of statements 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.059s coverage: 87.2% of statements 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements 21:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 91.4% of statements 21:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:55:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.260s coverage: 63.5% of statements 21:55:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:55:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:55:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 21:55:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 21:55:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 21:55:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 21:55:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 21:55:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 68.9% of statements 21:55:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:55:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:55:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:55:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:55:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:55:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements 21:55:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:55:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:55:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.0% of statements 21:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 21:55:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 46.8% of statements 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:55:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:55:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:55:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.787s coverage: 29.1% of statements 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:55:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:55:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:55:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:55:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:55:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:55:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:55:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 21:55:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 21:55:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 21:55:10 GO111MODULE=on go vet ./... 21:55:32 gofmt -l . 21:55:32 [ "`gofmt -l .`" = "" ] 21:55:32 ./bin/test-go-mod-tidy.sh 21:55:32 ./bin/test-attribution-txt.sh [Pipeline] sh 21:55:33 + ls -al . 21:55:33 total 656 21:55:33 drwxrwxr-x 10 1001 1001 4096 Jan 20 21:55 . 21:55:33 drwxr-xr-x 4 root root 28 Jan 20 21:54 .. 21:55:33 -rw-rw-r-- 1 1001 1001 11 Jan 20 21:52 .dockerignore 21:55:33 drwxrwxr-x 8 1001 1001 179 Jan 20 21:52 .git 21:55:33 drwxrwxr-x 3 1001 1001 125 Jan 20 21:52 .github 21:55:33 -rw-rw-r-- 1 1001 1001 824 Jan 20 21:52 .gitignore 21:55:33 drwx------ 3 1001 1001 47 Jan 20 21:52 .semver 21:55:33 -rw-rw-r-- 1 1001 1001 166 Jan 20 21:52 .sonarcloud.properties 21:55:33 -rw-rw-r-- 1 1001 1001 7759 Jan 20 21:52 Attribution.txt 21:55:33 -rw-rw-r-- 1 1001 1001 3804 Jan 20 21:52 CONTRIBUTING.md 21:55:33 -rw-rw-r-- 1 1001 1001 931 Jan 20 21:52 Dockerfile.build 21:55:33 -rw-rw-r-- 1 1001 1001 863 Jan 20 21:52 Jenkinsfile 21:55:33 -rw-rw-r-- 1 1001 1001 10775 Jan 20 21:52 LICENSE 21:55:33 -rw-rw-r-- 1 1001 1001 5750 Jan 20 21:52 Makefile 21:55:33 -rw-rw-r-- 1 1001 1001 6524 Jan 20 21:52 README.md 21:55:33 -rw-rw-r-- 1 1001 1001 6744 Jan 20 21:52 SECURITY.md 21:55:33 -rw-rw-r-- 1 1001 1001 5 Jan 20 21:53 VERSION 21:55:33 -rw-rw-r-- 1 1001 1001 4131 Jan 20 21:52 ZMQWindows.md 21:55:33 drwxrwxr-x 2 1001 1001 117 Jan 20 21:52 bin 21:55:33 drwxrwxr-x 14 1001 1001 4096 Jan 20 21:52 cmd 21:55:33 -rw-r--r-- 1 root root 550466 Jan 20 21:55 coverage.out 21:55:33 -rw-r--r-- 1 root root 1027 Jan 20 21:55 go.mod 21:55:33 -rw-r--r-- 1 root root 18725 Jan 20 21:55 go.sum 21:55:33 drwxrwxr-x 8 1001 1001 127 Jan 20 21:52 internal 21:55:33 drwxrwxr-x 4 1001 1001 26 Jan 20 21:52 openapi 21:55:33 drwxrwxr-x 4 1001 1001 71 Jan 20 21:52 snap 21:55:33 -rw-rw-r-- 1 1001 1001 168 Jan 20 21:52 version.go [Pipeline] sh 21:55:33 + '[' -e coverage.out ] 21:55:33 + chown 1001:1001 coverage.out [Pipeline] stash 21:55:34 Stashed 1 file(s) [Pipeline] sh 21:55:34 + make build 21:55:34 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 21:55:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:55:45 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 21:55:45 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 21:55:46 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 21:55:46 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 21:55:48 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 21:55:49 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 21:55: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 21:55:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:55:53 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 21:55:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 21:55:55 $ docker stop --time=1 6093ab9bc9ba8d85d01102b2f50e05fe51a75a7474e727fe2e342bace4e3b05b 21:55:56 $ docker rm -f 6093ab9bc9ba8d85d01102b2f50e05fe51a75a7474e727fe2e342bace4e3b05b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:56:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:56:00 21:56:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:56:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:56:00 latest: Pulling from edgex-devops/edgex-compose 21:56:00 cbdbe7a5bc2a: Pulling fs layer 21:56:00 ca9280d653b3: Pulling fs layer 21:56:00 7e9c9ca2126c: Pulling fs layer 21:56:00 cbdbe7a5bc2a: Download complete 21:56:01 cbdbe7a5bc2a: Pull complete 21:56:01 ca9280d653b3: Download complete 21:56:02 7e9c9ca2126c: Verifying Checksum 21:56:02 7e9c9ca2126c: Download complete 21:56:02 ca9280d653b3: Pull complete 21:56:09 7e9c9ca2126c: Pull complete 21:56:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:56:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:56:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:56:09 prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container 21:56:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:56:10 $ docker top 3e56810141bdc380511df8767fcd916e88271432669e828ac7b1428fdaa2bb1a -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:10 + docker-compose build --help 21:56:10 + grep parallel 21:56:11 --parallel Build images in parallel. [Pipeline] } 21:56:11 $ docker stop --time=1 3e56810141bdc380511df8767fcd916e88271432669e828ac7b1428fdaa2bb1a 21:56:12 $ docker rm -f 3e56810141bdc380511df8767fcd916e88271432669e828ac7b1428fdaa2bb1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:56:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:56:13 . [Pipeline] withDockerContainer 21:56:13 prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container 21:56:13 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:56:14 $ docker top f65440b3b30bd641a2ecfffd0984e1bfdfa2050d3d87b74e77a30a8a94250546 -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:14 + docker-compose -f ./docker-compose-build.yml build --parallel 21:56:15 Building docker-core-command-go ... 21:56:15 Building docker-core-data-go ... 21:56:15 Building docker-core-metadata-go ... 21:56:15 Building docker-security-bootstrap-redis-go ... 21:56:15 Building docker-security-proxy-setup-go ... 21:56:15 Building docker-security-secretstore-setup-go ... 21:56:15 Building docker-support-notifications-go ... 21:56:15 Building docker-support-scheduler-go ... 21:56:15 Building docker-sys-mgmt-agent-go ... 21:56:15 Building docker-support-notifications-go 21:56:15 Building docker-support-scheduler-go 21:56:15 Building docker-security-secretstore-setup-go 21:56:15 Building docker-core-metadata-go 21:56:15 Building docker-security-proxy-setup-go 21:56:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:56:48 ---> 52b96ff1a728 21:56:48 Step 3/24 : WORKDIR /edgex-go 21:56:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:56:48 ---> 52b96ff1a728 21:56:48 Step 3/24 : WORKDIR /edgex-go 21:56:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:56:48 ---> 52b96ff1a728 21:56:48 Step 3/21 : WORKDIR /edgex-go 21:56:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:56:48 ---> 52b96ff1a728 21:56:48 Step 3/22 : WORKDIR /edgex-go 21:56:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:56:48 ---> 52b96ff1a728 21:56:48 Step 3/21 : WORKDIR /edgex-go 21:56:48 ---> Running in 047124210b4b 21:56:48 ---> Running in a364f3b9ae87 21:56:48 ---> Running in dee0506041f2 21:56:48 ---> Running in 924bb045b273 21:56:48 ---> Running in 207a4706646f 21:56:48 Removing intermediate container 047124210b4b 21:56:48 ---> 9154a7430520 21:56:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:48 Removing intermediate container dee0506041f2 21:56:48 ---> b23c517c74ea 21:56:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:48 Removing intermediate container a364f3b9ae87 21:56:48 ---> 4540a75b0df7 21:56:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:48 Removing intermediate container 207a4706646f 21:56:48 ---> a615ade321bc 21:56:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:48 Removing intermediate container 924bb045b273 21:56:48 ---> 31df125bc666 21:56:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:48 ---> Running in 435570b63c3f 21:56:48 ---> Running in d1d00789888f 21:56:48 ---> Running in e26f0160cc6d 21:56:48 ---> Running in 373317fb9e9f 21:56:48 ---> Running in 0dfeb7893180 21:56:48 Removing intermediate container d1d00789888f 21:56:48 ---> 99aa4db12bb4 21:56:48 Step 5/21 : RUN apk add --update --no-cache make git 21:56:48 ---> Running in d73b9d924614 21:56:48 Removing intermediate container 435570b63c3f 21:56:48 ---> 5b8fbd0acda6 21:56:48 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 21:56:48 ---> Running in c65b84a49ebc 21:56:48 Removing intermediate container e26f0160cc6d 21:56:48 ---> 3a5ced5e9c09 21:56:48 Step 5/22 : RUN apk add --update --no-cache make git 21:56:48 Removing intermediate container 373317fb9e9f 21:56:48 ---> 3f219367dc32 21:56:48 Step 5/24 : RUN apk add --update --no-cache make git 21:56:48 Removing intermediate container 0dfeb7893180 21:56:48 ---> b7be4f218815 21:56:48 Step 5/21 : RUN apk add --update --no-cache make git 21:56:48 ---> Running in c742cde408bc 21:56:48 ---> Running in 6bbcd8fb6542 21:56:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:48 ---> Running in a167d096f6b7 21:56:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:50 OK: 233 MiB in 51 packages 21:56:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:50 OK: 233 MiB in 51 packages 21:56:51 Removing intermediate container c65b84a49ebc 21:56:51 ---> c346f2ab55ee 21:56:51 Step 6/24 : COPY go.mod . 21:56:51 Removing intermediate container d73b9d924614 21:56:51 ---> 56bf2e7ab63d 21:56:51 Step 6/21 : COPY go.mod . 21:56:51 ---> d993cc0bae14 21:56:51 Step 7/24 : RUN go mod download 21:56:51 ---> Running in 292e4930850d 21:56:51 ---> c8d2cad9116a 21:56:51 Step 7/21 : RUN go mod download 21:56:51 ---> Running in 708fca80ac3c 21:56:51 OK: 233 MiB in 51 packages 21:56:52 Removing intermediate container 6bbcd8fb6542 21:56:52 ---> a7d818bb1e14 21:56:52 Step 6/24 : COPY go.mod . 21:56:52 OK: 233 MiB in 51 packages 21:56:52 ---> 26dc51c71b10 21:56:52 Step 7/24 : RUN go mod download 21:56:52 ---> Running in be317fa31454 21:56:53 Removing intermediate container a167d096f6b7 21:56:53 ---> 05fd89b440fc 21:56:53 Step 6/21 : COPY go.mod . 21:56:53 Removing intermediate container 292e4930850d 21:56:53 ---> 9bbd6adfa27f 21:56:53 Step 8/24 : COPY . . 21:56:53 Removing intermediate container 708fca80ac3c 21:56:53 ---> 195f6cacd2a3 21:56:53 Step 8/21 : COPY . . 21:56:53 ---> 1eaa5ab330c9 21:56:53 Step 7/21 : RUN go mod download 21:56:53 ---> Running in d19d1fffc5c3 21:56:54 OK: 233 MiB in 51 packages 21:57:01 Removing intermediate container be317fa31454 21:57:01 ---> 92d8e92b3bc3 21:57:01 Step 8/24 : COPY . . 21:57:03 Removing intermediate container c742cde408bc 21:57:03 ---> cb26e8ef1254 21:57:03 Step 6/22 : COPY go.mod . 21:57:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21689 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws 21:57:06 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 21:57:10 ---> 3496fdbc0fe1 21:57:10 Step 7/22 : RUN go mod download 21:57:10 ---> Running in be136c0fe475 21:57:10 Removing intermediate container d19d1fffc5c3 21:57:10 ---> 0bd46f232c61 21:57:10 Step 8/21 : COPY . . 21:57:11 using credential edgex-jenkins-ssh 21:57:12 Cloning the remote Git repository 21:57:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:57:12 > git init /w/workspace/edgex-go/7 # timeout=10 21:57:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:57:12 > git --version # timeout=10 21:57:12 > git --version # 'git version 2.17.1' 21:57:12 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:57:28 ---> 0059a4e476ee 21:57:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:57:28 ---> 59c33d0fe578 21:57:28 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:57:28 ---> Running in 58eda7f27b1f 21:57:28 ---> Running in d99a4bc4879a 21:57:28 Removing intermediate container be136c0fe475 21:57:28 ---> 8a59846ccf60 21:57:28 Step 8/22 : COPY . . 21:57:29 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 21:57:30 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 571490ab40050a428ba8cc82887ebe9ce87abaea 21:57:30 Merge succeeded, producing 571490ab40050a428ba8cc82887ebe9ce87abaea 21:57:30 Checking out Revision 571490ab40050a428ba8cc82887ebe9ce87abaea (PR-3051) 21:57: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 21:57:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:57:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:57:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:57:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:57:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:57:30 > git config core.sparsecheckout # timeout=10 21:57:30 > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 21:57:30 > git remote # timeout=10 21:57:30 > git config --get remote.origin.url # timeout=10 21:57:30 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:30 > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 21:57:30 > git rev-parse HEAD^{commit} # timeout=10 21:57:30 > git config core.sparsecheckout # timeout=10 21:57:30 > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 21:57:32 ---> 347c501714d6 21:57:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:57:33 ---> Running in 1c025674f2d3 21:57:35 Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:57:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:57:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:57:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:57:37 + + true 21:57:37 sudo service docker restart 21:57:39 ---> 3b462bd00fc3 21:57:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:57:39 provisioning config files... 21:57:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2979003720059792672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:57:40 ---> docker-login.sh 21:57:40 nexus3.edgexfoundry.org:10001 21:57:40 ---> Running in 5743c328cd0c 21:57:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:41 Configure a credential helper to remove this warning. See 21:57:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:41 21:57:41 Login Succeeded 21:57:41 nexus3.edgexfoundry.org:10002 21:57:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:42 Configure a credential helper to remove this warning. See 21:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:42 21:57:42 Login Succeeded 21:57:42 nexus3.edgexfoundry.org:10003 21:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57: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 21:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:42 Configure a credential helper to remove this warning. See 21:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:42 21:57:42 Login Succeeded 21:57:42 nexus3.edgexfoundry.org:10004 21:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:43 Configure a credential helper to remove this warning. See 21:57:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:43 21:57:43 Login Succeeded 21:57:43 docker.io 21:57:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:43 Configure a credential helper to remove this warning. See 21:57:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:43 21:57:43 Login Succeeded 21:57:43 ---> docker-login.sh ends [Pipeline] } 21:57:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:57:44 ========================================================= 21:57:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:57:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:57:44 + 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 . 21:57:47 Sending build context to Docker daemon 166MB 21:57:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:57:47 Step 2/6 : FROM ${BASE} 21:57:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:57:47 5f621e34cdf4: Pulling fs layer 21:57:47 a4357932f1b6: Pulling fs layer 21:57:47 18c013af1878: Pulling fs layer 21:57:47 00ac8860ef70: Pulling fs layer 21:57:47 63d7cb157983: Pulling fs layer 21:57:47 b116817d02f9: Pulling fs layer 21:57:47 00ac8860ef70: Waiting 21:57:47 63d7cb157983: Waiting 21:57:47 745a02a5169b: Pulling fs layer 21:57:47 b116817d02f9: Waiting 21:57:47 745a02a5169b: Waiting 21:57:47 18c013af1878: Verifying Checksum 21:57:47 18c013af1878: Download complete 21:57:47 a4357932f1b6: Download complete 21:57:47 63d7cb157983: Verifying Checksum 21:57:47 63d7cb157983: Download complete 21:57:47 5f621e34cdf4: Download complete 21:57:47 b116817d02f9: Download complete 21:57:48 5f621e34cdf4: Pull complete 21:57:48 a4357932f1b6: Pull complete 21:57:49 18c013af1878: Pull complete 21:57:50 745a02a5169b: Download complete 21:57:50 ---> 64cee8347357 21:57:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:57:50 ---> Running in 312d66a304e9 21:57:51 00ac8860ef70: Verifying Checksum 21:57:51 00ac8860ef70: Download complete 21:57:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:57:52 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 21:58:00 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 21:58:00 Removing intermediate container 58eda7f27b1f 21:58:00 ---> 19703c95276a 21:58:00 21:58:00 Step 10/24 : FROM scratch 21:58:00 ---> 21:58:00 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:58:01 00ac8860ef70: Pull complete 21:58:01 63d7cb157983: Pull complete 21:58:02 ---> Running in d0198e22a742 21:58:02 Removing intermediate container d99a4bc4879a 21:58:02 ---> 32c490c9d486 21:58:02 21:58:02 Step 10/21 : FROM alpine:3.12 21:58:02 3.12: Pulling from library/alpine 21:58:02 b116817d02f9: Pull complete 21:58:02 Removing intermediate container d0198e22a742 21:58:02 ---> 80911348d53c 21:58:02 Step 12/24 : ENV APP_PORT=48060 21:58:03 ---> Running in 5a9dfe533ae8 21:58:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:58:03 Status: Downloaded newer image for alpine:3.12 21:58:03 ---> 389fef711851 21:58:03 Step 11/21 : RUN apk add --update --no-cache curl 21:58:03 ---> Running in 97f701985d34 21:58:03 Removing intermediate container 5a9dfe533ae8 21:58:03 ---> c4cf8d1da72b 21:58:03 Step 13/24 : EXPOSE $APP_PORT 21:58:03 ---> Running in 00cc39a32c12 21:58:04 Removing intermediate container 00cc39a32c12 21:58:04 ---> e198d11d2359 21:58:04 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:58:05 745a02a5169b: Pull complete 21:58:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:58:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:06 ---> 16739a47390e 21:58:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:58:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:06 (1/4) Installing ca-certificates (20191127-r4) 21:58:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:58:06 (3/4) Installing libcurl (7.69.1-r3) 21:58:06 (4/4) Installing curl (7.69.1-r3) 21:58:06 Executing busybox-1.31.1-r19.trigger 21:58:06 Executing ca-certificates-20191127-r4.trigger 21:58:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:58:06 ---> b7e6874047d6 21:58:06 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 21:58:06 OK: 7 MiB in 18 packages 21:58:08 ---> b10391aa31c4 21:58:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:58:09 Removing intermediate container 1c025674f2d3 21:58:09 ---> ba5bc96bb01a 21:58:09 21:58:09 Step 10/24 : FROM alpine:3.12 21:58:09 ---> 389fef711851 21:58:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:58:09 Removing intermediate container 97f701985d34 21:58:09 ---> bc226be76da2 21:58:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:58:09 ---> Running in 3a0156275f39 21:58:09 ---> Running in fe895b95f23b 21:58:09 ---> Running in 7a332c24e4a0 21:58:10 ---> fcc27084e0e1 21:58:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:10 Removing intermediate container 7a332c24e4a0 21:58:10 ---> 707726f6f576 21:58:10 Step 13/21 : WORKDIR /edgex 21:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:11 (1/5) Installing ca-certificates (20191127-r4) 21:58:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:58:11 (3/5) Installing libcurl (7.69.1-r3) 21:58:11 (4/5) Installing curl (7.69.1-r3) 21:58:11 (5/5) Installing dumb-init (1.2.2-r1) 21:58:11 Executing busybox-1.31.1-r19.trigger 21:58:11 Executing ca-certificates-20191127-r4.trigger 21:58:12 OK: 7 MiB in 19 packages 21:58:12 ---> 8266d396d35a 21:58:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:58:12 ---> Running in db7d6df7667b 21:58:12 Removing intermediate container 5743c328cd0c 21:58:12 ---> 988030a01c6a 21:58:12 21:58:12 Step 10/21 : FROM scratch 21:58:12 ---> 21:58:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:58:12 ---> Running in d690d0b9a2e8 21:58:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:13 Removing intermediate container db7d6df7667b 21:58:13 ---> 6cab63b31753 21:58:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:58:14 Removing intermediate container d690d0b9a2e8 21:58:14 ---> 6bf865a50f2c 21:58:14 Step 12/21 : ENV APP_PORT=48085 21:58:14 ---> a06a783835d3 21:58:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:58:14 Removing intermediate container fe895b95f23b 21:58:14 ---> 3759c691e2ac 21:58:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:58:14 ---> 3dbe04c10630 21:58:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:58:14 ---> Running in f3d09d07403f 21:58:14 ---> Running in b0f460b90b4f 21:58:14 (1/12) Installing libmagic (5.38-r0) 21:58:14 Removing intermediate container f3d09d07403f 21:58:14 ---> d3255ab344ea 21:58:14 Step 13/21 : EXPOSE $APP_PORT 21:58:14 ---> 7e4b80ea0906 21:58:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:58:14 (2/12) Installing file (5.38-r0) 21:58:14 (3/12) Installing libc-dev (0.7.2-r3) 21:58:14 (4/12) Installing g++ (9.3.0-r2) 21:58:14 Removing intermediate container b0f460b90b4f 21:58:14 ---> de5fb02f4f15 21:58:14 Step 13/24 : WORKDIR / 21:58:14 ---> Running in 4c695a36e30e 21:58:14 ---> Running in 1d0be857d19b 21:58:14 ---> Running in 83f7ff377584 21:58:14 ---> 110e894765ff 21:58:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:58:15 Removing intermediate container 4c695a36e30e 21:58:15 ---> 1fb955c5458e 21:58:15 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:15 Removing intermediate container 83f7ff377584 21:58:15 ---> 7e3f17b29fcd 21:58:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:15 Removing intermediate container 1d0be857d19b 21:58:15 ---> 398de41fa08f 21:58:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:58:15 ---> 8eb0c12bdc8d 21:58:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:58:16 ---> Running in 9779bfd25bc7 21:58:16 ---> af8714a622fc 21:58:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:58:16 ---> be329e14274e 21:58:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:58:17 ---> Running in 92762fb13caa 21:58:17 Removing intermediate container 9779bfd25bc7 21:58:17 ---> 8532fee256a0 21:58:17 Step 22/24 : LABEL arch=x86_64 21:58:18 ---> 140454175bc5 21:58:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:58:18 ---> a79350101261 21:58:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:58:18 Removing intermediate container 312d66a304e9 21:58:18 ---> 03d3e86bfaec 21:58:18 21:58:18 Step 10/22 : FROM scratch 21:58:18 ---> 21:58:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:58:18 ---> Running in 7710975f1e86 21:58:18 ---> Using cache 21:58:18 ---> 6bf865a50f2c 21:58:18 Step 12/22 : ENV APP_PORT=48081 21:58:18 Removing intermediate container 92762fb13caa 21:58:18 ---> 777c59571d5f 21:58:18 Step 18/21 : CMD ["--init=true"] 21:58:18 ---> Running in 347f255ded95 21:58:18 ---> 3f10bc15c815 21:58:18 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:58:19 ---> Running in ca46250c6093 21:58:19 Removing intermediate container 7710975f1e86 21:58:19 ---> b5e650ac157c 21:58:19 Step 23/24 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 21:58:19 ---> 25a8c2dd36ca 21:58:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:58:19 Removing intermediate container 347f255ded95 21:58:19 ---> 8a3ecbef615f 21:58:19 Step 13/22 : EXPOSE $APP_PORT 21:58:19 ---> Running in 4b70fa8a9c12 21:58:19 ---> Running in 3d542979477e 21:58:19 ---> Running in df296d28d2be 21:58:19 Removing intermediate container ca46250c6093 21:58:19 ---> f9dd16129c22 21:58:19 Step 19/21 : LABEL arch=x86_64 21:58:19 ---> Running in cdb49e47e88c 21:58:19 Removing intermediate container 4b70fa8a9c12 21:58:19 ---> 5186bc87d352 21:58:19 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:19 Removing intermediate container df296d28d2be 21:58:19 ---> bf297ef69e9c 21:58:19 Step 14/22 : WORKDIR / 21:58:19 Removing intermediate container 3d542979477e 21:58:19 ---> f773082ea1f5 21:58:19 Step 24/24 : LABEL version=0.0.0 21:58:19 ---> 77ace31c97c6 21:58:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:58:19 ---> Running in a46553738c7f 21:58:19 ---> Running in 179d31e1ca84 21:58:19 ---> Running in 7596dd4a8f60 21:58:19 Removing intermediate container cdb49e47e88c 21:58:19 ---> 17c9ecc6f546 21:58:19 Step 20/21 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 21:58:20 ---> Running in 61b6fb20a63d 21:58:20 Removing intermediate container a46553738c7f 21:58:20 ---> 577c9b5274cc 21:58:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:20 Removing intermediate container 7596dd4a8f60 21:58:20 ---> 383c2e6957e2 21:58:20 21:58:20 Removing intermediate container 179d31e1ca84 21:58:20 ---> 09bd67773d32 21:58:20 Step 19/21 : LABEL arch=x86_64 21:58:20 ---> f5895d83f568 21:58:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:58:20 Successfully built 383c2e6957e2 21:58:21 Successfully tagged docker-support-notifications-go:latest 21:58:21 ---> Running in dcb8675d90d0 21:58:21  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 21:58:21 Removing intermediate container 61b6fb20a63d 21:58:21 ---> bf063b85fdda 21:58:21 Step 21/21 : LABEL version=0.0.0 21:58:21 ---> bbfaf5435c95 21:58:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:58:21 ---> c23e76d8460c 21:58:21 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:58:21 ---> Running in 09c42aeb2bda 21:58:21 ---> Running in 473b9b33b822 21:58:22 Removing intermediate container dcb8675d90d0 21:58:22 ---> c7233e502413 21:58:22 Step 20/21 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 21:58:22 ---> Running in 39b01b2a2481 21:58:22 Removing intermediate container 09c42aeb2bda 21:58:22 ---> 85e7f06e37e0 21:58:22 21:58:22 Successfully built 85e7f06e37e0 21:58:23 ---> fa85724a3b85 21:58:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:58:23 Successfully tagged docker-security-proxy-setup-go:latest 21:58:23  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 21:58:24 (5/12) Installing fortify-headers (1.1-r0) 21:58:24 (6/12) Installing patch (2.7.6-r6) 21:58:24 (7/12) Installing build-base (0.5-r2) 21:58:24 (8/12) Installing libsodium (1.0.18-r0) 21:58:24 (9/12) Installing pkgconf (1.7.2-r0) 21:58:24 (10/12) Installing libsodium-dev (1.0.18-r0) 21:58:25 Removing intermediate container 39b01b2a2481 21:58:25 ---> 6350aa93ccc7 21:58:25 Step 21/21 : LABEL version=0.0.0 21:58:25 (11/12) Installing libzmq (4.3.3-r0) 21:58:25 (12/12) Installing zeromq-dev (4.3.3-r0) 21:58:25 Executing busybox-1.31.1-r19.trigger 21:58:25 OK: 217 MiB in 51 packages 21:58:29 ---> Running in af62ca250a58 21:58:29 ---> d08bec6a2edf 21:58:29 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:58:29 Removing intermediate container 3a0156275f39 21:58:29 ---> 2983c9b4175d 21:58:29 Step 4/6 : WORKDIR /edgex-go 21:58:29 ---> Running in b41652b8a807 21:58:30 Removing intermediate container b41652b8a807 21:58:30 ---> 1b20c1874e60 21:58:30 Step 5/6 : COPY go.mod . 21:58:30 ---> d003bb3c09f0 21:58:30 Step 6/6 : RUN go mod download 21:58:30 ---> Running in d1deb40ab882 21:58:31 ---> Running in 47dd233bdeca 21:58:32 Removing intermediate container af62ca250a58 21:58:32 ---> 51df1ec44f1a 21:58:32 21:58:35 Successfully built 51df1ec44f1a 21:58:37 Successfully tagged docker-support-scheduler-go:latest 21:58:37  Building docker-support-scheduler-go ... done Building docker-core-data-go 21:58:37 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:58:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:58:37 ---> 52b96ff1a728 21:58:37 Step 3/26 : WORKDIR /edgex-go 21:58:37 ---> Using cache 21:58:37 ---> 31df125bc666 21:58:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:37 ---> Using cache 21:58:37 ---> b7be4f218815 21:58:37 Step 5/26 : RUN apk add --update --no-cache make bash git 21:58:37 Removing intermediate container 473b9b33b822 21:58:37 ---> 6d7103656be2 21:58:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:58:38 Removing intermediate container 47dd233bdeca 21:58:38 ---> 962970a2c9c4 21:58:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:58:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:58:40 ---> 52b96ff1a728 21:58:40 Step 3/22 : WORKDIR /edgex-go 21:58:40 ---> Using cache 21:58:40 ---> 31df125bc666 21:58:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:40 ---> Using cache 21:58:40 ---> b7be4f218815 21:58:40 Step 5/22 : RUN apk add --update --no-cache make git 21:58:40 ---> Using cache 21:58:40 ---> 05fd89b440fc 21:58:40 Step 6/22 : COPY go.mod . 21:58:40 ---> Using cache 21:58:40 ---> 1eaa5ab330c9 21:58:40 Step 7/22 : RUN go mod download 21:58:40 ---> Using cache 21:58:40 ---> 0bd46f232c61 21:58:40 Step 8/22 : COPY . . 21:58:41 ---> Using cache 21:58:41 ---> 3b462bd00fc3 21:58:41 Step 9/22 : RUN make cmd/core-command/core-command 21:58:42 ---> Running in 78f336cccef5 21:58:42 ---> Running in b2a3838fa621 21:58:42 ---> Running in 9da06edf3add 21:58:42 ---> Running in d37d8892de29 21:58:44 Removing intermediate container b2a3838fa621 21:58:44 ---> 1f2d3165366e 21:58:44 Step 22/24 : LABEL arch=x86_64 21:58:44 Removing intermediate container 78f336cccef5 21:58:44 ---> 59e7f694cda1 21:58:44 Step 20/22 : LABEL arch=x86_64 21:58:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:45 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 21:58:45 ---> Running in cfcaae806874 21:58:45 ---> Running in 315799bf67d4 21:58:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:45 Removing intermediate container cfcaae806874 21:58:45 ---> 5344cd001a12 21:58:45 Step 23/24 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 21:58:45 Removing intermediate container 315799bf67d4 21:58:45 ---> d85014c64358 21:58:45 Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 21:58:46 OK: 233 MiB in 51 packages 21:58:46 ---> Running in a8243049981f 21:58:46 ---> Running in a6e6d987450b 21:58:49 Removing intermediate container a8243049981f 21:58:49 ---> 8f5b4a3a4312 21:58:49 Step 22/22 : LABEL version=0.0.0 21:58:49 Removing intermediate container a6e6d987450b 21:58:49 ---> f4634e2aaea0 21:58:49 Step 24/24 : LABEL version=0.0.0 21:58:50 ---> Running in 2e9f9dcdce65 21:58:50 ---> Running in f4c0ca8f4f1f 21:58:50 Removing intermediate container 9da06edf3add 21:58:50 ---> 9ac69f11af18 21:58:50 Step 6/26 : COPY go.mod . 21:58:51 Removing intermediate container 2e9f9dcdce65 21:58:51 ---> ff6ba56571ca 21:58:51 21:58:51 Removing intermediate container f4c0ca8f4f1f 21:58:51 ---> f4f378677d10 21:58:51 21:58:51 ---> fdf27cdc6d39 21:58:51 Step 7/26 : RUN go mod download 21:58:51 Successfully built ff6ba56571ca 21:58:51 Successfully built f4f378677d10 21:58:51 Successfully tagged docker-security-secretstore-setup-go:latest 21:58:51 Building docker-security-bootstrap-redis-go 21:58:51 Successfully tagged docker-core-metadata-go:latest 21:58:52  Building docker-security-secretstore-setup-go ... done  Building docker-core-metadata-go ... done  ---> Running in 04f445701d02 21:58:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:58:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:58:52 ---> 52b96ff1a728 21:58:52 Step 3/23 : WORKDIR /edgex-go 21:58:52 ---> Using cache 21:58:52 ---> 31df125bc666 21:58:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:52 ---> Using cache 21:58:52 ---> b7be4f218815 21:58:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:58:53 ---> Running in faa0501ab033 21:58:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:57 Removing intermediate container d1deb40ab882 21:58:57 ---> 7cd2bcf0809c 21:58:57 Successfully built 7cd2bcf0809c 21:58:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:58:57 OK: 233 MiB in 51 packages 21:58:57 + docker inspect -f . ci-base-image-arm64 21:58:57 . [Pipeline] withDockerContainer 21:58:58 prd-ubuntu18.04-docker-arm64-4c-16g-21689 does not seem to be running inside a container 21:58:58 Removing intermediate container 04f445701d02 21:58:58 ---> 4902818e273b 21:58:58 Step 8/26 : COPY . . 21:58:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:58:59 $ docker top 43a0a9be3d87091a9e3d6aa66bc097a806fb385efba36590c8a45e32d754a9a8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:59:00 + go version 21:59:00 go version go1.15.5 linux/arm64 [Pipeline] } 21:59:00 $ docker stop --time=1 43a0a9be3d87091a9e3d6aa66bc097a806fb385efba36590c8a45e32d754a9a8 21:59:02 Removing intermediate container faa0501ab033 21:59:02 ---> dc9dbf2d657a 21:59:02 Step 6/23 : COPY go.mod . 21:59:02 $ docker rm -f 43a0a9be3d87091a9e3d6aa66bc097a806fb385efba36590c8a45e32d754a9a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:59:03 + docker inspect -f . ci-base-image-arm64 21:59:03 . [Pipeline] withDockerContainer 21:59:04 prd-ubuntu18.04-docker-arm64-4c-16g-21689 does not seem to be running inside a container 21:59:04 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:59:05 ---> 198fb5387b5e 21:59:05 Step 7/23 : RUN go mod download 21:59:05 $ docker top 0af98989f8c052478e2f9dfe3e488be4746ac518d4995485b3bbdc28bdeb56a5 -eo pid,comm [Pipeline] { [Pipeline] echo 21:59:05 ========================================================= 21:59:05 [edgeXBuildGoParallel] Running Tests and Build... 21:59:05 ========================================================= [Pipeline] sh 21:59:06 + make test 21:59:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:59:06 ---> Running in 7c56081b43ad 21:59:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:59:07 ---> 52b96ff1a728 21:59:07 Step 3/22 : WORKDIR /edgex-go 21:59:07 ---> Using cache 21:59:07 ---> 31df125bc666 21:59:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:07 ---> Using cache 21:59:07 ---> b7be4f218815 21:59:07 Step 5/22 : RUN apk add --update --no-cache make git 21:59:07 ---> Using cache 21:59:07 ---> 05fd89b440fc 21:59:07 Step 6/22 : COPY go.mod . 21:59:07 ---> Using cache 21:59:07 ---> 1eaa5ab330c9 21:59:07 Step 7/22 : RUN go mod download 21:59:07 ---> Using cache 21:59:07 ---> 0bd46f232c61 21:59:07 Step 8/22 : COPY . . 21:59:07 ---> Using cache 21:59:07 ---> 3b462bd00fc3 21:59:07 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:59:09 ---> Running in dc9ca25a42f7 21:59:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:59:13 Removing intermediate container 7c56081b43ad 21:59:13 ---> 9e796c7f1b5d 21:59:13 Step 8/23 : COPY . . 21:59:15 Removing intermediate container d37d8892de29 21:59:15 ---> c23253c0711c 21:59:15 21:59:15 Step 10/22 : FROM scratch 21:59:15 ---> 21:59:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:59:17 ---> Using cache 21:59:17 ---> 6bf865a50f2c 21:59:17 Step 12/22 : ENV APP_PORT=48082 21:59:19 ---> Running in 66d52a343d1d 21:59:23 Removing intermediate container 66d52a343d1d 21:59:23 ---> 5b1c7c3db836 21:59:23 Step 13/22 : EXPOSE $APP_PORT 21:59:24 ---> 302e48154898 21:59:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:59:24 ---> Running in 92950c99b292 21:59:24 ---> Running in f14be0ad5a87 21:59:25 Removing intermediate container 92950c99b292 21:59:25 ---> 03b70d2ae76c 21:59:25 Step 14/22 : WORKDIR / 21:59:26 ---> Running in b0329423be62 21:59: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 21:59:27 Removing intermediate container b0329423be62 21:59:27 ---> 1aad0ad22030 21:59:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:27 ---> c7794a616a02 21:59:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:59:28 ? github.com/edgexfoundry/edgex-go [no test files] 21:59:30 ---> c5417b89f1a0 21:59:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:59:32 ---> d49345a00dcf 21:59:32 Step 18/22 : ENTRYPOINT ["/core-command"] 21:59:33 ---> Running in a4f76f4363c6 21:59:33 Removing intermediate container dc9ca25a42f7 21:59:33 ---> bd59ba464ef0 21:59:33 21:59:33 Step 10/22 : FROM alpine:3.12 21:59:33 ---> 389fef711851 21:59:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:59:33 ---> Using cache 21:59:33 ---> 3759c691e2ac 21:59:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:59:33 ---> Running in 4a0d176f9c68 21:59:33 ---> 67131a278f85 21:59:33 Step 9/23 : RUN make cmd/core-data/core-data 21:59:33 Removing intermediate container a4f76f4363c6 21:59:33 ---> caca14e31a65 21:59:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:59:33 ---> Running in 285a0df326d7 21:59:34 ---> Running in 2143c1c20b45 21:59:34 Removing intermediate container 4a0d176f9c68 21:59:34 ---> 3aa81ff6b917 21:59:34 Step 13/22 : WORKDIR / 21:59:34 ---> Running in b37239cf89e7 21:59:34 Removing intermediate container 2143c1c20b45 21:59:34 ---> b609f0e6ca4c 21:59:34 Step 20/22 : LABEL arch=x86_64 21:59:34 ---> Running in bac4752ca6aa 21:59:35 Removing intermediate container b37239cf89e7 21:59:35 ---> b4893de38c26 21:59:35 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:35 Removing intermediate container bac4752ca6aa 21:59:35 ---> e7c9e960eb00 21:59:35 Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 21:59:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:59:35 ---> Running in 8730e9007a0a 21:59:35 ---> 1445f86e6c5f 21:59:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:59:35 Removing intermediate container 8730e9007a0a 21:59:35 ---> a321cbd4f11a 21:59:35 Step 22/22 : LABEL version=0.0.0 21:59:35 ---> Running in e8a06c7e1de4 21:59:35 Removing intermediate container e8a06c7e1de4 21:59:35 ---> 1de3acc07dc6 21:59:35 21:59:36 Successfully built 1de3acc07dc6 21:59:36 Successfully tagged docker-core-command-go:latest 21:59:36  Building docker-core-command-go ... done  ---> 40910ff1f2b9 21:59:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:59:37 ---> 231b26b82acb 21:59:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:59:37 ---> a89acb6cb471 21:59:37 Step 18/22 : RUN chmod +x entrypoint.sh 21:59:37 ---> Running in 439b777f8dd4 21:59:41 Removing intermediate container 439b777f8dd4 21:59:41 ---> 74e35989b385 21:59:41 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:59:41 ---> Running in dab3f8e08d63 21:59:41 Removing intermediate container dab3f8e08d63 21:59:41 ---> 5f125ddad710 21:59:41 Step 20/22 : LABEL arch=x86_64 21:59:41 ---> Running in e6cf0b9da2f9 21:59:41 Removing intermediate container e6cf0b9da2f9 21:59:41 ---> 475bbd6f6ab4 21:59:41 Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 21:59:41 ---> Running in 601ed1e481d6 21:59:42 Removing intermediate container 601ed1e481d6 21:59:42 ---> 18c8411d4b8a 21:59:42 Step 22/22 : LABEL version=0.0.0 21:59:42 ---> Running in 4a9d0908ff99 21:59:42 Removing intermediate container 4a9d0908ff99 21:59:42 ---> e65d8ae71054 21:59:42 21:59:42 Successfully built e65d8ae71054 21:59:42 Successfully tagged docker-security-bootstrap-redis-go:latest 21:59:46  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f14be0ad5a87 21:59:46 ---> faec211d5771 21:59:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:59:46 ---> Running in 3e55a8ac11f8 21:59:46 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 21:59:48 Removing intermediate container 3e55a8ac11f8 21:59:48 ---> 0654377e20d6 21:59:48 21:59:48 Step 11/26 : FROM docker:20.10.0 21:59:48 20.10.0: Pulling from library/docker 21:59:54 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:59:54 Status: Downloaded newer image for docker:20.10.0 21:59:54 ---> aefe523efa57 21:59:54 Step 12/26 : RUN apk add --no-cache bash 21:59:54 ---> Running in 0d371b99305e 21:59:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:55 (1/2) Installing readline (8.0.4-r0) 21:59:55 (2/2) Installing bash (5.0.17-r0) 21:59:55 Executing bash-5.0.17-r0.post-install 21:59:55 Executing busybox-1.31.1-r19.trigger 21:59:55 OK: 12 MiB in 22 packages 21:59:55 Removing intermediate container 285a0df326d7 21:59:55 ---> c7ecf89863b6 21:59:55 21:59:55 Step 10/23 : FROM alpine:3.12 21:59:55 ---> 389fef711851 21:59:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:59:55 ---> Running in a1f3ccf0e9ae 21:59:56 Removing intermediate container a1f3ccf0e9ae 21:59:56 ---> 535724e49c9f 21:59:56 Step 12/23 : ENV APP_PORT=48080 21:59:56 Removing intermediate container 0d371b99305e 21:59:56 ---> f803ed55ad74 21:59:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:59:56 ---> Running in b7041f716581 21:59:56 ---> Running in 197fe78783bf 21:59:56 Removing intermediate container 197fe78783bf 21:59:56 ---> 604517eba81a 21:59:56 Step 14/26 : ENV APP_PORT=48090 21:59:56 Removing intermediate container b7041f716581 21:59:56 ---> 47293c18d9da 21:59:56 Step 13/23 : EXPOSE $APP_PORT 21:59:56 ---> Running in 75957573a012 21:59:56 ---> Running in 7fada2f1f825 21:59:56 Removing intermediate container 7fada2f1f825 21:59:56 ---> ca16a2bab18b 21:59:56 Step 15/26 : EXPOSE $APP_PORT 21:59:56 Removing intermediate container 75957573a012 21:59:56 ---> ebab17165a18 21:59:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:56 ---> Running in 01d544eeaecf 21:59:56 ---> Running in 3ebe79f9eaeb 21:59:57 Removing intermediate container 3ebe79f9eaeb 21:59:57 ---> 60aecb1de6de 21:59:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:59:57 ---> ed0764b1e151 21:59:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:59:57 ---> d53c96f55523 21:59:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:59:57 Removing intermediate container 01d544eeaecf 21:59:57 ---> 7a79146b1ec9 21:59:57 Step 15/23 : RUN apk add --update --no-cache zeromq 21:59:58 ---> Running in 72335fd2aef8 21:59:58 ---> 55a468314dba 21:59:58 Step 19/26 : RUN apk --no-cache add py3-pip 21:59:58 ---> Running in 01229cbd547f 21:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:59 (1/33) Installing libbz2 (1.0.8-r1) 21:59:59 (2/33) Installing expat (2.2.9-r1) 21:59:59 (3/33) Installing libffi (3.3-r2) 21:59:59 (4/33) Installing gdbm (1.13-r1) 21:59:59 (5/33) Installing xz-libs (5.2.5-r0) 21:59:59 (6/33) Installing sqlite-libs (3.32.1-r0) 21:59:59 (7/33) Installing python3 (3.8.5-r0) 21:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:59 (1/5) Installing libgcc (9.3.0-r2) 21:59:59 (2/5) Installing libsodium (1.0.18-r0) 22:00:00 (3/5) Installing libstdc++ (9.3.0-r2) 22:00:00 (8/33) Installing py3-appdirs (1.4.4-r1) 22:00:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:00:00 (10/33) Installing py3-parsing (2.4.7-r0) 22:00:00 (11/33) Installing py3-six (1.15.0-r0) 22:00:00 (12/33) Installing py3-packaging (20.4-r0) 22:00:00 (4/5) Installing libzmq (4.3.3-r0) 22:00:00 (13/33) Installing py3-setuptools (47.0.0-r0) 22:00:00 (14/33) Installing py3-chardet (3.0.4-r4) 22:00:00 (15/33) Installing py3-idna (2.9-r0) 22:00:00 (5/5) Installing zeromq (4.3.3-r0) 22:00:00 Executing busybox-1.31.1-r19.trigger 22:00:00 OK: 8 MiB in 19 packages 22:00:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:00:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:00:00 (18/33) Installing py3-requests (2.23.0-r0) 22:00:00 (19/33) Installing py3-msgpack (1.0.0-r0) 22:00:00 (20/33) Installing py3-lockfile (0.12.2-r3) 22:00:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:00:04 (22/33) Installing py3-colorama (0.4.3-r0) 22:00:04 (23/33) Installing py3-distlib (0.3.0-r0) 22:00:04 (24/33) Installing py3-distro (1.5.0-r1) 22:00:04 (25/33) Installing py3-webencodings (0.5.1-r3) 22:00:04 (26/33) Installing py3-html5lib (1.0.1-r4) 22:00:04 (27/33) Installing py3-pytoml (0.1.21-r0) 22:00:04 (28/33) Installing py3-pep517 (0.8.2-r0) 22:00:04 (29/33) Installing py3-progress (1.5-r0) 22:00:04 (30/33) Installing py3-toml (0.10.1-r0) 22:00:04 (31/33) Installing py3-retrying (1.3.3-r0) 22:00:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:00:04 (33/33) Installing py3-pip (20.1.1-r0) 22:00:05 Removing intermediate container 72335fd2aef8 22:00:05 ---> 9972cf722148 22:00:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:00:05 Executing busybox-1.31.1-r19.trigger 22:00:05 OK: 71 MiB in 55 packages 22:00:05 ---> 1d4b8c81e167 22:00:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:00:09 ---> 6002e17c7f45 22:00:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:00:10 ---> 1e878be747fa 22:00:10 Step 19/23 : ENTRYPOINT ["/core-data"] 22:00:10 ---> Running in 721f227a335c 22:00:10 Removing intermediate container 01229cbd547f 22:00:10 ---> ac9cd6f37e72 22:00:10 Step 20/26 : RUN pip install docker-compose==1.23.2 22:00:10 ---> Running in 93a78d004113 22:00:10 Removing intermediate container 721f227a335c 22:00:10 ---> aec791538271 22:00:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:00:11 ---> Running in bf916f727bee 22:00:11 Removing intermediate container bf916f727bee 22:00:11 ---> 5dca90a519e9 22:00:11 Step 21/23 : LABEL arch=x86_64 22:00:11 ---> Running in ed2a0c222637 22:00:11 Removing intermediate container ed2a0c222637 22:00:11 ---> 08e50f0261df 22:00:11 Step 22/23 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:00:11 ---> Running in 1319b2a7da83 22:00:11 Removing intermediate container 1319b2a7da83 22:00:11 ---> d8a0c96ad7d2 22:00:11 Step 23/23 : LABEL version=0.0.0 22:00:11 ---> Running in f2a6663f64a8 22:00:11 Removing intermediate container f2a6663f64a8 22:00:11 ---> ccaea21b0083 22:00:11 22:00:11 Successfully built ccaea21b0083 22:00:11 Successfully tagged docker-core-data-go:latest 22:00:12  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 22:00:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:00:12 Collecting texttable<0.10,>=0.9.0 22:00:12 Downloading texttable-0.9.1.tar.gz (11 kB) 22:00:12 Collecting docker<4.0,>=3.6.0 22:00:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:00:13 Collecting websocket-client<1.0,>=0.32.0 22:00:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:00:13 Collecting cached-property<2,>=1.2.0 22:00:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:00:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:00:13 Collecting dockerpty<0.5,>=0.4.1 22:00:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:00:13 Collecting docopt<0.7,>=0.6.1 22:00:13 Downloading docopt-0.6.2.tar.gz (25 kB) 22:00:14 Collecting jsonschema<3,>=2.5.1 22:00:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:00:14 Collecting PyYAML<4,>=3.10 22:00:14 Downloading PyYAML-3.13.tar.gz (270 kB) 22:00:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:00:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:00:15 Collecting docker-pycreds>=0.4.0 22:00:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:00:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:00:15 Collecting urllib3<1.25,>=1.21.1 22:00:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:00:15 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) 22:00:15 Collecting idna<2.8,>=2.5 22:00:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:00:15 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) 22:00:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:00:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:00:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:00:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:00:16 Installing collected packages: texttable, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, dockerpty, docopt, jsonschema, PyYAML, docker-compose 22:00:16 Running setup.py install for texttable: started 22:00:16 Running setup.py install for texttable: finished with status 'done' 22:00:16 Attempting uninstall: urllib3 22:00:16 Found existing installation: urllib3 1.25.9 22:00:16 Uninstalling urllib3-1.25.9: 22:00:16 Successfully uninstalled urllib3-1.25.9 22:00:16 Attempting uninstall: idna 22:00:16 Found existing installation: idna 2.9 22:00:16 Uninstalling idna-2.9: 22:00:16 Successfully uninstalled idna-2.9 22:00:17 Attempting uninstall: requests 22:00:17 Found existing installation: requests 2.23.0 22:00:17 Uninstalling requests-2.23.0: 22:00:17 Successfully uninstalled requests-2.23.0 22:00:17 Running setup.py install for dockerpty: started 22:00:18 Running setup.py install for dockerpty: finished with status 'done' 22:00:18 Running setup.py install for docopt: started 22:00:18 Running setup.py install for docopt: finished with status 'done' 22:00:18 Running setup.py install for PyYAML: started 22:00:18 Running setup.py install for PyYAML: finished with status 'done' 22:00:19 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 22:00:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:00:23 Removing intermediate container 93a78d004113 22:00:23 ---> 8821295effb6 22:00:23 Step 21/26 : RUN apk --no-cache add curl 22:00:23 ---> Running in 8a81601d43bc 22:00:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:00:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:00:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:00:24 (2/3) Installing libcurl (7.69.1-r3) 22:00:24 (3/3) Installing curl (7.69.1-r3) 22:00:24 Executing busybox-1.31.1-r19.trigger 22:00:24 OK: 72 MiB in 58 packages 22:00:24 Removing intermediate container 8a81601d43bc 22:00:24 ---> 8845b611dfbd 22:00:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:00:24 ---> Running in 1800f997bf6d 22:00:25 Removing intermediate container 1800f997bf6d 22:00:25 ---> 6b1acd6b12e1 22:00:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:00:25 ---> Running in 571a28826266 22:00:25 Removing intermediate container 571a28826266 22:00:25 ---> 5ba0806ae158 22:00:25 Step 24/26 : LABEL arch=x86_64 22:00:25 ---> Running in d5ae2c3c62c9 22:00:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:00:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:00:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:00:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:00:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:00:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:00:25 Removing intermediate container d5ae2c3c62c9 22:00:25 ---> fe877ff18898 22:00:25 Step 25/26 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:00:25 ---> Running in 819f1cf717f7 22:00:25 Removing intermediate container 819f1cf717f7 22:00:25 ---> 2ddcc3dcb632 22:00:25 Step 26/26 : LABEL version=0.0.0 22:00:25 ---> Running in 59418af3367c 22:00:25 Removing intermediate container 59418af3367c 22:00:25 ---> 9f06b1c5ad11 22:00:25 22:00:26 Successfully built 9f06b1c5ad11 22:00:26 Successfully tagged docker-sys-mgmt-agent-go:latest 22:00:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:00:26 $ docker stop --time=1 f65440b3b30bd641a2ecfffd0984e1bfdfa2050d3d87b74e77a30a8a94250546 22:00:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:00:28 $ docker rm -f f65440b3b30bd641a2ecfffd0984e1bfdfa2050d3d87b74e77a30a8a94250546 [Pipeline] // withDockerContainer [Pipeline] sh 22:00:28 + docker images 22:00:28 + grep docker 22:00:28 docker-sys-mgmt-agent-go latest 9f06b1c5ad11 3 seconds ago 313MB 22:00:28 docker-core-data-go latest ccaea21b0083 17 seconds ago 22.3MB 22:00:28 docker-security-bootstrap-redis-go latest e65d8ae71054 46 seconds ago 15.8MB 22:00:28 docker-core-command-go latest 1de3acc07dc6 53 seconds ago 10.6MB 22:00:28 docker-core-metadata-go latest f4f378677d10 About a minute ago 13.1MB 22:00:28 docker-security-secretstore-setup-go latest ff6ba56571ca About a minute ago 24.6MB 22:00:28 docker-support-scheduler-go latest 51df1ec44f1a About a minute ago 10.7MB 22:00:28 docker-security-proxy-setup-go latest 85e7f06e37e0 2 minutes ago 24.4MB 22:00:28 docker-support-notifications-go latest 383c2e6957e2 2 minutes ago 12MB 22:00:28 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:00:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [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 22:00:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:00:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:00:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:00:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 46.6% of statements 22:00:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:00:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:00:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:00:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:00:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:00:44 Still waiting to schedule task 22:00:44 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:00:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.577s coverage: 27.0% of statements 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:00:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:00:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:00:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.294s coverage: 66.7% of statements 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:00:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 82.3% of statements 22:00:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:00:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:00:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:00:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.123s coverage: 28.6% of statements 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.167s coverage: 100.0% of statements 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.290s coverage: 86.7% of statements 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.247s coverage: 92.8% of statements 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.177s coverage: 0.1% of statements 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.126s coverage: 75.5% of statements 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements 22:01:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.4% of statements 22:01:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.627s coverage: 63.5% of statements 22:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 22:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 22:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 22:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 22:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 22:01:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 68.9% of statements 22:01:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:01:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:01:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:01:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:01:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.397s coverage: 37.0% of statements 22:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.797s coverage: 84.0% of statements 22:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 22:01:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.366s coverage: 47.1% of statements 22:01:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:01:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:01:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:01:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:01:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:01:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements 22:01:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:01:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 22:01:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:01:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.920s coverage: 29.1% of statements 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:01:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:01:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:01:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:01:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:01:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:01:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:01:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 22:01:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 22:01:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 22:01:30 GO111MODULE=on go vet ./... 22:01:39 Running on prd-ubuntu18.04-docker-8c-8g-21693 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws 22:01:39 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 22:01:41 using credential edgex-jenkins-ssh 22:01:41 Cloning the remote Git repository 22:01:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:01:41 > git init /w/workspace/edgex-go/7 # timeout=10 22:01:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:01:41 > git --version # timeout=10 22:01:41 > git --version # 'git version 2.17.1' 22:01:41 using GIT_SSH to set credentials SSH Credentials for GitHub 22:01:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:01:51 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 571490ab40050a428ba8cc82887ebe9ce87abaea 22:01:52 Merge succeeded, producing 571490ab40050a428ba8cc82887ebe9ce87abaea 22:01:52 Checking out Revision 571490ab40050a428ba8cc82887ebe9ce87abaea (PR-3051) 22:01:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:01:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:01:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:01:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:01:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:01:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:01:51 > git config core.sparsecheckout # timeout=10 22:01:51 > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 22:01:51 > git remote # timeout=10 22:01:51 > git config --get remote.origin.url # timeout=10 22:01:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:01:51 > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 22:01:51 > git rev-parse HEAD^{commit} # timeout=10 22:01:52 > git config core.sparsecheckout # timeout=10 22:01:52 > git checkout -f 571490ab40050a428ba8cc82887ebe9ce87abaea # timeout=10 22:01:55 Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:01:56 + echo snap-build.sh 22:01:56 snap-build.sh 22:01:56 + SNAP_BASE_DIR=. 22:01:56 + '[' '!' -z /w/workspace/edgex-go/7 ']' 22:01:56 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 22:01:56 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 22:01:56 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 22:01:56 + cd /w/workspace/edgex-go/7 22:01:56 + sudo apt-get remove -qy --purge lxd lxd-client 22:01:56 Reading package lists... 22:01:56 Building dependency tree... 22:01:56 Reading state information... 22:01:57 The following packages were automatically installed and are no longer required: 22:01:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:01:57 uidmap xdelta3 22:01:57 Use 'sudo apt autoremove' to remove them. 22:01:57 The following packages will be REMOVED: 22:01:57 lxd* lxd-client* 22:01:57 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:01:57 After this operation, 31.7 MB disk space will be freed. 22:01:58 (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.) 22:01:58 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:01:59 Removing lxd dnsmasq configuration 22:01:59 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:01:59 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:02:00 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:02:00 (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.) 22:02:00 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:02:02 Processing triggers for systemd (237-3ubuntu10.42) ... 22:02:02 Processing triggers for ureadahead (0.100.0-21) ... 22:02:03 + sudo snap remove --purge lxd 22:02:03 snap "lxd" is not installed 22:02:03 + sudo groupadd --force --system lxd 22:02:03 ++ whoami 22:02:03 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:02:03 + newgrp - lxd 22:02:03 + sudo snap install lxd 22:02:11 2021-01-20T22:02:08Z INFO Waiting for automatic snapd restart... 22:02:29 lxd 4.10 from Canonical* installed 22:02:29 + sudo lxd init --auto 22:02:36 + sudo snap install --classic snapcraft 22:02:38 gofmt -l . 22:02:38 [ "`gofmt -l .`" = "" ] 22:02:38 ./bin/test-go-mod-tidy.sh 22:02:39 ./bin/test-attribution-txt.sh [Pipeline] sh 22:02:41 + ls -al . 22:02:41 total 684 22:02:41 drwxrwxr-x 9 1001 1001 4096 Jan 20 22:02 . 22:02:41 drwxr-xr-x 4 root root 4096 Jan 20 21:59 .. 22:02:41 -rw-rw-r-- 1 1001 1001 11 Jan 20 21:57 .dockerignore 22:02:41 drwxrwxr-x 8 1001 1001 4096 Jan 20 21:57 .git 22:02:41 drwxrwxr-x 3 1001 1001 4096 Jan 20 21:57 .github 22:02:41 -rw-rw-r-- 1 1001 1001 824 Jan 20 21:57 .gitignore 22:02:41 -rw-rw-r-- 1 1001 1001 166 Jan 20 21:57 .sonarcloud.properties 22:02:41 -rw-rw-r-- 1 1001 1001 7759 Jan 20 21:57 Attribution.txt 22:02:41 -rw-rw-r-- 1 1001 1001 3804 Jan 20 21:57 CONTRIBUTING.md 22:02:41 -rw-rw-r-- 1 1001 1001 931 Jan 20 21:57 Dockerfile.build 22:02:41 -rw-rw-r-- 1 1001 1001 863 Jan 20 21:57 Jenkinsfile 22:02:41 -rw-rw-r-- 1 1001 1001 10775 Jan 20 21:57 LICENSE 22:02:41 -rw-rw-r-- 1 1001 1001 5750 Jan 20 21:57 Makefile 22:02:41 -rw-rw-r-- 1 1001 1001 6524 Jan 20 21:57 README.md 22:02:41 -rw-rw-r-- 1 1001 1001 6744 Jan 20 21:57 SECURITY.md 22:02:41 -rw-rw-r-- 1 1001 1001 5 Jan 20 21:53 VERSION 22:02:41 -rw-rw-r-- 1 1001 1001 4131 Jan 20 21:57 ZMQWindows.md 22:02:41 drwxrwxr-x 2 1001 1001 4096 Jan 20 21:57 bin 22:02:41 drwxrwxr-x 14 1001 1001 4096 Jan 20 21:57 cmd 22:02:41 -rw-r--r-- 1 root root 550466 Jan 20 22:01 coverage.out 22:02:41 -rw-r--r-- 1 root root 1027 Jan 20 22:02 go.mod 22:02:41 -rw-r--r-- 1 root root 18725 Jan 20 22:02 go.sum 22:02:41 drwxrwxr-x 8 1001 1001 4096 Jan 20 21:57 internal 22:02:41 drwxrwxr-x 4 1001 1001 4096 Jan 20 21:57 openapi 22:02:41 drwxrwxr-x 4 1001 1001 4096 Jan 20 21:57 snap 22:02:41 -rw-rw-r-- 1 1001 1001 168 Jan 20 21:57 version.go [Pipeline] sh 22:02:41 + '[' -e coverage.out ] 22:02:41 + chown 1001:1001 coverage.out [Pipeline] stash 22:02:41 Warning: overwriting stash ‘coverage-report’ 22:02:42 Stashed 1 file(s) [Pipeline] sh 22:02:43 + make build 22:02:43 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 22:02:44 snapcraft 4.4.4 from Canonical* installed 22:02:44 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:02:44 + patch --verbose -p1 22:02:44 Hmm... Looks like a unified diff to me... 22:02:44 The text leading up to this was: 22:02:44 -------------------------- 22:02:44 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:02:44 |From: Tony Espy 22:02:44 |Date: Wed, 16 Dec 2020 16:34:55 -0500 22:02:44 |Subject: [PATCH] optimize snap build for pipeline CI check 22:02:44 | 22:02:44 |This patch is used by the EdgeX CI pipeline builds to 22:02:44 |optimize the snap CI check run for pull requests. When 22:02:44 |applied, it essentially strips out everything (apps and 22:02:44 |parts) from the snapcraft.yaml file except those required 22:02:44 |to build edgex-go, as the whole idea of the CI check is to 22:02:44 |catch changes to edgex-go that break the snap build. 22:02:44 | 22:02:44 |In general, anyone updating snapcraft.yaml will also need 22:02:44 |to update this patch file, otherwise it may fail to apply, 22:02:44 |resulting in a failed snap build CI check in the associated 22:02:44 |pull request. 22:02:44 | 22:02:44 |Note - in addition to applying this patch, the pipeline also 22:02:44 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:02:44 |need to build the finally binary .snap file (and it won't 22:02:44 |work with the patch applied). This further reduces the build 22:02:44 |time. 22:02:44 |--- 22:02:44 | snap/snapcraft.yaml | 461 +------------------------------------------- 22:02:44 | 1 file changed, 2 insertions(+), 459 deletions(-) 22:02:44 | 22:02:44 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:02:44 |index 1e537489..faf42425 100644 22:02:44 |--- a/snap/snapcraft.yaml 22:02:44 |+++ b/snap/snapcraft.yaml 22:02:44 -------------------------- 22:02:44 patching file snap/snapcraft.yaml 22:02:44 Using Plan A... 22:02:44 Hunk #1 succeeded at 73. 22:02:44 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 22:02:44 Hunk #3 succeeded at 214 (offset -1 lines). 22:02:44 Hunk #4 succeeded at 222 (offset -1 lines). 22:02:44 Hunk #5 succeeded at 229 (offset -1 lines). 22:02:44 Hunk #6 succeeded at 256 (offset -1 lines). 22:02:44 Hunk #7 succeeded at 290 (offset -1 lines). 22:02:44 Hunk #8 succeeded at 342. 22:02:44 Hmm... Ignoring the trailing garbage. 22:02:44 done 22:02:44 + sudo snapcraft prime --use-lxd 22:02:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:02: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: 22:02:45 - README.md 22:02:45 - snapcraft.yaml.orig 22:02:45 22:02:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:02:45 Launching a container. 22:02:53 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 22:02:58 Waiting for container to be ready 22:02:58 To start your first instance, try: lxc launch ubuntu:18.04 22:02:58 22:03:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:03:02 Waiting for network to be ready... 22:03:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:03:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 22:03:03 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:03:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 22:03:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:03:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:03:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 22:03:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 22:03:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 22:03:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 22:03:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:03:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:03:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:03:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:03:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:03:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:03:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:03:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:03:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:03:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 22:03:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 22:03:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 22:03:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 22:03:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 22:03:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 22:03:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 22:03:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 22:03:07 Fetched 23.8 MB in 4s (5904 kB/s) 22:03:07 Reading package lists... 22:03:08 Reading package lists... 22:03:08 Building dependency tree... 22:03:08 Reading state information... 22:03:08 The following additional packages will be installed: 22:03:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:03:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:03:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:03:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:03:08 Suggested packages: 22:03:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:03:08 Recommended packages: 22:03:08 gnupg libsasl2-modules 22:03:08 The following NEW packages will be installed: 22:03:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:03:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:03:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:03:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:03:08 The following packages will be upgraded: 22:03:08 gpg gpg-agent gpgconf libudev1 22:03:08 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 22:03:08 Need to get 3533 kB of archives. 22:03:08 After this operation, 13.3 MB of additional disk space will be used. 22:03:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 22:03:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 22:03:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 22:03:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:03:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:03:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 22:03:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 22:03:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 22:03:08 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 22:03:09 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 22:03:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:03:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:03:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:03:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:03:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:03:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:03:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:03:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:03:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:03:09 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:03:09 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:03:09 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:03:10 debconf: delaying package configuration, since apt-utils is not installed 22:03:10 Fetched 3533 kB in 1s (3180 kB/s) 22:03:10 (Reading database ... 12511 files and directories currently installed.) 22:03:10 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 22:03:10 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:03:10 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 22:03:10 Selecting previously unselected package udev. 22:03:10 (Reading database ... 12511 files and directories currently installed.) 22:03:10 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 22:03:10 Unpacking udev (237-3ubuntu10.44) ... 22:03:10 Selecting previously unselected package libfuse2:amd64. 22:03:10 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:03:10 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:03:10 Selecting previously unselected package fuse. 22:03:10 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:03:10 Unpacking fuse (2.9.7-1ubuntu1) ... 22:03:10 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 22:03:10 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:03:10 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 22:03:10 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:03:11 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 22:03:11 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:03:11 Selecting previously unselected package libksba8:amd64. 22:03:11 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:03:11 Unpacking libksba8:amd64 (1.3.5-2) ... 22:03:11 Selecting previously unselected package libroken18-heimdal:amd64. 22:03:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:11 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:03:11 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:11 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:03:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:11 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:03:11 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:11 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:11 Selecting previously unselected package libwind0-heimdal:amd64. 22:03:11 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:11 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:11 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:03:11 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:11 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:11 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:03:11 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:11 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:11 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:03:11 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:11 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:03:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:03:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:12 Selecting previously unselected package libsasl2-modules-db:amd64. 22:03:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:03:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:03:12 Selecting previously unselected package libsasl2-2:amd64. 22:03:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:03:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:03:12 Selecting previously unselected package libldap-common. 22:03:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 22:03:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:03:12 Selecting previously unselected package libldap-2.4-2:amd64. 22:03:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 22:03:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:03:12 Selecting previously unselected package dirmngr. 22:03:12 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 22:03:12 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 22:03:12 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:03:12 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 22:03:12 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:03:12 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:03:12 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:03:12 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 22:03:12 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:12 Setting up libksba8:amd64 (1.3.5-2) ... 22:03:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:03:12 Setting up udev (237-3ubuntu10.44) ... 22:03:13 invoke-rc.d: policy-rc.d denied execution of start. 22:03:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:13 Processing triggers for systemd (237-3ubuntu10) ... 22:03:13 Setting up fuse (2.9.7-1ubuntu1) ... 22:03:13 Setting up gpg (2.2.4-1ubuntu1.3) ... 22:03:13 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:13 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:13 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:13 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:13 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:13 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:13 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:03:13 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:03:13 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 22:03:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:03:14 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:03:14 settings in the [Install] section, and DefaultInstance for template units). 22:03:14 This means they are not meant to be enabled using systemctl. 22:03:14 Possible reasons for having this kind of units are: 22:03:14 1) A unit may be statically enabled by being symlinked from another unit's 22:03:14 .wants/ or .requires/ directory. 22:03:14 2) A unit's purpose may be to act as a helper for some other unit which has 22:03:14 a requirement dependency on it. 22:03:14 3) A unit may be started when needed via activation (socket, path, timer, 22:03:14 D-Bus, udev, scripted systemctl call, ...). 22:03:14 4) In case of template units, the unit is meant to be enabled with some 22:03:14 instance name specified. 22:03:14 Reading package lists... 22:03:14 Building dependency tree... 22:03:14 Reading state information... 22:03:14 The following additional packages will be installed: 22:03:14 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:03:14 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:03:14 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:03:14 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:03:14 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:03:14 Suggested packages: 22:03:14 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:03:14 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:03:14 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:03:14 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:03:14 systemd-container policykit-1 22:03:14 Recommended packages: 22:03:14 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:03:14 The following NEW packages will be installed: 22:03:14 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:03:14 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:03:14 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:03:14 multiarch-support openssh-client python3 python3-minimal python3.6 22:03:14 python3.6-minimal snapd squashfs-tools sudo 22:03:14 The following packages will be upgraded: 22:03:14 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:03:15 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 22:03:15 Need to get 35.2 MB of archives. 22:03:15 After this operation, 141 MB of additional disk space will be used. 22:03:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:03:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:03:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 22:03:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 22:03:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:03:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:03:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:03:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:03:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:03:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:03:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:03:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:03:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:03:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:03:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:03:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 22:03:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:03:15 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 22:03:15 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:03:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:03:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:03:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:03:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:03:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:03:15 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:03:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 22:03:15 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 22:03:16 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:03:16 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:03:16 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:03:16 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 22:03:17 debconf: delaying package configuration, since apt-utils is not installed 22:03:17 Fetched 35.2 MB in 2s (14.5 MB/s) 22:03:17 (Reading database ... 12757 files and directories currently installed.) 22:03:17 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 22:03:17 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:03:18 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 22:03:18 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:03:18 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 22:03:18 (Reading database ... 12757 files and directories currently installed.) 22:03:18 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:03:18 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:03:18 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:03:18 (Reading database ... 12757 files and directories currently installed.) 22:03:18 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:03:18 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:03:19 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 22:03:19 Setting up apt (1.6.12ubuntu0.2) ... 22:03:19 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:03:19 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:03:19 (Reading database ... 12764 files and directories currently installed.) 22:03:19 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:03:19 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:03:20 Selecting previously unselected package libpython3.6-minimal:amd64. 22:03:20 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:03:20 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:03:20 Selecting previously unselected package libexpat1:amd64. 22:03:20 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:03:20 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:03:20 Selecting previously unselected package python3.6-minimal. 22:03:20 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:03:20 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:03:20 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 22:03:20 Checking for services that may need to be restarted...done. 22:03:20 Checking for services that may need to be restarted...done. 22:03:20 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:03:21 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:03:21 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:03:21 Selecting previously unselected package python3-minimal. 22:03:21 (Reading database ... 13012 files and directories currently installed.) 22:03:21 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:03:21 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:03:21 Selecting previously unselected package mime-support. 22:03:21 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:03:21 Unpacking mime-support (3.60ubuntu1) ... 22:03:21 Selecting previously unselected package libmpdec2:amd64. 22:03:21 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:03:21 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:03:21 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:03:21 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:03:21 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:03:21 Selecting previously unselected package python3.6. 22:03:21 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:03:22 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:03:22 Selecting previously unselected package libpython3-stdlib:amd64. 22:03:22 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:03:22 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:03:22 Setting up python3-minimal (3.6.7-1~18.04) ... 22:03:22 Selecting previously unselected package python3. 22:03:22 (Reading database ... 13442 files and directories currently installed.) 22:03:22 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:03:22 Unpacking python3 (3.6.7-1~18.04) ... 22:03:22 Selecting previously unselected package multiarch-support. 22:03:22 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:03:22 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:03:22 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:03:22 Selecting previously unselected package liblzo2-2:amd64. 22:03:22 (Reading database ... 13479 files and directories currently installed.) 22:03:22 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:03:22 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:03:22 Selecting previously unselected package libbsd0:amd64. 22:03:22 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:03:22 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:03:22 Selecting previously unselected package sudo. 22:03:22 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 22:03:22 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 22:03:23 Selecting previously unselected package apparmor. 22:03:23 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:03:23 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:03:23 Selecting previously unselected package libedit2:amd64. 22:03:23 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:03:23 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:03:23 Selecting previously unselected package libkrb5support0:amd64. 22:03:23 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:03:23 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:03:23 Selecting previously unselected package libk5crypto3:amd64. 22:03:23 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:03:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:03:23 Selecting previously unselected package libkeyutils1:amd64. 22:03:23 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:03:23 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:03:23 Selecting previously unselected package libkrb5-3:amd64. 22:03:23 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:03:23 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:03:23 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 22:03:23 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:03:23 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:03:23 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:03:23 Selecting previously unselected package libssl1.0.0:amd64. 22:03:23 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 22:03:23 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:03:24 Selecting previously unselected package openssh-client. 22:03:24 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:03:24 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:03:24 Selecting previously unselected package squashfs-tools. 22:03:24 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:03:24 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:03:24 Selecting previously unselected package snapd. 22:03:24 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 22:03:24 Unpacking snapd (2.48+18.04) ... 22:03:25 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 22:03:26 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:03:26 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:03:26 Setting up mime-support (3.60ubuntu1) ... 22:03:26 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 22:03:26 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:03:26 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:03:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:03:26 Setting up systemd (237-3ubuntu10.44) ... 22:03:26 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:03:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:03:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:03:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:03:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:03:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:03:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:03:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:03:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:03:29 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:03:29 Setting up python3 (3.6.7-1~18.04) ... 22:03:29 running python rtupdate hooks for python3.6... 22:03:29 running python post-rtupdate hooks for python3.6... 22:03:29 Setting up apparmor (2.12-4ubuntu5.1) ... 22:03: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 22:03:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:03:31 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:03:31 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:03:31 Setting up snapd (2.48+18.04) ... 22:03:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:03:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:03:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:03:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:03:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:03:32 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:03:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:03:32 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:03:32 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:03:32 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:03:33 /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' 22:03:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:03:33 Processing triggers for systemd (237-3ubuntu10.44) ... 22:03:34 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:03:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:03:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:03:34 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 22:03:35 Reading package lists... 22:03:35 Reading package lists... 22:03:35 Building dependency tree... 22:03:35 Reading state information... 22:03:35 Calculating upgrade... 22:03:36 The following packages will be upgraded: 22:03:36 advancecomp base-files bash binutils binutils-common 22:03:36 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:03:36 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:03:36 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 22:03:36 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 22:03:36 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 22:03:36 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 22:03:36 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 22:03:36 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 22:03:36 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 22:03:36 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 22:03:36 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 22:03:36 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 22:03:36 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 22:03:36 ubuntu-keyring util-linux 22:03:36 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:03:36 Need to get 63.7 MB of archives. 22:03:36 After this operation, 5203 kB of additional disk space will be used. 22:03:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:03:36 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:03:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:03:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:03:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:03:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:03:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:03:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:03:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:03:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:03:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:03:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:03:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:03:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:03:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:03:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:03:36 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:03:36 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 22:03:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:03:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:03:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:03:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:03:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:03:37 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:03:37 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:03:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:03:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:03:37 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:03:37 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:03:37 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:03:37 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:03:37 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:03:37 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:03:37 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:03:37 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:03:37 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:03:37 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:03:37 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:03:37 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:03:37 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:03:37 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:03:37 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:03:37 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:03:37 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 22:03:37 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:03:37 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:03:37 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:03:37 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:03:37 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:03:37 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:03:37 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:03:37 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:03:37 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:03:37 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:03:37 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:03:37 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:03: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 22:03:37 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:03:37 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:03:37 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:03:37 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:03:37 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:03:37 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:03:37 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:03:37 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:03:37 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:03:37 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:03:37 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:03:37 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:03:37 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 22:03:37 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:03:37 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:03:37 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:03:37 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 22:03:37 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 22:03:37 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:03:37 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:03:37 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:03:37 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 22:03:37 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:03:37 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:03:37 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:03:37 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:03:37 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:03:37 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:03:37 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:03:37 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:03:37 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:03:37 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:03:38 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:03:39 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:03:39 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:03:39 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:03:39 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:03:39 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:03:39 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:03:39 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:03:39 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:03:39 debconf: delaying package configuration, since apt-utils is not installed 22:03:39 Fetched 63.7 MB in 3s (18.7 MB/s) 22:03:39 (Reading database ... 13912 files and directories currently installed.) 22:03:39 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:03:39 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:03:40 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:03:40 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:03:40 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 22:03:40 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 22:03:41 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:41 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:41 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:41 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:41 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:41 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:41 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:41 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:41 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:41 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:41 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 22:03:41 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:41 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:41 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:41 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:42 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:42 (Reading database ... 13911 files and directories currently installed.) 22:03:42 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:42 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:03:42 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:03:42 (Reading database ... 13911 files and directories currently installed.) 22:03:42 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:42 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:42 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:42 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:42 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:03:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:03:43 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:43 (Reading database ... 13911 files and directories currently installed.) 22:03:43 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:03:43 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:03:43 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:03:43 (Reading database ... 13911 files and directories currently installed.) 22:03:43 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:03:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:03:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:03:44 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:03:44 Setting up base-files (10.1ubuntu2.10) ... 22:03:44 Installing new version of config file /etc/issue ... 22:03:44 Installing new version of config file /etc/issue.net ... 22:03:44 Installing new version of config file /etc/lsb-release ... 22:03:44 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:03:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:03:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:03:44 Removing obsolete conffile /etc/default/motd-news ... 22:03:44 (Reading database ... 13912 files and directories currently installed.) 22:03:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:03:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:03:44 Setting up bash (4.4.18-2ubuntu1.2) ... 22:03:44 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 22:03:45 (Reading database ... 13912 files and directories currently installed.) 22:03:45 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:45 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:03:45 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:03:45 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 22:03:45 (Reading database ... 13912 files and directories currently installed.) 22:03:45 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:03:45 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:03:45 Setting up tar (1.29b-2ubuntu0.2) ... 22:03:45 (Reading database ... 13912 files and directories currently installed.) 22:03:45 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:03:45 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:03:45 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:03:45 (Reading database ... 13912 files and directories currently installed.) 22:03:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:03:45 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:03:46 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:03:46 (Reading database ... 13912 files and directories currently installed.) 22:03:46 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:03:46 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:03:46 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:03:46 (Reading database ... 13912 files and directories currently installed.) 22:03:46 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:03:46 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:03:46 Setting up grep (3.1-2build1) ... 22:03:46 (Reading database ... 13912 files and directories currently installed.) 22:03:46 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:03:46 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:03:46 Setting up login (1:4.5-1ubuntu2) ... 22:03:46 (Reading database ... 13912 files and directories currently installed.) 22:03:46 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:03:46 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:03:47 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:03:47 (Reading database ... 13912 files and directories currently installed.) 22:03:47 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:03:47 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:03:47 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:03:47 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:03:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:03:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:03:48 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:03:48 (Reading database ... 13912 files and directories currently installed.) 22:03:48 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:03: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 22:03:48 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:03:49 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:03:49 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:03:49 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:03:49 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:03:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:03:49 (Reading database ... 13912 files and directories currently installed.) 22:03:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:03:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:03:50 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:03:50 (Reading database ... 13912 files and directories currently installed.) 22:03:50 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:50 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:03:50 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:03:50 (Reading database ... 13912 files and directories currently installed.) 22:03:50 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:50 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:03:50 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:03:50 (Reading database ... 13912 files and directories currently installed.) 22:03:50 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:50 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:03:50 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:03:50 (Reading database ... 13912 files and directories currently installed.) 22:03:50 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:50 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:03:51 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:03:51 (Reading database ... 13912 files and directories currently installed.) 22:03:51 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:03:51 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:03:51 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:03:51 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:03:51 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:03:51 (Reading database ... 13912 files and directories currently installed.) 22:03:51 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:03:51 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:03:51 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [Pipeline] } 22:03:51 (Reading database ... 13912 files and directories currently installed.) 22:03:51 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:51 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:03:51 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:03:51 (Reading database ... 13912 files and directories currently installed.) 22:03:51 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:51 $ docker stop --time=1 0af98989f8c052478e2f9dfe3e488be4746ac518d4995485b3bbdc28bdeb56a5 22:03:52 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:03:52 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:03:52 (Reading database ... 13912 files and directories currently installed.) 22:03:52 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:52 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:03:52 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:03:52 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:03:53 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:03:53 (Reading database ... 13912 files and directories currently installed.) 22:03:53 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:03:53 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:03:53 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:03:53 (Reading database ... 13912 files and directories currently installed.) 22:03:53 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:03:54 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:03:54 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:03:54 (Reading database ... 13914 files and directories currently installed.) 22:03:54 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:03:54 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:03:54 Setting up debconf (1.5.66ubuntu1) ... 22:03:54 $ docker rm -f 0af98989f8c052478e2f9dfe3e488be4746ac518d4995485b3bbdc28bdeb56a5 22:03:54 (Reading database ... 13914 files and directories currently installed.) 22:03:54 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:03:54 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:03:54 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:03:54 (Reading database ... 13914 files and directories currently installed.) 22:03:54 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:03:54 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:03:55 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:03:55 (Reading database ... 13914 files and directories currently installed.) 22:03:55 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:03:55 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:03:55 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:03:55 (Reading database ... 13914 files and directories currently installed.) 22:03:55 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:03:55 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 22:03:55 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 22:03:55 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:03:55 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:03:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:03:56 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:03:56 (Reading database ... 13914 files and directories currently installed.) 22:03:56 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:03:56 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:03:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:03:56 22:03:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 22:03:56 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:03:56 (Reading database ... 13914 files and directories currently installed.) 22:03:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [Pipeline] sh 22:03:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:03:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:03:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:03:56 latest: Pulling from edgex-devops/edgex-compose-arm64 22:03:56 29e5d40040c1: Pulling fs layer 22:03:56 1ce36da41761: Pulling fs layer 22:03:56 25b303627fd3: Pulling fs layer 22:03:56 (Reading database ... 13914 files and directories currently installed.) 22:03:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:03:56 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:03:56 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:03:57 (Reading database ... 13914 files and directories currently installed.) 22:03:57 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:03:57 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:03:57 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:03:57 29e5d40040c1: Verifying Checksum 22:03:57 29e5d40040c1: Download complete 22:03:57 (Reading database ... 13914 files and directories currently installed.) 22:03:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:03:57 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:03:57 Setting up passwd (1:4.5-1ubuntu2) ... 22:03:57 1ce36da41761: Verifying Checksum 22:03:57 1ce36da41761: Download complete 22:03:57 29e5d40040c1: Pull complete 22:03:57 (Reading database ... 13914 files and directories currently installed.) 22:03:57 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 22:03:57 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:03:57 Setting up gpgv (2.2.4-1ubuntu1.3) ... 22:03:58 (Reading database ... 13914 files and directories currently installed.) 22:03:58 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:03:58 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:03:58 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:03:58 (Reading database ... 13914 files and directories currently installed.) 22:03:58 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:03:58 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:03:58 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:03:58 (Reading database ... 13914 files and directories currently installed.) 22:03:58 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:03:58 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:03:58 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:03:59 (Reading database ... 13914 files and directories currently installed.) 22:03:59 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:03:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:03:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:03:59 (Reading database ... 13914 files and directories currently installed.) 22:03:59 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:03:59 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:03:59 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:03:59 1ce36da41761: Pull complete 22:03:59 (Reading database ... 13914 files and directories currently installed.) 22:03:59 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:03:59 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:03:59 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:03:59 25b303627fd3: Download complete 22:03:59 (Reading database ... 13915 files and directories currently installed.) 22:03:59 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:03:59 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:03:59 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:03:59 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:04:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:04:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:04:00 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 22:04:00 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 22:04:00 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:04:00 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:04:00 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:04:00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:04:01 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:04:01 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:04:01 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:04:01 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:04:01 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:04:01 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:04:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:04:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:04:01 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:04:01 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:04:01 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 22:04:01 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 22:04:02 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:04:02 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:04:02 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:04:02 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:04:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:04:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:04:03 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:04:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:04:03 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:04:03 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:04:03 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:04:03 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:04:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:04 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:04 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:04 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:06 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:06 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:07 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:08 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:04:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:04:08 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:04:08 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:04:08 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:04:08 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:04:08 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:04:08 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:04:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:04:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:04:09 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:04:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:04:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:04:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:04:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:04:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:04:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:04:09 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:04:09 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:04:09 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:04:09 25b303627fd3: Pull complete 22:04:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:04:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:04:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:04:09 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:04:09 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:04:09 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:04:09 Setting up tzdata (2020f-0ubuntu0.18.04) ... 22:04:09 22:04:09 Current default time zone: 'Etc/UTC' 22:04:09 Local time is now: Wed Jan 20 22:04:09 UTC 2021. 22:04:09 Universal Time is now: Wed Jan 20 22:04:09 UTC 2021. 22:04:09 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:04:09 22:04:09 Setting up systemd-sysv (237-3ubuntu10.44) ... 22:04:10 prd-ubuntu18.04-docker-arm64-4c-16g-21689 does not seem to be running inside a container 22:04:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:04:10 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 22:04:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:04:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:04:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:04:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:04:10 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:04:10 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:04:10 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:04:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:04:10 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:04:10 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:04:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:04:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:04:10 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:04:10 Setting up patch (2.7.6-2ubuntu1.1) ... 22:04:10 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:04:10 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:04:10 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 22:04:10 Installing new version of config file /etc/ssl/openssl.cnf ... 22:04:10 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:04:10 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:04:10 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 22:04:12 Updating certificates in /etc/ssl/certs... 22:04:13 $ docker top 23bafffe432a953ac4867be9996ff959229cf1a1fbeb03f92f99e71815ed3594 -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:13 22 added, 17 removed; done. 22:04:13 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:04:13 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:04:13 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:04:13 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:04:13 Setting up pkgbinarymangler (138.18.04.1) ... 22:04:13 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:04:13 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:04:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:04:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:04:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:04:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:04:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:04:14 Setting up perl (5.26.1-6ubuntu0.5) ... 22:04:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:04:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:04:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:04:14 + docker-compose build --help 22:04:14 + grep parallel 22:04:14 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:04:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:04:14 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:04:14 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:04:14 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:04:14 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:04:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:04:14 Processing triggers for systemd (237-3ubuntu10.44) ... 22:04:14 Processing triggers for mime-support (3.60ubuntu1) ... 22:04:14 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 22:04:14 Updating certificates in /etc/ssl/certs... 22:04:15 0 added, 0 removed; done. 22:04:15 Running hooks in /etc/ca-certificates/update.d... 22:04:15 done. 22:04:15 Reading package lists... 22:04:15 Building dependency tree... 22:04:15 Reading state information... 22:04:16 The following NEW packages will be installed: 22:04:16 apt-transport-https 22:04:16 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:04:16 Need to get 1696 B of archives. 22:04:16 After this operation, 153 kB of additional disk space will be used. 22:04:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:04:16 debconf: delaying package configuration, since apt-utils is not installed 22:04:16 Fetched 1696 B in 0s (8402 B/s) 22:04:16 Selecting previously unselected package apt-transport-https. 22:04:16 (Reading database ... 13929 files and directories currently installed.) 22:04:16 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:04:16 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:04:16 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:04:16 Waiting for network to be ready... 22:04:17 --parallel Build images in parallel. [Pipeline] } 22:04:17 $ docker stop --time=1 23bafffe432a953ac4867be9996ff959229cf1a1fbeb03f92f99e71815ed3594 22:04:19 $ docker rm -f 23bafffe432a953ac4867be9996ff959229cf1a1fbeb03f92f99e71815ed3594 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:04:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:04:20 . [Pipeline] withDockerContainer 22:04:20 prd-ubuntu18.04-docker-arm64-4c-16g-21689 does not seem to be running inside a container 22:04:21 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:04:22 $ docker top 4beb301edba55809550c631416818cfafe884a37e8f55919babfb0b91c5431f2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:23 2021-01-20T22:04:19Z INFO Waiting for automatic snapd restart... 22:04:23 snapd 2.48.2 from Canonical* installed 22:04:23 + docker-compose -f ./docker-compose-build.yml build --parallel 22:04:23 "snapd" switched to the "latest/stable" channel 22:04:23 22:04:27 core18 20201210 from Canonical* installed 22:04:27 "core18" switched to the "latest/stable" channel 22:04:27 22:04:27 Building docker-core-command-go ... 22:04:27 Building docker-core-data-go ... 22:04:27 Building docker-core-metadata-go ... 22:04:27 Building docker-security-bootstrap-redis-go ... 22:04:27 Building docker-security-proxy-setup-go ... 22:04:27 Building docker-security-secretstore-setup-go ... 22:04:27 Building docker-support-notifications-go ... 22:04:27 Building docker-support-scheduler-go ... 22:04:27 Building docker-sys-mgmt-agent-go ... 22:04:27 Building docker-security-secretstore-setup-go 22:04:27 Building docker-security-proxy-setup-go 22:04:27 Building docker-core-metadata-go 22:04:27 Building docker-support-scheduler-go 22:04:27 Building docker-security-bootstrap-redis-go 22:04:30 snapcraft 4.4.4 from Canonical* installed 22:04:30 "snapcraft" switched to the "latest/stable" channel 22:04:30 22:04:33 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: 22:04:33 - README.md 22:04:33 - snapcraft.yaml.orig 22:04:33 22:04:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:04:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:04:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:04:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:04:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:04:41 Reading package lists... 22:04:41 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 22:04:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:04:48 Reading package lists... 22:04:48 Building dependency tree... 22:04:48 Reading state information... 22:04:48 Suggested packages: 22:04:48 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:04:48 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:04:48 Recommended packages: 22:04:48 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:04:48 The following NEW packages will be installed: 22:04:48 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:04:48 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:04:48 pkg-config zip 22:04:48 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:04:48 Need to get 7655 kB of archives. 22:04:48 After this operation, 43.7 MB of additional disk space will be used. 22:04:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:04:48 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:04:48 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:04:48 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:04:48 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:04:48 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:04:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:04:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:04:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:04:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:04:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:04:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:04:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:04:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:04:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:04:49 debconf: delaying package configuration, since apt-utils is not installed 22:04:49 Fetched 7655 kB in 1s (6725 kB/s) 22:04:49 Selecting previously unselected package libglib2.0-0:amd64. 22:04:49 (Reading database ... 13933 files and directories currently installed.) 22:04:49 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:04:49 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:04:49 Selecting previously unselected package libpsl5:amd64. 22:04:49 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:04:49 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:04:50 Selecting previously unselected package libnghttp2-14:amd64. 22:04:50 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:04:50 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:04:50 Selecting previously unselected package librtmp1:amd64. 22:04:50 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:04:50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:04:50 Selecting previously unselected package libcurl3-gnutls:amd64. 22:04:50 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:04:50 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:04:50 Selecting previously unselected package liberror-perl. 22:04:50 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:04:50 Unpacking liberror-perl (0.17025-1) ... 22:04:50 Selecting previously unselected package git-man. 22:04:50 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:04:50 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:04:50 Selecting previously unselected package git. 22:04:50 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:04:50 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:04:51 Selecting previously unselected package libnorm1:amd64. 22:04:51 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:04:51 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:04:51 Selecting previously unselected package libpgm-5.2-0:amd64. 22:04:51 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:04:51 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:04:51 Selecting previously unselected package libsodium23:amd64. 22:04:51 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:04:51 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:04:51 Selecting previously unselected package libzmq5:amd64. 22:04:51 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:04:51 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:04:51 Selecting previously unselected package libzmq3-dev:amd64. 22:04:51 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:04:51 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:04:52 Selecting previously unselected package pkg-config. 22:04:52 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:04:52 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:04:52 Selecting previously unselected package zip. 22:04:52 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:04:52 Unpacking zip (3.0-11build1) ... 22:04:52 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:04:52 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:04:52 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:04:52 Setting up liberror-perl (0.17025-1) ... 22:04:52 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:04:52 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:04:52 No schema files found: doing nothing. 22:04:52 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:04:52 Setting up zip (3.0-11build1) ... 22:04:52 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:04:52 Setting up libsodium23:amd64 (1.0.16-2) ... 22:04:52 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:04:52 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:04:52 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:04:52 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:04:52 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:04:52 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:04:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:04:59 git set to automatically installed. 22:04:59 git-man set to automatically installed. 22:04:59 libcurl3-gnutls set to automatically installed. 22:04:59 liberror-perl set to automatically installed. 22:04:59 libglib2.0-0 set to automatically installed. 22:04:59 libnghttp2-14 set to automatically installed. 22:04:59 libnorm1 set to automatically installed. 22:04:59 libpgm-5.2-0 set to automatically installed. 22:04:59 libpsl5 set to automatically installed. 22:04:59 librtmp1 set to automatically installed. 22:04:59 libsodium23 set to automatically installed. 22:04:59 libzmq3-dev set to automatically installed. 22:04:59 libzmq5 set to automatically installed. 22:04:59 pkg-config set to automatically installed. 22:04:59 zip set to automatically installed. 22:05:00 snapd is not logged in, snap install commands will use sudo 22:05:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:05:07 snap "core18" has no updates available 22:05:08 Pulling config-common 22:05:09 Pulling go-build-helper 22:05:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:05:31 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:05:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 22:05:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 22:05:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:05:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:05:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 22:05:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 22:05:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 22:05:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 22:05:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:05:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:05:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:05:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:05:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:05:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:05:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:05:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:05:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:05:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 22:05:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 22:05:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 22:05:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 22:05:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 22:05:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 22:05:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 22:05:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 22:05:31 Fetched 23.8 MB in 0s (0 B/s) 22:05:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:05:31 Fetched 96.5 kB in 0s (0 B/s) 22:05:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:05:31 Fetched 279 kB in 0s (0 B/s) 22:05:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:05:31 Fetched 122 kB in 0s (0 B/s) 22:05:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:05:31 Fetched 77.8 kB in 0s (0 B/s) 22:05:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:05:31 Fetched 8848 B in 0s (0 B/s) 22:05:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:05:31 Fetched 47.8 kB in 0s (0 B/s) 22:05:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:05:31 Fetched 45.6 kB in 0s (0 B/s) 22:05:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:05:31 Fetched 15.0 kB in 0s (0 B/s) 22:05:31 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:05:31 Fetched 214 kB in 0s (0 B/s) 22:05:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 22:05:31 Fetched 155 kB in 0s (0 B/s) 22:05:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:05:31 Fetched 50.6 kB in 0s (0 B/s) 22:05:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:05:31 Fetched 14.8 kB in 0s (0 B/s) 22:05:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:05:31 Fetched 41.8 kB in 0s (0 B/s) 22:05:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:05:31 Fetched 499 kB in 0s (0 B/s) 22:05:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:05:31 Fetched 111 kB in 0s (0 B/s) 22:05:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:05:31 Fetched 240 kB in 0s (0 B/s) 22:05:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:05:31 Fetched 29.3 kB in 0s (0 B/s) 22:05:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:05:31 Fetched 85.5 kB in 0s (0 B/s) 22:05:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:05:31 Fetched 24.5 kB in 0s (0 B/s) 22:05:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:05:31 Fetched 49.2 kB in 0s (0 B/s) 22:05:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:05:31 Fetched 54.2 kB in 0s (0 B/s) 22:05:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:05:31 Fetched 30.8 kB in 0s (0 B/s) 22:05:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 22:05:31 Fetched 17.0 kB in 0s (0 B/s) 22:05:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:05:31 Fetched 85.9 kB in 0s (0 B/s) 22:05:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:05:31 Fetched 8720 B in 0s (0 B/s) 22:05:31 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:05:31 Fetched 137 kB in 0s (0 B/s) 22:05:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:05:31 Fetched 119 kB in 0s (0 B/s) 22:05:31 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:05:31 Fetched 109 kB in 0s (0 B/s) 22:05:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:05:31 Fetched 11.1 kB in 0s (0 B/s) 22:05:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:05:31 Fetched 645 kB in 0s (0 B/s) 22:05:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:05:31 Fetched 41.3 kB in 0s (0 B/s) 22:05:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:05:31 Fetched 17.9 kB in 0s (0 B/s) 22:05:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:05:31 Fetched 368 kB in 0s (0 B/s) 22:05:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:05:31 Fetched 187 kB in 0s (0 B/s) 22:05:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:05:31 Fetched 175 kB in 0s (0 B/s) 22:05:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:05:33 Fetched 206 kB in 0s (0 B/s) 22:05:33 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 22:05:33 Fetched 1301 kB in 0s (0 B/s) 22:05:33 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:05:33 Fetched 36.2 kB in 0s (0 B/s) 22:05:33 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:05:33 Fetched 159 kB in 0s (0 B/s) 22:05:33 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:05:33 Fetched 107 kB in 0s (0 B/s) 22:05:33 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:05:33 Fetched 48.7 kB in 0s (0 B/s) 22:05:33 Pulling static-packages 22:05:34 'go115' has dependencies that need to be staged: static-packages go-build-helper 22:05:34 Skipping pull go-build-helper (already ran) 22:05:34 Skipping pull static-packages (already ran) 22:05:34 Building go-build-helper 22:05:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:05:35 ---> 7cd2bcf0809c 22:05:35 Step 3/22 : WORKDIR /edgex-go 22:05:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:05:35 ---> 7cd2bcf0809c 22:05:35 Step 3/21 : WORKDIR /edgex-go 22:05:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:05:35 ---> 7cd2bcf0809c 22:05:35 Step 3/24 : WORKDIR /edgex-go 22:05:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:05:35 ---> 7cd2bcf0809c 22:05:35 Step 3/22 : WORKDIR /edgex-go 22:05:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:05:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:05:36 ---> 7cd2bcf0809c 22:05:36 Step 3/21 : WORKDIR /edgex-go 22:05:38 Building static-packages 22:05:39 Staging go-build-helper 22:05:40 ---> Running in a1c84082b3da 22:05:40 ---> Running in 67d604b9c7b6 22:05:40 ---> Running in b313ed9c0b60 22:05:40 ---> Running in 29c0fc44fb67 22:05:40 ---> Running in ee9d280e8a1a 22:05:40 Removing intermediate container ee9d280e8a1a 22:05:40 ---> 1d3ecee373ca 22:05:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:40 Removing intermediate container a1c84082b3da 22:05:40 ---> 825c1f7ad36f 22:05:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:40 Removing intermediate container 67d604b9c7b6 22:05:40 ---> 73f8f1265081 22:05:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:40 Removing intermediate container b313ed9c0b60 22:05:40 ---> fa1b96f8db5c 22:05:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:40 Removing intermediate container 29c0fc44fb67 22:05:40 ---> f1a0de6f9f7f 22:05:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:40 ---> Running in b93d0cd50b98 22:05:40 ---> Running in 663d676c5051 22:05:40 ---> Running in 39986cd7c4bc 22:05:40 ---> Running in 43b7f0749489 22:05:40 ---> Running in 165b58666b43 22:05:40 Staging static-packages 22:05:41 Pulling go115 22:05:42 'edgex-go' has dependencies that need to be staged: go115 22:05:42 Skipping pull go115 (already ran) 22:05:42 Building go115 22:05:42 % Total % Received % Xferd Average Speed Time Time Time Current 22:05:42 Dload Upload Total Spent Left Speed 22:05:44 Removing intermediate container 663d676c5051 22:05:44 ---> 0dd307c4b899 22:05:44 Step 5/21 : RUN apk add --update --no-cache make git 22:05:44 ---> Running in 080c08d209b5 22:05:44 Removing intermediate container 39986cd7c4bc 22:05:44 ---> 774d8185ff58 22:05:44 Step 5/21 : RUN apk add --update --no-cache make git 22:05:44 Removing intermediate container 43b7f0749489 22:05:44 ---> 5d0a05e7b547 22:05:44 Step 5/22 : RUN apk add --update --no-cache make git 22:05:44 ---> Running in b8d22f78fd9d 22:05:45 ---> Running in c0d8423d9ab3 22:05:45 Removing intermediate container 165b58666b43 22:05:45 ---> e9a9ba92e5fd 22:05:45 Step 5/24 : RUN apk add --update --no-cache make git 22:05:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.0M 0 0 22.1M 0 0:00:05 --:--:-- 0:00:05 22.0M 43 115M 43 50.5M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 33.0M 84 115M 84 98.2M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M 100 115M 100 115M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M 22:05:45 Removing intermediate container b93d0cd50b98 22:05:45 ---> 7402e23a3957 22:05:45 Step 5/22 : RUN apk add --update --no-cache make git 22:05:45 ---> Running in 35112e362417 22:05:45 ---> Running in 8745cb7a242c 22:05:45 go1.15.2.linux-amd64.tar.gz: OK 22:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:48 OK: 217 MiB in 51 packages 22:05:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:49 OK: 217 MiB in 51 packages 22:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:49 OK: 217 MiB in 51 packages 22:05:49 OK: 217 MiB in 51 packages 22:05:49 Removing intermediate container 080c08d209b5 22:05:49 ---> 05e58391f1ca 22:05:49 Step 6/21 : COPY go.mod . 22:05:50 Staging go115 22:05:50 ---> 601cae15cfa5 22:05:50 Step 7/21 : RUN go mod download 22:05:50 Removing intermediate container b8d22f78fd9d 22:05:50 ---> 79ecada9adfa 22:05:50 Step 6/21 : COPY go.mod . 22:05:50 ---> Running in 479c95cdd86d 22:05:50 Removing intermediate container 35112e362417 22:05:50 ---> fd23812631c0 22:05:50 Step 6/24 : COPY go.mod . 22:05:51 Removing intermediate container c0d8423d9ab3 22:05:51 ---> fb112cf2da60 22:05:51 Step 6/22 : COPY go.mod . 22:05:51 OK: 217 MiB in 51 packages 22:05:52 ---> 881328a54d86 22:05:52 Step 7/21 : RUN go mod download 22:05:52 ---> 9142ee657e9c 22:05:52 Step 7/24 : RUN go mod download 22:05:52 ---> a7cb6cc85aeb 22:05:52 Step 7/22 : RUN go mod download 22:05:52 ---> Running in e48b577f546f 22:05:52 ---> Running in 5d7199702cc2 22:05:52 ---> Running in fde1a4462200 22:05:52 Removing intermediate container 8745cb7a242c 22:05:52 ---> 2eaa80ae7d8b 22:05:52 Step 6/22 : COPY go.mod . 22:05:53 ---> af6f23992106 22:05:53 Step 7/22 : RUN go mod download 22:05:54 ---> Running in c668953d06a2 22:05:54 Removing intermediate container 479c95cdd86d 22:05:54 ---> e570a71de432 22:05:54 Step 8/21 : COPY . . 22:05:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:05:55 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:05:55 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:05:55 Fetched 88.7 kB in 0s (0 B/s) 22:05:55 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:05:55 Fetched 224 kB in 0s (0 B/s) 22:05:55 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:05:55 Fetched 157 kB in 0s (0 B/s) 22:05:55 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:05:55 Fetched 221 kB in 0s (0 B/s) 22:05:55 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:05:55 Fetched 143 kB in 0s (0 B/s) 22:05:55 Pulling edgex-go 22:05:56 Pulling version 22:05:57 Building config-common 22:05:57 Removing intermediate container e48b577f546f 22:05:57 ---> 94038c902973 22:05:57 Step 8/21 : COPY . . 22:05:57 Removing intermediate container 5d7199702cc2 22:05:57 ---> 00f6cbfff660 22:05:57 Step 8/24 : COPY . . 22:05:58 Removing intermediate container fde1a4462200 22:05:58 ---> 01b46c03c93b 22:05:58 Step 8/22 : COPY . . 22:05:58 Skipping build go-build-helper (already ran) 22:05:58 Skipping build static-packages (already ran) 22:05:58 Skipping build go115 (already ran) 22:05:58 Building edgex-go 22:05:59 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 22:05:59 Removing intermediate container c668953d06a2 22:05:59 ---> 9315e9e7251f 22:05:59 Step 8/22 : COPY . . 22:06:00 go: downloading github.com/gorilla/mux v1.8.0 22:06:00 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 22:06:00 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 22:06:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 22:06:00 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:06:00 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:06:00 go: downloading github.com/pelletier/go-toml v1.2.0 22:06:00 go: downloading github.com/google/uuid v1.1.5 22:06:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 22:06:00 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 22:06:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 22:06:00 go: downloading github.com/go-kit/kit v0.8.0 22:06:00 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:06:00 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:06:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:06:00 go: downloading github.com/pkg/errors v0.8.1 22:06:00 go: downloading github.com/pebbe/zmq4 v1.2.2 22:06:00 go: downloading github.com/BurntSushi/toml v0.3.1 22:06:00 go: downloading github.com/imdario/mergo v0.3.11 22:06:00 go: downloading gopkg.in/yaml.v2 v2.4.0 22:06:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:06:00 go: downloading github.com/hashicorp/consul/api v1.1.0 22:06:00 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:06:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:06:00 go: downloading github.com/x448/float16 v0.8.4 22:06:00 go: downloading github.com/leodido/go-urn v1.2.0 22:06:00 go: downloading github.com/go-playground/universal-translator v0.17.0 22:06:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:06:00 go: downloading github.com/mitchellh/copystructure v1.0.0 22:06:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:06:00 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:06:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:06:00 go: downloading github.com/hashicorp/serf v0.8.2 22:06:00 go: downloading github.com/go-playground/locales v0.13.0 22:06:00 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:06:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:06:00 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:06:01 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:06:01 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:06:01 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:06:07 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 22:06:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:06:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:06:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:06:13 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 22:06:13 go: downloading github.com/stretchr/testify v1.6.1 22:06:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:06:13 go: downloading github.com/davecgh/go-spew v1.1.1 22:06:13 go: downloading github.com/pmezard/go-difflib v1.0.0 22:06:15 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 22:06:15 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:06:15 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:06:16 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 22:06:17 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 22:06:17 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:06:18 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 22:06:19 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 22:06:20 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 22:06:20 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:06:21 ---> b7c0735777ac 22:06:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:06:21 ---> def35e176fb7 22:06:21 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:06:21 ---> 1858d3185904 22:06:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:06:21 ---> 6a6108510592 22:06:21 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:06:21 ---> Running in 5f5f46b96219 22:06:21 ---> Running in b6e007a20617 22:06:21 ---> 9eace875af46 22:06:21 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:06:21 ---> Running in cee01d7ebbc7 22:06:21 ---> Running in b9c71eaca8e3 22:06:21 ---> Running in d419ab6065a7 22:06:22 Building version 22:06:23 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 22:06:23 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 22:06:23 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 22:06:23 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 22:06:23 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 22:06:24 Staging config-common 22:06:25 Skipping stage go-build-helper (already ran) 22:06:25 Skipping stage static-packages (already ran) 22:06:25 Skipping stage go115 (already ran) 22:06:25 Staging edgex-go 22:06:26 Staging version 22:06:27 Priming config-common 22:06:28 Priming go-build-helper 22:06:28 Priming static-packages 22:06:31 Priming go115 22:06:32 Priming edgex-go 22:06:33 Priming version 22:06:33 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] } 22:07:45 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 22:07:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:07:56 Removing intermediate container cee01d7ebbc7 22:07:56 ---> 80f27aba90a1 22:07:56 22:07:56 Step 10/24 : FROM alpine:3.12 22:07:56 Removing intermediate container b9c71eaca8e3 22:07:56 ---> 3c3e72d70267 22:07:56 22:07:56 Step 10/22 : FROM alpine:3.12 22:07:56 3.12: Pulling from library/alpine 22:07:56 3.12: Pulling from library/alpine 22:07:57 Removing intermediate container 5f5f46b96219 22:07:57 ---> 6a8c5594822d 22:07:57 22:07:57 Step 10/21 : FROM scratch 22:07:57 ---> 22:07:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:07:57 ---> Running in 42f32a6c4af5 22:07:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:07:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:07:57 Status: Downloaded newer image for alpine:3.12 22:07:57 Status: Image is up to date for alpine:3.12 22:07:57 ---> afeebe901d6b 22:07:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:07:57 ---> afeebe901d6b 22:07:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:07:58 ---> Running in cd0111c04ec1 22:07:58 ---> Running in 0b18d0cd697d 22:07:58 Removing intermediate container 42f32a6c4af5 22:07:58 ---> c7e4372a30fe 22:07:58 Step 12/21 : ENV APP_PORT=48085 22:07:58 ---> Running in cd5feb9f0c48 22:07:58 Removing intermediate container b6e007a20617 22:07:58 ---> f996441bb66b 22:07:58 22:07:58 Step 10/21 : FROM alpine:3.12 22:07:58 ---> afeebe901d6b 22:07:58 Step 11/21 : RUN apk add --update --no-cache curl 22:07:59 ---> Running in 8fe125c8db68 22:07:59 Removing intermediate container cd5feb9f0c48 22:07:59 ---> 7c38ecf3895d 22:07:59 Step 13/21 : EXPOSE $APP_PORT 22:07:59 ---> Running in ed9363b9e7a3 22:08:01 Removing intermediate container ed9363b9e7a3 22:08:01 ---> 0e176daa53d1 22:08:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 22:08:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:08:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:08:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:08:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:08:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:08:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:08:02 ---> 0cf85b69bf90 22:08:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:08:02 (1/5) Installing ca-certificates (20191127-r4) 22:08:02 (1/4) Installing ca-certificates (20191127-r4) 22:08:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:08:02 (3/5) Installing libcurl (7.69.1-r3) 22:08:02 (4/5) Installing curl (7.69.1-r3) 22:08:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:08:02 (5/5) Installing dumb-init (1.2.2-r1) 22:08:02 (3/4) Installing libcurl (7.69.1-r3) 22:08:02 Executing busybox-1.31.1-r19.trigger 22:08:02 (4/4) Installing curl (7.69.1-r3) 22:08:02 Executing ca-certificates-20191127-r4.trigger 22:08:02 Executing busybox-1.31.1-r19.trigger 22:08:02 Executing ca-certificates-20191127-r4.trigger 22:08:02 (1/5) Installing ca-certificates (20191127-r4) 22:08:02 OK: 7 MiB in 19 packages 22:08:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:08:02 (3/5) Installing libcurl (7.69.1-r3) 22:08:02 (4/5) Installing curl (7.69.1-r3) 22:08:02 (5/5) Installing dumb-init (1.2.2-r1) 22:08:02 Executing busybox-1.31.1-r19.trigger 22:08:02 OK: 7 MiB in 18 packages 22:08:02 Executing ca-certificates-20191127-r4.trigger 22:08:03 OK: 7 MiB in 19 packages 22:08:04 ---> 7dc123a1e5f6 22:08:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:08:06 Removing intermediate container cd0111c04ec1 22:08:06 ---> 2508b9c461b1 22:08:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:08:06 ---> Running in fdd2969af77f 22:08:06 Removing intermediate container 8fe125c8db68 22:08:06 ---> 914d69aa3352 22:08:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:08:06 ---> 563a4f5e2283 22:08:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:08:06 Removing intermediate container 0b18d0cd697d 22:08:06 ---> 695dc1843a72 22:08:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:08:06 ---> Running in 270c33ea806f 22:08:06 ---> Running in 851813f352dd 22:08:06 ---> Running in e049bd826eca 22:08:06 Removing intermediate container fdd2969af77f 22:08:06 ---> adbef40c0e64 22:08:06 Step 13/22 : WORKDIR / 22:08:06 ---> Running in cc826587927f 22:08:07 Removing intermediate container 270c33ea806f 22:08:07 ---> 179ea91a1e85 22:08:07 Step 13/21 : WORKDIR /edgex 22:08:07 Removing intermediate container e049bd826eca 22:08:07 ---> 420529e4ab80 22:08:07 Step 13/24 : WORKDIR / 22:08:07 ---> Running in d5f6de619d17 22:08:07 Removing intermediate container 851813f352dd 22:08:07 ---> f3868a8a4acf 22:08:07 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:08:07 ---> Running in 100e942b6f1c 22:08:08 Removing intermediate container cc826587927f 22:08:08 ---> 65ae6c886e2c 22:08:08 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:08:08 ---> Running in 0b26904ab528 22:08:08 Removing intermediate container d5f6de619d17 22:08:08 ---> 2b335c606db4 22:08:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:08:08 Removing intermediate container 100e942b6f1c 22:08:08 ---> ac631ebd3b14 22:08:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:08:09 Removing intermediate container 0b26904ab528 22:08:09 ---> 03ffc5542e02 22:08:09 Step 19/21 : LABEL arch=arm64 22:08:09 ---> ff481f8b671e 22:08:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:08:09 ---> Running in b0c2ad13f0c2 22:08:09 Removing intermediate container d419ab6065a7 22:08:09 ---> 7866f6d28b78 22:08:09 22:08:09 Step 10/22 : FROM scratch 22:08:09 ---> 22:08:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:08:09 ---> 9b52f9adb0dc 22:08:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:08:09 ---> Using cache 22:08:09 ---> c7e4372a30fe 22:08:09 Step 12/22 : ENV APP_PORT=48081 22:08:09 ---> 9a6435f0dc31 22:08:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:08:10 ---> Running in 34a6075925b1 22:08:10 Removing intermediate container b0c2ad13f0c2 22:08:10 ---> 9f1761fadf9a 22:08:10 Step 20/21 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:08:10 ---> Running in c4988d2d2843 22:08:11 Removing intermediate container 34a6075925b1 22:08:11 ---> 24aca446766b 22:08:11 Step 13/22 : EXPOSE $APP_PORT 22:08:11 ---> b3780aacd94b 22:08:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 22:08:11 ---> Running in ea7e6333d854 22:08:11 ---> 3e026e8c93d0 22:08:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:08:11 ---> 70bc869ade1d 22:08:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:08:11 Removing intermediate container c4988d2d2843 22:08:11 ---> 3112ae6bcf91 22:08:11 Step 21/21 : LABEL version=0.0.0 22:08:11 ---> Running in ca0cbe6450e6 22:08:11 Removing intermediate container ea7e6333d854 22:08:11 ---> 8cd4da190c04 22:08:11 Step 14/22 : WORKDIR / 22:08:12 ---> Running in 16120ec81f37 22:08:12 ---> 5769193ead63 22:08:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:08:12 Removing intermediate container ca0cbe6450e6 22:08:12 ---> ce53ad7b0550 22:08:12 22:08:12 ---> 6b4584f1cd67 22:08:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:08:13 Successfully built ce53ad7b0550 22:08:13 ---> 60e4b6167509 22:08:13 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:08:13 Removing intermediate container 16120ec81f37 22:08:13 ---> 8b92c61d521a 22:08:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:08:13 Successfully tagged docker-support-scheduler-go-arm64:latest 22:08:13  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 22:08:13 ---> 46a8b145aa60 22:08:13 Step 18/22 : RUN chmod +x entrypoint.sh 22:08:13 ---> Running in 826e60d92678 22:08:13 ---> Running in a579d97af6a2 22:08:13 ---> d19856806beb 22:08:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:08:14 Removing intermediate container 826e60d92678 22:08:14 ---> 83877004c7c2 22:08:14 Step 18/21 : CMD ["--init=true"] 22:08:14 ---> 409a2f7d6d82 22:08:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:08:14 ---> Running in 234ca0acb674 22:08:15 Removing intermediate container 234ca0acb674 22:08:15 ---> ee15f41a31d5 22:08:15 Step 19/21 : LABEL arch=arm64 22:08:16 ---> b03e8dc3f915 22:08:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:08:16 ---> 686e7e72b312 22:08:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:08:16 ---> Running in 8ff3614196cf 22:08:18 Removing intermediate container 8ff3614196cf 22:08:18 ---> 6a0ef046858d 22:08:18 Step 20/21 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:08:18 Removing intermediate container a579d97af6a2 22:08:18 ---> 12658749103d 22:08:18 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 22:08:18 ---> d7a1673091e8 22:08:18 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:08:18 ---> Running in 80ee43b10e22 22:08:18 ---> 32d2a77a9637 22:08:18 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/ 22:08:18 ---> Running in 948fc910ffe3 22:08:18 ---> Running in 9a31225348a3 22:08:18 ---> Running in 6d6555e68d75 22:08:19 Removing intermediate container 80ee43b10e22 22:08:19 ---> 8d6ad657b0ea 22:08:19 Step 21/21 : LABEL version=0.0.0 22:08:19 ---> Running in 5e7bf00dc650 22:08:19 Removing intermediate container 948fc910ffe3 22:08:19 ---> 7919b9c2f059 22:08:19 Step 20/22 : LABEL arch=arm64 22:08:19 Removing intermediate container 9a31225348a3 22:08:19 ---> 4dce896b56f5 22:08:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:08:19 ---> Running in 6cbc89a22c7c 22:08:19 ---> Running in f3c018ddd500 22:08:20 Removing intermediate container 5e7bf00dc650 22:08:20 ---> 107865ec6aaf 22:08:20 22:08:20 Removing intermediate container 6cbc89a22c7c 22:08:20 ---> 6ff464347199 22:08:20 Step 20/22 : LABEL arch=arm64 22:08:20 Removing intermediate container f3c018ddd500 22:08:20 ---> aaa4cdd74864 22:08:20 Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:08:20 Successfully built 107865ec6aaf 22:08:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:08:20  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 22:08:20 ---> Running in 4447ef9a4864 22:08:20 ---> Running in 7a833a0c16cd 22:08:21 Removing intermediate container 7a833a0c16cd 22:08:21 ---> 0838ee498c9f 22:08:21 Step 22/22 : LABEL version=0.0.0 22:08:21 Removing intermediate container 4447ef9a4864 22:08:21 ---> 6e2c24255b9f 22:08:21 Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:08:21 ---> Running in a19edc74a26d 22:08:21 ---> Running in e454157f0687 22:08:21 Removing intermediate container 6d6555e68d75 22:08:21 ---> d5594a921715 22:08:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:08:22 ---> Running in 65ceaeb3642f 22:08:22 Removing intermediate container a19edc74a26d 22:08:22 ---> fd7e9033b779 22:08:22 22:08:22 Removing intermediate container e454157f0687 22:08:22 ---> 20eb5addf351 22:08:22 Step 22/22 : LABEL version=0.0.0 22:08:22 Successfully built fd7e9033b779 22:08:23 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 22:08:23  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 22:08:23 Removing intermediate container 65ceaeb3642f 22:08:23 ---> 58c22f32f857 22:08:23 Step 22/24 : LABEL arch=arm64 22:08:23 ---> Running in 6a15bb85bba0 22:08:23 ---> Running in f34ed6f3f3ee 22:08:24 Removing intermediate container 6a15bb85bba0 22:08:24 ---> 4632eefee8fb 22:08:24 22:08:24 Removing intermediate container f34ed6f3f3ee 22:08:24 ---> 8c05e8a12c8f 22:08:24 Step 23/24 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:08:24 Successfully built 4632eefee8fb 22:08:24 Successfully tagged docker-core-metadata-go-arm64:latest 22:08:24  Building docker-core-metadata-go ... done Building docker-support-notifications-go 22:08:24 ---> Running in 548eae3e19ff 22:08:25 Removing intermediate container 548eae3e19ff 22:08:25 ---> 3f4bd9b9c00d 22:08:25 Step 24/24 : LABEL version=0.0.0 22:08:25 ---> Running in 856fb9d97ca5 22:08:25 Removing intermediate container 856fb9d97ca5 22:08:25 ---> 5b6d35ca147e 22:08:25 22:08:26 Successfully built 5b6d35ca147e 22:08:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:08:53  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:08:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:08:53 ---> 7cd2bcf0809c 22:08:53 Step 3/26 : WORKDIR /edgex-go 22:08:53 ---> Using cache 22:08:53 ---> f1a0de6f9f7f 22:08:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:08:53 ---> Using cache 22:08:53 ---> e9a9ba92e5fd 22:08:53 Step 5/26 : RUN apk add --update --no-cache make bash git 22:09:01 ---> Running in 5c19b30256f8 22:09:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:04 OK: 217 MiB in 51 packages 22:09:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:09:05 ---> 7cd2bcf0809c 22:09:05 Step 3/22 : WORKDIR /edgex-go 22:09:05 ---> Using cache 22:09:05 ---> f1a0de6f9f7f 22:09:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:05 ---> Using cache 22:09:05 ---> e9a9ba92e5fd 22:09:05 Step 5/22 : RUN apk add --update --no-cache make git 22:09:05 ---> Using cache 22:09:05 ---> fd23812631c0 22:09:05 Step 6/22 : COPY go.mod . 22:09:05 ---> Using cache 22:09:05 ---> 9142ee657e9c 22:09:05 Step 7/22 : RUN go mod download 22:09:05 ---> Using cache 22:09:05 ---> 00f6cbfff660 22:09:05 Step 8/22 : COPY . . 22:09:05 ---> Using cache 22:09:05 ---> 1858d3185904 22:09:05 Step 9/22 : RUN make cmd/core-command/core-command 22:09:06 ---> Running in 148197d906fb 22:09:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:09:07 ---> 7cd2bcf0809c 22:09:07 Step 3/23 : WORKDIR /edgex-go 22:09:07 ---> Using cache 22:09:07 ---> f1a0de6f9f7f 22:09:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:07 ---> Using cache 22:09:07 ---> e9a9ba92e5fd 22:09:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:09:07 Removing intermediate container 5c19b30256f8 22:09:07 ---> b6c3981e89d3 22:09:07 Step 6/26 : COPY go.mod . 22:09:07 ---> Running in d8d09b18858e 22:09:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:09:07 ---> 7cd2bcf0809c 22:09:07 Step 3/24 : WORKDIR /edgex-go 22:09:07 ---> Using cache 22:09:07 ---> f1a0de6f9f7f 22:09:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:07 ---> Using cache 22:09:07 ---> e9a9ba92e5fd 22:09:07 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 22:09:07 ---> Running in 20316bcac472 22:09:08 ---> a7741c87002d 22:09:08 Step 7/26 : RUN go mod download 22:09: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 22:09:08 ---> Running in 4ce62cf0fcda 22:09:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:10 OK: 217 MiB in 51 packages 22:09:11 OK: 217 MiB in 51 packages 22:09:13 Removing intermediate container d8d09b18858e 22:09:13 ---> 961b45c0b86f 22:09:13 Step 6/23 : COPY go.mod . 22:09:13 Removing intermediate container 20316bcac472 22:09:13 ---> 60335dfcc013 22:09:13 Step 6/24 : COPY go.mod . 22:09:13 Removing intermediate container 4ce62cf0fcda 22:09:13 ---> 615ece426367 22:09:13 Step 8/26 : COPY . . 22:09:14 ---> 094e44d14ca3 22:09:14 Step 7/23 : RUN go mod download 22:09:14 ---> Running in 2bc43b555af4 22:09:14 ---> a782fbd4dfbb 22:09:14 Step 7/24 : RUN go mod download 22:09:15 ---> Running in ec40e29fa41e 22:09:20 Removing intermediate container 2bc43b555af4 22:09:20 ---> 0f2c92f1526a 22:09:20 Step 8/23 : COPY . . 22:09:21 Removing intermediate container ec40e29fa41e 22:09:21 ---> 07dd1affede7 22:09:21 Step 8/24 : COPY . . 22:09:43 ---> 04308bc87260 22:09:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:09:44 ---> Running in 34b26cd5227a 22:09:45 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 22:09:45 ---> 6afcc00c917e 22:09:45 Step 9/23 : RUN make cmd/core-data/core-data 22:09:46 ---> Running in d93f95e4751a 22:09:47 ---> dbdd8a75ab25 22:09:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:09:47 ---> Running in f182940ea8b7 22:09:49 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 22:09:49 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 22:09:51 Removing intermediate container 148197d906fb 22:09:51 ---> f6285d3dab48 22:09:51 22:09:51 Step 10/22 : FROM scratch 22:09:51 ---> 22:09:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:09:51 ---> Using cache 22:09:51 ---> c7e4372a30fe 22:09:51 Step 12/22 : ENV APP_PORT=48082 22:09:51 ---> Running in 443c4933f801 22:09:51 Removing intermediate container 443c4933f801 22:09:51 ---> 3a81abec6f58 22:09:51 Step 13/22 : EXPOSE $APP_PORT 22:09:51 ---> Running in c906eb85571d 22:09:52 Removing intermediate container c906eb85571d 22:09:52 ---> c960109785a0 22:09:52 Step 14/22 : WORKDIR / 22:09:52 ---> Running in 138d2ebb59ed 22:09:53 Removing intermediate container 138d2ebb59ed 22:09:53 ---> 70d47187b810 22:09:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:09:54 ---> 1370ab26ada4 22:09:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:09:56 ---> 623195a94b3e 22:09:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:09:57 ---> 1c36b71c7382 22:09:57 Step 18/22 : ENTRYPOINT ["/core-command"] 22:09:57 ---> Running in eaa650f889ba 22:09:58 Removing intermediate container eaa650f889ba 22:09:58 ---> 64e8f1bf5e68 22:09:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:09:58 ---> Running in ab677ee92818 22:09:59 Removing intermediate container ab677ee92818 22:09:59 ---> 8892f8a567b9 22:09:59 Step 20/22 : LABEL arch=arm64 22:09:59 ---> Running in bc77aa2ca954 22:09:59 Removing intermediate container bc77aa2ca954 22:09:59 ---> 45fc9c638741 22:09:59 Step 21/22 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:09:59 ---> Running in b18e31159720 22:10:00 Removing intermediate container b18e31159720 22:10:00 ---> 89113c131968 22:10:00 Step 22/22 : LABEL version=0.0.0 22:10:00 ---> Running in 021a735d4ad5 22:10:01 Removing intermediate container 021a735d4ad5 22:10:01 ---> 24a970a6dfcc 22:10:01 22:10:02 Successfully built 24a970a6dfcc 22:10:02 Successfully tagged docker-core-command-go-arm64:latest 22:10:49  Building docker-core-command-go ... done Removing intermediate container 34b26cd5227a 22:10:49 ---> da759ec76ecb 22:10:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:10:49 ---> Running in 2bf0b1d7038b 22:10:49 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 22:10:52 Removing intermediate container f182940ea8b7 22:10:52 ---> 53e60982656c 22:10:52 22:10:52 Step 10/24 : FROM scratch 22:10:52 ---> 22:10:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:10:52 ---> Running in b2d4caf6233a 22:10:53 Removing intermediate container b2d4caf6233a 22:10:53 ---> ee5dba892822 22:10:53 Step 12/24 : ENV APP_PORT=48060 22:10:53 Removing intermediate container 2bf0b1d7038b 22:10:53 ---> c15ae49811ff 22:10:53 22:10:53 Step 11/26 : FROM docker:20.10.0 22:10:53 20.10.0: Pulling from library/docker 22:10:53 ---> Running in 9bbec5dd554c 22:10:54 Removing intermediate container 9bbec5dd554c 22:10:54 ---> 0fea5506ecac 22:10:54 Step 13/24 : EXPOSE $APP_PORT 22:10:54 ---> Running in b8eb7cb32150 22:10:55 Removing intermediate container b8eb7cb32150 22:10:55 ---> 60bd4fa085ce 22:10:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:10:56 ---> d6dceeaa2662 22:10:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:10:58 ---> 0b00c1e6f2fd 22:10:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:11:01 ---> e0cb1517e2b5 22:11:01 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:11:02 ---> 7a0a484c1d44 22:11:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:11:04 ---> 66604a1f5827 22:11:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:11:05 ---> 33954946d032 22:11:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:11:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:11:05 Status: Downloaded newer image for docker:20.10.0 22:11:05 ---> eeaf43b92773 22:11:05 Step 12/26 : RUN apk add --no-cache bash 22:11:05 ---> Running in 6f0950f8c608 22:11:06 ---> Running in d7ee0a1c3f82 22:11:06 Removing intermediate container 6f0950f8c608 22:11:06 ---> 2dda0bb40266 22:11:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:11:06 ---> Running in caedeb5735f3 22:11:07 Removing intermediate container d93f95e4751a 22:11:07 ---> 2e8839781e96 22:11:07 22:11:07 Step 10/23 : FROM alpine:3.12 22:11:07 ---> afeebe901d6b 22:11:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:11:07 ---> Running in 6f3a1a9e51eb 22:11:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:11:07 Removing intermediate container caedeb5735f3 22:11:07 ---> 78327b5b47b1 22:11:07 Step 22/24 : LABEL arch=arm64 22:11:07 ---> Running in 61a638a7e60f 22:11:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:11:07 Removing intermediate container 6f3a1a9e51eb 22:11:07 ---> 6f8fcbb1dbbf 22:11:07 Step 12/23 : ENV APP_PORT=48080 22:11:07 ---> Running in 1e9abd72abe4 22:11:08 Removing intermediate container 61a638a7e60f 22:11:08 ---> 47ef9e3f7ddf 22:11:08 Step 23/24 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:11:08 (1/2) Installing readline (8.0.4-r0) 22:11:08 (2/2) Installing bash (5.0.17-r0) 22:11:08 ---> Running in c833143e1475 22:11:08 Executing bash-5.0.17-r0.post-install 22:11:08 Executing busybox-1.31.1-r19.trigger 22:11:08 OK: 12 MiB in 22 packages 22:11:08 Removing intermediate container 1e9abd72abe4 22:11:08 ---> bb4d939067f8 22:11:08 Step 13/23 : EXPOSE $APP_PORT 22:11:08 ---> Running in 7438df0fcd6b 22:11:08 Removing intermediate container c833143e1475 22:11:08 ---> 273339d29064 22:11:08 Step 24/24 : LABEL version=0.0.0 22:11:09 ---> Running in ffcaa7de8e0d 22:11:09 Removing intermediate container 7438df0fcd6b 22:11:09 ---> 3f1413eced4b 22:11:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:11:09 ---> Running in 84c8240916c8 22:11:09 Removing intermediate container ffcaa7de8e0d 22:11:09 ---> f24b9e4a112b 22:11:09 22:11:09 Removing intermediate container d7ee0a1c3f82 22:11:09 ---> 08ab47cb7b65 22:11:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:11:10 ---> Running in d1994940f054 22:11:10 Successfully built f24b9e4a112b 22:11:10 Successfully tagged docker-support-notifications-go-arm64:latest 22:11:10  Building docker-support-notifications-go ... done Removing intermediate container d1994940f054 22:11:10 ---> af4d2a8cca46 22:11:10 Step 14/26 : ENV APP_PORT=48090 22:11:10 ---> Running in 093717d08bc3 22:11:11 Removing intermediate container 093717d08bc3 22:11:11 ---> 79bd84232e12 22:11:11 Step 15/26 : EXPOSE $APP_PORT 22:11:11 ---> Running in 740c2b841b67 22:11:11 Removing intermediate container 84c8240916c8 22:11:11 ---> 9049aa1d652c 22:11:11 Step 15/23 : RUN apk add --update --no-cache zeromq 22:11:11 Removing intermediate container 740c2b841b67 22:11:11 ---> 5566d8b18182 22:11:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:11:12 ---> Running in 946dc4e18596 22:11:13 ---> f710021fde01 22:11:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:11:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:11:13 ---> 59d9d9efda59 22:11:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:11:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:11:14 ---> ec7b5cbc7d77 22:11:14 Step 19/26 : RUN apk --no-cache add py3-pip 22:11:14 (1/5) Installing libgcc (9.3.0-r2) 22:11:14 ---> Running in 0dd326631703 22:11:14 (2/5) Installing libsodium (1.0.18-r0) 22:11:14 (3/5) Installing libstdc++ (9.3.0-r2) 22:11:15 (4/5) Installing libzmq (4.3.3-r0) 22:11:15 (5/5) Installing zeromq (4.3.3-r0) 22:11:15 Executing busybox-1.31.1-r19.trigger 22:11:15 OK: 8 MiB in 19 packages 22:11:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:11:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:11:16 Removing intermediate container 946dc4e18596 22:11:16 ---> f9cd81b45ba9 22:11:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:11:16 (1/33) Installing libbz2 (1.0.8-r1) 22:11:16 (2/33) Installing expat (2.2.9-r1) 22:11:16 (3/33) Installing libffi (3.3-r2) 22:11:16 (4/33) Installing gdbm (1.13-r1) 22:11:16 (5/33) Installing xz-libs (5.2.5-r0) 22:11:16 (6/33) Installing sqlite-libs (3.32.1-r0) 22:11:16 (7/33) Installing python3 (3.8.5-r0) 22:11:18 ---> 00489dfc3b2a 22:11:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:11:18 (8/33) Installing py3-appdirs (1.4.4-r1) 22:11:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:11:18 (10/33) Installing py3-parsing (2.4.7-r0) 22:11:18 (11/33) Installing py3-six (1.15.0-r0) 22:11:18 (12/33) Installing py3-packaging (20.4-r0) 22:11:18 (13/33) Installing py3-setuptools (47.0.0-r0) 22:11:18 (14/33) Installing py3-chardet (3.0.4-r4) 22:11:18 (15/33) Installing py3-idna (2.9-r0) 22:11:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:11:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:11:19 (18/33) Installing py3-requests (2.23.0-r0) 22:11:19 (19/33) Installing py3-msgpack (1.0.0-r0) 22:11:19 (20/33) Installing py3-lockfile (0.12.2-r3) 22:11:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:11:19 (22/33) Installing py3-colorama (0.4.3-r0) 22:11:19 (23/33) Installing py3-distlib (0.3.0-r0) 22:11:19 (24/33) Installing py3-distro (1.5.0-r1) 22:11:19 (25/33) Installing py3-webencodings (0.5.1-r3) 22:11:19 (26/33) Installing py3-html5lib (1.0.1-r4) 22:11:19 (27/33) Installing py3-pytoml (0.1.21-r0) 22:11:19 (28/33) Installing py3-pep517 (0.8.2-r0) 22:11:19 (29/33) Installing py3-progress (1.5-r0) 22:11:19 (30/33) Installing py3-toml (0.10.1-r0) 22:11:19 (31/33) Installing py3-retrying (1.3.3-r0) 22:11:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:11:19 (33/33) Installing py3-pip (20.1.1-r0) 22:11:19 ---> 0807ad87a74c 22:11:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:11:19 Executing busybox-1.31.1-r19.trigger 22:11:19 OK: 71 MiB in 55 packages 22:11:20 ---> 09ed625205cf 22:11:20 Step 19/23 : ENTRYPOINT ["/core-data"] 22:11:20 ---> Running in 370b8af9ad0e 22:11:21 Removing intermediate container 370b8af9ad0e 22:11:21 ---> da84ea9921e7 22:11:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:11:21 ---> Running in 4487f57ec7bd 22:11:22 Removing intermediate container 4487f57ec7bd 22:11:22 ---> 6d36c19199a0 22:11:22 Step 21/23 : LABEL arch=arm64 22:11:22 ---> Running in d084e89ca2dd 22:11:23 Removing intermediate container d084e89ca2dd 22:11:23 ---> a6a155623cf4 22:11:23 Step 22/23 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:11:23 ---> Running in b6a6b61e607b 22:11:23 Removing intermediate container b6a6b61e607b 22:11:23 ---> 23c98577cda6 22:11:23 Step 23/23 : LABEL version=0.0.0 22:11:23 ---> Running in 31c994a09348 22:11:24 Removing intermediate container 31c994a09348 22:11:24 ---> f3fc239e61ca 22:11:24 22:11:25 Successfully built f3fc239e61ca 22:11:25 Successfully tagged docker-core-data-go-arm64:latest 22:11:25  Building docker-core-data-go ... done Removing intermediate container 0dd326631703 22:11:25 ---> c6edf58ed3fa 22:11:25 Step 20/26 : RUN pip install docker-compose==1.23.2 22:11:26 ---> Running in 84f110373488 22:11:31 Collecting docker-compose==1.23.2 22:11:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:11:31 Collecting docker<4.0,>=3.6.0 22:11:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:11:32 Collecting docopt<0.7,>=0.6.1 22:11:32 Downloading docopt-0.6.2.tar.gz (25 kB) 22:11:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:11:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:11:35 Collecting dockerpty<0.5,>=0.4.1 22:11:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:11:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:11:37 Collecting jsonschema<3,>=2.5.1 22:11:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:11:37 Collecting cached-property<2,>=1.2.0 22:11:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:11:38 Collecting texttable<0.10,>=0.9.0 22:11:38 Downloading texttable-0.9.1.tar.gz (11 kB) 22:11:40 Collecting websocket-client<1.0,>=0.32.0 22:11:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:11:41 Collecting PyYAML<4,>=3.10 22:11:41 Downloading PyYAML-3.13.tar.gz (270 kB) 22:11:44 Collecting docker-pycreds>=0.4.0 22:11:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:11:44 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) 22:11:44 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) 22:11:44 Collecting urllib3<1.25,>=1.21.1 22:11:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:11:45 Collecting idna<2.8,>=2.5 22:11:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:11:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:11:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:11:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:11:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:11:46 Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, dockerpty, jsonschema, cached-property, texttable, PyYAML, docker-compose 22:11:46 Attempting uninstall: urllib3 22:11:46 Found existing installation: urllib3 1.25.9 22:11:46 Uninstalling urllib3-1.25.9: 22:11:46 Successfully uninstalled urllib3-1.25.9 22:11:47 Attempting uninstall: idna 22:11:47 Found existing installation: idna 2.9 22:11:47 Uninstalling idna-2.9: 22:11:47 Successfully uninstalled idna-2.9 22:11:47 Attempting uninstall: requests 22:11:47 Found existing installation: requests 2.23.0 22:11:47 Uninstalling requests-2.23.0: 22:11:47 Successfully uninstalled requests-2.23.0 22:11:48 Running setup.py install for docopt: started 22:11:50 Running setup.py install for docopt: finished with status 'done' 22:11:50 Running setup.py install for dockerpty: started 22:11:52 Running setup.py install for dockerpty: finished with status 'done' 22:11:52 Running setup.py install for texttable: started 22:11:54 Running setup.py install for texttable: finished with status 'done' 22:11:54 Running setup.py install for PyYAML: started 22:11:56 Running setup.py install for PyYAML: finished with status 'done' 22:11:57 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 22:12:01 Removing intermediate container 84f110373488 22:12:01 ---> c9c55710e10f 22:12:01 Step 21/26 : RUN apk --no-cache add curl 22:12:01 ---> Running in 431fb864814b 22:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:12:02 (2/3) Installing libcurl (7.69.1-r3) 22:12:02 (3/3) Installing curl (7.69.1-r3) 22:12:02 Executing busybox-1.31.1-r19.trigger 22:12:02 OK: 71 MiB in 58 packages 22:12:04 Removing intermediate container 431fb864814b 22:12:04 ---> a03a38ddbc19 22:12:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:12:04 ---> Running in 251edcc01677 22:12:04 Removing intermediate container 251edcc01677 22:12:04 ---> c575c8d4fdc6 22:12:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:12:04 ---> Running in 39316ba32053 22:12:05 Removing intermediate container 39316ba32053 22:12:05 ---> 70efcb099def 22:12:05 Step 24/26 : LABEL arch=arm64 22:12:05 ---> Running in 97d60aa96a72 22:12:06 Removing intermediate container 97d60aa96a72 22:12:06 ---> 6602f1c3eba2 22:12:06 Step 25/26 : LABEL git_sha=571490ab40050a428ba8cc82887ebe9ce87abaea 22:12:06 ---> Running in 0f9e51c5b778 22:12:06 Removing intermediate container 0f9e51c5b778 22:12:06 ---> 3f7ed2455831 22:12:06 Step 26/26 : LABEL version=0.0.0 22:12:06 ---> Running in ace0b29502a1 22:12:07 Removing intermediate container ace0b29502a1 22:12:07 ---> 8a4f414af064 22:12:07 22:12:07 Successfully built 8a4f414af064 22:12:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:12:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:12:07 $ docker stop --time=1 4beb301edba55809550c631416818cfafe884a37e8f55919babfb0b91c5431f2 22:12:09 $ docker rm -f 4beb301edba55809550c631416818cfafe884a37e8f55919babfb0b91c5431f2 [Pipeline] // withDockerContainer [Pipeline] sh 22:12:10 + + dockergrep images docker 22:12:10 22:12:10 docker-sys-mgmt-agent-go-arm64 latest 8a4f414af064 4 seconds ago 300MB 22:12:10 docker-core-data-go-arm64 latest f3fc239e61ca 46 seconds ago 21MB 22:12:10 docker-support-notifications-go-arm64 latest f24b9e4a112b About a minute ago 11.4MB 22:12:10 docker-core-command-go-arm64 latest 24a970a6dfcc 2 minutes ago 9.98MB 22:12:10 docker-security-secretstore-setup-go-arm64 latest 5b6d35ca147e 3 minutes ago 23.4MB 22:12:10 docker-core-metadata-go-arm64 latest 4632eefee8fb 3 minutes ago 12.3MB 22:12:10 docker-security-bootstrap-redis-go-arm64 latest fd7e9033b779 3 minutes ago 15.1MB 22:12:10 docker-security-proxy-setup-go-arm64 latest 107865ec6aaf 3 minutes ago 23.2MB 22:12:10 docker-support-scheduler-go-arm64 latest ce53ad7b0550 3 minutes ago 10.1MB 22:12:10 docker 20.10.0 eeaf43b92773 5 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 22:12:12 provisioning config files... 22:12:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8842393179591508709tmp [Pipeline] { [Pipeline] sh 22:12:13 + set +x 22:12:13 + curl -s https://codecov.io/bash 22:12:13 + bash -s -- 22:12:13 22:12:13 _____ _ 22:12:13 / ____| | | 22:12:13 | | ___ __| | ___ ___ _____ __ 22:12:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:12:13 | |___| (_) | (_| | __/ (_| (_) \ V / 22:12:13 \_____\___/ \__,_|\___|\___\___/ \_/ 22:12:13 Bash-20210115-cec3c92 22:12:13 22:12:13 22:12:13 ==> git version 2.24.3 found 22:12:13 ==> 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 22:12:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:12:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:12:13 ==> Jenkins CI detected. 22:12:13 project root: . 22:12:13 --> token set from env 22:12:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:12:13 ==> Running gcov in . (disable via -X gcov) 22:12:13 ==> Python coveragepy not found 22:12:13 ==> Searching for coverage reports in: 22:12:13 + . 22:12:13 -> Found 1 reports 22:12:13 ==> Detecting git/mercurial file structure 22:12:13 ==> Reading reports 22:12:13 + ./coverage.out bytes=550466 22:12:13 ==> Appending adjustments 22:12:13 https://docs.codecov.io/docs/fixing-reports 22:12:16 + Found adjustments 22:12:16 ==> Gzipping contents 22:12:16 84K /tmp/codecov.HVvNhM.gz 22:12:16 ==> Uploading reports 22:12:16 url: https://codecov.io 22:12:16 query: branch=PR-3051&commit=571490ab40050a428ba8cc82887ebe9ce87abaea&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3051%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3051&job=&cmd_args= 22:12:16 -> Pinging Codecov 22:12:16 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3051&commit=571490ab40050a428ba8cc82887ebe9ce87abaea&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3051%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3051&job=&cmd_args= 22:12:17 -> Uploading to 22:12:17 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/571490ab40050a428ba8cc82887ebe9ce87abaea/1bab798b-14eb-4d4a-8cdc-b1ee80a635a5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T221217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f79fb132f7027e849bd7aeda7ab45132bc718a12da5ccc1423304aede4b224e5 22:12:17 % Total % Received % Xferd Average Speed Time Time Time Current 22:12:17 Dload Upload Total Spent Left Speed 22:12:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83318 0 0 100 83318 0 147k --:--:-- --:--:-- --:--:-- 147k 22:12:18 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/571490ab40050a428ba8cc82887ebe9ce87abaea [Pipeline] } 22:12:18 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 22:12:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:12:21 ---> package-listing.sh 22:12:21 ++ facter osfamily 22:12:21 ++ tr '[:upper:]' '[:lower:]' 22:12:21 + OS_FAMILY=redhat 22:12:21 + workspace=/w/workspace/edgex-go/7 22:12:21 + START_PACKAGES=/tmp/packages_start.txt 22:12:21 + END_PACKAGES=/tmp/packages_end.txt 22:12:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:12:21 + PACKAGES=/tmp/packages_start.txt 22:12:21 + '[' /w/workspace/edgex-go/7 ']' 22:12:21 + PACKAGES=/tmp/packages_end.txt 22:12:21 + case "${OS_FAMILY}" in 22:12:21 + rpm -qa 22:12:21 + sort 22:12:26 + '[' -f /tmp/packages_start.txt ']' 22:12:26 + '[' -f /tmp/packages_end.txt ']' 22:12:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:12:26 + '[' /w/workspace/edgex-go/7 ']' 22:12:26 + mkdir -p /w/workspace/edgex-go/7/archives/ 22:12:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 22:12:26 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:12:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:12:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:12:27 22:12:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:12:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:12:27 alpine: Pulling from edgex-lftools-log-publisher 22:12:27 df20fa9351a1: Pulling fs layer 22:12:27 36b3adc4ff6f: Pulling fs layer 22:12:27 8ad3a11d3b57: Pulling fs layer 22:12:27 46f8f816bc3b: Pulling fs layer 22:12:27 93b61091891f: Pulling fs layer 22:12:27 93b9cdb0e59b: Pulling fs layer 22:12:27 5e14af77c1be: Pulling fs layer 22:12:27 01666e4c0597: Pulling fs layer 22:12:27 aa168da1d23b: Pulling fs layer 22:12:27 46f8f816bc3b: Waiting 22:12:27 93b61091891f: Waiting 22:12:27 93b9cdb0e59b: Waiting 22:12:27 5e14af77c1be: Waiting 22:12:27 01666e4c0597: Waiting 22:12:27 aa168da1d23b: Waiting 22:12:27 36b3adc4ff6f: Verifying Checksum 22:12:27 36b3adc4ff6f: Download complete 22:12:27 46f8f816bc3b: Verifying Checksum 22:12:27 46f8f816bc3b: Download complete 22:12:27 df20fa9351a1: Verifying Checksum 22:12:27 df20fa9351a1: Download complete 22:12:27 93b9cdb0e59b: Verifying Checksum 22:12:27 93b9cdb0e59b: Download complete 22:12:27 93b61091891f: Verifying Checksum 22:12:27 93b61091891f: Download complete 22:12:27 5e14af77c1be: Verifying Checksum 22:12:27 5e14af77c1be: Download complete 22:12:27 01666e4c0597: Verifying Checksum 22:12:27 01666e4c0597: Download complete 22:12:28 df20fa9351a1: Pull complete 22:12:28 36b3adc4ff6f: Pull complete 22:12:28 8ad3a11d3b57: Verifying Checksum 22:12:28 8ad3a11d3b57: Download complete 22:12:29 8ad3a11d3b57: Pull complete 22:12:30 aa168da1d23b: Verifying Checksum 22:12:30 aa168da1d23b: Download complete 22:12:30 46f8f816bc3b: Pull complete 22:12:32 93b61091891f: Pull complete 22:12:32 93b9cdb0e59b: Pull complete 22:12:32 5e14af77c1be: Pull complete 22:12:32 01666e4c0597: Pull complete 22:12:40 aa168da1d23b: Pull complete 22:12:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:12:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:12:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:12:41 prd-centos7-docker-4c-2g-21688 does not seem to be running inside a container 22:12:41 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:12:44 $ docker top d64339635ba3830be29ee442897aebbd3bc087e10440d9cc466fc6d7a0837bd2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:45 + touch /tmp/pre-build-complete [Pipeline] sh 22:12:45 + mkdir -p /var/log/sa [Pipeline] sh 22:12:46 + ls /var/log/sa-host 22:12:46 + sadf -c /var/log/sa-host/sa20 22:12:46 file_magic: OK 22:12:46 HZ: Using current value: 100 22:12:46 file_header: OK 22:12:46 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 22:12:46 Statistics: 22:12:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:12:46 File successfully converted to sysstat format version 12.2.1 22:12:46 + sadf -c /var/log/sa-host/sa23 22:12:46 file_magic: OK 22:12:46 HZ: Using current value: 100 22:12:46 file_header: OK 22:12:46 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 22:12:46 Statistics: 22:12:46 Hnuu...uuuununununu... 22:12:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:12:46 provisioning config files... 22:12:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config8899793677692793685tmp [Pipeline] { [Pipeline] echo 22:12:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:12:46 ---> create-netrc.sh [Pipeline] } 22:12:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:12:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:12:47 ---> python-tools-install.sh [Pipeline] echo 22:12:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:12:47 ---> sudo-logs.sh 22:12:47 Archiving 'sudo' log.. [Pipeline] echo 22:12:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:12:47 ---> job-cost.sh 22:12:47 lf-activate-venv: SKIPPING 22:12:47 INFO: No Stack... 22:12:48 INFO: Retrieving Pricing Info for: v1-standard-2 22:12:49 INFO: Archiving Costs [Pipeline] echo 22:12:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:12:49 ---> logs-deploy.sh 22:12:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3051/7 22:12:49 INFO: archiving workspace using pattern(s): 22:12:51 Archives upload complete. 22:12:51 INFO: archiving logs to Nexus