Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b750d2d7a2dc3ccf6a691e356026d256cb22a430+bf41993ae39f966b0d993bd56432d2f66e6af597 (99a49ae13d4b619bc902e42395a57632060512e5) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30950 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/25 [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/25 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit b750d2d7a2dc3ccf6a691e356026d256cb22a430 Merge succeeded, producing b750d2d7a2dc3ccf6a691e356026d256cb22a430 Checking out Revision b750d2d7a2dc3ccf6a691e356026d256cb22a430 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:20:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:20:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:20:55 ========================================================= 22:20:55 EdgeX Global Pipelines Version Info 22:20:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:20:57 ------------------- 22:20:57 stable info: 22:20:57 ------------------- 22:20:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:20:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:20:57 Message: update stable to v1.0.186 22:20:58 ------------------- 22:20:58 experimental info: 22:20:58 ------------------- 22:20:58 Commited By: **** collab-it+edgex@linuxfoundation.org 22:20:58 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:20:58 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:20:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:20:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:20:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:20:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:20:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:20:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:20:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 22:21:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b750d2d7a2dc3ccf6a691e356026d256cb22a430 [Pipeline] echo 22:21:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b750d2d [Pipeline] echo 22:21:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:21:01 provisioning config files... 22:21:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config5883914773971782866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:01 ---> docker-login.sh 22:21:01 nexus3.edgexfoundry.org:10001 22:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:02 Configure a credential helper to remove this warning. See 22:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:02 22:21:02 Login Succeeded 22:21:02 nexus3.edgexfoundry.org:10002 22:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:02 Configure a credential helper to remove this warning. See 22:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:02 22:21:02 Login Succeeded 22:21:02 nexus3.edgexfoundry.org:10003 22:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:02 Configure a credential helper to remove this warning. See 22:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:02 22:21:02 Login Succeeded 22:21:02 nexus3.edgexfoundry.org:10004 22:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:02 Configure a credential helper to remove this warning. See 22:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:02 22:21:02 Login Succeeded 22:21:02 docker.io 22:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:03 Configure a credential helper to remove this warning. See 22:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:03 22:21:03 Login Succeeded 22:21:03 ---> docker-login.sh ends [Pipeline] } 22:21:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:03 ++ 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:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/core-command/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo core-command,cmd/core-command/Dockerfile 22:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/core-data/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo core-data,cmd/core-data/Dockerfile 22:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/core-metadata/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo core-metadata,cmd/core-metadata/Dockerfile 22:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/security-bootstrapper/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/security-proxy-setup/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/support-notifications/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo support-notifications,cmd/support-notifications/Dockerfile 22:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/support-scheduler/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:21:03 + for file in '`ls cmd/**/Dockerfile`' 22:21:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:21:03 ++ cut -d/ -f2 22:21:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:21:04 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:21:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:21:04 22:21:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:21:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:21:05 latest: Pulling from edgex-devops/git-semver 22:21:05 31603596830f: Pulling fs layer 22:21:05 2a8b12db71e7: Pulling fs layer 22:21:05 6ca5941a6612: Pulling fs layer 22:21:05 ecc8261a40a4: Pulling fs layer 22:21:05 2a8b12db71e7: Verifying Checksum 22:21:05 2a8b12db71e7: Download complete 22:21:05 31603596830f: Verifying Checksum 22:21:05 31603596830f: Download complete 22:21:05 ecc8261a40a4: Verifying Checksum 22:21:05 ecc8261a40a4: Download complete 22:21:05 6ca5941a6612: Verifying Checksum 22:21:05 6ca5941a6612: Download complete 22:21:05 31603596830f: Pull complete 22:21:05 2a8b12db71e7: Pull complete 22:21:06 6ca5941a6612: Pull complete 22:21:06 ecc8261a40a4: Pull complete 22:21:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:21:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:21:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:21:07 prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container 22:21:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:21:09 $ docker top 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:10 [ssh-agent] Looking for ssh-agent implementation... 22:21:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:10 $ docker exec 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 ssh-agent 22:21:10 SSH_AUTH_SOCK=/tmp/ssh-gmy0nYlefngQ/agent.12 22:21:10 SSH_AGENT_PID=18 22:21:10 Running ssh-add (command line suppressed) 22:21:10 Identity added: /w/workspace/edgex-go/25@tmp/private_key_13091129162999092.key (/w/workspace/edgex-go/25@tmp/private_key_13091129162999092.key) 22:21:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:11 + git tag --points-at HEAD [Pipeline] } 22:21:11 $ docker exec --env ******** --env ******** 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 ssh-agent -k 22:21:11 unset SSH_AUTH_SOCK; 22:21:11 unset SSH_AGENT_PID; 22:21:11 echo Agent pid 18 killed; 22:21:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:21:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:11 [ssh-agent] Looking for ssh-agent implementation... 22:21:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:11 $ docker exec 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 ssh-agent 22:21:11 SSH_AUTH_SOCK=/tmp/ssh-Hfs9812C8lZi/agent.49 22:21:11 SSH_AGENT_PID=54 22:21:11 Running ssh-add (command line suppressed) 22:21:11 Identity added: /w/workspace/edgex-go/25@tmp/private_key_4541406034317801506.key (/w/workspace/edgex-go/25@tmp/private_key_4541406034317801506.key) 22:21:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:12 + git semver init 22:21:12 # -> Open(): unable to determine branch for HEAD 22:21:12 # $GIT_DIR = /w/workspace/edgex-go/25/.git 22:21:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/25 22:21:12 # $SEMVER_REMOTE_NAME = origin 22:21:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:21:12 # $SEMVER_USER_NAME = edgex-jenkins 22:21:12 # $SEMVER_BRANCH = PR-3234 22:21:12 # $SEMVER_TEMP = /tmp/semver-497998199 22:21:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:21:30 # '/tmp/semver-497998199' -> '/w/workspace/edgex-go/25/.semver' 22:21:31 # -> Force: false 22:21:31 # $SEMVER_DIR = /w/workspace/edgex-go/25/.semver [Pipeline] } 22:21:31 $ docker exec --env ******** --env ******** 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 ssh-agent -k 22:21:31 unset SSH_AUTH_SOCK; 22:21:31 unset SSH_AGENT_PID; 22:21:31 echo Agent pid 54 killed; 22:21:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:32 + git semver [Pipeline] } 22:21:32 $ docker stop --time=1 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 22:21:34 $ docker rm -f 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 [Pipeline] // withDockerContainer [Pipeline] sh 22:21:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:21:35 Stashed 1 file(s) [Pipeline] echo 22:21:35 [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:21:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:21:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:21:36 + sudo service docker restart 22:21:36 + true 22:21:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:21:37 ========================================================= 22:21:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:21:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:21:37 + 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:21:41 Sending build context to Docker daemon 328.7MB 22:21:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:21:41 Step 2/6 : FROM ${BASE} 22:21:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:21:41 188c0c94c7c5: Pulling fs layer 22:21:41 0ef7d3d256c8: Pulling fs layer 22:21:41 de9db76c5a1d: Pulling fs layer 22:21:41 bca2f99d35d6: Pulling fs layer 22:21:41 93359f2a8cfa: Pulling fs layer 22:21:41 7c6f9722023f: Pulling fs layer 22:21:41 a35cf1a2eb13: Pulling fs layer 22:21:41 7c6f9722023f: Waiting 22:21:41 93359f2a8cfa: Waiting 22:21:41 bca2f99d35d6: Waiting 22:21:41 a35cf1a2eb13: Waiting 22:21:41 de9db76c5a1d: Verifying Checksum 22:21:41 de9db76c5a1d: Download complete 22:21:41 0ef7d3d256c8: Verifying Checksum 22:21:41 0ef7d3d256c8: Download complete 22:21:41 93359f2a8cfa: Verifying Checksum 22:21:41 93359f2a8cfa: Download complete 22:21:41 188c0c94c7c5: Verifying Checksum 22:21:41 188c0c94c7c5: Download complete 22:21:41 7c6f9722023f: Verifying Checksum 22:21:41 7c6f9722023f: Download complete 22:21:42 188c0c94c7c5: Pull complete 22:21:42 0ef7d3d256c8: Pull complete 22:21:42 de9db76c5a1d: Pull complete 22:21:44 a35cf1a2eb13: Verifying Checksum 22:21:44 a35cf1a2eb13: Download complete 22:21:44 bca2f99d35d6: Verifying Checksum 22:21:44 bca2f99d35d6: Download complete 22:21:49 bca2f99d35d6: Pull complete 22:21:49 93359f2a8cfa: Pull complete 22:21:49 7c6f9722023f: Pull complete 22:21:50 Still waiting to schedule task 22:21:50 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:21:59 a35cf1a2eb13: Pull complete 22:21:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:21:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:21:59 ---> a62c8e92a672 22:21:59 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:21:59 ---> Running in 573dd4874179 22:22:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:02 (1/12) Installing libmagic (5.38-r0) 22:22:02 (2/12) Installing file (5.38-r0) 22:22:02 (3/12) Installing libc-dev (0.7.2-r3) 22:22:02 (4/12) Installing g++ (9.3.0-r2) 22:22:10 (5/12) Installing fortify-headers (1.1-r0) 22:22:10 (6/12) Installing patch (2.7.6-r6) 22:22:10 (7/12) Installing build-base (0.5-r2) 22:22:10 (8/12) Installing libsodium (1.0.18-r0) 22:22:10 (9/12) Installing pkgconf (1.7.2-r0) 22:22:11 (10/12) Installing libsodium-dev (1.0.18-r0) 22:22:11 (11/12) Installing libzmq (4.3.3-r0) 22:22:11 (12/12) Installing zeromq-dev (4.3.3-r0) 22:22:11 Executing busybox-1.31.1-r19.trigger 22:22:11 OK: 233 MiB in 51 packages 22:22:15 Removing intermediate container 573dd4874179 22:22:15 ---> b9f51d74f2b2 22:22:15 Step 4/6 : WORKDIR /edgex-go 22:22:15 ---> Running in fd7c4ce008f0 22:22:15 Removing intermediate container fd7c4ce008f0 22:22:15 ---> 829f914c9193 22:22:15 Step 5/6 : COPY go.mod . 22:22:15 ---> 632baa2c9381 22:22:15 Step 6/6 : RUN go mod download 22:22:15 ---> Running in 5e06b3395a9e 22:22:37 Removing intermediate container 5e06b3395a9e 22:22:37 ---> c7e1ad123e81 22:22:37 Successfully built c7e1ad123e81 22:22:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:22:37 + docker inspect -f . ci-base-image-x86_64 22:22:37 . [Pipeline] withDockerContainer 22:22:37 prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container 22:22:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** ci-base-image-x86_64 cat 22:22:38 $ docker top f60c5886a76fedaefa5e63db6739f587f26e53160cf69ab18aa554d53df46a5b -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:39 + go version 22:22:39 go version go1.15.5 linux/amd64 [Pipeline] } 22:22:39 $ docker stop --time=1 f60c5886a76fedaefa5e63db6739f587f26e53160cf69ab18aa554d53df46a5b 22:22:40 $ docker rm -f f60c5886a76fedaefa5e63db6739f587f26e53160cf69ab18aa554d53df46a5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:41 + docker inspect -f . ci-base-image-x86_64 22:22:41 . [Pipeline] withDockerContainer 22:22:41 prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container 22:22:41 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** ci-base-image-x86_64 cat 22:22:42 $ docker top af5a5ebb3182a6a1847b25b17ce18b1da2e6c4164637e93145199af6c92783c7 -eo pid,comm [Pipeline] { [Pipeline] echo 22:22:42 ========================================================= 22:22:42 [edgeXBuildGoParallel] Running Tests and Build... 22:22:42 ========================================================= [Pipeline] sh 22:22:43 + make test 22:22:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:22:51 ? github.com/edgexfoundry/edgex-go [no test files] 22:23:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:23:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:23:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:23:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:23:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:23:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:23:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:23:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:23:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:23:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:23:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:23:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:23:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements 22:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements 22:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements 22:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 71.3% of statements 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.182s coverage: 82.9% of statements 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.071s coverage: 78.9% of statements 22:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:23:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:23:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:23:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:23:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:23:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:23:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 92.8% of statements 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 22:23:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements 22:23:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 22:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.135s coverage: 81.7% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.6% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.6% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.4% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 69.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.1% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.749s coverage: 29.1% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 96.5% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:23:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:23:56 GO111MODULE=on go vet ./... 22:24:28 gofmt -l . 22:24:28 [ "`gofmt -l .`" = "" ] 22:24:28 ./bin/test-go-mod-tidy.sh 22:24:28 ./bin/test-attribution-txt.sh [Pipeline] sh 22:24:29 + ls -al . 22:24:29 total 772 22:24:29 drwxrwxr-x 10 1001 1001 4096 Mar 22 22:24 . 22:24:29 drwxr-xr-x 4 root root 30 Mar 22 22:22 .. 22:24:29 -rw-rw-r-- 1 1001 1001 11 Mar 22 22:20 .dockerignore 22:24:29 drwxrwxr-x 8 1001 1001 179 Mar 22 22:20 .git 22:24:29 drwxrwxr-x 3 1001 1001 125 Mar 22 22:20 .github 22:24:29 -rw-rw-r-- 1 1001 1001 818 Mar 22 22:20 .gitignore 22:24:29 drwx------ 3 1001 1001 60 Mar 22 22:21 .semver 22:24:29 -rw-rw-r-- 1 1001 1001 166 Mar 22 22:20 .sonarcloud.properties 22:24:29 -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:20 Attribution.txt 22:24:29 -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:20 CONTRIBUTING.md 22:24:29 -rw-rw-r-- 1 1001 1001 931 Mar 22 22:20 Dockerfile.build 22:24:29 -rw-rw-r-- 1 1001 1001 863 Mar 22 22:20 Jenkinsfile 22:24:29 -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:20 LICENSE 22:24:29 -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:20 Makefile 22:24:29 -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:20 README.md 22:24:29 -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:20 SECURITY.md 22:24:29 -rw-rw-r-- 1 1001 1001 5 Mar 22 22:21 VERSION 22:24:29 -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:20 ZMQWindows.md 22:24:29 drwxrwxr-x 2 1001 1001 117 Mar 22 22:20 bin 22:24:29 drwxrwxr-x 14 1001 1001 4096 Mar 22 22:20 cmd 22:24:29 -rw-r--r-- 1 root root 659965 Mar 22 22:23 coverage.out 22:24:29 -rw-r--r-- 1 root root 1056 Mar 22 22:24 go.mod 22:24:29 -rw-r--r-- 1 root root 22327 Mar 22 22:24 go.sum 22:24:29 drwxrwxr-x 8 1001 1001 127 Mar 22 22:20 internal 22:24:29 drwxrwxr-x 4 1001 1001 26 Mar 22 22:20 openapi 22:24:29 drwxrwxr-x 4 1001 1001 71 Mar 22 22:20 snap 22:24:29 -rw-rw-r-- 1 1001 1001 168 Mar 22 22:20 version.go [Pipeline] sh 22:24:29 + '[' -e coverage.out ] 22:24:29 + chown 1001:1001 coverage.out [Pipeline] stash 22:24:29 Stashed 1 file(s) [Pipeline] sh 22:24:30 + make build 22:24:30 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:24: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:24:41 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:24:42 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:24:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:24:44 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:24:46 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:24:47 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:24:49 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:24:50 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:24:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:24:52 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:24:54 $ docker stop --time=1 af5a5ebb3182a6a1847b25b17ce18b1da2e6c4164637e93145199af6c92783c7 22:24:56 $ docker rm -f af5a5ebb3182a6a1847b25b17ce18b1da2e6c4164637e93145199af6c92783c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:24:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:24:58 22:24:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:24:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:24:58 latest: Pulling from edgex-devops/edgex-compose 22:24:58 cbdbe7a5bc2a: Pulling fs layer 22:24:58 ca9280d653b3: Pulling fs layer 22:24:58 7e9c9ca2126c: Pulling fs layer 22:24:58 cbdbe7a5bc2a: Verifying Checksum 22:24:58 cbdbe7a5bc2a: Download complete 22:24:59 ca9280d653b3: Verifying Checksum 22:24:59 ca9280d653b3: Download complete 22:24:59 cbdbe7a5bc2a: Pull complete 22:25:00 7e9c9ca2126c: Download complete 22:25:00 ca9280d653b3: Pull complete 22:25:06 7e9c9ca2126c: Pull complete 22:25:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:25:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:25:06 prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container 22:25:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:25:10 $ docker top fceacf6903a24c63e34c9e8ea17642674ad413f5d11b12f86a14b13451a2abc7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:10 + docker-compose build --help 22:25:10 + grep parallel 22:25:11 --parallel Build images in parallel. [Pipeline] } 22:25:11 $ docker stop --time=1 fceacf6903a24c63e34c9e8ea17642674ad413f5d11b12f86a14b13451a2abc7 22:25:13 $ docker rm -f fceacf6903a24c63e34c9e8ea17642674ad413f5d11b12f86a14b13451a2abc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:13 . [Pipeline] withDockerContainer 22:25:13 prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container 22:25:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-devops/edgex-compose:latest cat 22:25:14 $ docker top d86804f4e581a77933c6e418d7058e7144166f6111f66acde99d544c71a61683 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:15 + docker-compose -f ./docker-compose-build.yml build --parallel 22:25:16 Building docker-core-command-go ... 22:25:16 Building docker-core-data-go ... 22:25:16 Building docker-core-metadata-go ... 22:25:16 Building docker-security-bootstrapper-go ... 22:25:16 Building docker-security-proxy-setup-go ... 22:25:16 Building docker-security-secretstore-setup-go ... 22:25:16 Building docker-support-notifications-go ... 22:25:16 Building docker-support-scheduler-go ... 22:25:16 Building docker-sys-mgmt-agent-go ... 22:25:16 Building docker-core-metadata-go 22:25:16 Building docker-security-secretstore-setup-go 22:25:16 Building docker-sys-mgmt-agent-go 22:25:16 Building docker-security-proxy-setup-go 22:25:16 Building docker-support-notifications-go 22:25:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30953 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 22:25:29 Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout 22:25:34 using credential edgex-jenkins-ssh 22:25:34 Cloning the remote Git repository 22:25:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:25:34 > git init /w/workspace/edgex-go/25 # timeout=10 22:25:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:25:34 > git --version # timeout=10 22:25:34 > git --version # 'git version 2.17.1' 22:25:34 using GIT_SSH to set credentials SSH Credentials for GitHub 22:25:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:25:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:25:48 ---> c7e1ad123e81 22:25:48 Step 3/23 : WORKDIR /edgex-go 22:25:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:25:48 ---> c7e1ad123e81 22:25:48 Step 3/24 : WORKDIR /edgex-go 22:25:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:25:48 ---> c7e1ad123e81 22:25:48 Step 3/22 : WORKDIR /edgex-go 22:25:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:25:48 ---> c7e1ad123e81 22:25:48 Step 3/21 : WORKDIR /edgex-go 22:25:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:25:48 ---> c7e1ad123e81 22:25:48 Step 3/26 : WORKDIR /edgex-go 22:25:49 ---> Running in 8b1c2623253e 22:25:49 ---> Running in ecbfd9e48514 22:25:49 ---> Running in 3ef5832274aa 22:25:49 ---> Running in ccff03b755d5 22:25:49 ---> Running in bb315163da35 22:25:49 Removing intermediate container 8b1c2623253e 22:25:49 ---> 9e539e1d2ef4 22:25:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:50 Removing intermediate container bb315163da35 22:25:50 ---> 0fda1c9d4fd1 22:25:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:50 Removing intermediate container ecbfd9e48514 22:25:50 ---> 259400568158 22:25:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:50 Removing intermediate container 3ef5832274aa 22:25:50 ---> 7e0de2f5b2f9 22:25:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:50 Removing intermediate container ccff03b755d5 22:25:50 ---> c39824bcc895 22:25:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:50 ---> Running in 4a2291acfa86 22:25:50 ---> Running in eea044160ee2 22:25:50 ---> Running in 9e50906e05c1 22:25:50 ---> Running in 003179c00bb1 22:25:50 ---> Running in 5d65b784a532 22:25:51 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:25:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:25:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:25:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:25:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:25:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:25:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:25:51 Merge succeeded, producing b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:25:51 Checking out Revision b750d2d7a2dc3ccf6a691e356026d256cb22a430 (PR-3234) 22:25:52 Removing intermediate container 4a2291acfa86 22:25:52 ---> 6aded5f61b84 22:25:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:25:52 Removing intermediate container 9e50906e05c1 22:25:52 ---> e52b00954c86 22:25:52 Step 5/21 : RUN apk add --update --no-cache make git 22:25:52 ---> Running in d3f656a16456 22:25:52 Removing intermediate container eea044160ee2 22:25:52 ---> c71536fdea30 22:25:52 Step 5/23 : RUN apk add --update --no-cache make git 22:25:52 ---> Running in 62485f32e28c 22:25:52 ---> Running in bbd79cbd91af 22:25:52 Removing intermediate container 003179c00bb1 22:25:52 ---> 60a209d4ad5a 22:25:52 Step 5/26 : RUN apk add --update --no-cache make bash git 22:25:52 ---> Running in c99954bde6f7 22:25:52 Removing intermediate container 5d65b784a532 22:25:52 ---> f2128680c87d 22:25:52 Step 5/24 : RUN apk add --update --no-cache make git 22:25:53 ---> Running in 919c004eee0e 22:25:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:51 > git config core.sparsecheckout # timeout=10 22:25:51 > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 22:25:51 > git remote # timeout=10 22:25:51 > git config --get remote.origin.url # timeout=10 22:25:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:25:51 > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 22:25:51 > git rev-parse HEAD^{commit} # timeout=10 22:25:52 > git config core.sparsecheckout # timeout=10 22:25:52 > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 22:25:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:54 OK: 233 MiB in 51 packages 22:25:55 OK: 233 MiB in 51 packages 22:25:55 OK: 233 MiB in 51 packages 22:25:55 OK: 233 MiB in 51 packages 22:25:55 Removing intermediate container d3f656a16456 22:25:55 ---> 856bf74196ca 22:25:55 Step 6/22 : COPY go.mod . 22:25:55 OK: 233 MiB in 51 packages 22:25:55 ---> a53c0aa21b78 22:25:55 Step 7/22 : RUN go mod download 22:25:55 Removing intermediate container bbd79cbd91af 22:25:55 ---> a28b08c6cf29 22:25:55 Step 6/23 : COPY go.mod . 22:25:55 ---> Running in 74945af5194d 22:25:56 Removing intermediate container 62485f32e28c 22:25:56 ---> 5ca09d2c55cd 22:25:56 Step 6/21 : COPY go.mod . 22:25:56 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 22:25:56 Removing intermediate container c99954bde6f7 22:25:56 ---> 49a44eff94cd 22:25:56 Step 6/26 : COPY go.mod . 22:25:56 ---> 7ac50f6ff6eb 22:25:56 Step 7/23 : RUN go mod download 22:25:56 Removing intermediate container 919c004eee0e 22:25:56 ---> 6d8b49014026 22:25:56 Step 6/24 : COPY go.mod . 22:25:56 ---> 0ecbc921e7e2 22:25:56 Step 7/21 : RUN go mod download 22:25:56 ---> Running in f19feef558f4 22:25:56 ---> Running in f090a14e7310 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:25:56 ---> 8fda9e4d71f2 22:25:56 Step 7/26 : RUN go mod download 22:25:56 ---> 36364839abf1 22:25:56 Step 7/24 : RUN go mod download 22:25:56 ---> Running in 4720ff969e31 22:25:57 ---> Running in cb8fc17663ce 22:25:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:25:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:25:58 + sudo service docker restart 22:25:58 + true 22:25:58 Removing intermediate container 74945af5194d 22:25:58 ---> 879bbcda5c47 22:25:58 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:26:00 provisioning config files... 22:26:00 Removing intermediate container f090a14e7310 22:26:00 ---> 36c4a1f8bb64 22:26:00 Step 8/21 : COPY . . 22:26:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config4432658212049723452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:26:01 ---> docker-login.sh 22:26:01 nexus3.edgexfoundry.org:10001 22:26:01 Removing intermediate container f19feef558f4 22:26:01 ---> 2bff4efe43b6 22:26:01 Step 8/23 : COPY . . 22:26:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:02 Configure a credential helper to remove this warning. See 22:26:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:02 22:26:02 Login Succeeded 22:26:02 nexus3.edgexfoundry.org:10002 22:26:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:02 Configure a credential helper to remove this warning. See 22:26:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:02 22:26:02 Login Succeeded 22:26:02 nexus3.edgexfoundry.org:10003 22:26:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:03 Configure a credential helper to remove this warning. See 22:26:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:03 22:26:03 Login Succeeded 22:26:03 nexus3.edgexfoundry.org:10004 22:26:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:03 Configure a credential helper to remove this warning. See 22:26:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:03 22:26:03 Login Succeeded 22:26:03 docker.io 22:26:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:04 Configure a credential helper to remove this warning. See 22:26:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:04 22:26:04 Login Succeeded 22:26:04 ---> docker-login.sh ends [Pipeline] } 22:26:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:26:04 ========================================================= 22:26:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:26:04 ========================================================= 22:26:04 Removing intermediate container cb8fc17663ce 22:26:04 ---> 4d02948b285d 22:26:04 Step 8/24 : COPY . . 22:26:04 Removing intermediate container 4720ff969e31 22:26:04 ---> 6e72bcae7400 22:26:04 Step 8/26 : COPY . . [Pipeline] isUnix [Pipeline] sh 22:26:05 + 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:26:07 Sending build context to Docker daemon 166.9MB 22:26:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:26:07 Step 2/6 : FROM ${BASE} 22:26:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:26:07 5f621e34cdf4: Pulling fs layer 22:26:07 a4357932f1b6: Pulling fs layer 22:26:07 18c013af1878: Pulling fs layer 22:26:07 00ac8860ef70: Pulling fs layer 22:26:07 63d7cb157983: Pulling fs layer 22:26:07 b116817d02f9: Pulling fs layer 22:26:07 745a02a5169b: Pulling fs layer 22:26:07 00ac8860ef70: Waiting 22:26:07 63d7cb157983: Waiting 22:26:07 b116817d02f9: Waiting 22:26:07 745a02a5169b: Waiting 22:26:07 18c013af1878: Verifying Checksum 22:26:07 18c013af1878: Download complete 22:26:07 a4357932f1b6: Verifying Checksum 22:26:07 a4357932f1b6: Download complete 22:26:07 63d7cb157983: Verifying Checksum 22:26:07 63d7cb157983: Download complete 22:26:07 b116817d02f9: Verifying Checksum 22:26:07 b116817d02f9: Download complete 22:26:07 5f621e34cdf4: Verifying Checksum 22:26:07 5f621e34cdf4: Download complete 22:26:08 5f621e34cdf4: Pull complete 22:26:09 a4357932f1b6: Pull complete 22:26:09 18c013af1878: Pull complete 22:26:10 745a02a5169b: Verifying Checksum 22:26:10 745a02a5169b: Download complete 22:26:11 00ac8860ef70: Verifying Checksum 22:26:11 00ac8860ef70: Download complete 22:26:21 00ac8860ef70: Pull complete 22:26:21 63d7cb157983: Pull complete 22:26:22 b116817d02f9: Pull complete 22:26:26 745a02a5169b: Pull complete 22:26:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:26:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:26:26 ---> b7e6874047d6 22:26:26 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:26:29 ---> Running in bc78679f22b2 22:26:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:31 (1/12) Installing libmagic (5.38-r0) 22:26:31 (2/12) Installing file (5.38-r0) 22:26:32 (3/12) Installing libc-dev (0.7.2-r3) 22:26:32 (4/12) Installing g++ (9.3.0-r2) 22:26:35 (5/12) Installing fortify-headers (1.1-r0) 22:26:35 (6/12) Installing patch (2.7.6-r6) 22:26:35 (7/12) Installing build-base (0.5-r2) 22:26:35 (8/12) Installing libsodium (1.0.18-r0) 22:26:35 (9/12) Installing pkgconf (1.7.2-r0) 22:26:35 (10/12) Installing libsodium-dev (1.0.18-r0) 22:26:36 (11/12) Installing libzmq (4.3.3-r0) 22:26:36 (12/12) Installing zeromq-dev (4.3.3-r0) 22:26:36 Executing busybox-1.31.1-r19.trigger 22:26:36 OK: 217 MiB in 51 packages 22:26:40 Removing intermediate container bc78679f22b2 22:26:40 ---> 4761854a7046 22:26:40 Step 4/6 : WORKDIR /edgex-go 22:26:40 ---> Running in 35998207028a 22:26:41 Removing intermediate container 35998207028a 22:26:41 ---> 8727e8fa95d9 22:26:41 Step 5/6 : COPY go.mod . 22:26:41 ---> af4dbfb1ad3d 22:26:41 Step 6/6 : RUN go mod download 22:26:41 ---> Running in 32fb7ecde92b 22:26:43 ---> 084ee79caa57 22:26:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:26:43 ---> Running in 6d0f3391dd45 22:26:43 ---> a49f7e704b9a 22:26:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:26:43 ---> bf8ab5868a3f 22:26:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:26:43 ---> 87a7c690317f 22:26:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:26:43 ---> c36e6fb784f3 22:26:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:26:43 ---> Running in 6888b886893b 22:26:43 ---> Running in 9b119b5e8766 22:26:43 ---> Running in 44de97a3de55 22:26:43 ---> Running in 7c474d970781 22:26:43 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:26:43 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:26:43 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:26:43 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:26:43 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:27:08 Removing intermediate container 32fb7ecde92b 22:27:08 ---> 23c9f87d30cd 22:27:08 Successfully built 23c9f87d30cd 22:27:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:27:08 + docker inspect -f . ci-base-image-arm64 22:27:08 . [Pipeline] withDockerContainer 22:27:09 prd-ubuntu18.04-docker-arm64-4c-16g-30953 does not seem to be running inside a container 22:27:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** ci-base-image-arm64 cat 22:27:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:27:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:27:10 $ docker top 158efa504738c3601953f1c214ecf30337a0beb0d9fd2e8b730f6ea23ef60a49 -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:11 + go version 22:27:11 go version go1.15.5 linux/arm64 [Pipeline] } 22:27:11 $ docker stop --time=1 158efa504738c3601953f1c214ecf30337a0beb0d9fd2e8b730f6ea23ef60a49 22:27:13 $ docker rm -f 158efa504738c3601953f1c214ecf30337a0beb0d9fd2e8b730f6ea23ef60a49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:27:14 + docker inspect -f . ci-base-image-arm64 22:27:14 . [Pipeline] withDockerContainer 22:27:15 prd-ubuntu18.04-docker-arm64-4c-16g-30953 does not seem to be running inside a container 22:27:15 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** ci-base-image-arm64 cat 22:27:16 $ docker top a3e714227c090eff624cd356110d642bdb6de996774bf1582d377a9727508edf -eo pid,comm [Pipeline] { [Pipeline] echo 22:27:17 ========================================================= 22:27:17 [edgeXBuildGoParallel] Running Tests and Build... 22:27:17 ========================================================= [Pipeline] sh 22:27:17 + make test 22:27:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:27:20 Removing intermediate container 6888b886893b 22:27:20 ---> 48707910e238 22:27:20 22:27:20 Step 10/21 : FROM alpine:3.12 22:27:20 Removing intermediate container 7c474d970781 22:27:20 ---> bcf748f15b55 22:27:20 22:27:20 Step 10/24 : FROM alpine:3.12 22:27:20 Removing intermediate container 44de97a3de55 22:27:20 ---> f65dee48bd03 22:27:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:27:20 3.12: Pulling from library/alpine 22:27:20 3.12: Pulling from library/alpine 22:27:22 ---> Running in 1b349c595541 22:27:22 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:27:22 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:27:22 Status: Downloaded newer image for alpine:3.12 22:27:22 Status: Image is up to date for alpine:3.12 22:27:22 ---> 88dd2752d2ea 22:27:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:27:22 ---> 88dd2752d2ea 22:27:22 Step 11/21 : RUN apk add --update --no-cache curl 22:27:22 Removing intermediate container 6d0f3391dd45 22:27:22 ---> 6172db7b5c16 22:27:22 22:27:22 Step 10/22 : FROM alpine:3.12 22:27:22 ---> 88dd2752d2ea 22:27:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:27:22 ---> Running in 8ada77c89e91 22:27:22 ---> Running in 69349cf0cc0a 22:27:24 ---> Running in 68d1f48ff0db 22:27:24 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:25 Removing intermediate container 9b119b5e8766 22:27:25 ---> e0d8ced243b2 22:27:25 22:27:25 Step 10/23 : FROM alpine:3.12 22:27:25 ---> 88dd2752d2ea 22:27:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:27:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:25 ---> Running in 22f94f3e9a6c 22:27:25 (1/4) Installing ca-certificates (20191127-r4) 22:27:25 (1/2) Installing ca-certificates (20191127-r4) 22:27:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:27:26 (3/4) Installing libcurl (7.69.1-r3) 22:27:26 (4/4) Installing curl (7.69.1-r3) 22:27:26 (2/2) Installing dumb-init (1.2.2-r1) 22:27:26 Executing busybox-1.31.1-r19.trigger 22:27:26 Executing busybox-1.31.1-r19.trigger 22:27:26 (1/5) Installing ca-certificates (20191127-r4) 22:27:26 Executing ca-certificates-20191127-r4.trigger 22:27:26 Executing ca-certificates-20191127-r4.trigger 22:27:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:27:26 (3/5) Installing libcurl (7.69.1-r3) 22:27:26 (4/5) Installing curl (7.69.1-r3) 22:27:26 (5/5) Installing dumb-init (1.2.2-r1) 22:27:26 Executing busybox-1.31.1-r19.trigger 22:27:26 Executing ca-certificates-20191127-r4.trigger 22:27:26 OK: 6 MiB in 16 packages 22:27:26 OK: 7 MiB in 18 packages 22:27:26 OK: 7 MiB in 19 packages 22:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:27 (1/1) Installing dumb-init (1.2.2-r1) 22:27:27 Executing busybox-1.31.1-r19.trigger 22:27:27 OK: 6 MiB in 15 packages 22:27:27 Removing intermediate container 1b349c595541 22:27:27 ---> cd1bffd012c5 22:27:27 22:27:27 Step 11/26 : FROM docker:20.10.0 22:27:27 20.10.0: Pulling from library/docker 22:27:30 Removing intermediate container 69349cf0cc0a 22:27:30 ---> 124f54f7fffa 22:27:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:27:30 Removing intermediate container 68d1f48ff0db 22:27:30 ---> 8bb5a4876907 22:27:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:27:31 ---> Running in 44ad970a7cd7 22:27:31 Removing intermediate container 8ada77c89e91 22:27:31 ---> cf257905c174 22:27:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:27:31 ---> Running in fe6239d14102 22:27:31 Removing intermediate container 22f94f3e9a6c 22:27:31 ---> 99812f6d497b 22:27:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:27:31 ---> Running in 970b673ce1bb 22:27:31 ---> Running in 91c05b5aa8a5 22:27:31 Removing intermediate container 44ad970a7cd7 22:27:31 ---> a5abfeac2ce9 22:27:31 Step 13/22 : ENV APP_PORT=48060 22:27:31 Removing intermediate container fe6239d14102 22:27:31 ---> 3bc05764df36 22:27:31 Step 13/21 : WORKDIR /edgex 22:27:31 Removing intermediate container 970b673ce1bb 22:27:31 ---> de25522a8fb3 22:27:31 Step 13/24 : WORKDIR / 22:27:31 ---> Running in f9df6829d563 22:27:31 ---> Running in 78b0638c6953 22:27:31 Removing intermediate container 91c05b5aa8a5 22:27:31 ---> 82fe0034da0c 22:27:31 Step 13/23 : ENV APP_PORT=48081 22:27:32 ---> Running in 30c012605884 22:27:32 ---> Running in e9b8ea5f6455 22:27:32 Removing intermediate container 78b0638c6953 22:27:32 ---> 27bd39ef2c19 22:27:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:27:32 Removing intermediate container f9df6829d563 22:27:32 ---> a8eca2394485 22:27:32 Step 14/22 : EXPOSE $APP_PORT 22:27:32 Removing intermediate container 30c012605884 22:27:32 ---> f18d5db05480 22:27:32 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:32 ---> Running in 431ce3000ed6 22:27:32 Removing intermediate container e9b8ea5f6455 22:27:32 ---> 6f39574c9ec8 22:27:32 Step 14/23 : EXPOSE $APP_PORT 22:27:32 ---> 90319498bf1f 22:27:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:27:32 ---> Running in c29688fdaf39 22:27:33 Removing intermediate container 431ce3000ed6 22:27:33 ---> bc8319015891 22:27:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:33 ---> 62c3b15c4efd 22:27:33 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:33 Removing intermediate container c29688fdaf39 22:27:33 ---> 68b5d0eab70a 22:27:33 Step 15/23 : WORKDIR / 22:27:33 ---> 8b94f9714d83 22:27:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:27:33 ---> Running in 6b4a87403018 22:27:33 ---> 7385b7990234 22:27:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:27:33 ---> dfe8ee3e3266 22:27:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:27:34 Removing intermediate container 6b4a87403018 22:27:34 ---> 1ffc236248b2 22:27:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:35 ---> 4912b4a2dfac 22:27:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:27:35 ---> 2b5516950c2b 22:27:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:27:35 ---> d80433c28f35 22:27:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:27:35 ---> 520d19915f1d 22:27:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:27:35 ---> Running in e4d161ffca5e 22:27:35 Removing intermediate container e4d161ffca5e 22:27:35 ---> 83262f073d5d 22:27:35 Step 18/21 : CMD ["--init=true"] 22:27:36 ---> e061db5d88da 22:27:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:27:36 ---> Running in 5a650e4837e4 22:27:36 ---> ca8b3f98f4ea 22:27:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:27:36 ---> Running in f1e5f39e45c7 22:27:36 ---> 405b332955a9 22:27:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:27:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:27:36 Status: Downloaded newer image for docker:20.10.0 22:27:36 ---> aefe523efa57 22:27:36 Step 12/26 : RUN apk add --no-cache bash 22:27:36 ---> Running in 3509b85220fe 22:27:36 Removing intermediate container 5a650e4837e4 22:27:36 ---> 1060a3f4721d 22:27:36 Step 19/21 : LABEL arch=x86_64 22:27:36 Removing intermediate container f1e5f39e45c7 22:27:36 ---> 3920fa51808a 22:27:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:27:36 ---> Running in f37c39ede246 22:27:37 ---> f49e205b55e7 22:27:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:27:37 ---> Running in 1e9eb5a4bbb0 22:27:37 ---> 09979ed82a17 22:27:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:27:37 ---> Running in 57b7a3a0aebb 22:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:38 Removing intermediate container f37c39ede246 22:27:38 ---> 37bbbe544440 22:27:38 Step 20/21 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:27:38 Removing intermediate container 1e9eb5a4bbb0 22:27:38 ---> ba558442d48a 22:27:38 Step 20/22 : LABEL arch=x86_64 22:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:38 ---> e119478475e3 22:27:38 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:38 Removing intermediate container 57b7a3a0aebb 22:27:38 ---> 09d041c4b398 22:27:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:27:38 ---> Running in f3c31127d9d9 22:27:38 ---> Running in 9ba709e45175 22:27:38 (1/2) Installing readline (8.0.4-r0) 22:27:38 (2/2) Installing bash (5.0.17-r0) 22:27:38 Executing bash-5.0.17-r0.post-install 22:27:38 ---> Running in c8273b9e7155 22:27:38 Executing busybox-1.31.1-r19.trigger 22:27:38 OK: 12 MiB in 22 packages 22:27:38 ---> Running in 1e1f2cd023ea 22:27:38 Removing intermediate container 9ba709e45175 22:27:38 ---> b39cccd47b66 22:27:38 Step 21/21 : LABEL version=0.0.0 22:27:38 Removing intermediate container f3c31127d9d9 22:27:38 ---> fc0f4f8039f3 22:27:38 Step 21/22 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:27:38 Removing intermediate container 1e1f2cd023ea 22:27:38 ---> aa41375173b9 22:27:38 Step 21/23 : LABEL arch=x86_64 22:27:38 ---> Running in 22ceb58db5fa 22:27:38 ---> Running in a8ccdc0d6db9 22:27:38 ---> Running in 1493bc41aee4 22:27:39 Removing intermediate container 22ceb58db5fa 22:27:39 ---> 793c0f0895ab 22:27:39 22:27:39 Removing intermediate container 1493bc41aee4 22:27:39 ---> bc1b365c7e73 22:27:39 Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:27:39 Removing intermediate container a8ccdc0d6db9 22:27:39 ---> 66f0103866c2 22:27:39 Step 22/22 : LABEL version=0.0.0 22:27:39 Successfully built 793c0f0895ab 22:27:39 Successfully tagged docker-security-proxy-setup-go:latest 22:27:39  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 22:27:39 Removing intermediate container 3509b85220fe 22:27:39 ---> 794c82d08880 22:27:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:27:39 ---> Running in 94cb846d3681 22:27:39 ---> Running in 2b384022b788 22:27:39 ---> Running in 6170c0225779 22:27:39 Removing intermediate container 2b384022b788 22:27:39 ---> 83481270d070 22:27:39 22:27:39 ? github.com/edgexfoundry/edgex-go [no test files] 22:27:39 Removing intermediate container 94cb846d3681 22:27:39 ---> a79dd01e6b9c 22:27:39 Step 23/23 : LABEL version=0.0.0 22:27:39 Removing intermediate container c8273b9e7155 22:27:39 ---> adec4e69f368 22:27:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:27:39 Removing intermediate container 6170c0225779 22:27:39 ---> f99280042e23 22:27:39 Step 14/26 : ENV APP_PORT=48090 22:27:39 Successfully built 83481270d070 22:27:40 Successfully tagged docker-support-notifications-go:latest 22:27:40  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 22:27:40 ---> Running in 9f15adf5aef1 22:27:40 ---> Running in f388292ff9d8 22:27:42 ---> Running in 11be28e5d6af 22:27:45 Removing intermediate container 9f15adf5aef1 22:27:45 ---> df94d3c6aaab 22:27:45 22:27:45 Removing intermediate container f388292ff9d8 22:27:45 ---> b298a34d2365 22:27:45 Step 22/24 : LABEL arch=x86_64 22:27:45 Successfully built df94d3c6aaab 22:27:45 Successfully tagged docker-core-metadata-go:latest 22:27:45  Building docker-core-metadata-go ... done Building docker-core-command-go 22:27:46 Removing intermediate container 11be28e5d6af 22:27:46 ---> 660988ee6832 22:27:46 Step 15/26 : EXPOSE $APP_PORT 22:27:47 ---> Running in 097700d3bda4 22:27:48 ---> Running in fbe086ac6f34 22:27:51 Removing intermediate container 097700d3bda4 22:27:51 ---> 9d14066a7df6 22:27:51 Step 23/24 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:27:56 Removing intermediate container fbe086ac6f34 22:27:56 ---> 9b6b6a4c11bd 22:27:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:27:56 ---> Running in 6d0bf57b8ff2 22:27:58 Removing intermediate container 6d0bf57b8ff2 22:27:58 ---> 6ab9ab39843e 22:27:58 Step 24/24 : LABEL version=0.0.0 22:27:58 ---> 607873cd4c95 22:27:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:27:59 ---> Running in 1453daf4b93e 22:27:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:27:59 ---> c7e1ad123e81 22:27:59 Step 3/23 : WORKDIR /edgex-go 22:28:00 ---> Using cache 22:28:00 ---> c39824bcc895 22:28:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:00 ---> Using cache 22:28:00 ---> f2128680c87d 22:28:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:28:01 ---> 01644e8510af 22:28:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:28:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:28:02 ---> c7e1ad123e81 22:28:02 Step 3/22 : WORKDIR /edgex-go 22:28:02 ---> Using cache 22:28:02 ---> c39824bcc895 22:28:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:02 ---> Using cache 22:28:02 ---> f2128680c87d 22:28:02 Step 5/22 : RUN apk add --update --no-cache make git 22:28:02 ---> Using cache 22:28:02 ---> 6d8b49014026 22:28:02 Step 6/22 : COPY go.mod . 22:28:02 ---> Using cache 22:28:02 ---> 36364839abf1 22:28:02 Step 7/22 : RUN go mod download 22:28:02 ---> Using cache 22:28:02 ---> 4d02948b285d 22:28:02 Step 8/22 : COPY . . 22:28:02 ---> Using cache 22:28:02 ---> c36e6fb784f3 22:28:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:28:02 Removing intermediate container 1453daf4b93e 22:28:02 ---> b48f56642dfb 22:28:02 22:28:02 ---> Running in bd3d263eb5ab 22:28:03 Successfully built b48f56642dfb 22:28:03 Successfully tagged docker-security-secretstore-setup-go:latest 22:28:03  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 22:28:03 ---> Running in 1834fee47fa2 22:28:03 ---> fb3a5fd90b94 22:28:03 Step 19/26 : RUN apk --no-cache add py3-pip 22:28:05 ---> Running in 1542b7a6b5c5 22:28:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:06 OK: 233 MiB in 51 packages 22:28:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:07 ---> c7e1ad123e81 22:28:07 Step 3/23 : WORKDIR /edgex-go 22:28:07 ---> Using cache 22:28:07 ---> c39824bcc895 22:28:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:07 ---> Using cache 22:28:07 ---> f2128680c87d 22:28:07 Step 5/23 : RUN apk add --update --no-cache make git 22:28:07 ---> Using cache 22:28:07 ---> 6d8b49014026 22:28:07 Step 6/23 : COPY go.mod . 22:28:07 ---> Using cache 22:28:07 ---> 36364839abf1 22:28:07 Step 7/23 : RUN go mod download 22:28:07 ---> Using cache 22:28:07 ---> 4d02948b285d 22:28:07 Step 8/23 : COPY . . 22:28:07 ---> Using cache 22:28:07 ---> c36e6fb784f3 22:28:07 Step 9/23 : RUN make cmd/core-command/core-command 22:28:08 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:28:08 ---> Running in e275a51bcd5a 22:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:09 (1/33) Installing libbz2 (1.0.8-r1) 22:28:09 (2/33) Installing expat (2.2.9-r1) 22:28:09 (3/33) Installing libffi (3.3-r2) 22:28:09 (4/33) Installing gdbm (1.13-r1) 22:28:10 (5/33) Installing xz-libs (5.2.5-r0) 22:28:10 (6/33) Installing sqlite-libs (3.32.1-r0) 22:28:10 (7/33) Installing python3 (3.8.8-r0) 22:28:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:28:11 Removing intermediate container bd3d263eb5ab 22:28:11 ---> 40526f3c2e21 22:28:11 Step 6/23 : COPY go.mod . 22:28:11 (8/33) Installing py3-appdirs (1.4.4-r1) 22:28:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:28:12 (10/33) Installing py3-parsing (2.4.7-r0) 22:28:12 (11/33) Installing py3-six (1.15.0-r0) 22:28:12 (12/33) Installing py3-packaging (20.4-r0) 22:28:12 (13/33) Installing py3-setuptools (47.0.0-r0) 22:28:12 (14/33) Installing py3-chardet (3.0.4-r4) 22:28:13 (15/33) Installing py3-idna (2.9-r0) 22:28:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:28:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:28:14 ---> d3a30c05fa41 22:28:14 Step 7/23 : RUN go mod download 22:28:14 (18/33) Installing py3-requests (2.23.0-r0) 22:28:14 (19/33) Installing py3-msgpack (1.0.0-r0) 22:28:14 (20/33) Installing py3-lockfile (0.12.2-r3) 22:28:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:28:15 (22/33) Installing py3-colorama (0.4.3-r0) 22:28:15 (23/33) Installing py3-distlib (0.3.0-r0) 22:28:16 (24/33) Installing py3-distro (1.5.0-r1) 22:28:16 ---> Running in 8706c73498d0 22:28:16 (25/33) Installing py3-webencodings (0.5.1-r3) 22:28:16 (26/33) Installing py3-html5lib (1.0.1-r4) 22:28:16 (27/33) Installing py3-pytoml (0.1.21-r0) 22:28:16 (28/33) Installing py3-pep517 (0.8.2-r0) 22:28:16 (29/33) Installing py3-progress (1.5-r0) 22:28:16 (30/33) Installing py3-toml (0.10.1-r0) 22:28:16 (31/33) Installing py3-retrying (1.3.3-r0) 22:28:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:28:16 (33/33) Installing py3-pip (20.1.1-r0) 22:28:16 Executing busybox-1.31.1-r19.trigger 22:28:16 OK: 71 MiB in 55 packages 22:28:22 Removing intermediate container 8706c73498d0 22:28:22 ---> a538d15d6c1f 22:28:22 Step 8/23 : COPY . . 22:28:25 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:28:25 ---> c7e1ad123e81 22:28:25 Step 3/31 : WORKDIR /edgex-go 22:28:25 ---> Using cache 22:28:25 ---> c39824bcc895 22:28:25 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:25 ---> Using cache 22:28:25 ---> f2128680c87d 22:28:25 Step 5/31 : RUN apk add --update --no-cache make git 22:28:25 ---> Using cache 22:28:25 ---> 6d8b49014026 22:28:25 Step 6/31 : COPY go.mod . 22:28:25 ---> Using cache 22:28:25 ---> 36364839abf1 22:28:25 Step 7/31 : RUN go mod download 22:28:25 ---> Using cache 22:28:25 ---> 4d02948b285d 22:28:25 Step 8/31 : COPY . . 22:28:25 ---> Using cache 22:28:25 ---> c36e6fb784f3 22:28:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:28:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:28:28 ---> Running in d6eb75f3db91 22:28:31 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:28:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:28:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:28:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:28:42 Removing intermediate container 1542b7a6b5c5 22:28:42 ---> 59e6ed5f143c 22:28:42 Step 20/26 : RUN pip install docker-compose==1.23.2 22:28:42 ---> Running in 1905d230e2fd 22:28:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:28:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:28:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:28:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:28:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:28:48 ---> 40e7540c2f95 22:28:48 Step 9/23 : RUN make cmd/core-data/core-data 22:28:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:28:50 ---> Running in a4abb037530a 22:28:50 Removing intermediate container e275a51bcd5a 22:28:50 ---> 0676817ec42f 22:28:50 22:28:50 Step 10/23 : FROM alpine:3.12 22:28:50 ---> 88dd2752d2ea 22:28:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:28:50 ---> Using cache 22:28:50 ---> 99812f6d497b 22:28:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:28:50 ---> Using cache 22:28:50 ---> 82fe0034da0c 22:28:50 Step 13/23 : ENV APP_PORT=48082 22:28:50 Removing intermediate container 1834fee47fa2 22:28:50 ---> 6af85a288396 22:28:50 22:28:50 Step 10/22 : FROM alpine:3.12 22:28:50 ---> 88dd2752d2ea 22:28:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:28:50 ---> Using cache 22:28:50 ---> 99812f6d497b 22:28:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:28:50 ---> Using cache 22:28:50 ---> 82fe0034da0c 22:28:50 Step 13/22 : ENV APP_PORT=48085 22:28:50 Collecting docker-compose==1.23.2 22:28:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:28:50 ---> Running in e1c413e26adb 22:28:50 ---> Running in e03606bcb6e8 22:28:50 Collecting docker<4.0,>=3.6.0 22:28:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:28:51 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:28:51 Removing intermediate container e03606bcb6e8 22:28:51 ---> 9cbd5097e356 22:28:51 Step 14/22 : EXPOSE $APP_PORT 22:28:51 Removing intermediate container e1c413e26adb 22:28:51 ---> 1b34ee278a1c 22:28:51 Step 14/23 : EXPOSE $APP_PORT 22:28:51 Collecting PyYAML<4,>=3.10 22:28:51 Downloading PyYAML-3.13.tar.gz (270 kB) 22:28:51 ---> Running in b1e010102b91 22:28:51 ---> Running in f4f759594c02 22:28:53 Collecting docopt<0.7,>=0.6.1 22:28:53 Downloading docopt-0.6.2.tar.gz (25 kB) 22:28:53 Removing intermediate container b1e010102b91 22:28:53 ---> 85b7d538231d 22:28:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:53 Removing intermediate container f4f759594c02 22:28:53 ---> 5c484549f539 22:28:53 Step 15/23 : WORKDIR / 22:28:53 ---> Running in 3347489b494a 22:28:53 ---> 9c0fac868a34 22:28:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:28:54 Collecting cached-property<2,>=1.2.0 22:28:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:28:54 Removing intermediate container 3347489b494a 22:28:54 ---> e706e6d55e3d 22:28:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:54 Collecting jsonschema<3,>=2.5.1 22:28:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:28:54 Collecting dockerpty<0.5,>=0.4.1 22:28:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:28:55 Collecting texttable<0.10,>=0.9.0 22:28:55 Downloading texttable-0.9.1.tar.gz (11 kB) 22:28:55 ---> cec504daa918 22:28:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:28:56 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:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:28:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:28:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:28:56 ---> 3b116b911f3a 22:28:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:28:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:28:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:28:56 Removing intermediate container d6eb75f3db91 22:28:56 ---> aacfa1715a99 22:28:56 22:28:56 Step 10/31 : FROM alpine:3.12 22:28:56 ---> 88dd2752d2ea 22:28:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:28:57 ---> 169d45b2cbdd 22:28:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:28:57 Collecting websocket-client<1.0,>=0.32.0 22:28:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:28:57 ---> Running in 90a4370a7d92 22:28:57 Collecting docker-pycreds>=0.4.0 22:28:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:28:57 ---> 391339c81d21 22:28:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:28:57 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:57 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:57 ---> be19d2d918b5 22:28:57 Step 19/23 : ENTRYPOINT ["/core-command"] 22:28:57 Collecting urllib3<1.25,>=1.21.1 22:28:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:28:57 Removing intermediate container 90a4370a7d92 22:28:57 ---> d624d7944f5f 22:28:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:28:57 ---> Running in fcaa41154db6 22:28:58 ---> Running in 5c4223ab79a6 22:28:58 ---> Running in 58f9e306ba04 22:28:58 Collecting idna<2.8,>=2.5 22:28:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:28:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:28:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:28:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:28:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:28:58 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, cached-property, jsonschema, dockerpty, texttable, docker-compose 22:28:58 Removing intermediate container fcaa41154db6 22:28:58 ---> 905cec27f11a 22:28:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:58 Removing intermediate container 5c4223ab79a6 22:28:58 ---> d6e9ef189fb9 22:28:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:59 ---> Running in 4599c5b09878 22:28:59 ---> Running in 9e8cc58988ce 22:28:59 Attempting uninstall: urllib3 22:28:59 Found existing installation: urllib3 1.25.9 22:28:59 Uninstalling urllib3-1.25.9: 22:29:00 Successfully uninstalled urllib3-1.25.9 22:29:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:00 (1/2) Installing dumb-init (1.2.2-r1) 22:29:00 (2/2) Installing su-exec (0.2-r1) 22:29:00 Executing busybox-1.31.1-r19.trigger 22:29:00 OK: 6 MiB in 16 packages 22:29:01 Removing intermediate container 4599c5b09878 22:29:01 ---> 839af8dddd01 22:29:01 Step 20/22 : LABEL arch=x86_64 22:29:01 Removing intermediate container 9e8cc58988ce 22:29:01 ---> 2805934d4926 22:29:01 Step 21/23 : LABEL arch=x86_64 22:29:01 Attempting uninstall: idna 22:29:01 Found existing installation: idna 2.9 22:29:01 Uninstalling idna-2.9: 22:29:01 Successfully uninstalled idna-2.9 22:29:01 Attempting uninstall: requests 22:29:01 Found existing installation: requests 2.23.0 22:29:01 Uninstalling requests-2.23.0: 22:29:01 ---> Running in 2c5870c3886f 22:29:01 ---> Running in 2d29b42b463b 22:29:01 Successfully uninstalled requests-2.23.0 22:29:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.302s coverage: 45.9% of statements 22:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:29:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.133s coverage: 19.8% of statements 22:29:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.355s coverage: 100.0% of statements 22:29:02 Removing intermediate container 2c5870c3886f 22:29:02 ---> 3bb416a70208 22:29:02 Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:29:02 Removing intermediate container 2d29b42b463b 22:29:02 ---> 486a8b801379 22:29:02 Step 21/22 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:29:03 Running setup.py install for PyYAML: started 22:29:03 ---> Running in af74893bbe44 22:29:03 Removing intermediate container 58f9e306ba04 22:29:03 ---> ba51748a0d69 22:29:03 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:29:03 ---> Running in 68a38adaca45 22:29:03 ---> Running in 80ce609a7700 22:29:03 Running setup.py install for PyYAML: finished with status 'done' 22:29:03 Running setup.py install for docopt: started 22:29:03 Removing intermediate container af74893bbe44 22:29:03 ---> 3c2def33c152 22:29:03 Step 23/23 : LABEL version=0.0.0 22:29:04 Removing intermediate container 68a38adaca45 22:29:04 ---> 4860da9e1ca1 22:29:04 Step 22/22 : LABEL version=0.0.0 22:29:04 Running setup.py install for docopt: finished with status 'done' 22:29:04 ---> Running in ea3cc288fda1 22:29:04 Removing intermediate container 80ce609a7700 22:29:04 ---> e88a772734e9 22:29:04 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:29:04 ---> Running in 59ab615c430d 22:29:04 Running setup.py install for dockerpty: started 22:29:04 ---> Running in b7d15d2071f4 22:29:05 Removing intermediate container ea3cc288fda1 22:29:05 ---> 79ac3656556a 22:29:05 22:29:05 Removing intermediate container 59ab615c430d 22:29:05 ---> b8078cea4ffa 22:29:05 22:29:05 Running setup.py install for dockerpty: finished with status 'done' 22:29:05 Running setup.py install for texttable: started 22:29:05 Successfully built 79ac3656556a 22:29:05 Successfully built b8078cea4ffa 22:29:05 Successfully tagged docker-core-command-go:latest 22:29:05  Building docker-core-command-go ... done Successfully tagged docker-support-scheduler-go:latest 22:29:05  Building docker-support-scheduler-go ... done Removing intermediate container b7d15d2071f4 22:29:05 ---> 1d63f8f34268 22:29:05 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:29:05 ---> Running in 397381473df7 22:29:05 Running setup.py install for texttable: finished with status 'done' 22:29:06 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:29:08 Removing intermediate container 397381473df7 22:29:08 ---> eb13197cc793 22:29:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:29:08 ---> Running in 904c620dd7f7 22:29:09 Removing intermediate container 1905d230e2fd 22:29:09 ---> 2b5a014d7f3e 22:29:09 Step 21/26 : RUN apk --no-cache add curl 22:29:09 ---> Running in 8c4546aa5c56 22:29:09 Removing intermediate container 904c620dd7f7 22:29:09 ---> 376e9af7888c 22:29:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:29:09 ---> 410cb14dcf11 22:29:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:29:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:10 ---> Running in 7abf308e5fcd 22:29:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:29:10 (2/3) Installing libcurl (7.69.1-r3) 22:29:10 (3/3) Installing curl (7.69.1-r3) 22:29:10 Executing busybox-1.31.1-r19.trigger 22:29:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.583s coverage: 27.1% of statements 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:29:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:29:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:29:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 71.3% of statements 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:29:11 OK: 72 MiB in 58 packages 22:29:12 Removing intermediate container 8c4546aa5c56 22:29:12 ---> 3cb12fd6f5cd 22:29:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.430s coverage: 82.9% of statements 22:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements 22:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:29:12 ---> Running in 6d26f17bf7be 22:29:12 Removing intermediate container 7abf308e5fcd 22:29:12 ---> 5402b8c433bb 22:29:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:12 Removing intermediate container 6d26f17bf7be 22:29:12 ---> 346968e702ea 22:29:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:12 ---> Running in 3887120172e9 22:29:13 Removing intermediate container 3887120172e9 22:29:13 ---> 82fe34905880 22:29:13 Step 24/26 : LABEL arch=x86_64 22:29:13 ---> a1ff38ed858c 22:29:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:29:13 ---> Running in 495af1ea9cd2 22:29:13 Removing intermediate container 495af1ea9cd2 22:29:13 ---> 73360425feec 22:29:13 Step 25/26 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:29:13 ---> Running in 6f07cd3d269c 22:29:15 ---> 87470b9da0d9 22:29:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:29:15 Removing intermediate container 6f07cd3d269c 22:29:15 ---> ab3f801b0006 22:29:15 Step 26/26 : LABEL version=0.0.0 22:29:15 Removing intermediate container a4abb037530a 22:29:15 ---> 56ec997086e0 22:29:15 22:29:15 Step 10/23 : FROM alpine:3.12 22:29:15 ---> 88dd2752d2ea 22:29:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:29:15 ---> Running in 5b18ce6284e2 22:29:15 ---> Running in f8c6c66e86d4 22:29:15 ---> c68c906ceb40 22:29:15 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:29:15 Removing intermediate container 5b18ce6284e2 22:29:15 ---> f125c176169e 22:29:15 22:29:15 Removing intermediate container f8c6c66e86d4 22:29:15 ---> 7bcc628cdaf2 22:29:15 Step 12/23 : ENV APP_PORT=48080 22:29:16 Successfully built f125c176169e 22:29:16 ---> Running in 465d373a3490 22:29:16 Successfully tagged docker-sys-mgmt-agent-go:latest 22:29:16  Building docker-sys-mgmt-agent-go ... done  ---> ed800bee3564 22:29:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:29:16 Removing intermediate container 465d373a3490 22:29:16 ---> f3b4c9f5d356 22:29:16 Step 13/23 : EXPOSE $APP_PORT 22:29:16 ---> Running in d91d7b5e0418 22:29:16 ---> 531360055e11 22:29:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:29:16 ---> Running in b1c5d2d42ce6 22:29:16 Removing intermediate container d91d7b5e0418 22:29:16 ---> 4556e06e3b5f 22:29:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:16 ---> Running in 430757ca3f87 22:29:16 Removing intermediate container b1c5d2d42ce6 22:29:16 ---> 34f6a7b81a81 22:29:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:29:17 ---> b429b7cd73f0 22:29:17 Step 26/31 : RUN chmod +x /entrypoint.sh 22:29:17 ---> Running in 4cdf1926baac 22:29:17 Removing intermediate container 430757ca3f87 22:29:17 ---> 8f5f79dacf25 22:29:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:29:17 ---> Running in e92992e3c8f6 22:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:18 Removing intermediate container 4cdf1926baac 22:29:18 ---> 255aad7fb011 22:29:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:29:18 ---> Running in 98f687d94244 22:29:18 Removing intermediate container 98f687d94244 22:29:18 ---> 34ffac6b7a31 22:29:18 Step 28/31 : CMD ["gate"] 22:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:18 ---> Running in 00422ca8798c 22:29:19 Removing intermediate container 00422ca8798c 22:29:19 ---> aece5b8cf530 22:29:19 Step 29/31 : LABEL arch=x86_64 22:29:19 ---> Running in aca7a0d9b4dd 22:29:19 (1/6) Installing dumb-init (1.2.2-r1) 22:29:19 (2/6) Installing libgcc (9.3.0-r2) 22:29:19 Removing intermediate container aca7a0d9b4dd 22:29:19 ---> 5ae9508ad612 22:29:19 Step 30/31 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:29:19 (3/6) Installing libsodium (1.0.18-r0) 22:29:19 (4/6) Installing libstdc++ (9.3.0-r2) 22:29:19 (5/6) Installing libzmq (4.3.3-r0) 22:29:20 (6/6) Installing zeromq (4.3.3-r0) 22:29:20 Executing busybox-1.31.1-r19.trigger 22:29:20 OK: 8 MiB in 20 packages 22:29:20 ---> Running in a3d383c18d10 22:29:20 Removing intermediate container a3d383c18d10 22:29:20 ---> 4ec1d10210eb 22:29:20 Step 31/31 : LABEL version=0.0.0 22:29:20 ---> Running in 4bd028af25cc 22:29:20 Removing intermediate container e92992e3c8f6 22:29:20 ---> 4cc6f576421e 22:29:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:20 Removing intermediate container 4bd028af25cc 22:29:20 ---> 8bcd33954291 22:29:20 22:29:21 Successfully built 8bcd33954291 22:29:21 Successfully tagged docker-security-bootstrapper-go:latest 22:29:21  Building docker-security-bootstrapper-go ... done  ---> 0f21adc0411d 22:29:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:29:21 ---> ac557ecee2d7 22:29:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:29:22 ---> 287ba497ed3b 22:29:22 Step 19/23 : ENTRYPOINT ["/core-data"] 22:29:22 ---> Running in e3fdfc4b7a3c 22:29:22 Removing intermediate container e3fdfc4b7a3c 22:29:22 ---> e582830ae5d3 22:29:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:22 ---> Running in cf2083897b0e 22:29:22 Removing intermediate container cf2083897b0e 22:29:22 ---> 11963b370c29 22:29:22 Step 21/23 : LABEL arch=x86_64 22:29:22 ---> Running in 6a7208b3768b 22:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.344s coverage: 86.7% of statements 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.200s coverage: 78.3% of statements 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:29:22 Removing intermediate container 6a7208b3768b 22:29:22 ---> 4f3402687fca 22:29:22 Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:29:22 ---> Running in 3cbe3684d1c9 22:29:23 Removing intermediate container 3cbe3684d1c9 22:29:23 ---> 7bd8acb3a9c2 22:29:23 Step 23/23 : LABEL version=0.0.0 22:29:23 ---> Running in c89227ddb556 22:29:23 Removing intermediate container c89227ddb556 22:29:23 ---> b47c7bdb5259 22:29:23 22:29:23 Successfully built b47c7bdb5259 22:29:23 Successfully tagged docker-core-data-go:latest 22:29:24  Building docker-core-data-go ... done  [Pipeline] } 22:29:24 $ docker stop --time=1 d86804f4e581a77933c6e418d7058e7144166f6111f66acde99d544c71a61683 22:29:25 $ docker rm -f d86804f4e581a77933c6e418d7058e7144166f6111f66acde99d544c71a61683 [Pipeline] // withDockerContainer [Pipeline] sh 22:29:26 + docker images 22:29:26 + grep docker 22:29:26 docker-core-data-go latest b47c7bdb5259 3 seconds ago 22.6MB 22:29:26 docker-security-bootstrapper-go latest 8bcd33954291 6 seconds ago 18.8MB 22:29:26 docker-sys-mgmt-agent-go latest f125c176169e 11 seconds ago 313MB 22:29:26 docker-core-command-go latest 79ac3656556a 22 seconds ago 17.3MB 22:29:26 docker-support-scheduler-go latest b8078cea4ffa 22 seconds ago 17.3MB 22:29:26 docker-security-secretstore-setup-go latest b48f56642dfb About a minute ago 24.9MB 22:29:26 docker-core-metadata-go latest df94d3c6aaab About a minute ago 19.1MB 22:29:26 docker-support-notifications-go latest 83481270d070 About a minute ago 17.9MB 22:29:26 docker-security-proxy-setup-go latest 793c0f0895ab About a minute ago 24.7MB 22:29:26 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:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:29:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:29:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.140s coverage: 47.1% of statements 22:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements 22:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements 22:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 22:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 22:29:42 Still waiting to schedule task 22:29:42 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:29:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.105s coverage: 94.4% of statements 22:29:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 22:29:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.296s coverage: 81.7% of statements 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 77.8% of statements 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.6% of statements 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.6% of statements 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 64.4% of statements 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 91.3% of statements 22:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 22:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 22:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 22:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.781s coverage: 69.0% of statements 22:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:30:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.390s coverage: 38.4% of statements 22:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:30:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements 22:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:30:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.150s coverage: 84.8% of statements 22:30:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.408s coverage: 47.0% of statements 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:30:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:30:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:30:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.410s coverage: 87.1% of statements 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:30:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:30:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.290s coverage: 29.1% of statements 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:30:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:30:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:30:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.228s coverage: 96.5% of statements 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:30:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:30:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:30:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:30:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:30:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 22:30:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 22:30:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 22:30:20 GO111MODULE=on go vet ./... 22:30:33 Running on prd-ubuntu18.04-docker-8c-8g-30954 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 22:30:33 Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout 22:30:35 using credential edgex-jenkins-ssh 22:30:35 Cloning the remote Git repository 22:30:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:30:35 > git init /w/workspace/edgex-go/25 # timeout=10 22:30:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:30:35 > git --version # timeout=10 22:30:35 > git --version # 'git version 2.17.1' 22:30:35 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:30:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:30:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:30:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:30:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:30:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:30:47 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:30:47 Merge succeeded, producing b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:30:47 Checking out Revision b750d2d7a2dc3ccf6a691e356026d256cb22a430 (PR-3234) 22:30:46 > git config core.sparsecheckout # timeout=10 22:30:46 > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 22:30:46 > git remote # timeout=10 22:30:46 > git config --get remote.origin.url # timeout=10 22:30:46 using GIT_SSH to set credentials SSH Credentials for GitHub 22:30:46 > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 22:30:46 > git rev-parse HEAD^{commit} # timeout=10 22:30:46 > git config core.sparsecheckout # timeout=10 22:30:46 > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 22:30:50 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:30:51 + echo snap-build.sh 22:30:51 snap-build.sh 22:30:51 + SNAP_BASE_DIR=. 22:30:51 + '[' '!' -z /w/workspace/edgex-go/25 ']' 22:30:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/25 22:30:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/25]' 22:30:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/25] 22:30:51 + cd /w/workspace/edgex-go/25 22:30:51 + sudo apt-get remove -qy --purge lxd lxd-client 22:30:51 Reading package lists... 22:30:51 Building dependency tree... 22:30:51 Reading state information... 22:30:52 The following packages were automatically installed and are no longer required: 22:30:52 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:30:52 uidmap xdelta3 22:30:52 Use 'sudo apt autoremove' to remove them. 22:30:52 The following packages will be REMOVED: 22:30:52 lxd* lxd-client* 22:30:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:30:52 After this operation, 31.7 MB disk space will be freed. 22:30:53 (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:30:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:30:54 Removing lxd dnsmasq configuration 22:30:54 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:30:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:30:55 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:30:56 (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:30:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:30:57 Processing triggers for systemd (237-3ubuntu10.42) ... 22:30:57 Processing triggers for ureadahead (0.100.0-21) ... 22:30:58 + sudo snap remove --purge lxd 22:30:58 snap "lxd" is not installed 22:30:58 + sudo groupadd --force --system lxd 22:30:58 ++ whoami 22:30:58 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:30:58 + newgrp - lxd 22:30:58 + sudo snap install lxd 22:31:07 2021-03-22T22:31:05Z INFO Waiting for automatic snapd restart... 22:31:22 lxd 4.12 from Canonical* installed 22:31:22 + sudo lxd init --auto 22:31:32 + sudo snap install --classic snapcraft 22:31:35 snapcraft 4.5.4 from Canonical* installed 22:31:35 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:31:35 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:31:35 % Total % Received % Xferd Average Speed Time Time Time Current 22:31:35 Dload Upload Total Spent Left Speed 22:31:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 22:31:35 29 3325k 29 993k 0 0 3562k 0 --:--:-- --:--:-- --:--:-- 3562k 100 3325k 100 3325k 0 0 8704k 0 --:--:-- --:--:-- --:--:-- 22.3M 22:31:35 ./yq_linux_amd64 22:31:35 + sudo snapcraft prime --use-lxd 22:31:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:31:37 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:31:37 - README.md 22:31:37 22:31:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:31:38 Launching a container. 22:31:42 gofmt -l . 22:31:42 [ "`gofmt -l .`" = "" ] 22:31:42 ./bin/test-go-mod-tidy.sh 22:31:42 ./bin/test-attribution-txt.sh [Pipeline] sh 22:31:43 + ls -al . 22:31:43 total 800 22:31:43 drwxrwxr-x 9 1001 1001 4096 Mar 22 22:31 . 22:31:43 drwxr-xr-x 4 root root 4096 Mar 22 22:27 .. 22:31:43 -rw-rw-r-- 1 1001 1001 11 Mar 22 22:25 .dockerignore 22:31:43 drwxrwxr-x 8 1001 1001 4096 Mar 22 22:25 .git 22:31:43 drwxrwxr-x 3 1001 1001 4096 Mar 22 22:25 .github 22:31:43 -rw-rw-r-- 1 1001 1001 818 Mar 22 22:25 .gitignore 22:31:43 -rw-rw-r-- 1 1001 1001 166 Mar 22 22:25 .sonarcloud.properties 22:31:43 -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:25 Attribution.txt 22:31:43 -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:25 CONTRIBUTING.md 22:31:43 -rw-rw-r-- 1 1001 1001 931 Mar 22 22:25 Dockerfile.build 22:31:43 -rw-rw-r-- 1 1001 1001 863 Mar 22 22:25 Jenkinsfile 22:31:43 -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:25 LICENSE 22:31:43 -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:25 Makefile 22:31:43 -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:25 README.md 22:31:43 -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:25 SECURITY.md 22:31:43 -rw-rw-r-- 1 1001 1001 5 Mar 22 22:21 VERSION 22:31:43 -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:25 ZMQWindows.md 22:31:43 drwxrwxr-x 2 1001 1001 4096 Mar 22 22:25 bin 22:31:43 drwxrwxr-x 14 1001 1001 4096 Mar 22 22:25 cmd 22:31:43 -rw-r--r-- 1 root root 659965 Mar 22 22:30 coverage.out 22:31:43 -rw-r--r-- 1 root root 1056 Mar 22 22:31 go.mod 22:31:43 -rw-r--r-- 1 root root 22327 Mar 22 22:31 go.sum 22:31:43 drwxrwxr-x 8 1001 1001 4096 Mar 22 22:25 internal 22:31:43 drwxrwxr-x 4 1001 1001 4096 Mar 22 22:25 openapi 22:31:43 drwxrwxr-x 4 1001 1001 4096 Mar 22 22:25 snap 22:31:43 -rw-rw-r-- 1 1001 1001 168 Mar 22 22:25 version.go [Pipeline] sh 22:31:44 + '[' -e coverage.out ] 22:31:44 + chown 1001:1001 coverage.out [Pipeline] stash 22:31:44 Warning: overwriting stash ‘coverage-report’ 22:31:45 Stashed 1 file(s) [Pipeline] sh 22:31:46 + make build 22:31:46 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:31:50 Waiting for container to be ready 22:31:50 To start your first instance, try: lxc launch ubuntu:18.04 22:31:50 22:31:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:31:53 Waiting for network to be ready... 22:31:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:31:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 22:31:53 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:31:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 22:31:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:31:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:31:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 22:31:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 22:31:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 22:31:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:31:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:31:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:31:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:31:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:31:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:31:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:31:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:31:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:31:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:31:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 22:31:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 22:31:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:31:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:31:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 22:31:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 22:31:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 22:31:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:31:56 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:31:57 Fetched 24.1 MB in 4s (6151 kB/s) 22:31:58 Reading package lists... 22:31:58 Reading package lists... 22:31:58 Building dependency tree... 22:31:58 Reading state information... 22:31:58 The following additional packages will be installed: 22:31:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:31:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:31:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:31:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:31:58 Suggested packages: 22:31:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:31:58 Recommended packages: 22:31:58 gnupg libsasl2-modules 22:31:58 The following NEW packages will be installed: 22:31:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:31:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:31:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:31:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:31:58 The following packages will be upgraded: 22:31:58 gpg gpg-agent gpgconf libudev1 22:31:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:31:59 Need to get 3530 kB of archives. 22:31:59 After this operation, 13.3 MB of additional disk space will be used. 22:31:59 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:31:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 22:31:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:31:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:31:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:31:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 22:31:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:31:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:31:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:31:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:31:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:31:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:31:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:31:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:31:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:31:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:31:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:31:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:31:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:31:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:31:59 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:31:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:31:59 debconf: delaying package configuration, since apt-utils is not installed 22:32:00 Fetched 3530 kB in 1s (3083 kB/s) 22:32:00 (Reading database ... 12511 files and directories currently installed.) 22:32:00 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 22:32:00 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:32:00 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 22:32:00 Selecting previously unselected package udev. 22:32:00 (Reading database ... 12511 files and directories currently installed.) 22:32:00 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 22:32:00 Unpacking udev (237-3ubuntu10.45) ... 22:32:00 Selecting previously unselected package libfuse2:amd64. 22:32:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:32:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:32:00 Selecting previously unselected package fuse. 22:32:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:32:00 Unpacking fuse (2.9.7-1ubuntu1) ... 22:32:00 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:32:00 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:32:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:32:01 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:32:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:32:01 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:32:01 Selecting previously unselected package libksba8:amd64. 22:32:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:32:01 Unpacking libksba8:amd64 (1.3.5-2) ... 22:32:01 Selecting previously unselected package libroken18-heimdal:amd64. 22:32:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:32:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:32:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:32:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:01 Selecting previously unselected package libwind0-heimdal:amd64. 22:32:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:01 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:32:01 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:01 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:32:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:32:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:32:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:32:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:02 Selecting previously unselected package libsasl2-modules-db:amd64. 22:32:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:32:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:32:02 Selecting previously unselected package libsasl2-2:amd64. 22:32:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:32:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:32:02 Selecting previously unselected package libldap-common. 22:32:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:32:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:32:02 Selecting previously unselected package libldap-2.4-2:amd64. 22:32:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:32:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:32:02 Selecting previously unselected package dirmngr. 22:32:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:32:02 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:32:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:32:02 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:32:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:32:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:32:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:32:03 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:32:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Setting up libksba8:amd64 (1.3.5-2) ... 22:32:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:32:03 Setting up udev (237-3ubuntu10.45) ... 22:32:03 invoke-rc.d: policy-rc.d denied execution of start. 22:32:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Processing triggers for systemd (237-3ubuntu10) ... 22:32:03 Setting up fuse (2.9.7-1ubuntu1) ... 22:32:03 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:32:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:32:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:32:04 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:32:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:32:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:32:04 settings in the [Install] section, and DefaultInstance for template units). 22:32:04 This means they are not meant to be enabled using systemctl. 22:32:04 Possible reasons for having this kind of units are: 22:32:04 1) A unit may be statically enabled by being symlinked from another unit's 22:32:04 .wants/ or .requires/ directory. 22:32:04 2) A unit's purpose may be to act as a helper for some other unit which has 22:32:04 a requirement dependency on it. 22:32:04 3) A unit may be started when needed via activation (socket, path, timer, 22:32:04 D-Bus, udev, scripted systemctl call, ...). 22:32:04 4) In case of template units, the unit is meant to be enabled with some 22:32:04 instance name specified. 22:32:04 Reading package lists... 22:32:04 Building dependency tree... 22:32:04 Reading state information... 22:32:05 The following additional packages will be installed: 22:32:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:32:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:32:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:32:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:32:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:32:05 Suggested packages: 22:32:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:32:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:32:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:32:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:32:05 systemd-container policykit-1 22:32:05 Recommended packages: 22:32:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:32:05 The following NEW packages will be installed: 22:32:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:32:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:32:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:32:05 multiarch-support openssh-client python3 python3-minimal python3.6 22:32:05 python3.6-minimal snapd squashfs-tools sudo 22:32:05 The following packages will be upgraded: 22:32:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:32:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:32:05 Need to get 35.2 MB of archives. 22:32:05 After this operation, 141 MB of additional disk space will be used. 22:32:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:32:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:32:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 22:32:05 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:32:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:32:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:32:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:32:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:32:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:32:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:32:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:32:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:32:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:32:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:32:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:32:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:32:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:32:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:32:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:32:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 22:32:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:32:06 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:32:06 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:32:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:32:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:32:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:32:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:32:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:32:06 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:32:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:32:06 debconf: delaying package configuration, since apt-utils is not installed 22:32:06 Fetched 35.2 MB in 1s (26.3 MB/s) 22:32:06 (Reading database ... 12757 files and directories currently installed.) 22:32:06 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 22:32:06 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:32:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 22:32:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:32:07 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 22:32:07 (Reading database ... 12757 files and directories currently installed.) 22:32:07 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:32:07 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:32:07 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:32:07 (Reading database ... 12757 files and directories currently installed.) 22:32:07 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:32:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:32:08 Setting up apt (1.6.12ubuntu0.2) ... 22:32:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:32:08 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:32:08 (Reading database ... 12764 files and directories currently installed.) 22:32:08 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:32:08 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:32:09 Selecting previously unselected package libpython3.6-minimal:amd64. 22:32:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:32:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:32:09 Selecting previously unselected package libexpat1:amd64. 22:32:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:32:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:32:09 Selecting previously unselected package python3.6-minimal. 22:32:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:32:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:32:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 22:32:11 Checking for services that may need to be restarted...done. 22:32:11 Checking for services that may need to be restarted...done. 22:32:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:32:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:32:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:32:11 Selecting previously unselected package python3-minimal. 22:32:11 (Reading database ... 13012 files and directories currently installed.) 22:32:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:32:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:32:11 Selecting previously unselected package mime-support. 22:32:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:32:11 Unpacking mime-support (3.60ubuntu1) ... 22:32:11 Selecting previously unselected package libmpdec2:amd64. 22:32:11 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:32:11 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:32:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:32:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:32:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:32:12 Selecting previously unselected package python3.6. 22:32:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:32:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:32:12 Selecting previously unselected package libpython3-stdlib:amd64. 22:32:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:32:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:32:12 Setting up python3-minimal (3.6.7-1~18.04) ... 22:32:12 Selecting previously unselected package python3. 22:32:12 (Reading database ... 13442 files and directories currently installed.) 22:32:12 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:32:12 Unpacking python3 (3.6.7-1~18.04) ... 22:32:12 Selecting previously unselected package multiarch-support. 22:32:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:32:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:32:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:32:12 Selecting previously unselected package liblzo2-2:amd64. 22:32:12 (Reading database ... 13479 files and directories currently installed.) 22:32:12 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:32:12 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:32:13 Selecting previously unselected package libbsd0:amd64. 22:32:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:32:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:32:13 Selecting previously unselected package sudo. 22:32:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:32:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:32:13 Selecting previously unselected package apparmor. 22:32:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:32:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:32:13 Selecting previously unselected package libedit2:amd64. 22:32:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:32:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:32:13 Selecting previously unselected package libkrb5support0:amd64. 22:32:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:32:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:32:13 Selecting previously unselected package libk5crypto3:amd64. 22:32:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:32:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:32:13 Selecting previously unselected package libkeyutils1:amd64. 22:32:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:32:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:32:13 Selecting previously unselected package libkrb5-3:amd64. 22:32:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:32:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:32:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:32:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:32:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:32:13 Selecting previously unselected package libssl1.0.0:amd64. 22:32:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:32:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:32:14 Selecting previously unselected package openssh-client. 22:32:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:32:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:32:14 Selecting previously unselected package squashfs-tools. 22:32:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:32:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:32:14 Selecting previously unselected package snapd. 22:32:14 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:32:14 Unpacking snapd (2.48.3+18.04) ... 22:32:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:32:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:32:16 Setting up mime-support (3.60ubuntu1) ... 22:32:16 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:32:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:32:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:32:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:32:16 Setting up systemd (237-3ubuntu10.45) ... 22:32:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:32:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:32:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:32:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:32:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:32:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:32:17 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:32:18 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:32:18 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:32:18 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:32:18 Setting up python3 (3.6.7-1~18.04) ... 22:32:18 running python rtupdate hooks for python3.6... 22:32:18 running python post-rtupdate hooks for python3.6... 22:32:18 Setting up apparmor (2.12-4ubuntu5.1) ... 22:32: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:32:19 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:32:19 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:32:19 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:32:19 Setting up snapd (2.48.3+18.04) ... 22:32:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:32:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:32:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:32:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:32:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:32:20 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:32:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:32:21 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:32:21 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:32:21 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:32:21 /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:32:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:32:21 Processing triggers for systemd (237-3ubuntu10.45) ... 22:32:22 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 22:32:22 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:32:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:32:24 Reading package lists... 22:32:24 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:32:24 Reading package lists... 22:32:24 Building dependency tree... 22:32:24 Reading state information... 22:32:24 Calculating upgrade... 22:32:24 The following packages will be upgraded: 22:32:24 advancecomp base-files bash binutils binutils-common 22:32:24 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:32:24 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:32:24 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:32:24 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:32:24 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:32:24 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:32:24 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:32:24 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:32:24 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:32:24 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:32:24 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:32:24 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:32:24 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:32:24 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:32:24 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:32:24 Need to get 63.8 MB of archives. 22:32:24 After this operation, 5207 kB of additional disk space will be used. 22:32:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 22:32:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:32:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:32:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:32:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:32:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:32:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:32:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:32:24 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:32:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:32:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:32:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:32:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:32:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:32:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:32:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:32:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:32:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:32:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:32:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:32:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:32:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:32:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:32:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:32:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:32:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:32:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:32:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:32:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:32:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:32:25 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:32:25 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:32:25 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:32:25 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:32:25 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:32:25 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:32:25 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:32:25 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:32:25 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:32:25 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 22:32:25 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:32:25 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:32:25 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:32:25 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:32:25 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:32:25 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:32:25 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:32:25 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:32:25 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:32:25 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:32:25 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:32:25 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:32:25 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:32:25 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:32:25 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:32:25 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:32:25 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:32:25 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:32:25 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:32:25 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:32:25 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:32:25 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:32:25 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:32:25 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:32:25 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:32:25 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:32:26 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:32:26 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:32:26 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:32:26 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:32:26 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:32:26 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:32:26 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:32:26 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:32:26 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:32:26 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:32:26 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:32:26 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:32:26 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:32:26 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:32:26 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:32:26 Get:82 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:32:26 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:32:26 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 22:32:26 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:32:26 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:32:26 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:32:26 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:32:26 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:32:26 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:32:26 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:32:26 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:32:26 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:32:26 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:32:26 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:32:26 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:32:26 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:32:26 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:32:26 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:32:26 debconf: delaying package configuration, since apt-utils is not installed 22:32:26 Fetched 63.8 MB in 2s (29.8 MB/s) 22:32:26 (Reading database ... 13912 files and directories currently installed.) 22:32:26 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:32:26 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:32:27 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:32:27 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:32:27 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 22:32:27 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 22:32:28 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:28 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:28 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:28 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:28 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:29 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:29 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:29 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:29 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:29 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:29 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:29 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:29 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:29 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:30 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:32:30 (Reading database ... 13911 files and directories currently installed.) 22:32:30 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:30 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:32:30 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:32:30 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:32:30 (Reading database ... 13911 files and directories currently installed.) 22:32:30 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:31 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:32:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:31 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:31 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:31 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:32:31 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:32:31 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:32:31 (Reading database ... 13911 files and directories currently installed.) 22:32:31 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:32:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:32:32 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:32:32 (Reading database ... 13911 files and directories currently installed.) 22:32:32 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:32:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:32:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:32:32 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:32:33 Setting up base-files (10.1ubuntu2.10) ... 22:32:33 Installing new version of config file /etc/issue ... 22:32:33 Installing new version of config file /etc/issue.net ... 22:32:33 Installing new version of config file /etc/lsb-release ... 22:32:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:32:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:32:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:32:33 Removing obsolete conffile /etc/default/motd-news ... 22:32:33 (Reading database ... 13912 files and directories currently installed.) 22:32:33 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:32:33 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:32:33 Setting up bash (4.4.18-2ubuntu1.2) ... 22:32:33 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:32:33 (Reading database ... 13912 files and directories currently installed.) 22:32:33 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:33 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:32:33 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:32:34 (Reading database ... 13912 files and directories currently installed.) 22:32:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:32:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:32:34 Setting up tar (1.29b-2ubuntu0.2) ... 22:32:34 (Reading database ... 13912 files and directories currently installed.) 22:32:34 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:32:34 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:32:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:32:35 (Reading database ... 13912 files and directories currently installed.) 22:32:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:32:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:32:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:32:35 (Reading database ... 13912 files and directories currently installed.) 22:32:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:32:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:32:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:32:35 (Reading database ... 13912 files and directories currently installed.) 22:32:35 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:32:35 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:32:35 Setting up grep (3.1-2build1) ... 22:32:36 (Reading database ... 13912 files and directories currently installed.) 22:32:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:32:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:32:36 Setting up login (1:4.5-1ubuntu2) ... 22:32:36 (Reading database ... 13912 files and directories currently installed.) 22:32:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:32:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:32:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:32:36 (Reading database ... 13912 files and directories currently installed.) 22:32:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:32:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:32:36 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:32:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:32:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:32:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:32:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:32:37 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:32:37 (Reading database ... 13912 files and directories currently installed.) 22:32:37 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:32:37 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:32:38 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:32:38 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:32:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:32:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:32:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:32:39 (Reading database ... 13912 files and directories currently installed.) 22:32:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:32:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:32:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:32:39 (Reading database ... 13912 files and directories currently installed.) 22:32:39 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:39 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:32:39 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:32:39 (Reading database ... 13912 files and directories currently installed.) 22:32:39 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:39 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:32:39 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:32:39 (Reading database ... 13912 files and directories currently installed.) 22:32:39 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:32:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:32:40 (Reading database ... 13912 files and directories currently installed.) 22:32:40 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:32:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:32:40 (Reading database ... 13912 files and directories currently installed.) 22:32:40 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:32:40 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:32:40 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:32:40 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:32:40 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:32:40 (Reading database ... 13912 files and directories currently installed.) 22:32:40 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:32:40 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:32:40 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:32:41 (Reading database ... 13912 files and directories currently installed.) 22:32:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:32:41 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:32:41 (Reading database ... 13912 files and directories currently installed.) 22:32:41 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:32:41 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:32:41 (Reading database ... 13912 files and directories currently installed.) 22:32:41 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:41 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:32:41 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:32:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:32:42 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:32:42 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:32:42 (Reading database ... 13912 files and directories currently installed.) 22:32:42 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:32:42 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:32:42 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:32:42 (Reading database ... 13912 files and directories currently installed.) 22:32:42 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:32:42 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:32:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:32:43 (Reading database ... 13914 files and directories currently installed.) 22:32:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:32:43 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:32:43 Setting up debconf (1.5.66ubuntu1) ... 22:32:43 (Reading database ... 13914 files and directories currently installed.) 22:32:43 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:32:43 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:32:43 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:32:43 (Reading database ... 13914 files and directories currently installed.) 22:32:43 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:32:43 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:32:43 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:32:44 (Reading database ... 13914 files and directories currently installed.) 22:32:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:32:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:32:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:32:44 (Reading database ... 13914 files and directories currently installed.) 22:32:44 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:32:44 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:32:44 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:32:44 (Reading database ... 13914 files and directories currently installed.) 22:32:44 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:32:44 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:32:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:32: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:32:45 (Reading database ... 13914 files and directories currently installed.) 22:32:45 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:32:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:32:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 22:32:46 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:32:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:32:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:32:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:32:46 (Reading database ... 13914 files and directories currently installed.) 22:32:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:32:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:32:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:32:46 (Reading database ... 13914 files and directories currently installed.) 22:32:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:32:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:32:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:32:46 (Reading database ... 13914 files and directories currently installed.) 22:32:46 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:32:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:32:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:32:47 (Reading database ... 13914 files and directories currently installed.) 22:32:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:32:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:32:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:32:47 (Reading database ... 13914 files and directories currently installed.) 22:32:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:32:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:32:47 Setting up passwd (1:4.5-1ubuntu2) ... 22:32:48 (Reading database ... 13914 files and directories currently installed.) 22:32:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:32:48 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:32:48 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:32:48 (Reading database ... 13914 files and directories currently installed.) 22:32:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:32:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:32:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:32:48 (Reading database ... 13914 files and directories currently installed.) 22:32:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:32:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:32:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:32:48 (Reading database ... 13914 files and directories currently installed.) 22:32:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:32:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:32:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:32:49 (Reading database ... 13914 files and directories currently installed.) 22:32:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:32:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:32:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:32:49 (Reading database ... 13914 files and directories currently installed.) 22:32:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:32:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:32:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:32:49 (Reading database ... 13914 files and directories currently installed.) 22:32:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:32:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:32:49 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:32:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:32:49 (Reading database ... 13915 files and directories currently installed.) 22:32:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:32:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:32:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:32:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:32:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:32:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:32:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:32:50 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:32:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:32:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:32:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:32:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:32:50 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:32:50 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:32:50 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:32:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:32:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:32:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:32:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:32:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:32:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:32:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:32:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:32:51 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:32:53 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:32:53 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:32:53 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:32:53 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:32:53 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:32:53 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:32:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:32:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:32:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:32:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:32:53 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:32:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:32:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:32:54 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:54 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:56 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:32:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:32:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:32:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:32:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:32:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:32:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:32:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:32:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:32:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:32:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:32:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:32:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:32:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:32:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:32:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:32:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:32:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:32:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:32:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:32:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:32:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:32:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:32:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:32:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:32:59 22:32:59 Current default time zone: 'Etc/UTC' 22:32:59 Local time is now: Mon Mar 22 22:32:59 UTC 2021. 22:32:59 Universal Time is now: Mon Mar 22 22:32:59 UTC 2021. 22:32:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:32:59 22:32:59 Setting up systemd-sysv (237-3ubuntu10.45) ... 22:32:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:32:59 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 22:32:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:32:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:32:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:33:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:33:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:33:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:33:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:33:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:33:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:33:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:33:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:33:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:33:00 Setting up patch (2.7.6-2ubuntu1.1) ... 22:33:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:33:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:33:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 22:33:00 Installing new version of config file /etc/ssl/openssl.cnf ... 22:33:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:33:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:33:00 Setting up ca-certificates (20210119~18.04.1) ... 22:33:02 Updating certificates in /etc/ssl/certs... 22:33:03 23 added, 27 removed; done. [Pipeline] } 22:33:03 $ docker stop --time=1 a3e714227c090eff624cd356110d642bdb6de996774bf1582d377a9727508edf 22:33:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:33:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:33:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:33:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:33:03 Setting up pkgbinarymangler (138.18.04.1) ... 22:33:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:33:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:33:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:33:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:33:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:33:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:33:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:33:04 Setting up perl (5.26.1-6ubuntu0.5) ... 22:33:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:33:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:33:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:33:04 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:33:05 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:33:05 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:33:05 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:33:05 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:33:05 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:33:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:33:05 Processing triggers for systemd (237-3ubuntu10.45) ... 22:33:05 Processing triggers for mime-support (3.60ubuntu1) ... 22:33:05 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:33:05 Updating certificates in /etc/ssl/certs... 22:33:05 $ docker rm -f a3e714227c090eff624cd356110d642bdb6de996774bf1582d377a9727508edf 22:33:06 0 added, 0 removed; done. 22:33:06 Running hooks in /etc/ca-certificates/update.d... 22:33:06 done. 22:33:06 Reading package lists... 22:33:06 Building dependency tree... 22:33:06 Reading state information... 22:33:06 The following NEW packages will be installed: 22:33:06 apt-transport-https 22:33:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:33:06 Need to get 1696 B of archives. 22:33:06 After this operation, 153 kB of additional disk space will be used. 22:33:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 22:33:07 debconf: delaying package configuration, since apt-utils is not installed 22:33:07 Fetched 1696 B in 0s (27.8 kB/s) 22:33:07 Selecting previously unselected package apt-transport-https. 22:33:07 (Reading database ... 13920 files and directories currently installed.) 22:33:07 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:33:07 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:33:07 Setting up apt-transport-https (1.6.12ubuntu0.2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 22:33:07 Waiting for network to be ready... [Pipeline] isUnix [Pipeline] sh 22:33:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:33:07 22:33:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:33:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:33:08 latest: Pulling from edgex-devops/edgex-compose-arm64 22:33:08 29e5d40040c1: Pulling fs layer 22:33:08 1ce36da41761: Pulling fs layer 22:33:08 25b303627fd3: Pulling fs layer 22:33:08 29e5d40040c1: Download complete 22:33:09 29e5d40040c1: Pull complete 22:33:09 1ce36da41761: Verifying Checksum 22:33:09 1ce36da41761: Download complete 22:33:11 1ce36da41761: Pull complete 22:33:11 25b303627fd3: Verifying Checksum 22:33:11 25b303627fd3: Download complete 22:33:14 2021-03-22T22:33:10Z INFO Waiting for automatic snapd restart... 22:33:14 snapd 2.49 from Canonical* installed 22:33:14 "snapd" switched to the "latest/stable" channel 22:33:14 22:33:17 core18 20210128 from Canonical* installed 22:33:17 "core18" switched to the "latest/stable" channel 22:33:17 22:33:20 snapcraft 4.5.4 from Canonical* installed 22:33:21 25b303627fd3: Pull complete 22:33:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:33:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:33:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:33:21 "snapcraft" switched to the "latest/stable" channel 22:33:21 22:33:21 prd-ubuntu18.04-docker-arm64-4c-16g-30953 does not seem to be running inside a container 22:33:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:33:24 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:33:24 - README.md 22:33:24 22:33:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:33:24 $ docker top afe9a1921fea59273b756655dc6f79b764fbd353627c7a818b71212206bb2346 -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:25 + docker-compose build --help 22:33:25 + grep parallel 22:33:29 --parallel Build images in parallel. [Pipeline] } 22:33:29 $ docker stop --time=1 afe9a1921fea59273b756655dc6f79b764fbd353627c7a818b71212206bb2346 22:33:31 $ docker rm -f afe9a1921fea59273b756655dc6f79b764fbd353627c7a818b71212206bb2346 22:33:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:33:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [Pipeline] // withDockerContainer 22:33:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:33:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:33:32 . [Pipeline] withDockerContainer 22:33:32 prd-ubuntu18.04-docker-arm64-4c-16g-30953 does not seem to be running inside a container 22:33:32 Reading package lists... 22:33:32 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-devops/edgex-compose-arm64:latest cat 22:33:33 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:33:34 $ docker top 74fbf9ee9b1ac967525f7df9b901ba93d23237892f261640af4726dcf016b182 -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:35 + docker-compose -f ./docker-compose-build.yml build --parallel 22:33:39 Building docker-core-command-go ... 22:33:39 Building docker-core-data-go ... 22:33:39 Building docker-core-metadata-go ... 22:33:39 Building docker-security-bootstrapper-go ... 22:33:39 Building docker-security-proxy-setup-go ... 22:33:39 Building docker-security-secretstore-setup-go ... 22:33:39 Building docker-support-notifications-go ... 22:33:39 Building docker-support-scheduler-go ... 22:33:39 Building docker-sys-mgmt-agent-go ... 22:33:39 Building docker-support-scheduler-go 22:33:39 Building docker-core-metadata-go 22:33:39 Building docker-security-bootstrapper-go 22:33:39 Building docker-core-command-go 22:33:39 Building docker-support-notifications-go 22:33:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:33:39 Reading package lists... 22:33:39 Building dependency tree... 22:33:39 Reading state information... 22:33:39 Suggested packages: 22:33:39 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:33:39 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:33:39 Recommended packages: 22:33:39 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:33:39 The following NEW packages will be installed: 22:33:39 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:33:39 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:33:39 pkg-config zip 22:33:39 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:33:39 Need to get 7657 kB of archives. 22:33:39 After this operation, 43.8 MB of additional disk space will be used. 22:33:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:33:39 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:33:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:33:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:33:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:33:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:33:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:33:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:33:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:33:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:33:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:33:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:33:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:33:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:33:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:33:40 debconf: delaying package configuration, since apt-utils is not installed 22:33:40 Fetched 7657 kB in 1s (10.6 MB/s) 22:33:40 Selecting previously unselected package libglib2.0-0:amd64. 22:33:40 (Reading database ... 13924 files and directories currently installed.) 22:33:40 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:33:40 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:33:40 Selecting previously unselected package libpsl5:amd64. 22:33:40 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:33:40 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:33:40 Selecting previously unselected package libnghttp2-14:amd64. 22:33:40 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:33:40 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:33:40 Selecting previously unselected package librtmp1:amd64. 22:33:40 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:33:40 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:33:40 Selecting previously unselected package libcurl3-gnutls:amd64. 22:33:40 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:33:40 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:33:40 Selecting previously unselected package liberror-perl. 22:33:40 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:33:40 Unpacking liberror-perl (0.17025-1) ... 22:33:40 Selecting previously unselected package git-man. 22:33:40 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:33:40 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:33:41 Selecting previously unselected package git. 22:33:41 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:33:41 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:33:42 Selecting previously unselected package libnorm1:amd64. 22:33:42 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:33:42 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:33:42 Selecting previously unselected package libpgm-5.2-0:amd64. 22:33:42 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:33:42 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:33:42 Selecting previously unselected package libsodium23:amd64. 22:33:42 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:33:42 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:33:42 Selecting previously unselected package libzmq5:amd64. 22:33:42 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:33:42 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:33:42 Selecting previously unselected package libzmq3-dev:amd64. 22:33:42 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:33:42 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:33:42 Selecting previously unselected package pkg-config. 22:33:42 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:33:42 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:33:42 Selecting previously unselected package zip. 22:33:42 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:33:42 Unpacking zip (3.0-11build1) ... 22:33:42 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:33:42 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:33:42 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:33:42 Setting up liberror-perl (0.17025-1) ... 22:33:42 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:33:42 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:33:42 No schema files found: doing nothing. 22:33:42 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:33:42 Setting up zip (3.0-11build1) ... 22:33:42 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:33:42 Setting up libsodium23:amd64 (1.0.16-2) ... 22:33:42 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:33:42 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:33:43 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:33:43 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:33:43 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:33:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:33:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:33:49 git set to automatically installed. 22:33:49 git-man set to automatically installed. 22:33:49 libcurl3-gnutls set to automatically installed. 22:33:49 liberror-perl set to automatically installed. 22:33:49 libglib2.0-0 set to automatically installed. 22:33:49 libnghttp2-14 set to automatically installed. 22:33:49 libnorm1 set to automatically installed. 22:33:49 libpgm-5.2-0 set to automatically installed. 22:33:49 libpsl5 set to automatically installed. 22:33:49 librtmp1 set to automatically installed. 22:33:49 libsodium23 set to automatically installed. 22:33:49 libzmq3-dev set to automatically installed. 22:33:49 libzmq5 set to automatically installed. 22:33:49 pkg-config set to automatically installed. 22:33:49 zip set to automatically installed. 22:33:52 snapd is not logged in, snap install commands will use sudo 22:33:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:35:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:35:01 ---> 23c9f87d30cd 22:35:01 Step 3/23 : WORKDIR /edgex-go 22:35:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:35:01 ---> 23c9f87d30cd 22:35:01 Step 3/23 : WORKDIR /edgex-go 22:35:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:35:01 ---> 23c9f87d30cd 22:35:01 Step 3/22 : WORKDIR /edgex-go 22:35:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:35:01 ---> 23c9f87d30cd 22:35:01 Step 3/22 : WORKDIR /edgex-go 22:35:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:35:01 ---> 23c9f87d30cd 22:35:01 Step 3/31 : WORKDIR /edgex-go 22:35:01 ---> Running in 3f6762d17b89 22:35:01 ---> Running in 020c0acde466 22:35:01 ---> Running in 174e0f3382b9 22:35:01 ---> Running in 2eed4e4a2e25 22:35:01 ---> Running in cfe69dcbbfbe 22:35:01 Removing intermediate container 174e0f3382b9 22:35:01 ---> 1c2335602581 22:35:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:01 Removing intermediate container 020c0acde466 22:35:01 ---> ffaf09c429aa 22:35:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:01 Removing intermediate container 3f6762d17b89 22:35:01 ---> 8dc5ff936700 22:35:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:01 Removing intermediate container cfe69dcbbfbe 22:35:01 ---> 8c28f6935ee3 22:35:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:01 Removing intermediate container 2eed4e4a2e25 22:35:01 ---> 7b57ccf7b88e 22:35:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:01 ---> Running in 0a90f9d93cd3 22:35:01 ---> Running in 9890ed3c94fd 22:35:01 ---> Running in 5bb2f6c72721 22:35:01 ---> Running in 7107e982a1a6 22:35:01 ---> Running in 6ef7a40aba29 22:35:01 Removing intermediate container 0a90f9d93cd3 22:35:01 ---> 38bf500387ca 22:35:01 Step 5/23 : RUN apk add --update --no-cache make git 22:35:01 ---> Running in a18328479ea6 22:35:01 Removing intermediate container 5bb2f6c72721 22:35:01 ---> dbbbe7eed933 22:35:01 Step 5/23 : RUN apk add --update --no-cache make git 22:35:01 Removing intermediate container 9890ed3c94fd 22:35:01 ---> 174dfcf5cb4d 22:35:01 Step 5/22 : RUN apk add --update --no-cache make git 22:35:01 ---> Running in 0f45d38cb698 22:35:01 Removing intermediate container 6ef7a40aba29 22:35:01 ---> 5384dd121b91 22:35:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:35:01 Removing intermediate container 7107e982a1a6 22:35:01 ---> d2f115300a4d 22:35:01 Step 5/31 : RUN apk add --update --no-cache make git 22:35:01 ---> Running in 1356ff5e4f60 22:35:01 ---> Running in a04e61203109 22:35:01 ---> Running in 4cef8aeba8d2 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:01 OK: 217 MiB in 51 packages 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:01 OK: 217 MiB in 51 packages 22:35:02 OK: 217 MiB in 51 packages 22:35:02 OK: 217 MiB in 51 packages 22:35:02 Removing intermediate container a18328479ea6 22:35:02 ---> 056afd904b70 22:35:02 Step 6/23 : COPY go.mod . 22:35:02 OK: 217 MiB in 51 packages 22:35:03 Removing intermediate container 0f45d38cb698 22:35:03 ---> cee02a3b7374 22:35:03 Step 6/23 : COPY go.mod . 22:35:03 ---> 3261a5b10111 22:35:03 Step 7/23 : RUN go mod download 22:35:03 ---> Running in 21067e7aaebc 22:35:04 Removing intermediate container 4cef8aeba8d2 22:35:04 ---> 2199027a9b6f 22:35:04 Step 6/31 : COPY go.mod . 22:35:04 Removing intermediate container 1356ff5e4f60 22:35:04 ---> ca4cb856483d 22:35:04 Step 6/22 : COPY go.mod . 22:35:04 Removing intermediate container a04e61203109 22:35:04 ---> 383e4d525d12 22:35:04 Step 6/22 : COPY go.mod . 22:35:04 ---> 2cb7e2ee8b24 22:35:04 Step 7/23 : RUN go mod download 22:35:05 ---> Running in 91c91d7c47f2 22:35:05 ---> 9efd883d08fa 22:35:05 Step 7/22 : RUN go mod download 22:35:05 ---> fdfe3d7167a2 22:35:05 Step 7/31 : RUN go mod download 22:35:05 ---> Running in 882040fa31c0 22:35:05 ---> 166c68730565 22:35:05 Step 7/22 : RUN go mod download 22:35:06 ---> Running in 2972645b8d00 22:35:06 ---> Running in cf41bcb0ab07 22:35:08 Removing intermediate container 21067e7aaebc 22:35:08 ---> ad9677d49c01 22:35:08 Step 8/23 : COPY . . 22:35:09 Removing intermediate container 91c91d7c47f2 22:35:09 ---> d762e4d5367f 22:35:09 Step 8/23 : COPY . . 22:35:10 Removing intermediate container 882040fa31c0 22:35:10 ---> aab8e93e1954 22:35:10 Step 8/22 : COPY . . 22:35:10 Removing intermediate container 2972645b8d00 22:35:10 ---> fc41733ac6eb 22:35:10 Step 8/22 : COPY . . 22:35:11 Removing intermediate container cf41bcb0ab07 22:35:11 ---> e6e5c7be62cd 22:35:11 Step 8/31 : COPY . . 22:35:35 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 22:35:35 snapd is not logged in, snap install commands will use sudo 22:35:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:35:35 snap "core18" has no updates available 22:35:35 Pulling go-build-helper 22:35:35 + snapcraftctl pull 22:35:35 'app-service-config' has dependencies that need to be staged: go-build-helper 22:35:35 Skipping pull go-build-helper (already ran) 22:35:35 Building go-build-helper 22:35:35 + snapcraftctl build 22:35:35 Staging go-build-helper 22:35:35 + snapcraftctl stage 22:35:38 ---> 01849dd92bcf 22:35:38 ---> fa95b5f0fd69 22:35:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:35:38 Step 9/23 : RUN make cmd/core-command/core-command 22:35:38 ---> cb845bd4d5f3 22:35:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:35:38 ---> 09e799653580 22:35:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:35:38 ---> Running in 8d48f106c781 22:35:38 ---> Running in e9569d007d6f 22:35:38 ---> Running in 88a0a3dc0ba3 22:35:38 ---> Running in 0be4ecbc5b01 22:35:38 ---> 530a4af96d44 22:35:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:35:38 ---> Running in e6775b1d04a8 22:35: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:35:38 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:35:38 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:35:38 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:35:38 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:35:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:35:41 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:35:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 22:35:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 22:35:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:35:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:35:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 22:35:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 22:35:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 22:35:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:35:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:35:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:35:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:35:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:35:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:35:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:35:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:35:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:35:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:35:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 22:35:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 22:35:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:35:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:35:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 22:35:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 22:35:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 22:35:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:35:41 Fetched 24.1 MB in 0s (0 B/s) 22:35:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:35:41 Fetched 224 kB in 0s (0 B/s) 22:35:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:35:41 Fetched 157 kB in 0s (0 B/s) 22:35:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:35:41 Fetched 221 kB in 0s (0 B/s) 22:35:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:35:41 Fetched 143 kB in 0s (0 B/s) 22:35:41 Pulling app-service-config 22:35:41 + snapcraftctl pull 22:35:42 Cloning into '/root/parts/app-service-config/src'... 22:35:43 Pulling config-common 22:35:43 + snapcraftctl pull 22:35:47 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:35:47 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:35:47 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:35:47 Fetched 0 B in 0s (0 B/s) 22:35:47 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:35:47 Fetched 0 B in 0s (0 B/s) 22:35:47 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:35:47 Fetched 0 B in 0s (0 B/s) 22:35:47 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:35:47 Fetched 0 B in 0s (0 B/s) 22:35:47 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:35:47 Fetched 0 B in 0s (0 B/s) 22:35:47 Pulling edgex-go 22:35:47 + snapcraftctl pull 22:36:09 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:36:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:36:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:36:09 Fetched 0 B in 0s (0 B/s) 22:36:09 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:36:09 Fetched 96.5 kB in 0s (0 B/s) 22:36:09 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:36:09 Fetched 279 kB in 0s (0 B/s) 22:36:09 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:36:09 Fetched 122 kB in 0s (0 B/s) 22:36:09 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:36:09 Fetched 77.8 kB in 0s (0 B/s) 22:36:09 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:36:09 Fetched 8848 B in 0s (0 B/s) 22:36:09 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:36:09 Fetched 47.8 kB in 0s (0 B/s) 22:36:09 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:36:09 Fetched 45.6 kB in 0s (0 B/s) 22:36:09 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:36:09 Fetched 15.0 kB in 0s (0 B/s) 22:36:09 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:36:09 Fetched 214 kB in 0s (0 B/s) 22:36:09 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:36:09 Fetched 154 kB in 0s (0 B/s) 22:36:09 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:36:09 Fetched 50.6 kB in 0s (0 B/s) 22:36:09 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:36:09 Fetched 14.8 kB in 0s (0 B/s) 22:36:09 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:36:09 Fetched 41.8 kB in 0s (0 B/s) 22:36:09 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:36:09 Fetched 499 kB in 0s (0 B/s) 22:36:09 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:36:09 Fetched 111 kB in 0s (0 B/s) 22:36:09 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:36:09 Fetched 240 kB in 0s (0 B/s) 22:36:09 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:36:09 Fetched 29.3 kB in 0s (0 B/s) 22:36:09 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:36:09 Fetched 85.5 kB in 0s (0 B/s) 22:36:09 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:36:09 Fetched 24.5 kB in 0s (0 B/s) 22:36:09 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:36:09 Fetched 49.2 kB in 0s (0 B/s) 22:36:09 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:36:09 Fetched 54.2 kB in 0s (0 B/s) 22:36:09 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:36:09 Fetched 30.8 kB in 0s (0 B/s) 22:36:09 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:36:09 Fetched 15.8 kB in 0s (0 B/s) 22:36:09 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:36:09 Fetched 85.9 kB in 0s (0 B/s) 22:36:09 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:36:09 Fetched 8720 B in 0s (0 B/s) 22:36:09 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:36:09 Fetched 137 kB in 0s (0 B/s) 22:36:09 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:36:09 Fetched 119 kB in 0s (0 B/s) 22:36:09 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:36:09 Fetched 109 kB in 0s (0 B/s) 22:36:09 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:36:09 Fetched 11.1 kB in 0s (0 B/s) 22:36:09 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:36:09 Fetched 645 kB in 0s (0 B/s) 22:36:09 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:36:09 Fetched 41.3 kB in 0s (0 B/s) 22:36:09 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:36:09 Fetched 17.9 kB in 0s (0 B/s) 22:36:09 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:36:09 Fetched 368 kB in 0s (0 B/s) 22:36:09 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:36:09 Fetched 187 kB in 0s (0 B/s) 22:36:09 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:36:09 Fetched 175 kB in 0s (0 B/s) 22:36:09 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:36:09 Fetched 206 kB in 0s (0 B/s) 22:36:09 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 22:36:09 Fetched 1301 kB in 0s (0 B/s) 22:36:09 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:36:09 Fetched 36.2 kB in 0s (0 B/s) 22:36:09 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:36:09 Fetched 159 kB in 0s (0 B/s) 22:36:09 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:36:09 Fetched 107 kB in 0s (0 B/s) 22:36:09 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:36:09 Fetched 48.7 kB in 0s (0 B/s) 22:36:09 Pulling static-packages 22:36:09 + snapcraftctl pull 22:36:09 Pulling version 22:36:09 + cd /root/project 22:36:09 + [ -f VERSION ] 22:36:09 + PROJECT_VERSION=local-dev 22:36:09 + git rev-parse --short HEAD 22:36:09 + GIT_REVISION=b750d2d7 22:36:09 + snapcraftctl set-version local-dev 22:36:10 Skipping build go-build-helper (already ran) 22:36:10 Building app-service-config 22:36:10 + make build 22:36:10 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:36:12 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 22:36:12 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 22:36:12 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 22:36:12 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 22:36:12 go: downloading github.com/gorilla/mux v1.8.0 22:36:12 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 22:36:12 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 22:36:12 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 22:36:12 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:36:12 go: downloading github.com/go-kit/kit v0.8.0 22:36:12 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:36:12 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:36:12 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:36:12 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:36:12 go: downloading github.com/google/uuid v1.2.0 22:36:12 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:36:13 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:36:13 go: downloading github.com/x448/float16 v0.8.4 22:36:13 go: downloading github.com/hashicorp/consul/api v1.8.1 22:36:13 go: downloading github.com/mitchellh/copystructure v1.0.0 22:36:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:36:13 go: downloading github.com/pelletier/go-toml v1.2.0 22:36:13 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:36:13 go: downloading github.com/BurntSushi/toml v0.3.1 22:36:13 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:36:13 go: downloading github.com/pebbe/zmq4 v1.2.5 22:36:13 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:36:13 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:36:13 go: downloading github.com/leodido/go-urn v1.2.0 22:36:13 go: downloading github.com/mattn/go-isatty v0.0.12 22:36:13 go: downloading github.com/hashicorp/serf v0.9.5 22:36:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:36:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:36:13 go: downloading github.com/fatih/color v1.9.0 22:36:13 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 22:36:13 go: downloading github.com/mattn/go-colorable v0.1.6 22:36:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:36:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:36:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:36:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:36:13 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:36:13 go: downloading github.com/go-playground/universal-translator v0.17.0 22:36:14 go: downloading github.com/go-playground/locales v0.13.0 22:36:24 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 22:36:24 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 22:36:24 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 22:36:24 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 22:36:24 Building config-common 22:36:24 + snapcraftctl build 22:36:27 Building edgex-go 22:36:27 + cd /root/parts/edgex-go/src 22:36:27 + make build 22:36:27 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:36:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 22:36:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 22:36:27 go: downloading github.com/imdario/mergo v0.3.12 22:36:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:36:27 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 22:36:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 22:36:27 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 22:36:27 go: downloading github.com/pkg/errors v0.8.1 22:36:27 go: downloading github.com/gorilla/websocket v1.4.2 22:36:27 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:36:27 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:36: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:36:32 go: downloading gopkg.in/yaml.v2 v2.4.0 22:36: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:36:38 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:36:40 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:36:40 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:36:40 go: downloading github.com/stretchr/testify v1.7.0 22:36:40 go: downloading github.com/davecgh/go-spew v1.1.1 22:36:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:36:40 go: downloading github.com/pmezard/go-difflib v1.0.0 22:36:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:36:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:36:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:36:44 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:36: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:36:45 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:36:47 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:36: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:36:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:36:50 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:36:50 go: downloading github.com/lib/pq v1.10.0 22:36:52 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:36:52 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:36:52 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:36:52 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:36:52 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:36:52 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:36:52 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:36:52 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:36:52 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:36:52 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:36:52 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:36:52 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:36:52 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:36:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:36:52 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:36:52 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:36:52 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:36: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:36:52 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:36: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:36:52 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 22:36:52 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:36:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:36:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:36:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:36: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:36:55 Building static-packages 22:36:55 + snapcraftctl build 22:36:57 Building version 22:36:57 + snapcraftctl build 22:36:59 Skipping stage go-build-helper (already ran) 22:36:59 Staging app-service-config 22:36:59 + snapcraftctl stage 22:36:59 Staging config-common 22:36:59 + snapcraftctl stage 22:37:00 Staging edgex-go 22:37:00 + snapcraftctl stage 22:37:01 Staging static-packages 22:37:01 + snapcraftctl stage 22:37:02 Staging version 22:37:02 + snapcraftctl stage 22:37:03 Priming go-build-helper 22:37:03 + snapcraftctl prime 22:37:04 Priming app-service-config 22:37:04 + snapcraftctl prime 22:37:05 Priming config-common 22:37:05 + snapcraftctl prime 22:37:06 Priming edgex-go 22:37:06 + snapcraftctl prime 22:37:07 Priming static-packages 22:37:07 + snapcraftctl prime 22:37:10 Priming version 22:37:10 + snapcraftctl prime 22:37: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:37:30 Removing intermediate container e6775b1d04a8 22:37:30 ---> 3ba0ef191ece 22:37:30 22:37:30 Step 10/31 : FROM alpine:3.12 22:37:30 3.12: Pulling from library/alpine 22:37:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:37:30 Status: Downloaded newer image for alpine:3.12 22:37:30 ---> d10569e2745f 22:37:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:37:30 ---> Running in 97a8a8fe77b2 22:37:30 Removing intermediate container 97a8a8fe77b2 22:37:30 ---> 686035e4454b 22:37:30 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:37:30 ---> Running in 4138c7e06969 22:37:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:32 (1/2) Installing dumb-init (1.2.2-r1) 22:37:32 (2/2) Installing su-exec (0.2-r1) 22:37:32 Executing busybox-1.31.1-r19.trigger 22:37:32 OK: 5 MiB in 16 packages 22:37:36 Removing intermediate container 4138c7e06969 22:37:36 ---> db49394efe33 22:37:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:37:36 ---> Running in a7858db4d175 22:37:38 Removing intermediate container a7858db4d175 22:37:38 ---> 2f17fac51fad 22:37:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:37:38 ---> Running in d451a6131202 22:37:38 Removing intermediate container 8d48f106c781 22:37:38 ---> 2df7af4bb6b7 22:37:38 22:37:38 Step 10/23 : FROM alpine:3.12 22:37:38 Removing intermediate container 88a0a3dc0ba3 22:37:38 ---> 11a75c38c53f 22:37:38 22:37:38 Step 10/22 : FROM alpine:3.12 22:37:38 ---> d10569e2745f 22:37:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:37:38 ---> d10569e2745f 22:37:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:37:38 Removing intermediate container 0be4ecbc5b01 22:37:38 ---> 8a79021aa2c3 22:37:38 22:37:38 Step 10/22 : FROM alpine:3.12 22:37:38 ---> d10569e2745f 22:37:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:37:39 ---> Running in 51896a6a4d2c 22:37:39 ---> Running in 56623f721d0f 22:37:39 ---> Running in 8f0d827040fa 22:37:39 Removing intermediate container d451a6131202 22:37:39 ---> b40643b5e482 22:37:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:37:39 ---> Running in 9b45da3a14de 22:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:42 (1/1) Installing dumb-init (1.2.2-r1) 22:37:42 Executing busybox-1.31.1-r19.trigger 22:37:42 OK: 5 MiB in 15 packages 22:37:42 (1/2) Installing ca-certificates (20191127-r4) 22:37:42 (1/1) Installing dumb-init (1.2.2-r1) 22:37:42 Executing busybox-1.31.1-r19.trigger 22:37:42 OK: 5 MiB in 15 packages 22:37:42 (2/2) Installing dumb-init (1.2.2-r1) 22:37:42 Executing busybox-1.31.1-r19.trigger 22:37:42 Executing ca-certificates-20191127-r4.trigger 22:37:42 OK: 6 MiB in 16 packages 22:37:44 Removing intermediate container 9b45da3a14de 22:37:44 ---> 9478bffa8702 22:37:44 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:37:44 Removing intermediate container e9569d007d6f 22:37:44 ---> 935f56ceec0a 22:37:44 22:37:44 Step 10/23 : FROM alpine:3.12 22:37:44 ---> d10569e2745f 22:37:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:37:44 ---> Running in 2b3e4fdc13d4 22:37:45 ---> Running in ead4a1d95881 22:37:45 Removing intermediate container 51896a6a4d2c 22:37:45 ---> af1d041d706f 22:37:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:37:45 Removing intermediate container 8f0d827040fa 22:37:45 ---> e6d85c2ab9d7 22:37:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:37:45 Removing intermediate container 56623f721d0f 22:37:45 ---> d4d893a87d4c 22:37:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:37:45 ---> Running in b7bb3428dfc3 22:37:45 ---> Running in 3268b9f30a57 22:37:45 ---> Running in d976784cbb44 22:37:45 Removing intermediate container 2b3e4fdc13d4 22:37:45 ---> 4bbb02b03d7a 22:37:45 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:37:46 Removing intermediate container 3268b9f30a57 22:37:46 ---> 2316105cf1d2 22:37:46 Step 13/22 : ENV APP_PORT=48085 22:37:46 Removing intermediate container b7bb3428dfc3 22:37:46 ---> 9ae1e283794f 22:37:46 Step 13/23 : ENV APP_PORT=48082 22:37:46 Removing intermediate container d976784cbb44 22:37:46 ---> ce41bce69dbe 22:37:46 Step 13/22 : ENV APP_PORT=48060 22:37:47 ---> Running in c69b4617e570 22:37:47 ---> Running in e3d3e316311e 22:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:47 ---> Running in 49a40ef8ddb0 22:37:47 ---> 8edfa2bbab56 22:37:47 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:47 ---> Running in bb4d27f6677a 22:37:47 Removing intermediate container e3d3e316311e 22:37:47 Removing intermediate container c69b4617e570 22:37:47 ---> 701219cbf1c2 22:37:47 Step 14/23 : EXPOSE $APP_PORT 22:37:47 ---> d2f8b0425a8a 22:37:47 Step 14/22 : EXPOSE $APP_PORT 22:37:47 (1/1) Installing dumb-init (1.2.2-r1) 22:37:47 Executing busybox-1.31.1-r19.trigger 22:37:47 OK: 5 MiB in 15 packages 22:37:47 Removing intermediate container 49a40ef8ddb0 22:37:47 ---> 48fac92fbb85 22:37:47 Step 14/22 : EXPOSE $APP_PORT 22:37:48 ---> Running in 4b4d5122b6a1 22:37:48 ---> Running in d3a2cec6def1 22:37:48 ---> Running in c36d72ec8b53 22:37:48 Removing intermediate container 4b4d5122b6a1 22:37:48 ---> 0a9b102da91a 22:37:48 Step 15/23 : WORKDIR / 22:37:49 Removing intermediate container d3a2cec6def1 22:37:49 ---> 3368eef6df5b 22:37:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:37:49 ---> Running in 9076bd1dcf7c 22:37:49 Removing intermediate container c36d72ec8b53 22:37:49 ---> 809a086756a6 22:37:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:37:49 Removing intermediate container ead4a1d95881 22:37:49 ---> 295a6e2eb10e 22:37:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:37:49 Removing intermediate container 9076bd1dcf7c 22:37:49 ---> 30f0e29f778f 22:37:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:37:49 ---> Running in ccbfe4cc0da4 22:37:50 ---> 494bb40c2697 22:37:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:37:50 ---> fb2b105f0a55 22:37:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:37:50 Removing intermediate container ccbfe4cc0da4 22:37:50 ---> df962bed78d8 22:37:50 Step 13/23 : ENV APP_PORT=48081 22:37:50 Removing intermediate container bb4d27f6677a 22:37:50 ---> 671f62ff1aef 22:37:50 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:37:51 ---> Running in 260c6efd4cb0 22:37:51 ---> 0ccab810baa6 22:37:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:37:51 Removing intermediate container 260c6efd4cb0 22:37:51 ---> 521c0be2f789 22:37:51 Step 14/23 : EXPOSE $APP_PORT 22:37:52 ---> Running in 56f3f027622e 22:37:52 ---> de083aab15a0 22:37:52 ---> e34028ff6a1c 22:37:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:37:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:37:52 ---> f39cbbe177f1 22:37:52 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:37:52 ---> 7e41e809efce 22:37:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:37:53 Removing intermediate container 56f3f027622e 22:37:53 ---> ad31705e265d 22:37:53 Step 15/23 : WORKDIR / 22:37:53 ---> Running in d7b6890e67db 22:37:53 ---> dbaa930d2597 22:37:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:37:53 ---> ceca8c28fdf5 22:37:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:37:53 ---> Running in 676f84b8bab1 22:37:53 ---> Running in c46cf1332298 22:37:54 ---> 17cdbb13023d 22:37:54 Step 19/23 : ENTRYPOINT ["/core-command"] 22:37:54 Removing intermediate container d7b6890e67db 22:37:54 ---> ad3d6f2a89fb 22:37:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:37:54 ---> e4a75993b5fe 22:37:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:37:54 ---> Running in 3840a53cd96b 22:37:54 Removing intermediate container c46cf1332298 22:37:54 ---> 1ba5d50a003f 22:37:54 Removing intermediate container 676f84b8bab1 22:37:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:37:54 ---> 37841ef5c3fc 22:37:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:37:54 ---> Running in bba1d8453228 22:37:54 ---> Running in f448d4cf112f 22:37:54 Removing intermediate container 3840a53cd96b 22:37:54 ---> 2789ea175caa 22:37:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:37:55 ---> Running in de150ad79020 22:37:55 ---> a3d5d894ccf5 22:37:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:37:55 ---> 30a76de128c0 22:37:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:37:55 Removing intermediate container f448d4cf112f 22:37:55 Removing intermediate container bba1d8453228 22:37:55 ---> 7677444d2eb5 22:37:55 Step 20/22 : LABEL arch=arm64 22:37:55 ---> f50219a37b1e 22:37:55 Step 20/22 : LABEL arch=arm64 22:37:55 ---> Running in 3b503f2514de 22:37:55 ---> Running in 3351d289d822 22:37:56 Removing intermediate container de150ad79020 22:37:56 ---> c76e3996d2ee 22:37:56 Step 21/23 : LABEL arch=arm64 22:37:56 ---> Running in 9414652738bc 22:37:56 ---> 9f2a6d8192e4 22:37:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:37:56 Removing intermediate container 3351d289d822 22:37:56 ---> b0e0ad956bbc 22:37:56 Step 21/22 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:37:56 ---> Running in 85f6ba81e8e2 22:37:57 Removing intermediate container 3b503f2514de 22:37:57 ---> d8e4cc4cda6f 22:37:57 Step 21/22 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:37:57 ---> Running in 1ce9014a99d0 22:37:57 Removing intermediate container 9414652738bc 22:37:57 ---> 5d68899a3d24 22:37:57 Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:37:57 Removing intermediate container 85f6ba81e8e2 22:37:57 ---> 7ed656a65b2b 22:37:57 Step 22/22 : LABEL version=0.0.0 22:37:57 ---> 0f07a6a7dd34 22:37:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:37:57 ---> Running in 3b10bfd9f660 22:37:57 ---> Running in fa7551c9c398 22:37:58 ---> 268c63b58ea2 22:37:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:37:58 Removing intermediate container 1ce9014a99d0 22:37:58 ---> 7a11eb6be5ee 22:37:58 Step 22/22 : LABEL version=0.0.0 22:37:58 ---> Running in 2349eabcebed 22:37:58 ---> Running in 059004e676b4 22:37:58 Removing intermediate container 3b10bfd9f660 22:37:58 ---> 1cfbd8234a41 22:37:58 Step 23/23 : LABEL version=0.0.0 22:37:58 Removing intermediate container fa7551c9c398 22:37:58 ---> 3eeaf120a088 22:37:58 22:37:58 ---> abe2b40d606c 22:37:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:37:58 ---> Running in b87d931e2c75 22:37:59 ---> Running in e6a43cdaadcb 22:37:59 Removing intermediate container 2349eabcebed 22:37:59 ---> 34d2a39e0a27 22:37:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:37:59 Successfully built 3eeaf120a088 22:37:59 Successfully tagged docker-support-scheduler-go-arm64:latest 22:37:59  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 22:37:59 Removing intermediate container 059004e676b4 22:37:59 ---> 9d4326b5e50f 22:37:59 22:37:59 Removing intermediate container b87d931e2c75 22:37:59 ---> 049716ff24fb 22:37:59 22:37:59 Removing intermediate container e6a43cdaadcb 22:37:59 ---> 5b33df5e3344 22:37:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:37:59 Successfully built 9d4326b5e50f 22:37:59 Successfully tagged docker-support-notifications-go-arm64:latest 22:37:59 Building docker-security-secretstore-setup-go 22:38:00  Building docker-support-notifications-go ... done Successfully built 049716ff24fb 22:38:00 ---> Running in 010d9dd102f3 22:38:00 Successfully tagged docker-core-command-go-arm64:latest 22:38:00  Building docker-core-command-go ... done Building docker-core-data-go 22:38:00 ---> e4315e7e02d4 22:38:00 Step 26/31 : RUN chmod +x /entrypoint.sh 22:38:00 ---> Running in f4872afb0ff3 22:38:01 Removing intermediate container 010d9dd102f3 22:38:01 ---> f753a6634c9e 22:38:01 Step 21/23 : LABEL arch=arm64 22:38:01 ---> Running in a824302f7f9f 22:38:01 Removing intermediate container a824302f7f9f 22:38:01 ---> 54d71b5d96ce 22:38:01 Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:38:01 ---> Running in 0698ce05a462 22:38:02 Removing intermediate container 0698ce05a462 22:38:02 ---> 93c43db06b28 22:38:02 Step 23/23 : LABEL version=0.0.0 22:38:02 ---> Running in 51f8648a768c 22:38:03 Removing intermediate container f4872afb0ff3 22:38:03 ---> 14e820177b38 22:38:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:38:04 Removing intermediate container 51f8648a768c 22:38:04 ---> 873b8aecbcc8 22:38:04 22:38:05 Successfully built 873b8aecbcc8 22:38:05 Successfully tagged docker-core-metadata-go-arm64:latest 22:38:05 Building docker-sys-mgmt-agent-go 22:38:05  Building docker-core-metadata-go ... done  ---> Running in 651dcbfdca9a 22:38:06 Removing intermediate container 651dcbfdca9a 22:38:06 ---> 9c8a25257808 22:38:06 Step 28/31 : CMD ["gate"] 22:38:06 ---> Running in 8bf17ee257c9 22:38:07 Removing intermediate container 8bf17ee257c9 22:38:07 ---> 1e7c0196332d 22:38:07 Step 29/31 : LABEL arch=arm64 22:38:08 ---> Running in ade0a3264aec 22:38:09 Removing intermediate container ade0a3264aec 22:38:09 ---> 6f05e9e82d3a 22:38:09 Step 30/31 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:38:10 ---> Running in 5418bddebba1 22:38:11 Removing intermediate container 5418bddebba1 22:38:11 ---> 7ec049c72bb3 22:38:11 Step 31/31 : LABEL version=0.0.0 22:38:11 ---> Running in 37cb510f711f 22:38:12 Removing intermediate container 37cb510f711f 22:38:12 ---> 9bd4046a7baa 22:38:12 22:38:12 Successfully built 9bd4046a7baa 22:38:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:39:00  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:39:00 ---> 23c9f87d30cd 22:39:00 Step 3/21 : WORKDIR /edgex-go 22:39:00 ---> Using cache 22:39:00 ---> 7b57ccf7b88e 22:39:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:00 ---> Using cache 22:39:00 ---> 5384dd121b91 22:39:00 Step 5/21 : RUN apk add --update --no-cache make git 22:39:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:39:00 ---> 23c9f87d30cd 22:39:00 Step 3/24 : WORKDIR /edgex-go 22:39:00 ---> Using cache 22:39:00 ---> 7b57ccf7b88e 22:39:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:00 ---> Using cache 22:39:00 ---> 5384dd121b91 22:39:00 Step 5/24 : RUN apk add --update --no-cache make git 22:39:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:39:00 ---> 23c9f87d30cd 22:39:00 Step 3/23 : WORKDIR /edgex-go 22:39:00 ---> Using cache 22:39:00 ---> 7b57ccf7b88e 22:39:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:00 ---> Using cache 22:39:00 ---> 5384dd121b91 22:39:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:39:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:39:00 ---> 23c9f87d30cd 22:39:00 Step 3/26 : WORKDIR /edgex-go 22:39:00 ---> Using cache 22:39:00 ---> 7b57ccf7b88e 22:39:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:00 ---> Using cache 22:39:00 ---> 5384dd121b91 22:39:00 Step 5/26 : RUN apk add --update --no-cache make bash git 22:39:01 ---> Running in 2673e1954bed 22:39:01 ---> Running in 4a5e46b807a6 22:39:01 ---> Running in 8ee10339fb53 22:39:01 ---> Running in b713b27e22e8 22:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:04 OK: 217 MiB in 51 packages 22:39:04 OK: 217 MiB in 51 packages 22:39:04 OK: 217 MiB in 51 packages 22:39:05 OK: 217 MiB in 51 packages 22:39:06 Removing intermediate container 8ee10339fb53 22:39:06 ---> 791de7d66d15 22:39:06 Step 6/21 : COPY go.mod . 22:39:06 Removing intermediate container b713b27e22e8 22:39:06 ---> ae0447e77f27 22:39:06 Step 6/24 : COPY go.mod . 22:39:06 Removing intermediate container 2673e1954bed 22:39:06 ---> adf5ca09d613 22:39:06 Step 6/26 : COPY go.mod . 22:39:06 Removing intermediate container 4a5e46b807a6 22:39:06 ---> 188f23100d9d 22:39:06 Step 6/23 : COPY go.mod . 22:39:07 ---> 32617f617efe 22:39:07 Step 7/21 : RUN go mod download 22:39:07 ---> Running in cb3c95f10199 22:39:07 ---> 1c9599318da4 22:39:07 Step 7/24 : RUN go mod download 22:39:07 ---> 21b9a7f47f7d 22:39:07 Step 7/23 : RUN go mod download 22:39:07 ---> aa2f797067fd 22:39:07 Step 7/26 : RUN go mod download 22:39:07 ---> Running in aaa7329053b9 22:39:08 ---> Running in ba2539e97ab0 22:39:08 ---> Running in 8bf9182727a7 22:39:11 Removing intermediate container cb3c95f10199 22:39:11 ---> 7b05445ab8d9 22:39:11 Step 8/21 : COPY . . 22:39:11 Removing intermediate container aaa7329053b9 22:39:11 ---> 861b71cfcb73 22:39:11 Step 8/24 : COPY . . 22:39:12 Removing intermediate container 8bf9182727a7 22:39:12 ---> 3734815f3343 22:39:12 Step 8/26 : COPY . . 22:39:12 Removing intermediate container ba2539e97ab0 22:39:12 ---> e2ca3c653fef 22:39:12 Step 8/23 : COPY . . 22:39:39 ---> d26101d4d316 22:39:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:39:39 ---> b27298b0f99c 22:39:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:39:39 ---> 0fff8af228f3 22:39:39 Step 9/23 : RUN make cmd/core-data/core-data 22:39:39 ---> ef9fcba936d5 22:39:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:39:39 ---> Running in 255e638613b7 22:39:39 ---> Running in d481e951d651 22:39:39 ---> Running in e27f29e56ee2 22:39:39 ---> Running in 87b76b5f2de3 22:39:39 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:39:39 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:39:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:39:39 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:40:47 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:40:47 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:41:02 Removing intermediate container 87b76b5f2de3 22:41:02 ---> 56fa5745641d 22:41:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:41:02 ---> Running in 5e771bdb1fce 22:41:02 Removing intermediate container d481e951d651 22:41:02 ---> 9a63a84c9eb7 22:41:02 22:41:02 Step 10/21 : FROM alpine:3.12 22:41:02 ---> d10569e2745f 22:41:02 Step 11/21 : RUN apk add --update --no-cache curl 22:41:02 ---> Running in 2e7913f805d4 22:41:02 Removing intermediate container 255e638613b7 22:41:02 ---> 522e242e381e 22:41:02 22:41:02 Step 10/24 : FROM alpine:3.12 22:41:02 ---> d10569e2745f 22:41:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:41:02 ---> Running in ac9578241198 22:41:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:41:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:04 (1/4) Installing ca-certificates (20191127-r4) 22:41:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:41:04 (3/4) Installing libcurl (7.69.1-r3) 22:41:04 (4/4) Installing curl (7.69.1-r3) 22:41:04 Executing busybox-1.31.1-r19.trigger 22:41:04 Executing ca-certificates-20191127-r4.trigger 22:41:05 (1/5) Installing ca-certificates (20191127-r4) 22:41:05 OK: 7 MiB in 18 packages 22:41:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:41:05 (3/5) Installing libcurl (7.69.1-r3) 22:41:05 (4/5) Installing curl (7.69.1-r3) 22:41:05 (5/5) Installing dumb-init (1.2.2-r1) 22:41:05 Executing busybox-1.31.1-r19.trigger 22:41:05 Executing ca-certificates-20191127-r4.trigger 22:41:05 OK: 7 MiB in 19 packages 22:41:07 Removing intermediate container 2e7913f805d4 22:41:07 ---> de5c689185ae 22:41:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:41:08 ---> Running in 3561226f04da 22:41:08 Removing intermediate container ac9578241198 22:41:08 ---> f8478f1d9315 22:41:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:41:08 Removing intermediate container 5e771bdb1fce 22:41:08 ---> 727bb6835003 22:41:08 22:41:08 Step 11/26 : FROM docker:20.10.0 22:41:08 20.10.0: Pulling from library/docker 22:41:08 ---> Running in c7bc5c4e9a83 22:41:09 Removing intermediate container 3561226f04da 22:41:09 ---> 7d4e53604807 22:41:09 Step 13/21 : WORKDIR /edgex 22:41:09 ---> Running in 9d02fe4dbedc 22:41:09 Removing intermediate container c7bc5c4e9a83 22:41:09 ---> 72c4272531bc 22:41:09 Step 13/24 : WORKDIR / 22:41:10 ---> Running in e5fe882f12b7 22:41:10 Removing intermediate container 9d02fe4dbedc 22:41:10 ---> 73ccddae6d19 22:41:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:41:11 Removing intermediate container e5fe882f12b7 22:41:11 ---> a67b717a6bda 22:41:11 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:41:12 ---> 320ac2ff1606 22:41:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:41:12 ---> 49e079e1f98d 22:41:12 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:41:13 ---> ec560f35af1d 22:41:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:41:13 ---> a5041008dfd7 22:41:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:41:15 ---> 45156fbfc8d7 22:41:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:41:15 ---> 817116a0c217 22:41:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:41:16 ---> Running in 0f514acce72d 22:41:17 ---> 5c9dbda4c03c 22:41:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:41:17 Removing intermediate container 0f514acce72d 22:41:17 ---> 16305ce440bb 22:41:17 Step 18/21 : CMD ["--init=true"] 22:41:18 ---> Running in ad02ea6523e5 22:41:19 Removing intermediate container e27f29e56ee2 22:41:19 ---> dc0216e24cfd 22:41:19 22:41:19 Step 10/23 : FROM alpine:3.12 22:41:19 ---> d10569e2745f 22:41:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:41:19 ---> 190e3a1d7c87 22:41:19 Removing intermediate container ad02ea6523e5 22:41:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:41:19 ---> 2b9871070d5c 22:41:19 Step 19/21 : LABEL arch=arm64 22:41:19 ---> Running in a00bf59101a1 22:41:19 ---> Running in 699e1749d35f 22:41:20 Removing intermediate container a00bf59101a1 22:41:20 ---> ffca457b5cd5 22:41:20 Step 12/23 : ENV APP_PORT=48080 22:41:20 Removing intermediate container 699e1749d35f 22:41:20 ---> 1e3c15821b98 22:41:20 Step 20/21 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:41:20 ---> c2d4996ef017 22:41:20 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:41:20 ---> Running in b2d6b81411d6 22:41:20 ---> Running in 61c3d549e462 22:41:20 ---> Running in 537c40427a31 22:41:21 Removing intermediate container 61c3d549e462 22:41:21 ---> 0f3ea2ce3caf 22:41:21 Step 21/21 : LABEL version=0.0.0 22:41:21 Removing intermediate container b2d6b81411d6 22:41:21 ---> 47f8b5463796 22:41:21 Step 13/23 : EXPOSE $APP_PORT 22:41:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:41:21 Status: Downloaded newer image for docker:20.10.0 22:41:21 ---> eeaf43b92773 22:41:21 Step 12/26 : RUN apk add --no-cache bash 22:41:21 ---> Running in 43286fe1885b 22:41:21 ---> Running in ed5c1894fc1e 22:41:21 ---> Running in 259f99435124 22:41:22 Removing intermediate container 43286fe1885b 22:41:22 ---> 10fbdf44cdff 22:41:22 22:41:22 Removing intermediate container ed5c1894fc1e 22:41:22 ---> 31953e55ccd4 22:41:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:22 ---> Running in 7f20930682a7 22:41:22 Successfully built 10fbdf44cdff 22:41:22 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:41:22  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:23 Removing intermediate container 537c40427a31 22:41:23 ---> f6b7a0a6e736 22:41:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:41:23 (1/2) Installing readline (8.0.4-r0) 22:41:23 (2/2) Installing bash (5.0.17-r0) 22:41:23 Executing bash-5.0.17-r0.post-install 22:41:23 Executing busybox-1.31.1-r19.trigger 22:41:23 OK: 12 MiB in 22 packages 22:41:23 ---> Running in 783cd7ea73f3 22:41:24 Removing intermediate container 783cd7ea73f3 22:41:24 ---> 1c26a93b7883 22:41:24 Step 22/24 : LABEL arch=arm64 22:41:24 ---> Running in e6105dbdfaf2 22:41:25 Removing intermediate container e6105dbdfaf2 22:41:25 ---> c87136f5bccf 22:41:25 Step 23/24 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:41:25 ---> Running in d25dc52779fd 22:41:25 Removing intermediate container 259f99435124 22:41:25 ---> 18fb9c2c60cd 22:41:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:41:25 Removing intermediate container 7f20930682a7 22:41:25 ---> cc150f817a6e 22:41:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:41:25 ---> Running in d86fa56a8ce6 22:41:25 ---> Running in 409e44855b67 22:41:25 Removing intermediate container d25dc52779fd 22:41:25 ---> 24e3dd3fb9a6 22:41:25 Step 24/24 : LABEL version=0.0.0 22:41:25 ---> Running in 9b84b3fbc1d7 22:41:25 Removing intermediate container d86fa56a8ce6 22:41:25 ---> c23153bdb9b3 22:41:25 Step 14/26 : ENV APP_PORT=48090 22:41:26 ---> Running in 191436be8abd 22:41:26 Removing intermediate container 9b84b3fbc1d7 22:41:26 ---> 1cd993664e1b 22:41:26 22:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:26 Removing intermediate container 191436be8abd 22:41:26 ---> 4a037bb1914f 22:41:26 Step 15/26 : EXPOSE $APP_PORT 22:41:27 Successfully built 1cd993664e1b 22:41:27 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:41:27  Building docker-security-secretstore-setup-go ... done  ---> Running in e39f028ba5a5 22:41:27 Removing intermediate container e39f028ba5a5 22:41:27 ---> c314a66f4788 22:41:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:41:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:28 (1/6) Installing dumb-init (1.2.2-r1) 22:41:28 (2/6) Installing libgcc (9.3.0-r2) 22:41:28 (3/6) Installing libsodium (1.0.18-r0) 22:41:28 ---> 2e90de6aa67e 22:41:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:41:28 (4/6) Installing libstdc++ (9.3.0-r2) 22:41:29 (5/6) Installing libzmq (4.3.3-r0) 22:41:29 (6/6) Installing zeromq (4.3.3-r0) 22:41:29 Executing busybox-1.31.1-r19.trigger 22:41:29 OK: 8 MiB in 20 packages 22:41:29 ---> a3fc4fe33d02 22:41:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:41:30 ---> c1b2ff6ef178 22:41:30 Step 19/26 : RUN apk --no-cache add py3-pip 22:41:30 ---> Running in 27dc2de57cf4 22:41:31 Removing intermediate container 409e44855b67 22:41:31 ---> ac5132e7dd18 22:41:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:41:31 ---> 84046e79b0fc 22:41:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:41:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:32 (1/33) Installing libbz2 (1.0.8-r1) 22:41:32 (2/33) Installing expat (2.2.9-r1) 22:41:32 (3/33) Installing libffi (3.3-r2) 22:41:32 (4/33) Installing gdbm (1.13-r1) 22:41:32 (5/33) Installing xz-libs (5.2.5-r0) 22:41:32 (6/33) Installing sqlite-libs (3.32.1-r0) 22:41:32 (7/33) Installing python3 (3.8.8-r0) 22:41:33 ---> bf11c43c4ba8 22:41:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:41:34 (8/33) Installing py3-appdirs (1.4.4-r1) 22:41:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:41:34 (10/33) Installing py3-parsing (2.4.7-r0) 22:41:34 ---> 6be3674bba9c 22:41:34 Step 19/23 : ENTRYPOINT ["/core-data"] 22:41:34 (11/33) Installing py3-six (1.15.0-r0) 22:41:34 (12/33) Installing py3-packaging (20.4-r0) 22:41:34 (13/33) Installing py3-setuptools (47.0.0-r0) 22:41:34 (14/33) Installing py3-chardet (3.0.4-r4) 22:41:34 ---> Running in ebfea50fc0c3 22:41:34 (15/33) Installing py3-idna (2.9-r0) 22:41:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:41:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:41:34 (18/33) Installing py3-requests (2.23.0-r0) 22:41:34 (19/33) Installing py3-msgpack (1.0.0-r0) 22:41:34 (20/33) Installing py3-lockfile (0.12.2-r3) 22:41:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:41:34 (22/33) Installing py3-colorama (0.4.3-r0) 22:41:34 (23/33) Installing py3-distlib (0.3.0-r0) 22:41:34 (24/33) Installing py3-distro (1.5.0-r1) 22:41:34 (25/33) Installing py3-webencodings (0.5.1-r3) 22:41:34 (26/33) Installing py3-html5lib (1.0.1-r4) 22:41:34 (27/33) Installing py3-pytoml (0.1.21-r0) 22:41:34 (28/33) Installing py3-pep517 (0.8.2-r0) 22:41:34 (29/33) Installing py3-progress (1.5-r0) 22:41:34 (30/33) Installing py3-toml (0.10.1-r0) 22:41:34 (31/33) Installing py3-retrying (1.3.3-r0) 22:41:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:41:34 (33/33) Installing py3-pip (20.1.1-r0) 22:41:35 Executing busybox-1.31.1-r19.trigger 22:41:35 OK: 71 MiB in 55 packages 22:41:35 Removing intermediate container ebfea50fc0c3 22:41:35 ---> 4dd714f8411d 22:41:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:41:35 ---> Running in 5bcf0de19781 22:41:35 Removing intermediate container 5bcf0de19781 22:41:35 ---> 70be60745432 22:41:35 Step 21/23 : LABEL arch=arm64 22:41:35 ---> Running in 0e761a679c56 22:41:36 Removing intermediate container 0e761a679c56 22:41:36 ---> e4e58ad5fce7 22:41:36 Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:41:36 ---> Running in 1ac653608d8b 22:41:37 Removing intermediate container 1ac653608d8b 22:41:37 ---> e6e9ea0c30f4 22:41:37 Step 23/23 : LABEL version=0.0.0 22:41:37 ---> Running in 03ef13da64c8 22:41:38 Removing intermediate container 03ef13da64c8 22:41:38 ---> 8645529eb960 22:41:38 22:41:38 Successfully built 8645529eb960 22:41:38 Successfully tagged docker-core-data-go-arm64:latest 22:41:40  Building docker-core-data-go ... done Removing intermediate container 27dc2de57cf4 22:41:40 ---> 0549047bcb27 22:41:40 Step 20/26 : RUN pip install docker-compose==1.23.2 22:41:40 ---> Running in eaa25b670d3b 22:41:45 Collecting docker-compose==1.23.2 22:41:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:41:45 Collecting docopt<0.7,>=0.6.1 22:41:45 Downloading docopt-0.6.2.tar.gz (25 kB) 22:41:47 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:41:47 Collecting PyYAML<4,>=3.10 22:41:48 Downloading PyYAML-3.13.tar.gz (270 kB) 22:41:51 Collecting dockerpty<0.5,>=0.4.1 22:41:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:41:53 Collecting websocket-client<1.0,>=0.32.0 22:41:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:41:53 Collecting texttable<0.10,>=0.9.0 22:41:53 Downloading texttable-0.9.1.tar.gz (11 kB) 22:41:55 Collecting jsonschema<3,>=2.5.1 22:41:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:41:55 Collecting cached-property<2,>=1.2.0 22:41:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:41:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:41:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:41:57 Collecting docker<4.0,>=3.6.0 22:41:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:41:58 Collecting idna<2.8,>=2.5 22:41:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:41:58 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:41:58 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:41:58 Collecting urllib3<1.25,>=1.21.1 22:41:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:41:58 Collecting docker-pycreds>=0.4.0 22:41:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:41:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:41:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:41:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:41:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:42:00 Installing collected packages: docopt, PyYAML, dockerpty, websocket-client, texttable, jsonschema, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose 22:42:00 Running setup.py install for docopt: started 22:42:02 Running setup.py install for docopt: finished with status 'done' 22:42:02 Running setup.py install for PyYAML: started 22:42:04 Running setup.py install for PyYAML: finished with status 'done' 22:42:04 Running setup.py install for dockerpty: started 22:42:05 Running setup.py install for dockerpty: finished with status 'done' 22:42:05 Running setup.py install for texttable: started 22:42:07 Running setup.py install for texttable: finished with status 'done' 22:42:07 Attempting uninstall: idna 22:42:07 Found existing installation: idna 2.9 22:42:07 Uninstalling idna-2.9: 22:42:08 Successfully uninstalled idna-2.9 22:42:08 Attempting uninstall: urllib3 22:42:08 Found existing installation: urllib3 1.25.9 22:42:08 Uninstalling urllib3-1.25.9: 22:42:08 Successfully uninstalled urllib3-1.25.9 22:42:09 Attempting uninstall: requests 22:42:09 Found existing installation: requests 2.23.0 22:42:09 Uninstalling requests-2.23.0: 22:42:09 Successfully uninstalled requests-2.23.0 22:42:11 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:42:14 Removing intermediate container eaa25b670d3b 22:42:14 ---> 0905ba34b175 22:42:14 Step 21/26 : RUN apk --no-cache add curl 22:42:15 ---> Running in 085202ff1163 22:42:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:42:16 (2/3) Installing libcurl (7.69.1-r3) 22:42:16 (3/3) Installing curl (7.69.1-r3) 22:42:16 Executing busybox-1.31.1-r19.trigger 22:42:16 OK: 72 MiB in 58 packages 22:42:17 Removing intermediate container 085202ff1163 22:42:17 ---> c15f10cec72d 22:42:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:42:18 ---> Running in 82ed1e97c03b 22:42:18 Removing intermediate container 82ed1e97c03b 22:42:18 ---> 684bfd3e7d9d 22:42:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:42:18 ---> Running in 54c8e6db4795 22:42:19 Removing intermediate container 54c8e6db4795 22:42:19 ---> b5b83e6ec770 22:42:19 Step 24/26 : LABEL arch=arm64 22:42:19 ---> Running in cdfd4f6def8e 22:42:19 Removing intermediate container cdfd4f6def8e 22:42:19 ---> 6d02ce256bca 22:42:19 Step 25/26 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 22:42:19 ---> Running in f4766b268a7f 22:42:20 Removing intermediate container f4766b268a7f 22:42:20 ---> 7f35f8db1b92 22:42:20 Step 26/26 : LABEL version=0.0.0 22:42:20 ---> Running in 3ac188c84b7c 22:42:21 Removing intermediate container 3ac188c84b7c 22:42:21 ---> fa37983f7c04 22:42:21 22:42:21 Successfully built fa37983f7c04 22:42:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:42:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:42:21 $ docker stop --time=1 74fbf9ee9b1ac967525f7df9b901ba93d23237892f261640af4726dcf016b182 22:42:23 $ docker rm -f 74fbf9ee9b1ac967525f7df9b901ba93d23237892f261640af4726dcf016b182 [Pipeline] // withDockerContainer [Pipeline] sh 22:42:24 + docker images 22:42:24 + grep docker 22:42:24 docker-sys-mgmt-agent-go-arm64 latest fa37983f7c04 4 seconds ago 300MB 22:42:24 docker-core-data-go-arm64 latest 8645529eb960 47 seconds ago 21.3MB 22:42:24 docker-security-secretstore-setup-go-arm64 latest 1cd993664e1b 58 seconds ago 23.7MB 22:42:24 docker-security-proxy-setup-go-arm64 latest 10fbdf44cdff About a minute ago 23.4MB 22:42:24 docker-security-bootstrapper-go-arm64 latest 9bd4046a7baa 4 minutes ago 17.8MB 22:42:24 docker-core-metadata-go-arm64 latest 873b8aecbcc8 4 minutes ago 17.9MB 22:42:24 docker-core-command-go-arm64 latest 049716ff24fb 4 minutes ago 16.4MB 22:42:24 docker-support-notifications-go-arm64 latest 9d4326b5e50f 4 minutes ago 16.9MB 22:42:24 docker-support-scheduler-go-arm64 latest 3eeaf120a088 4 minutes ago 16.3MB 22:42:24 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:42:25 ---> job-cost.sh 22:42:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PUmv 22:43:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:44:41 lf-activate-venv(): INFO: Adding /tmp/venv-PUmv/bin to PATH 22:44:41 INFO: No Stack... 22:44:41 INFO: Retrieving Pricing Info for: lf-standard-4 22:44:41 INFO: Archiving Costs [Pipeline] sh 22:44:41 + cut -d, -f6+ 22:44:41 cat /w/workspace/edgex-go/25/archives/cost.csv [Pipeline] lock 22:44:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-25-stack-cost] 22:44:41 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-25-stack-cost] did not exist. Created. 22:44:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:44:42 + echo total: 0.20999999344348907 [Pipeline] stash 22:44:42 Stashed 1 file(s) [Pipeline] } 22:44:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-25-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:44:44 provisioning config files... 22:44:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/25@tmp/config8956808825320062973tmp [Pipeline] { [Pipeline] sh 22:44:44 + set +x 22:44:44 + curl -s https://codecov.io/bash 22:44:44 + bash -s -- 22:44:44 22:44:44 _____ _ 22:44:44 / ____| | | 22:44:44 | | ___ __| | ___ ___ _____ __ 22:44:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:44:44 | |___| (_) | (_| | __/ (_| (_) \ V / 22:44:44 \_____\___/ \__,_|\___|\___\___/ \_/ 22:44:44 Bash-20210309-2b87ace 22:44:44 22:44:44 22:44:44 ==> git version 2.24.3 found 22:44:44 ==> 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:44:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:44:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:44:44 ==> Jenkins CI detected. 22:44:44 project root: . 22:44:44 --> token set from env 22:44:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:44:44 ==> Running gcov in . (disable via -X gcov) 22:44:44 ==> Python coveragepy not found 22:44:44 ==> Searching for coverage reports in: 22:44:44 + . 22:44:44 -> Found 1 reports 22:44:44 ==> Detecting git/mercurial file structure 22:44:44 ==> Reading reports 22:44:44 + ./coverage.out bytes=659965 22:44:45 ==> Appending adjustments 22:44:45 https://docs.codecov.io/docs/fixing-reports 22:44:48 + Found adjustments 22:44:48 ==> Gzipping contents 22:44:48 96K /tmp/codecov.0DupNz.gz 22:44:48 ==> Uploading reports 22:44:48 url: https://codecov.io 22:44:48 query: branch=PR-3234&commit=b750d2d7a2dc3ccf6a691e356026d256cb22a430&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 22:44:48 -> Pinging Codecov 22:44:48 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=b750d2d7a2dc3ccf6a691e356026d256cb22a430&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 22:44:49 -> Uploading to 22:44:49 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/b750d2d7a2dc3ccf6a691e356026d256cb22a430/b1069817-12c9-4a70-9156-165ad40c9a55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T224448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ef9ec72bcb73543743695cf268ec83efe285f9d9402a3e26d1eb6c40c372ee1 22:44:49 % Total % Received % Xferd Average Speed Time Time Time Current 22:44:49 Dload Upload Total Spent Left Speed 22:44:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96048 0 0 100 96048 0 212k --:--:-- --:--:-- --:--:-- 212k 22:44:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b750d2d7a2dc3ccf6a691e356026d256cb22a430 [Pipeline] } 22:44:49 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:44:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:44:52 ---> package-listing.sh 22:44:52 ++ facter osfamily 22:44:52 ++ tr '[:upper:]' '[:lower:]' 22:44:52 + OS_FAMILY=redhat 22:44:52 + workspace=/w/workspace/edgex-go/25 22:44:52 + START_PACKAGES=/tmp/packages_start.txt 22:44:52 + END_PACKAGES=/tmp/packages_end.txt 22:44:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:44:52 + PACKAGES=/tmp/packages_start.txt 22:44:52 + '[' /w/workspace/edgex-go/25 ']' 22:44:52 + PACKAGES=/tmp/packages_end.txt 22:44:52 + case "${OS_FAMILY}" in 22:44:52 + rpm -qa 22:44:52 + sort 22:44:57 + '[' -f /tmp/packages_start.txt ']' 22:44:57 + '[' -f /tmp/packages_end.txt ']' 22:44:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:44:57 + '[' /w/workspace/edgex-go/25 ']' 22:44:57 + mkdir -p /w/workspace/edgex-go/25/archives/ 22:44:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/25/archives/ [Pipeline] echo 22:44:57 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/25/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:44:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:44:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:44:58 22:44:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:44:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:44:58 alpine: Pulling from edgex-lftools-log-publisher 22:44:58 df20fa9351a1: Pulling fs layer 22:44:58 36b3adc4ff6f: Pulling fs layer 22:44:58 8ad3a11d3b57: Pulling fs layer 22:44:58 46f8f816bc3b: Pulling fs layer 22:44:58 93b61091891f: Pulling fs layer 22:44:58 93b9cdb0e59b: Pulling fs layer 22:44:58 5e14af77c1be: Pulling fs layer 22:44:58 01666e4c0597: Pulling fs layer 22:44:58 aa168da1d23b: Pulling fs layer 22:44:58 46f8f816bc3b: Waiting 22:44:58 93b61091891f: Waiting 22:44:58 93b9cdb0e59b: Waiting 22:44:58 5e14af77c1be: Waiting 22:44:58 01666e4c0597: Waiting 22:44:58 aa168da1d23b: Waiting 22:44:58 36b3adc4ff6f: Verifying Checksum 22:44:58 36b3adc4ff6f: Download complete 22:44:58 46f8f816bc3b: Download complete 22:44:58 df20fa9351a1: Verifying Checksum 22:44:59 93b9cdb0e59b: Verifying Checksum 22:44:59 93b9cdb0e59b: Download complete 22:44:59 5e14af77c1be: Verifying Checksum 22:44:59 5e14af77c1be: Download complete 22:44:59 93b61091891f: Download complete 22:44:59 01666e4c0597: Download complete 22:44:59 8ad3a11d3b57: Verifying Checksum 22:44:59 8ad3a11d3b57: Download complete 22:44:59 df20fa9351a1: Pull complete 22:44:59 36b3adc4ff6f: Pull complete 22:45:01 aa168da1d23b: Verifying Checksum 22:45:01 aa168da1d23b: Download complete 22:45:01 8ad3a11d3b57: Pull complete 22:45:01 46f8f816bc3b: Pull complete 22:45:02 93b61091891f: Pull complete 22:45:02 93b9cdb0e59b: Pull complete 22:45:03 5e14af77c1be: Pull complete 22:45:03 01666e4c0597: Pull complete 22:45:11 aa168da1d23b: Pull complete 22:45:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:45:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:45:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:45:11 prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container 22:45:11 $ 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/25/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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:45:21 $ docker top 8e3e78ef2a2606a7896668ddf3280fc3f5d45c31186d1def96b6e86ba06dfe98 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:21 + touch /tmp/pre-build-complete [Pipeline] sh 22:45:22 + mkdir -p /var/log/sa [Pipeline] sh 22:45:22 + ls /var/log/sa-host 22:45:22 + sadf -c /var/log/sa-host/sa22 22:45:22 file_magic: OK 22:45:22 HZ: Using current value: 100 22:45:22 file_header: OK 22:45:22 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:45:22 Statistics: 22:45:22 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...Hnuu...uuuununununu... 22:45:22 File successfully converted to sysstat format version 12.2.1 22:45:22 + sadf -c /var/log/sa-host/sa23 22:45:22 file_magic: OK 22:45:22 HZ: Using current value: 100 22:45:22 file_header: OK 22:45:22 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:45:22 Statistics: 22:45:22 Hnuu...uuuununununu... 22:45:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:45:22 provisioning config files... 22:45:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/25@tmp/config8433583950375795454tmp [Pipeline] { [Pipeline] echo 22:45:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:45:23 ---> create-netrc.sh [Pipeline] } 22:45:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:45:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:45:23 ---> python-tools-install.sh [Pipeline] echo 22:45:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:45:23 ---> sudo-logs.sh 22:45:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:45:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:45:24 ---> job-cost.sh 22:45:24 lf-activate-venv: SKIPPING 22:45:24 DEBUG: total: 0.20999999344348907 22:45:24 INFO: Retrieving Stack Cost... 22:45:25 INFO: Retrieving Pricing Info for: v1-standard-2 22:45:25 INFO: Archiving Costs [Pipeline] echo 22:45:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:45:26 ---> logs-deploy.sh 22:45:26 lf-activate-venv: SKIPPING 22:45:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/25 22:45:26 INFO: archiving workspace using pattern(s): 22:45:28 Archives upload complete. 22:45:28 INFO: archiving logs to Nexus 22:45:29 ---> uname -a: 22:45:29 Linux prd-centos7-docker-4c-2g-30950.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:45:29 22:45:29 22:45:29 ---> lscpu: 22:45:29 Architecture: x86_64 22:45:29 CPU op-mode(s): 32-bit, 64-bit 22:45:29 Byte Order: Little Endian 22:45:29 Address sizes: 40 bits physical, 48 bits virtual 22:45:29 CPU(s): 4 22:45:29 On-line CPU(s) list: 0-3 22:45:29 Thread(s) per core: 1 22:45:29 Core(s) per socket: 1 22:45:29 Socket(s): 4 22:45:29 NUMA node(s): 1 22:45:29 Vendor ID: GenuineIntel 22:45:29 CPU family: 6 22:45:29 Model: 44 22:45:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:45:29 Stepping: 1 22:45:29 CPU MHz: 2933.442 22:45:29 BogoMIPS: 5866.88 22:45:29 Virtualization: VT-x 22:45:29 Hypervisor vendor: KVM 22:45:29 Virtualization type: full 22:45:29 L1d cache: 128 KiB 22:45:29 L1i cache: 128 KiB 22:45:29 L2 cache: 16 MiB 22:45:29 L3 cache: 64 MiB 22:45:29 NUMA node0 CPU(s): 0-3 22:45:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:45:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:45:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:45:29 Vulnerability Meltdown: Mitigation; PTI 22:45:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:45:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:45:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:45:29 Vulnerability Srbds: Not affected 22:45:29 Vulnerability Tsx async abort: Not affected 22:45:29 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:45:29 22:45:29 22:45:29 ---> nproc: 22:45:29 4 22:45:29 22:45:29 22:45:29 ---> df -h: 22:45:29 Filesystem Size Used Available Use% Mounted on 22:45:29 overlay 50.0G 11.8G 38.2G 24% / 22:45:29 tmpfs 64.0M 0 64.0M 0% /dev 22:45:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:45:29 shm 64.0M 0 64.0M 0% /dev/shm 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/25@tmp 22:45:29 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/25 22:45:29 22:45:29 22:45:29 ---> free -m: 22:45:29 total used free shared buff/cache available 22:45:29 Mem: 1837 707 174 0 955 1045 22:45:29 Swap: 1023 51 972 22:45:29 22:45:29 22:45:29 ---> ip addr: 22:45:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:45:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:45:29 inet 127.0.0.1/8 scope host lo 22:45:29 valid_lft forever preferred_lft forever 22:45:29 inet6 ::1/128 scope host 22:45:29 valid_lft forever preferred_lft forever 22:45:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:45:29 link/ether fa:16:3e:bc:2d:5b brd ff:ff:ff:ff:ff:ff 22:45:29 inet 10.30.123.212/23 brd 10.30.123.255 scope global dynamic eth0 22:45:29 valid_lft 84881sec preferred_lft 84881sec 22:45:29 inet6 fe80::f816:3eff:febc:2d5b/64 scope link 22:45:29 valid_lft forever preferred_lft forever 22:45:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:45:29 link/ether 02:42:70:0b:4a:cc brd ff:ff:ff:ff:ff:ff 22:45:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:45:29 valid_lft forever preferred_lft forever 22:45:29 inet6 fe80::42:70ff:fe0b:4acc/64 scope link 22:45:29 valid_lft forever preferred_lft forever 22:45:29 22:45:29 22:45:29 ---> sar -b -r -n DEV: 22:45:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 22:45:29 22:45:29 22:19:59 LINUX RESTART (4 CPU) 22:45:29 22:45:29 22:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:45:29 22:22:01 231.85 90.88 140.97 0.00 10114.57 46404.29 0.00 22:45:29 22:23:01 240.66 91.93 148.73 0.00 3670.98 21156.98 0.00 22:45:29 22:24:01 134.98 57.31 77.67 0.00 2105.80 9655.69 0.00 22:45:29 22:25:01 122.20 43.26 78.94 0.00 2664.49 17459.88 0.00 22:45:29 22:26:03 1309.64 1011.76 297.88 0.00 109747.39 171088.16 0.00 22:45:29 22:27:02 2505.38 2212.41 292.97 0.00 126783.68 143252.71 0.00 22:45:29 22:28:02 967.51 654.78 312.73 0.00 63150.02 115622.27 0.00 22:45:29 22:29:02 1707.45 1359.37 348.08 0.00 84077.11 94820.41 0.00 22:45:29 22:30:01 140.76 25.79 114.97 0.00 3790.19 12145.14 0.00 22:45:29 22:31:01 2.11 1.78 0.33 0.00 179.85 5.45 0.00 22:45:29 22:32:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 22:45:29 22:33:01 0.30 0.00 0.30 0.00 0.00 3.16 0.00 22:45:29 22:34:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 22:45:29 22:35:01 1.75 1.47 0.28 0.00 50.76 3.93 0.00 22:45:29 22:36:01 0.83 0.03 0.80 0.00 1.07 14.62 0.00 22:45:29 22:37:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 22:45:29 22:38:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 22:45:29 22:39:01 0.18 0.02 0.17 0.00 1.07 1.65 0.00 22:45:29 22:40:01 0.30 0.00 0.30 0.00 0.00 4.00 0.00 22:45:29 22:41:01 0.27 0.02 0.25 0.00 0.53 2.47 0.00 22:45:29 22:42:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 22:45:29 22:43:01 0.28 0.03 0.25 0.00 0.53 2.76 0.00 22:45:29 22:44:02 0.20 0.02 0.18 0.00 0.53 2.31 0.00 22:45:29 22:45:01 74.72 67.04 7.69 0.00 5507.91 1963.57 0.00 22:45:29 Average: 308.65 232.59 76.06 0.00 17152.16 26481.34 0.00 22:45:29 22:45:29 22:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:45:29 22:22:01 141684 0 662488 35.21 2112 1075260 1425360 48.65 561936 934600 36 22:45:29 22:23:01 160860 0 755360 40.15 1492 963832 1723156 58.81 619132 819404 55568 22:45:29 22:24:01 277948 0 838512 44.57 680 764404 1733572 59.16 613240 696568 32004 22:45:29 22:25:01 77784 0 754380 40.09 660 1048720 1523832 52.01 634056 883276 87456 22:45:29 22:26:03 65620 0 762328 40.52 40 1053556 1907800 65.11 717332 877572 41764 22:45:29 22:27:02 460448 0 926064 49.22 40 494992 2900776 99.00 536244 615016 29116 22:45:29 22:28:02 110728 0 701880 37.30 40 1068896 1523676 52.00 686944 852640 10848 22:45:29 22:29:02 261844 0 784920 41.72 40 834740 1795032 61.26 602448 761488 1200 22:45:29 22:30:01 410592 0 628192 33.39 40 842720 1173880 40.06 498024 730268 28 22:45:29 22:31:01 406400 0 627756 33.36 40 847348 1141032 38.94 501424 732252 8 22:45:29 22:32:01 407004 0 627148 33.33 40 847352 1137888 38.83 501008 732252 8 22:45:29 22:33:01 406924 0 627216 33.34 40 847364 1137888 38.83 501000 732252 8 22:45:29 22:34:01 407352 0 626780 33.31 40 847372 1137888 38.83 501132 732252 8 22:45:29 22:35:01 405664 0 627644 33.36 40 848196 1137888 38.83 501052 733072 16 22:45:29 22:36:01 405156 0 628144 33.38 40 848204 1137960 38.84 501256 733068 8 22:45:29 22:37:01 405260 0 628028 33.38 40 848216 1137888 38.83 501064 733072 8 22:45:29 22:38:01 404904 0 628380 33.40 40 848220 1137996 38.84 501272 733068 8 22:45:29 22:39:01 404772 0 628508 33.40 40 848224 1138056 38.84 501440 733100 8 22:45:29 22:40:01 405128 0 628136 33.38 40 848240 1137888 38.83 501088 733100 8 22:45:29 22:41:01 405140 0 628136 33.38 40 848228 1137972 38.84 501164 733100 8 22:45:29 22:42:01 404844 0 628404 33.40 40 848256 1138008 38.84 501428 733116 8 22:45:29 22:43:01 404688 0 628560 33.41 40 848256 1138044 38.84 501540 733124 12 22:45:29 22:44:02 404312 0 628924 33.43 40 848268 1138088 38.84 501884 733148 8 22:45:29 22:45:01 78928 0 662228 35.20 40 1140348 1347828 46.00 568092 986940 105144 22:45:29 Average: 321833 0 677838 36.03 239 881634 1374558 46.91 543967 767406 15137 22:45:29 22:45:29 22:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:45:29 22:22:01 eth0 1168.76 1180.84 5879.38 143.19 0.00 0.00 0.00 0.00 22:45:29 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:22:01 vethec05de6 1.86 4.56 0.12 25.41 0.00 0.00 0.00 0.00 22:45:29 22:22:01 docker0 857.05 787.19 70.52 2712.02 0.00 0.00 0.00 0.00 22:45:29 22:23:01 eth0 207.87 155.51 837.38 24.35 0.00 0.00 0.00 0.00 22:45:29 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:23:01 veth906c3e5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:45:29 22:23:01 docker0 135.44 172.73 9.70 805.65 0.00 0.00 0.00 0.00 22:45:29 22:24:01 eth0 36.14 24.54 22.79 67.26 0.00 0.00 0.00 0.00 22:45:29 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:24:01 veth906c3e5 2.34 2.34 0.19 0.19 0.00 0.00 0.00 0.00 22:45:29 22:24:01 docker0 2.34 2.34 0.15 0.19 0.00 0.00 0.00 0.00 22:45:29 22:25:01 eth0 179.15 142.58 1688.62 21.14 0.00 0.00 0.00 0.00 22:45:29 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:26:03 vethf03431e 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 22:45:29 22:26:03 eth0 85.63 55.61 176.78 68.69 0.00 0.00 0.00 0.00 22:45:29 22:26:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:26:03 docker0 9.69 25.90 0.51 142.28 0.00 0.00 0.00 0.00 22:45:29 22:27:02 vethf03431e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:27:02 vethcb9905b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:45:29 22:27:02 veth54f2623 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:45:29 22:27:02 eth0 10.08 5.11 8.42 4.41 0.00 0.00 0.00 0.00 22:45:29 22:28:02 vethf03431e 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:45:29 22:28:02 eth0 196.49 147.89 1459.00 73.31 0.00 0.00 0.00 0.00 22:45:29 22:28:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:45:29 22:28:02 veth0c1c83d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:29:02 vethf2a53d3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:45:29 22:29:02 vethb033440 2.49 3.39 0.43 18.18 0.00 0.00 0.00 0.00 22:45:29 22:29:02 vethf03431e 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:29:02 eth0 107.65 67.41 425.42 81.11 0.00 0.00 0.00 0.00 22:45:29 22:30:01 eth0 41.35 22.88 104.32 11.58 0.00 0.00 0.00 0.00 22:45:29 22:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:45:29 22:30:01 docker0 1073.50 1100.86 85.40 4383.26 0.00 0.00 0.00 0.00 22:45:29 22:31:01 eth0 0.93 0.40 0.43 0.27 0.00 0.00 0.00 0.00 22:45:29 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:32:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:45:29 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:33:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:45:29 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:34:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:45:29 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:35:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:45:29 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:36:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 22:45:29 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:37:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:45:29 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:38:01 eth0 1.23 0.28 0.34 0.20 0.00 0.00 0.00 0.00 22:45:29 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:39:01 eth0 0.82 0.32 0.30 0.20 0.00 0.00 0.00 0.00 22:45:29 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:40:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:45:29 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:41:01 eth0 0.35 0.25 0.17 0.08 0.00 0.00 0.00 0.00 22:45:29 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:42:01 eth0 1.68 0.30 0.37 0.20 0.00 0.00 0.00 0.00 22:45:29 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:43:01 eth0 2.11 0.60 0.64 0.37 0.00 0.00 0.00 0.00 22:45:29 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:44:02 eth0 0.93 0.63 0.56 0.40 0.00 0.00 0.00 0.00 22:45:29 22:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:45:01 eth0 222.41 185.22 2208.35 64.48 0.00 0.00 0.00 0.00 22:45:29 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 Average: eth0 94.49 83.08 533.94 23.45 0.00 0.00 0.00 0.00 22:45:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:45:29 Average: docker0 44.07 45.19 3.51 179.95 0.00 0.00 0.00 0.00 22:45:29 22:45:29 22:45:29 ---> sar -P ALL: 22:45:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 22:45:29 22:45:29 22:19:59 LINUX RESTART (4 CPU) 22:45:29 22:45:29 22:21:01 CPU %user %nice %system %iowait %steal %idle 22:45:29 22:22:01 all 16.14 0.00 9.41 2.16 0.10 72.19 22:45:29 22:22:01 0 15.96 0.00 11.11 2.07 0.09 70.77 22:45:29 22:22:01 1 11.42 0.00 8.88 1.26 0.14 78.31 22:45:29 22:22:01 2 16.68 0.00 8.88 2.35 0.12 71.97 22:45:29 22:22:01 3 20.54 0.00 8.76 2.97 0.07 67.66 22:45:29 22:23:01 all 22.70 0.00 8.53 6.74 0.10 61.94 22:45:29 22:23:01 0 21.07 0.00 8.86 7.74 0.09 62.24 22:45:29 22:23:01 1 23.24 0.00 8.69 6.80 0.10 61.16 22:45:29 22:23:01 2 23.25 0.00 8.29 6.57 0.09 61.81 22:45:29 22:23:01 3 23.23 0.00 8.28 5.84 0.10 62.54 22:45:29 22:24:01 all 47.79 0.00 12.89 3.89 0.11 35.31 22:45:29 22:24:01 0 48.39 0.00 13.07 3.91 0.11 34.52 22:45:29 22:24:01 1 46.84 0.00 13.08 2.86 0.12 37.09 22:45:29 22:24:01 2 46.41 0.00 13.11 5.66 0.12 34.69 22:45:29 22:24:01 3 49.54 0.00 12.30 3.11 0.11 34.94 22:45:29 22:25:01 all 42.28 0.00 13.71 2.19 0.10 41.72 22:45:29 22:25:01 0 43.29 0.00 13.87 1.65 0.07 41.11 22:45:29 22:25:01 1 41.97 0.00 13.92 2.51 0.14 41.46 22:45:29 22:25:01 2 42.07 0.00 13.51 1.76 0.09 42.58 22:45:29 22:25:01 3 41.80 0.00 13.52 2.85 0.09 41.75 22:45:29 22:26:03 all 21.05 0.00 25.20 12.35 0.24 41.16 22:45:29 22:26:03 0 23.06 0.00 24.79 12.15 0.31 39.68 22:45:29 22:26:03 1 19.82 0.00 25.00 11.74 0.24 43.19 22:45:29 22:26:03 2 20.61 0.00 25.35 13.74 0.17 40.13 22:45:29 22:26:03 3 20.70 0.00 25.65 11.77 0.23 41.65 22:45:29 22:27:02 all 39.12 0.00 22.80 23.46 0.22 14.40 22:45:29 22:27:02 0 37.31 0.00 23.23 23.54 0.26 15.66 22:45:29 22:27:02 1 40.00 0.00 22.67 23.66 0.18 13.49 22:45:29 22:27:02 2 39.33 0.00 21.86 21.38 0.22 17.20 22:45:29 22:27:02 3 39.82 0.00 23.43 25.28 0.21 11.27 22:45:29 22:28:02 all 35.52 0.00 19.72 19.45 0.17 25.14 22:45:29 22:28:02 0 35.14 0.00 20.06 21.09 0.16 23.55 22:45:29 22:28:02 1 35.86 0.00 20.05 17.58 0.17 26.33 22:45:29 22:28:02 2 35.16 0.00 19.26 21.48 0.19 23.90 22:45:29 22:28:02 3 35.91 0.00 19.49 17.69 0.16 26.75 22:45:29 22:29:02 all 50.69 0.00 22.90 20.55 0.13 5.73 22:45:29 22:29:02 0 49.56 0.00 22.85 20.62 0.09 6.88 22:45:29 22:29:02 1 50.22 0.00 22.57 20.57 0.13 6.51 22:45:29 22:29:02 2 51.96 0.00 22.90 19.12 0.13 5.90 22:45:29 22:29:02 3 51.00 0.00 23.30 21.91 0.16 3.63 22:45:29 22:30:01 all 8.87 0.00 5.28 4.85 0.05 80.95 22:45:29 22:30:01 0 8.45 0.00 5.39 6.30 0.05 79.81 22:45:29 22:30:01 1 9.34 0.00 5.10 2.04 0.05 83.46 22:45:29 22:30:01 2 8.15 0.00 5.73 4.65 0.03 81.43 22:45:29 22:30:01 3 9.55 0.00 4.91 6.41 0.05 79.08 22:45:29 22:31:01 all 0.16 0.00 0.04 0.04 0.00 99.76 22:45:29 22:31:01 0 0.07 0.00 0.03 0.02 0.00 99.88 22:45:29 22:31:01 1 0.52 0.00 0.02 0.03 0.00 99.43 22:45:29 22:31:01 2 0.02 0.00 0.07 0.12 0.00 99.80 22:45:29 22:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 22:45:29 22:32:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:45:29 22:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:45:29 22:32:01 1 0.22 0.00 0.03 0.00 0.00 99.75 22:45:29 22:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 22:45:29 22:32:01 3 0.32 0.00 0.05 0.00 0.00 99.63 22:45:29 22:45:29 22:32:01 CPU %user %nice %system %iowait %steal %idle 22:45:29 22:33:01 all 0.10 0.00 0.03 0.00 0.00 99.87 22:45:29 22:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:45:29 22:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:45:29 22:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:45:29 22:33:01 3 0.33 0.00 0.05 0.00 0.00 99.62 22:45:29 22:34:01 all 0.05 0.00 0.04 0.00 0.01 99.90 22:45:29 22:34:01 0 0.07 0.00 0.03 0.00 0.02 99.88 22:45:29 22:34:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:45:29 22:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:45:29 22:34:01 3 0.08 0.00 0.07 0.00 0.02 99.83 22:45:29 22:35:01 all 0.15 0.00 0.05 0.02 0.00 99.78 22:45:29 22:35:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:45:29 22:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:45:29 22:35:01 2 0.03 0.00 0.10 0.08 0.00 99.78 22:45:29 22:35:01 3 0.50 0.00 0.03 0.00 0.00 99.47 22:45:29 22:36:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:45:29 22:36:01 0 0.07 0.00 0.07 0.00 0.00 99.87 22:45:29 22:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:45:29 22:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 22:45:29 22:36:01 3 0.50 0.00 0.02 0.00 0.00 99.48 22:45:29 22:37:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:45:29 22:37:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:45:29 22:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:45:29 22:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:45:29 22:37:01 3 0.50 0.00 0.02 0.00 0.00 99.48 22:45:29 22:38:01 all 0.17 0.00 0.04 0.00 0.00 99.79 22:45:29 22:38:01 0 0.07 0.00 0.03 0.00 0.00 99.90 22:45:29 22:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:45:29 22:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:45:29 22:38:01 3 0.55 0.00 0.05 0.00 0.00 99.40 22:45:29 22:39:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:45:29 22:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:45:29 22:39:01 1 0.02 0.00 0.03 0.00 0.02 99.93 22:45:29 22:39:01 2 0.10 0.00 0.02 0.00 0.00 99.88 22:45:29 22:39:01 3 0.52 0.00 0.05 0.00 0.00 99.43 22:45:29 22:40:01 all 0.07 0.00 0.03 0.00 0.00 99.91 22:45:29 22:40:01 0 0.05 0.00 0.00 0.00 0.00 99.95 22:45:29 22:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:45:29 22:40:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:45:29 22:40:01 3 0.17 0.00 0.03 0.00 0.00 99.80 22:45:29 22:41:01 all 0.07 0.00 0.03 0.00 0.01 99.89 22:45:29 22:41:01 0 0.02 0.00 0.03 0.00 0.02 99.93 22:45:29 22:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:45:29 22:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:45:29 22:41:01 3 0.23 0.00 0.03 0.00 0.02 99.72 22:45:29 22:42:01 all 0.15 0.00 0.03 0.00 0.01 99.81 22:45:29 22:42:01 0 0.03 0.00 0.03 0.00 0.02 99.92 22:45:29 22:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 22:45:29 22:42:01 2 0.03 0.00 0.03 0.00 0.02 99.92 22:45:29 22:42:01 3 0.48 0.00 0.03 0.00 0.00 99.48 22:45:29 22:43:01 all 0.14 0.00 0.03 0.00 0.01 99.82 22:45:29 22:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 22:45:29 22:43:01 1 0.05 0.00 0.03 0.00 0.02 99.90 22:45:29 22:43:01 2 0.02 0.00 0.02 0.02 0.00 99.95 22:45:29 22:43:01 3 0.47 0.00 0.03 0.00 0.00 99.50 22:45:29 22:45:29 22:43:01 CPU %user %nice %system %iowait %steal %idle 22:45:29 22:44:02 all 0.16 0.00 0.03 0.00 0.01 99.80 22:45:29 22:44:02 0 0.03 0.00 0.02 0.00 0.00 99.95 22:45:29 22:44:02 1 0.05 0.00 0.03 0.00 0.02 99.90 22:45:29 22:44:02 2 0.03 0.00 0.03 0.00 0.02 99.92 22:45:29 22:44:02 3 0.52 0.00 0.03 0.02 0.02 99.42 22:45:29 22:45:01 all 3.22 0.00 2.00 1.86 0.03 92.90 22:45:29 22:45:01 0 2.99 0.00 2.30 2.25 0.02 92.44 22:45:29 22:45:01 1 2.90 0.00 2.01 0.61 0.03 94.44 22:45:29 22:45:01 2 3.32 0.00 1.86 1.82 0.03 92.96 22:45:29 22:45:01 3 3.67 0.00 1.83 2.75 0.02 91.73 22:45:29 Average: all 11.57 0.00 5.72 3.88 0.05 78.77 22:45:29 Average: 0 11.43 0.00 5.84 4.03 0.05 78.64 22:45:29 Average: 1 11.33 0.00 5.72 3.57 0.06 79.32 22:45:29 Average: 2 11.50 0.00 5.66 3.94 0.05 78.86 22:45:29 Average: 3 12.03 0.00 5.67 3.98 0.05 78.27 22:45:29 22:45:29 22:45:29