Pull request #3273 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3290b0969f82bd858e0b646d0eddc448e14767c7+05f2d13a179446ff46e2de9a60e91a19cc98f319 (b334d3dd8809d64d904f3aa9b9ed6bf9b6035a7e) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30624’ Running on prd-centos7-docker-4c-2g-30639 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 3290b0969f82bd858e0b646d0eddc448e14767c7 Merge succeeded, producing 3290b0969f82bd858e0b646d0eddc448e14767c7 Checking out Revision 3290b0969f82bd858e0b646d0eddc448e14767c7 (PR-3273) > 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/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 Commit message: "fix: remove save management token as we use bootstrap token for now" > git rev-list --no-walk 2697b09b216480104bf5e0610c3029cae6da6984 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:10:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:10:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:10:13 ========================================================= 22:10:13 EdgeX Global Pipelines Version Info 22:10:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:10:15 ------------------- 22:10:15 stable info: 22:10:15 ------------------- 22:10:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:10:15 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:10:15 Message: update stable to v1.0.186 22:10:16 ------------------- 22:10:16 experimental info: 22:10:16 ------------------- 22:10:16 Commited By: **** collab-it+edgex@linuxfoundation.org 22:10:16 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:10:16 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:10:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:10:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:10:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:10:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:10:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:10:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3273 [Pipeline] echo 22:10:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3273 [Pipeline] echo 22:10:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3273 [Pipeline] echo 22:10:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3290b0969f82bd858e0b646d0eddc448e14767c7 [Pipeline] echo 22:10:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3290b09 [Pipeline] echo 22:10:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:10:19 provisioning config files... 22:10:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config9178745750981486624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:10:20 ---> docker-login.sh 22:10:20 nexus3.edgexfoundry.org:10001 22:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:20 Configure a credential helper to remove this warning. See 22:10:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:20 22:10:20 Login Succeeded 22:10:20 nexus3.edgexfoundry.org:10002 22:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:20 Configure a credential helper to remove this warning. See 22:10:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:20 22:10:20 Login Succeeded 22:10:20 nexus3.edgexfoundry.org:10003 22:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:20 Configure a credential helper to remove this warning. See 22:10:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:20 22:10:20 Login Succeeded 22:10:20 nexus3.edgexfoundry.org:10004 22:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:21 Configure a credential helper to remove this warning. See 22:10:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:21 22:10:21 Login Succeeded 22:10:21 docker.io 22:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:21 Configure a credential helper to remove this warning. See 22:10:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:21 22:10:21 Login Succeeded 22:10:21 ---> docker-login.sh ends [Pipeline] } 22:10:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:10:22 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/core-command/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo core-command,cmd/core-command/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/core-data/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo core-data,cmd/core-data/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/core-metadata/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo core-metadata,cmd/core-metadata/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/security-bootstrapper/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/security-proxy-setup/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/support-notifications/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo support-notifications,cmd/support-notifications/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/support-scheduler/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:10:22 + for file in '`ls cmd/**/Dockerfile`' 22:10:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:10:22 ++ cut -d/ -f2 22:10:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:10:22 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:10:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:10:23 22:10:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:10:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:10:24 latest: Pulling from edgex-devops/git-semver 22:10:24 31603596830f: Pulling fs layer 22:10:24 2a8b12db71e7: Pulling fs layer 22:10:24 6ca5941a6612: Pulling fs layer 22:10:24 ecc8261a40a4: Pulling fs layer 22:10:24 ecc8261a40a4: Waiting 22:10:24 2a8b12db71e7: Download complete 22:10:24 31603596830f: Verifying Checksum 22:10:24 31603596830f: Download complete 22:10:24 6ca5941a6612: Verifying Checksum 22:10:24 6ca5941a6612: Download complete 22:10:24 ecc8261a40a4: Verifying Checksum 22:10:24 ecc8261a40a4: Download complete 22:10:24 31603596830f: Pull complete 22:10:24 2a8b12db71e7: Pull complete 22:10:25 6ca5941a6612: Pull complete 22:10:25 ecc8261a40a4: Pull complete 22:10:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:10:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:10:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:10:26 prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container 22:10:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:10:28 $ docker top 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:10:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:10:29 [ssh-agent] Looking for ssh-agent implementation... 22:10:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:10:29 $ docker exec 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f ssh-agent 22:10:29 SSH_AUTH_SOCK=/tmp/ssh-tBCfziUG4q9z/agent.12 22:10:29 SSH_AGENT_PID=17 22:10:29 Running ssh-add (command line suppressed) 22:10:29 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7442392479900469604.key (/w/workspace/edgex-go/4@tmp/private_key_7442392479900469604.key) 22:10:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:10:30 + git tag --points-at HEAD [Pipeline] } 22:10:30 $ docker exec --env ******** --env ******** 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f ssh-agent -k 22:10:30 unset SSH_AUTH_SOCK; 22:10:30 unset SSH_AGENT_PID; 22:10:30 echo Agent pid 17 killed; 22:10:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:10:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:10:30 [ssh-agent] Looking for ssh-agent implementation... 22:10:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:10:30 $ docker exec 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f ssh-agent 22:10:31 SSH_AUTH_SOCK=/tmp/ssh-ofTiLQ4q83Ie/agent.46 22:10:31 SSH_AGENT_PID=51 22:10:31 Running ssh-add (command line suppressed) 22:10:31 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8156026814925733842.key (/w/workspace/edgex-go/4@tmp/private_key_8156026814925733842.key) 22:10:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:10:31 + git semver init 22:10:31 # -> Open(): unable to determine branch for HEAD 22:10:31 # $GIT_DIR = /w/workspace/edgex-go/4/.git 22:10:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 22:10:31 # $SEMVER_REMOTE_NAME = origin 22:10:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:10:31 # $SEMVER_USER_NAME = edgex-jenkins 22:10:31 # $SEMVER_BRANCH = PR-3273 22:10:31 # $SEMVER_TEMP = /tmp/semver-955796352 22:10:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:11:03 # '/tmp/semver-955796352' -> '/w/workspace/edgex-go/4/.semver' 22:11:03 # -> Force: false 22:11:03 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 22:11:03 $ docker exec --env ******** --env ******** 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f ssh-agent -k 22:11:04 unset SSH_AUTH_SOCK; 22:11:04 unset SSH_AGENT_PID; 22:11:04 echo Agent pid 51 killed; 22:11:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:11:04 + git semver [Pipeline] } 22:11:04 $ docker stop --time=1 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f 22:11:06 $ docker rm -f 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f [Pipeline] // withDockerContainer [Pipeline] sh 22:11:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:11:07 Stashed 1 file(s) [Pipeline] echo 22:11:07 [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 22:11:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:11:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:11:08 + sudo service docker restart 22:11:08 + true 22:11:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:11:09 ========================================================= 22:11:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:11:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:11:09 + 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 . 22:11:13 Sending build context to Docker daemon 328.8MB 22:11:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:11:13 Step 2/6 : FROM ${BASE} 22:11:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:11:13 188c0c94c7c5: Pulling fs layer 22:11:13 0ef7d3d256c8: Pulling fs layer 22:11:13 de9db76c5a1d: Pulling fs layer 22:11:13 bca2f99d35d6: Pulling fs layer 22:11:13 93359f2a8cfa: Pulling fs layer 22:11:13 7c6f9722023f: Pulling fs layer 22:11:13 a35cf1a2eb13: Pulling fs layer 22:11:13 93359f2a8cfa: Waiting 22:11:13 7c6f9722023f: Waiting 22:11:13 a35cf1a2eb13: Waiting 22:11:13 bca2f99d35d6: Waiting 22:11:13 de9db76c5a1d: Verifying Checksum 22:11:13 de9db76c5a1d: Download complete 22:11:13 0ef7d3d256c8: Verifying Checksum 22:11:13 0ef7d3d256c8: Download complete 22:11:13 93359f2a8cfa: Verifying Checksum 22:11:13 93359f2a8cfa: Download complete 22:11:13 7c6f9722023f: Verifying Checksum 22:11:13 7c6f9722023f: Download complete 22:11:13 188c0c94c7c5: Verifying Checksum 22:11:13 188c0c94c7c5: Download complete 22:11:13 188c0c94c7c5: Pull complete 22:11:13 0ef7d3d256c8: Pull complete 22:11:13 de9db76c5a1d: Pull complete 22:11:15 a35cf1a2eb13: Verifying Checksum 22:11:15 a35cf1a2eb13: Download complete 22:11:16 bca2f99d35d6: Verifying Checksum 22:11:16 bca2f99d35d6: Download complete 22:11:22 Still waiting to schedule task 22:11:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:11:23 bca2f99d35d6: Pull complete 22:11:23 93359f2a8cfa: Pull complete 22:11:23 7c6f9722023f: Pull complete 22:11:27 a35cf1a2eb13: Pull complete 22:11:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:11:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:11:27 ---> a62c8e92a672 22:11:27 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 22:11:27 ---> Running in 5cca6c424b34 22:11:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:11:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:11:29 (1/12) Installing libmagic (5.38-r0) 22:11:30 (2/12) Installing file (5.38-r0) 22:11:30 (3/12) Installing libc-dev (0.7.2-r3) 22:11:30 (4/12) Installing g++ (9.3.0-r2) 22:11:34 (5/12) Installing fortify-headers (1.1-r0) 22:11:34 (6/12) Installing patch (2.7.6-r6) 22:11:34 (7/12) Installing build-base (0.5-r2) 22:11:34 (8/12) Installing libsodium (1.0.18-r0) 22:11:34 (9/12) Installing pkgconf (1.7.2-r0) 22:11:34 (10/12) Installing libsodium-dev (1.0.18-r0) 22:11:34 (11/12) Installing libzmq (4.3.3-r0) 22:11:34 (12/12) Installing zeromq-dev (4.3.3-r0) 22:11:34 Executing busybox-1.31.1-r19.trigger 22:11:34 OK: 233 MiB in 51 packages 22:11:38 Removing intermediate container 5cca6c424b34 22:11:38 ---> bae19c9edc5b 22:11:38 Step 4/6 : WORKDIR /edgex-go 22:11:38 ---> Running in 32df674ca04d 22:11:38 Removing intermediate container 32df674ca04d 22:11:38 ---> 90f3fdfca83f 22:11:38 Step 5/6 : COPY go.mod . 22:11:39 ---> 229dbfc63d94 22:11:39 Step 6/6 : RUN go mod download 22:11:39 ---> Running in 35985a5faa8d 22:12:01 Removing intermediate container 35985a5faa8d 22:12:01 ---> 25b91f71d4e5 22:12:01 Successfully built 25b91f71d4e5 22:12:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:12:01 + docker inspect -f . ci-base-image-x86_64 22:12:01 . [Pipeline] withDockerContainer 22:12:01 prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container 22:12:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:12:02 $ docker top fbecc5429b134d0f83be6c86a1278870a09f0c1a701df24c94cb8669b7950ef7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:03 + go version 22:12:03 go version go1.15.5 linux/amd64 [Pipeline] } 22:12:03 $ docker stop --time=1 fbecc5429b134d0f83be6c86a1278870a09f0c1a701df24c94cb8669b7950ef7 22:12:04 $ docker rm -f fbecc5429b134d0f83be6c86a1278870a09f0c1a701df24c94cb8669b7950ef7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:12:05 + docker inspect -f . ci-base-image-x86_64 22:12:05 . [Pipeline] withDockerContainer 22:12:05 prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container 22:12:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:12:06 $ docker top 604d59a2edf845cb3a1f46a494c16a746e101a178792ce4fc974631d5c443b0e -eo pid,comm [Pipeline] { [Pipeline] echo 22:12:06 ========================================================= 22:12:06 [edgeXBuildGoParallel] Running Tests and Build... 22:12:06 ========================================================= [Pipeline] sh 22:12:06 + make test 22:12:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:12:16 ? github.com/edgexfoundry/edgex-go [no test files] 22:12:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:12:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:12:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:12:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:12:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:12:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:12:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:12:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:12:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:12:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:12:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:12:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:12:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.066s coverage: 19.8% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 22:12:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:12:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:12:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:12:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:12:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.176s coverage: 82.9% of statements 22:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:12:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.066s coverage: 78.9% of statements 22:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.095s coverage: 86.7% of statements 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:12:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.378s coverage: 92.8% of statements 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:12:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:12:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:12:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 47.1% of statements 22:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements 22:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 22:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements 22:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 22:13:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements 22:13:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 22:13:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 81.7% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.6% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.4% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 69.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 38.4% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.169s coverage: 87.1% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.776s coverage: 29.1% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.108s coverage: 96.5% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:13:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:13:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:13:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 22:13:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:13:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:13:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 22:13:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 22:13:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 22:13:22 GO111MODULE=on go vet ./... 22:13:49 gofmt -l . 22:13:49 [ "`gofmt -l .`" = "" ] 22:13:50 ./bin/test-go-mod-tidy.sh 22:13:51 ./bin/test-attribution-txt.sh [Pipeline] sh 22:13:53 + ls -al . 22:13:53 total 772 22:13:53 drwxrwxr-x 10 1001 1001 4096 Mar 19 22:13 . 22:13:53 drwxr-xr-x 4 root root 28 Mar 19 22:12 .. 22:13:53 -rw-rw-r-- 1 1001 1001 11 Mar 19 22:10 .dockerignore 22:13:53 drwxrwxr-x 8 1001 1001 179 Mar 19 22:10 .git 22:13:53 drwxrwxr-x 3 1001 1001 125 Mar 19 22:10 .github 22:13:53 -rw-rw-r-- 1 1001 1001 818 Mar 19 22:10 .gitignore 22:13:53 drwx------ 3 1001 1001 60 Mar 19 22:11 .semver 22:13:53 -rw-rw-r-- 1 1001 1001 166 Mar 19 22:10 .sonarcloud.properties 22:13:53 -rw-rw-r-- 1 1001 1001 8607 Mar 19 22:10 Attribution.txt 22:13:53 -rw-rw-r-- 1 1001 1001 3804 Mar 19 22:10 CONTRIBUTING.md 22:13:53 -rw-rw-r-- 1 1001 1001 931 Mar 19 22:10 Dockerfile.build 22:13:53 -rw-rw-r-- 1 1001 1001 863 Mar 19 22:10 Jenkinsfile 22:13:53 -rw-rw-r-- 1 1001 1001 10775 Mar 19 22:10 LICENSE 22:13:53 -rw-rw-r-- 1 1001 1001 5774 Mar 19 22:10 Makefile 22:13:53 -rw-rw-r-- 1 1001 1001 6548 Mar 19 22:10 README.md 22:13:53 -rw-rw-r-- 1 1001 1001 6755 Mar 19 22:10 SECURITY.md 22:13:53 -rw-rw-r-- 1 1001 1001 5 Mar 19 22:11 VERSION 22:13:53 -rw-rw-r-- 1 1001 1001 4131 Mar 19 22:10 ZMQWindows.md 22:13:53 drwxrwxr-x 2 1001 1001 117 Mar 19 22:10 bin 22:13:53 drwxrwxr-x 14 1001 1001 4096 Mar 19 22:10 cmd 22:13:53 -rw-r--r-- 1 root root 659965 Mar 19 22:13 coverage.out 22:13:53 -rw-r--r-- 1 root root 1055 Mar 19 22:13 go.mod 22:13:53 -rw-r--r-- 1 root root 21981 Mar 19 22:13 go.sum 22:13:53 drwxrwxr-x 8 1001 1001 127 Mar 19 22:10 internal 22:13:53 drwxrwxr-x 4 1001 1001 26 Mar 19 22:10 openapi 22:13:53 drwxrwxr-x 4 1001 1001 71 Mar 19 22:10 snap 22:13:53 -rw-rw-r-- 1 1001 1001 168 Mar 19 22:10 version.go [Pipeline] sh 22:13:53 + '[' -e coverage.out ] 22:13:53 + chown 1001:1001 coverage.out [Pipeline] stash 22:13:53 Stashed 1 file(s) [Pipeline] sh 22:13:54 + make build 22:13:54 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:13:57 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:14:05 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:14:07 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:14:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:14:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:14:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:14:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:14:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:14:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:14:15 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:14:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:14:19 $ docker stop --time=1 604d59a2edf845cb3a1f46a494c16a746e101a178792ce4fc974631d5c443b0e 22:14:21 $ docker rm -f 604d59a2edf845cb3a1f46a494c16a746e101a178792ce4fc974631d5c443b0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:14:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:14:25 22:14:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:14:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:14:26 latest: Pulling from edgex-devops/edgex-compose 22:14:26 cbdbe7a5bc2a: Pulling fs layer 22:14:26 ca9280d653b3: Pulling fs layer 22:14:26 7e9c9ca2126c: Pulling fs layer 22:14:26 cbdbe7a5bc2a: Verifying Checksum 22:14:26 cbdbe7a5bc2a: Download complete 22:14:26 cbdbe7a5bc2a: Pull complete 22:14:27 ca9280d653b3: Download complete 22:14:28 7e9c9ca2126c: Verifying Checksum 22:14:28 7e9c9ca2126c: Download complete 22:14:28 ca9280d653b3: Pull complete 22:14:34 7e9c9ca2126c: Pull complete 22:14:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:14:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:14:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:14:35 prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container 22:14:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:14:38 $ docker top 2709b75df4721e313fdbdf3150fe877bc53126ea1c7dfda5ccd2e49c5e0b3d6e -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:38 + docker-compose build --help 22:14:38 + grep parallel 22:14:39 --parallel Build images in parallel. [Pipeline] } 22:14:39 $ docker stop --time=1 2709b75df4721e313fdbdf3150fe877bc53126ea1c7dfda5ccd2e49c5e0b3d6e 22:14:41 $ docker rm -f 2709b75df4721e313fdbdf3150fe877bc53126ea1c7dfda5ccd2e49c5e0b3d6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:14:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:14:41 . [Pipeline] withDockerContainer 22:14:41 prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container 22:14:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:14:42 $ docker top ecf5b17200f931f593fb0d402444da1495dc49172e3bab9a1490e22b1cf11d5c -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:43 + docker-compose -f ./docker-compose-build.yml build --parallel 22:14:44 Building docker-core-command-go ... 22:14:44 Building docker-core-data-go ... 22:14:44 Building docker-core-metadata-go ... 22:14:44 Building docker-security-bootstrapper-go ... 22:14:44 Building docker-security-proxy-setup-go ... 22:14:44 Building docker-security-secretstore-setup-go ... 22:14:44 Building docker-support-notifications-go ... 22:14:44 Building docker-support-scheduler-go ... 22:14:44 Building docker-sys-mgmt-agent-go ... 22:14:44 Building docker-core-data-go 22:14:44 Building docker-security-bootstrapper-go 22:14:44 Building docker-security-secretstore-setup-go 22:14:44 Building docker-security-proxy-setup-go 22:14:44 Building docker-core-metadata-go 22:15:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30640 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws 22:15:07 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 22:15:12 using credential edgex-jenkins-ssh 22:15:12 Cloning the remote Git repository 22:15:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:15:13 > git init /w/workspace/edgex-go/4 # timeout=10 22:15:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:15:13 > git --version # timeout=10 22:15:13 > git --version # 'git version 2.17.1' 22:15:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:15:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:15:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:15:23 ---> 25b91f71d4e5 22:15:23 Step 3/23 : WORKDIR /edgex-go 22:15:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:15:23 ---> 25b91f71d4e5 22:15:23 Step 3/23 : WORKDIR /edgex-go 22:15:23 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:23 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:15:23 ---> 25b91f71d4e5 22:15:23 Step 3/31 : WORKDIR /edgex-go 22:15:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:15:23 ---> 25b91f71d4e5 22:15:23 Step 3/24 : WORKDIR /edgex-go 22:15:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:15:23 ---> 25b91f71d4e5 22:15:23 Step 3/21 : WORKDIR /edgex-go 22:15:23 ---> Running in 513f757968a8 22:15:23 ---> Running in 2449534aa81b 22:15:23 ---> Running in f66a3dcee734 22:15:23 ---> Running in edf6af6c014d 22:15:23 ---> Running in 96f874aadbaa 22:15:23 Removing intermediate container 96f874aadbaa 22:15:23 ---> 42fdabc91f6f 22:15:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:23 Removing intermediate container f66a3dcee734 22:15:23 ---> 14355bdd3dbf 22:15:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:23 Removing intermediate container 513f757968a8 22:15:23 ---> a947a8a4b445 22:15:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:23 Removing intermediate container edf6af6c014d 22:15:23 ---> d7dce23de6e1 22:15:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:23 Removing intermediate container 2449534aa81b 22:15:23 ---> 81bdd35dc619 22:15:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:23 ---> Running in 1111c4ddfd48 22:15:23 ---> Running in 88285d085138 22:15:23 ---> Running in cd6e8fa28d53 22:15:23 ---> Running in 3e9143b0159f 22:15:23 ---> Running in 794f4fb1f599 22:15:23 Removing intermediate container 88285d085138 22:15:23 ---> 7321544f8438 22:15:23 Step 5/21 : RUN apk add --update --no-cache make git 22:15:23 Removing intermediate container cd6e8fa28d53 22:15:23 ---> 89e2d72cafdd 22:15:23 Step 5/31 : RUN apk add --update --no-cache make git 22:15:23 Removing intermediate container 1111c4ddfd48 22:15:23 ---> d7cdde998c59 22:15:23 Step 5/23 : RUN apk add --update --no-cache make git 22:15:23 ---> Running in 365fd7891f91 22:15:23 ---> Running in 27a854baf874 22:15:23 ---> Running in c5095a58fbad 22:15:23 Removing intermediate container 794f4fb1f599 22:15:23 ---> bc106e6a59ac 22:15:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:15:23 Removing intermediate container 3e9143b0159f 22:15:23 ---> 5aadb2303f6c 22:15:23 Step 5/24 : RUN apk add --update --no-cache make git 22:15:23 ---> Running in 163bfaf9a8bf 22:15:23 ---> Running in 9e3a2d496676 22:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:27 OK: 233 MiB in 51 packages 22:15:27 OK: 233 MiB in 51 packages 22:15:27 OK: 233 MiB in 51 packages 22:15:27 OK: 233 MiB in 51 packages 22:15:27 OK: 233 MiB in 51 packages 22:15:27 Removing intermediate container 27a854baf874 22:15:27 ---> 4a744c545adc 22:15:27 Step 6/31 : COPY go.mod . 22:15:27 Removing intermediate container c5095a58fbad 22:15:27 ---> d0338fe7a7fb 22:15:27 Step 6/23 : COPY go.mod . 22:15:27 Removing intermediate container 365fd7891f91 22:15:27 ---> a9e0797a23cb 22:15:27 Step 6/21 : COPY go.mod . 22:15:27 ---> bf2b22ec2512 22:15:27 Step 7/31 : RUN go mod download 22:15:27 ---> f2842efe4511 22:15:27 Step 7/23 : RUN go mod download 22:15:27 ---> Running in b17b56ddb37b 22:15:27 ---> Running in bd67bb379c77 22:15:27 Removing intermediate container 163bfaf9a8bf 22:15:27 ---> 402f1ca7ba8d 22:15:27 Step 6/23 : COPY go.mod . 22:15:27 Removing intermediate container 9e3a2d496676 22:15:27 ---> 598d70901336 22:15:27 Step 6/24 : COPY go.mod . 22:15:27 ---> 5e412148ce3b 22:15:27 Step 7/21 : RUN go mod download 22:15:27 ---> Running in 1849e1edc4e1 22:15:28 ---> 7942b7116855 22:15:28 Step 7/24 : RUN go mod download 22:15:28 ---> 3edcfb1a677a 22:15:28 Step 7/23 : RUN go mod download 22:15:28 ---> Running in 01466085a77f 22:15:28 ---> Running in f6319425ea1e 22:15:29 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 3290b0969f82bd858e0b646d0eddc448e14767c7 22:15:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:15:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:15:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:15:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:15:28 using GIT_SSH to set credentials SSH Credentials for GitHub 22:15:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:15:29 > git config core.sparsecheckout # timeout=10 22:15:29 > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 22:15:30 Removing intermediate container b17b56ddb37b 22:15:30 ---> bb09cf399da1 22:15:30 Step 8/31 : COPY . . 22:15:30 Removing intermediate container bd67bb379c77 22:15:30 ---> 0b3a05155ceb 22:15:30 Step 8/23 : COPY . . 22:15:30 Removing intermediate container 1849e1edc4e1 22:15:30 ---> 487e7e6cb1ba 22:15:30 Step 8/21 : COPY . . 22:15:30 Merge succeeded, producing 3290b0969f82bd858e0b646d0eddc448e14767c7 22:15:30 Checking out Revision 3290b0969f82bd858e0b646d0eddc448e14767c7 (PR-3273) 22:15:31 Removing intermediate container 01466085a77f 22:15:31 ---> 0be2f81ec5c5 22:15:31 Step 8/24 : COPY . . 22:15:31 Removing intermediate container f6319425ea1e 22:15:31 ---> f4b8a611a928 22:15:31 Step 8/23 : COPY . . 22:15:30 > git remote # timeout=10 22:15:30 > git config --get remote.origin.url # timeout=10 22:15:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:15:30 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 22:15:30 > git rev-parse HEAD^{commit} # timeout=10 22:15:30 > git config core.sparsecheckout # timeout=10 22:15:30 > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 22:15:34 Commit message: "fix: remove save management token as we use bootstrap token for now" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:15:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:15:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:15:37 + true 22:15:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:15:39 provisioning config files... 22:15:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1110521163522452279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:39 ---> docker-login.sh 22:15:39 nexus3.edgexfoundry.org:10001 22:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:40 Configure a credential helper to remove this warning. See 22:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:40 22:15:40 Login Succeeded 22:15:40 nexus3.edgexfoundry.org:10002 22:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:41 Configure a credential helper to remove this warning. See 22:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:41 22:15:41 Login Succeeded 22:15:41 nexus3.edgexfoundry.org:10003 22:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:42 Configure a credential helper to remove this warning. See 22:15:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:42 22:15:42 Login Succeeded 22:15:42 nexus3.edgexfoundry.org:10004 22:15:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:42 Configure a credential helper to remove this warning. See 22:15:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:42 22:15:42 Login Succeeded 22:15:42 docker.io 22:15:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:43 Configure a credential helper to remove this warning. See 22:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:43 22:15:43 Login Succeeded 22:15:43 ---> docker-login.sh ends [Pipeline] } 22:15:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:15:43 ========================================================= 22:15:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:15:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:15: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 . 22:15:46 Sending build context to Docker daemon 167MB 22:15:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:15:46 Step 2/6 : FROM ${BASE} 22:15:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:15:46 5f621e34cdf4: Pulling fs layer 22:15:46 a4357932f1b6: Pulling fs layer 22:15:46 18c013af1878: Pulling fs layer 22:15:46 00ac8860ef70: Pulling fs layer 22:15:46 63d7cb157983: Pulling fs layer 22:15:46 b116817d02f9: Pulling fs layer 22:15:46 745a02a5169b: Pulling fs layer 22:15:46 00ac8860ef70: Waiting 22:15:46 63d7cb157983: Waiting 22:15:46 b116817d02f9: Waiting 22:15:46 745a02a5169b: Waiting 22:15:46 18c013af1878: Download complete 22:15:47 a4357932f1b6: Verifying Checksum 22:15:47 a4357932f1b6: Download complete 22:15:47 63d7cb157983: Verifying Checksum 22:15:47 63d7cb157983: Download complete 22:15:47 b116817d02f9: Verifying Checksum 22:15:47 b116817d02f9: Download complete 22:15:47 5f621e34cdf4: Verifying Checksum 22:15:47 5f621e34cdf4: Download complete 22:15:47 5f621e34cdf4: Pull complete 22:15:48 a4357932f1b6: Pull complete 22:15:48 18c013af1878: Pull complete 22:15:49 745a02a5169b: Verifying Checksum 22:15:49 745a02a5169b: Download complete 22:15:50 00ac8860ef70: Download complete 22:16:01 00ac8860ef70: Pull complete 22:16:01 63d7cb157983: Pull complete 22:16:01 b116817d02f9: Pull complete 22:16:04 745a02a5169b: Pull complete 22:16:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:16:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:16:04 ---> b7e6874047d6 22:16:04 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 22:16:07 ---> Running in 63467fa499c3 22:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:10 (1/12) Installing libmagic (5.38-r0) 22:16:10 (2/12) Installing file (5.38-r0) 22:16:10 ---> 4bb4e38b3e02 22:16:10 ---> a5269adc7d04 22:16:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:16:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:16:10 (3/12) Installing libc-dev (0.7.2-r3) 22:16:10 (4/12) Installing g++ (9.3.0-r2) 22:16:10 ---> 0a2e3079d178 22:16:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:16:10 ---> Running in 9aea4e60ca3c 22:16:10 ---> 84b266d7cc0e 22:16:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:16:11 ---> Running in 7b3390e5373e 22:16:11 ---> Running in dde9c077e3db 22:16:11 ---> Running in 2acfa1e1e630 22:16:12 ---> a3a9cb1d2089 22:16:12 Step 9/23 : RUN make cmd/core-data/core-data 22:16:12 ---> Running in 3cb42ba1ebff 22:16:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:16:13 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:16:13 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:16:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:16:13 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:16:13 (5/12) Installing fortify-headers (1.1-r0) 22:16:13 (6/12) Installing patch (2.7.6-r6) 22:16:13 (7/12) Installing build-base (0.5-r2) 22:16:13 (8/12) Installing libsodium (1.0.18-r0) 22:16:14 (9/12) Installing pkgconf (1.7.2-r0) 22:16:14 (10/12) Installing libsodium-dev (1.0.18-r0) 22:16:14 (11/12) Installing libzmq (4.3.3-r0) 22:16:14 (12/12) Installing zeromq-dev (4.3.3-r0) 22:16:14 Executing busybox-1.31.1-r19.trigger 22:16:14 OK: 217 MiB in 51 packages 22:16:18 Removing intermediate container 63467fa499c3 22:16:18 ---> 00109096aa58 22:16:18 Step 4/6 : WORKDIR /edgex-go 22:16:18 ---> Running in ed6fddc308b9 22:16:19 Removing intermediate container ed6fddc308b9 22:16:19 ---> 16c660bd37f4 22:16:19 Step 5/6 : COPY go.mod . 22:16:20 ---> f1270c4b8684 22:16:20 Step 6/6 : RUN go mod download 22:16:20 ---> Running in adcda696a99a 22:16: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:16: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:16:47 Removing intermediate container adcda696a99a 22:16:47 ---> c639205da359 22:16:47 Successfully built c639205da359 22:16:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:16:47 + docker inspect -f . ci-base-image-arm64 22:16:47 . [Pipeline] withDockerContainer 22:16:47 prd-ubuntu18.04-docker-arm64-4c-16g-30640 does not seem to be running inside a container 22:16:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:16:49 $ docker top 671ebfecac073ff7691ace1f55750e2408372877f4a806ef0e1b0ab10c9d67e7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:16:50 Removing intermediate container 7b3390e5373e 22:16:50 ---> 44c2f330e82f 22:16:50 22:16:50 Step 10/31 : FROM alpine:3.12 22:16:50 3.12: Pulling from library/alpine 22:16:50 + go version 22:16:50 go version go1.15.5 linux/arm64 [Pipeline] } 22:16:50 $ docker stop --time=1 671ebfecac073ff7691ace1f55750e2408372877f4a806ef0e1b0ab10c9d67e7 22:16:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:16:52 $ docker rm -f 671ebfecac073ff7691ace1f55750e2408372877f4a806ef0e1b0ab10c9d67e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:16:53 + docker inspect -f . ci-base-image-arm64 22:16:53 . [Pipeline] withDockerContainer 22:16:53 prd-ubuntu18.04-docker-arm64-4c-16g-30640 does not seem to be running inside a container 22:16:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:16:54 Status: Downloaded newer image for alpine:3.12 22:16:54 ---> 88dd2752d2ea 22:16:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:16:55 $ docker top 95a0a5f300c112a2d7daf9006ad28c9c30b8cf00ce1c288d225e9cb14ad804d6 -eo pid,comm [Pipeline] { [Pipeline] echo 22:16:55 ========================================================= 22:16:55 [edgeXBuildGoParallel] Running Tests and Build... 22:16:55 ========================================================= [Pipeline] sh 22:16:55 ---> Running in 4327ed8a78fd 22:16:55 Removing intermediate container 9aea4e60ca3c 22:16:55 ---> 6474cdbcba53 22:16:55 22:16:55 Step 10/24 : FROM alpine:3.12 22:16:55 ---> 88dd2752d2ea 22:16:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:16:55 Removing intermediate container 2acfa1e1e630 22:16:55 ---> 75433e2f064b 22:16:55 22:16:55 Step 10/21 : FROM alpine:3.12 22:16:55 ---> 88dd2752d2ea 22:16:55 Step 11/21 : RUN apk add --update --no-cache curl 22:16:55 ---> Running in bdf077ed8c9b 22:16:56 ---> Running in 62933380c3d9 22:16:56 Removing intermediate container 4327ed8a78fd 22:16:56 ---> 25b40cddf587 22:16:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:16:56 + make test 22:16:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:16:56 ---> Running in 1eb0ea8db99c 22:16:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:57 (1/5) Installing ca-certificates (20191127-r4) 22:16:57 (1/4) Installing ca-certificates (20191127-r4) 22:16:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:16:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:16:57 (3/5) Installing libcurl (7.69.1-r3) 22:16:57 (3/4) Installing libcurl (7.69.1-r3) 22:16:57 (4/5) Installing curl (7.69.1-r3) 22:16:57 (5/5) Installing dumb-init (1.2.2-r1) 22:16:57 (4/4) Installing curl (7.69.1-r3) 22:16:57 Executing busybox-1.31.1-r19.trigger 22:16:57 Executing busybox-1.31.1-r19.trigger 22:16:57 Executing ca-certificates-20191127-r4.trigger 22:16:57 Executing ca-certificates-20191127-r4.trigger 22:16:57 (1/2) Installing dumb-init (1.2.2-r1) 22:16:57 (2/2) Installing su-exec (0.2-r1) 22:16:57 Executing busybox-1.31.1-r19.trigger 22:16:57 OK: 6 MiB in 16 packages 22:16:57 OK: 7 MiB in 19 packages 22:16:57 OK: 7 MiB in 18 packages 22:17:01 Removing intermediate container dde9c077e3db 22:17:01 ---> 1b217f0316c3 22:17:01 22:17:01 Step 10/23 : FROM alpine:3.12 22:17:01 ---> 88dd2752d2ea 22:17:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:17:01 Removing intermediate container 3cb42ba1ebff 22:17:01 ---> 2e44bd535eea 22:17:01 22:17:01 Step 10/23 : FROM alpine:3.12 22:17:01 ---> 88dd2752d2ea 22:17:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:17:01 ---> Running in 7908c42f6efe 22:17:01 ---> Running in 0c0941941b75 22:17:02 Removing intermediate container 62933380c3d9 22:17:02 ---> 9267b8d35811 22:17:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:17:02 Removing intermediate container 1eb0ea8db99c 22:17:02 ---> 3258bdc04fae 22:17:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:17:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:02 Removing intermediate container bdf077ed8c9b 22:17:02 ---> 845e0fa38d0f 22:17:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:17:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:02 Removing intermediate container 0c0941941b75 22:17:02 ---> 43a56626d92f 22:17:02 Step 12/23 : ENV APP_PORT=48080 22:17:02 ---> Running in 01fc4d7edfe3 22:17:02 ---> Running in 29ea63344cc8 22:17:02 (1/1) Installing dumb-init (1.2.2-r1) 22:17:02 Executing busybox-1.31.1-r19.trigger 22:17:02 ---> Running in b2d9bd0d10ff 22:17:02 ---> Running in 9f1110a19ec0 22:17:02 OK: 6 MiB in 15 packages 22:17:03 Removing intermediate container 29ea63344cc8 22:17:03 ---> beb36cfee2bb 22:17:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:17:03 Removing intermediate container 01fc4d7edfe3 22:17:03 ---> 6fd815f5c43b 22:17:03 Step 13/21 : WORKDIR /edgex 22:17:03 ---> Running in e45d528b7ed4 22:17:03 Removing intermediate container 9f1110a19ec0 22:17:03 ---> 5c0e971ebf8e 22:17:03 Step 13/23 : EXPOSE $APP_PORT 22:17:03 Removing intermediate container b2d9bd0d10ff 22:17:03 ---> 6a31826e5e03 22:17:03 Step 13/24 : WORKDIR / 22:17:03 ---> Running in 29bac74379c1 22:17:03 ---> Running in 0d8052db7b8b 22:17:03 ---> Running in b6a187d25f36 22:17:03 Removing intermediate container e45d528b7ed4 22:17:03 ---> f9f753d4967b 22:17:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:17:04 Removing intermediate container 7908c42f6efe 22:17:04 ---> 2a6fbae6144b 22:17:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:17:04 Removing intermediate container 0d8052db7b8b 22:17:04 ---> 31b7e71f66f6 22:17:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:04 ---> Running in 12dc6d9aef21 22:17:04 Removing intermediate container 29bac74379c1 22:17:04 ---> d3765cac8b55 22:17:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:17:04 Removing intermediate container b6a187d25f36 22:17:04 ---> e8b3578a7069 22:17:04 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:17:04 ---> Running in 4ad4e25c6334 22:17:04 ---> Running in b6cb3f3c256a 22:17:05 ---> 4de2acf1089a 22:17:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:17:05 ---> 683d615167fb 22:17:05 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:17:05 Removing intermediate container 4ad4e25c6334 22:17:05 ---> 6a5958357b62 22:17:05 Step 13/23 : ENV APP_PORT=48081 22:17:05 ---> Running in ac7afdaa8710 22:17:05 Removing intermediate container ac7afdaa8710 22:17:05 ---> 576c1b4cd0e5 22:17:05 Step 14/23 : EXPOSE $APP_PORT 22:17:06 ---> 0ca47e258c48 22:17:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:17:06 ---> d51351e21fd8 22:17:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:17:06 ---> Running in 0c920e54afd5 22:17:06 Removing intermediate container 12dc6d9aef21 22:17:06 ---> 664260196141 22:17:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:17:06 ---> ccae885c485e 22:17:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:17:06 Removing intermediate container 0c920e54afd5 22:17:06 ---> 13338aead7a6 22:17:06 Step 15/23 : WORKDIR / 22:17:06 ---> Running in dac5e24cddf2 22:17:06 Removing intermediate container b6cb3f3c256a 22:17:06 ---> 3f835cc8c69b 22:17:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:17:06 ---> Running in 8da1b92da5cb 22:17:06 ---> 720917c19e13 22:17:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:17:06 ---> Running in 2f6b5cf54b6d 22:17:07 ---> Running in 631c0bedabdd 22:17:07 Removing intermediate container dac5e24cddf2 22:17:07 ---> 362432c09819 22:17:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:17:07 ---> f268a0a3bfee 22:17:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:17:07 Removing intermediate container 8da1b92da5cb 22:17:07 ---> 358afef88066 22:17:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:07 Removing intermediate container 631c0bedabdd 22:17:07 ---> c2662407feef 22:17:07 Step 18/21 : CMD ["--init=true"] 22:17:07 ---> Running in 32705b6b109b 22:17:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:07 ---> 1fe613b1620c 22:17:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:17:08 ---> f5e5d9bf377f 22:17:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:17:08 ---> Running in 61a70b1dadac 22:17:08 Removing intermediate container 32705b6b109b 22:17:08 ---> d3518c42055d 22:17:08 Step 19/21 : LABEL arch=x86_64 22:17:08 ---> 65cda9d7157d 22:17:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:08 ---> Running in 70647693c6ec 22:17:08 ---> 3607d27a5765 22:17:08 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:17:08 (1/6) Installing dumb-init (1.2.2-r1) 22:17:08 ---> 2300cc7aa921 22:17:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:17:08 Removing intermediate container 70647693c6ec 22:17:08 ---> 2abc739ac616 22:17:08 Step 20/21 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:17:08 (2/6) Installing libgcc (9.3.0-r2) 22:17:08 (3/6) Installing libsodium (1.0.18-r0) 22:17:08 ---> Running in bf6c4f11df34 22:17:08 (4/6) Installing libstdc++ (9.3.0-r2) 22:17:09 ---> Running in 12390363de67 22:17:09 (5/6) Installing libzmq (4.3.3-r0) 22:17:09 ---> a13ad4992d85 22:17:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:17:09 (6/6) Installing zeromq (4.3.3-r0) 22:17:09 Removing intermediate container 12390363de67 22:17:09 ---> 9ed6d1538a2d 22:17:09 Step 21/21 : LABEL version=0.0.0 22:17:09 Executing busybox-1.31.1-r19.trigger 22:17:09 OK: 8 MiB in 20 packages 22:17:09 ---> Running in 9d24986cd74d 22:17:09 ---> Running in 77a663d95954 22:17:09 Removing intermediate container 9d24986cd74d 22:17:09 ---> bacf8e236f89 22:17:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:10 ---> Running in 9830afd75823 22:17:10 Removing intermediate container 77a663d95954 22:17:10 ---> 88d634c4d13f 22:17:10 22:17:10 Successfully built 88d634c4d13f 22:17:10 Successfully tagged docker-security-proxy-setup-go:latest 22:17:10  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 22:17:10 Removing intermediate container 61a70b1dadac 22:17:10 ---> 541723c7a81e 22:17:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:10 Removing intermediate container 9830afd75823 22:17:10 ---> b26d30f89088 22:17:10 Step 21/23 : LABEL arch=x86_64 22:17:10 ---> Running in 559190dded6d 22:17:11 Removing intermediate container bf6c4f11df34 22:17:11 ---> 1127874866cf 22:17:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:17:11 Removing intermediate container 2f6b5cf54b6d 22:17:11 ---> 2c0e9c1ed2c3 22:17:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:11 ---> 5aeb6c156cb4 22:17:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:17:11 ---> Running in ca6835f30f31 22:17:11 Removing intermediate container 559190dded6d 22:17:11 ---> 58c13ac59ddb 22:17:11 Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:17:11 ---> Running in 564513ae8d12 22:17:11 ---> 0d47d2c74368 22:17:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:17:11 Removing intermediate container ca6835f30f31 22:17:11 ---> e99af2fa070f 22:17:11 Step 22/24 : LABEL arch=x86_64 22:17:11 Removing intermediate container 564513ae8d12 22:17:11 ---> 94d1b593576f 22:17:11 Step 23/23 : LABEL version=0.0.0 22:17:12 ---> 42708187d2fc 22:17:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:17:12 ---> Running in 1e3016dab286 22:17:13 ---> Running in 99be7bea464a 22:17:13 ---> 814195dc7c04 22:17:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:17:13 Removing intermediate container 1e3016dab286 22:17:13 ---> c38f58bf4ee4 22:17:13 Step 23/24 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:17:13 ---> 08208af41814 22:17:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:17:13 Removing intermediate container 99be7bea464a 22:17:13 ---> 7256ad792921 22:17:13 22:17:13 ---> Running in 7711b4a7c3e5 22:17:13 ---> abade1237567 22:17:13 Step 19/23 : ENTRYPOINT ["/core-data"] 22:17:13 Successfully built 7256ad792921 22:17:14 Successfully tagged docker-core-metadata-go:latest 22:17:14 Building docker-support-notifications-go 22:17:14  Building docker-core-metadata-go ... done  ---> Running in 5da23b2dfb3f 22:17:14 Removing intermediate container 7711b4a7c3e5 22:17:14 ---> b85cbe1fda50 22:17:14 Step 24/24 : LABEL version=0.0.0 22:17:14 ---> 8c475e477367 22:17:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:17:14 ---> Running in 0cdc8cadff89 22:17:16 Removing intermediate container 5da23b2dfb3f 22:17:16 ---> 9259bc4b4227 22:17:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:16 Removing intermediate container 0cdc8cadff89 22:17:16 ---> fffb532eec0f 22:17:16 22:17:17 Successfully built fffb532eec0f 22:17:18 ---> 70c2b8ef776c 22:17:18 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:17:18 Successfully tagged docker-security-secretstore-setup-go:latest 22:17:18  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 22:17:18 ---> Running in d8b920fb6e7f 22:17:18 ? github.com/edgexfoundry/edgex-go [no test files] 22:17:21 ---> Running in f57096d83486 22:17:23 Removing intermediate container d8b920fb6e7f 22:17:23 ---> 518eec3da144 22:17:23 Step 21/23 : LABEL arch=x86_64 22:17:23 Removing intermediate container f57096d83486 22:17:23 ---> fcb12a7b82c7 22:17:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:17:23 ---> Running in 52c2f24365ab 22:17:27 ---> 97a240eab85d 22:17:27 Step 26/31 : RUN chmod +x /entrypoint.sh 22:17:29 Removing intermediate container 52c2f24365ab 22:17:29 ---> 34aae6b2d747 22:17:29 Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:17:30 ---> Running in 9f99769dc22c 22:17:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:17:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:17:34 ---> 25b91f71d4e5 22:17:34 Step 3/22 : WORKDIR /edgex-go 22:17:34 ---> Using cache 22:17:34 ---> 81bdd35dc619 22:17:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:34 ---> Using cache 22:17:34 ---> bc106e6a59ac 22:17:34 Step 5/22 : RUN apk add --update --no-cache make git 22:17:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:17:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:17:34 ---> 25b91f71d4e5 22:17:34 Step 3/22 : WORKDIR /edgex-go 22:17:34 ---> Using cache 22:17:34 ---> 81bdd35dc619 22:17:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:34 ---> Using cache 22:17:34 ---> bc106e6a59ac 22:17:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:17:36 ---> Running in 93dc7a9b1805 22:17:38 ---> Running in 6917f0b8c1af 22:17:38 ---> Running in becd26bc0607 22:17:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:17:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:17:38 ---> 25b91f71d4e5 22:17:38 Step 3/26 : WORKDIR /edgex-go 22:17:38 ---> Using cache 22:17:38 ---> 81bdd35dc619 22:17:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:38 ---> Using cache 22:17:38 ---> bc106e6a59ac 22:17:38 Step 5/26 : RUN apk add --update --no-cache make bash git 22:17:39 Removing intermediate container 93dc7a9b1805 22:17:39 ---> a8b9d8e9a129 22:17:39 Step 23/23 : LABEL version=0.0.0 22:17:39 ---> Running in 8e40e0f0ed16 22:17:39 ---> Running in 0c11bb65c3b4 22:17:39 Removing intermediate container 0c11bb65c3b4 22:17:39 ---> 3e57e979e591 22:17:39 22:17:40 Successfully built 3e57e979e591 22:17:40 Successfully tagged docker-core-data-go:latest 22:17:40  Building docker-core-data-go ... done Building docker-core-command-go 22:17:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:40 Removing intermediate container 9f99769dc22c 22:17:40 ---> 277b288735b3 22:17:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:17:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:40 ---> Running in b524e70043ce 22:17:40 Removing intermediate container b524e70043ce 22:17:40 ---> 1571f19613f4 22:17:40 Step 28/31 : CMD ["gate"] 22:17:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:41 ---> Running in 33a725320605 22:17:42 OK: 233 MiB in 51 packages 22:17:42 OK: 233 MiB in 51 packages 22:17:42 OK: 233 MiB in 51 packages 22:17:42 Removing intermediate container 33a725320605 22:17:42 ---> a7f6bcd20bdf 22:17:42 Step 29/31 : LABEL arch=x86_64 22:17:43 ---> Running in 0a70aa322331 22:17:45 Removing intermediate container 6917f0b8c1af 22:17:45 ---> f2b7dfe5842f 22:17:45 Step 6/22 : COPY go.mod . 22:17:45 Removing intermediate container 0a70aa322331 22:17:45 ---> fd9670dc3fdb 22:17:45 Step 30/31 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:17:45 Removing intermediate container becd26bc0607 22:17:45 ---> 182de0ae38d7 22:17:45 Step 6/22 : COPY go.mod . 22:17:45 Removing intermediate container 8e40e0f0ed16 22:17:45 ---> bbd789b1284f 22:17:45 Step 6/26 : COPY go.mod . 22:17:45 ---> Running in 6c16928b985b 22:17:45 ---> 7d321444559c 22:17:45 Step 7/22 : RUN go mod download 22:17:46 ---> Running in 62ad2cf816d6 22:17:46 ---> d415fa44278f 22:17:46 Step 7/26 : RUN go mod download 22:17:46 ---> 7c33020e9a11 22:17:46 Step 7/22 : RUN go mod download 22:17:47 ---> Running in 8591c834a407 22:17:47 Removing intermediate container 6c16928b985b 22:17:47 ---> c28714893335 22:17:47 Step 31/31 : LABEL version=0.0.0 22:17:49 ---> Running in a025a941508e 22:17:50 ---> Running in 0dc9c0d9addd 22:17:51 Removing intermediate container 0dc9c0d9addd 22:17:51 ---> e28e9f661854 22:17:51 22:17:51 Successfully built e28e9f661854 22:17:51 Successfully tagged docker-security-bootstrapper-go:latest 22:17:52  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:17:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:17:52 ---> 25b91f71d4e5 22:17:52 Step 3/23 : WORKDIR /edgex-go 22:17:52 ---> Using cache 22:17:52 ---> 81bdd35dc619 22:17:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:52 ---> Using cache 22:17:52 ---> bc106e6a59ac 22:17:52 Step 5/23 : RUN apk add --update --no-cache make git 22:17:52 ---> Using cache 22:17:52 ---> 182de0ae38d7 22:17:52 Step 6/23 : COPY go.mod . 22:17:52 ---> Using cache 22:17:52 ---> 7c33020e9a11 22:17:52 Step 7/23 : RUN go mod download 22:17:53 ---> Running in af4528a0db0a 22:17:53 Removing intermediate container 8591c834a407 22:17:53 ---> 75c852c97ab3 22:17:53 Step 8/26 : COPY . . 22:17:54 Removing intermediate container 62ad2cf816d6 22:17:54 ---> a18422b5b6e8 22:17:54 Step 8/22 : COPY . . 22:17:54 Removing intermediate container a025a941508e 22:17:54 ---> 670736ff89d3 22:17:54 Step 8/22 : COPY . . 22:18:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:18:06 Removing intermediate container af4528a0db0a 22:18:06 ---> d49a20e29b13 22:18:06 Step 8/23 : COPY . . 22:18:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:18:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:18:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:18:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:18:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:18:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:18:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:18:28 ---> 4c1abff46a7e 22:18:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:18:28 ---> 557d015bf72a 22:18:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:18:28 ---> cf63ac267328 22:18:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:18:30 ---> Running in 1a1baa2d25e4 22:18:30 ---> Running in 5aed8c179f4e 22:18:30 ---> Running in 471a21a01f3c 22:18:32 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:18:32 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:18:32 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:18:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:18:35 ---> ef0730959498 22:18:35 Step 9/23 : RUN make cmd/core-command/core-command 22:18:36 ---> Running in 7c62242caa01 22:18:37 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:18:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.373s coverage: 45.9% of statements 22:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:18:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:18:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.166s coverage: 19.8% of statements 22:18:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.251s coverage: 100.0% of statements 22:18:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.550s coverage: 27.1% of statements 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:18:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:18:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:18:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:18:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.227s coverage: 71.3% of statements 22:18:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:18:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:18:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.549s coverage: 82.9% of statements 22:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:18:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements 22:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.098s coverage: 28.6% of statements 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.301s coverage: 86.7% of statements 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:19:04 Removing intermediate container 471a21a01f3c 22:19:04 ---> 0ae7bb79f837 22:19:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:19:04 ---> Running in ecca1a7d7e87 22:19:04 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:19:07 Removing intermediate container 5aed8c179f4e 22:19:07 ---> dea6c14be196 22:19:07 22:19:07 Step 10/22 : FROM alpine:3.12 22:19:07 ---> 88dd2752d2ea 22:19:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:19:07 Removing intermediate container 1a1baa2d25e4 22:19:07 ---> 44f75b77ac83 22:19:07 22:19:07 Step 10/22 : FROM alpine:3.12 22:19:07 ---> 88dd2752d2ea 22:19:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:19:07 ---> Using cache 22:19:07 ---> 2a6fbae6144b 22:19:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:19:07 ---> Using cache 22:19:07 ---> 6a5958357b62 22:19:07 Step 13/22 : ENV APP_PORT=48085 22:19:07 ---> Running in afd39165f560 22:19:07 ---> Running in 61246dc2a049 22:19:07 Removing intermediate container afd39165f560 22:19:07 ---> 3aeddff048f3 22:19:07 Step 14/22 : EXPOSE $APP_PORT 22:19:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:09 (1/2) Installing ca-certificates (20191127-r4) 22:19:09 (2/2) Installing dumb-init (1.2.2-r1) 22:19:09 Executing busybox-1.31.1-r19.trigger 22:19:09 Executing ca-certificates-20191127-r4.trigger 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.187s coverage: 92.8% of statements 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 0.1% of statements 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements 22:19:09 OK: 6 MiB in 16 packages 22:19:09 ---> Running in ac22164abc88 22:19:09 Removing intermediate container ecca1a7d7e87 22:19:09 ---> dd5c9839a7fe 22:19:09 22:19:09 Step 11/26 : FROM docker:20.10.0 22:19:09 20.10.0: Pulling from library/docker 22:19:10 Removing intermediate container 7c62242caa01 22:19:10 ---> 3fee4b3f3ec3 22:19:10 22:19:10 Step 10/23 : FROM alpine:3.12 22:19:10 ---> 88dd2752d2ea 22:19:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:19:10 ---> Using cache 22:19:10 ---> 2a6fbae6144b 22:19:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:19:10 ---> Using cache 22:19:10 ---> 6a5958357b62 22:19:10 Step 13/23 : ENV APP_PORT=48082 22:19:11 Removing intermediate container ac22164abc88 22:19:11 ---> 3098d9d6f461 22:19:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:11 ---> Running in 121d889df9b9 22:19:12 Removing intermediate container 61246dc2a049 22:19:12 ---> 3bb3d343d059 22:19:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:19:12 Removing intermediate container 121d889df9b9 22:19:12 ---> 8e8caa995857 22:19:12 Step 14/23 : EXPOSE $APP_PORT 22:19:12 ---> 58a170d30a10 22:19:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:19:13 ---> Running in 4dcdf9e7cf3c 22:19:13 ---> Running in 6626054938ed 22:19:13 ---> 1a55a0d15f98 22:19:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:19:13 Removing intermediate container 4dcdf9e7cf3c 22:19:13 ---> 04fe4be21054 22:19:13 Step 13/22 : ENV APP_PORT=48060 22:19:13 Removing intermediate container 6626054938ed 22:19:13 ---> 3b373bf352d6 22:19:13 Step 15/23 : WORKDIR / 22:19:14 ---> Running in 5068f2c7197b 22:19:14 ---> 1f1d7533fe4f 22:19:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:19:14 ---> Running in 708fa7b3348f 22:19:14 ---> Running in d78e93b0ca6e 22:19:14 Removing intermediate container 5068f2c7197b 22:19:14 ---> 23572bf8300a 22:19:14 Step 14/22 : EXPOSE $APP_PORT 22:19:14 Removing intermediate container 708fa7b3348f 22:19:14 ---> 6683da21722c 22:19:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:14 ---> Running in 2bee4f69a644 22:19:14 Removing intermediate container d78e93b0ca6e 22:19:14 ---> 70d5de679736 22:19:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:14 ---> Running in 795cdbe59a0c 22:19:14 Removing intermediate container 2bee4f69a644 22:19:14 ---> 88432b10fbff 22:19:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:14 ---> 16850ee2a853 22:19:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:19:14 Removing intermediate container 795cdbe59a0c 22:19:14 ---> a616ecdb5ce6 22:19:14 Step 20/22 : LABEL arch=x86_64 22:19:14 ---> Running in 16b4206229b6 22:19:15 ---> 3f395ef6204b 22:19:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:19:15 Removing intermediate container 16b4206229b6 22:19:15 ---> 7886eeef17ab 22:19:15 Step 21/22 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:19:15 ---> Running in aa612c384d26 22:19:15 ---> 9111b52fefe8 22:19:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:19:15 Removing intermediate container aa612c384d26 22:19:15 ---> 0a21fc339ab9 22:19:15 Step 22/22 : LABEL version=0.0.0 22:19:15 ---> 5da5be1092a0 22:19:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:19:16 ---> Running in 1b2be570a538 22:19:16 ---> 4d6d4d704de7 22:19:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:19:16 ---> f58b862caf06 22:19:16 Step 19/23 : ENTRYPOINT ["/core-command"] 22:19:16 ---> Running in b81dde9475c5 22:19:16 ---> Running in d13bd0e3adba 22:19:16 Removing intermediate container 1b2be570a538 22:19:16 ---> 0809c1c4f775 22:19:16 22:19:17 Removing intermediate container b81dde9475c5 22:19:17 ---> 33546cebd770 22:19:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:17 Removing intermediate container d13bd0e3adba 22:19:17 ---> 4460259540f4 22:19:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:17 Successfully built 0809c1c4f775 22:19:17 ---> Running in cda09d5176ac 22:19:17 Successfully tagged docker-support-scheduler-go:latest 22:19:17 ---> Running in 676a26fb6268 22:19:17  Building docker-support-scheduler-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:19:17 Removing intermediate container cda09d5176ac 22:19:17 ---> ca961352c5f2 22:19:17 Step 21/23 : LABEL arch=x86_64 22:19:17 Status: Downloaded newer image for docker:20.10.0 22:19:17 ---> aefe523efa57 22:19:17 Step 12/26 : RUN apk add --no-cache bash 22:19:17 Removing intermediate container 676a26fb6268 22:19:17 ---> 4194d7de638f 22:19:17 Step 20/22 : LABEL arch=x86_64 22:19:17 ---> Running in b33ee0e53eea 22:19:17 ---> Running in 8861d73c7122 22:19:17 ---> Running in 9b38bbc6848d 22:19:18 Removing intermediate container b33ee0e53eea 22:19:18 ---> c2ddb5c8157c 22:19:18 Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:19:18 Removing intermediate container 9b38bbc6848d 22:19:18 ---> d401716a51ad 22:19:18 Step 21/22 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:19:18 ---> Running in f8d131bcee2d 22:19:18 ---> Running in 5dfc729d7e76 22:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:18 Removing intermediate container f8d131bcee2d 22:19:18 ---> 788bac3f04d7 22:19:18 Step 23/23 : LABEL version=0.0.0 22:19:18 Removing intermediate container 5dfc729d7e76 22:19:18 ---> 28c7c0ae95ee 22:19:18 Step 22/22 : LABEL version=0.0.0 22:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:18 ---> Running in 7e366350bdc2 22:19:18 ---> Running in 52ac1bca98fa 22:19:18 (1/2) Installing readline (8.0.4-r0) 22:19:18 (2/2) Installing bash (5.0.17-r0) 22:19:18 Executing bash-5.0.17-r0.post-install 22:19:18 Executing busybox-1.31.1-r19.trigger 22:19:18 OK: 12 MiB in 22 packages 22:19:18 Removing intermediate container 7e366350bdc2 22:19:18 ---> 6a1d073187fe 22:19:18 22:19:18 Removing intermediate container 52ac1bca98fa 22:19:18 ---> 266007a616fd 22:19:18 22:19:18 Successfully built 6a1d073187fe 22:19:18 Successfully tagged docker-core-command-go:latest 22:19:19  Building docker-core-command-go ... done Successfully built 266007a616fd 22:19:19 Successfully tagged docker-support-notifications-go:latest 22:19:19  Building docker-support-notifications-go ... done Removing intermediate container 8861d73c7122 22:19:19 ---> 832e8bdf4d4a 22:19:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:19:19 ---> Running in 02d18e13edaa 22:19:19 Removing intermediate container 02d18e13edaa 22:19:19 ---> 27fd305bf8c7 22:19:19 Step 14/26 : ENV APP_PORT=48090 22:19:19 ---> Running in cf8a2f5d61d8 22:19:19 Removing intermediate container cf8a2f5d61d8 22:19:19 ---> 545ff985fa20 22:19:19 Step 15/26 : EXPOSE $APP_PORT 22:19:19 ---> Running in a78f97f35b28 22:19:20 Removing intermediate container a78f97f35b28 22:19:20 ---> e3d4b9a51932 22:19:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:19:20 ---> bb94606fe13d 22:19:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:19:21 ---> 652bf9c0ca5c 22:19:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:19:21 ---> 546e3ea6c273 22:19:21 Step 19/26 : RUN apk --no-cache add py3-pip 22:19:21 ---> Running in e0dcf32b2981 22:19:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 22:19:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements 22:19:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:22 (1/33) Installing libbz2 (1.0.8-r1) 22:19:22 (2/33) Installing expat (2.2.9-r1) 22:19:22 (3/33) Installing libffi (3.3-r2) 22:19:22 (4/33) Installing gdbm (1.13-r1) 22:19:22 (5/33) Installing xz-libs (5.2.5-r0) 22:19:22 (6/33) Installing sqlite-libs (3.32.1-r0) 22:19:22 (7/33) Installing python3 (3.8.8-r0) 22:19:23 (8/33) Installing py3-appdirs (1.4.4-r1) 22:19:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:19:23 (10/33) Installing py3-parsing (2.4.7-r0) 22:19:23 (11/33) Installing py3-six (1.15.0-r0) 22:19:23 (12/33) Installing py3-packaging (20.4-r0) 22:19:23 (13/33) Installing py3-setuptools (47.0.0-r0) 22:19:23 (14/33) Installing py3-chardet (3.0.4-r4) 22:19:23 (15/33) Installing py3-idna (2.9-r0) 22:19:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:19:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:19:23 (18/33) Installing py3-requests (2.23.0-r0) 22:19:23 (19/33) Installing py3-msgpack (1.0.0-r0) 22:19:23 (20/33) Installing py3-lockfile (0.12.2-r3) 22:19:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:19:23 (22/33) Installing py3-colorama (0.4.3-r0) 22:19:23 (23/33) Installing py3-distlib (0.3.0-r0) 22:19:23 (24/33) Installing py3-distro (1.5.0-r1) 22:19:23 (25/33) Installing py3-webencodings (0.5.1-r3) 22:19:23 (26/33) Installing py3-html5lib (1.0.1-r4) 22:19:23 (27/33) Installing py3-pytoml (0.1.21-r0) 22:19:23 (28/33) Installing py3-pep517 (0.8.2-r0) 22:19:23 (29/33) Installing py3-progress (1.5-r0) 22:19:23 (30/33) Installing py3-toml (0.10.1-r0) 22:19:23 (31/33) Installing py3-retrying (1.3.3-r0) 22:19:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:19:23 (33/33) Installing py3-pip (20.1.1-r0) 22:19:24 Executing busybox-1.31.1-r19.trigger 22:19:24 OK: 71 MiB in 55 packages 22:19:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.333s coverage: 81.7% of statements 22:19:34 Removing intermediate container e0dcf32b2981 22:19:34 ---> 730d9cc3c716 22:19:34 Step 20/26 : RUN pip install docker-compose==1.23.2 22:19:34 ---> Running in 35eaf5fae182 22:19:34 Collecting docker-compose==1.23.2 22:19:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:19:34 Collecting docker<4.0,>=3.6.0 22:19:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:19:34 Collecting docopt<0.7,>=0.6.1 22:19:34 Downloading docopt-0.6.2.tar.gz (25 kB) 22:19:35 Collecting dockerpty<0.5,>=0.4.1 22:19:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:19:36 Collecting PyYAML<4,>=3.10 22:19:36 Downloading PyYAML-3.13.tar.gz (270 kB) 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.154s coverage: 87.2% of statements 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.6% of statements 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.6% of statements 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 64.4% of statements 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 22:19:36 Collecting jsonschema<3,>=2.5.1 22:19:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.114s coverage: 73.7% of statements 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 22:19:36 Collecting texttable<0.10,>=0.9.0 22:19:36 Downloading texttable-0.9.1.tar.gz (11 kB) 22:19: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:19:37 Collecting websocket-client<1.0,>=0.32.0 22:19:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:19:37 Collecting cached-property<2,>=1.2.0 22:19:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:19:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:19:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:19:37 Collecting docker-pycreds>=0.4.0 22:19:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:19:37 Collecting idna<2.8,>=2.5 22:19:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:19:37 Collecting urllib3<1.25,>=1.21.1 22:19:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:19:37 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:19:37 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:19:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:19:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:19:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:19:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:19:38 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, jsonschema, texttable, cached-property, docker-compose 22:19:38 Attempting uninstall: idna 22:19:38 Found existing installation: idna 2.9 22:19:38 Uninstalling idna-2.9: 22:19:38 Successfully uninstalled idna-2.9 22:19:38 Attempting uninstall: urllib3 22:19:38 Found existing installation: urllib3 1.25.9 22:19:38 Uninstalling urllib3-1.25.9: 22:19:38 Successfully uninstalled urllib3-1.25.9 22:19:38 Attempting uninstall: requests 22:19:38 Found existing installation: requests 2.23.0 22:19:38 Uninstalling requests-2.23.0: 22:19:38 Successfully uninstalled requests-2.23.0 22:19:39 Running setup.py install for docopt: started 22:19:39 Running setup.py install for docopt: finished with status 'done' 22:19:39 Running setup.py install for dockerpty: started 22:19:40 Running setup.py install for dockerpty: finished with status 'done' 22:19:40 Running setup.py install for PyYAML: started 22:19:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.865s coverage: 69.0% of statements 22:19:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:19:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:19:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:19:40 Running setup.py install for PyYAML: finished with status 'done' 22:19:40 Running setup.py install for texttable: started 22:19:41 Running setup.py install for texttable: finished with status 'done' 22:19:41 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.58.0 22:19:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 38.4% of statements 22:19:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:19:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:19:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements 22:19:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:19:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements 22:19:44 Removing intermediate container 35eaf5fae182 22:19:44 ---> 30e6a3afa10c 22:19:44 Step 21/26 : RUN apk --no-cache add curl 22:19:44 ---> Running in 8f64e2aa7fe0 22:19:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:19:45 (2/3) Installing libcurl (7.69.1-r3) 22:19:45 (3/3) Installing curl (7.69.1-r3) 22:19:45 Executing busybox-1.31.1-r19.trigger 22:19:45 OK: 72 MiB in 58 packages 22:19:46 Removing intermediate container 8f64e2aa7fe0 22:19:46 ---> f2a13e251956 22:19:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:19:46 ---> Running in 9769c0d73f72 22:19:46 Removing intermediate container 9769c0d73f72 22:19:46 ---> b97a5e226c72 22:19:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:46 ---> Running in bd6ed2756703 22:19:46 Removing intermediate container bd6ed2756703 22:19:46 ---> 8cc3e9a66bd1 22:19:46 Step 24/26 : LABEL arch=x86_64 22:19:46 ---> Running in b2ea60f6dc9b 22:19:46 Removing intermediate container b2ea60f6dc9b 22:19:46 ---> 66096bcd4df6 22:19:46 Step 25/26 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:19:47 ---> Running in 62951e207de1 22:19:47 Removing intermediate container 62951e207de1 22:19:47 ---> 3d698d0a62b5 22:19:47 Step 26/26 : LABEL version=0.0.0 22:19:47 ---> Running in d90a6982ab6f 22:19:47 Removing intermediate container d90a6982ab6f 22:19:47 ---> 0f89a518d9de 22:19:47 22:19:47 Successfully built 0f89a518d9de 22:19:47 Successfully tagged docker-sys-mgmt-agent-go:latest 22:19:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:19:48 $ docker stop --time=1 ecf5b17200f931f593fb0d402444da1495dc49172e3bab9a1490e22b1cf11d5c 22:19:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.421s coverage: 47.0% of statements 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:19:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.205s coverage: 100.0% of statements 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:19:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.090s coverage: 100.0% of statements 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:19:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.534s coverage: 87.1% of statements 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:19:50 $ docker rm -f ecf5b17200f931f593fb0d402444da1495dc49172e3bab9a1490e22b1cf11d5c [Pipeline] // withDockerContainer [Pipeline] sh 22:19:51 + docker images 22:19:51 + grep docker 22:19:51 docker-sys-mgmt-agent-go latest 0f89a518d9de 4 seconds ago 313MB 22:19:51 docker-support-notifications-go latest 266007a616fd 33 seconds ago 17.9MB 22:19:51 docker-core-command-go latest 6a1d073187fe 33 seconds ago 17.3MB 22:19:51 docker-support-scheduler-go latest 0809c1c4f775 35 seconds ago 17.3MB 22:19:51 docker-security-bootstrapper-go latest e28e9f661854 2 minutes ago 18.8MB 22:19:51 docker-core-data-go latest 3e57e979e591 2 minutes ago 22.6MB 22:19:51 docker-security-secretstore-setup-go latest fffb532eec0f 2 minutes ago 24.9MB 22:19:51 docker-core-metadata-go latest 7256ad792921 2 minutes ago 19.1MB 22:19:51 docker-security-proxy-setup-go latest 88d634c4d13f 2 minutes ago 24.7MB 22:19:51 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.299s coverage: 29.1% of statements 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.250s coverage: 96.5% of statements 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.099s coverage: 100.0% of statements 22:19:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 22:19:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 22:19:58 GO111MODULE=on go vet ./... 22:20:07 Still waiting to schedule task 22:20:07 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:20:58 Running on prd-ubuntu18.04-docker-8c-8g-30641 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws 22:20:58 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 22:21:00 using credential edgex-jenkins-ssh 22:21:00 Cloning the remote Git repository 22:21:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:21:00 > git init /w/workspace/edgex-go/4 # timeout=10 22:21:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:21:00 > git --version # timeout=10 22:21:00 > git --version # 'git version 2.17.1' 22:21:00 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:21:08 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 3290b0969f82bd858e0b646d0eddc448e14767c7 22:21:09 Merge succeeded, producing 3290b0969f82bd858e0b646d0eddc448e14767c7 22:21:09 Checking out Revision 3290b0969f82bd858e0b646d0eddc448e14767c7 (PR-3273) 22:21:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:21:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:21:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:21:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:21:08 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:08 > git config core.sparsecheckout # timeout=10 22:21:08 > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 22:21:09 > git remote # timeout=10 22:21:09 > git config --get remote.origin.url # timeout=10 22:21:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:09 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 22:21:09 > git rev-parse HEAD^{commit} # timeout=10 22:21:09 > git config core.sparsecheckout # timeout=10 22:21:09 > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 22:21:12 Commit message: "fix: remove save management token as we use bootstrap token for now" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:13 + echo snap-build.sh 22:21:13 snap-build.sh 22:21:13 + SNAP_BASE_DIR=. 22:21:13 + '[' '!' -z /w/workspace/edgex-go/4 ']' 22:21:13 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 22:21:13 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 22:21:13 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 22:21:13 + cd /w/workspace/edgex-go/4 22:21:13 + sudo apt-get remove -qy --purge lxd lxd-client 22:21:13 Reading package lists... 22:21:13 Building dependency tree... 22:21:13 Reading state information... 22:21:14 The following packages were automatically installed and are no longer required: 22:21:14 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:21:14 uidmap xdelta3 22:21:14 Use 'sudo apt autoremove' to remove them. 22:21:14 The following packages will be REMOVED: 22:21:14 lxd* lxd-client* 22:21:14 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:21:14 After this operation, 31.7 MB disk space will be freed. 22:21:15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 22:21:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:21:16 Removing lxd dnsmasq configuration 22:21:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:21:16 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:21:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:21:17 (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:21:17 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:21:18 Processing triggers for systemd (237-3ubuntu10.42) ... 22:21:18 Processing triggers for ureadahead (0.100.0-21) ... 22:21:19 gofmt -l . 22:21:19 [ "`gofmt -l .`" = "" ] 22:21:19 ./bin/test-go-mod-tidy.sh 22:21:19 ./bin/test-attribution-txt.sh 22:21:20 + sudo snap remove --purge lxd 22:21:20 snap "lxd" is not installed 22:21:20 + sudo groupadd --force --system lxd 22:21:20 ++ whoami 22:21:20 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:21:20 + newgrp - lxd 22:21:20 + sudo snap install lxd [Pipeline] sh 22:21:21 + ls -al . 22:21:21 total 800 22:21:21 drwxrwxr-x 9 1001 1001 4096 Mar 19 22:21 . 22:21:21 drwxr-xr-x 4 root root 4096 Mar 19 22:16 .. 22:21:21 -rw-rw-r-- 1 1001 1001 11 Mar 19 22:15 .dockerignore 22:21:21 drwxrwxr-x 8 1001 1001 4096 Mar 19 22:15 .git 22:21:21 drwxrwxr-x 3 1001 1001 4096 Mar 19 22:15 .github 22:21:21 -rw-rw-r-- 1 1001 1001 818 Mar 19 22:15 .gitignore 22:21:21 -rw-rw-r-- 1 1001 1001 166 Mar 19 22:15 .sonarcloud.properties 22:21:21 -rw-rw-r-- 1 1001 1001 8607 Mar 19 22:15 Attribution.txt 22:21:21 -rw-rw-r-- 1 1001 1001 3804 Mar 19 22:15 CONTRIBUTING.md 22:21:21 -rw-rw-r-- 1 1001 1001 931 Mar 19 22:15 Dockerfile.build 22:21:21 -rw-rw-r-- 1 1001 1001 863 Mar 19 22:15 Jenkinsfile 22:21:21 -rw-rw-r-- 1 1001 1001 10775 Mar 19 22:15 LICENSE 22:21:21 -rw-rw-r-- 1 1001 1001 5774 Mar 19 22:15 Makefile 22:21:21 -rw-rw-r-- 1 1001 1001 6548 Mar 19 22:15 README.md 22:21:21 -rw-rw-r-- 1 1001 1001 6755 Mar 19 22:15 SECURITY.md 22:21:21 -rw-rw-r-- 1 1001 1001 5 Mar 19 22:11 VERSION 22:21:21 -rw-rw-r-- 1 1001 1001 4131 Mar 19 22:15 ZMQWindows.md 22:21:21 drwxrwxr-x 2 1001 1001 4096 Mar 19 22:15 bin 22:21:21 drwxrwxr-x 14 1001 1001 4096 Mar 19 22:15 cmd 22:21:21 -rw-r--r-- 1 root root 659965 Mar 19 22:19 coverage.out 22:21:21 -rw-r--r-- 1 root root 1055 Mar 19 22:21 go.mod 22:21:21 -rw-r--r-- 1 root root 21981 Mar 19 22:21 go.sum 22:21:21 drwxrwxr-x 8 1001 1001 4096 Mar 19 22:15 internal 22:21:21 drwxrwxr-x 4 1001 1001 4096 Mar 19 22:15 openapi 22:21:21 drwxrwxr-x 4 1001 1001 4096 Mar 19 22:15 snap 22:21:21 -rw-rw-r-- 1 1001 1001 168 Mar 19 22:15 version.go [Pipeline] sh 22:21:22 + '[' -e coverage.out ] 22:21:22 + chown 1001:1001 coverage.out [Pipeline] stash 22:21:22 Warning: overwriting stash ‘coverage-report’ 22:21:23 Stashed 1 file(s) [Pipeline] sh 22:21:24 + make build 22:21:24 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:21:28 2021-03-19T22:21:25Z INFO Waiting for automatic snapd restart... 22:21:34 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:21:40 lxd 4.12 from Canonical* installed 22:21:40 + sudo lxd init --auto 22:21:48 + sudo snap install --classic snapcraft 22:21:54 snapcraft 4.5.4 from Canonical* installed 22:21:54 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:21:54 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:21:54 % Total % Received % Xferd Average Speed Time Time Time Current 22:21:54 Dload Upload Total Spent Left Speed 22:21:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 0 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 22:21:54 100 3325k 100 3325k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M 22:21:54 ./yq_linux_amd64 22:21:54 + sudo snapcraft prime --use-lxd 22:21:56 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:21:56 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:21:56 - README.md 22:21:56 22:21:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:21:56 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:21:56 Launching a container. 22:22:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:22:07 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:22:08 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:22:08 Waiting for container to be ready 22:22:08 To start your first instance, try: lxc launch ubuntu:18.04 22:22:08 22:22:11 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:22:11 Waiting for network to be ready... 22:22:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:22:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:22:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 22:22:12 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:22:12 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:22:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:22:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:22:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:22:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:22:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:22:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:22:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 22:22:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:22:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:22:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 22:22:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 22:22:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 22:22:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:22:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:22:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 22:22:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 22:22:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:22:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:22:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 22:22:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 22:22:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 22:22:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:22:14 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:22:16 Fetched 24.1 MB in 4s (5487 kB/s) 22:22:17 Reading package lists... 22:22:17 Reading package lists... 22:22:17 Building dependency tree... 22:22:17 Reading state information... 22:22:17 The following additional packages will be installed: 22:22:17 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:22:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:22:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:22:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:22:17 Suggested packages: 22:22:17 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:22:17 Recommended packages: 22:22:17 gnupg libsasl2-modules 22:22:17 The following NEW packages will be installed: 22:22:17 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:22:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:22:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:22:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:22:17 The following packages will be upgraded: 22:22:17 gpg gpg-agent gpgconf libudev1 22:22:17 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:22:17 Need to get 3530 kB of archives. 22:22:17 After this operation, 13.3 MB of additional disk space will be used. 22:22:17 Get:1 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:22:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:22:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:22:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:22:17 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 22:22:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 22:22:18 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:22:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:22:18 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:22:18 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:22:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:22:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:22:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:22:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:22:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:22:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:22:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:22:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:22:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:22:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:22:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:22:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:22:18 debconf: delaying package configuration, since apt-utils is not installed 22:22:18 Fetched 3530 kB in 1s (3363 kB/s) 22:22:18 (Reading database ... 12511 files and directories currently installed.) 22:22:18 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 22:22:18 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:22:19 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 22:22:19 Selecting previously unselected package udev. 22:22:19 (Reading database ... 12511 files and directories currently installed.) 22:22:19 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 22:22:19 Unpacking udev (237-3ubuntu10.45) ... 22:22:19 Selecting previously unselected package libfuse2:amd64. 22:22:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:22:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:22:19 Selecting previously unselected package fuse. 22:22:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:22:19 Unpacking fuse (2.9.7-1ubuntu1) ... 22:22:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:19 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:22:19 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:19 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:22:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:22:19 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:19 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:22:19 Selecting previously unselected package libksba8:amd64. 22:22:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:22:20 Unpacking libksba8:amd64 (1.3.5-2) ... 22:22:20 Selecting previously unselected package libroken18-heimdal:amd64. 22:22:20 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:20 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:22:20 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:22:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:22:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:20 Selecting previously unselected package libwind0-heimdal:amd64. 22:22:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:22:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:22:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:22:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:22:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:21 Selecting previously unselected package libsasl2-modules-db:amd64. 22:22:21 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:22:21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:22:21 Selecting previously unselected package libsasl2-2:amd64. 22:22:21 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:22:21 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:22:21 Selecting previously unselected package libldap-common. 22:22:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:22:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:22:21 Selecting previously unselected package libldap-2.4-2:amd64. 22:22:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:22:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:22:21 Selecting previously unselected package dirmngr. 22:22:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:21 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:22:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:22:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:22:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:22:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:22:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:22:21 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:22:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:21 Setting up libksba8:amd64 (1.3.5-2) ... 22:22:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:22:21 Setting up udev (237-3ubuntu10.45) ... 22:22:22 invoke-rc.d: policy-rc.d denied execution of start. 22:22:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:22 Processing triggers for systemd (237-3ubuntu10) ... 22:22:22 Setting up fuse (2.9.7-1ubuntu1) ... 22:22:22 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:22:22 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:22:22 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:22:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:22:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:22:23 settings in the [Install] section, and DefaultInstance for template units). 22:22:23 This means they are not meant to be enabled using systemctl. 22:22:23 Possible reasons for having this kind of units are: 22:22:23 1) A unit may be statically enabled by being symlinked from another unit's 22:22:23 .wants/ or .requires/ directory. 22:22:23 2) A unit's purpose may be to act as a helper for some other unit which has 22:22:23 a requirement dependency on it. 22:22:23 3) A unit may be started when needed via activation (socket, path, timer, 22:22:23 D-Bus, udev, scripted systemctl call, ...). 22:22:23 4) In case of template units, the unit is meant to be enabled with some 22:22:23 instance name specified. 22:22:23 Reading package lists... 22:22:23 Building dependency tree... 22:22:23 Reading state information... 22:22:23 The following additional packages will be installed: 22:22:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:22:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:22:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:22:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:22:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:22:23 Suggested packages: 22:22:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:22:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:22:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:22:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:22:23 systemd-container policykit-1 22:22:23 Recommended packages: 22:22:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:22:23 The following NEW packages will be installed: 22:22:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:22:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:22:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:22:23 multiarch-support openssh-client python3 python3-minimal python3.6 22:22:23 python3.6-minimal snapd squashfs-tools sudo 22:22:23 The following packages will be upgraded: 22:22:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:22:23 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:22:24 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:22:24 Need to get 35.2 MB of archives. 22:22:24 After this operation, 141 MB of additional disk space will be used. 22:22:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:22:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 22:22:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:22:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 22:22:24 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 22:22:24 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:22:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:22:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:22:24 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:22:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:22:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:22:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:22:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:22:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:22:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:22:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:22:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:22:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:22:25 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:22:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:22:25 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:22:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:22:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:22:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:22:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:22:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:22:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:22:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:22:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:22:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:22:26 debconf: delaying package configuration, since apt-utils is not installed 22:22:26 Fetched 35.2 MB in 3s (13.3 MB/s) 22:22:26 (Reading database ... 12757 files and directories currently installed.) 22:22:26 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 22:22:26 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:22:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 22:22:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:22:27 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 22:22:27 (Reading database ... 12757 files and directories currently installed.) 22:22:27 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:22:27 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:22:27 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:22:27 (Reading database ... 12757 files and directories currently installed.) 22:22:27 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:22:27 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:22:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:22:29 Setting up apt (1.6.12ubuntu0.2) ... 22:22:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:22:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:22:30 (Reading database ... 12764 files and directories currently installed.) 22:22:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:22:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:22:30 Selecting previously unselected package libpython3.6-minimal:amd64. 22:22:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:22:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:22:30 Selecting previously unselected package libexpat1:amd64. 22:22:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:22:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:22:30 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:22:31 Selecting previously unselected package python3.6-minimal. 22:22:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:22:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:22:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 22:22:31 Checking for services that may need to be restarted...done. 22:22:31 Checking for services that may need to be restarted...done. 22:22:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:22:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:22:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:22:31 Selecting previously unselected package python3-minimal. 22:22:31 (Reading database ... 13012 files and directories currently installed.) 22:22:31 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:22:31 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:22:31 Selecting previously unselected package mime-support. 22:22:31 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:22:31 Unpacking mime-support (3.60ubuntu1) ... 22:22:32 Selecting previously unselected package libmpdec2:amd64. 22:22:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:22:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:22:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:22:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:22:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:22:32 Selecting previously unselected package python3.6. 22:22:32 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:22:32 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:22:32 Selecting previously unselected package libpython3-stdlib:amd64. 22:22:32 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:22:32 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:22:32 Setting up python3-minimal (3.6.7-1~18.04) ... 22:22:32 Selecting previously unselected package python3. 22:22:32 (Reading database ... 13442 files and directories currently installed.) 22:22:32 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:22:32 Unpacking python3 (3.6.7-1~18.04) ... 22:22:32 Selecting previously unselected package multiarch-support. 22:22:32 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:22:32 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:22:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:22:33 Selecting previously unselected package liblzo2-2:amd64. 22:22:33 (Reading database ... 13479 files and directories currently installed.) 22:22:33 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:22:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:22:33 Selecting previously unselected package libbsd0:amd64. 22:22:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:22:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:22:33 Selecting previously unselected package sudo. 22:22:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:22:33 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:22:33 Selecting previously unselected package apparmor. 22:22:33 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:22:33 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:22:33 Selecting previously unselected package libedit2:amd64. 22:22:33 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:22:33 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:22:34 Selecting previously unselected package libkrb5support0:amd64. 22:22:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:22:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:22:34 Selecting previously unselected package libk5crypto3:amd64. 22:22:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:22:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:22:34 Selecting previously unselected package libkeyutils1:amd64. 22:22:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:22:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:22:34 Selecting previously unselected package libkrb5-3:amd64. 22:22:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:22:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:22:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:22:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:22:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:22:34 Selecting previously unselected package libssl1.0.0:amd64. 22:22:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:22:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:22:34 Selecting previously unselected package openssh-client. 22:22:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:22:34 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:22:35 Selecting previously unselected package squashfs-tools. 22:22:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:22:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:22:35 Selecting previously unselected package snapd. 22:22:35 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:22:35 Unpacking snapd (2.48.3+18.04) ... 22:22:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:22:36 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:22:36 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:22:37 Setting up mime-support (3.60ubuntu1) ... 22:22:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:22:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:22:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:22:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:22:37 Setting up systemd (237-3ubuntu10.45) ... 22:22:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:22:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:22:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:22:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:22:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:22:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:22:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:22:38 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:22:38 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:22:38 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:22:38 Setting up python3 (3.6.7-1~18.04) ... 22:22:38 running python rtupdate hooks for python3.6... 22:22:38 running python post-rtupdate hooks for python3.6... 22:22:39 Setting up apparmor (2.12-4ubuntu5.1) ... 22:22:40 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:22:40 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:22:40 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:22:40 Setting up snapd (2.48.3+18.04) ... 22:22:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:22:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:22:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:22:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:22:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:22:41 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:22:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [Pipeline] } 22:22:41 $ docker stop --time=1 95a0a5f300c112a2d7daf9006ad28c9c30b8cf00ce1c288d225e9cb14ad804d6 22:22:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:22:42 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:22:42 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:22:42 /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:22:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:22:42 Processing triggers for systemd (237-3ubuntu10.45) ... 22:22:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:22:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:22:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:22:44 $ docker rm -f 95a0a5f300c112a2d7daf9006ad28c9c30b8cf00ce1c288d225e9cb14ad804d6 22:22:44 Reading package lists... 22:22:44 Reading package lists... 22:22:44 Building dependency tree... 22:22:44 Reading state information... 22:22:44 Calculating upgrade... 22:22:44 The following packages will be upgraded: 22:22:44 advancecomp base-files bash binutils binutils-common 22:22:44 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:22:44 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:22:44 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:22:44 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:22:44 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:22:44 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:22:44 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:22:44 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:22:44 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:22:44 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:22:44 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:22:44 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:22:44 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:22:44 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:22:45 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:22:45 Need to get 63.8 MB of archives. 22:22:45 After this operation, 5207 kB of additional disk space will be used. 22:22:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:22:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 22:22:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:22:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 22:22:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:22:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:22:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:22:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:22:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:22:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:22:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:22:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:22:46 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:22:46 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:22:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:22:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:22:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:22:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:22:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:22:46 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:22:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:22:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:22:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:22:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:22:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:22:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:22:46 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:22:46 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:22:46 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:22:46 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:22:46 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:22:46 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:22:46 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:22:46 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:22:46 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:22:46 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:22:46 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:22:46 Get:39 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:22:46 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:22:46 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 22:22:46 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:22:46 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:22:46 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:22:46 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:22:46 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:22:46 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:22:46 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:22:46 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:22:46 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:22:46 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:22:46 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:22:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:22:46 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:22:46 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:22:46 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:22:46 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:22:46 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:22:46 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:22:46 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:22:46 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:22:46 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:22:46 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:22:46 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:22:46 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:22:46 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:22:46 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:22:46 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:22:46 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:22:46 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:22:46 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:22:46 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:22:46 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 22:22:46 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:22:46 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:22:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:22:46 22:22:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:22:46 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:22:46 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:22:46 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:22:46 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:22:46 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:22:46 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:22:46 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:22:46 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:22:46 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:22:46 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:22:46 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:22:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:22:47 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:22:47 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:22:47 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:22:47 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:22:47 latest: Pulling from edgex-devops/edgex-compose-arm64 22:22:47 29e5d40040c1: Pulling fs layer 22:22:47 1ce36da41761: Pulling fs layer 22:22:47 25b303627fd3: Pulling fs layer 22:22:47 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:22:47 29e5d40040c1: Verifying Checksum 22:22:47 29e5d40040c1: Download complete 22:22:47 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:22:47 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:22:48 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:22:48 1ce36da41761: Download complete 22:22:48 29e5d40040c1: Pull complete 22:22:48 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:22:48 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:22:48 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:22:48 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:22:48 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:22:48 debconf: delaying package configuration, since apt-utils is not installed 22:22:48 Fetched 63.8 MB in 4s (17.3 MB/s) 22:22:48 (Reading database ... 13912 files and directories currently installed.) 22:22:48 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:22:48 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:22:49 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:22:49 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:22:49 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 22:22:49 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 22:22:49 1ce36da41761: Pull complete 22:22:49 25b303627fd3: Verifying Checksum 22:22:49 25b303627fd3: Download complete 22:22:50 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:50 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:50 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:50 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:51 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:51 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:51 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:51 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:51 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:51 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:51 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:51 (Reading database ... 13911 files and directories currently installed.) 22:22:51 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:51 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:22:51 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:22:51 (Reading database ... 13911 files and directories currently installed.) 22:22:51 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:51 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:52 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:52 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:52 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:52 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:52 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:52 (Reading database ... 13911 files and directories currently installed.) 22:22:52 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:22:52 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:22:53 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:22:53 (Reading database ... 13911 files and directories currently installed.) 22:22:53 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:22:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:22:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:22:53 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:22:53 Setting up base-files (10.1ubuntu2.10) ... 22:22:53 Installing new version of config file /etc/issue ... 22:22:53 Installing new version of config file /etc/issue.net ... 22:22:53 Installing new version of config file /etc/lsb-release ... 22:22:53 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:22:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:22:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:22:54 Removing obsolete conffile /etc/default/motd-news ... 22:22:54 (Reading database ... 13912 files and directories currently installed.) 22:22:54 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:22:54 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:22:54 Setting up bash (4.4.18-2ubuntu1.2) ... 22:22:54 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:22:54 (Reading database ... 13912 files and directories currently installed.) 22:22:54 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:54 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:22:54 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:22:54 (Reading database ... 13912 files and directories currently installed.) 22:22:54 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:22:54 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:22:54 Setting up tar (1.29b-2ubuntu0.2) ... 22:22:55 (Reading database ... 13912 files and directories currently installed.) 22:22:55 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:22:55 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:22:55 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:22:55 (Reading database ... 13912 files and directories currently installed.) 22:22:55 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:22:55 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:22:55 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:22:55 (Reading database ... 13912 files and directories currently installed.) 22:22:55 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:22:55 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:22:55 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:22:56 (Reading database ... 13912 files and directories currently installed.) 22:22:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:22:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:22:56 Setting up grep (3.1-2build1) ... 22:22:56 (Reading database ... 13912 files and directories currently installed.) 22:22:56 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:22:56 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:22:56 Setting up login (1:4.5-1ubuntu2) ... 22:22:56 (Reading database ... 13912 files and directories currently installed.) 22:22:56 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:22:56 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:22:56 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:22:56 (Reading database ... 13912 files and directories currently installed.) 22:22:56 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:22:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:22:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:22:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:22:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:22:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:22:58 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:22:58 (Reading database ... 13912 files and directories currently installed.) 22:22:58 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:22:58 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:22:59 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:22:59 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:22:59 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:22:59 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:22:59 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:22:59 (Reading database ... 13912 files and directories currently installed.) 22:22:59 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:22:59 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:22:59 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:22:59 (Reading database ... 13912 files and directories currently installed.) 22:22:59 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:59 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:00 25b303627fd3: Pull complete 22:23:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:23:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:23:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:23:00 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:00 (Reading database ... 13912 files and directories currently installed.) 22:23:00 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:00 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:00 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:00 prd-ubuntu18.04-docker-arm64-4c-16g-30640 does not seem to be running inside a container 22:23:00 (Reading database ... 13912 files and directories currently installed.) 22:23:00 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:00 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:00 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:23:00 (Reading database ... 13912 files and directories currently installed.) 22:23:00 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:00 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:00 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:00 (Reading database ... 13912 files and directories currently installed.) 22:23:00 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:23:00 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:01 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:23:01 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:01 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:23:01 (Reading database ... 13912 files and directories currently installed.) 22:23:01 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:23:01 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:01 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:23:01 (Reading database ... 13912 files and directories currently installed.) 22:23:01 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:01 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:01 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:01 (Reading database ... 13912 files and directories currently installed.) 22:23:01 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:01 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:01 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:23:01 (Reading database ... 13912 files and directories currently installed.) 22:23:01 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:02 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:02 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:23:02 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:23:02 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:23:03 (Reading database ... 13912 files and directories currently installed.) 22:23:03 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:23:03 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:23:03 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:23:03 $ docker top 34675cbcd6ec3b8b81aa20faeb43c486fbadd6bed5832bd7ab7a148f720a22d0 -eo pid,comm 22:23:03 (Reading database ... 13912 files and directories currently installed.) 22:23:03 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:23:03 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:03 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:23:03 (Reading database ... 13914 files and directories currently installed.) 22:23:03 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:23:03 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:23:03 Setting up debconf (1.5.66ubuntu1) ... [Pipeline] { [Pipeline] sh 22:23:04 (Reading database ... 13914 files and directories currently installed.) 22:23:04 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:23:04 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:23:04 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:23:04 (Reading database ... 13914 files and directories currently installed.) 22:23:04 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:23:04 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:23:04 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:23:04 + grep parallel 22:23:04 + docker-compose build --help 22:23:04 (Reading database ... 13914 files and directories currently installed.) 22:23:04 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:23:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:23:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:23:05 (Reading database ... 13914 files and directories currently installed.) 22:23:05 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:23:05 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:23:05 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:23:05 (Reading database ... 13914 files and directories currently installed.) 22:23:05 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:23:05 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:23:05 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:23:05 (Reading database ... 13914 files and directories currently installed.) 22:23:05 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:05 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 22:23:05 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:23:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:23:05 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:23:06 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:23:06 (Reading database ... 13914 files and directories currently installed.) 22:23:06 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:23:06 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:23:06 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:23:06 (Reading database ... 13914 files and directories currently installed.) 22:23:06 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:23:06 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:23:06 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:23:06 (Reading database ... 13914 files and directories currently installed.) 22:23:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:23:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:23:06 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:23:07 (Reading database ... 13914 files and directories currently installed.) 22:23:07 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:23:07 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:23:07 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:23:07 (Reading database ... 13914 files and directories currently installed.) 22:23:07 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:23:07 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:23:07 Setting up passwd (1:4.5-1ubuntu2) ... 22:23:07 (Reading database ... 13914 files and directories currently installed.) 22:23:07 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:23:07 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:23:07 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:23:07 --parallel Build images in parallel. 22:23:08 (Reading database ... 13914 files and directories currently installed.) 22:23:08 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:23:08 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] } 22:23:08 $ docker stop --time=1 34675cbcd6ec3b8b81aa20faeb43c486fbadd6bed5832bd7ab7a148f720a22d0 22:23:08 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:23:08 (Reading database ... 13914 files and directories currently installed.) 22:23:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:23:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:23:08 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:23:08 (Reading database ... 13914 files and directories currently installed.) 22:23:08 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:23:08 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:23:08 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:23:08 (Reading database ... 13914 files and directories currently installed.) 22:23:08 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:23:08 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:23:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:23:09 (Reading database ... 13914 files and directories currently installed.) 22:23:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:23:09 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:23:09 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:23:09 (Reading database ... 13914 files and directories currently installed.) 22:23:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:23:09 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:23:09 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:23:09 (Reading database ... 13915 files and directories currently installed.) 22:23:09 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:23:09 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:23:09 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:23:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:23:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:23:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:23:10 $ docker rm -f 34675cbcd6ec3b8b81aa20faeb43c486fbadd6bed5832bd7ab7a148f720a22d0 22:23:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:23:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [Pipeline] // withDockerContainer 22:23:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:23:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:23:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:23:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:23:10 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:23:10 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:23:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:23:11 . [Pipeline] withDockerContainer 22:23:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:23:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:23:11 prd-ubuntu18.04-docker-arm64-4c-16g-30640 does not seem to be running inside a container 22:23:11 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:23:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:23:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:23:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:23:11 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:23:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:23:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:23:11 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:23:11 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:23:12 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:23:12 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:23:12 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:23:12 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:23:12 $ docker top f614d88a6007bcdc0cb615e99e649b1b22384b9490712386e1659f5c3257057c -eo pid,comm 22:23:12 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:23:12 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:23:13 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:23:13 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [Pipeline] { [Pipeline] sh 22:23:13 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:23:13 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:23:13 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:23:13 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:23:13 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:13 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:13 + docker-compose -f ./docker-compose-build.yml build --parallel 22:23:13 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:13 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:14 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:14 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:15 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:15 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:16 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:16 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:16 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:16 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:17 Building docker-core-command-go ... 22:23:17 Building docker-core-data-go ... 22:23:17 Building docker-core-metadata-go ... 22:23:17 Building docker-security-bootstrapper-go ... 22:23:17 Building docker-security-proxy-setup-go ... 22:23:17 Building docker-security-secretstore-setup-go ... 22:23:17 Building docker-support-notifications-go ... 22:23:17 Building docker-support-scheduler-go ... 22:23:17 Building docker-sys-mgmt-agent-go ... 22:23:17 Building docker-security-bootstrapper-go 22:23:17 Building docker-sys-mgmt-agent-go 22:23:17 Building docker-core-command-go 22:23:17 Building docker-security-secretstore-setup-go 22:23:17 Building docker-support-scheduler-go 22:23:17 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:17 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:17 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:23:17 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:23:17 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:23:17 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:23:18 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:23:18 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:23:18 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:23:18 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:23:18 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:23:18 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:23:18 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:23:18 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:23:18 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:23:18 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:23:18 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:18 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:23:18 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:18 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:18 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:18 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:23:18 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:23:19 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:23:19 22:23:19 Current default time zone: 'Etc/UTC' 22:23:19 Local time is now: Fri Mar 19 22:23:18 UTC 2021. 22:23:19 Universal Time is now: Fri Mar 19 22:23:18 UTC 2021. 22:23:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:23:19 22:23:19 Setting up systemd-sysv (237-3ubuntu10.45) ... 22:23:19 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:19 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 22:23:19 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:23:19 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:23:19 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:23:19 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:23:19 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:23:19 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:23:19 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:23:19 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:19 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:23:19 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:19 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:23:19 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:19 Setting up patch (2.7.6-2ubuntu1.1) ... 22:23:19 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:23:19 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:23:19 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 22:23:19 Installing new version of config file /etc/ssl/openssl.cnf ... 22:23:20 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:23:20 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:23:20 Setting up ca-certificates (20210119~18.04.1) ... 22:23:22 Updating certificates in /etc/ssl/certs... 22:23:22 23 added, 27 removed; done. 22:23:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:23:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:22 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:23:22 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:23:22 Setting up pkgbinarymangler (138.18.04.1) ... 22:23:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:23:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:22 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:22 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:22 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:23:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:23 Setting up perl (5.26.1-6ubuntu0.5) ... 22:23:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:23:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:23:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:23:23 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:23:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:23:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:23:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:23:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:23:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:23:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:23:23 Processing triggers for systemd (237-3ubuntu10.45) ... 22:23:23 Processing triggers for mime-support (3.60ubuntu1) ... 22:23:23 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:23:23 Updating certificates in /etc/ssl/certs... 22:23:24 0 added, 0 removed; done. 22:23:24 Running hooks in /etc/ca-certificates/update.d... 22:23:24 done. 22:23:24 Reading package lists... 22:23:24 Building dependency tree... 22:23:24 Reading state information... 22:23:25 The following NEW packages will be installed: 22:23:25 apt-transport-https 22:23:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:23:25 Need to get 1696 B of archives. 22:23:25 After this operation, 153 kB of additional disk space will be used. 22:23:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:23:25 debconf: delaying package configuration, since apt-utils is not installed 22:23:25 Fetched 1696 B in 0s (8361 B/s) 22:23:25 Selecting previously unselected package apt-transport-https. 22:23:25 (Reading database ... 13920 files and directories currently installed.) 22:23:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:23:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:23:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:23:25 Waiting for network to be ready... 22:23:30 2021-03-19T22:23:28Z INFO Waiting for automatic snapd restart... 22:23:31 snapd 2.49 from Canonical* installed 22:23:32 "snapd" switched to the "latest/stable" channel 22:23:32 22:23:34 core18 20210128 from Canonical* installed 22:23:35 "core18" switched to the "latest/stable" channel 22:23:35 22:23:38 snapcraft 4.5.4 from Canonical* installed 22:23:38 "snapcraft" switched to the "latest/stable" channel 22:23:38 22:23:41 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:23:41 - README.md 22:23:41 22:23:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:23:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:23:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:23:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:23:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:23:49 Reading package lists... 22:23:49 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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:23:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:23:56 Reading package lists... 22:23:56 Building dependency tree... 22:23:56 Reading state information... 22:23:56 Suggested packages: 22:23:56 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:23:56 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:23:56 Recommended packages: 22:23:56 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:23:56 The following NEW packages will be installed: 22:23:56 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:23:56 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:23:56 pkg-config zip 22:23:56 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:23:56 Need to get 7657 kB of archives. 22:23:56 After this operation, 43.8 MB of additional disk space will be used. 22:23:56 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:23:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:23:56 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:23:56 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:23:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:23:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:23:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:23:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:23:56 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:23:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:23:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:23:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:23:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:23:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:23:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:23:57 debconf: delaying package configuration, since apt-utils is not installed 22:23:57 Fetched 7657 kB in 1s (6578 kB/s) 22:23:57 Selecting previously unselected package libglib2.0-0:amd64. 22:23:57 (Reading database ... 13924 files and directories currently installed.) 22:23:57 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:23:57 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:23:57 Selecting previously unselected package libpsl5:amd64. 22:23:57 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:23:57 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:23:57 Selecting previously unselected package libnghttp2-14:amd64. 22:23:57 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:23:57 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:23:57 Selecting previously unselected package librtmp1:amd64. 22:23:57 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:23:57 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:23:57 Selecting previously unselected package libcurl3-gnutls:amd64. 22:23:57 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:23:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:23:57 Selecting previously unselected package liberror-perl. 22:23:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:23:57 Unpacking liberror-perl (0.17025-1) ... 22:23:58 Selecting previously unselected package git-man. 22:23:58 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:23:58 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:23:58 Selecting previously unselected package git. 22:23:58 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:23:58 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:23:58 Selecting previously unselected package libnorm1:amd64. 22:23:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:23:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:23:59 Selecting previously unselected package libpgm-5.2-0:amd64. 22:23:59 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:23:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:23:59 Selecting previously unselected package libsodium23:amd64. 22:23:59 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:23:59 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:23:59 Selecting previously unselected package libzmq5:amd64. 22:23:59 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:23:59 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:23:59 Selecting previously unselected package libzmq3-dev:amd64. 22:23:59 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:23:59 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:23:59 Selecting previously unselected package pkg-config. 22:23:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:23:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:23:59 Selecting previously unselected package zip. 22:23:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:23:59 Unpacking zip (3.0-11build1) ... 22:23:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:23:59 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:23:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:24:00 Setting up liberror-perl (0.17025-1) ... 22:24:00 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:24:00 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:24:00 No schema files found: doing nothing. 22:24:00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:24:00 Setting up zip (3.0-11build1) ... 22:24:00 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:24:00 Setting up libsodium23:amd64 (1.0.16-2) ... 22:24:00 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:24:00 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:24:00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:24:00 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:24:00 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:24:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:24:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:24:06 git set to automatically installed. 22:24:06 git-man set to automatically installed. 22:24:06 libcurl3-gnutls set to automatically installed. 22:24:06 liberror-perl set to automatically installed. 22:24:06 libglib2.0-0 set to automatically installed. 22:24:06 libnghttp2-14 set to automatically installed. 22:24:06 libnorm1 set to automatically installed. 22:24:06 libpgm-5.2-0 set to automatically installed. 22:24:06 libpsl5 set to automatically installed. 22:24:06 librtmp1 set to automatically installed. 22:24:06 libsodium23 set to automatically installed. 22:24:06 libzmq3-dev set to automatically installed. 22:24:06 libzmq5 set to automatically installed. 22:24:06 pkg-config set to automatically installed. 22:24:06 zip set to automatically installed. 22:24:08 snapd is not logged in, snap install commands will use sudo 22:24:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:24:15 snap "core18" has no updates available 22:24:16 snapd is not logged in, snap install commands will use sudo 22:24:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:24:33 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 22:24:33 Pulling go-build-helper 22:24:33 + snapcraftctl pull 22:24:33 'app-service-config' has dependencies that need to be staged: go-build-helper 22:24:33 Skipping pull go-build-helper (already ran) 22:24:33 Building go-build-helper 22:24:33 + snapcraftctl build 22:24:35 Staging go-build-helper 22:24:35 + snapcraftctl stage 22:24:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:24:38 ---> c639205da359 22:24:38 Step 3/23 : WORKDIR /edgex-go 22:24:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:24:38 ---> c639205da359 22:24:38 Step 3/22 : WORKDIR /edgex-go 22:24:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:24:38 ---> c639205da359 22:24:38 Step 3/26 : WORKDIR /edgex-go 22:24:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:24:38 ---> c639205da359 22:24:38 Step 3/24 : WORKDIR /edgex-go 22:24:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:24:38 ---> c639205da359 22:24:38 Step 3/31 : WORKDIR /edgex-go 22:24:38 ---> Running in 3dd94d29e18e 22:24:38 ---> Running in 4a2a75a26f97 22:24:38 ---> Running in 639bf5f89752 22:24:38 ---> Running in e9a035fc577e 22:24:38 ---> Running in 7b2f7d0790bd 22:24:38 Removing intermediate container 4a2a75a26f97 22:24:38 ---> 9cb359e9817c 22:24:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:38 Removing intermediate container 3dd94d29e18e 22:24:38 ---> d7747a4c97f0 22:24:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:38 Removing intermediate container 7b2f7d0790bd 22:24:38 ---> 8887992169bf 22:24:38 Removing intermediate container e9a035fc577e 22:24:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 6bb16a9bb90b 22:24:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:38 22:24:38 Removing intermediate container 639bf5f89752 22:24:38 ---> 12d314e56cc2 22:24:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:38 ---> Running in 4749cc9354d2 22:24:38 ---> Running in d9392b47e5ac 22:24:38 ---> Running in d68c57abb7ad 22:24:38 ---> Running in 7006288ece61 22:24:38 ---> Running in c9166aa82ecd 22:24:38 Removing intermediate container 4749cc9354d2 22:24:38 ---> e227c8e19c1b 22:24:38 Step 5/31 : RUN apk add --update --no-cache make git 22:24:38 ---> Running in 7cea973fc830 22:24:38 Removing intermediate container d9392b47e5ac 22:24:38 ---> fc48fa7b4b12 22:24:38 Step 5/24 : RUN apk add --update --no-cache make git 22:24:38 ---> Running in 794b6be4fd63 22:24:38 Removing intermediate container 7006288ece61 22:24:38 ---> 6f13186ba272 22:24:38 Step 5/26 : RUN apk add --update --no-cache make bash git 22:24:38 Removing intermediate container c9166aa82ecd 22:24:38 ---> b64f3cc3508a 22:24:38 Step 5/22 : RUN apk add --update --no-cache make git 22:24:38 ---> Running in fe91f1fcfa21 22:24:38 Removing intermediate container d68c57abb7ad 22:24:38 ---> 66c1fb177be0 22:24:38 Step 5/23 : RUN apk add --update --no-cache make git 22:24:38 ---> Running in d99aab22da14 22:24:38 ---> Running in 10b54245eb99 22:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:40 OK: 217 MiB in 51 packages 22:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:40 OK: 217 MiB in 51 packages 22:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:40 OK: 217 MiB in 51 packages 22:24:41 OK: 217 MiB in 51 packages 22:24:41 OK: 217 MiB in 51 packages 22:24:41 Removing intermediate container 7cea973fc830 22:24:41 ---> 5c9aa01798d0 22:24:41 Step 6/31 : COPY go.mod . 22:24:42 Removing intermediate container 794b6be4fd63 22:24:42 ---> aac9d0bb2b31 22:24:42 Step 6/24 : COPY go.mod . 22:24:42 Removing intermediate container fe91f1fcfa21 22:24:42 ---> e25a69eef6d6 22:24:42 Step 6/26 : COPY go.mod . 22:24:42 ---> ccacab9b32f7 22:24:42 Step 7/31 : RUN go mod download 22:24:43 ---> Running in 79b5f812f41d 22:24:43 Removing intermediate container d99aab22da14 22:24:43 ---> fbdaf0e3544b 22:24:43 Step 6/22 : COPY go.mod . 22:24:43 ---> c3b09a32c5ff 22:24:43 Step 7/24 : RUN go mod download 22:24:43 Removing intermediate container 10b54245eb99 22:24:43 ---> 98dcbba9b137 22:24:43 Step 6/23 : COPY go.mod . 22:24:43 ---> Running in 99e83999f4b3 22:24:43 ---> 3c01782a0b03 22:24:43 Step 7/26 : RUN go mod download 22:24:44 ---> Running in 0f04ee36bca1 22:24:44 ---> 4a3eccd0ccc1 22:24:44 Step 7/22 : RUN go mod download 22:24:44 ---> 63ab3af1bbfb 22:24:44 Step 7/23 : RUN go mod download 22:24:44 ---> Running in 02fda2bc1f9c 22:24:44 ---> Running in 7ebd2b37ad5b 22:24:45 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:24:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:24:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:24:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 22:24:45 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:24:45 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:24:45 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:24:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:24:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:24:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:24:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:24:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 22:24:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:24:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:24:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 22:24:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 22:24:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 22:24:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:24:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:24:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 22:24:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 22:24:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:24:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:24:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 22:24:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 22:24:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 22:24:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:24:45 Fetched 24.1 MB in 0s (0 B/s) 22:24:45 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:24:45 Fetched 224 kB in 0s (0 B/s) 22:24:45 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:24:45 Fetched 157 kB in 0s (0 B/s) 22:24:45 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:24:45 Fetched 221 kB in 0s (0 B/s) 22:24:45 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:24:45 Fetched 143 kB in 0s (0 B/s) 22:24:45 Pulling app-service-config 22:24:45 + snapcraftctl pull 22:24:45 Cloning into '/root/parts/app-service-config/src'... 22:24:46 Pulling config-common 22:24:46 + snapcraftctl pull 22:24:47 Removing intermediate container 79b5f812f41d 22:24:47 ---> a732bb2587bf 22:24:47 Step 8/31 : COPY . . 22:24:48 Removing intermediate container 99e83999f4b3 22:24:48 ---> ee373a7aaf81 22:24:48 Step 8/24 : COPY . . 22:24:48 Removing intermediate container 0f04ee36bca1 22:24:48 ---> 9bfc8b2c8df2 22:24:48 Step 8/26 : COPY . . 22:24:50 Removing intermediate container 7ebd2b37ad5b 22:24:50 ---> 5db65acce99d 22:24:50 Step 8/23 : COPY . . 22:24:50 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:24:50 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:24:50 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:24:50 Fetched 0 B in 0s (0 B/s) 22:24:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:24:50 Fetched 0 B in 0s (0 B/s) 22:24:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:24:50 Fetched 0 B in 0s (0 B/s) 22:24:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:24:50 Fetched 0 B in 0s (0 B/s) 22:24:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:24:50 Fetched 0 B in 0s (0 B/s) 22:24:50 Pulling edgex-go 22:24:50 + snapcraftctl pull 22:24:50 Removing intermediate container 02fda2bc1f9c 22:24:50 ---> 396b12402b90 22:24:50 Step 8/22 : COPY . . 22:25:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:25:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:25:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:25:12 Fetched 0 B in 0s (0 B/s) 22:25:12 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:25:12 Fetched 96.5 kB in 0s (0 B/s) 22:25:12 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:25:12 Fetched 279 kB in 0s (0 B/s) 22:25:12 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:25:12 Fetched 122 kB in 0s (0 B/s) 22:25:12 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:25:12 Fetched 77.8 kB in 0s (0 B/s) 22:25:12 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:25:12 Fetched 8848 B in 0s (0 B/s) 22:25:12 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:25:12 Fetched 47.8 kB in 0s (0 B/s) 22:25:12 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:25:12 Fetched 45.6 kB in 0s (0 B/s) 22:25:12 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:25:12 Fetched 15.0 kB in 0s (0 B/s) 22:25:12 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:25:12 Fetched 214 kB in 0s (0 B/s) 22:25:12 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:25:12 Fetched 154 kB in 0s (0 B/s) 22:25:12 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:25:12 Fetched 50.6 kB in 0s (0 B/s) 22:25:12 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:25:12 Fetched 14.8 kB in 0s (0 B/s) 22:25:12 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:25:12 Fetched 41.8 kB in 0s (0 B/s) 22:25:12 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:25:12 Fetched 499 kB in 0s (0 B/s) 22:25:12 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:25:12 Fetched 111 kB in 0s (0 B/s) 22:25:12 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:25:12 Fetched 240 kB in 0s (0 B/s) 22:25:12 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:25:12 Fetched 29.3 kB in 0s (0 B/s) 22:25:12 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:25:12 Fetched 85.5 kB in 0s (0 B/s) 22:25:12 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:25:12 Fetched 24.5 kB in 0s (0 B/s) 22:25:12 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:25:12 Fetched 49.2 kB in 0s (0 B/s) 22:25:12 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:25:12 Fetched 54.2 kB in 0s (0 B/s) 22:25:12 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:25:12 Fetched 30.8 kB in 0s (0 B/s) 22:25:12 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:25:12 Fetched 15.8 kB in 0s (0 B/s) 22:25:12 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:25:12 Fetched 85.9 kB in 0s (0 B/s) 22:25:12 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:25:12 Fetched 8720 B in 0s (0 B/s) 22:25:12 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:25:12 Fetched 137 kB in 0s (0 B/s) 22:25:12 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:25:12 Fetched 119 kB in 0s (0 B/s) 22:25:12 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:25:12 Fetched 109 kB in 0s (0 B/s) 22:25:12 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:25:12 Fetched 11.1 kB in 0s (0 B/s) 22:25:12 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:25:12 Fetched 645 kB in 0s (0 B/s) 22:25:12 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:25:12 Fetched 41.3 kB in 0s (0 B/s) 22:25:12 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:25:12 Fetched 17.9 kB in 0s (0 B/s) 22:25:12 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:25:12 Fetched 368 kB in 0s (0 B/s) 22:25:12 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:25:12 Fetched 187 kB in 0s (0 B/s) 22:25:12 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:25:12 Fetched 175 kB in 0s (0 B/s) 22:25:12 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:25:12 Fetched 206 kB in 0s (0 B/s) 22:25:12 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 22:25:12 Fetched 1301 kB in 0s (0 B/s) 22:25:12 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:25:12 Fetched 36.2 kB in 0s (0 B/s) 22:25:12 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:25:12 Fetched 159 kB in 0s (0 B/s) 22:25:12 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:25:12 Fetched 107 kB in 0s (0 B/s) 22:25:12 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:25:12 Fetched 48.7 kB in 0s (0 B/s) 22:25:12 Pulling static-packages 22:25:12 + snapcraftctl pull 22:25:12 Pulling version 22:25:12 + cd /root/project 22:25:12 + [ -f VERSION ] 22:25:12 + PROJECT_VERSION=local-dev 22:25:12 + git rev-parse --short HEAD 22:25:12 + GIT_REVISION=3290b096 22:25:12 + snapcraftctl set-version local-dev 22:25:13 Skipping build go-build-helper (already ran) 22:25:13 Building app-service-config 22:25:13 + make build 22:25:13 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 22:25:15 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 22:25:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 22:25:15 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 22:25:15 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 22:25:15 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 22:25:15 go: downloading github.com/google/uuid v1.2.0 22:25:15 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:25:15 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 22:25:15 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:25:15 go: downloading github.com/go-kit/kit v0.8.0 22:25:15 go: downloading github.com/BurntSushi/toml v0.3.1 22:25:15 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 22:25:15 go: downloading github.com/x448/float16 v0.8.4 22:25:16 go: downloading github.com/go-playground/universal-translator v0.17.0 22:25:16 go: downloading github.com/hashicorp/consul/api v1.8.1 22:25:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:25:16 go: downloading github.com/pebbe/zmq4 v1.2.5 22:25:16 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:25:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:25:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:25:16 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:25:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:25:16 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:25:16 go: downloading github.com/gorilla/mux v1.8.0 22:25:16 go: downloading github.com/leodido/go-urn v1.2.0 22:25:16 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:25:16 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:25:16 go: downloading github.com/fatih/color v1.9.0 22:25:16 go: downloading github.com/pelletier/go-toml v1.2.0 22:25:16 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:25:16 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:25:16 go: downloading github.com/hashicorp/serf v0.9.5 22:25:16 go: downloading github.com/mattn/go-isatty v0.0.12 22:25:16 go: downloading github.com/mitchellh/copystructure v1.0.0 22:25:16 go: downloading github.com/mattn/go-colorable v0.1.6 22:25:16 go: downloading github.com/go-playground/locales v0.13.0 22:25:16 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:25:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:25:16 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 22:25:16 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:25:16 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:25:16 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:25:16 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:25:17 ---> 3564242c2070 22:25:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:25:17 ---> 9469edb309a6 22:25:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:25:17 ---> 69d1612a10d7 22:25:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:25:17 ---> Running in e711a4586943 22:25:17 ---> Running in 6c5981bffd6b 22:25:17 ---> Running in 11513d1f4cb0 22:25:17 ---> e11ca70022ab 22:25:17 Step 9/23 : RUN make cmd/core-command/core-command 22:25:17 ---> 3d66266cec01 22:25:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:25:17 ---> Running in 47f687a26907 22:25:17 ---> Running in c4461ea9f88f 22:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:25: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:25:18 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:25:18 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:25:26 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 22:25:26 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 22:25:26 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 22:25:26 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 22:25:26 Building config-common 22:25:26 + snapcraftctl build 22:25:28 Building edgex-go 22:25:28 + cd /root/parts/edgex-go/src 22:25:28 + make build 22:25:28 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:25:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 22:25:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 22:25:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:25:29 go: downloading github.com/pkg/errors v0.8.1 22:25:29 go: downloading github.com/imdario/mergo v0.3.12 22:25:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 22:25:29 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:25:29 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:25:29 go: downloading github.com/gorilla/websocket v1.4.2 22:25:33 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:25:33 go: downloading gopkg.in/yaml.v2 v2.4.0 22:25:38 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:25:39 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:25:41 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:25:41 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:25:41 go: downloading github.com/stretchr/testify v1.7.0 22:25:41 go: downloading github.com/davecgh/go-spew v1.1.1 22:25:41 go: downloading github.com/pmezard/go-difflib v1.0.0 22:25:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:25:43 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:25:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:25:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:25:45 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:25:46 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:25:46 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:25:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:25: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:25:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:25:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:25:50 go: downloading github.com/lib/pq v1.9.0 22:25:52 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:25:52 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:25:52 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:25:52 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:25:52 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:25:52 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:25:52 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:25:52 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:25:52 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:25:52 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:25:52 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:25:52 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:25:52 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:25:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:25:52 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:25:52 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:25:52 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:25:52 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 22:25:52 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:25:52 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:25:52 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:25:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:25:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:25:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:25:52 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:25:55 Building static-packages 22:25:55 + snapcraftctl build 22:25:57 Building version 22:25:57 + snapcraftctl build 22:25:58 Skipping stage go-build-helper (already ran) 22:25:58 Staging app-service-config 22:25:58 + snapcraftctl stage 22:25:59 Staging config-common 22:25:59 + snapcraftctl stage 22:26:00 Staging edgex-go 22:26:00 + snapcraftctl stage 22:26:01 Staging static-packages 22:26:01 + snapcraftctl stage 22:26:02 Staging version 22:26:02 + snapcraftctl stage 22:26:03 Priming go-build-helper 22:26:03 + snapcraftctl prime 22:26:04 Priming app-service-config 22:26:04 + snapcraftctl prime 22:26:05 Priming config-common 22:26:05 + snapcraftctl prime 22:26:06 Priming edgex-go 22:26:06 + snapcraftctl prime 22:26:07 Priming static-packages 22:26:07 + snapcraftctl prime 22:26:09 Priming version 22:26:09 + snapcraftctl prime 22:26:10 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:26:55 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:27:01 Removing intermediate container 6c5981bffd6b 22:27:01 ---> 25d8b7eab11c 22:27:01 22:27:01 Step 10/24 : FROM alpine:3.12 22:27:01 3.12: Pulling from library/alpine 22:27:02 Removing intermediate container 11513d1f4cb0 22:27:02 ---> 1335a435a811 22:27:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:27:03 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:27:03 Status: Downloaded newer image for alpine:3.12 22:27:03 ---> d10569e2745f 22:27:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:27:03 ---> Running in bc48989d9cb2 22:27:04 ---> Running in 0efbe2693776 22:27:04 Removing intermediate container e711a4586943 22:27:04 ---> b5ccbc87af0d 22:27:04 22:27:04 Step 10/31 : FROM alpine:3.12 22:27:04 ---> d10569e2745f 22:27:04 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:27:05 ---> Running in 047abf76ac43 22:27:06 Removing intermediate container 047abf76ac43 22:27:06 ---> 3b4f0f36e740 22:27:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:27:06 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:27:06 ---> Running in 68f6f5194bbb 22:27:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:07 (1/5) Installing ca-certificates (20191127-r4) 22:27:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:27:07 (3/5) Installing libcurl (7.69.1-r3) 22:27:07 (4/5) Installing curl (7.69.1-r3) 22:27:07 (5/5) Installing dumb-init (1.2.2-r1) 22:27:07 Executing busybox-1.31.1-r19.trigger 22:27:07 Executing ca-certificates-20191127-r4.trigger 22:27:07 OK: 7 MiB in 19 packages 22:27:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:09 (1/2) Installing dumb-init (1.2.2-r1) 22:27:09 (2/2) Installing su-exec (0.2-r1) 22:27:09 Executing busybox-1.31.1-r19.trigger 22:27:09 OK: 5 MiB in 16 packages 22:27:10 Removing intermediate container c4461ea9f88f 22:27:10 ---> 26f080793aa8 22:27:10 22:27:10 Step 10/23 : FROM alpine:3.12 22:27:10 ---> d10569e2745f 22:27:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:27:10 ---> Running in 0dcde5a166df 22:27:11 Removing intermediate container 0efbe2693776 22:27:11 ---> acd13e59463f 22:27:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:27:11 Removing intermediate container 68f6f5194bbb 22:27:11 ---> 0a5eb176b7cb 22:27:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:27:11 ---> Running in 8ae771d2af85 22:27:11 Removing intermediate container bc48989d9cb2 22:27:11 ---> 468cef40e91e 22:27:11 22:27:11 Step 11/26 : FROM docker:20.10.0 22:27:12 ---> Running in 5778462e5c42 22:27:12 20.10.0: Pulling from library/docker 22:27:13 Removing intermediate container 8ae771d2af85 22:27:13 ---> b59d8b148a5b 22:27:13 Step 13/24 : WORKDIR / 22:27:13 Removing intermediate container 5778462e5c42 22:27:13 ---> 8a78826d5782 22:27:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:27:13 ---> Running in 6891dc7a7c89 22:27:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:13 ---> Running in 7f7626934e92 22:27:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:13 Removing intermediate container 47f687a26907 22:27:13 ---> f3bb171e736d 22:27:13 22:27:13 Step 10/22 : FROM alpine:3.12 22:27:13 ---> d10569e2745f 22:27:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:27:14 (1/1) Installing dumb-init (1.2.2-r1) 22:27:14 Executing busybox-1.31.1-r19.trigger 22:27:14 OK: 5 MiB in 15 packages 22:27:14 ---> Running in fa03ba346648 22:27:15 Removing intermediate container 6891dc7a7c89 22:27:15 ---> 2b7460276ffd 22:27: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 22:27:15 Removing intermediate container 7f7626934e92 22:27:15 ---> bf1d1dadbf8f 22:27:15 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:27:15 ---> Running in a7c98d2c167c 22:27:16 ---> 36c1fd588129 22:27: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 22:27:16 Removing intermediate container 0dcde5a166df 22:27:16 ---> 2b87a42302d8 22:27:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:27:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:17 ---> Running in 0c6bb3e6117d 22:27:17 ---> ebb454b18e43 22:27:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:27:17 (1/1) Installing dumb-init (1.2.2-r1) 22:27:17 Executing busybox-1.31.1-r19.trigger 22:27:17 OK: 5 MiB in 15 packages 22:27:18 Removing intermediate container 0c6bb3e6117d 22:27:18 ---> 3e61cbf19a8a 22:27:18 Step 13/23 : ENV APP_PORT=48082 22:27:18 ---> Running in d1c575628561 22:27:19 Removing intermediate container a7c98d2c167c 22:27:19 ---> 13b42d1f853b 22:27:19 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:27:19 ---> Running in 7b4d2ead0bd8 22:27:19 ---> 7caf0d4faa56 22:27:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:27:19 Removing intermediate container d1c575628561 22:27:19 ---> 23bc841074e1 22:27:19 Step 14/23 : EXPOSE $APP_PORT 22:27:20 ---> Running in a79c463827d3 22:27:20 Removing intermediate container fa03ba346648 22:27:20 ---> 6a7317681250 22:27:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:27:20 ---> Running in 22e6a0002a16 22:27:21 Removing intermediate container 7b4d2ead0bd8 22:27:21 ---> 3361a7e7f02c 22:27:21 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:27:21 Removing intermediate container a79c463827d3 22:27:21 ---> e122f61be006 22:27:21 Step 15/23 : WORKDIR / 22:27:21 ---> 0708fe40b9d2 22:27:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:27:21 Removing intermediate container 22e6a0002a16 22:27:21 ---> 76ded2d9ae97 22:27:21 Step 13/22 : ENV APP_PORT=48085 22:27:22 ---> Running in ff62a8d34825 22:27:22 ---> Running in 62aabe878c0b 22:27:22 ---> ffa7716662a0 22:27:22 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:27:23 ---> Running in 035f9eed26db 22:27:23 Removing intermediate container ff62a8d34825 22:27:23 ---> 11cbcfd51f4a 22:27:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:23 Removing intermediate container 62aabe878c0b 22:27:23 ---> a4c217d7c100 22:27:23 Step 14/22 : EXPOSE $APP_PORT 22:27:23 ---> 453b821cb070 22:27:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:27:23 ---> Running in 254838756bc6 22:27:24 ---> 5277d0aa3e28 22:27:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:27:24 Removing intermediate container 254838756bc6 22:27:24 ---> a3854d9ec59f 22:27:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:25 ---> 9a6309040749 22:27:25 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:27:25 ---> Running in 9332bb5cad51 22:27:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:27:26 Status: Downloaded newer image for docker:20.10.0 22:27:26 ---> eeaf43b92773 22:27:26 Step 12/26 : RUN apk add --no-cache bash 22:27:26 ---> 033c431968ac 22:27:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:27:26 ---> Running in 31d1de9744db 22:27:26 ---> 327931c90c02 22:27:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:27:27 Removing intermediate container 035f9eed26db 22:27:27 ---> 724f5146da74 22:27:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:28 ---> ed1fcc32c2ca 22:27:28 Step 19/23 : ENTRYPOINT ["/core-command"] 22:27:28 ---> efaf61c0e037 22:27:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:27:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:28 ---> Running in 9369a74880a7 22:27:28 ---> 0ef1838e735a 22:27:28 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:27:28 (1/2) Installing readline (8.0.4-r0) 22:27:28 (2/2) Installing bash (5.0.17-r0) 22:27:28 Executing bash-5.0.17-r0.post-install 22:27:28 Executing busybox-1.31.1-r19.trigger 22:27:28 OK: 12 MiB in 22 packages 22:27:28 Removing intermediate container 9369a74880a7 22:27:28 ---> 22fa45842c9e 22:27:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:27:29 Removing intermediate container 9332bb5cad51 22:27:29 ---> a16c0b319145 22:27:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:27:29 ---> e40aef2bb4e2 22:27:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:27:29 ---> Running in e4f09bae1830 22:27:29 ---> Running in 75b10b2d88f9 22:27:29 ---> Running in 522c7a7ea7a8 22:27:30 Removing intermediate container e4f09bae1830 22:27:30 ---> 2ae694817433 22:27:30 Step 21/23 : LABEL arch=arm64 22:27:30 Removing intermediate container 522c7a7ea7a8 22:27:30 ---> f967b714ecdb 22:27:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:27:30 Removing intermediate container 75b10b2d88f9 22:27:30 ---> d21cc6a90ac3 22:27:30 Step 22/24 : LABEL arch=arm64 22:27:30 ---> Running in f54a4af3984d 22:27:30 ---> Running in f43b304e39d2 22:27:30 ---> Running in ef400216003c 22:27:30 Removing intermediate container 31d1de9744db 22:27:30 ---> ef8a57bfebeb 22:27:30 ---> 5620304ef756 22:27:30 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:27:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:27:30 ---> Running in 1fbe001bd1fb 22:27:31 Removing intermediate container f54a4af3984d 22:27:31 ---> 580e47c66f53 22:27:31 Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:27:31 Removing intermediate container f43b304e39d2 22:27:31 ---> e58f3bb390ef 22:27:31 Step 23/24 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:27:31 ---> Running in d8854d711a80 22:27:31 ---> Running in 2b64f1242c07 22:27:31 Removing intermediate container ef400216003c 22:27:31 ---> 3d0e37b36b71 22:27:31 Step 20/22 : LABEL arch=arm64 22:27:31 Removing intermediate container 1fbe001bd1fb 22:27:31 ---> 624925b58506 22:27:31 Step 14/26 : ENV APP_PORT=48090 22:27:31 ---> Running in 81928dc90894 22:27:31 ---> ea3391e243a7 22:27:31 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:27:31 ---> Running in 5b3c873602c4 22:27:32 Removing intermediate container d8854d711a80 22:27:32 ---> e7f678019395 22:27:32 Step 23/23 : LABEL version=0.0.0 22:27:32 Removing intermediate container 2b64f1242c07 22:27:32 ---> 6ac8809321be 22:27:32 Step 24/24 : LABEL version=0.0.0 22:27:32 ---> Running in 4299800691fc 22:27:32 Removing intermediate container 81928dc90894 22:27:32 ---> 3dce8c9e71f5 22:27:32 Step 21/22 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:27:32 ---> Running in f9e8114db498 22:27:32 Removing intermediate container 5b3c873602c4 22:27:32 ---> 6013777a412d 22:27:32 Step 15/26 : EXPOSE $APP_PORT 22:27:32 ---> Running in 5035094d2be6 22:27:32 ---> Running in 1d38b9ebe385 22:27:32 Removing intermediate container 4299800691fc 22:27:32 ---> 5087c693e32e 22:27:32 22:27:32 ---> f86949ebd157 22:27:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:27:33 Removing intermediate container f9e8114db498 22:27:33 ---> 0016107c73ce 22:27:33 22:27:33 Successfully built 5087c693e32e 22:27:33 Successfully tagged docker-core-command-go-arm64:latest 22:27:33 Building docker-support-notifications-go 22:27:33 Removing intermediate container 5035094d2be6 22:27:33 ---> f72d84692195 22:27:33 Step 22/22 : LABEL version=0.0.0 22:27:33  Building docker-core-command-go ... done Removing intermediate container 1d38b9ebe385 22:27:33 ---> 47d8eb160c4b 22:27:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:27:33 Successfully built 0016107c73ce 22:27:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:27:33 ---> Running in 6d8baad90d53 22:27:33 Building docker-core-metadata-go 22:27:33  Building docker-security-secretstore-setup-go ... done  ---> fa762460f819 22:27:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:27:34 ---> Running in c7a373a4cdb8 22:27:34 Removing intermediate container 6d8baad90d53 22:27:34 ---> ab9d97f0515d 22:27:34 22:27:35 ---> f70aaafcdd3f 22:27:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:27:35 Removing intermediate container c7a373a4cdb8 22:27:35 ---> a7ba0de8b0b7 22:27:35 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:27:35 Successfully built ab9d97f0515d 22:27:35 Successfully tagged docker-support-scheduler-go-arm64:latest 22:27:35  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 22:27:35 ---> 3831099f9c5a 22:27:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:27:35 ---> 884b605ba418 22:27:35 Step 26/31 : RUN chmod +x /entrypoint.sh 22:27:36 ---> Running in d8d206ac5f97 22:27:37 ---> 74d54126fc84 22:27:37 Step 19/26 : RUN apk --no-cache add py3-pip 22:27:37 ---> Running in 741c8576c885 22:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:40 (1/33) Installing libbz2 (1.0.8-r1) 22:27:40 (2/33) Installing expat (2.2.9-r1) 22:27:40 (3/33) Installing libffi (3.3-r2) 22:27:40 (4/33) Installing gdbm (1.13-r1) 22:27:40 (5/33) Installing xz-libs (5.2.5-r0) 22:27:40 (6/33) Installing sqlite-libs (3.32.1-r0) 22:27:40 (7/33) Installing python3 (3.8.8-r0) 22:27:40 Removing intermediate container d8d206ac5f97 22:27:40 ---> 30c6d8a131b3 22:27:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:27:42 (8/33) Installing py3-appdirs (1.4.4-r1) 22:27:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:27:42 (10/33) Installing py3-parsing (2.4.7-r0) 22:27:42 (11/33) Installing py3-six (1.15.0-r0) 22:27:42 (12/33) Installing py3-packaging (20.4-r0) 22:27:42 (13/33) Installing py3-setuptools (47.0.0-r0) 22:27:42 (14/33) Installing py3-chardet (3.0.4-r4) 22:27:42 (15/33) Installing py3-idna (2.9-r0) 22:27:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:27:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:27:42 (18/33) Installing py3-requests (2.23.0-r0) 22:27:42 (19/33) Installing py3-msgpack (1.0.0-r0) 22:27:42 (20/33) Installing py3-lockfile (0.12.2-r3) 22:27:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:27:42 (22/33) Installing py3-colorama (0.4.3-r0) 22:27:42 (23/33) Installing py3-distlib (0.3.0-r0) 22:27:42 (24/33) Installing py3-distro (1.5.0-r1) 22:27:42 (25/33) Installing py3-webencodings (0.5.1-r3) 22:27:42 (26/33) Installing py3-html5lib (1.0.1-r4) 22:27:42 (27/33) Installing py3-pytoml (0.1.21-r0) 22:27:42 (28/33) Installing py3-pep517 (0.8.2-r0) 22:27:42 (29/33) Installing py3-progress (1.5-r0) 22:27:42 (30/33) Installing py3-toml (0.10.1-r0) 22:27:42 (31/33) Installing py3-retrying (1.3.3-r0) 22:27:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:27:42 (33/33) Installing py3-pip (20.1.1-r0) 22:27:42 Executing busybox-1.31.1-r19.trigger 22:27:42 OK: 71 MiB in 55 packages 22:27:42 ---> Running in 19e10149ac2d 22:27:44 Removing intermediate container 19e10149ac2d 22:27:44 ---> d0270f3ca768 22:27:44 Step 28/31 : CMD ["gate"] 22:27:44 ---> Running in 386a6e5101d9 22:27:45 Removing intermediate container 386a6e5101d9 22:27:45 ---> 9454d090cbff 22:27:45 Step 29/31 : LABEL arch=arm64 22:27:46 ---> Running in 790be75dcb36 22:27:48 Removing intermediate container 790be75dcb36 22:27:48 ---> aa77693c99ab 22:27:48 Step 30/31 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:27:49 ---> Running in fb6bfdb50226 22:27:50 Removing intermediate container fb6bfdb50226 22:27:50 ---> 6d63aa34366a 22:27:50 Step 31/31 : LABEL version=0.0.0 22:27:50 Removing intermediate container 741c8576c885 22:27:50 ---> d9d6a59d7456 22:27:50 Step 20/26 : RUN pip install docker-compose==1.23.2 22:27:50 ---> Running in a60d1f738337 22:27:50 ---> Running in abeb0adc7d3d 22:27:51 Removing intermediate container a60d1f738337 22:27:51 ---> 54938f613076 22:27:51 22:27:51 Successfully built 54938f613076 22:27:51 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:27:51  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 22:27:56 Collecting docker-compose==1.23.2 22:27:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:27:57 Collecting PyYAML<4,>=3.10 22:27:57 Downloading PyYAML-3.13.tar.gz (270 kB) 22:28:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:28:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:28:02 Collecting docopt<0.7,>=0.6.1 22:28:02 Downloading docopt-0.6.2.tar.gz (25 kB) 22:28:05 Collecting cached-property<2,>=1.2.0 22:28:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:28:05 Collecting jsonschema<3,>=2.5.1 22:28:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:28:05 Collecting dockerpty<0.5,>=0.4.1 22:28:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:28:08 Collecting websocket-client<1.0,>=0.32.0 22:28:08 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:28:09 Collecting docker<4.0,>=3.6.0 22:28:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:28:10 Collecting texttable<0.10,>=0.9.0 22:28:10 Downloading texttable-0.9.1.tar.gz (11 kB) 22:28:12 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:28:13 Collecting urllib3<1.25,>=1.21.1 22:28:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:28:13 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:28:13 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:28:13 Collecting idna<2.8,>=2.5 22:28:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:28:14 Collecting docker-pycreds>=0.4.0 22:28:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:28:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:28:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:28:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:28:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:28:15 Installing collected packages: PyYAML, urllib3, idna, requests, docopt, cached-property, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, texttable, docker-compose 22:28:15 Running setup.py install for PyYAML: started 22:28:17 Running setup.py install for PyYAML: finished with status 'done' 22:28:17 Attempting uninstall: urllib3 22:28:17 Found existing installation: urllib3 1.25.9 22:28:17 Uninstalling urllib3-1.25.9: 22:28:17 Successfully uninstalled urllib3-1.25.9 22:28:18 Attempting uninstall: idna 22:28:18 Found existing installation: idna 2.9 22:28:18 Uninstalling idna-2.9: 22:28:18 Successfully uninstalled idna-2.9 22:28:19 Attempting uninstall: requests 22:28:19 Found existing installation: requests 2.23.0 22:28:19 Uninstalling requests-2.23.0: 22:28:19 Successfully uninstalled requests-2.23.0 22:28:19 Running setup.py install for docopt: started 22:28:21 Running setup.py install for docopt: finished with status 'done' 22:28:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:22 ---> c639205da359 22:28:22 Step 3/23 : WORKDIR /edgex-go 22:28:22 ---> Using cache 22:28:22 ---> 12d314e56cc2 22:28:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:22 ---> Using cache 22:28:22 ---> 66c1fb177be0 22:28:22 Step 5/23 : RUN apk add --update --no-cache make git 22:28:22 ---> Using cache 22:28:22 ---> 98dcbba9b137 22:28:22 Step 6/23 : COPY go.mod . 22:28:22 ---> Using cache 22:28:22 ---> 63ab3af1bbfb 22:28:22 Step 7/23 : RUN go mod download 22:28:22 ---> Using cache 22:28:22 ---> 5db65acce99d 22:28:22 Step 8/23 : COPY . . 22:28:22 ---> Using cache 22:28:22 ---> e11ca70022ab 22:28:22 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:28:22 Running setup.py install for dockerpty: started 22:28:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:28:23 ---> c639205da359 22:28:23 Step 3/22 : WORKDIR /edgex-go 22:28:23 ---> Using cache 22:28:23 ---> 12d314e56cc2 22:28:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:23 ---> Using cache 22:28:23 ---> 66c1fb177be0 22:28:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:28:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:28:23 ---> c639205da359 22:28:23 Step 3/21 : WORKDIR /edgex-go 22:28:23 ---> Using cache 22:28:23 ---> 12d314e56cc2 22:28:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:23 ---> Using cache 22:28:23 ---> 66c1fb177be0 22:28:23 Step 5/21 : RUN apk add --update --no-cache make git 22:28:23 ---> Using cache 22:28:23 ---> 98dcbba9b137 22:28:23 Step 6/21 : COPY go.mod . 22:28:23 ---> Using cache 22:28:23 ---> 63ab3af1bbfb 22:28:23 Step 7/21 : RUN go mod download 22:28:23 ---> Using cache 22:28:23 ---> 5db65acce99d 22:28:23 Step 8/21 : COPY . . 22:28:23 ---> Using cache 22:28:23 ---> e11ca70022ab 22:28:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:28:25 Running setup.py install for dockerpty: finished with status 'done' 22:28:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:29 ---> c639205da359 22:28:29 Step 3/23 : WORKDIR /edgex-go 22:28:29 ---> Using cache 22:28:29 ---> 12d314e56cc2 22:28:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:29 ---> Using cache 22:28:29 ---> 66c1fb177be0 22:28:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:28:29 Running setup.py install for texttable: started 22:28:29 ---> Running in 40228fff1c65 22:28:29 ---> Running in 9ed58ac95212 22:28:29 ---> Running in bdc8ab35ff0d 22:28:29 ---> Running in 627bf7793c2f 22:28:31 Running setup.py install for texttable: finished with status 'done' 22:28:31 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:28:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:32 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:28:32 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.58.0 22:28:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:33 OK: 217 MiB in 51 packages 22:28:33 OK: 217 MiB in 51 packages 22:28:36 Removing intermediate container bdc8ab35ff0d 22:28:36 ---> e4324c8181c0 22:28:36 Step 6/22 : COPY go.mod . 22:28:36 Removing intermediate container 40228fff1c65 22:28:36 ---> 01734911b980 22:28:36 Step 6/23 : COPY go.mod . 22:28:37 ---> 93e809c8ff6f 22:28:37 Step 7/23 : RUN go mod download 22:28:37 ---> 32230b3c2bd9 22:28:37 Step 7/22 : RUN go mod download 22:28:37 ---> Running in 8dced7d6dea7 22:28:37 ---> Running in 5e5644dbcbfa 22:28:39 Removing intermediate container abeb0adc7d3d 22:28:39 ---> 9fd7561eb20c 22:28:39 Step 21/26 : RUN apk --no-cache add curl 22:28:39 ---> Running in c2ab378f73ad 22:28:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:28:42 (2/3) Installing libcurl (7.69.1-r3) 22:28:43 (3/3) Installing curl (7.69.1-r3) 22:28:43 Executing busybox-1.31.1-r19.trigger 22:28:43 OK: 72 MiB in 58 packages 22:28:43 Removing intermediate container 5e5644dbcbfa 22:28:43 ---> 106681b3e674 22:28:43 Step 8/22 : COPY . . 22:28:43 Removing intermediate container 8dced7d6dea7 22:28:43 ---> 77644cf1e235 22:28:43 Step 8/23 : COPY . . 22:28:45 Removing intermediate container c2ab378f73ad 22:28:45 ---> 80d96e1f286f 22:28:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:28:46 ---> Running in 4b39261c7bd1 22:28:48 Removing intermediate container 4b39261c7bd1 22:28:48 ---> 8e3b746bcee8 22:28:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:48 ---> Running in 85bba11ba58c 22:28:50 Removing intermediate container 85bba11ba58c 22:28:50 ---> 88e60d2b8127 22:28:50 Step 24/26 : LABEL arch=arm64 22:28:51 ---> Running in 07fd561c6a9f 22:28:52 Removing intermediate container 07fd561c6a9f 22:28:52 ---> 9285b53ed0fb 22:28:52 Step 25/26 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:28:54 ---> Running in 132680d3ec8d 22:28:56 Removing intermediate container 132680d3ec8d 22:28:56 ---> 545aa35656d3 22:28:56 Step 26/26 : LABEL version=0.0.0 22:28:56 ---> Running in c3655b26e23e 22:28:57 Removing intermediate container c3655b26e23e 22:28:57 ---> 266eec057219 22:28:57 22:28:58 Successfully built 266eec057219 22:28:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:29:17  Building docker-sys-mgmt-agent-go ... done  ---> d462bb519808 22:29:17 Step 9/23 : RUN make cmd/core-data/core-data 22:29:17 ---> e2d876ae924c 22:29:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:29:17 ---> Running in 8594751eb628 22:29:17 ---> Running in 30b3aeac6a9f 22:29:19 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:29: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:29:29 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:29:47 Removing intermediate container 9ed58ac95212 22:29:47 ---> 8d2363d56606 22:29:47 22:29:47 Step 10/21 : FROM alpine:3.12 22:29:47 ---> d10569e2745f 22:29:47 Step 11/21 : RUN apk add --update --no-cache curl 22:29:47 ---> Running in f045d3cee641 22:29:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:48 (1/4) Installing ca-certificates (20191127-r4) 22:29:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:29:48 (3/4) Installing libcurl (7.69.1-r3) 22:29:48 (4/4) Installing curl (7.69.1-r3) 22:29:48 Executing busybox-1.31.1-r19.trigger 22:29:48 Executing ca-certificates-20191127-r4.trigger 22:29:48 OK: 7 MiB in 18 packages 22:29:51 Removing intermediate container f045d3cee641 22:29:51 ---> 183ee7b2da15 22:29:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:29:51 ---> Running in 8ec88201dc7d 22:29:51 Removing intermediate container 8ec88201dc7d 22:29:51 ---> 6fd5040aeb04 22:29:51 Step 13/21 : WORKDIR /edgex 22:29:52 ---> Running in 666fcfcc744d 22:29:52 Removing intermediate container 666fcfcc744d 22:29:52 ---> 73baa31f6b62 22:29:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:29:53 ---> 0d13f834faa7 22:29:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:29:55 ---> 94a1d9d2e05d 22:29:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:29:57 ---> 59e62bd4e0b7 22:29:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:29:57 ---> Running in e3572d3854b8 22:29:58 Removing intermediate container e3572d3854b8 22:29:58 ---> 80cf00836fc3 22:29:58 Step 18/21 : CMD ["--init=true"] 22:29:58 ---> Running in 32c22318ccdc 22:29:58 Removing intermediate container 32c22318ccdc 22:29:58 ---> 1187a8fdb9a8 22:29:58 Step 19/21 : LABEL arch=arm64 22:29:59 ---> Running in 06ce748dbd5b 22:29:59 Removing intermediate container 06ce748dbd5b 22:29:59 ---> 544f49e46059 22:29:59 Step 20/21 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:29:59 ---> Running in 5ff7be98f6e1 22:30:00 Removing intermediate container 5ff7be98f6e1 22:30:00 ---> 51613d5ba3ed 22:30:00 Step 21/21 : LABEL version=0.0.0 22:30:00 ---> Running in e846d3027853 22:30:01 Removing intermediate container e846d3027853 22:30:01 ---> 7f3297e91cda 22:30:01 22:30:02 Successfully built 7f3297e91cda 22:30:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:30:08  Building docker-security-proxy-setup-go ... done Removing intermediate container 627bf7793c2f 22:30:08 ---> 201c205f0682 22:30:08 22:30:08 Step 10/23 : FROM alpine:3.12 22:30:08 ---> d10569e2745f 22:30:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:30:08 ---> Using cache 22:30:08 ---> 6a7317681250 22:30:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:30:08 ---> Using cache 22:30:08 ---> 76ded2d9ae97 22:30:08 Step 13/23 : ENV APP_PORT=48081 22:30:08 ---> Running in 660d42165208 22:30:08 Removing intermediate container 660d42165208 22:30:08 ---> ff5a125645d6 22:30:08 Step 14/23 : EXPOSE $APP_PORT 22:30:08 ---> Running in a6e194fc96d4 22:30:09 Removing intermediate container a6e194fc96d4 22:30:09 ---> 1f71fe62774e 22:30:09 Step 15/23 : WORKDIR / 22:30:09 ---> Running in a93d2f70ad67 22:30:10 Removing intermediate container a93d2f70ad67 22:30:10 ---> 993ce9dbde85 22:30:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:11 ---> 5bc7f77c134a 22:30:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:30:13 ---> cdc6cacaea8b 22:30:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:30:14 ---> 742dac0b7552 22:30:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:30:15 ---> Running in c0055e0246c0 22:30:15 Removing intermediate container c0055e0246c0 22:30:15 ---> 2bcdd1bd8918 22:30:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:15 ---> Running in 8d687a0e09ba 22:30:16 Removing intermediate container 8d687a0e09ba 22:30:16 ---> 14c8bd0c5eec 22:30:16 Step 21/23 : LABEL arch=arm64 22:30:16 ---> Running in 64aeec9e6287 22:30:17 Removing intermediate container 64aeec9e6287 22:30:17 ---> 74a23d41c475 22:30:17 Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:30:17 ---> Running in d907d3dde6d5 22:30:18 Removing intermediate container d907d3dde6d5 22:30:18 ---> f4a15fb39710 22:30:18 Step 23/23 : LABEL version=0.0.0 22:30:18 ---> Running in 4e347e9af348 22:30:19 Removing intermediate container 4e347e9af348 22:30:19 ---> 764ae3ba82b6 22:30:19 22:30:20 Successfully built 764ae3ba82b6 22:30:20 Successfully tagged docker-core-metadata-go-arm64:latest 22:30:38  Building docker-core-metadata-go ... done Removing intermediate container 30b3aeac6a9f 22:30:38 ---> 8f71e11c4cf9 22:30:38 22:30:38 Step 10/22 : FROM alpine:3.12 22:30:38 ---> d10569e2745f 22:30:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:30:38 ---> Running in 8d82de5b9b8e 22:30:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:38 (1/2) Installing ca-certificates (20191127-r4) 22:30:38 (2/2) Installing dumb-init (1.2.2-r1) 22:30:38 Executing busybox-1.31.1-r19.trigger 22:30:38 Executing ca-certificates-20191127-r4.trigger 22:30:38 OK: 6 MiB in 16 packages 22:30:40 Removing intermediate container 8d82de5b9b8e 22:30:40 ---> aebbcb03d370 22:30:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:30:40 ---> Running in e4fad57d686b 22:30:41 Removing intermediate container e4fad57d686b 22:30:41 ---> 89b39ee5cf7e 22:30:41 Step 13/22 : ENV APP_PORT=48060 22:30:41 ---> Running in 788caeebc545 22:30:42 Removing intermediate container 788caeebc545 22:30:42 ---> 5500cb39322c 22:30:42 Step 14/22 : EXPOSE $APP_PORT 22:30:42 ---> Running in e925c7f0aa3b 22:30:42 Removing intermediate container e925c7f0aa3b 22:30:42 ---> 1206ce1ac770 22:30:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:44 ---> 9333731096c8 22:30:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:30:44 Removing intermediate container 8594751eb628 22:30:44 ---> 3833d81b05a3 22:30:44 22:30:44 Step 10/23 : FROM alpine:3.12 22:30:44 ---> d10569e2745f 22:30:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:30:44 ---> Running in 5af52b462f2f 22:30:45 ---> ebbc6217a8a0 22:30:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:30:45 Removing intermediate container 5af52b462f2f 22:30:45 ---> 5cbdf1d37c60 22:30:45 Step 12/23 : ENV APP_PORT=48080 22:30:45 ---> Running in 2757a20f519c 22:30:46 Removing intermediate container 2757a20f519c 22:30:46 ---> aff39ba8045a 22:30:46 Step 13/23 : EXPOSE $APP_PORT 22:30:46 ---> 8d1f319218ba 22:30:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:30:46 ---> Running in 1b27cc42c795 22:30:46 ---> Running in 97cd1b87368c 22:30:46 Removing intermediate container 1b27cc42c795 22:30:46 ---> aa9f8dd8677a 22:30:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:46 Removing intermediate container 97cd1b87368c 22:30:46 ---> 0ab638bc0eef 22:30:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:46 ---> Running in 78e9d55ad2a9 22:30:46 ---> Running in 394ba66aca2d 22:30:47 Removing intermediate container 394ba66aca2d 22:30:47 ---> 68c63c336686 22:30:47 Step 20/22 : LABEL arch=arm64 22:30:47 ---> Running in b785a5faab12 22:30:48 Removing intermediate container b785a5faab12 22:30:48 ---> c22c72b1429f 22:30:48 Step 21/22 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:30:48 ---> Running in 090c853dcf29 22:30:48 Removing intermediate container 090c853dcf29 22:30:48 ---> 9879d0797f82 22:30:48 Step 22/22 : LABEL version=0.0.0 22:30:48 ---> Running in 68659523c4a7 22:30:49 Removing intermediate container 78e9d55ad2a9 22:30:49 ---> b067be908ffd 22:30:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:30:49 ---> Running in 49c34830928f 22:30:49 Removing intermediate container 68659523c4a7 22:30:49 ---> b907647f5ca5 22:30:49 22:30:50 Successfully built b907647f5ca5 22:30:50 Successfully tagged docker-support-notifications-go-arm64:latest 22:30:50  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:51 (1/6) Installing dumb-init (1.2.2-r1) 22:30:51 (2/6) Installing libgcc (9.3.0-r2) 22:30:51 (3/6) Installing libsodium (1.0.18-r0) 22:30:51 (4/6) Installing libstdc++ (9.3.0-r2) 22:30:52 (5/6) Installing libzmq (4.3.3-r0) 22:30:52 (6/6) Installing zeromq (4.3.3-r0) 22:30:52 Executing busybox-1.31.1-r19.trigger 22:30:52 OK: 8 MiB in 20 packages 22:30:53 Removing intermediate container 49c34830928f 22:30:53 ---> 56e81cd7dc85 22:30:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:54 ---> 5dea76ab69a8 22:30:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:30:55 ---> 58fd711bc9e2 22:30:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:30:56 ---> ec0d358e1130 22:30:56 Step 19/23 : ENTRYPOINT ["/core-data"] 22:30:56 ---> Running in 36d65aa2791b 22:30:57 Removing intermediate container 36d65aa2791b 22:30:57 ---> 343e66d2eecc 22:30:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:57 ---> Running in c8ae40faeaa5 22:30:57 Removing intermediate container c8ae40faeaa5 22:30:57 ---> 159261669641 22:30:57 Step 21/23 : LABEL arch=arm64 22:30:57 ---> Running in f6edb399d921 22:30:58 Removing intermediate container f6edb399d921 22:30:58 ---> 6cd49d24102c 22:30:58 Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 22:30:58 ---> Running in 226cdd30188f 22:30:58 Removing intermediate container 226cdd30188f 22:30:58 ---> eb46a0900b9f 22:30:58 Step 23/23 : LABEL version=0.0.0 22:30:59 ---> Running in 65f29e1ad7dd 22:30:59 Removing intermediate container 65f29e1ad7dd 22:30:59 ---> c1b75344c6c2 22:30:59 22:30:59 Successfully built c1b75344c6c2 22:30:59 Successfully tagged docker-core-data-go-arm64:latest 22:31:00  Building docker-core-data-go ... done  [Pipeline] } 22:31:00 $ docker stop --time=1 f614d88a6007bcdc0cb615e99e649b1b22384b9490712386e1659f5c3257057c 22:31:02 $ docker rm -f f614d88a6007bcdc0cb615e99e649b1b22384b9490712386e1659f5c3257057c [Pipeline] // withDockerContainer [Pipeline] sh 22:31:02 + + grep docker 22:31:02 docker images 22:31:03 docker-core-data-go-arm64 latest c1b75344c6c2 3 seconds ago 21.3MB 22:31:03 docker-support-notifications-go-arm64 latest b907647f5ca5 13 seconds ago 16.9MB 22:31:03 docker-core-metadata-go-arm64 latest 764ae3ba82b6 43 seconds ago 17.9MB 22:31:03 docker-security-proxy-setup-go-arm64 latest 7f3297e91cda About a minute ago 23.4MB 22:31:03 docker-sys-mgmt-agent-go-arm64 latest 266eec057219 2 minutes ago 300MB 22:31:03 docker-security-bootstrapper-go-arm64 latest 54938f613076 3 minutes ago 17.8MB 22:31:03 docker-support-scheduler-go-arm64 latest ab9d97f0515d 3 minutes ago 16.3MB 22:31:03 docker-security-secretstore-setup-go-arm64 latest 0016107c73ce 3 minutes ago 23.7MB 22:31:03 docker-core-command-go-arm64 latest 5087c693e32e 3 minutes ago 16.3MB 22:31:03 docker 20.10.0 eeaf43b92773 3 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 22:31:04 ---> job-cost.sh 22:31:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zQsu 22:31:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:33:20 lf-activate-venv(): INFO: Adding /tmp/venv-zQsu/bin to PATH 22:33:20 INFO: No Stack... 22:33:20 INFO: Retrieving Pricing Info for: lf-standard-4 22:33:20 INFO: Archiving Costs [Pipeline] sh 22:33:20 + cat /w/workspace/edgex-go/4/archives/cost.csv 22:33:20 + cut -d, -f6 [Pipeline] lock 22:33:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3273-4-stack-cost] 22:33:20 Resource [jenkins-edgexfoundry-edgex-go-PR-3273-4-stack-cost] did not exist. Created. 22:33:20 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3273-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:33:21 + echo total: 0.20999999344348907 [Pipeline] stash 22:33:21 Stashed 1 file(s) [Pipeline] } 22:33:21 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3273-4-stack-cost] [Pipeline] // lock [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:33:23 provisioning config files... 22:33:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5364234692091101728tmp [Pipeline] { [Pipeline] sh 22:33:23 + set +x 22:33:23 + curl -s https://codecov.io/bash 22:33:23 + bash -s -- 22:33:24 22:33:24 _____ _ 22:33:24 / ____| | | 22:33:24 | | ___ __| | ___ ___ _____ __ 22:33:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:33:24 | |___| (_) | (_| | __/ (_| (_) \ V / 22:33:24 \_____\___/ \__,_|\___|\___\___/ \_/ 22:33:24 Bash-20210309-2b87ace 22:33:24 22:33:24 22:33:24 ==> git version 2.24.3 found 22:33:24 ==> 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:33:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:33:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:33:24 ==> Jenkins CI detected. 22:33:24 project root: . 22:33:24 --> token set from env 22:33:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:33:24 ==> Running gcov in . (disable via -X gcov) 22:33:24 ==> Python coveragepy not found 22:33:24 ==> Searching for coverage reports in: 22:33:24 + . 22:33:24 -> Found 1 reports 22:33:24 ==> Detecting git/mercurial file structure 22:33:24 ==> Reading reports 22:33:24 + ./coverage.out bytes=659965 22:33:24 ==> Appending adjustments 22:33:24 https://docs.codecov.io/docs/fixing-reports 22:33:27 + Found adjustments 22:33:27 ==> Gzipping contents 22:33:27 96K /tmp/codecov.xUuShk.gz 22:33:27 ==> Uploading reports 22:33:27 url: https://codecov.io 22:33:27 query: branch=PR-3273&commit=3290b0969f82bd858e0b646d0eddc448e14767c7&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= 22:33:27 -> Pinging Codecov 22:33:27 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3273&commit=3290b0969f82bd858e0b646d0eddc448e14767c7&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= 22:33:28 -> Uploading to 22:33:28 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/3290b0969f82bd858e0b646d0eddc448e14767c7/c82ca69f-9f92-442e-a1eb-7ae892363ba1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T223328Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bebc5c0ed34c9a215e0939a341b9175bdbf3a9975b7bdd0553d6fe897796ff47 22:33:28 % Total % Received % Xferd Average Speed Time Time Time Current 22:33:28 Dload Upload Total Spent Left Speed 22:33:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95882 0 0 100 95882 0 173k --:--:-- --:--:-- --:--:-- 173k 100 95882 0 0 100 95882 0 173k --:--:-- --:--:-- --:--:-- 173k 22:33:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3290b0969f82bd858e0b646d0eddc448e14767c7 [Pipeline] } 22:33:28 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] { (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:33:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:33:31 ---> package-listing.sh 22:33:31 ++ facter osfamily 22:33:31 ++ tr '[:upper:]' '[:lower:]' 22:33:31 + OS_FAMILY=redhat 22:33:31 + workspace=/w/workspace/edgex-go/4 22:33:31 + START_PACKAGES=/tmp/packages_start.txt 22:33:31 + END_PACKAGES=/tmp/packages_end.txt 22:33:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:33:31 + PACKAGES=/tmp/packages_start.txt 22:33:31 + '[' /w/workspace/edgex-go/4 ']' 22:33:31 + PACKAGES=/tmp/packages_end.txt 22:33:31 + case "${OS_FAMILY}" in 22:33:31 + rpm -qa 22:33:31 + sort 22:33:37 + '[' -f /tmp/packages_start.txt ']' 22:33:37 + '[' -f /tmp/packages_end.txt ']' 22:33:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:33:37 + '[' /w/workspace/edgex-go/4 ']' 22:33:37 + mkdir -p /w/workspace/edgex-go/4/archives/ 22:33:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 22:33:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:33:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:38 22:33:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:33:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:38 alpine: Pulling from edgex-lftools-log-publisher 22:33:38 df20fa9351a1: Pulling fs layer 22:33:38 36b3adc4ff6f: Pulling fs layer 22:33:38 8ad3a11d3b57: Pulling fs layer 22:33:38 46f8f816bc3b: Pulling fs layer 22:33:38 93b61091891f: Pulling fs layer 22:33:38 93b9cdb0e59b: Pulling fs layer 22:33:38 5e14af77c1be: Pulling fs layer 22:33:38 01666e4c0597: Pulling fs layer 22:33:38 aa168da1d23b: Pulling fs layer 22:33:38 46f8f816bc3b: Waiting 22:33:38 93b61091891f: Waiting 22:33:38 93b9cdb0e59b: Waiting 22:33:38 01666e4c0597: Waiting 22:33:38 5e14af77c1be: Waiting 22:33:38 aa168da1d23b: Waiting 22:33:38 36b3adc4ff6f: Verifying Checksum 22:33:38 36b3adc4ff6f: Download complete 22:33:38 46f8f816bc3b: Download complete 22:33:38 df20fa9351a1: Verifying Checksum 22:33:38 df20fa9351a1: Download complete 22:33:38 93b9cdb0e59b: Verifying Checksum 22:33:38 93b9cdb0e59b: Download complete 22:33:38 93b61091891f: Verifying Checksum 22:33:38 93b61091891f: Download complete 22:33:38 5e14af77c1be: Verifying Checksum 22:33:38 5e14af77c1be: Download complete 22:33:38 01666e4c0597: Verifying Checksum 22:33:38 01666e4c0597: Download complete 22:33:39 df20fa9351a1: Pull complete 22:33:39 36b3adc4ff6f: Pull complete 22:33:39 8ad3a11d3b57: Verifying Checksum 22:33:39 8ad3a11d3b57: Download complete 22:33:41 aa168da1d23b: Download complete 22:33:42 8ad3a11d3b57: Pull complete 22:33:42 46f8f816bc3b: Pull complete 22:33:43 93b61091891f: Pull complete 22:33:43 93b9cdb0e59b: Pull complete 22:33:43 5e14af77c1be: Pull complete 22:33:43 01666e4c0597: Pull complete 22:33:53 aa168da1d23b: Pull complete 22:33:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:33:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:33:53 prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container 22:33:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:33:57 $ docker top 70d7da4d0870a78986cf8c02b42d44a29f1079fcb0b67620b0d7b727ce6d1004 -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:58 + touch /tmp/pre-build-complete [Pipeline] sh 22:33:58 + mkdir -p /var/log/sa [Pipeline] sh 22:33:58 + ls /var/log/sa-host 22:33:58 + sadf -c /var/log/sa-host/sa19 22:33:58 file_magic: OK 22:33:58 HZ: Using current value: 100 22:33:58 file_header: OK 22:33:58 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:33:58 Statistics: 22:33:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:33:58 File successfully converted to sysstat format version 12.2.1 22:33:58 + sadf -c /var/log/sa-host/sa23 22:33:58 file_magic: OK 22:33:58 HZ: Using current value: 100 22:33:58 file_header: OK 22:33:58 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:33:58 Statistics: 22:33:58 Hnuu...uuuununununu... 22:33:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:33:59 provisioning config files... 22:33:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6560548949030799178tmp [Pipeline] { [Pipeline] echo 22:33:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:33:59 ---> create-netrc.sh [Pipeline] } 22:33:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:33:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:34:00 ---> python-tools-install.sh [Pipeline] echo 22:34:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:34:00 ---> sudo-logs.sh 22:34:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:34:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:34:00 ---> job-cost.sh 22:34:00 lf-activate-venv: SKIPPING 22:34:00 DEBUG: total: 0.20999999344348907 22:34:00 INFO: Retrieving Stack Cost... 22:34:01 INFO: Retrieving Pricing Info for: v1-standard-2 22:34:02 INFO: Archiving Costs [Pipeline] echo 22:34:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:34:02 ---> logs-deploy.sh 22:34:02 lf-activate-venv: SKIPPING 22:34:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3273/4 22:34:02 INFO: archiving workspace using pattern(s): 22:34:04 Archives upload complete. 22:34:04 INFO: archiving logs to Nexus 22:34:05 ---> uname -a: 22:34:05 Linux prd-centos7-docker-4c-2g-30639.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:34:05 22:34:05 22:34:05 ---> lscpu: 22:34:05 Architecture: x86_64 22:34:05 CPU op-mode(s): 32-bit, 64-bit 22:34:05 Byte Order: Little Endian 22:34:05 Address sizes: 40 bits physical, 48 bits virtual 22:34:05 CPU(s): 4 22:34:05 On-line CPU(s) list: 0-3 22:34:05 Thread(s) per core: 1 22:34:05 Core(s) per socket: 1 22:34:05 Socket(s): 4 22:34:05 NUMA node(s): 1 22:34:05 Vendor ID: GenuineIntel 22:34:05 CPU family: 6 22:34:05 Model: 44 22:34:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:34:05 Stepping: 1 22:34:05 CPU MHz: 2933.438 22:34:05 BogoMIPS: 5866.87 22:34:05 Virtualization: VT-x 22:34:05 Hypervisor vendor: KVM 22:34:05 Virtualization type: full 22:34:05 L1d cache: 128 KiB 22:34:05 L1i cache: 128 KiB 22:34:05 L2 cache: 16 MiB 22:34:05 L3 cache: 64 MiB 22:34:05 NUMA node0 CPU(s): 0-3 22:34:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:34:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:34:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:34:05 Vulnerability Meltdown: Mitigation; PTI 22:34:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:34:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:34:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:34:05 Vulnerability Srbds: Not affected 22:34:05 Vulnerability Tsx async abort: Not affected 22:34:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:34:05 22:34:05 22:34:05 ---> nproc: 22:34:05 4 22:34:05 22:34:05 22:34:05 ---> df -h: 22:34:05 Filesystem Size Used Available Use% Mounted on 22:34:05 overlay 50.0G 12.2G 37.8G 24% / 22:34:05 tmpfs 64.0M 0 64.0M 0% /dev 22:34:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:34:05 shm 64.0M 0 64.0M 0% /dev/shm 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4@tmp 22:34:05 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4 22:34:05 22:34:05 22:34:05 ---> free -m: 22:34:05 total used free shared buff/cache available 22:34:05 Mem: 1837 733 281 0 821 1021 22:34:05 Swap: 1023 65 958 22:34:05 22:34:05 22:34:05 ---> ip addr: 22:34:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:34:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:34:05 inet 127.0.0.1/8 scope host lo 22:34:05 valid_lft forever preferred_lft forever 22:34:05 inet6 ::1/128 scope host 22:34:05 valid_lft forever preferred_lft forever 22:34:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:34:05 link/ether fa:16:3e:ba:0a:d4 brd ff:ff:ff:ff:ff:ff 22:34:05 inet 10.30.122.181/23 brd 10.30.123.255 scope global dynamic eth0 22:34:05 valid_lft 84927sec preferred_lft 84927sec 22:34:05 inet6 fe80::f816:3eff:feba:ad4/64 scope link 22:34:05 valid_lft forever preferred_lft forever 22:34:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:34:05 link/ether 02:42:3d:35:d0:a0 brd ff:ff:ff:ff:ff:ff 22:34:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:34:05 valid_lft forever preferred_lft forever 22:34:05 inet6 fe80::42:3dff:fe35:d0a0/64 scope link 22:34:05 valid_lft forever preferred_lft forever 22:34:05 22:34:05 22:34:05 ---> sar -b -r -n DEV: 22:34:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 22:34:05 22:34:05 22:09:21 LINUX RESTART (4 CPU) 22:34:05 22:34:05 22:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:34:05 22:11:01 71.67 21.31 50.37 0.00 5214.50 13364.69 0.00 22:34:05 22:12:01 316.27 108.00 208.27 0.00 7228.74 56811.63 0.00 22:34:05 22:13:01 192.30 98.89 93.41 0.00 3306.47 10329.68 0.00 22:34:05 22:14:01 148.59 74.53 74.06 0.00 3560.76 7912.47 0.00 22:34:05 22:15:03 269.76 99.27 170.50 0.00 32014.86 104768.38 0.00 22:34:05 22:16:01 2705.38 2352.79 352.59 0.00 184081.32 194080.84 0.00 22:34:05 22:17:02 782.00 568.43 213.57 0.00 39216.58 53044.42 0.00 22:34:05 22:18:02 1516.37 1131.13 385.25 0.00 137749.80 164183.53 0.00 22:34:05 22:19:01 1660.56 1406.60 253.95 0.00 85266.08 101446.40 0.00 22:34:05 22:20:01 217.26 36.25 181.01 0.00 4016.11 26782.77 0.00 22:34:05 22:21:01 1.62 0.05 1.57 0.00 0.93 28.79 0.00 22:34:05 22:22:01 0.97 0.72 0.25 0.00 20.91 3.38 0.00 22:34:05 22:23:01 0.28 0.02 0.27 0.00 0.53 2.61 0.00 22:34:05 22:24:02 0.32 0.02 0.30 0.00 0.27 3.61 0.00 22:34:05 22:25:01 2.40 1.57 0.83 0.00 57.02 15.61 0.00 22:34:05 22:26:01 0.32 0.02 0.30 0.00 0.13 3.40 0.00 22:34:05 22:27:01 0.32 0.02 0.30 0.00 0.27 2.65 0.00 22:34:05 22:28:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 22:34:05 22:29:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 22:34:05 22:30:01 0.63 0.38 0.25 0.00 143.21 2.56 0.00 22:34:05 22:31:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 22:34:05 22:32:01 0.27 0.02 0.25 0.00 0.53 2.73 0.00 22:34:05 22:33:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 22:34:05 Average: 339.88 253.59 86.30 0.00 21640.34 31751.92 0.00 22:34:05 22:34:05 22:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:34:05 22:11:01 73120 0 803100 42.68 2620 1002704 1508056 51.47 622628 981912 10256 22:34:05 22:12:01 337312 0 689932 36.67 1492 852808 1122924 38.32 425372 826144 16 22:34:05 22:13:01 146276 0 803604 42.71 916 930748 1820716 62.14 724260 722160 78760 22:34:05 22:14:01 242448 0 806684 42.87 748 831664 1796676 61.32 646452 693356 45288 22:34:05 22:15:03 80464 0 844164 44.87 104 956812 2238904 76.41 725716 853808 15672 22:34:05 22:16:01 73432 0 849032 45.12 0 959080 2321668 79.23 738932 837420 85836 22:34:05 22:17:02 488060 0 745044 39.60 0 648440 1934828 66.03 465508 677672 0 22:34:05 22:18:02 52424 0 764080 40.61 0 1065040 1963556 67.01 596752 1013080 55020 22:34:05 22:19:01 381456 0 710372 37.75 0 789716 1673148 57.10 565036 680868 8 22:34:05 22:20:01 126740 0 659264 35.04 0 1095540 1204920 41.12 561608 931204 20 22:34:05 22:21:01 130520 0 655480 34.84 0 1095544 1178812 40.23 560064 929848 20 22:34:05 22:22:01 129624 0 655896 34.86 0 1096024 1178896 40.23 560368 930480 8 22:34:05 22:23:01 130680 0 654832 34.80 0 1096032 1171616 39.99 559888 930216 8 22:34:05 22:24:02 130696 0 654808 34.80 0 1096040 1171616 39.99 559892 930224 8 22:34:05 22:25:01 129144 0 655344 34.83 0 1097056 1171700 39.99 559876 931220 8 22:34:05 22:26:01 129332 0 655136 34.82 0 1097076 1171664 39.99 559832 931228 8 22:34:05 22:27:01 129776 0 654696 34.80 0 1097072 1171616 39.99 559816 931228 8 22:34:05 22:28:01 129736 0 654664 34.79 0 1097144 1171616 39.99 559792 931248 20 22:34:05 22:29:01 129612 0 654836 34.80 0 1097096 1171616 39.99 559812 931236 8 22:34:05 22:30:01 122204 0 658004 34.97 0 1101336 1171676 39.99 565680 932700 8 22:34:05 22:31:01 121576 0 658612 35.00 0 1101356 1171676 39.99 565692 932708 8 22:34:05 22:32:01 122076 0 658120 34.98 0 1101348 1171616 39.99 565364 932708 8 22:34:05 22:33:01 121928 0 658248 34.98 0 1101368 1171616 39.99 565616 932724 8 22:34:05 Average: 159071 0 704520 37.44 256 1017698 1427441 48.72 581476 883713 12652 22:34:05 22:34:05 22:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:34:05 22:11:01 veth585edfd 898.75 758.97 85.05 2683.95 0.00 0.00 0.00 0.00 22:34:05 22:11:01 eth0 1170.86 1176.31 4586.64 151.06 0.00 0.00 0.00 0.00 22:34:05 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:11:01 docker0 898.75 758.83 72.76 2683.94 0.00 0.00 0.00 0.00 22:34:05 22:12:01 eth0 494.00 405.62 3675.85 43.39 0.00 0.00 0.00 0.00 22:34:05 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:12:01 docker0 150.05 194.49 10.98 830.93 0.00 0.00 0.00 0.00 22:34:05 22:13:01 eth0 39.91 23.06 35.92 15.38 0.00 0.00 0.00 0.00 22:34:05 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:13:01 veth4125890 0.42 0.55 0.03 0.05 0.00 0.00 0.00 0.00 22:34:05 22:13:01 docker0 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 22:34:05 22:14:01 eth0 37.38 26.29 21.60 83.00 0.00 0.00 0.00 0.00 22:34:05 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:14:01 veth4125890 1.71 1.71 0.14 0.14 0.00 0.00 0.00 0.00 22:34:05 22:14:01 docker0 1.71 1.71 0.11 0.14 0.00 0.00 0.00 0.00 22:34:05 22:15:03 vethed2aaef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:34:05 22:15:03 eth0 183.12 150.51 1664.68 71.24 0.00 0.00 0.00 0.00 22:34:05 22:15:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:15:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:16:01 vethed2aaef 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 22:34:05 22:16:01 eth0 49.19 37.35 163.16 10.60 0.00 0.00 0.00 0.00 22:34:05 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:16:01 docker0 29.65 35.28 1.91 151.49 0.00 0.00 0.00 0.00 22:34:05 22:17:02 vethed2aaef 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:17:02 eth0 36.29 20.70 167.10 9.18 0.00 0.00 0.00 0.00 22:34:05 22:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:17:02 veth1c42e6a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:18:02 vethed2aaef 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:34:05 22:18:02 eth0 100.36 69.40 201.34 99.50 0.00 0.00 0.00 0.00 22:34:05 22:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:18:02 docker0 1109.72 1034.45 87.45 3913.50 0.00 0.00 0.00 0.00 22:34:05 22:19:01 vethfb3bf78 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:34:05 22:19:01 vethed2aaef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:19:01 eth0 15.61 8.02 13.01 6.80 0.00 0.00 0.00 0.00 22:34:05 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:20:01 eth0 217.14 167.41 1686.93 89.78 0.00 0.00 0.00 0.00 22:34:05 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:20:01 docker0 1147.17 1095.72 89.93 4370.76 0.00 0.00 0.00 0.00 22:34:05 22:21:01 eth0 0.77 0.20 0.47 0.03 0.00 0.00 0.00 0.00 22:34:05 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:22:01 eth0 0.57 0.30 0.28 0.20 0.00 0.00 0.00 0.00 22:34:05 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:05 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:24:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:05 22:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:25:01 eth0 0.19 0.12 0.08 0.07 0.00 0.00 0.00 0.00 22:34:05 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:26:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 22:34:05 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:27:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:34:05 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:28:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:05 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:29:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:05 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:30:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 22:34:05 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:31:01 eth0 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 22:34:05 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:05 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:33:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:34:05 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 Average: eth0 102.33 90.97 533.48 25.35 0.00 0.00 0.00 0.00 22:34:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:05 Average: docker0 49.93 47.69 3.91 190.24 0.00 0.00 0.00 0.00 22:34:05 22:34:05 22:34:05 ---> sar -P ALL: 22:34:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 22:34:05 22:34:05 22:09:21 LINUX RESTART (4 CPU) 22:34:05 22:34:05 22:10:01 CPU %user %nice %system %iowait %steal %idle 22:34:05 22:11:01 all 12.37 0.00 5.24 1.75 0.08 80.57 22:34:05 22:11:01 0 13.15 0.00 6.84 1.36 0.10 78.54 22:34:05 22:11:01 1 13.46 0.00 4.75 1.99 0.08 79.72 22:34:05 22:11:01 2 12.38 0.00 4.66 0.20 0.09 82.68 22:34:05 22:11:01 3 10.48 0.00 4.72 3.44 0.05 81.31 22:34:05 22:12:01 all 11.94 0.00 10.22 5.54 0.11 72.18 22:34:05 22:12:01 0 13.76 0.00 11.56 5.58 0.10 68.99 22:34:05 22:12:01 1 11.74 0.00 9.97 7.16 0.09 71.05 22:34:05 22:12:01 2 11.67 0.00 9.08 5.10 0.15 73.99 22:34:05 22:12:01 3 10.59 0.00 10.29 4.32 0.10 74.70 22:34:05 22:13:01 all 52.62 0.00 12.97 5.13 0.13 29.16 22:34:05 22:13:01 0 51.31 0.00 13.61 5.54 0.17 29.37 22:34:05 22:13:01 1 54.27 0.00 12.65 4.86 0.07 28.15 22:34:05 22:13:01 2 53.18 0.00 12.82 5.77 0.14 28.09 22:34:05 22:13:01 3 51.71 0.00 12.79 4.35 0.14 31.02 22:34:05 22:14:01 all 46.43 0.00 13.80 2.87 0.12 36.78 22:34:05 22:14:01 0 44.48 0.00 14.17 0.99 0.16 40.20 22:34:05 22:14:01 1 47.59 0.00 13.72 2.85 0.10 35.74 22:34:05 22:14:01 2 46.26 0.00 13.66 3.23 0.09 36.76 22:34:05 22:14:01 3 47.38 0.00 13.64 4.38 0.14 34.46 22:34:05 22:15:03 all 21.93 0.00 15.56 6.42 0.12 55.96 22:34:05 22:15:03 0 20.23 0.00 15.22 7.25 0.13 57.16 22:34:05 22:15:03 1 22.06 0.00 16.33 5.76 0.10 55.75 22:34:05 22:15:03 2 22.87 0.00 15.61 5.61 0.12 55.79 22:34:05 22:15:03 3 22.58 0.00 15.08 7.06 0.14 55.14 22:34:05 22:16:01 all 22.20 0.00 29.67 24.91 0.26 22.96 22:34:05 22:16:01 0 22.50 0.00 29.54 24.47 0.29 23.21 22:34:05 22:16:01 1 21.02 0.00 30.61 25.62 0.22 22.53 22:34:05 22:16:01 2 22.06 0.00 29.61 25.52 0.29 22.52 22:34:05 22:16:01 3 23.22 0.00 28.90 24.04 0.24 23.60 22:34:05 22:17:02 all 55.88 0.00 17.60 13.96 0.12 12.44 22:34:05 22:17:02 0 55.81 0.00 17.07 13.97 0.12 13.02 22:34:05 22:17:02 1 57.40 0.00 16.96 13.06 0.09 12.49 22:34:05 22:17:02 2 54.35 0.00 19.05 16.91 0.14 9.56 22:34:05 22:17:02 3 55.98 0.00 17.29 11.87 0.12 14.74 22:34:05 22:18:02 all 18.25 0.00 24.70 28.32 0.23 28.50 22:34:05 22:18:02 0 18.01 0.00 23.91 32.25 0.23 25.60 22:34:05 22:18:02 1 18.34 0.00 25.27 23.59 0.26 32.54 22:34:05 22:18:02 2 18.65 0.00 24.60 30.91 0.21 25.63 22:34:05 22:18:02 3 18.00 0.00 25.04 26.52 0.21 30.23 22:34:05 22:19:01 all 49.21 0.00 19.81 15.70 0.20 15.07 22:34:05 22:19:01 0 49.52 0.00 19.85 13.44 0.18 17.03 22:34:05 22:19:01 1 49.97 0.00 19.25 17.39 0.19 13.19 22:34:05 22:19:01 2 49.20 0.00 20.15 17.26 0.23 13.16 22:34:05 22:19:01 3 48.16 0.00 20.01 14.72 0.21 16.90 22:34:05 22:20:01 all 11.25 0.00 8.59 11.91 0.08 68.17 22:34:05 22:20:01 0 10.45 0.00 9.55 10.23 0.07 69.70 22:34:05 22:20:01 1 15.63 0.00 8.72 14.91 0.10 60.64 22:34:05 22:20:01 2 9.44 0.00 8.78 14.39 0.09 67.30 22:34:05 22:20:01 3 9.49 0.00 7.30 8.11 0.07 75.03 22:34:05 22:21:01 all 0.14 0.00 0.05 0.00 0.01 99.80 22:34:05 22:21:01 0 0.47 0.00 0.08 0.02 0.00 99.43 22:34:05 22:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 22:34:05 22:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:34:05 22:21:01 3 0.03 0.00 0.05 0.00 0.02 99.90 22:34:05 22:34:05 22:21:01 CPU %user %nice %system %iowait %steal %idle 22:34:05 22:22:01 all 0.11 0.00 0.16 0.01 0.00 99.72 22:34:05 22:22:01 0 0.15 0.00 0.15 0.00 0.00 99.70 22:34:05 22:22:01 1 0.10 0.00 0.15 0.02 0.00 99.73 22:34:05 22:22:01 2 0.12 0.00 0.20 0.02 0.00 99.67 22:34:05 22:22:01 3 0.07 0.00 0.15 0.02 0.00 99.77 22:34:05 22:23:01 all 0.14 0.00 0.02 0.00 0.00 99.83 22:34:05 22:23:01 0 0.48 0.00 0.02 0.00 0.02 99.48 22:34:05 22:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:34:05 22:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:34:05 22:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:34:05 22:24:02 all 0.16 0.00 0.05 0.00 0.00 99.79 22:34:05 22:24:02 0 0.52 0.00 0.02 0.00 0.00 99.47 22:34:05 22:24:02 1 0.05 0.00 0.07 0.00 0.00 99.88 22:34:05 22:24:02 2 0.03 0.00 0.05 0.00 0.02 99.90 22:34:05 22:24:02 3 0.03 0.00 0.07 0.00 0.00 99.90 22:34:05 22:25:01 all 0.17 0.00 0.06 0.03 0.00 99.74 22:34:05 22:25:01 0 0.54 0.00 0.03 0.00 0.00 99.42 22:34:05 22:25:01 1 0.05 0.00 0.05 0.02 0.00 99.88 22:34:05 22:25:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:34:05 22:25:01 3 0.05 0.00 0.12 0.08 0.00 99.75 22:34:05 22:26:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:34:05 22:26:01 0 0.52 0.00 0.02 0.00 0.00 99.47 22:34:05 22:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:34:05 22:26:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:34:05 22:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:34:05 22:27:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:34:05 22:27:01 0 0.43 0.00 0.02 0.00 0.00 99.55 22:34:05 22:27:01 1 0.05 0.00 0.07 0.00 0.00 99.88 22:34:05 22:27:01 2 0.12 0.00 0.02 0.00 0.00 99.87 22:34:05 22:27:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:34:05 22:28:01 all 0.13 0.00 0.03 0.00 0.00 99.84 22:34:05 22:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:34:05 22:28:01 1 0.17 0.00 0.05 0.00 0.00 99.78 22:34:05 22:28:01 2 0.30 0.00 0.03 0.00 0.00 99.67 22:34:05 22:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:34:05 22:29:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:34:05 22:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:34:05 22:29:01 1 0.48 0.00 0.05 0.00 0.00 99.47 22:34:05 22:29:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:34:05 22:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:34:05 22:30:01 all 0.15 0.00 0.05 0.01 0.00 99.80 22:34:05 22:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:34:05 22:30:01 1 0.50 0.00 0.03 0.02 0.00 99.45 22:34:05 22:30:01 2 0.07 0.00 0.08 0.02 0.00 99.83 22:34:05 22:30:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:34:05 22:31:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:34:05 22:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:34:05 22:31:01 1 0.52 0.00 0.02 0.00 0.00 99.47 22:34:05 22:31:01 2 0.08 0.00 0.07 0.00 0.00 99.85 22:34:05 22:31:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:34:05 22:32:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:34:05 22:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:34:05 22:32:01 1 0.52 0.00 0.02 0.00 0.00 99.47 22:34:05 22:32:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:34:05 22:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:34:05 22:34:05 22:32:01 CPU %user %nice %system %iowait %steal %idle 22:34:05 22:33:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:34:05 22:33:01 0 0.03 0.00 0.07 0.00 0.00 99.90 22:34:05 22:33:01 1 0.50 0.00 0.03 0.00 0.00 99.47 22:34:05 22:33:01 2 0.05 0.00 0.02 0.00 0.00 99.93 22:34:05 22:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:34:05 Average: all 12.91 0.00 6.70 4.90 0.06 75.43 22:34:05 Average: 0 12.85 0.00 6.84 4.85 0.07 75.39 22:34:05 Average: 1 13.36 0.00 6.71 4.93 0.06 74.94 22:34:05 Average: 2 12.79 0.00 6.70 5.26 0.07 75.18 22:34:05 Average: 3 12.63 0.00 6.54 4.55 0.06 76.21 22:34:05 22:34:05 22:34:05