Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f38efd4c31adff1451f844e6fba5d517ca5623d7+1fa86f97d63fcad7b96d726da483d93f5db5c4b0 (290d5b9f96ab73bfd12951f2e6f565907ab87b6e) 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-33095 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/58 [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/58 # 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 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 into PR head commit f38efd4c31adff1451f844e6fba5d517ca5623d7 Merge succeeded, producing f38efd4c31adff1451f844e6fba5d517ca5623d7 Checking out Revision f38efd4c31adff1451f844e6fba5d517ca5623d7 (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 f38efd4c31adff1451f844e6fba5d517ca5623d7 # 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 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:38:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:38:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:38:24 ========================================================= 01:38:24 EdgeX Global Pipelines Version Info 01:38:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a6616ea54d0c9eb5f65a979b2509cc883f3e560a # timeout=10 01:38:25 ------------------- 01:38:25 stable info: 01:38:25 ------------------- 01:38:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:38:25 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 01:38:25 Message: update stable to v1.0.186 01:38:26 ------------------- 01:38:26 experimental info: 01:38:26 ------------------- 01:38:26 Commited By: **** collab-it+edgex@linuxfoundation.org 01:38:26 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 01:38:26 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:38:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:38:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:38:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:38:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:38:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:38:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:38:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:38:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:38:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f38efd4c31adff1451f844e6fba5d517ca5623d7 [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f38efd4 [Pipeline] echo 01:38:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:38:29 provisioning config files... 01:38:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/58@tmp/config6496168756461317537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:38:30 ---> docker-login.sh 01:38:30 nexus3.edgexfoundry.org:10001 01:38:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:30 Configure a credential helper to remove this warning. See 01:38:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:30 01:38:30 Login Succeeded 01:38:30 nexus3.edgexfoundry.org:10002 01:38:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:30 Configure a credential helper to remove this warning. See 01:38:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:30 01:38:30 Login Succeeded 01:38:30 nexus3.edgexfoundry.org:10003 01:38:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:31 Configure a credential helper to remove this warning. See 01:38:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:31 01:38:31 Login Succeeded 01:38:31 nexus3.edgexfoundry.org:10004 01:38:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:31 Configure a credential helper to remove this warning. See 01:38:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:31 01:38:31 Login Succeeded 01:38:31 docker.io 01:38:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:38:31 Configure a credential helper to remove this warning. See 01:38:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:38:31 01:38:31 Login Succeeded 01:38:31 ---> docker-login.sh ends [Pipeline] } 01:38:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:38:32 ++ 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 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/core-command/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo core-command,cmd/core-command/Dockerfile 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/core-data/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo core-data,cmd/core-data/Dockerfile 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/core-metadata/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo core-metadata,cmd/core-metadata/Dockerfile 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/security-bootstrapper/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/security-proxy-setup/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/support-notifications/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo support-notifications,cmd/support-notifications/Dockerfile 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/support-scheduler/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:38:32 + for file in '`ls cmd/**/Dockerfile`' 01:38:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:38:32 ++ cut -d/ -f2 01:38:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:38:32 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 01:38:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:38:33 01:38:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:38:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:38:33 latest: Pulling from edgex-devops/git-semver 01:38:33 31603596830f: Pulling fs layer 01:38:33 2a8b12db71e7: Pulling fs layer 01:38:33 6ca5941a6612: Pulling fs layer 01:38:33 ecc8261a40a4: Pulling fs layer 01:38:33 ecc8261a40a4: Waiting 01:38:33 2a8b12db71e7: Download complete 01:38:33 31603596830f: Verifying Checksum 01:38:33 31603596830f: Download complete 01:38:33 6ca5941a6612: Verifying Checksum 01:38:33 6ca5941a6612: Download complete 01:38:33 ecc8261a40a4: Verifying Checksum 01:38:33 ecc8261a40a4: Download complete 01:38:33 31603596830f: Pull complete 01:38:33 2a8b12db71e7: Pull complete 01:38:34 6ca5941a6612: Pull complete 01:38:34 ecc8261a40a4: Pull complete 01:38:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:38:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:38:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:38:35 prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container 01:38:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:38:37 $ docker top 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:38:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:38:38 [ssh-agent] Looking for ssh-agent implementation... 01:38:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:38:38 $ docker exec 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 ssh-agent 01:38:38 SSH_AUTH_SOCK=/tmp/ssh-I0HByjI7SPbB/agent.12 01:38:38 SSH_AGENT_PID=18 01:38:38 Running ssh-add (command line suppressed) 01:38:38 Identity added: /w/workspace/edgex-go/58@tmp/private_key_1801469568201327945.key (/w/workspace/edgex-go/58@tmp/private_key_1801469568201327945.key) 01:38:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:38:39 + git tag --points-at HEAD [Pipeline] } 01:38:39 $ docker exec --env ******** --env ******** 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 ssh-agent -k 01:38:39 unset SSH_AUTH_SOCK; 01:38:39 unset SSH_AGENT_PID; 01:38:39 echo Agent pid 18 killed; 01:38:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:38:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:38:39 [ssh-agent] Looking for ssh-agent implementation... 01:38:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:38:39 $ docker exec 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 ssh-agent 01:38:39 SSH_AUTH_SOCK=/tmp/ssh-WqNY7gwnHJ0o/agent.47 01:38:39 SSH_AGENT_PID=52 01:38:39 Running ssh-add (command line suppressed) 01:38:39 Identity added: /w/workspace/edgex-go/58@tmp/private_key_7992919806527942983.key (/w/workspace/edgex-go/58@tmp/private_key_7992919806527942983.key) 01:38:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:38:40 + git semver init 01:38:40 # -> Open(): unable to determine branch for HEAD 01:38:40 # $GIT_DIR = /w/workspace/edgex-go/58/.git 01:38:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/58 01:38:40 # $SEMVER_REMOTE_NAME = origin 01:38:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:38:40 # $SEMVER_USER_NAME = edgex-jenkins 01:38:40 # $SEMVER_BRANCH = PR-3234 01:38:40 # $SEMVER_TEMP = /tmp/semver-673587344 01:38:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:39:02 # '/tmp/semver-673587344' -> '/w/workspace/edgex-go/58/.semver' 01:39:02 # -> Force: false 01:39:02 # $SEMVER_DIR = /w/workspace/edgex-go/58/.semver [Pipeline] } 01:39:02 $ docker exec --env ******** --env ******** 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 ssh-agent -k 01:39:02 unset SSH_AUTH_SOCK; 01:39:02 unset SSH_AGENT_PID; 01:39:02 echo Agent pid 52 killed; 01:39:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:39:03 + git semver [Pipeline] } 01:39:03 $ docker stop --time=1 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 01:39:04 $ docker rm -f 2877adf55fa4fadf594275bcf835e6f6c35abcc0db3dd90d5ff89d2ffbb1fc78 [Pipeline] // withDockerContainer [Pipeline] sh 01:39:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:39:05 Stashed 1 file(s) [Pipeline] echo 01:39:05 [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 01:39:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:39:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:39:07 + sudo service docker restart 01:39:07 + true 01:39:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:39:07 ========================================================= 01:39:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:39:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:39:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 01:39:11 Sending build context to Docker daemon 329.2MB 01:39:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:39:11 Step 2/6 : FROM ${BASE} 01:39:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:39:11 188c0c94c7c5: Pulling fs layer 01:39:11 0ef7d3d256c8: Pulling fs layer 01:39:11 de9db76c5a1d: Pulling fs layer 01:39:11 bca2f99d35d6: Pulling fs layer 01:39:11 93359f2a8cfa: Pulling fs layer 01:39:11 7c6f9722023f: Pulling fs layer 01:39:11 a35cf1a2eb13: Pulling fs layer 01:39:11 93359f2a8cfa: Waiting 01:39:11 7c6f9722023f: Waiting 01:39:11 a35cf1a2eb13: Waiting 01:39:11 bca2f99d35d6: Waiting 01:39:11 de9db76c5a1d: Verifying Checksum 01:39:11 de9db76c5a1d: Download complete 01:39:11 0ef7d3d256c8: Verifying Checksum 01:39:11 0ef7d3d256c8: Download complete 01:39:11 93359f2a8cfa: Verifying Checksum 01:39:11 93359f2a8cfa: Download complete 01:39:11 7c6f9722023f: Verifying Checksum 01:39:11 7c6f9722023f: Download complete 01:39:12 188c0c94c7c5: Verifying Checksum 01:39:12 188c0c94c7c5: Download complete 01:39:12 188c0c94c7c5: Pull complete 01:39:13 0ef7d3d256c8: Pull complete 01:39:13 de9db76c5a1d: Pull complete 01:39:15 a35cf1a2eb13: Verifying Checksum 01:39:15 a35cf1a2eb13: Download complete 01:39:16 bca2f99d35d6: Verifying Checksum 01:39:16 bca2f99d35d6: Download complete 01:39:21 Still waiting to schedule task 01:39:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:39:21 bca2f99d35d6: Pull complete 01:39:21 93359f2a8cfa: Pull complete 01:39:21 7c6f9722023f: Pull complete 01:39:27 a35cf1a2eb13: Pull complete 01:39:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:39:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:39:27 ---> a62c8e92a672 01:39:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 01:39:27 ---> Running in 4038020d4f92 01:39:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:39:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:39:28 (1/12) Installing libmagic (5.38-r0) 01:39:28 (2/12) Installing file (5.38-r0) 01:39:28 (3/12) Installing libc-dev (0.7.2-r3) 01:39:28 (4/12) Installing g++ (9.3.0-r2) 01:39:34 (5/12) Installing fortify-headers (1.1-r0) 01:39:34 (6/12) Installing patch (2.7.6-r6) 01:39:34 (7/12) Installing build-base (0.5-r2) 01:39:34 (8/12) Installing libsodium (1.0.18-r0) 01:39:34 (9/12) Installing pkgconf (1.7.2-r0) 01:39:34 (10/12) Installing libsodium-dev (1.0.18-r0) 01:39:34 (11/12) Installing libzmq (4.3.3-r0) 01:39:34 (12/12) Installing zeromq-dev (4.3.3-r0) 01:39:34 Executing busybox-1.31.1-r19.trigger 01:39:34 OK: 233 MiB in 51 packages 01:39:38 Removing intermediate container 4038020d4f92 01:39:38 ---> 65379ad1a132 01:39:38 Step 4/6 : WORKDIR /edgex-go 01:39:38 ---> Running in 271c85098b14 01:39:38 Removing intermediate container 271c85098b14 01:39:38 ---> 8d172170144a 01:39:38 Step 5/6 : COPY go.mod . 01:39:38 ---> 387cd1091848 01:39:38 Step 6/6 : RUN go mod download 01:39:38 ---> Running in b1b08fd003e6 01:40:00 Removing intermediate container b1b08fd003e6 01:40:00 ---> 00e6ee0ce1bd 01:40:00 Successfully built 00e6ee0ce1bd 01:40:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:40:01 + docker inspect -f . ci-base-image-x86_64 01:40:01 . [Pipeline] withDockerContainer 01:40:01 prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container 01:40:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:40:02 $ docker top 7f7ba032b00007de477a111ce0413c404713c663ae4233d62aa3a6c4ba0dfeb1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:02 + go version 01:40:02 go version go1.15.5 linux/amd64 [Pipeline] } 01:40:02 $ docker stop --time=1 7f7ba032b00007de477a111ce0413c404713c663ae4233d62aa3a6c4ba0dfeb1 01:40:04 $ docker rm -f 7f7ba032b00007de477a111ce0413c404713c663ae4233d62aa3a6c4ba0dfeb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:40:05 + docker inspect -f . ci-base-image-x86_64 01:40:05 . [Pipeline] withDockerContainer 01:40:05 prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container 01:40:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:40:05 $ docker top d200faa2b4846b85f5e041eb4579ece68eb948438d3a9e99bdde45b92c987958 -eo pid,comm [Pipeline] { [Pipeline] echo 01:40:06 ========================================================= 01:40:06 [edgeXBuildGoParallel] Running Tests and Build... 01:40:06 ========================================================= [Pipeline] sh 01:40:06 + make test 01:40:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:40:14 ? github.com/edgexfoundry/edgex-go [no test files] 01:40:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:40:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:40:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:40:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:40:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:40:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:40:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:40:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:40:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements 01:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.043s coverage: 19.8% of statements 01:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.115s coverage: 100.0% of statements 01:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.1% of statements 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 71.3% of statements 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:40:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 82.9% of statements 01:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:40:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.057s coverage: 78.9% of statements 01:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.394s coverage: 92.8% of statements 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:40:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:40:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 1.0% of statements 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 01:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements 01:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 01:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 01:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 01:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements 01:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 01:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.242s coverage: 81.5% of statements 01:41:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.039s coverage: 87.1% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.6% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.109s coverage: 91.6% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 64.4% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 69.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 38.4% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.061s coverage: 11.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.1% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.687s coverage: 29.1% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.117s coverage: 95.6% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 01:41:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 01:41:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 01:41:21 GO111MODULE=on go vet ./... 01:41:47 gofmt -l . 01:41:47 [ "`gofmt -l .`" = "" ] 01:41:47 ./bin/test-go-mod-tidy.sh 01:41:47 ./bin/test-attribution-txt.sh [Pipeline] sh 01:41:48 + ls -al . 01:41:48 total 808 01:41:48 drwxrwxr-x 10 1001 1001 4096 Apr 7 01:41 . 01:41:48 drwxr-xr-x 4 root root 30 Apr 7 01:40 .. 01:41:48 -rw-rw-r-- 1 1001 1001 11 Apr 7 01:38 .dockerignore 01:41:48 drwxrwxr-x 8 1001 1001 179 Apr 7 01:38 .git 01:41:48 drwxrwxr-x 3 1001 1001 125 Apr 7 01:38 .github 01:41:48 -rw-rw-r-- 1 1001 1001 818 Apr 7 01:38 .gitignore 01:41:48 drwx------ 3 1001 1001 60 Apr 7 01:39 .semver 01:41:48 -rw-rw-r-- 1 1001 1001 166 Apr 7 01:38 .sonarcloud.properties 01:41:48 -rw-rw-r-- 1 1001 1001 8607 Apr 7 01:38 Attribution.txt 01:41:48 -rw-rw-r-- 1 1001 1001 3804 Apr 7 01:38 CONTRIBUTING.md 01:41:48 -rw-rw-r-- 1 1001 1001 931 Apr 7 01:38 Dockerfile.build 01:41:48 -rw-rw-r-- 1 1001 1001 863 Apr 7 01:38 Jenkinsfile 01:41:48 -rw-rw-r-- 1 1001 1001 10775 Apr 7 01:38 LICENSE 01:41:48 -rw-rw-r-- 1 1001 1001 5774 Apr 7 01:38 Makefile 01:41:48 -rw-rw-r-- 1 1001 1001 6548 Apr 7 01:38 README.md 01:41:48 -rw-rw-r-- 1 1001 1001 6755 Apr 7 01:38 SECURITY.md 01:41:48 -rw-rw-r-- 1 1001 1001 5 Apr 7 01:39 VERSION 01:41:48 -rw-rw-r-- 1 1001 1001 4131 Apr 7 01:38 ZMQWindows.md 01:41:48 drwxrwxr-x 2 1001 1001 117 Apr 7 01:38 bin 01:41:48 drwxrwxr-x 14 1001 1001 4096 Apr 7 01:38 cmd 01:41:48 -rw-r--r-- 1 root root 697383 Apr 7 01:41 coverage.out 01:41:48 -rw-r--r-- 1 root root 1057 Apr 7 01:41 go.mod 01:41:48 -rw-r--r-- 1 root root 22362 Apr 7 01:41 go.sum 01:41:48 drwxrwxr-x 8 1001 1001 127 Apr 7 01:38 internal 01:41:48 drwxrwxr-x 4 1001 1001 26 Apr 7 01:38 openapi 01:41:48 drwxrwxr-x 4 1001 1001 71 Apr 7 01:38 snap 01:41:48 -rw-rw-r-- 1 1001 1001 168 Apr 7 01:38 version.go [Pipeline] sh 01:41:48 + '[' -e coverage.out ] 01:41:48 + chown 1001:1001 coverage.out [Pipeline] stash 01:41:49 Stashed 1 file(s) [Pipeline] sh 01:41:49 + make build 01:41:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:41:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:42:01 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 01:42:03 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 01:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:42:05 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 01:42:06 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 01:42:08 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 01:42:09 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 01:42:10 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 01:42:11 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 01:42:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 01:42:14 $ docker stop --time=1 d200faa2b4846b85f5e041eb4579ece68eb948438d3a9e99bdde45b92c987958 01:42:16 $ docker rm -f d200faa2b4846b85f5e041eb4579ece68eb948438d3a9e99bdde45b92c987958 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:42:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:42:18 01:42:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:42:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:42:18 latest: Pulling from edgex-devops/edgex-compose 01:42:18 cbdbe7a5bc2a: Pulling fs layer 01:42:18 ca9280d653b3: Pulling fs layer 01:42:18 7e9c9ca2126c: Pulling fs layer 01:42:19 cbdbe7a5bc2a: Verifying Checksum 01:42:19 cbdbe7a5bc2a: Download complete 01:42:19 cbdbe7a5bc2a: Pull complete 01:42:19 ca9280d653b3: Verifying Checksum 01:42:19 ca9280d653b3: Download complete 01:42:20 7e9c9ca2126c: Download complete 01:42:21 ca9280d653b3: Pull complete 01:42:27 7e9c9ca2126c: Pull complete 01:42:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:42:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:42:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:42:27 prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container 01:42:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:42:30 $ docker top 924bb3b0adf414dfc06ae9b2e5daeb9f9c6c7243d3ff2a86a11b08f368556723 -eo pid,comm [Pipeline] { [Pipeline] sh 01:42:31 + docker-compose build --help 01:42:31 + grep parallel 01:42:32 --parallel Build images in parallel. [Pipeline] } 01:42:32 $ docker stop --time=1 924bb3b0adf414dfc06ae9b2e5daeb9f9c6c7243d3ff2a86a11b08f368556723 01:42:33 $ docker rm -f 924bb3b0adf414dfc06ae9b2e5daeb9f9c6c7243d3ff2a86a11b08f368556723 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:42:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:42:34 . [Pipeline] withDockerContainer 01:42:34 prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container 01:42:34 $ 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/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:42:35 $ docker top 50c80776bde27ea294991672502352a48f06a446bfeb4085cb4a2c04b7ec2d4d -eo pid,comm [Pipeline] { [Pipeline] sh 01:42:35 + docker-compose -f ./docker-compose-build.yml build --parallel 01:42:36 Building docker-core-command-go ... 01:42:36 Building docker-core-data-go ... 01:42:36 Building docker-core-metadata-go ... 01:42:36 Building docker-security-bootstrapper-go ... 01:42:36 Building docker-security-proxy-setup-go ... 01:42:36 Building docker-security-secretstore-setup-go ... 01:42:36 Building docker-support-notifications-go ... 01:42:36 Building docker-support-scheduler-go ... 01:42:36 Building docker-sys-mgmt-agent-go ... 01:42:36 Building docker-sys-mgmt-agent-go 01:42:36 Building docker-core-data-go 01:42:36 Building docker-support-scheduler-go 01:42:36 Building docker-security-bootstrapper-go 01:42:36 Building docker-support-notifications-go 01:42:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33100 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 01:42:39 Running in /w/workspace/edgex-go/58 [Pipeline] { [Pipeline] checkout 01:42:44 using credential edgex-jenkins-ssh 01:42:44 Cloning the remote Git repository 01:42:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:42:44 > git init /w/workspace/edgex-go/58 # timeout=10 01:42:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:42:44 > git --version # timeout=10 01:42:44 > git --version # 'git version 2.17.1' 01:42:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:42:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:43:03 Merging remotes/origin/master commit 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 into PR head commit f38efd4c31adff1451f844e6fba5d517ca5623d7 01:43:03 Merge succeeded, producing f38efd4c31adff1451f844e6fba5d517ca5623d7 01:43:03 Checking out Revision f38efd4c31adff1451f844e6fba5d517ca5623d7 (PR-3234) 01:43:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:43:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:43:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:43:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:43:02 using GIT_SSH to set credentials SSH Credentials for GitHub 01:43:02 > 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 01:43:03 > git config core.sparsecheckout # timeout=10 01:43:03 > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 01:43:03 > git remote # timeout=10 01:43:03 > git config --get remote.origin.url # timeout=10 01:43:03 using GIT_SSH to set credentials SSH Credentials for GitHub 01:43:03 > git merge 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 01:43:03 > git rev-parse HEAD^{commit} # timeout=10 01:43:03 > git config core.sparsecheckout # timeout=10 01:43:03 > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 01:43:07 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:43:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:43:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:43:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:43:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:43:08 ---> 00e6ee0ce1bd 01:43:08 Step 3/22 : WORKDIR /edgex-go 01:43:08 ---> 00e6ee0ce1bd 01:43:08 Step 3/23 : WORKDIR /edgex-go 01:43:08 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:43:08 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:43:08 ---> 00e6ee0ce1bd 01:43:08 Step 3/31 : WORKDIR /edgex-go 01:43:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:43:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:43:08 ---> 00e6ee0ce1bd 01:43:08 Step 3/22 : WORKDIR /edgex-go 01:43:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:43:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:43:08 ---> 00e6ee0ce1bd 01:43:08 Step 3/26 : WORKDIR /edgex-go 01:43:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:43:09 ---> Running in 9579ff54c318 01:43:09 ---> Running in 19a332bce9c3 01:43:09 ---> Running in d2c0e5c40bf4 01:43:09 ---> Running in ab95f7976096 01:43:09 ---> Running in 21fe4f00e2b1 01:43:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 01:43:09 Removing intermediate container ab95f7976096 01:43:09 ---> 8bdc6d961fcd 01:43:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:43:09 Removing intermediate container 9579ff54c318 01:43:09 ---> a43e96825645 01:43:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:43:09 Removing intermediate container d2c0e5c40bf4 01:43:09 ---> 6eae1f5f08c1 01:43:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] sh 01:43:10 Removing intermediate container 19a332bce9c3 01:43:10 ---> 49d3468edea1 01:43:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:43:10 Removing intermediate container 21fe4f00e2b1 01:43:10 ---> 6d1ceb34bfb4 01:43:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:43:10 ---> Running in ec89c5228f7f 01:43:10 ---> Running in c0ba43e99861 01:43:10 ---> Running in f62ffb7c93b9 01:43:10 ---> Running in 92a88b28be5d 01:43:10 ---> Running in 1a6f0a6ef2f6 01:43:10 + sudo service docker restart 01:43:10 + true 01:43:12 Removing intermediate container f62ffb7c93b9 01:43:12 ---> 46f7a59a5ce0 01:43:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:43:12 Removing intermediate container c0ba43e99861 01:43:12 ---> 7718ae4e74b8 01:43:12 Step 5/22 : RUN apk add --update --no-cache make git 01:43:12 Removing intermediate container ec89c5228f7f 01:43:12 ---> dee3c32f73df 01:43:12 Step 5/31 : RUN apk add --update --no-cache make git 01:43:12 ---> Running in cea8013c50ba 01:43:12 ---> Running in 2f65bd508062 01:43:12 ---> Running in 61841de5ff7c 01:43:12 Removing intermediate container 1a6f0a6ef2f6 01:43:12 ---> 152d2a191590 01:43:12 Step 5/26 : RUN apk add --update --no-cache make bash git 01:43:12 Removing intermediate container 92a88b28be5d 01:43:12 ---> 8186611e8ab1 01:43:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:43:12 provisioning config files... 01:43:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/58@tmp/config3533667165953179809tmp [Pipeline] { 01:43:12 ---> Running in 6cf6f96b68d1 01:43:12 ---> Running in d3418bafb443 [Pipeline] libraryResource [Pipeline] sh 01:43:13 ---> docker-login.sh 01:43:13 nexus3.edgexfoundry.org:10001 01:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:43:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:43:14 Configure a credential helper to remove this warning. See 01:43:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:43:14 01:43:14 Login Succeeded 01:43:14 nexus3.edgexfoundry.org:10002 01:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:43:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:43:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:43:14 Configure a credential helper to remove this warning. See 01:43:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:43:14 01:43:14 Login Succeeded 01:43:14 nexus3.edgexfoundry.org:10003 01:43:15 OK: 233 MiB in 51 packages 01:43:15 OK: 233 MiB in 51 packages 01:43:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:43:15 Configure a credential helper to remove this warning. See 01:43:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:43:15 01:43:15 Login Succeeded 01:43:15 nexus3.edgexfoundry.org:10004 01:43:15 OK: 233 MiB in 51 packages 01:43:15 OK: 233 MiB in 51 packages 01:43:15 OK: 233 MiB in 51 packages 01:43:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:43:15 Configure a credential helper to remove this warning. See 01:43:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:43:15 01:43:15 Login Succeeded 01:43:15 docker.io 01:43:16 Removing intermediate container cea8013c50ba 01:43:16 ---> fb84449ba43a 01:43:16 Step 6/22 : COPY go.mod . 01:43:16 Removing intermediate container 61841de5ff7c 01:43:16 ---> 0eaf44d998a9 01:43:16 Step 6/31 : COPY go.mod . 01:43:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:16 Removing intermediate container d3418bafb443 01:43:16 ---> f4a08afea884 01:43:16 Step 6/23 : COPY go.mod . 01:43:16 Removing intermediate container 2f65bd508062 01:43:16 ---> 8f925955a5e6 01:43:16 Step 6/22 : COPY go.mod . 01:43:16 ---> 9b84379bf3d6 01:43:16 Step 7/31 : RUN go mod download 01:43:16 ---> 0149ff3e9792 01:43:16 Step 7/22 : RUN go mod download 01:43:16 ---> Running in 62328ee4c5da 01:43:16 ---> Running in d42df2e038fb 01:43:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:43:16 Configure a credential helper to remove this warning. See 01:43:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:43:16 01:43:16 Login Succeeded 01:43:16 ---> docker-login.sh ends [Pipeline] } 01:43:16 Deleting 1 temporary files [Pipeline] // wrap 01:43:16 ---> 547fac382742 01:43:16 Step 7/23 : RUN go mod download 01:43:16 Removing intermediate container 6cf6f96b68d1 01:43:16 ---> e653663bc81c 01:43:16 Step 6/26 : COPY go.mod . 01:43:16 ---> 7f4082cc9c29 01:43:16 Step 7/22 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:43:17 ---> Running in 5b57ca2e15c9 01:43:17 ---> Running in 2feaade54879 01:43:17 ---> 9ee6a08fc141 01:43:17 Step 7/26 : RUN go mod download [Pipeline] echo 01:43:17 ========================================================= 01:43:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:43:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:43:17 ---> Running in a0fa7f8f4da9 01:43:17 + 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 . 01:43:19 Removing intermediate container 62328ee4c5da 01:43:19 ---> 473fcffc281c 01:43:19 Step 8/31 : COPY . . 01:43:19 Removing intermediate container 5b57ca2e15c9 01:43:19 ---> 4b84da7c33d9 01:43:19 Step 8/23 : COPY . . 01:43:20 Removing intermediate container d42df2e038fb 01:43:20 ---> 27b68a8048af 01:43:20 Step 8/22 : COPY . . 01:43:20 Sending build context to Docker daemon 167.2MB 01:43:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:43:20 Step 2/6 : FROM ${BASE} 01:43:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:43:20 5f621e34cdf4: Pulling fs layer 01:43:20 a4357932f1b6: Pulling fs layer 01:43:20 18c013af1878: Pulling fs layer 01:43:20 00ac8860ef70: Pulling fs layer 01:43:20 63d7cb157983: Pulling fs layer 01:43:20 b116817d02f9: Pulling fs layer 01:43:20 745a02a5169b: Pulling fs layer 01:43:20 00ac8860ef70: Waiting 01:43:20 63d7cb157983: Waiting 01:43:20 b116817d02f9: Waiting 01:43:20 745a02a5169b: Waiting 01:43:20 18c013af1878: Download complete 01:43:20 a4357932f1b6: Verifying Checksum 01:43:20 a4357932f1b6: Download complete 01:43:20 63d7cb157983: Verifying Checksum 01:43:20 63d7cb157983: Download complete 01:43:20 b116817d02f9: Download complete 01:43:20 5f621e34cdf4: Verifying Checksum 01:43:20 5f621e34cdf4: Download complete 01:43:20 5f621e34cdf4: Pull complete 01:43:21 a4357932f1b6: Pull complete 01:43:22 18c013af1878: Pull complete 01:43:22 745a02a5169b: Verifying Checksum 01:43:22 745a02a5169b: Download complete 01:43:23 Removing intermediate container 2feaade54879 01:43:23 ---> c69f2deecdd3 01:43:23 Step 8/22 : COPY . . 01:43:23 Removing intermediate container a0fa7f8f4da9 01:43:23 ---> 46882f6ca58e 01:43:23 Step 8/26 : COPY . . 01:43:24 00ac8860ef70: Verifying Checksum 01:43:24 00ac8860ef70: Download complete 01:43:34 00ac8860ef70: Pull complete 01:43:34 63d7cb157983: Pull complete 01:43:34 b116817d02f9: Pull complete 01:43:37 745a02a5169b: Pull complete 01:43:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:43:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:43:38 ---> b7e6874047d6 01:43:38 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 01:43:41 ---> Running in cee2cb0eff3d 01:43:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:43:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:43:44 (1/12) Installing libmagic (5.38-r0) 01:43:44 (2/12) Installing file (5.38-r0) 01:43:45 (3/12) Installing libc-dev (0.7.2-r3) 01:43:45 (4/12) Installing g++ (9.3.0-r2) 01:43:49 (5/12) Installing fortify-headers (1.1-r0) 01:43:49 (6/12) Installing patch (2.7.6-r6) 01:43:49 (7/12) Installing build-base (0.5-r2) 01:43:49 (8/12) Installing libsodium (1.0.18-r0) 01:43:49 (9/12) Installing pkgconf (1.7.2-r0) 01:43:49 (10/12) Installing libsodium-dev (1.0.18-r0) 01:43:49 (11/12) Installing libzmq (4.3.3-r0) 01:43:49 (12/12) Installing zeromq-dev (4.3.3-r0) 01:43:49 Executing busybox-1.31.1-r19.trigger 01:43:49 OK: 217 MiB in 51 packages 01:43:53 Removing intermediate container cee2cb0eff3d 01:43:53 ---> b1a1f0f474ed 01:43:53 Step 4/6 : WORKDIR /edgex-go 01:43:53 ---> Running in c439655461b9 01:43:54 Removing intermediate container c439655461b9 01:43:54 ---> 9ccbfb74ed61 01:43:54 Step 5/6 : COPY go.mod . 01:43:54 ---> 99855be66d4e 01:43:54 Step 6/6 : RUN go mod download 01:43:55 ---> Running in e00202b30b78 01:44:02 ---> 10c7495481c2 01:44:02 ---> b5315aa68a98 01:44:02 Step 9/23 : RUN make cmd/core-data/core-dataStep 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:44:02 01:44:02 ---> 4023ab061b05 01:44:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:44:02 ---> e96b07baf19c 01:44:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:44:02 ---> Running in 5500e1e73383 01:44:02 ---> Running in 35142d1e4321 01:44:02 ---> Running in 3deff2174b6e 01:44:02 ---> Running in 7728c7f1e4e4 01:44:02 ---> be3ecf7f6696 01:44:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:44:02 ---> Running in 739a1a97f138 01:44:02 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 01:44:02 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 01:44:02 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 01:44:02 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 01:44:02 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 01:44:21 Removing intermediate container e00202b30b78 01:44:21 ---> 021312a0951b 01:44:21 Successfully built 021312a0951b 01:44:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:44:22 + docker inspect -f . ci-base-image-arm64 01:44:22 . [Pipeline] withDockerContainer 01:44:22 prd-ubuntu18.04-docker-arm64-4c-16g-33100 does not seem to be running inside a container 01:44:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:44:24 $ docker top 4d25735238f1732433c33345c7ba8864fabecee189e322135b135d48eca0df6b -eo pid,comm [Pipeline] { [Pipeline] sh 01:44:25 + go version 01:44:25 go version go1.15.5 linux/arm64 [Pipeline] } 01:44:25 $ docker stop --time=1 4d25735238f1732433c33345c7ba8864fabecee189e322135b135d48eca0df6b 01:44:27 $ docker rm -f 4d25735238f1732433c33345c7ba8864fabecee189e322135b135d48eca0df6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:44:28 + docker inspect -f . ci-base-image-arm64 01:44:28 . [Pipeline] withDockerContainer 01:44:28 prd-ubuntu18.04-docker-arm64-4c-16g-33100 does not seem to be running inside a container 01:44:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:44:29 $ docker top 253c5109340c8e781be9694eb87183d2582a6a7a7428915878ac8e52da38b16d -eo pid,comm [Pipeline] { [Pipeline] echo 01:44:30 ========================================================= 01:44:30 [edgeXBuildGoParallel] Running Tests and Build... 01:44:30 ========================================================= [Pipeline] sh 01:44:30 + make test 01:44:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:44:42 Removing intermediate container 3deff2174b6e 01:44:42 ---> f9d45bc2d22c 01:44:42 01:44:42 Step 10/31 : FROM alpine:3.12 01:44:42 3.12: Pulling from library/alpine 01:44:42 Removing intermediate container 7728c7f1e4e4 01:44:42 ---> 80d81183bf41 01:44:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:44:43 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 01:44:43 Status: Downloaded newer image for alpine:3.12 01:44:43 ---> 7230e588e954 01:44:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:44:43 ---> Running in b37313f76d47 01:44:43 Removing intermediate container 35142d1e4321 01:44:43 ---> 60942c59571c 01:44:43 01:44:43 Step 10/22 : FROM alpine:3.12 01:44:43 ---> 7230e588e954 01:44:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:44:43 ---> Running in 6c100e131824 01:44:43 ---> Running in 0b9ae41c10df 01:44:43 Removing intermediate container 6c100e131824 01:44:43 ---> ed7d307acf7e 01:44:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:44:45 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 01:44:46 ---> Running in 65880f0a8f77 01:44:47 Removing intermediate container 739a1a97f138 01:44:47 ---> b59590680324 01:44:47 01:44:47 Step 10/22 : FROM alpine:3.12 01:44:47 ---> 7230e588e954 01:44:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:44:47 Removing intermediate container 5500e1e73383 01:44:47 ---> b5b97bb0b326 01:44:47 01:44:47 Step 10/23 : FROM alpine:3.12 01:44:47 ---> 7230e588e954 01:44:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:44:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:44:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:44:48 (1/2) Installing ca-certificates (20191127-r4) 01:44:48 (2/2) Installing dumb-init (1.2.2-r1) 01:44:48 Executing busybox-1.31.1-r20.trigger 01:44:48 Executing ca-certificates-20191127-r4.trigger 01:44:48 OK: 6 MiB in 16 packages 01:44:48 ---> Running in 9b64f8eff895 01:44:48 ---> Running in f9289c72d54a 01:44:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:44:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:44:49 (1/2) Installing dumb-init (1.2.2-r1) 01:44:49 (2/2) Installing su-exec (0.2-r1) 01:44:49 Executing busybox-1.31.1-r20.trigger 01:44:49 OK: 6 MiB in 16 packages 01:44:49 Removing intermediate container f9289c72d54a 01:44:49 ---> 6f21f2303019 01:44:49 Step 12/23 : ENV APP_PORT=48080 01:44:49 ---> Running in 476120ae559e 01:44:50 Removing intermediate container b37313f76d47 01:44:50 ---> e964c0fefa13 01:44:50 01:44:50 Step 11/26 : FROM docker:20.10.0 01:44:50 20.10.0: Pulling from library/docker 01:44:50 Removing intermediate container 0b9ae41c10df 01:44:50 ---> a91879da3409 01:44:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:44:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:44:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:44:51 (1/1) Installing dumb-init (1.2.2-r1) 01:44:51 Executing busybox-1.31.1-r20.trigger 01:44:51 OK: 6 MiB in 15 packages 01:44:51 Removing intermediate container 476120ae559e 01:44:51 ---> c131175f0d67 01:44:51 Step 13/23 : EXPOSE $APP_PORT 01:44:51 ---> Running in 266ccd2af877 01:44:52 ---> Running in 41de3592d131 01:44:52 Removing intermediate container 65880f0a8f77 01:44:52 ---> 8a29a6140cb3 01:44:52 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:44:52 Removing intermediate container 266ccd2af877 01:44:52 ---> c758bfdef7a2 01:44:52 Step 13/22 : ENV APP_PORT=48060 01:44:52 ? github.com/edgexfoundry/edgex-go [no test files] 01:44:53 ---> Running in 526c134ba155 01:44:53 ---> Running in 26e39435299b 01:44:53 Removing intermediate container 41de3592d131 01:44:53 ---> b3c81bdd1e32 01:44:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:53 Removing intermediate container 9b64f8eff895 01:44:53 ---> ba97ed629aba 01:44:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:44:53 Removing intermediate container 526c134ba155 01:44:53 ---> 6ddfc580b2ae 01:44:53 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:44:53 ---> Running in 1f281dd68e1f 01:44:53 ---> Running in 7b0cbb2ff564 01:44:53 Removing intermediate container 26e39435299b 01:44:53 ---> 5923ab50c5aa 01:44:53 Step 14/22 : EXPOSE $APP_PORT 01:44:53 ---> Running in 0feb211e05f5 01:44:53 ---> Running in 6b49ed3bd7ca 01:44:53 Removing intermediate container 7b0cbb2ff564 01:44:53 ---> 89cee912d8f9 01:44:53 Step 13/22 : ENV APP_PORT=48085 01:44:54 Removing intermediate container 0feb211e05f5 01:44:54 ---> fd2209a9e3d7 01:44:54 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:44:54 ---> Running in 521d9bfd7f83 01:44:54 ---> Running in 742537ac3470 01:44:54 Removing intermediate container 6b49ed3bd7ca 01:44:54 ---> b58b36065574 01:44:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:44:54 Removing intermediate container 521d9bfd7f83 01:44:54 ---> a9c23a6ac97d 01:44:54 Step 14/22 : EXPOSE $APP_PORT 01:44:54 ---> 20ecc597e04a 01:44:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:44:54 ---> Running in 2f1cc6af0280 01:44:55 Removing intermediate container 2f1cc6af0280 01:44:55 ---> 4d330279f7bc 01:44:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:44:55 ---> 5ceddb798cee 01:44:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:44:55 Removing intermediate container 1f281dd68e1f 01:44:55 ---> bae2550eb8f0 01:44:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:44:55 ---> 23cb8c3e6683 01:44:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:44:55 ---> Running in 92518c70149c 01:44:55 Removing intermediate container 742537ac3470 01:44:55 ---> 547652b34f56 01:44:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:44:55 ---> 316fb80b51be 01:44:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:44:55 ---> Running in 6e7aaef2f1d9 01:44:56 ---> Running in 2080608921a5 01:44:56 ---> 3717c40fe6d0 01:44:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:44:56 Removing intermediate container 6e7aaef2f1d9 01:44:56 ---> fc8fe3cb1caa 01:44:56 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:44:56 Removing intermediate container 2080608921a5 01:44:56 ---> 7c16e1da82f0 01:44:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:44:56 ---> Running in 3adea538fd7a 01:44:56 ---> 8c1653226040 01:44:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:44:56 ---> 69f9a185edc6 01:44:56 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:44:56 ---> Running in 1ecde180d252 01:44:57 Removing intermediate container 3adea538fd7a 01:44:57 ---> dd90a30a273d 01:44:57 Step 20/22 : LABEL arch=x86_64 01:44:57 ---> Running in 9dbb9b5dd8c6 01:44:57 ---> Running in faa6274bd92a 01:44:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:44:57 Removing intermediate container 1ecde180d252 01:44:57 ---> 2fe28bfa7a57 01:44:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:44:57 ---> Running in 4884fbc1f5e0 01:44:57 Removing intermediate container faa6274bd92a 01:44:57 ---> 9fbefec1e973 01:44:57 Step 21/22 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:44:57 ---> Running in 8e737cd54e17 01:44:57 (1/6) Installing dumb-init (1.2.2-r1) 01:44:57 Removing intermediate container 4884fbc1f5e0 01:44:57 ---> 3f2147bcaff6 01:44:57 Step 20/22 : LABEL arch=x86_64 01:44:57 (2/6) Installing libgcc (9.3.0-r2) 01:44:57 (3/6) Installing libsodium (1.0.18-r0) 01:44:57 (4/6) Installing libstdc++ (9.3.0-r2) 01:44:58 (5/6) Installing libzmq (4.3.3-r0) 01:44:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:44:58 ---> Running in df432315f54f 01:44:58 Status: Downloaded newer image for docker:20.10.0 01:44:58 ---> aefe523efa57 01:44:58 Step 12/26 : RUN apk add --no-cache bash 01:44:58 Removing intermediate container 8e737cd54e17 01:44:58 ---> e37a7bd7de3b 01:44:58 Step 22/22 : LABEL version=0.0.0 01:44:58 (6/6) Installing zeromq (4.3.3-r0) 01:44:58 Executing busybox-1.31.1-r20.trigger 01:44:58 OK: 8 MiB in 20 packages 01:44:58 ---> Running in f87e6ee636ea 01:44:58 ---> Running in 5ba2aba3dda5 01:44:58 Removing intermediate container df432315f54f 01:44:58 ---> f414a82ba621 01:44:58 Step 21/22 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:44:58 ---> Running in 3dfc1257dfb2 01:44:58 Removing intermediate container 5ba2aba3dda5 01:44:58 ---> 321090f3bad7 01:44:58 01:44:59 Removing intermediate container 3dfc1257dfb2 01:44:59 ---> e67a8ff7d071 01:44:59 Step 22/22 : LABEL version=0.0.0 01:44:59 Successfully built 321090f3bad7 01:44:59 Successfully tagged docker-support-notifications-go:latest 01:44:59  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 01:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:44:59 ---> Running in 93d0f19ec8f1 01:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:44:59 Removing intermediate container 9dbb9b5dd8c6 01:44:59 ---> 0ac59d1c0d5b 01:44:59 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:44:59 Removing intermediate container 92518c70149c 01:44:59 ---> ce544532d9aa 01:44:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:44:59 (1/2) Installing readline (8.0.4-r0) 01:44:59 (2/2) Installing bash (5.0.17-r0) 01:44:59 Executing bash-5.0.17-r0.post-install 01:44:59 Executing busybox-1.31.1-r19.trigger 01:44:59 Removing intermediate container 93d0f19ec8f1 01:44:59 ---> 6a585766d3ec 01:44:59 01:44:59 OK: 12 MiB in 22 packages 01:45:00 Successfully built 6a585766d3ec 01:45:00 ---> 183ba84c9610 01:45:00 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:45:00 Successfully tagged docker-support-scheduler-go:latest 01:45:00  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 01:45:01 ---> d1d3e31fc486 01:45:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:45:06 ---> 22e7b4358052 01:45:06 ---> fafc61cb7ddd 01:45:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:45:06 01:45:07 Removing intermediate container f87e6ee636ea 01:45:07 ---> 516274519945 01:45:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:45:07 ---> 5f8971628d9f 01:45:07 Step 19/23 : ENTRYPOINT ["/core-data"] 01:45:07 ---> 0723518654e0 01:45:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:45:08 ---> Running in 10d61a623097 01:45:08 ---> Running in 3fe8386b18d5 01:45:11 ---> 0ccca4c274e0 01:45:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:45:11 Removing intermediate container 10d61a623097 01:45:11 ---> a4a2aa14105d 01:45:11 Step 14/26 : ENV APP_PORT=48090 01:45:13 Removing intermediate container 3fe8386b18d5 01:45:13 ---> babd0242a570 01:45:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:45:14 ---> Running in 10ed62e518da 01:45:15 ---> Running in 280b1324617e 01:45:15 ---> c364c0875795 01:45:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:45:17 Removing intermediate container 10ed62e518da 01:45:17 ---> 7d618a960ac0 01:45:17 Step 15/26 : EXPOSE $APP_PORT 01:45:18 ---> Running in 9866fdb66ce6 01:45:18 Removing intermediate container 280b1324617e 01:45:18 ---> a5917b815b0b 01:45:18 Step 21/23 : LABEL arch=x86_64 01:45:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:45:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:45:19 ---> 00e6ee0ce1bd 01:45:19 Step 3/24 : WORKDIR /edgex-go 01:45:19 ---> Using cache 01:45:19 ---> 6d1ceb34bfb4 01:45:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:19 ---> Using cache 01:45:19 ---> 152d2a191590 01:45:19 Step 5/24 : RUN apk add --update --no-cache make git 01:45:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:45:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:45:19 ---> 00e6ee0ce1bd 01:45:19 Step 3/21 : WORKDIR /edgex-go 01:45:19 ---> Using cache 01:45:19 ---> 6d1ceb34bfb4 01:45:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:19 ---> Using cache 01:45:19 ---> 152d2a191590 01:45:19 Step 5/21 : RUN apk add --update --no-cache make git 01:45:20 ---> Running in ffc458590127 01:45:20 ---> Running in 2d92f34996e9 01:45:20 ---> Running in 4947243fb2cd 01:45:20 ---> Running in 9fd07fd94c0a 01:45:20 Removing intermediate container 9866fdb66ce6 01:45:20 ---> 24a4dceab8c3 01:45:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:45:21 Removing intermediate container ffc458590127 01:45:21 ---> d55ffb8db64a 01:45:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:45:21 Removing intermediate container 2d92f34996e9 01:45:21 ---> e72395719512 01:45:21 Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:45:21 ---> 318a758a69a4 01:45:21 Step 26/31 : RUN chmod +x /entrypoint.sh 01:45:21 ---> Running in 746e953ad733 01:45:21 ---> 4b8f4c5a48c6 01:45:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:45:21 ---> Running in 1935a1614117 01:45:22 Removing intermediate container 746e953ad733 01:45:22 ---> 2dc6160bd752 01:45:22 Step 23/23 : LABEL version=0.0.0 01:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:45:22 ---> Running in 3463f2182642 01:45:22 ---> 6f95fefabd65 01:45:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:45:22 Removing intermediate container 3463f2182642 01:45:22 ---> 3319fa428e0d 01:45:22 01:45:22 ---> bc5dfd33c59c 01:45:22 Step 19/26 : RUN apk --no-cache add py3-pip 01:45:22 Successfully built 3319fa428e0d 01:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:45:22 Successfully tagged docker-core-data-go:latest 01:45:22 Building docker-core-command-go 01:45:22  Building docker-core-data-go ... done  ---> Running in 2b95276f94cf 01:45:23 Removing intermediate container 1935a1614117 01:45:23 ---> 5af77a31884d 01:45:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:45:23 OK: 233 MiB in 51 packages 01:45:23 OK: 233 MiB in 51 packages 01:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:45:23 ---> Running in 2b546459ddba 01:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:45:23 (1/33) Installing libbz2 (1.0.8-r1) 01:45:23 (2/33) Installing expat (2.2.9-r1) 01:45:23 (3/33) Installing libffi (3.3-r2) 01:45:23 (4/33) Installing gdbm (1.13-r1) 01:45:23 (5/33) Installing xz-libs (5.2.5-r0) 01:45:23 (6/33) Installing sqlite-libs (3.32.1-r0) 01:45:23 (7/33) Installing python3 (3.8.8-r0) 01:45:28 Removing intermediate container 2b546459ddba 01:45:28 ---> f9a442123592 01:45:28 Step 28/31 : CMD ["gate"] 01:45:29 (8/33) Installing py3-appdirs (1.4.4-r1) 01:45:29 Removing intermediate container 4947243fb2cd 01:45:29 ---> 46928638148a 01:45:29 Step 6/21 : COPY go.mod . 01:45:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:45:29 (10/33) Installing py3-parsing (2.4.7-r0) 01:45:29 (11/33) Installing py3-six (1.15.0-r0) 01:45:29 (12/33) Installing py3-packaging (20.4-r0) 01:45:30 (13/33) Installing py3-setuptools (47.0.0-r0) 01:45:30 (14/33) Installing py3-chardet (3.0.4-r4) 01:45:30 (15/33) Installing py3-idna (2.9-r0) 01:45:30 ---> Running in a78b108c7d54 01:45:30 Removing intermediate container 9fd07fd94c0a 01:45:30 ---> ec1d42d8dcf8 01:45:30 Step 6/24 : COPY go.mod . 01:45:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:45:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:45:30 (18/33) Installing py3-requests (2.23.0-r0) 01:45:31 (19/33) Installing py3-msgpack (1.0.0-r0) 01:45:31 (20/33) Installing py3-lockfile (0.12.2-r3) 01:45:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:45:32 ---> bb43f5482bfd 01:45:32 Step 7/21 : RUN go mod download 01:45:32 (22/33) Installing py3-colorama (0.4.3-r0) 01:45:32 (23/33) Installing py3-distlib (0.3.0-r0) 01:45:33 (24/33) Installing py3-distro (1.5.0-r1) 01:45:33 (25/33) Installing py3-webencodings (0.5.1-r3) 01:45:33 (26/33) Installing py3-html5lib (1.0.1-r4) 01:45:34 ---> d72f4a127972 01:45:34 Step 7/24 : RUN go mod download 01:45:34 (27/33) Installing py3-pytoml (0.1.21-r0) 01:45:34 (28/33) Installing py3-pep517 (0.8.2-r0) 01:45:34 (29/33) Installing py3-progress (1.5-r0) 01:45:34 (30/33) Installing py3-toml (0.10.1-r0) 01:45:34 ---> Running in e73f87c13c45 01:45:34 (31/33) Installing py3-retrying (1.3.3-r0) 01:45:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:45:34 (33/33) Installing py3-pip (20.1.1-r0) 01:45:34 Removing intermediate container a78b108c7d54 01:45:34 ---> b2d9cf2fb456 01:45:34 Step 29/31 : LABEL arch=x86_64 01:45:35 ---> Running in bfe924193486 01:45:35 Executing busybox-1.31.1-r19.trigger 01:45:35 OK: 71 MiB in 55 packages 01:45:36 ---> Running in b32f5592bbc0 01:45:38 Removing intermediate container b32f5592bbc0 01:45:38 ---> 3072d2e52091 01:45:38 Step 30/31 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:45:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:45:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:45:38 ---> 00e6ee0ce1bd 01:45:38 Step 3/23 : WORKDIR /edgex-go 01:45:38 ---> Using cache 01:45:38 ---> 6d1ceb34bfb4 01:45:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:38 ---> Using cache 01:45:38 ---> 152d2a191590 01:45:38 Step 5/23 : RUN apk add --update --no-cache make git 01:45:38 ---> Using cache 01:45:38 ---> ec1d42d8dcf8 01:45:38 Step 6/23 : COPY go.mod . 01:45:38 ---> Using cache 01:45:38 ---> d72f4a127972 01:45:38 Step 7/23 : RUN go mod download 01:45:39 ---> Running in cb04e1b53208 01:45:39 ---> Running in a56e098f67b2 01:45:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:45:40 Removing intermediate container cb04e1b53208 01:45:40 ---> ab6231edc388 01:45:40 Step 31/31 : LABEL version=0.0.0 01:45:42 ---> Running in e09a96654a19 01:45:42 Removing intermediate container e73f87c13c45 01:45:42 ---> 1ac97788c22b 01:45:42 Step 8/21 : COPY . . 01:45:44 Removing intermediate container bfe924193486 01:45:44 ---> a1fa53ae41cb 01:45:44 Step 8/24 : COPY . . 01:45:45 Removing intermediate container e09a96654a19 01:45:45 ---> 4dab1b90ef0e 01:45:45 01:45:49 Successfully built 4dab1b90ef0e 01:45:49 Successfully tagged docker-security-bootstrapper-go:latest 01:45:49  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 01:45:50 Removing intermediate container 2b95276f94cf 01:45:50 ---> f2e865ce5d34 01:45:50 Step 20/26 : RUN pip install docker-compose==1.23.2 01:45:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:45:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:45:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:45:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:45:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:45:59 Removing intermediate container a56e098f67b2 01:45:59 ---> f24de2677869 01:45:59 Step 8/23 : COPY . . 01:45:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:46:00 ---> Running in 3c4cd2530920 01:46:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:46:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:46:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.341s coverage: 45.9% of statements 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.139s coverage: 19.8% of statements 01:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements 01:46:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:46:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:46:18 ---> 00e6ee0ce1bd 01:46:18 Step 3/23 : WORKDIR /edgex-go 01:46:18 ---> Using cache 01:46:18 ---> 6d1ceb34bfb4 01:46:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:18 ---> Using cache 01:46:18 ---> 152d2a191590 01:46:18 Step 5/23 : RUN apk add --update --no-cache make git 01:46:18 ---> Using cache 01:46:18 ---> ec1d42d8dcf8 01:46:18 Step 6/23 : COPY go.mod . 01:46:18 ---> Using cache 01:46:18 ---> d72f4a127972 01:46:18 Step 7/23 : RUN go mod download 01:46:18 ---> Using cache 01:46:18 ---> f24de2677869 01:46:18 Step 8/23 : COPY . . 01:46:18 Collecting docker-compose==1.23.2 01:46:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:46:21 Collecting PyYAML<4,>=3.10 01:46:21 Downloading PyYAML-3.13.tar.gz (270 kB) 01:46:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.640s coverage: 27.1% of statements 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:46:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.194s coverage: 100.0% of statements 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:46:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:46:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements 01:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:46:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.468s coverage: 82.9% of statements 01:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:46:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.188s coverage: 78.9% of statements 01:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:46:27 ---> f6a03e5e078f 01:46:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:46:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:46:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:46:29 ---> Running in 8466cacbe5a8 01:46:29 Collecting texttable<0.10,>=0.9.0 01:46:29 Downloading texttable-0.9.1.tar.gz (11 kB) 01:46:31 ---> c615ad3d5784 01:46:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:46:31 Collecting cached-property<2,>=1.2.0 01:46:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:46:33 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 01:46:34 Collecting websocket-client<1.0,>=0.32.0 01:46:34 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 01:46:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:46:34 ---> Running in 1a6176e37dcc 01:46:36 Collecting docopt<0.7,>=0.6.1 01:46:36 Downloading docopt-0.6.2.tar.gz (25 kB) 01:46:37 Collecting jsonschema<3,>=2.5.1 01:46:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:46:37 ---> 85881cfc22ab 01:46:37 Step 9/23 : RUN make cmd/core-command/core-command 01:46:37 Collecting docker<4.0,>=3.6.0 01:46:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.240s coverage: 28.6% of statements 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.230s coverage: 100.0% of statements 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.401s coverage: 86.7% of statements 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.580s coverage: 97.5% of statements 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:46:38 Collecting dockerpty<0.5,>=0.4.1 01:46:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:46:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:46:39 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) 01:46:39 ---> Running in 470a4f17852f 01:46:39 Collecting idna<2.8,>=2.5 01:46:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:46:39 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) 01:46:40 Collecting urllib3<1.25,>=1.21.1 01:46:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:46:40 Collecting docker-pycreds>=0.4.0 01:46:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:46:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:46:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:46:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:46:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:46:40 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 01:46:41 Installing collected packages: PyYAML, idna, urllib3, requests, texttable, cached-property, websocket-client, docopt, jsonschema, docker-pycreds, docker, dockerpty, docker-compose 01:46:41 Running setup.py install for PyYAML: started 01:46:42 Running setup.py install for PyYAML: finished with status 'done' 01:46:42 Attempting uninstall: idna 01:46:42 Found existing installation: idna 2.9 01:46:42 Uninstalling idna-2.9: 01:46:43 Successfully uninstalled idna-2.9 01:46:43 Attempting uninstall: urllib3 01:46:43 Found existing installation: urllib3 1.25.9 01:46:43 Uninstalling urllib3-1.25.9: 01:46:44 Successfully uninstalled urllib3-1.25.9 01:46:44 Attempting uninstall: requests 01:46:44 Found existing installation: requests 2.23.0 01:46:44 Uninstalling requests-2.23.0: 01:46:44 Successfully uninstalled requests-2.23.0 01:46:44 Running setup.py install for texttable: started 01:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.129s coverage: 92.8% of statements 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:46:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:46:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.229s coverage: 1.0% of statements 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:46:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:46:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.151s coverage: 47.1% of statements 01:46:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.188s coverage: 79.5% of statements 01:46:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.108s coverage: 94.1% of statements 01:46:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.147s coverage: 96.3% of statements 01:46:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.135s coverage: 87.5% of statements 01:46:45 Running setup.py install for texttable: finished with status 'done' 01:46:47 Running setup.py install for docopt: started 01:46:47 ---> f3a04f4e816f 01:46:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:46:47 ---> Running in 06782ff44cf1 01:46:47 Running setup.py install for docopt: finished with status 'done' 01:46:48 Running setup.py install for dockerpty: started 01:46:48 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 01:46:49 Running setup.py install for dockerpty: finished with status 'done' 01:46:49 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 01:46:55 Removing intermediate container 3c4cd2530920 01:46:55 ---> 7e82472a2f68 01:46:55 Step 21/26 : RUN apk --no-cache add curl 01:46:55 ---> Running in 1d928f1a3791 01:46:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:46:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:46:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:46:56 (2/3) Installing libcurl (7.69.1-r3) 01:46:56 (3/3) Installing curl (7.69.1-r3) 01:46:56 Executing busybox-1.31.1-r19.trigger 01:46:56 OK: 72 MiB in 58 packages 01:46:59 Removing intermediate container 1d928f1a3791 01:46:59 ---> 1024ea2adf39 01:46:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:46:59 ---> Running in 61feb61d5d2c 01:46:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.211s coverage: 94.4% of statements 01:46:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.141s coverage: 44.8% of statements 01:47:00 Removing intermediate container 61feb61d5d2c 01:47:00 ---> 87f036378ce7 01:47:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:47:00 ---> Running in 31a3a293adb3 01:47:00 Removing intermediate container 31a3a293adb3 01:47:00 ---> 0a5adf95ca14 01:47:00 Step 24/26 : LABEL arch=x86_64 01:47:00 ---> Running in c57c82f5eef8 01:47:01 Removing intermediate container c57c82f5eef8 01:47:01 ---> 02d3641164b5 01:47:01 Step 25/26 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:47:01 ---> Running in 81c9163d62da 01:47:01 Removing intermediate container 81c9163d62da 01:47:01 ---> 692fe6bb3f94 01:47:01 Step 26/26 : LABEL version=0.0.0 01:47:01 ---> Running in 98f650c28390 01:47:02 Removing intermediate container 98f650c28390 01:47:02 ---> efccb72d7e7b 01:47:02 01:47:02 Successfully built efccb72d7e7b 01:47:02 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 01:47:02 Successfully tagged docker-sys-mgmt-agent-go:latest 01:47:02  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:47:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.596s coverage: 81.5% of statements 01:47:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:47:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.100s coverage: 87.1% of statements 01:47:13 Removing intermediate container 1a6176e37dcc 01:47:13 ---> ba34377642d2 01:47:13 01:47:13 Step 10/24 : FROM alpine:3.12 01:47:13 ---> 7230e588e954 01:47:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 01:47:13 Removing intermediate container 470a4f17852f 01:47:13 ---> a19b074f1330 01:47:13 01:47:13 Step 10/23 : FROM alpine:3.12 01:47:13 ---> 7230e588e954 01:47:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:47:13 ---> Using cache 01:47:13 ---> ba97ed629aba 01:47:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:47:13 ---> Running in f1d9e69d3134 01:47:13 ---> Using cache 01:47:13 ---> 89cee912d8f9 01:47:13 Step 13/23 : ENV APP_PORT=48082 01:47:13 Removing intermediate container 8466cacbe5a8 01:47:13 ---> b32679bb18b0 01:47:13 01:47:13 Step 10/21 : FROM alpine:3.12 01:47:13 ---> 7230e588e954 01:47:13 Step 11/21 : RUN apk add --update --no-cache curl 01:47:14 ---> Running in 1106c144385a 01:47:14 ---> Running in c21411e8ee06 01:47:14 Removing intermediate container 1106c144385a 01:47:14 ---> c3a74c03aa4a 01:47:14 Step 14/23 : EXPOSE $APP_PORT 01:47:14 ---> Running in 55ec5b72d15e 01:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:47:14 Removing intermediate container 55ec5b72d15e 01:47:14 ---> 4ab8e32ce452 01:47:14 Step 15/23 : WORKDIR / 01:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:47:15 (1/6) Installing ca-certificates (20191127-r4) 01:47:15 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:47:15 (1/4) Installing ca-certificates (20191127-r4) 01:47:15 (3/6) Installing libcurl (7.69.1-r3) 01:47:15 (4/6) Installing curl (7.69.1-r3) 01:47:15 (5/6) Installing dumb-init (1.2.2-r1) 01:47:15 (6/6) Installing su-exec (0.2-r1) 01:47:15 Executing busybox-1.31.1-r20.trigger 01:47:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:47:15 (3/4) Installing libcurl (7.69.1-r3) 01:47:15 (4/4) Installing curl (7.69.1-r3) 01:47:15 Executing busybox-1.31.1-r20.trigger 01:47:15 Executing ca-certificates-20191127-r4.trigger 01:47:15 OK: 7 MiB in 18 packages 01:47:15 Executing ca-certificates-20191127-r4.trigger 01:47:15 OK: 7 MiB in 20 packages 01:47:16 ---> Running in 6ffe6b36c595 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.171s coverage: 92.9% of statements 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.8% of statements 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.184s coverage: 87.2% of statements 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.204s coverage: 84.6% of statements 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.562s coverage: 64.4% of statements 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.136s coverage: 100.0% of statements 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 01:47:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 01:47:17 Removing intermediate container 6ffe6b36c595 01:47:17 ---> 4ccb957d130e 01:47:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:47:18 Removing intermediate container f1d9e69d3134 01:47:18 ---> ded8af07a92f 01:47:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:47:18 Removing intermediate container c21411e8ee06 01:47:18 ---> ae8b92b1ba00 01:47:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:47:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.042s coverage: 69.0% of statements 01:47:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:47:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:47:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:47:18 ---> 8f4e548e8d62 01:47:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:47:18 ---> Running in 56f222ba1855 01:47:18 ---> Running in 0ecbb246769b 01:47:18 Removing intermediate container 0ecbb246769b 01:47:18 ---> fb8e626b1d8e 01:47:18 Step 13/21 : WORKDIR /edgex 01:47:18 Removing intermediate container 56f222ba1855 01:47:18 ---> b33e847db81e 01:47:18 Step 13/24 : WORKDIR / 01:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.503s coverage: 38.4% of statements 01:47:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:47:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements 01:47:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 01:47:21 ---> Running in 4c57a5a6d191 01:47:22 ---> Running in 34a0a8c6dff5 01:47:22 ---> 5eb9eaaee142 01:47:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:47:22 Removing intermediate container 06782ff44cf1 01:47:22 ---> 29d312a46513 01:47:22 01:47:22 Step 10/23 : FROM alpine:3.12 01:47:22 ---> 7230e588e954 01:47:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:47:22 ---> Using cache 01:47:22 ---> ba97ed629aba 01:47:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:47:22 ---> Using cache 01:47:22 ---> 89cee912d8f9 01:47:22 Step 13/23 : ENV APP_PORT=48081 01:47:22 Removing intermediate container 4c57a5a6d191 01:47:22 ---> 3831e7dd8bd9 01:47:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:47:22 ---> Running in 59bc915f8e3f 01:47:22 Removing intermediate container 34a0a8c6dff5 01:47:22 ---> 5b5e55392b82 01:47:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:47:22 ---> 75f179859677 01:47:22 Step 19/23 : ENTRYPOINT ["/core-command"] 01:47:23 ---> Running in 02fb96a55bc9 01:47:23 Removing intermediate container 59bc915f8e3f 01:47:23 ---> eaad05dd34d7 01:47:23 Step 14/23 : EXPOSE $APP_PORT 01:47:23 ---> 247ddb199e5e 01:47:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:47:23 ---> e22f9a56f2f9 01:47:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:47:23 ---> Running in dd1481ee87ad 01:47:23 Removing intermediate container 02fb96a55bc9 01:47:23 ---> 04e4d86dd7c1 01:47:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:47:23 ---> Running in 4feed1d60971 01:47:23 Removing intermediate container dd1481ee87ad 01:47:23 ---> 55656d9880d3 01:47:23 Step 15/23 : WORKDIR / 01:47:23 ---> bafd52810dac 01:47:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:47:23 ---> Running in 650621a8f9a0 01:47:23 ---> 2f29ab6b1714 01:47:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:47:23 Removing intermediate container 4feed1d60971 01:47:23 ---> fdb4366ccb33 01:47:23 Step 21/23 : LABEL arch=x86_64 01:47:24 ---> Running in de1d513d8cb4 01:47:24 Removing intermediate container 650621a8f9a0 01:47:24 ---> 78d0d0621d44 01:47:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:47:24 ---> 1e16c5eaf98f 01:47:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:47:24 Removing intermediate container de1d513d8cb4 01:47:24 ---> 1e0d5f90c96b 01:47:24 Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:47:24 ---> 7e0cf5436db1 01:47:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:47:24 ---> Running in 842a19cb62cb 01:47:24 ---> Running in 43d80c89abbe 01:47:24 ---> 32337ce034ad 01:47:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:47:24 ---> d80186d37d55 01:47:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:47:24 Removing intermediate container 842a19cb62cb 01:47:24 ---> 214ca2f698cc 01:47:24 Step 23/23 : LABEL version=0.0.0 01:47:24 ---> Running in 1f9cbb59955f 01:47:24 Removing intermediate container 43d80c89abbe 01:47:24 ---> ebddf171fa69 01:47:24 Step 18/21 : CMD ["--init=true"] 01:47:25 ---> Running in e36a151f2a8c 01:47:25 ---> 3f4c4e38581e 01:47:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml ---> 7257bde45319 01:47:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:47:25 01:47:25 Removing intermediate container 1f9cbb59955f 01:47:25 ---> 9872355c4e48 01:47:25 01:47:25 Removing intermediate container e36a151f2a8c 01:47:25 ---> f2a9836afe57 01:47:25 Step 19/21 : LABEL arch=x86_64 01:47:25 Successfully built 9872355c4e48 01:47:25 Successfully tagged docker-core-command-go:latest 01:47:25  Building docker-core-command-go ... done  ---> Running in e6a4ba16a563 01:47:25 ---> 150ca26d6269 01:47:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:47:25 ---> 4f635534a9a5 01:47:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:47:25 ---> Running in f7c8a3860b86 01:47:25 ---> Running in 19074bcababd 01:47:25 Removing intermediate container e6a4ba16a563 01:47:25 ---> 27571aa2e405 01:47:25 Step 20/21 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:47:26 ---> Running in f5a4f3b46f17 01:47:26 Removing intermediate container f7c8a3860b86 01:47:26 ---> 498d5b5eb44f 01:47:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:47:26 ---> Running in f74585077365 01:47:26 Removing intermediate container f5a4f3b46f17 01:47:26 ---> ea3cd982f296 01:47:26 Step 21/21 : LABEL version=0.0.0 01:47:26 ---> Running in 62128af0468a 01:47:26 Removing intermediate container f74585077365 01:47:26 ---> 73d19a45076c 01:47:26 Step 21/23 : LABEL arch=x86_64 01:47:26 ---> Running in c56795f4ce66 01:47:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.0% of statements 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:47:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:47:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:47:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.186s coverage: 11.0% of statements 01:47:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:47:27 Removing intermediate container c56795f4ce66 01:47:27 ---> 9603c1eb06f0 01:47:27 Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:47:27 Removing intermediate container 62128af0468a 01:47:27 ---> af2acc35c83b 01:47:27 01:47:27 ---> Running in 0aa2054881c0 01:47:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.517s coverage: 87.1% of statements 01:47:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:47:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:47:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:47:27 Successfully built af2acc35c83b 01:47:27 Successfully tagged docker-security-proxy-setup-go:latest 01:47:27  Building docker-security-proxy-setup-go ... done Removing intermediate container 19074bcababd 01:47:27 ---> f6033b74e12e 01:47:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:47:27 Removing intermediate container 0aa2054881c0 01:47:27 ---> a424de4d3761 01:47:27 Step 23/23 : LABEL version=0.0.0 01:47:27 ---> Running in e48b6fc677de 01:47:27 ---> Running in dbff2e18055d 01:47:27 Removing intermediate container e48b6fc677de 01:47:27 ---> a1d1ba7030f7 01:47:27 Step 22/24 : LABEL arch=x86_64 01:47:27 Removing intermediate container dbff2e18055d 01:47:27 ---> 2494f93a830c 01:47:27 01:47:28 ---> Running in 7aacac3a68bf 01:47:28 Successfully built 2494f93a830c 01:47:28 Successfully tagged docker-core-metadata-go:latest 01:47:28  Building docker-core-metadata-go ... done Removing intermediate container 7aacac3a68bf 01:47:28 ---> 879f5df65c5b 01:47:28 Step 23/24 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:47:28 ---> Running in 05ce876d8592 01:47:28 Removing intermediate container 05ce876d8592 01:47:28 ---> c470ac48cca1 01:47:28 Step 24/24 : LABEL version=0.0.0 01:47:28 ---> Running in 53416c83ec42 01:47:29 Removing intermediate container 53416c83ec42 01:47:29 ---> 33f2778f239c 01:47:29 01:47:29 Successfully built 33f2778f239c 01:47:29 Successfully tagged docker-security-secretstore-setup-go:latest 01:47:29  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 01:47:29 $ docker stop --time=1 50c80776bde27ea294991672502352a48f06a446bfeb4085cb4a2c04b7ec2d4d 01:47:31 $ docker rm -f 50c80776bde27ea294991672502352a48f06a446bfeb4085cb4a2c04b7ec2d4d [Pipeline] // withDockerContainer [Pipeline] sh 01:47:31 + docker images 01:47:31 + grep docker 01:47:32 docker-security-secretstore-setup-go latest 33f2778f239c 4 seconds ago 25.7MB 01:47:32 docker-core-metadata-go latest 2494f93a830c 5 seconds ago 19MB 01:47:32 docker-security-proxy-setup-go latest af2acc35c83b 5 seconds ago 25.4MB 01:47:32 docker-core-command-go latest 9872355c4e48 8 seconds ago 17.3MB 01:47:32 docker-sys-mgmt-agent-go latest efccb72d7e7b 31 seconds ago 314MB 01:47:32 docker-security-bootstrapper-go latest 4dab1b90ef0e About a minute ago 19MB 01:47:32 docker-core-data-go latest 3319fa428e0d 2 minutes ago 22.7MB 01:47:32 docker-support-scheduler-go latest 6a585766d3ec 2 minutes ago 17.4MB 01:47:32 docker-support-notifications-go latest 321090f3bad7 2 minutes ago 17.9MB 01:47:32 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 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.190s coverage: 29.1% of statements 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.190s coverage: 100.0% of statements 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.391s coverage: 95.6% of statements 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements 01:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 01:47:38 GO111MODULE=on go vet ./... 01:47:48 Still waiting to schedule task 01:47:48 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:48:43 Running on prd-ubuntu18.04-docker-8c-8g-33102 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 01:48:44 Running in /w/workspace/edgex-go/58 [Pipeline] { [Pipeline] checkout 01:48:46 using credential edgex-jenkins-ssh 01:48:46 Cloning the remote Git repository 01:48:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:48:46 > git init /w/workspace/edgex-go/58 # timeout=10 01:48:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:48:46 > git --version # timeout=10 01:48:46 > git --version # 'git version 2.17.1' 01:48:46 using GIT_SSH to set credentials SSH Credentials for GitHub 01:48:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:48:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:48:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:48:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:48:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:48:56 using GIT_SSH to set credentials SSH Credentials for GitHub 01:48:56 > 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 01:48:57 Merging remotes/origin/master commit 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 into PR head commit f38efd4c31adff1451f844e6fba5d517ca5623d7 01:48:57 Merge succeeded, producing f38efd4c31adff1451f844e6fba5d517ca5623d7 01:48:57 Checking out Revision f38efd4c31adff1451f844e6fba5d517ca5623d7 (PR-3234) 01:48:57 > git config core.sparsecheckout # timeout=10 01:48:57 > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 01:48:57 > git remote # timeout=10 01:48:57 > git config --get remote.origin.url # timeout=10 01:48:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:48:57 > git merge 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 01:48:57 > git rev-parse HEAD^{commit} # timeout=10 01:48:57 > git config core.sparsecheckout # timeout=10 01:48:57 > git checkout -f f38efd4c31adff1451f844e6fba5d517ca5623d7 # timeout=10 01:49:00 gofmt -l . 01:49:00 [ "`gofmt -l .`" = "" ] 01:49:00 ./bin/test-go-mod-tidy.sh 01:49:00 ./bin/test-attribution-txt.sh 01:49:00 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:01 + ls -al . 01:49:01 total 836 01:49:01 drwxrwxr-x 9 1001 1001 4096 Apr 7 01:49 . 01:49:01 drwxr-xr-x 4 root root 4096 Apr 7 01:44 .. 01:49:01 -rw-rw-r-- 1 1001 1001 11 Apr 7 01:43 .dockerignore 01:49:01 drwxrwxr-x 8 1001 1001 4096 Apr 7 01:43 .git 01:49:01 drwxrwxr-x 3 1001 1001 4096 Apr 7 01:43 .github 01:49:01 -rw-rw-r-- 1 1001 1001 818 Apr 7 01:43 .gitignore 01:49:01 -rw-rw-r-- 1 1001 1001 166 Apr 7 01:43 .sonarcloud.properties 01:49:01 -rw-rw-r-- 1 1001 1001 8607 Apr 7 01:43 Attribution.txt 01:49:01 -rw-rw-r-- 1 1001 1001 3804 Apr 7 01:43 CONTRIBUTING.md 01:49:01 -rw-rw-r-- 1 1001 1001 931 Apr 7 01:43 Dockerfile.build 01:49:01 -rw-rw-r-- 1 1001 1001 863 Apr 7 01:43 Jenkinsfile 01:49:01 -rw-rw-r-- 1 1001 1001 10775 Apr 7 01:43 LICENSE 01:49:01 -rw-rw-r-- 1 1001 1001 5774 Apr 7 01:43 Makefile 01:49:01 -rw-rw-r-- 1 1001 1001 6548 Apr 7 01:43 README.md 01:49:01 -rw-rw-r-- 1 1001 1001 6755 Apr 7 01:43 SECURITY.md 01:49:01 -rw-rw-r-- 1 1001 1001 5 Apr 7 01:39 VERSION 01:49:01 -rw-rw-r-- 1 1001 1001 4131 Apr 7 01:43 ZMQWindows.md 01:49:01 drwxrwxr-x 2 1001 1001 4096 Apr 7 01:43 bin 01:49:01 drwxrwxr-x 14 1001 1001 4096 Apr 7 01:43 cmd 01:49:01 -rw-r--r-- 1 root root 697383 Apr 7 01:47 coverage.out 01:49:01 -rw-r--r-- 1 root root 1057 Apr 7 01:48 go.mod 01:49:01 -rw-r--r-- 1 root root 22362 Apr 7 01:48 go.sum 01:49:01 drwxrwxr-x 8 1001 1001 4096 Apr 7 01:43 internal 01:49:01 drwxrwxr-x 4 1001 1001 4096 Apr 7 01:43 openapi 01:49:01 drwxrwxr-x 4 1001 1001 4096 Apr 7 01:43 snap 01:49:01 -rw-rw-r-- 1 1001 1001 168 Apr 7 01:43 version.go [Pipeline] sh 01:49:02 + echo snap-build.sh 01:49:02 snap-build.sh 01:49:02 + SNAP_BASE_DIR=. 01:49:02 + '[' '!' -z /w/workspace/edgex-go/58 ']' 01:49:02 + SNAP_BASE_DIR=/w/workspace/edgex-go/58 01:49:02 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/58]' 01:49:02 [snap-build] Building snap in dir [/w/workspace/edgex-go/58] 01:49:02 + cd /w/workspace/edgex-go/58 01:49:02 + sudo apt-get remove -qy --purge lxd lxd-client 01:49:02 Reading package lists... 01:49:02 Building dependency tree... 01:49:02 Reading state information... 01:49:02 The following packages were automatically installed and are no longer required: 01:49:02 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:49:02 uidmap xdelta3 01:49:02 Use 'sudo apt autoremove' to remove them. 01:49:02 The following packages will be REMOVED: 01:49:02 lxd* lxd-client* 01:49:02 + '[' -e coverage.out ] 01:49:02 + chown 1001:1001 coverage.out [Pipeline] stash 01:49:02 Warning: overwriting stash ‘coverage-report’ 01:49:02 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:49:02 After this operation, 31.7 MB disk space will be freed. 01:49:03 (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.) 01:49:03 Stashed 1 file(s) [Pipeline] sh 01:49:04 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:49:04 + make build 01:49:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:49:05 Removing lxd dnsmasq configuration 01:49:05 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:49:05 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:49:06 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:49:06 (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.) 01:49:06 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:49:08 Processing triggers for systemd (237-3ubuntu10.42) ... 01:49:08 Processing triggers for ureadahead (0.100.0-21) ... 01:49:09 + sudo snap remove --purge lxd 01:49:10 snap "lxd" is not installed 01:49:10 + sudo groupadd --force --system lxd 01:49:10 ++ whoami 01:49:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:49:10 + newgrp - lxd 01:49:10 + sudo snap install lxd 01:49:14 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 01:49:20 2021-04-07T01:49:17Z INFO Waiting for automatic snapd restart... 01:49:35 lxd 4.12 from Canonical* installed 01:49:35 + sudo lxd init --auto 01:49: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 01:49: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 01:49:45 + sudo snap install --classic snapcraft 01:49:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:49:49 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 01:49:50 snapcraft 4.6 from Canonical* installed 01:49:50 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 01:49:50 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 01:49:50 % Total % Received % Xferd Average Speed Time Time Time Current 01:49:50 Dload Upload Total Spent Left Speed 01:49:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 01:49:50 100 3325k 100 3325k 0 0 10.4M 0 --:--:-- --:--:-- --:--:-- 10.4M 01:49:50 ./yq_linux_amd64 01:49:50 + sudo snapcraft prime --use-lxd 01:49:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:49:53 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: 01:49:53 - README.md 01:49:53 01:49:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:49:53 Launching a container. 01:49:55 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 01:50:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:50:05 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 01:50:05 Waiting for container to be ready 01:50:05 To start your first instance, try: lxc launch ubuntu:18.04 01:50:05 01:50:09 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 01:50:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:50:10 Waiting for network to be ready... 01:50:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:50:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:50:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 01:50:11 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:50:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:50:11 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:50:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:50:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:50:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:50:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:50:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:50:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 01:50:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 01:50:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 01:50:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 01:50:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 01:50:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 01:50:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 01:50:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:50:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 01:50:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 01:50:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 01:50:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 01:50:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 01:50:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 01:50:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 01:50:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 01:50:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:50:16 Fetched 24.2 MB in 6s (4290 kB/s) 01:50:17 Reading package lists... 01:50:17 Reading package lists... 01:50:18 Building dependency tree... 01:50:18 Reading state information... 01:50:18 The following additional packages will be installed: 01:50:18 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:50:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:50:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:50:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:50:18 Suggested packages: 01:50:18 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:50:18 Recommended packages: 01:50:18 gnupg libsasl2-modules 01:50:18 The following NEW packages will be installed: 01:50:18 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:50:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:50:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:50:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:50:18 The following packages will be upgraded: 01:50:18 gpg gpg-agent gpgconf libudev1 01:50:18 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 01:50:18 Need to get 3530 kB of archives. 01:50:18 After this operation, 13.3 MB of additional disk space will be used. 01:50:18 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 01:50:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:50:18 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] 01:50:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 01:50:19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 01:50:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 01:50:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:50:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:50:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 01:50:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 01:50:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 01:50:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:50:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:50:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:50:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:50:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:50:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:50:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:50:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:50:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:50:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:50:19 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:50:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 01:50:19 debconf: delaying package configuration, since apt-utils is not installed 01:50:19 Fetched 3530 kB in 1s (3181 kB/s) 01:50:19 (Reading database ... 12511 files and directories currently installed.) 01:50:19 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 01:50:19 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 01:50:19 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 01:50:20 Selecting previously unselected package udev. 01:50:20 (Reading database ... 12511 files and directories currently installed.) 01:50:20 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 01:50:20 Unpacking udev (237-3ubuntu10.45) ... 01:50:20 Selecting previously unselected package libfuse2:amd64. 01:50:20 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:50:20 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:50:20 Selecting previously unselected package fuse. 01:50:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:50:20 Unpacking fuse (2.9.7-1ubuntu1) ... 01:50:20 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 01:50:20 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:50:20 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 01:50:20 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:50:20 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 01:50:20 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:50:20 Selecting previously unselected package libksba8:amd64. 01:50:20 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:50:20 Unpacking libksba8:amd64 (1.3.5-2) ... 01:50:21 Selecting previously unselected package libroken18-heimdal:amd64. 01:50:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:50:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:50:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:50:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libwind0-heimdal:amd64. 01:50:21 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:50:21 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:50:21 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:50:21 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:50:21 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:50:21 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:21 Selecting previously unselected package libsasl2-modules-db:amd64. 01:50:21 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:50:21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:50:21 Selecting previously unselected package libsasl2-2:amd64. 01:50:21 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:50:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:50:22 Selecting previously unselected package libldap-common. 01:50:22 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 01:50:22 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 01:50:22 Selecting previously unselected package libldap-2.4-2:amd64. 01:50:22 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 01:50:22 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 01:50:22 Selecting previously unselected package dirmngr. 01:50:22 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 01:50:22 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 01:50:22 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 01:50:22 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 01:50:22 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:50:22 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:50:22 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:50:22 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 01:50:22 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:22 Setting up libksba8:amd64 (1.3.5-2) ... 01:50:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:50:22 Setting up udev (237-3ubuntu10.45) ... 01:50:23 invoke-rc.d: policy-rc.d denied execution of start. 01:50:23 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:23 Processing triggers for systemd (237-3ubuntu10) ... 01:50:23 Setting up fuse (2.9.7-1ubuntu1) ... 01:50:23 Setting up gpg (2.2.4-1ubuntu1.4) ... 01:50:23 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:23 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:23 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:23 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:23 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:23 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:23 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:50:23 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 01:50:23 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 01:50:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:50:24 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:50:24 settings in the [Install] section, and DefaultInstance for template units). 01:50:24 This means they are not meant to be enabled using systemctl. 01:50:24 Possible reasons for having this kind of units are: 01:50:24 1) A unit may be statically enabled by being symlinked from another unit's 01:50:24 .wants/ or .requires/ directory. 01:50:24 2) A unit's purpose may be to act as a helper for some other unit which has 01:50:24 a requirement dependency on it. 01:50:24 3) A unit may be started when needed via activation (socket, path, timer, 01:50:24 D-Bus, udev, scripted systemctl call, ...). 01:50:24 4) In case of template units, the unit is meant to be enabled with some 01:50:24 instance name specified. 01:50:24 Reading package lists... 01:50:24 Building dependency tree... 01:50:24 Reading state information... 01:50:25 The following additional packages will be installed: 01:50:25 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:50:25 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:50:25 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:50:25 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:50:25 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:50:25 Suggested packages: 01:50:25 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:50:25 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:50:25 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:50:25 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:50:25 systemd-container policykit-1 01:50:25 Recommended packages: 01:50:25 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:50:25 The following NEW packages will be installed: 01:50:25 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:50:25 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:50:25 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:50:25 multiarch-support openssh-client python3 python3-minimal python3.6 01:50:25 python3.6-minimal snapd squashfs-tools sudo 01:50:25 The following packages will be upgraded: 01:50:25 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:50:25 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 01:50:25 Need to get 35.2 MB of archives. 01:50:25 After this operation, 141 MB of additional disk space will be used. 01:50:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:50:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 01:50:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:50:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [Pipeline] } 01:50:26 $ docker stop --time=1 253c5109340c8e781be9694eb87183d2582a6a7a7428915878ac8e52da38b16d 01:50:26 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 01:50:26 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:50:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:50:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:50:26 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:50:26 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:50:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:50:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:50:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:50:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 01:50:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:50:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 01:50:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:50:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 01:50:26 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:50:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 01:50:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:50:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:50:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:50:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:50:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:50:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:50:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:50:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 01:50:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:50:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 01:50:28 debconf: delaying package configuration, since apt-utils is not installed 01:50:28 Fetched 35.2 MB in 3s (14.0 MB/s) 01:50:28 (Reading database ... 12757 files and directories currently installed.) 01:50:28 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 01:50:28 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 01:50:28 $ docker rm -f 253c5109340c8e781be9694eb87183d2582a6a7a7428915878ac8e52da38b16d 01:50:28 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 01:50:28 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 01:50:28 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 01:50:29 (Reading database ... 12757 files and directories currently installed.) 01:50:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:50:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:50:29 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:50:29 (Reading database ... 12757 files and directories currently installed.) 01:50:29 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:50:29 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:50:29 Setting up apt (1.6.12ubuntu0.2) ... 01:50:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:50:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:50:30 (Reading database ... 12764 files and directories currently installed.) 01:50:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 01:50:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 01:50:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:50:30 01:50:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:50:30 Selecting previously unselected package libpython3.6-minimal:amd64. 01:50:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:50:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:50:30 Selecting previously unselected package libexpat1:amd64. 01:50:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [Pipeline] isUnix 01:50:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:50:31 Selecting previously unselected package python3.6-minimal. 01:50:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:50:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] sh 01:50:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 01:50:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:50:31 Checking for services that may need to be restarted...done. 01:50:31 Checking for services that may need to be restarted...done. 01:50:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:50:31 latest: Pulling from edgex-devops/edgex-compose-arm64 01:50:31 29e5d40040c1: Pulling fs layer 01:50:31 1ce36da41761: Pulling fs layer 01:50:31 25b303627fd3: Pulling fs layer 01:50:31 29e5d40040c1: Verifying Checksum 01:50:31 29e5d40040c1: Download complete 01:50:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:50:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 01:50:32 1ce36da41761: Verifying Checksum 01:50:32 1ce36da41761: Download complete 01:50:32 29e5d40040c1: Pull complete 01:50:33 Selecting previously unselected package python3-minimal. 01:50:33 (Reading database ... 13012 files and directories currently installed.) 01:50:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:50:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:50:33 Selecting previously unselected package mime-support. 01:50:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:50:33 Unpacking mime-support (3.60ubuntu1) ... 01:50:33 Selecting previously unselected package libmpdec2:amd64. 01:50:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:50:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:50:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:50:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:50:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:50:33 Selecting previously unselected package python3.6. 01:50:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:50:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 01:50:33 Selecting previously unselected package libpython3-stdlib:amd64. 01:50:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:50:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:50:33 Setting up python3-minimal (3.6.7-1~18.04) ... 01:50:33 Selecting previously unselected package python3. 01:50:33 (Reading database ... 13442 files and directories currently installed.) 01:50:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:50:34 25b303627fd3: Verifying Checksum 01:50:34 25b303627fd3: Download complete 01:50:34 1ce36da41761: Pull complete 01:50:34 Unpacking python3 (3.6.7-1~18.04) ... 01:50:34 Selecting previously unselected package multiarch-support. 01:50:34 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:50:34 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:50:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:50:34 Selecting previously unselected package liblzo2-2:amd64. 01:50:34 (Reading database ... 13479 files and directories currently installed.) 01:50:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:50:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:50:34 Selecting previously unselected package libbsd0:amd64. 01:50:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:50:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:50:34 Selecting previously unselected package sudo. 01:50:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:50:34 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:50:34 Selecting previously unselected package apparmor. 01:50:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:50:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:50:35 Selecting previously unselected package libedit2:amd64. 01:50:35 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:50:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:50:35 Selecting previously unselected package libkrb5support0:amd64. 01:50:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:50:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:50:35 Selecting previously unselected package libk5crypto3:amd64. 01:50:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:50:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:50:35 Selecting previously unselected package libkeyutils1:amd64. 01:50:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:50:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:50:35 Selecting previously unselected package libkrb5-3:amd64. 01:50:35 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:50:35 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:50:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:50:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:50:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:50:36 Selecting previously unselected package libssl1.0.0:amd64. 01:50:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 01:50:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 01:50:36 Selecting previously unselected package openssh-client. 01:50:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:50:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:50:36 Selecting previously unselected package squashfs-tools. 01:50:36 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:50:36 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:50:36 Selecting previously unselected package snapd. 01:50:36 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 01:50:36 Unpacking snapd (2.48.3+18.04) ... 01:50:39 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:50:39 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 01:50:39 Setting up mime-support (3.60ubuntu1) ... 01:50:39 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:50:39 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:50:39 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:50:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:50:39 Setting up systemd (237-3ubuntu10.45) ... 01:50:39 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:50:40 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:50:40 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:50:40 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:50:40 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:50:40 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:50:40 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 01:50:41 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:50:41 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:50:41 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:50:41 Setting up python3 (3.6.7-1~18.04) ... 01:50:41 running python rtupdate hooks for python3.6... 01:50:41 running python post-rtupdate hooks for python3.6... 01:50:41 Setting up apparmor (2.12-4ubuntu5.1) ... 01:50:43 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:50:43 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:50:43 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:50:43 Setting up snapd (2.48.3+18.04) ... 01:50:44 25b303627fd3: Pull complete 01:50:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:50:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:50:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:50:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:50:44 prd-ubuntu18.04-docker-arm64-4c-16g-33100 does not seem to be running inside a container 01:50:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:50:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:50:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:50:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:50:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:50:45 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:50:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:50:45 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:50:45 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:50:46 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:50:46 /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' 01:50:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:50:46 Processing triggers for systemd (237-3ubuntu10.45) ... 01:50:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:50:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:50:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:50:47 $ docker top 2fa48bcc85bbf83ed9ebd96a8869eb82670efc7ae49940d2d464391424b467e3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:50:48 + docker-compose build --help 01:50:48 + grep parallel 01:50:49 Reading package lists... 01:50:49 Reading package lists... 01:50:49 Building dependency tree... 01:50:49 Reading state information... 01:50:49 Calculating upgrade... 01:50:49 The following packages will be upgraded: 01:50:49 advancecomp base-files bash binutils binutils-common 01:50:49 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:50:49 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:50:49 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 01:50:49 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 01:50:49 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:50:49 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:50:49 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 01:50:49 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 01:50:49 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 01:50:49 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 01:50:49 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 01:50:49 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 01:50:49 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 01:50:49 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 01:50:49 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:50:49 Need to get 63.8 MB of archives. 01:50:49 After this operation, 5208 kB of additional disk space will be used. 01:50:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 01:50:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:50:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:50:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:50:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:50:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:50:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:50:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:50:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:50:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:50:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:50:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:50:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:50:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:50:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:50:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:50:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:50:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:50:50 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:50:50 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:50:50 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:50:50 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:50:50 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:50:50 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:50:50 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:50:50 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:50:50 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:50:50 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:50:50 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:50:50 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:50:50 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:50:50 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:50:50 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:50:50 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:50:50 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:50:50 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 01:50:50 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:50:50 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:50:50 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:50:50 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 01:50:50 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 01:50:50 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:50:50 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:50:50 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:50:50 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 01:50:50 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:50:50 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:50:50 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] 01:50:50 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 01:50:50 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 01:50:50 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 01:50:50 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:50:50 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:50:50 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:50:50 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:50:50 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:50:51 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:50:51 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:50:51 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:50:51 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:50:51 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:50:51 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:50:51 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:50:51 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:50:51 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:50:51 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:50:51 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:50:51 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:50:51 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:50:51 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:50:51 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:50:51 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:50:51 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:50:51 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:50:51 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:50:51 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:50:51 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:50:51 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:50:51 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:50:51 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:50:51 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:50:51 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] 01:50:51 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:50:51 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 01:50:51 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] 01:50:51 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:50:51 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 01:50:51 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:50:51 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:50:51 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 01:50:51 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:50:51 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:50:51 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] 01:50:51 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:50:51 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:50:51 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:50:51 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:50:51 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:50:51 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:50:51 debconf: delaying package configuration, since apt-utils is not installed 01:50:51 Fetched 63.8 MB in 2s (40.0 MB/s) 01:50:52 (Reading database ... 13912 files and directories currently installed.) 01:50:52 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:50:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:50:52 --parallel Build images in parallel. [Pipeline] } 01:50:52 $ docker stop --time=1 2fa48bcc85bbf83ed9ebd96a8869eb82670efc7ae49940d2d464391424b467e3 01:50:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:50:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:50:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 01:50:52 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 01:50:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:54 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:54 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:54 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:54 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:54 $ docker rm -f 2fa48bcc85bbf83ed9ebd96a8869eb82670efc7ae49940d2d464391424b467e3 01:50:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:54 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:54 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:50:54 (Reading database ... 13911 files and directories currently installed.) 01:50:54 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:54 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:50:54 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:50:54 (Reading database ... 13911 files and directories currently installed.) 01:50:54 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:54 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:55 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:50:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:50:55 . [Pipeline] withDockerContainer 01:50:55 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:50:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:50:55 (Reading database ... 13911 files and directories currently installed.) 01:50:55 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:50:55 prd-ubuntu18.04-docker-arm64-4c-16g-33100 does not seem to be running inside a container 01:50:55 $ 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/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 01:50:55 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:50:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:50:56 (Reading database ... 13911 files and directories currently installed.) 01:50:56 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:50:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:50:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:50:56 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:50:56 $ docker top abe4bf3f55d949f9d4f5c1bd3a17796cc5de44edf0b534cb4e84e65ab817bc9d -eo pid,comm 01:50:57 Setting up base-files (10.1ubuntu2.10) ... 01:50:57 Installing new version of config file /etc/issue ... 01:50:57 Installing new version of config file /etc/issue.net ... 01:50:57 Installing new version of config file /etc/lsb-release ... 01:50:57 Installing new version of config file /etc/update-motd.d/50-motd-news ... [Pipeline] { [Pipeline] sh 01:50:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:50:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:50:57 Removing obsolete conffile /etc/default/motd-news ... 01:50:57 (Reading database ... 13912 files and directories currently installed.) 01:50:57 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:50:57 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:50:57 Setting up bash (4.4.18-2ubuntu1.2) ... 01:50:57 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 01:50:57 (Reading database ... 13912 files and directories currently installed.) 01:50:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:50:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:50:57 + docker-compose -f ./docker-compose-build.yml build --parallel 01:50:58 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:50:58 (Reading database ... 13912 files and directories currently installed.) 01:50:58 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:50:58 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:50:58 Setting up tar (1.29b-2ubuntu0.2) ... 01:50:58 (Reading database ... 13912 files and directories currently installed.) 01:50:58 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:50:58 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:50:58 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:50:58 (Reading database ... 13912 files and directories currently installed.) 01:50:58 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:50:58 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:50:59 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:50:59 (Reading database ... 13912 files and directories currently installed.) 01:50:59 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:50:59 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:50:59 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:50:59 (Reading database ... 13912 files and directories currently installed.) 01:50:59 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:50:59 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:50:59 Setting up grep (3.1-2build1) ... 01:50:59 (Reading database ... 13912 files and directories currently installed.) 01:50:59 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:50:59 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:50:59 Setting up login (1:4.5-1ubuntu2) ... 01:51:00 (Reading database ... 13912 files and directories currently installed.) 01:51:00 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:51:00 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:51:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:51:00 (Reading database ... 13912 files and directories currently installed.) 01:51:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:51:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:51:01 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:51:01 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:51:01 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:51:01 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:51:02 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:51:02 Building docker-core-command-go ... 01:51:02 Building docker-core-data-go ... 01:51:02 Building docker-core-metadata-go ... 01:51:02 Building docker-security-bootstrapper-go ... 01:51:02 Building docker-security-proxy-setup-go ... 01:51:02 Building docker-security-secretstore-setup-go ... 01:51:02 Building docker-support-notifications-go ... 01:51:02 Building docker-support-scheduler-go ... 01:51:02 Building docker-sys-mgmt-agent-go ... 01:51:02 Building docker-security-secretstore-setup-go 01:51:02 Building docker-core-metadata-go 01:51:02 Building docker-security-proxy-setup-go 01:51:02 Building docker-support-scheduler-go 01:51:02 Building docker-support-notifications-go 01:51:02 (Reading database ... 13912 files and directories currently installed.) 01:51:02 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:51:02 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:51:03 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:51:03 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:51:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:51:03 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:51:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:51:03 (Reading database ... 13912 files and directories currently installed.) 01:51:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:51:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:51:04 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:51:04 (Reading database ... 13912 files and directories currently installed.) 01:51:04 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:51:04 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:51:04 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:51:04 (Reading database ... 13912 files and directories currently installed.) 01:51:04 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:51:04 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:51:04 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:51:04 (Reading database ... 13912 files and directories currently installed.) 01:51:04 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:51:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:51:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:51:04 (Reading database ... 13912 files and directories currently installed.) 01:51:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:51:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:51:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:51:05 (Reading database ... 13912 files and directories currently installed.) 01:51:05 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:51:05 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:51:05 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:51:05 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:51:05 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:51:05 (Reading database ... 13912 files and directories currently installed.) 01:51:05 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:51:05 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:51:05 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:51:06 (Reading database ... 13912 files and directories currently installed.) 01:51:06 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:51:06 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:51:06 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:51:06 (Reading database ... 13912 files and directories currently installed.) 01:51:06 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:51:06 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:51:06 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:51:06 (Reading database ... 13912 files and directories currently installed.) 01:51:06 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:51:06 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:51:07 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:51:07 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:51:08 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:51:08 (Reading database ... 13912 files and directories currently installed.) 01:51:08 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:51:08 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:51:08 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:51:08 (Reading database ... 13912 files and directories currently installed.) 01:51:08 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:51:08 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:51:08 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:51:08 (Reading database ... 13914 files and directories currently installed.) 01:51:08 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:51:08 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:51:09 Setting up debconf (1.5.66ubuntu1) ... 01:51:09 (Reading database ... 13914 files and directories currently installed.) 01:51:09 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:51:09 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:51:09 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:51:09 (Reading database ... 13914 files and directories currently installed.) 01:51:09 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:51:09 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:51:09 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:51:09 (Reading database ... 13914 files and directories currently installed.) 01:51:09 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:51:09 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:51:09 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:51:10 (Reading database ... 13914 files and directories currently installed.) 01:51:10 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:51:10 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:51:10 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:51:10 (Reading database ... 13914 files and directories currently installed.) 01:51:10 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:51:10 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:51:10 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:51:11 (Reading database ... 13914 files and directories currently installed.) 01:51:11 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:51:11 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:51:11 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 01:51:11 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 01:51:11 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:51:11 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:51:11 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:51:11 (Reading database ... 13914 files and directories currently installed.) 01:51:11 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:51:11 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:51:11 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:51:11 (Reading database ... 13914 files and directories currently installed.) 01:51:11 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:51:11 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:51:12 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:51:12 (Reading database ... 13914 files and directories currently installed.) 01:51:12 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:51:12 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:51:12 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:51:12 (Reading database ... 13914 files and directories currently installed.) 01:51:12 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 01:51:12 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 01:51:13 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 01:51:13 (Reading database ... 13914 files and directories currently installed.) 01:51:13 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:51:13 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:51:13 Setting up passwd (1:4.5-1ubuntu2) ... 01:51:13 (Reading database ... 13914 files and directories currently installed.) 01:51:13 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 01:51:13 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:51:13 Setting up gpgv (2.2.4-1ubuntu1.4) ... 01:51:13 (Reading database ... 13914 files and directories currently installed.) 01:51:13 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:51:13 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:51:13 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:51:14 (Reading database ... 13914 files and directories currently installed.) 01:51:14 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:51:14 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:51:14 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:51:14 (Reading database ... 13914 files and directories currently installed.) 01:51:14 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:51:15 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:51:15 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:51:15 (Reading database ... 13914 files and directories currently installed.) 01:51:15 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:51:15 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:51:15 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:51:15 (Reading database ... 13914 files and directories currently installed.) 01:51:15 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:51:15 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:51:15 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:51:15 (Reading database ... 13914 files and directories currently installed.) 01:51:15 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 01:51:15 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 01:51:15 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 01:51:16 (Reading database ... 13915 files and directories currently installed.) 01:51:16 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:51:16 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:51:16 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:51:16 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:51:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 01:51:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 01:51:16 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 01:51:16 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 01:51:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:51:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:51:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:51:17 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:51:17 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:51:17 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:51:17 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:51:17 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:51:17 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:51:17 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:51:17 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:51:17 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:51:17 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:51:17 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:51:17 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 01:51:17 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 01:51:18 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:51:18 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:51:18 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:51:18 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:51:19 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:51:19 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:51:19 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:51:19 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:51:19 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:51:19 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:51:19 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:51:19 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:51:20 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:20 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:20 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:20 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:20 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:20 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:20 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:20 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:21 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:21 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:22 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:22 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:23 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:23 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:24 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:24 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:24 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:51:24 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:51:25 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:51:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:51:25 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:51:25 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:51:25 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:51:25 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:51:25 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:51:25 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:51:25 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:51:25 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:51:25 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:51:25 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:51:26 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:51:26 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:51:26 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:51:26 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:51:26 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:51:26 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:51:26 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:51:26 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:51:26 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:51:26 Setting up tzdata (2021a-0ubuntu0.18.04) ... 01:51:26 01:51:26 Current default time zone: 'Etc/UTC' 01:51:26 Local time is now: Wed Apr 7 01:51:26 UTC 2021. 01:51:26 Universal Time is now: Wed Apr 7 01:51:26 UTC 2021. 01:51:26 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:51:26 01:51:26 Setting up systemd-sysv (237-3ubuntu10.45) ... 01:51:26 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:51:26 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 01:51:26 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:51:26 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:51:26 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:51:27 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:51:27 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:51:27 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:51:27 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:51:27 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:51:27 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:51:27 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:51:27 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 01:51:27 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:51:27 Setting up patch (2.7.6-2ubuntu1.1) ... 01:51:27 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:51:27 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:51:27 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 01:51:27 Installing new version of config file /etc/ssl/openssl.cnf ... 01:51:27 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:51:27 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:51:27 Setting up ca-certificates (20210119~18.04.1) ... 01:51:29 Updating certificates in /etc/ssl/certs... 01:51:30 23 added, 27 removed; done. 01:51:30 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:51:30 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:51:30 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:51:30 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:51:30 Setting up pkgbinarymangler (138.18.04.1) ... 01:51:30 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:51:30 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 01:51:30 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:51:30 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:51:30 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:51:30 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:51:30 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:51:30 Setting up perl (5.26.1-6ubuntu0.5) ... 01:51:30 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 01:51:30 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:51:31 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:51:31 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 01:51:31 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:51:31 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:51:31 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:51:31 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:51:31 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:51:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:51:31 Processing triggers for systemd (237-3ubuntu10.45) ... 01:51:31 Processing triggers for mime-support (3.60ubuntu1) ... 01:51:31 Processing triggers for ca-certificates (20210119~18.04.1) ... 01:51:31 Updating certificates in /etc/ssl/certs... 01:51:31 0 added, 0 removed; done. 01:51:31 Running hooks in /etc/ca-certificates/update.d... 01:51:31 done. 01:51:32 Reading package lists... 01:51:32 Building dependency tree... 01:51:32 Reading state information... 01:51:32 The following NEW packages will be installed: 01:51:32 apt-transport-https 01:51:32 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:51:32 Need to get 1696 B of archives. 01:51:32 After this operation, 153 kB of additional disk space will be used. 01:51:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:51:32 debconf: delaying package configuration, since apt-utils is not installed 01:51:32 Fetched 1696 B in 0s (29.0 kB/s) 01:51:32 Selecting previously unselected package apt-transport-https. 01:51:32 (Reading database ... 13920 files and directories currently installed.) 01:51:32 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:51:32 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:51:33 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:51:33 Waiting for network to be ready... 01:51:43 2021-04-07T01:51:38Z INFO Waiting for automatic snapd restart... 01:51:43 snapd 2.49.1 from Canonical* installed 01:51:44 "snapd" switched to the "latest/stable" channel 01:51:44 01:51:48 core18 20210309 from Canonical* installed 01:51:48 "core18" switched to the "latest/stable" channel 01:51:48 01:51:53 snapcraft 4.6 from Canonical* installed 01:51:54 "snapcraft" switched to the "latest/stable" channel 01:51:54 01:51:58 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 01:51:58 - README.md 01:51:58 01:51:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:52:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:52:04 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:52:04 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:52:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:52:06 Reading package lists... 01:52:07 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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 01:52:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:52:13 Reading package lists... 01:52:13 Building dependency tree... 01:52:13 Reading state information... 01:52:13 Suggested packages: 01:52:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:52:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:52:13 Recommended packages: 01:52:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:52:13 The following NEW packages will be installed: 01:52:13 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:52:13 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:52:13 pkg-config zip 01:52:13 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:52:13 Need to get 7663 kB of archives. 01:52:13 After this operation, 43.8 MB of additional disk space will be used. 01:52:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 01:52:13 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:52:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 01:52:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 01:52:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 01:52:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:52:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:52:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:52:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:52:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:52:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:52:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:52:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:52:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:52:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:52:14 debconf: delaying package configuration, since apt-utils is not installed 01:52:14 Fetched 7663 kB in 1s (10.5 MB/s) 01:52:14 Selecting previously unselected package libglib2.0-0:amd64. 01:52:14 (Reading database ... 13924 files and directories currently installed.) 01:52:14 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 01:52:14 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 01:52:15 Selecting previously unselected package libpsl5:amd64. 01:52:15 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:52:15 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:52:15 Selecting previously unselected package libnghttp2-14:amd64. 01:52:15 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:52:15 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:52:15 Selecting previously unselected package librtmp1:amd64. 01:52:15 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:52:15 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:52:15 Selecting previously unselected package libcurl3-gnutls:amd64. 01:52:15 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 01:52:15 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 01:52:15 Selecting previously unselected package liberror-perl. 01:52:15 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:52:15 Unpacking liberror-perl (0.17025-1) ... 01:52:15 Selecting previously unselected package git-man. 01:52:15 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 01:52:15 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 01:52:15 Selecting previously unselected package git. 01:52:15 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 01:52:15 Unpacking git (1:2.17.1-1ubuntu0.8) ... 01:52:16 Selecting previously unselected package libnorm1:amd64. 01:52:16 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:52:16 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:52:16 Selecting previously unselected package libpgm-5.2-0:amd64. 01:52:16 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:52:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:52:16 Selecting previously unselected package libsodium23:amd64. 01:52:16 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:52:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:52:17 Selecting previously unselected package libzmq5:amd64. 01:52:17 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:52:17 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:52:17 Selecting previously unselected package libzmq3-dev:amd64. 01:52:17 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:52:17 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:52:17 Selecting previously unselected package pkg-config. 01:52:17 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:52:17 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:52:17 Selecting previously unselected package zip. 01:52:17 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:52:17 Unpacking zip (3.0-11build1) ... 01:52:17 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:52:17 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 01:52:17 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:52:17 Setting up liberror-perl (0.17025-1) ... 01:52:17 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:52:17 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 01:52:17 No schema files found: doing nothing. 01:52:17 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:52:17 Setting up zip (3.0-11build1) ... 01:52:17 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:52:17 Setting up libsodium23:amd64 (1.0.16-2) ... 01:52:17 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:52:17 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:52:18 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 01:52:18 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:52:18 Setting up git (1:2.17.1-1ubuntu0.8) ... 01:52:18 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:52:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:52:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:52:24 ---> 021312a0951b 01:52:24 Step 3/24 : WORKDIR /edgex-go 01:52:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:52:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:52:24 ---> 021312a0951b 01:52:24 Step 3/22 : WORKDIR /edgex-go 01:52:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:52:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:52:24 ---> 021312a0951b 01:52:24 Step 3/22 : WORKDIR /edgex-go 01:52:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:52:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:52:24 ---> 021312a0951b 01:52:24 Step 3/23 : WORKDIR /edgex-go 01:52:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:52:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:52:24 ---> 021312a0951b 01:52:24 Step 3/21 : WORKDIR /edgex-go 01:52:24 ---> Running in 6e05c8cca444 01:52:24 ---> Running in 75d9859e7cc0 01:52:24 ---> Running in 2c609900abed 01:52:24 ---> Running in edc82f33038e 01:52:24 ---> Running in 951764fe5dbd 01:52:24 Removing intermediate container 2c609900abed 01:52:24 ---> 0e433ca65438 01:52:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:24 ---> Running in bfff5357d2dd 01:52:24 Removing intermediate container 6e05c8cca444 01:52:24 ---> 8535f268581a 01:52:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:24 Removing intermediate container edc82f33038e 01:52:24 ---> 8355f378b784 01:52:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:24 Removing intermediate container 75d9859e7cc0 01:52:24 ---> a17b8f174aab 01:52:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:24 Removing intermediate container 951764fe5dbd 01:52:24 ---> c085e3bd46d7 01:52:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:24 ---> Running in 3a0568645383 01:52:24 ---> Running in 19f4e6c4c37a 01:52:24 ---> Running in 41728cc5465c 01:52:24 ---> Running in 18ff4c2fb21a 01:52:24 Removing intermediate container bfff5357d2dd 01:52:24 ---> d20296d6b66e 01:52:24 Step 5/21 : RUN apk add --update --no-cache make git 01:52:24 ---> Running in 36405ba73e62 01:52:24 Removing intermediate container 3a0568645383 01:52:24 ---> 01fdfa4f564c 01:52:24 Step 5/23 : RUN apk add --update --no-cache make git 01:52:24 ---> Running in d89131bc21d7 01:52:24 Removing intermediate container 19f4e6c4c37a 01:52:24 ---> 42c58f7af6da 01:52:24 Step 5/22 : RUN apk add --update --no-cache make git 01:52:24 ---> Running in 48b0a2c3e980 01:52:24 Removing intermediate container 41728cc5465c 01:52:24 ---> 0bca21adb7f9 01:52:24 Step 5/24 : RUN apk add --update --no-cache make git 01:52:24 Removing intermediate container 18ff4c2fb21a 01:52:24 ---> 811c44d24e20 01:52:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:52:24 ---> Running in 2c168cd1ac33 01:52:24 ---> Running in 15ef97e8d5c4 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:24 OK: 217 MiB in 51 packages 01:52:24 OK: 217 MiB in 51 packages 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:24 OK: 217 MiB in 51 packages 01:52:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:52:25 git set to automatically installed. 01:52:25 git-man set to automatically installed. 01:52:25 libcurl3-gnutls set to automatically installed. 01:52:25 liberror-perl set to automatically installed. 01:52:25 libglib2.0-0 set to automatically installed. 01:52:25 libnghttp2-14 set to automatically installed. 01:52:25 libnorm1 set to automatically installed. 01:52:25 libpgm-5.2-0 set to automatically installed. 01:52:25 libpsl5 set to automatically installed. 01:52:25 librtmp1 set to automatically installed. 01:52:25 libsodium23 set to automatically installed. 01:52:25 libzmq3-dev set to automatically installed. 01:52:25 libzmq5 set to automatically installed. 01:52:25 pkg-config set to automatically installed. 01:52:25 zip set to automatically installed. 01:52:25 OK: 217 MiB in 51 packages 01:52:25 OK: 217 MiB in 51 packages 01:52:25 Removing intermediate container 36405ba73e62 01:52:25 ---> 9599a59bf329 01:52:25 Step 6/21 : COPY go.mod . 01:52:26 Removing intermediate container 48b0a2c3e980 01:52:26 ---> 35da7c59b2a2 01:52:26 Step 6/22 : COPY go.mod . 01:52:26 Removing intermediate container d89131bc21d7 01:52:26 ---> 9dfb08ba9251 01:52:26 Step 6/23 : COPY go.mod . 01:52:26 ---> 9ad97fa37e3e 01:52:26 Step 7/21 : RUN go mod download 01:52:27 Removing intermediate container 2c168cd1ac33 01:52:27 ---> Running in ff5d154580d4 01:52:27 ---> 022738caae8b 01:52:27 Step 6/24 : COPY go.mod . 01:52:27 Removing intermediate container 15ef97e8d5c4 01:52:27 ---> 6907ed6d504b 01:52:27 Step 6/22 : COPY go.mod . 01:52:27 snapd is not logged in, snap install commands will use sudo 01:52:27 ---> 18231ce2c9fe 01:52:27 Step 7/23 : RUN go mod download 01:52:27 ---> 093a145e5641 01:52:27 Step 7/22 : RUN go mod download 01:52:27 ---> Running in 1222e4e84f17 01:52:28 ---> Running in d8239b7c0409 01:52:28 ---> 4f315b01d072 01:52:28 Step 7/24 : RUN go mod download 01:52:28 ---> Running in 3f8dc4b9b289 01:52:28 ---> cc8d5aa355b6 01:52:28 Step 7/22 : RUN go mod download 01:52:29 ---> Running in ca8c85514ef1 01:52:31 Removing intermediate container ff5d154580d4 01:52:31 ---> a009afc3a82a 01:52:31 Step 8/21 : COPY . . 01:52:32 Removing intermediate container 1222e4e84f17 01:52:32 ---> 9fe907c9e03b 01:52:32 Step 8/23 : COPY . . 01:52:33 Removing intermediate container d8239b7c0409 01:52:33 ---> b1e2a1caf1d7 01:52:33 Step 8/22 : COPY . . 01:52:33 Removing intermediate container 3f8dc4b9b289 01:52:33 ---> 46564b5cb314 01:52:33 Step 8/24 : COPY . . 01:52:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:52:34 Removing intermediate container ca8c85514ef1 01:52:34 ---> 0ca288c293cf 01:52:34 Step 8/22 : COPY . . 01:52:52 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 01:52:52 snapd is not logged in, snap install commands will use sudo 01:52:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:52:57 snap "core18" has no updates available 01:52:58 Pulling go-build-helper 01:52:58 + snapcraftctl pull 01:52:59 'app-service-config' has dependencies that need to be staged: go-build-helper 01:52:59 Skipping pull go-build-helper (already ran) 01:52:59 Building go-build-helper 01:52:59 + snapcraftctl build 01:53:01 ---> 934c678bc466 01:53:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:53:01 ---> 48000c3b909e 01:53:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:53:01 ---> Running in f94c8339ac3d 01:53:01 ---> Running in 0a7ff64c6eb3 01:53:01 ---> 06f9125bdb43 01:53:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:53:01 ---> 2555c80f6be6 01:53:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:53:01 ---> 8c9e51ee0837 01:53:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:53:01 ---> Running in 88b2b55c6cc9 01:53:01 ---> Running in a08570a9f08a 01:53:01 ---> Running in fa3ff695afac 01:53:01 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 01:53:02 Staging go-build-helper 01:53:02 + snapcraftctl stage 01:53:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:53:02 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 01:53:02 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 01:53:03 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 01:53:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:53:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:53:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 01:53:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 01:53:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 01:53:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 01:53:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 01:53:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 01:53:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 01:53:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 01:53:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:53:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:53:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:53:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:53:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:53:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:53:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:53:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:53:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:53:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 01:53:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 01:53:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 01:53:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 01:53:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 01:53:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 01:53:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 01:53:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 01:53:17 Fetched 24.2 MB in 0s (0 B/s) 01:53:17 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:53:17 Fetched 224 kB in 0s (0 B/s) 01:53:17 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:53:17 Fetched 157 kB in 0s (0 B/s) 01:53:17 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:53:17 Fetched 221 kB in 0s (0 B/s) 01:53:17 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:53:17 Fetched 143 kB in 0s (0 B/s) 01:53:17 Pulling app-service-config 01:53:17 + snapcraftctl pull 01:53:17 Cloning into '/root/parts/app-service-config/src'... 01:53:17 Pulling config-common 01:53:17 + snapcraftctl pull 01:53:22 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:53:22 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:53:22 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:53:22 Fetched 0 B in 0s (0 B/s) 01:53:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:53:22 Fetched 0 B in 0s (0 B/s) 01:53:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:53:22 Fetched 0 B in 0s (0 B/s) 01:53:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:53:22 Fetched 0 B in 0s (0 B/s) 01:53:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:53:22 Fetched 0 B in 0s (0 B/s) 01:53:22 Pulling edgex-go 01:53:22 + snapcraftctl pull 01:53:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:53:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:53:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:53:49 Fetched 88.7 kB in 0s (0 B/s) 01:53:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:53:49 Fetched 96.5 kB in 0s (0 B/s) 01:53:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:53:49 Fetched 279 kB in 0s (0 B/s) 01:53:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:53:49 Fetched 122 kB in 0s (0 B/s) 01:53:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:53:49 Fetched 77.8 kB in 0s (0 B/s) 01:53:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:53:49 Fetched 8848 B in 0s (0 B/s) 01:53:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:53:49 Fetched 47.8 kB in 0s (0 B/s) 01:53:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:53:49 Fetched 45.6 kB in 0s (0 B/s) 01:53:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:53:49 Fetched 15.0 kB in 0s (0 B/s) 01:53:49 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 01:53:49 Fetched 219 kB in 0s (0 B/s) 01:53:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 01:53:49 Fetched 154 kB in 0s (0 B/s) 01:53:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:53:49 Fetched 50.6 kB in 0s (0 B/s) 01:53:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:53:49 Fetched 14.8 kB in 0s (0 B/s) 01:53:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:53:49 Fetched 41.8 kB in 0s (0 B/s) 01:53:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:53:49 Fetched 499 kB in 0s (0 B/s) 01:53:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:53:49 Fetched 111 kB in 0s (0 B/s) 01:53:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:53:49 Fetched 240 kB in 0s (0 B/s) 01:53:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:53:49 Fetched 29.3 kB in 0s (0 B/s) 01:53:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:53:49 Fetched 85.5 kB in 0s (0 B/s) 01:53:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:53:49 Fetched 24.5 kB in 0s (0 B/s) 01:53:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:53:49 Fetched 49.2 kB in 0s (0 B/s) 01:53:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:53:49 Fetched 54.2 kB in 0s (0 B/s) 01:53:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:53:49 Fetched 30.8 kB in 0s (0 B/s) 01:53:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 01:53:49 Fetched 15.8 kB in 0s (0 B/s) 01:53:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:53:49 Fetched 85.9 kB in 0s (0 B/s) 01:53:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:53:49 Fetched 8720 B in 0s (0 B/s) 01:53:49 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:53:49 Fetched 137 kB in 0s (0 B/s) 01:53:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:53:49 Fetched 119 kB in 0s (0 B/s) 01:53:49 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:53:49 Fetched 109 kB in 0s (0 B/s) 01:53:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:53:49 Fetched 11.1 kB in 0s (0 B/s) 01:53:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:53:49 Fetched 645 kB in 0s (0 B/s) 01:53:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:53:49 Fetched 41.3 kB in 0s (0 B/s) 01:53:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:53:49 Fetched 17.9 kB in 0s (0 B/s) 01:53:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:53:49 Fetched 368 kB in 0s (0 B/s) 01:53:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:53:49 Fetched 187 kB in 0s (0 B/s) 01:53:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:53:49 Fetched 175 kB in 0s (0 B/s) 01:53:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:53:49 Fetched 206 kB in 0s (0 B/s) 01:53:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 01:53:49 Fetched 1301 kB in 0s (0 B/s) 01:53:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:53:49 Fetched 36.2 kB in 0s (0 B/s) 01:53:49 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 01:53:49 Fetched 159 kB in 0s (0 B/s) 01:53:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:53:49 Fetched 107 kB in 0s (0 B/s) 01:53:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:53:49 Fetched 48.7 kB in 0s (0 B/s) 01:53:49 Pulling static-packages 01:53:49 + snapcraftctl pull 01:53:49 Pulling version 01:53:49 + cd /root/project 01:53:49 + [ -f VERSION ] 01:53:49 + PROJECT_VERSION=local-dev 01:53:49 + git rev-parse --short HEAD 01:53:49 + GIT_REVISION=f38efd4c 01:53:49 + snapcraftctl set-version local-dev 01:53:49 Skipping build go-build-helper (already ran) 01:53:49 Building app-service-config 01:53:49 + make build 01:53:49 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 01:53:49 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 01:53:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 01:53:50 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 01:53:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 01:53:50 go: downloading github.com/google/uuid v1.2.0 01:53:50 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 01:53:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 01:53:50 go: downloading github.com/go-kit/kit v0.8.0 01:53:50 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 01:53:50 go: downloading github.com/go-playground/validator/v10 v10.4.1 01:53:50 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:53:51 go: downloading github.com/gorilla/mux v1.8.0 01:53:51 go: downloading github.com/BurntSushi/toml v0.3.1 01:53:51 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 01:53:51 go: downloading github.com/pelletier/go-toml v1.2.0 01:53:51 go: downloading github.com/leodido/go-urn v1.2.0 01:53:51 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:53:51 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:53:51 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:53:51 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 01:53:51 go: downloading github.com/x448/float16 v0.8.4 01:53:51 go: downloading github.com/hashicorp/consul/api v1.8.1 01:53:51 go: downloading github.com/go-playground/universal-translator v0.17.0 01:53:51 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:53:51 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:53:51 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 01:53:51 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:53:52 go: downloading github.com/pebbe/zmq4 v1.2.7 01:53:52 go: downloading github.com/hashicorp/serf v0.9.5 01:53:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 01:53:52 go: downloading github.com/hashicorp/go-hclog v0.12.0 01:53:52 go: downloading github.com/go-playground/locales v0.13.0 01:53:52 go: downloading github.com/fatih/color v1.9.0 01:53:52 go: downloading github.com/mattn/go-isatty v0.0.12 01:53:52 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 01:53:52 go: downloading github.com/mitchellh/copystructure v1.0.0 01:53:52 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:53:52 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:53:52 go: downloading github.com/gorilla/websocket v1.4.2 01:53:52 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:53:52 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 01:53:52 go: downloading github.com/mattn/go-colorable v0.1.6 01:53:52 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:53:52 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:53:52 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:54:04 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 01:54:04 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 01:54:04 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 01:54:04 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 01:54:06 Building config-common 01:54:06 + snapcraftctl build 01:54:09 Building edgex-go 01:54:10 + cd /root/parts/edgex-go/src 01:54:10 + make build 01:54:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:54:10 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 01:54:10 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:54:10 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 01:54:10 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 01:54:10 go: downloading github.com/pkg/errors v0.8.1 01:54:10 go: downloading github.com/imdario/mergo v0.3.12 01:54:10 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 01:54:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:54:15 go: downloading gopkg.in/yaml.v2 v2.4.0 01:54:21 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 01:54:23 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 01:54:25 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 01:54:26 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 01:54:26 go: downloading github.com/stretchr/testify v1.7.0 01:54:26 go: downloading github.com/pmezard/go-difflib v1.0.0 01:54:26 go: downloading github.com/davecgh/go-spew v1.1.1 01:54:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:54:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:54:29 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:54:29 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:54:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:54:32 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 01:54:33 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 01:54:35 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 01:54:35 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:54:36 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 01:54:37 go: downloading github.com/lib/pq v1.10.0 01:54:39 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:54:39 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:54:39 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:54:39 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:54:39 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:54:39 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:54:39 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:54:39 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:54:39 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:54:39 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:54:39 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:54:39 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:54:39 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:54:39 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:54:39 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:54:39 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:54:39 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:54:39 + 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 01:54:39 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:54:39 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:54:39 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 01:54:39 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:54:39 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:54:39 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:54:39 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:54:39 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 01:54:40 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 01:54:40 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 01:54:42 Building static-packages 01:54:42 + snapcraftctl build 01:54:46 Building version 01:54:46 + snapcraftctl build 01:54:48 Skipping stage go-build-helper (already ran) 01:54:49 Staging app-service-config 01:54:49 + snapcraftctl stage 01:54:50 Staging config-common 01:54:50 + snapcraftctl stage 01:54:51 Staging edgex-go 01:54:51 + snapcraftctl stage 01:54:52 Staging static-packages 01:54:52 + snapcraftctl stage 01:54:54 Staging version 01:54:54 + snapcraftctl stage 01:54:55 Removing intermediate container 88b2b55c6cc9 01:54:55 ---> ed07e2a829b8 01:54:55 01:54:55 Step 10/24 : FROM alpine:3.12 01:54:55 3.12: Pulling from library/alpine 01:54:55 Removing intermediate container 0a7ff64c6eb3 01:54:55 ---> d63e21e3ff93 01:54:55 01:54:55 Step 10/21 : FROM alpine:3.12 01:54:55 3.12: Pulling from library/alpine 01:54:55 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 01:54:55 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 01:54:55 Status: Image is up to date for alpine:3.12 01:54:55 ---> d75e27dfc0a0 01:54:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 01:54:55 Status: Downloaded newer image for alpine:3.12 01:54:55 ---> d75e27dfc0a0 01:54:55 Step 11/21 : RUN apk add --update --no-cache curl 01:54:55 Priming go-build-helper 01:54:55 + snapcraftctl prime 01:54:55 ---> Running in b0a70a5bf4d4 01:54:55 ---> Running in 8b47173d4630 01:54:56 Priming app-service-config 01:54:56 + snapcraftctl prime 01:54:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:54:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:54:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:54:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:54:58 Priming config-common 01:54:58 + snapcraftctl prime 01:54:58 (1/6) Installing ca-certificates (20191127-r4) 01:54:58 (1/4) Installing ca-certificates (20191127-r4) 01:54:58 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:54:58 (3/6) Installing libcurl (7.69.1-r3) 01:54:58 (4/6) Installing curl (7.69.1-r3) 01:54:58 (5/6) Installing dumb-init (1.2.2-r1) 01:54:58 (6/6) Installing su-exec (0.2-r1) 01:54:58 Executing busybox-1.31.1-r20.trigger 01:54:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:54:58 (3/4) Installing libcurl (7.69.1-r3) 01:54:58 Executing ca-certificates-20191127-r4.trigger 01:54:58 (4/4) Installing curl (7.69.1-r3) 01:54:58 Executing busybox-1.31.1-r20.trigger 01:54:58 Executing ca-certificates-20191127-r4.trigger 01:54:59 OK: 7 MiB in 20 packages 01:54:59 OK: 7 MiB in 18 packages 01:54:59 Priming edgex-go 01:54:59 + snapcraftctl prime 01:55:01 Priming static-packages 01:55:01 + snapcraftctl prime 01:55:03 Removing intermediate container 8b47173d4630 01:55:03 ---> f01b0d7f1217 01:55:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:55:03 Removing intermediate container b0a70a5bf4d4 01:55:03 ---> e158994b028f 01:55:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:55:03 ---> Running in 37a7e166abf2 01:55:03 Priming version 01:55:03 + snapcraftctl prime 01:55:03 ---> Running in 3c033fa5bdbf 01:55:04 Removing intermediate container a08570a9f08a 01:55:04 ---> cb3041fabcbc 01:55:04 01:55:04 Step 10/22 : FROM alpine:3.12 01:55:04 ---> d75e27dfc0a0 01:55:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:55:04 Removing intermediate container 37a7e166abf2 01:55:04 ---> 19027bad1df6 01:55:04 Step 13/21 : WORKDIR /edgex 01:55:04 Removing intermediate container fa3ff695afac 01:55:04 ---> c310c46ba94a 01:55:04 01:55:04 Step 10/22 : FROM alpine:3.12 01:55:04 ---> d75e27dfc0a0 01:55:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:55:04 ---> Running in d4eb5a37ff03 01:55:04 ---> Running in 1c369ee1e79a 01:55:04 Removing intermediate container 3c033fa5bdbf 01:55:04 ---> 5d3415850480 01:55:04 Step 13/24 : WORKDIR / 01:55:04 ---> Running in a2ffeadcf1fe 01:55:05 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 01:55:05 ---> Running in 939a580c94c6 01:55:05 Removing intermediate container 1c369ee1e79a 01:55:05 ---> 71a70a87724d 01:55:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:55:05 Removing intermediate container 939a580c94c6 01:55:05 ---> 342154e0ae41 01:55:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 01:55:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] } 01:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:07 ---> 0678ad88cd49 01:55:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:55:07 (1/2) Installing ca-certificates (20191127-r4) 01:55:07 (2/2) Installing dumb-init (1.2.2-r1) 01:55:07 Executing busybox-1.31.1-r20.trigger 01:55:07 (1/1) Installing dumb-init (1.2.2-r1) 01:55:07 Executing ca-certificates-20191127-r4.trigger 01:55:07 Executing busybox-1.31.1-r20.trigger 01:55:07 OK: 5 MiB in 15 packages 01:55:08 ---> e83b93cc38ff 01:55:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:55:08 OK: 6 MiB in 16 packages 01:55:10 ---> 6e8e9f79c286 01:55:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:55:10 Removing intermediate container f94c8339ac3d 01:55:10 ---> e12f1c55a962 01:55:10 01:55:10 Step 10/23 : FROM alpine:3.12 01:55:10 ---> d75e27dfc0a0 01:55:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:55:10 ---> eeaaca5b4269 01:55:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:55:10 ---> Running in 1fec6289a8a8 01:55:10 Removing intermediate container a2ffeadcf1fe 01:55:10 ---> 6a20cad7141c 01:55:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:55:10 Removing intermediate container d4eb5a37ff03 01:55:10 ---> 6d33150cd56c 01:55:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:55:11 ---> Running in 6eabc40ee756 01:55:11 ---> Running in 3e2145edfa7c 01:55:11 ---> 59e31b1b2f11 01:55:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:55:11 ---> 2094ed5d296f 01:55:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:55:12 Removing intermediate container 3e2145edfa7c 01:55:12 ---> 68ced179e742 01:55:12 Step 13/22 : ENV APP_PORT=48060 01:55:12 Removing intermediate container 6eabc40ee756 01:55:12 ---> ee916896a3be 01:55:12 Step 13/22 : ENV APP_PORT=48085 01:55:12 ---> Running in c6fe72fd8bfb 01:55:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:55:12 ---> Running in 473f7d2cf372 01:55:12 ---> Running in d9b9a0285c98 01:55:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:12 ---> cde51093417c 01:55:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:55:13 Removing intermediate container c6fe72fd8bfb 01:55:13 ---> 2122007c090c 01:55:13 Step 18/21 : CMD ["--init=true"] 01:55:13 Removing intermediate container 473f7d2cf372 01:55:13 ---> ac983697fdf3 01:55:13 Step 14/22 : EXPOSE $APP_PORT 01:55:13 Removing intermediate container d9b9a0285c98 01:55:13 ---> 4ae130b8d060 01:55:13 Step 14/22 : EXPOSE $APP_PORT 01:55:13 (1/1) Installing dumb-init (1.2.2-r1) 01:55:13 Executing busybox-1.31.1-r20.trigger 01:55:13 OK: 5 MiB in 15 packages 01:55:13 ---> Running in 697dae7022d2 01:55:13 ---> Running in 9785ae076d7e 01:55:13 ---> Running in 31d6561c64b0 01:55:14 Removing intermediate container 697dae7022d2 01:55:14 Removing intermediate container 9785ae076d7e 01:55:14 ---> e0046a86cdbd 01:55:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:55:14 ---> bebdf55f02ef 01:55:14 Step 19/21 : LABEL arch=arm64 01:55:14 Removing intermediate container 31d6561c64b0 01:55:14 ---> 12a6a2d137b1 01:55:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:55:14 ---> Running in 5c0061bd2659 01:55:14 ---> fc597a8772e6 01:55:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:55:15 ---> cf462e0a4f8c 01:55:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:55:15 Removing intermediate container 5c0061bd2659 01:55:15 ---> 6df0696297bb 01:55:15 Step 20/21 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:55:15 Removing intermediate container 1fec6289a8a8 01:55:15 ---> e0156af21ff2 01:55:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:55:15 ---> df794525c149 01:55:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:55:15 ---> Running in 49028c78c1f4 01:55:15 ---> Running in a32ccd0cd3be 01:55:16 ---> be092ed22284 01:55:16 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/ 01:55:16 ---> Running in 2ff48ef63bbb 01:55:17 Removing intermediate container 49028c78c1f4 01:55:17 ---> 5141b9e566d0 01:55:17 Step 13/23 : ENV APP_PORT=48081 01:55:17 Removing intermediate container a32ccd0cd3be 01:55:17 ---> 011b6c87bbf4 01:55:17 Step 21/21 : LABEL version=0.0.0 01:55:17 ---> 3a6720fedb5b 01:55:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:55:17 ---> Running in 91a370b1cd4d 01:55:17 ---> Running in 16640e41330f 01:55:17 ---> 6d8c8f58afc7 01:55:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:55:18 Removing intermediate container 91a370b1cd4d 01:55:18 ---> d302fc2c9c68 01:55:18 01:55:18 Removing intermediate container 16640e41330f 01:55:18 ---> ae8c4bcaf181 01:55:18 Step 14/23 : EXPOSE $APP_PORT 01:55:18 ---> Running in 4a8c95ad38d8 01:55:18 ---> 7d41baad2d89 01:55:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:55:19 Successfully built d302fc2c9c68 01:55:19 ---> 31d5dd4fde38 01:55:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:55:19 ---> Running in 2345fef31292 01:55:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:55:19  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 01:55:19 ---> Running in 26b5ec387849 01:55:19 Removing intermediate container 4a8c95ad38d8 01:55:19 ---> a7b902fb6c61 01:55:19 Step 15/23 : WORKDIR / 01:55:19 ---> Running in 7a6892bce94a 01:55:19 Removing intermediate container 2345fef31292 01:55:19 ---> 764af077ee62 01:55:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:55:19 ---> Running in 503b579eaef4 01:55:20 Removing intermediate container 26b5ec387849 01:55:20 ---> d6f410ef57e6 01:55:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:55:20 Removing intermediate container 2ff48ef63bbb 01:55:20 ---> e8e71df80fc4 01:55:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:55:20 ---> Running in a4a052b5927e 01:55:20 Removing intermediate container 7a6892bce94a 01:55:20 ---> 0e4b152a5497 01:55:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:55:20 ---> Running in ae1daf802dbb 01:55:21 Removing intermediate container 503b579eaef4 01:55:21 ---> fb8b5b0f53b0 01:55:21 Step 20/22 : LABEL arch=arm64 01:55:21 Removing intermediate container a4a052b5927e 01:55:21 ---> cf76fdf35e71 01:55:21 Step 20/22 : LABEL arch=arm64 01:55:21 Removing intermediate container ae1daf802dbb 01:55:21 ---> 98c99fe9eed2 01:55:21 Step 22/24 : LABEL arch=arm64 01:55:22 ---> Running in c7c4b9e5de11 01:55:22 ---> e787e751d2e0 01:55:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:55:22 ---> Running in ba21c96c086e 01:55:22 ---> Running in 2d3a37b248a9 01:55:23 Removing intermediate container c7c4b9e5de11 01:55:23 ---> 37ce29e96a05 01:55:23 Step 21/22 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:55:24 Removing intermediate container 2d3a37b248a9 01:55:24 Removing intermediate container ba21c96c086e 01:55:24 ---> 9950e9eba658 01:55:24 ---> af55d90f272b 01:55:24 Step 23/24 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7Step 21/22 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:55:24 01:55:24 ---> Running in fd5d589e103c 01:55:24 ---> 764dfd8fe1f0 01:55:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:55:24 ---> Running in 4ce845f35417 01:55:24 ---> Running in dda463a4ea28 01:55:25 Removing intermediate container fd5d589e103c 01:55:25 ---> f6526893bfea 01:55:25 Step 22/22 : LABEL version=0.0.0 01:55:25 ---> Running in 528b4c879bdf 01:55:25 Removing intermediate container 4ce845f35417 01:55:25 ---> 0321f6d1d023 01:55:25 Step 22/22 : LABEL version=0.0.0 01:55:25 Removing intermediate container dda463a4ea28 01:55:25 ---> bfc40d9b4540 01:55:25 Step 24/24 : LABEL version=0.0.0 01:55:25 ---> Running in 298d88bd75ae 01:55:25 ---> 44a808116ecc 01:55:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:55:25 ---> Running in a7503b9b61ef 01:55:25 Removing intermediate container 528b4c879bdf 01:55:25 ---> 246fb4fead6a 01:55:25 01:55:26 ---> Running in a6094d0a3be6 01:55:26 Removing intermediate container 298d88bd75ae 01:55:26 ---> 51100f060174 01:55:26 01:55:26 Successfully built 246fb4fead6a 01:55:26 Successfully tagged docker-support-notifications-go-arm64:latest 01:55:26  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 01:55:26 Removing intermediate container a7503b9b61ef 01:55:26 ---> 9ed4d9dff9a2 01:55:26 01:55:27 Removing intermediate container a6094d0a3be6 01:55:27 ---> 45ffd6942152 01:55:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:55:27 Successfully built 51100f060174 01:55:27 Successfully tagged docker-support-scheduler-go-arm64:latest 01:55:27 Building docker-core-command-go 01:55:27  Building docker-support-scheduler-go ... done Successfully built 9ed4d9dff9a2 01:55:27 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:55:27  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 01:55:27 ---> Running in 9af5ba69bc02 01:55:27 Removing intermediate container 9af5ba69bc02 01:55:27 ---> cd0d2cb43068 01:55:27 Step 21/23 : LABEL arch=arm64 01:55:27 ---> Running in 831f09768d8b 01:55:28 Removing intermediate container 831f09768d8b 01:55:28 ---> f827f200fd5b 01:55:28 Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:55:28 ---> Running in 139bb5288ae5 01:55:29 Removing intermediate container 139bb5288ae5 01:55:29 ---> 2a1032b6e503 01:55:29 Step 23/23 : LABEL version=0.0.0 01:55:29 ---> Running in 09666dff8245 01:55:29 Removing intermediate container 09666dff8245 01:55:29 ---> 0ab4a77eb47c 01:55:29 01:55:30 Successfully built 0ab4a77eb47c 01:55:30 Successfully tagged docker-core-metadata-go-arm64:latest 01:56:09  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:56:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:56:09 ---> 021312a0951b 01:56:09 Step 3/26 : WORKDIR /edgex-go 01:56:09 ---> Using cache 01:56:09 ---> a17b8f174aab 01:56:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:56:09 ---> Using cache 01:56:09 ---> 42c58f7af6da 01:56:09 Step 5/26 : RUN apk add --update --no-cache make bash git 01:56:09 ---> Running in d606a5aea8b5 01:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:56:12 OK: 217 MiB in 51 packages 01:56:15 Removing intermediate container d606a5aea8b5 01:56:15 ---> f0e35be9c6a1 01:56:15 Step 6/26 : COPY go.mod . 01:56:16 ---> bd8ee944e962 01:56:16 Step 7/26 : RUN go mod download 01:56:17 ---> Running in 40ef9cd4af16 01:56:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:56:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:56:18 ---> 021312a0951b 01:56:18 Step 3/31 : WORKDIR /edgex-go 01:56:18 ---> Using cache 01:56:18 ---> a17b8f174aab 01:56:18 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:56:18 ---> Using cache 01:56:18 ---> 42c58f7af6da 01:56:18 Step 5/31 : RUN apk add --update --no-cache make git 01:56:18 ---> Using cache 01:56:18 ---> 35da7c59b2a2 01:56:18 Step 6/31 : COPY go.mod . 01:56:18 ---> Using cache 01:56:18 ---> 093a145e5641 01:56:18 Step 7/31 : RUN go mod download 01:56:18 ---> Using cache 01:56:18 ---> b1e2a1caf1d7 01:56:18 Step 8/31 : COPY . . 01:56:19 ---> Using cache 01:56:19 ---> 06f9125bdb43 01:56:19 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:56:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:56:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:56:19 ---> 021312a0951b 01:56:19 Step 3/23 : WORKDIR /edgex-go 01:56:19 ---> Using cache 01:56:19 ---> a17b8f174aab 01:56:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:56:19 ---> Using cache 01:56:19 ---> 42c58f7af6da 01:56:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:56:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:56:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:56:19 ---> 021312a0951b 01:56:19 Step 3/23 : WORKDIR /edgex-go 01:56:19 ---> Using cache 01:56:19 ---> a17b8f174aab 01:56:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:56:19 ---> Using cache 01:56:19 ---> 42c58f7af6da 01:56:19 Step 5/23 : RUN apk add --update --no-cache make git 01:56:19 ---> Using cache 01:56:19 ---> 35da7c59b2a2 01:56:19 Step 6/23 : COPY go.mod . 01:56:19 ---> Using cache 01:56:19 ---> 093a145e5641 01:56:19 Step 7/23 : RUN go mod download 01:56:19 ---> Using cache 01:56:19 ---> b1e2a1caf1d7 01:56:19 Step 8/23 : COPY . . 01:56:19 ---> Using cache 01:56:19 ---> 06f9125bdb43 01:56:19 Step 9/23 : RUN make cmd/core-command/core-command 01:56:19 ---> Running in c1f175aea590 01:56:19 ---> Running in f409c486a188 01:56:19 ---> Running in 7cc5db879df7 01:56:20 Removing intermediate container 40ef9cd4af16 01:56:20 ---> 1e0b7a3bba6e 01:56:20 Step 8/26 : COPY . . 01:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:56:21 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 01:56:21 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 01:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:56:22 OK: 217 MiB in 51 packages 01:56:26 Removing intermediate container f409c486a188 01:56:26 ---> 1a7684292a20 01:56:26 Step 6/23 : COPY go.mod . 01:56:28 ---> d3589cae1c19 01:56:28 Step 7/23 : RUN go mod download 01:56:28 ---> Running in 4cd66ff12b6e 01:56:35 Removing intermediate container 4cd66ff12b6e 01:56:35 ---> 0e85af32c611 01:56:35 Step 8/23 : COPY . . 01:56:47 ---> 408d4751706a 01:56:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:56:47 ---> Running in a47eda7e9a32 01:56:49 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 01:56:57 ---> b8adcf206430 01:56:57 Step 9/23 : RUN make cmd/core-data/core-data 01:56:57 ---> Running in 576e5d4497a6 01:56:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:57:46 Removing intermediate container c1f175aea590 01:57:46 ---> 51f6f875aa39 01:57:46 01:57:46 Step 10/31 : FROM alpine:3.12 01:57:46 ---> d75e27dfc0a0 01:57:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:57:46 ---> Running in 1a1a993d303d 01:57:46 Removing intermediate container 1a1a993d303d 01:57:46 ---> 2de4d5f218e4 01:57:46 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:57:46 ---> Running in 8cab7fc91f26 01:57:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:57:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:57:47 (1/2) Installing dumb-init (1.2.2-r1) 01:57:47 (2/2) Installing su-exec (0.2-r1) 01:57:47 Executing busybox-1.31.1-r20.trigger 01:57:47 OK: 5 MiB in 16 packages 01:57:50 Removing intermediate container 7cc5db879df7 01:57:50 ---> 843f24bb3562 01:57:50 01:57:50 Step 10/23 : FROM alpine:3.12 01:57:50 ---> d75e27dfc0a0 01:57:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:57:50 ---> Using cache 01:57:50 ---> e0156af21ff2 01:57:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:57:50 ---> Using cache 01:57:50 ---> 5141b9e566d0 01:57:50 Step 13/23 : ENV APP_PORT=48082 01:57:50 ---> Running in c15e8554467f 01:57:50 Removing intermediate container 8cab7fc91f26 01:57:50 ---> 10422da1ed02 01:57:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:57:50 ---> Running in 34d64c3b8cf9 01:57:51 Removing intermediate container c15e8554467f 01:57:51 ---> d60057284efd 01:57:51 Step 14/23 : EXPOSE $APP_PORT 01:57:51 ---> Running in 19c4e7e0ab97 01:57:51 Removing intermediate container 34d64c3b8cf9 01:57:51 ---> c7510501473c 01:57:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:57:51 ---> Running in dad0f381345a 01:57:52 Removing intermediate container 19c4e7e0ab97 01:57:52 ---> dee935993e20 01:57:52 Step 15/23 : WORKDIR / 01:57:52 ---> Running in 51ba72e04c75 01:57:52 Removing intermediate container dad0f381345a 01:57:52 ---> 1e3e081d01c8 01:57:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:57:52 ---> Running in 8296672ba124 01:57:52 Removing intermediate container 51ba72e04c75 01:57:52 ---> 5d34168d5091 01:57:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:57:54 ---> 3215afeaeb88 01:57:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:57:56 Removing intermediate container 8296672ba124 01:57:56 ---> 77b97dca6bc2 01:57:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:57:56 ---> Running in 79af7f628712 01:57:56 ---> d7c55c9ac6b1 01:57:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:57:57 Removing intermediate container 79af7f628712 01:57:57 ---> d67805ed28fb 01:57:57 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:57:58 ---> 1d226394d47d 01:57:58 Step 19/23 : ENTRYPOINT ["/core-command"] 01:57:58 ---> Running in 3de6b7983c0d 01:57:58 ---> 2defdb4e0ae0 01:57:58 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:57:59 Removing intermediate container 3de6b7983c0d 01:57:59 ---> bd581c5e9336 01:57:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:57:59 ---> Running in f24efbccd140 01:57:59 ---> Running in 0ff42da42346 01:58:00 Removing intermediate container 0ff42da42346 01:58:00 ---> db24f43320fd 01:58:00 Step 21/23 : LABEL arch=arm64 01:58:00 ---> Running in 2c32392ec089 01:58:01 Removing intermediate container 2c32392ec089 01:58:01 ---> ca5f32c21003 01:58:01 Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:58:01 ---> Running in a18fa4b5ef7f 01:58:02 Removing intermediate container a18fa4b5ef7f 01:58:02 ---> bf99ce290fea 01:58:02 Step 23/23 : LABEL version=0.0.0 01:58:02 ---> Running in 0dc912cb44df 01:58:02 Removing intermediate container f24efbccd140 01:58:02 ---> 7db20f24ea03 01:58:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:58:03 Removing intermediate container 0dc912cb44df 01:58:03 ---> e2c58dd7711d 01:58:03 01:58:04 ---> 9499d7142bd3 01:58:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:58:04 Successfully built e2c58dd7711d 01:58:04 Successfully tagged docker-core-command-go-arm64:latest 01:58:06  Building docker-core-command-go ... done  ---> 517e27a4b44b 01:58:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:58:07 ---> f1f148d99f0d 01:58:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:58:09 ---> 94ddd230ea0f 01:58:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:58:11 ---> 26973d48a060 01:58:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:58:12 ---> Running in 7b49fa25ab30 01:58:13 Removing intermediate container 7b49fa25ab30 01:58:13 ---> 02e766a0bb6a 01:58:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:58:13 Removing intermediate container a47eda7e9a32 01:58:13 ---> 24feacef620d 01:58:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:58:13 ---> Running in 71f6c30acf1e 01:58:14 ---> 444694e1683d 01:58:14 Step 26/31 : RUN chmod +x /entrypoint.sh 01:58:14 ---> Running in aef3a5e1b18e 01:58:15 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 01:58:17 Removing intermediate container aef3a5e1b18e 01:58:17 ---> 02a25a2b3931 01:58:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:58:18 ---> Running in abe5c335a2ff 01:58:18 Removing intermediate container abe5c335a2ff 01:58:18 ---> caa2c001962a 01:58:18 Step 28/31 : CMD ["gate"] 01:58:19 ---> Running in 8c685ee5144b 01:58:19 Removing intermediate container 71f6c30acf1e 01:58:19 ---> 06e8968d16e2 01:58:19 01:58:19 Step 11/26 : FROM docker:20.10.0 01:58:19 20.10.0: Pulling from library/docker 01:58:19 Removing intermediate container 8c685ee5144b 01:58:19 ---> d381e074421f 01:58:19 Step 29/31 : LABEL arch=arm64 01:58:20 ---> Running in 8df983c24673 01:58:22 Removing intermediate container 8df983c24673 01:58:22 ---> b54b824eab69 01:58:22 Step 30/31 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:58:23 ---> Running in 9e966e85ca08 01:58:23 Removing intermediate container 9e966e85ca08 01:58:23 ---> d13d37890747 01:58:23 Step 31/31 : LABEL version=0.0.0 01:58:24 ---> Running in 2c57b67a0eed 01:58:25 Removing intermediate container 2c57b67a0eed 01:58:25 ---> 394da4af2be9 01:58:25 01:58:25 Successfully built 394da4af2be9 01:58:25 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:58:30  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:58:30 Status: Downloaded newer image for docker:20.10.0 01:58:30 ---> eeaf43b92773 01:58:30 Step 12/26 : RUN apk add --no-cache bash 01:58:30 ---> Running in 2ba58220e939 01:58:31 Removing intermediate container 576e5d4497a6 01:58:31 ---> 10b91bab386a 01:58:31 01:58:31 Step 10/23 : FROM alpine:3.12 01:58:31 ---> d75e27dfc0a0 01:58:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:58:31 ---> Running in 955f38f34ccf 01:58:31 Removing intermediate container 955f38f34ccf 01:58:31 ---> bf426ca6ba83 01:58:31 Step 12/23 : ENV APP_PORT=48080 01:58:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:58:31 ---> Running in 21357dd365fc 01:58:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:58:32 Removing intermediate container 21357dd365fc 01:58:32 ---> 158d12585787 01:58:32 Step 13/23 : EXPOSE $APP_PORT 01:58:32 ---> Running in d0520756d468 01:58:32 (1/2) Installing readline (8.0.4-r0) 01:58:32 (2/2) Installing bash (5.0.17-r0) 01:58:32 Executing bash-5.0.17-r0.post-install 01:58:32 Executing busybox-1.31.1-r19.trigger 01:58:32 OK: 12 MiB in 22 packages 01:58:33 Removing intermediate container d0520756d468 01:58:33 ---> b0b1262048de 01:58:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:58:33 ---> Running in 4a86a7f6fa77 01:58:34 Removing intermediate container 2ba58220e939 01:58:34 ---> 6415413a5850 01:58:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:58:34 ---> Running in 5adde9d6d164 01:58:34 Removing intermediate container 5adde9d6d164 01:58:34 ---> 09352162487a 01:58:34 Step 14/26 : ENV APP_PORT=48090 01:58:35 ---> Running in f054d9368dce 01:58:35 Removing intermediate container f054d9368dce 01:58:35 ---> 64ba41d39560 01:58:35 Step 15/26 : EXPOSE $APP_PORT 01:58:35 Removing intermediate container 4a86a7f6fa77 01:58:35 ---> 2b7fa93b2edb 01:58:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:58:35 ---> Running in 483a6a1f5415 01:58:35 ---> Running in 89be02800795 01:58:36 Removing intermediate container 483a6a1f5415 01:58:36 ---> ff3ab55dad13 01:58:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:58:37 ---> 84a144cd1c72 01:58:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:58:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:58:38 ---> 7b5854b60959 01:58:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:58:38 (1/6) Installing dumb-init (1.2.2-r1) 01:58:38 (2/6) Installing libgcc (9.3.0-r2) 01:58:38 (3/6) Installing libsodium (1.0.18-r0) 01:58:38 (4/6) Installing libstdc++ (9.3.0-r2) 01:58:38 (5/6) Installing libzmq (4.3.3-r0) 01:58:38 (6/6) Installing zeromq (4.3.3-r0) 01:58:39 Executing busybox-1.31.1-r20.trigger 01:58:39 ---> f840d962940c 01:58:39 Step 19/26 : RUN apk --no-cache add py3-pip 01:58:39 OK: 8 MiB in 20 packages 01:58:39 ---> Running in 8fc752a2bf91 01:58:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:58:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:58:41 Removing intermediate container 89be02800795 01:58:41 ---> d14843d287e0 01:58:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:58:41 (1/33) Installing libbz2 (1.0.8-r1) 01:58:41 (2/33) Installing expat (2.2.9-r1) 01:58:41 (3/33) Installing libffi (3.3-r2) 01:58:41 ---> 7e436b84079b 01:58:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:58:41 (4/33) Installing gdbm (1.13-r1) 01:58:41 (5/33) Installing xz-libs (5.2.5-r0) 01:58:41 (6/33) Installing sqlite-libs (3.32.1-r0) 01:58:41 (7/33) Installing python3 (3.8.8-r0) 01:58:43 ---> 6aa8ce3d3aee 01:58:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:58:43 (8/33) Installing py3-appdirs (1.4.4-r1) 01:58:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:58:43 (10/33) Installing py3-parsing (2.4.7-r0) 01:58:43 (11/33) Installing py3-six (1.15.0-r0) 01:58:43 (12/33) Installing py3-packaging (20.4-r0) 01:58:43 (13/33) Installing py3-setuptools (47.0.0-r0) 01:58:43 (14/33) Installing py3-chardet (3.0.4-r4) 01:58:43 (15/33) Installing py3-idna (2.9-r0) 01:58:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:58:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:58:44 (18/33) Installing py3-requests (2.23.0-r0) 01:58:44 (19/33) Installing py3-msgpack (1.0.0-r0) 01:58:44 (20/33) Installing py3-lockfile (0.12.2-r3) 01:58:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:58:44 (22/33) Installing py3-colorama (0.4.3-r0) 01:58:44 (23/33) Installing py3-distlib (0.3.0-r0) 01:58:44 (24/33) Installing py3-distro (1.5.0-r1) 01:58:44 (25/33) Installing py3-webencodings (0.5.1-r3) 01:58:44 (26/33) Installing py3-html5lib (1.0.1-r4) 01:58:44 (27/33) Installing py3-pytoml (0.1.21-r0) 01:58:44 (28/33) Installing py3-pep517 (0.8.2-r0) 01:58:44 (29/33) Installing py3-progress (1.5-r0) 01:58:44 (30/33) Installing py3-toml (0.10.1-r0) 01:58:44 (31/33) Installing py3-retrying (1.3.3-r0) 01:58:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:58:44 (33/33) Installing py3-pip (20.1.1-r0) 01:58:44 Executing busybox-1.31.1-r19.trigger 01:58:44 OK: 71 MiB in 55 packages 01:58:44 ---> 3dd67fe07afe 01:58:44 Step 19/23 : ENTRYPOINT ["/core-data"] 01:58:44 ---> Running in f135bda13ee2 01:58:45 Removing intermediate container f135bda13ee2 01:58:45 ---> ae0711a3a16d 01:58:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:58:45 ---> Running in cf2ab486976b 01:58:46 Removing intermediate container cf2ab486976b 01:58:46 ---> 03c413529b85 01:58:46 Step 21/23 : LABEL arch=arm64 01:58:46 ---> Running in 130bb39b2a2d 01:58:46 Removing intermediate container 130bb39b2a2d 01:58:46 ---> cc6b7bda23e0 01:58:46 Step 22/23 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:58:47 ---> Running in 87035b8fc28e 01:58:47 Removing intermediate container 87035b8fc28e 01:58:47 ---> be5cd2dfad68 01:58:47 Step 23/23 : LABEL version=0.0.0 01:58:47 ---> Running in bb821fa4f082 01:58:48 Removing intermediate container bb821fa4f082 01:58:48 ---> dc4d0b456a25 01:58:48 01:58:49 Successfully built dc4d0b456a25 01:58:49 Successfully tagged docker-core-data-go-arm64:latest 01:58:50  Building docker-core-data-go ... done Removing intermediate container 8fc752a2bf91 01:58:50 ---> d2ff885909cb 01:58:50 Step 20/26 : RUN pip install docker-compose==1.23.2 01:58:50 ---> Running in e411c4b2105b 01:58:54 Collecting docker-compose==1.23.2 01:58:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:58:55 Collecting jsonschema<3,>=2.5.1 01:58:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:58:56 Collecting docker<4.0,>=3.6.0 01:58:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:58:57 Collecting texttable<0.10,>=0.9.0 01:58:57 Downloading texttable-0.9.1.tar.gz (11 kB) 01:58:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:58:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:58:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:59:00 Collecting cached-property<2,>=1.2.0 01:59:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:59:00 Collecting websocket-client<1.0,>=0.32.0 01:59:00 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 01:59:00 Collecting dockerpty<0.5,>=0.4.1 01:59:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:59:03 Collecting PyYAML<4,>=3.10 01:59:03 Downloading PyYAML-3.13.tar.gz (270 kB) 01:59:06 Collecting docopt<0.7,>=0.6.1 01:59:06 Downloading docopt-0.6.2.tar.gz (25 kB) 01:59:08 Collecting docker-pycreds>=0.4.0 01:59:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:59:08 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 01:59:08 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:59:08 Collecting urllib3<1.25,>=1.21.1 01:59:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:59:09 Collecting idna<2.8,>=2.5 01:59:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:59:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:59:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:59:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:59:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:59:09 Installing collected packages: jsonschema, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, cached-property, dockerpty, PyYAML, docopt, docker-compose 01:59:10 Attempting uninstall: urllib3 01:59:10 Found existing installation: urllib3 1.25.9 01:59:10 Uninstalling urllib3-1.25.9: 01:59:10 Successfully uninstalled urllib3-1.25.9 01:59:11 Attempting uninstall: idna 01:59:11 Found existing installation: idna 2.9 01:59:11 Uninstalling idna-2.9: 01:59:11 Successfully uninstalled idna-2.9 01:59:12 Attempting uninstall: requests 01:59:12 Found existing installation: requests 2.23.0 01:59:12 Uninstalling requests-2.23.0: 01:59:12 Successfully uninstalled requests-2.23.0 01:59:13 Running setup.py install for texttable: started 01:59:15 Running setup.py install for texttable: finished with status 'done' 01:59:15 Running setup.py install for dockerpty: started 01:59:17 Running setup.py install for dockerpty: finished with status 'done' 01:59:17 Running setup.py install for PyYAML: started 01:59:18 Running setup.py install for PyYAML: finished with status 'done' 01:59:18 Running setup.py install for docopt: started 01:59:20 Running setup.py install for docopt: finished with status 'done' 01:59:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 01:59:25 Removing intermediate container e411c4b2105b 01:59:25 ---> 68b6452981e3 01:59:25 Step 21/26 : RUN apk --no-cache add curl 01:59:25 ---> Running in ed84ad8798e7 01:59:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:59:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:59:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:59:27 (2/3) Installing libcurl (7.69.1-r3) 01:59:27 (3/3) Installing curl (7.69.1-r3) 01:59:27 Executing busybox-1.31.1-r19.trigger 01:59:27 OK: 72 MiB in 58 packages 01:59:28 Removing intermediate container ed84ad8798e7 01:59:28 ---> e96394957ff2 01:59:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:59:28 ---> Running in e18c0a5fa170 01:59:29 Removing intermediate container e18c0a5fa170 01:59:29 ---> ab9a7f502064 01:59:29 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:59:29 ---> Running in bce8688a6f13 01:59:29 Removing intermediate container bce8688a6f13 01:59:29 ---> c815214f9a23 01:59:29 Step 24/26 : LABEL arch=arm64 01:59:29 ---> Running in ce5e03377447 01:59:30 Removing intermediate container ce5e03377447 01:59:30 ---> 1ee8b837ac2d 01:59:30 Step 25/26 : LABEL git_sha=f38efd4c31adff1451f844e6fba5d517ca5623d7 01:59:30 ---> Running in 77bc9b4d0586 01:59:31 Removing intermediate container 77bc9b4d0586 01:59:31 ---> 3ce3e3da2685 01:59:31 Step 26/26 : LABEL version=0.0.0 01:59:31 ---> Running in 63235ea75047 01:59:31 Removing intermediate container 63235ea75047 01:59:31 ---> 1bf422ce0b84 01:59:31 01:59:31 Successfully built 1bf422ce0b84 01:59:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:59:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:59:32 $ docker stop --time=1 abe4bf3f55d949f9d4f5c1bd3a17796cc5de44edf0b534cb4e84e65ab817bc9d 01:59:34 $ docker rm -f abe4bf3f55d949f9d4f5c1bd3a17796cc5de44edf0b534cb4e84e65ab817bc9d [Pipeline] // withDockerContainer [Pipeline] sh 01:59:34 + docker images 01:59:34 + grep docker 01:59:35 docker-sys-mgmt-agent-go-arm64 latest 1bf422ce0b84 4 seconds ago 301MB 01:59:35 docker-core-data-go-arm64 latest dc4d0b456a25 47 seconds ago 21.4MB 01:59:35 docker-security-bootstrapper-go-arm64 latest 394da4af2be9 About a minute ago 17.9MB 01:59:35 docker-core-command-go-arm64 latest e2c58dd7711d About a minute ago 16.3MB 01:59:35 docker-core-metadata-go-arm64 latest 0ab4a77eb47c 4 minutes ago 17.9MB 01:59:35 docker-security-secretstore-setup-go-arm64 latest 9ed4d9dff9a2 4 minutes ago 24.4MB 01:59:35 docker-support-scheduler-go-arm64 latest 51100f060174 4 minutes ago 16.4MB 01:59:35 docker-support-notifications-go-arm64 latest 246fb4fead6a 4 minutes ago 16.9MB 01:59:35 docker-security-proxy-setup-go-arm64 latest d302fc2c9c68 4 minutes ago 24.1MB 01:59:35 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 01:59:36 ---> job-cost.sh 01:59:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yuoh 02:00:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:01:52 lf-activate-venv(): INFO: Adding /tmp/venv-Yuoh/bin to PATH 02:01:52 INFO: No Stack... 02:01:52 INFO: Retrieving Pricing Info for: lf-standard-4 02:01:52 INFO: Archiving Costs [Pipeline] sh 02:01:52 + cat /w/workspace/edgex-go/58/archives/cost.csv 02:01:52 + cut -d, -f6 [Pipeline] lock 02:01:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-58-stack-cost] 02:01:52 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-58-stack-cost] did not exist. Created. 02:01:52 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-58-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:01:53 + echo total: 0.20999999344348907 [Pipeline] stash 02:01:53 Stashed 1 file(s) [Pipeline] } 02:01:53 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-58-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 02:01:54 provisioning config files... 02:01:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/58@tmp/config4760930626118233749tmp [Pipeline] { [Pipeline] sh 02:01:55 + set +x 02:01:55 + curl -s https://codecov.io/bash 02:01:55 + bash -s -- 02:01:55 02:01:55 _____ _ 02:01:55 / ____| | | 02:01:55 | | ___ __| | ___ ___ _____ __ 02:01:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:01:55 | |___| (_) | (_| | __/ (_| (_) \ V / 02:01:55 \_____\___/ \__,_|\___|\___\___/ \_/ 02:01:55 Bash-20210309-2b87ace 02:01:55 02:01:55 02:01:55 ==> git version 2.24.3 found 02:01:55 ==> 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 02:01:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:01:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:01:55 ==> Jenkins CI detected. 02:01:55 project root: . 02:01:55 --> token set from env 02:01:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:01:55 ==> Running gcov in . (disable via -X gcov) 02:01:55 ==> Python coveragepy not found 02:01:55 ==> Searching for coverage reports in: 02:01:55 + . 02:01:55 -> Found 1 reports 02:01:55 ==> Detecting git/mercurial file structure 02:01:56 ==> Reading reports 02:01:56 + ./coverage.out bytes=697383 02:01:56 ==> Appending adjustments 02:01:56 https://docs.codecov.io/docs/fixing-reports 02:01:59 + Found adjustments 02:01:59 ==> Gzipping contents 02:01:59 100K /tmp/codecov.EXYHYV.gz 02:01:59 ==> Uploading reports 02:01:59 url: https://codecov.io 02:01:59 query: branch=PR-3234&commit=f38efd4c31adff1451f844e6fba5d517ca5623d7&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F58%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 02:01:59 -> Pinging Codecov 02:01:59 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=f38efd4c31adff1451f844e6fba5d517ca5623d7&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F58%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 02:02:00 -> Uploading to 02:02:00 https://storage.googleapis.com/codecov/v4/raw/2021-04-07/00271124DB129430A58F1EEE437C3FCB/f38efd4c31adff1451f844e6fba5d517ca5623d7/3becc423-8c34-4ddd-9d71-f622bfe462a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T020159Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=53b0189aed4537df57eab5fe843e116718ba3f67ef0422ebb289f18b824a3c5a 02:02:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:00 Dload Upload Total Spent Left Speed 02:02:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99485 0 0 100 99485 0 215k --:--:-- --:--:-- --:--:-- 215k 02:02:00 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f38efd4c31adff1451f844e6fba5d517ca5623d7 [Pipeline] } 02:02:00 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 02:02:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:02:03 ---> package-listing.sh 02:02:03 ++ facter osfamily 02:02:03 ++ tr '[:upper:]' '[:lower:]' 02:02:03 + OS_FAMILY=redhat 02:02:03 + workspace=/w/workspace/edgex-go/58 02:02:03 + START_PACKAGES=/tmp/packages_start.txt 02:02:03 + END_PACKAGES=/tmp/packages_end.txt 02:02:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:02:03 + PACKAGES=/tmp/packages_start.txt 02:02:03 + '[' /w/workspace/edgex-go/58 ']' 02:02:03 + PACKAGES=/tmp/packages_end.txt 02:02:03 + case "${OS_FAMILY}" in 02:02:03 + rpm -qa 02:02:03 + sort 02:02:08 + '[' -f /tmp/packages_start.txt ']' 02:02:08 + '[' -f /tmp/packages_end.txt ']' 02:02:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:02:08 + '[' /w/workspace/edgex-go/58 ']' 02:02:08 + mkdir -p /w/workspace/edgex-go/58/archives/ 02:02:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/58/archives/ [Pipeline] echo 02:02:08 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/58/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:02:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:02:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:09 02:02:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:02:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:09 alpine: Pulling from edgex-lftools-log-publisher 02:02:09 df20fa9351a1: Pulling fs layer 02:02:09 36b3adc4ff6f: Pulling fs layer 02:02:09 8ad3a11d3b57: Pulling fs layer 02:02:09 46f8f816bc3b: Pulling fs layer 02:02:09 93b61091891f: Pulling fs layer 02:02:09 93b9cdb0e59b: Pulling fs layer 02:02:09 5e14af77c1be: Pulling fs layer 02:02:09 01666e4c0597: Pulling fs layer 02:02:09 aa168da1d23b: Pulling fs layer 02:02:09 46f8f816bc3b: Waiting 02:02:09 93b61091891f: Waiting 02:02:09 93b9cdb0e59b: Waiting 02:02:09 01666e4c0597: Waiting 02:02:09 5e14af77c1be: Waiting 02:02:09 aa168da1d23b: Waiting 02:02:09 36b3adc4ff6f: Download complete 02:02:09 46f8f816bc3b: Download complete 02:02:09 df20fa9351a1: Download complete 02:02:09 93b9cdb0e59b: Download complete 02:02:09 5e14af77c1be: Verifying Checksum 02:02:09 5e14af77c1be: Download complete 02:02:09 93b61091891f: Verifying Checksum 02:02:09 93b61091891f: Download complete 02:02:09 01666e4c0597: Download complete 02:02:09 8ad3a11d3b57: Verifying Checksum 02:02:09 8ad3a11d3b57: Download complete 02:02:10 df20fa9351a1: Pull complete 02:02:10 36b3adc4ff6f: Pull complete 02:02:11 8ad3a11d3b57: Pull complete 02:02:11 46f8f816bc3b: Pull complete 02:02:11 93b61091891f: Pull complete 02:02:11 93b9cdb0e59b: Pull complete 02:02:11 5e14af77c1be: Pull complete 02:02:12 aa168da1d23b: Download complete 02:02:13 01666e4c0597: Pull complete 02:02:22 aa168da1d23b: Pull complete 02:02:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:02:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:02:22 prd-centos7-docker-4c-2g-33095 does not seem to be running inside a container 02:02:22 $ 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/58/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/58 -v /w/workspace/edgex-go/58:/w/workspace/edgex-go/58:rw,z -v /w/workspace/edgex-go/58@tmp:/w/workspace/edgex-go/58@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 02:02:28 $ docker top c8e9967a4d66a8bcbaf460aa0725abbf191c7699138897e8ca12dbcfc1d51e48 -eo pid,comm [Pipeline] { [Pipeline] sh 02:02:28 + touch /tmp/pre-build-complete [Pipeline] sh 02:02:28 + mkdir -p /var/log/sa [Pipeline] sh 02:02:29 + ls /var/log/sa-host 02:02:29 + sadf -c /var/log/sa-host/sa07 02:02:29 file_magic: OK 02:02:29 HZ: Using current value: 100 02:02:29 file_header: OK 02:02:29 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 02:02:29 Statistics: 02:02:29 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... 02:02:29 File successfully converted to sysstat format version 12.2.1 02:02:29 + sadf -c /var/log/sa-host/sa23 02:02:29 file_magic: OK 02:02:29 HZ: Using current value: 100 02:02:29 file_header: OK 02:02:29 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 02:02:29 Statistics: 02:02:29 Hnuu...uuuununununu... 02:02:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:02:29 provisioning config files... 02:02:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/58@tmp/config1801447724669829267tmp [Pipeline] { [Pipeline] echo 02:02:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:02:29 ---> create-netrc.sh [Pipeline] } 02:02:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:02:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:02:30 ---> python-tools-install.sh [Pipeline] echo 02:02:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:02:30 ---> sudo-logs.sh 02:02:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:02:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:02:31 ---> job-cost.sh 02:02:31 lf-activate-venv: SKIPPING 02:02:31 DEBUG: total: 0.20999999344348907 02:02:31 INFO: Retrieving Stack Cost... 02:02:32 INFO: Retrieving Pricing Info for: v1-standard-2 02:02:32 INFO: Archiving Costs [Pipeline] echo 02:02:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:02:33 ---> logs-deploy.sh 02:02:33 lf-activate-venv: SKIPPING 02:02:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/58 02:02:33 INFO: archiving workspace using pattern(s): 02:02:34 Archives upload complete. 02:02:34 INFO: archiving logs to Nexus 02:02:35 ---> uname -a: 02:02:35 Linux prd-centos7-docker-4c-2g-33095.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:02:35 02:02:35 02:02:35 ---> lscpu: 02:02:35 Architecture: x86_64 02:02:35 CPU op-mode(s): 32-bit, 64-bit 02:02:35 Byte Order: Little Endian 02:02:35 Address sizes: 40 bits physical, 48 bits virtual 02:02:35 CPU(s): 4 02:02:35 On-line CPU(s) list: 0-3 02:02:35 Thread(s) per core: 1 02:02:35 Core(s) per socket: 1 02:02:35 Socket(s): 4 02:02:35 NUMA node(s): 1 02:02:35 Vendor ID: GenuineIntel 02:02:35 CPU family: 6 02:02:35 Model: 44 02:02:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:02:35 Stepping: 1 02:02:35 CPU MHz: 2933.442 02:02:35 BogoMIPS: 5866.88 02:02:35 Virtualization: VT-x 02:02:35 Hypervisor vendor: KVM 02:02:35 Virtualization type: full 02:02:35 L1d cache: 128 KiB 02:02:35 L1i cache: 128 KiB 02:02:35 L2 cache: 16 MiB 02:02:35 L3 cache: 64 MiB 02:02:35 NUMA node0 CPU(s): 0-3 02:02:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:02:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:02:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:02:35 Vulnerability Meltdown: Mitigation; PTI 02:02:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:02:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:02:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:02:35 Vulnerability Srbds: Not affected 02:02:35 Vulnerability Tsx async abort: Not affected 02:02:35 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 02:02:35 02:02:35 02:02:35 ---> nproc: 02:02:35 4 02:02:35 02:02:35 02:02:35 ---> df -h: 02:02:35 Filesystem Size Used Available Use% Mounted on 02:02:35 overlay 50.0G 12.6G 37.3G 25% / 02:02:35 tmpfs 64.0M 0 64.0M 0% /dev 02:02:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:02:35 shm 64.0M 0 64.0M 0% /dev/shm 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /facter-os 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /etc/resolv.conf 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /etc/hostname 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /etc/hosts 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /var/log/auth.log 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /run/cloud-init/result.json 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /var/log/sa-host 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /var/log/secure 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /w/workspace/edgex-go/58 02:02:35 /dev/vda1 50.0G 12.6G 37.3G 25% /w/workspace/edgex-go/58@tmp 02:02:35 02:02:35 02:02:35 ---> free -m: 02:02:35 total used free shared buff/cache available 02:02:35 Mem: 1837 690 112 0 1034 1065 02:02:35 Swap: 1023 104 919 02:02:35 02:02:35 02:02:35 ---> ip addr: 02:02:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:02:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:02:35 inet 127.0.0.1/8 scope host lo 02:02:35 valid_lft forever preferred_lft forever 02:02:35 inet6 ::1/128 scope host 02:02:35 valid_lft forever preferred_lft forever 02:02:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:02:35 link/ether fa:16:3e:79:6e:7c brd ff:ff:ff:ff:ff:ff 02:02:35 inet 10.30.123.96/23 brd 10.30.123.255 scope global dynamic eth0 02:02:35 valid_lft 84895sec preferred_lft 84895sec 02:02:35 inet6 fe80::f816:3eff:fe79:6e7c/64 scope link 02:02:35 valid_lft forever preferred_lft forever 02:02:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:02:35 link/ether 02:42:5a:50:40:e9 brd ff:ff:ff:ff:ff:ff 02:02:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:02:35 valid_lft forever preferred_lft forever 02:02:35 inet6 fe80::42:5aff:fe50:40e9/64 scope link 02:02:35 valid_lft forever preferred_lft forever 02:02:35 02:02:35 02:02:35 ---> sar -b -r -n DEV: 02:02:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 02:02:35 02:02:35 01:37:18 LINUX RESTART (4 CPU) 02:02:35 02:02:35 01:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:02:35 01:39:01 89.49 29.75 59.74 0.00 5554.88 17754.40 0.00 02:02:35 01:40:01 297.17 102.45 194.72 0.00 7551.21 52529.47 0.00 02:02:35 01:41:01 196.26 99.78 96.47 0.00 3305.79 10509.15 0.00 02:02:35 01:42:01 149.71 72.55 77.16 0.00 3329.32 11880.84 0.00 02:02:35 01:43:02 349.05 140.43 208.62 0.00 69114.78 141467.70 0.00 02:02:35 01:44:01 3225.16 2873.29 351.87 0.00 168437.80 182534.53 0.00 02:02:35 01:45:02 422.74 197.44 225.29 0.00 24350.66 48024.57 0.00 02:02:35 01:46:01 2119.53 1754.13 365.40 0.00 122770.36 148397.90 0.00 02:02:35 01:47:02 2184.43 1878.36 306.07 0.00 95546.27 109950.71 0.00 02:02:35 01:48:01 185.71 47.66 138.06 0.00 4573.02 17927.66 0.00 02:02:35 01:49:01 1.98 0.82 1.17 0.00 10.12 15.22 0.00 02:02:35 01:50:01 1.38 1.22 0.17 0.00 93.92 2.35 0.00 02:02:35 01:51:01 0.33 0.00 0.33 0.00 0.00 3.73 0.00 02:02:35 01:52:01 0.28 0.03 0.25 0.00 0.53 2.47 0.00 02:02:35 01:53:01 2.38 1.50 0.88 0.00 49.43 15.79 0.00 02:02:35 01:54:01 0.43 0.02 0.42 0.00 0.13 4.61 0.00 02:02:35 01:55:01 0.77 0.10 0.67 0.00 0.93 8.78 0.00 02:02:35 01:56:01 0.43 0.00 0.43 0.00 0.00 4.68 0.00 02:02:35 01:57:01 0.45 0.30 0.15 0.00 3.73 1.92 0.00 02:02:35 01:58:01 0.82 0.53 0.28 0.00 152.03 3.40 0.00 02:02:35 01:59:01 0.22 0.00 0.22 0.00 0.00 2.46 0.00 02:02:35 02:00:01 0.42 0.05 0.37 0.00 0.93 5.85 0.00 02:02:35 02:01:01 0.32 0.07 0.25 0.00 1.33 2.70 0.00 02:02:35 02:02:01 21.53 21.20 0.33 0.00 1017.27 27.82 0.00 02:02:35 Average: 383.69 299.25 84.44 0.00 20997.38 30816.97 0.00 02:02:35 02:02:35 01:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:02:35 01:39:01 294328 0 629844 33.47 2596 954776 1198032 40.89 554052 829836 43552 02:02:35 01:40:01 340668 0 701768 37.30 1492 837616 1096716 37.43 425520 837804 24 02:02:35 01:41:01 215148 0 839496 44.62 508 826392 1899936 64.84 697360 678936 83180 02:02:35 01:42:01 262772 0 739600 39.31 500 878672 1311264 44.75 570504 750992 8 02:02:35 01:43:02 85140 0 827544 43.98 0 968860 2252408 76.87 707888 882828 17552 02:02:35 01:44:01 617780 0 702824 37.35 0 560940 2431596 82.99 447540 577740 12 02:02:35 01:45:02 53108 0 757592 40.26 0 1070844 1799608 61.42 697028 873340 13228 02:02:35 01:46:01 74728 0 737880 39.22 0 1068936 1973464 67.35 708812 864096 96092 02:02:35 01:47:02 194436 0 894200 47.52 0 792908 2861756 97.67 756204 661528 1504 02:02:35 01:48:01 362180 0 603936 32.10 0 915428 1231876 42.04 537304 726444 20 02:02:35 01:49:01 367264 0 598844 31.83 0 915436 1195476 40.80 533824 725744 20 02:02:35 01:50:01 365732 0 597488 31.76 0 918324 1187216 40.52 533284 728556 32 02:02:35 01:51:01 365468 0 597800 31.77 0 918276 1187216 40.52 533372 728540 8 02:02:35 01:52:01 365516 0 597752 31.77 0 918276 1187216 40.52 533212 728596 8 02:02:35 01:53:01 363980 0 598548 31.81 0 919016 1187300 40.52 533352 729364 20 02:02:35 01:54:01 364216 0 598288 31.80 0 919040 1187264 40.52 533452 729376 8 02:02:35 01:55:01 364304 0 598200 31.79 0 919040 1187216 40.52 533248 729388 8 02:02:35 01:56:01 364248 0 598244 31.80 0 919052 1187216 40.52 533256 729404 8 02:02:35 01:57:01 364148 0 598336 31.80 0 919060 1187216 40.52 533260 729512 8 02:02:35 01:58:01 356624 0 601444 31.97 0 923476 1187288 40.52 538924 731244 8 02:02:35 01:59:01 356960 0 601092 31.95 0 923492 1187216 40.52 538952 731248 8 02:02:35 02:00:01 356740 0 601312 31.96 0 923492 1187252 40.52 538844 731264 8 02:02:35 02:01:01 355468 0 602572 32.03 0 923504 1189556 40.60 539512 731276 8 02:02:35 02:02:01 322620 0 608720 32.35 0 950204 1187928 40.54 548452 753868 120 02:02:35 Average: 313899 0 659722 35.06 212 907711 1445385 49.33 566965 746705 10644 02:02:35 02:02:35 01:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:02:35 01:39:01 eth0 1154.35 1295.89 4937.04 158.84 0.00 0.00 0.00 0.00 02:02:35 01:39:01 veth4b56fee 976.56 672.88 89.44 2682.22 0.00 0.00 0.00 0.00 02:02:35 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:39:01 docker0 976.56 672.75 76.09 2682.21 0.00 0.00 0.00 0.00 02:02:35 01:40:01 eth0 576.80 496.02 3687.39 50.79 0.00 0.00 0.00 0.00 02:02:35 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:40:01 docker0 158.36 192.58 11.40 832.81 0.00 0.00 0.00 0.00 02:02:35 01:41:01 veth84b6c29 0.53 0.67 0.04 0.05 0.00 0.00 0.00 0.00 02:02:35 01:41:01 eth0 51.06 33.55 33.61 70.62 0.00 0.00 0.00 0.00 02:02:35 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:41:01 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 02:02:35 01:42:01 veth84b6c29 1.81 1.81 0.14 0.14 0.00 0.00 0.00 0.00 02:02:35 01:42:01 eth0 26.42 14.32 20.13 11.07 0.00 0.00 0.00 0.00 02:02:35 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:42:01 docker0 1.81 1.81 0.12 0.14 0.00 0.00 0.00 0.00 02:02:35 01:43:02 eth0 205.44 173.64 1692.31 74.05 0.00 0.00 0.00 0.00 02:02:35 01:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:43:02 veth51ea9d9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:02:35 01:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:44:01 veth5e55788 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:44:01 vethcaed799 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:44:01 veth7e38307 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:44:01 veth84249bc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:45:02 eth0 2652.87 2419.54 13276.58 478.35 0.00 0.00 0.00 0.00 02:02:35 01:45:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 02:02:35 01:45:02 veth51ea9d9 0.00 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:02:35 01:45:02 docker0 1153.51 910.04 88.25 3777.18 0.00 0.00 0.00 0.00 02:02:35 01:46:01 vethfad8bd3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:46:01 eth0 121.61 75.37 404.72 77.51 0.00 0.00 0.00 0.00 02:02:35 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:46:01 veth51ea9d9 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 02:02:35 01:47:02 veth16b20f0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:02:35 01:47:02 eth0 42.79 22.99 82.07 15.42 0.00 0.00 0.00 0.00 02:02:35 01:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:47:02 vethf263cdf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:02:35 01:48:01 eth0 50.21 35.09 99.41 60.37 0.00 0.00 0.00 0.00 02:02:35 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:48:01 docker0 1229.51 1015.63 93.51 4412.16 0.00 0.00 0.00 0.00 02:02:35 01:49:01 eth0 1.22 0.38 0.50 0.23 0.00 0.00 0.00 0.00 02:02:35 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:50:01 eth0 0.22 0.08 0.02 0.04 0.00 0.00 0.00 0.00 02:02:35 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:51:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:02:35 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:52:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:02:35 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:53:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:02:35 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:54:01 eth0 0.10 0.03 0.06 0.00 0.00 0.00 0.00 0.00 02:02:35 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:55:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:02:35 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:56:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:02:35 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:58:01 eth0 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:02:35 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:02:35 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 02:00:01 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:02:35 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 02:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:02:35 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 02:02:01 eth0 7.94 4.94 7.58 4.26 0.00 0.00 0.00 0.00 02:02:35 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 Average: eth0 102.30 96.19 525.20 24.67 0.00 0.00 0.00 0.00 02:02:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:35 Average: docker0 50.41 41.64 3.83 180.90 0.00 0.00 0.00 0.00 02:02:35 02:02:35 02:02:35 ---> sar -P ALL: 02:02:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 02:02:35 02:02:35 01:37:18 LINUX RESTART (4 CPU) 02:02:35 02:02:35 01:38:01 CPU %user %nice %system %iowait %steal %idle 02:02:35 01:39:01 all 12.38 0.00 5.09 1.81 0.03 80.70 02:02:35 01:39:01 0 10.12 0.00 6.73 0.91 0.03 82.21 02:02:35 01:39:01 1 13.08 0.00 5.32 1.34 0.02 80.24 02:02:35 01:39:01 2 9.77 0.00 3.71 1.51 0.03 84.98 02:02:35 01:39:01 3 16.52 0.00 4.60 3.50 0.02 75.37 02:02:35 01:40:01 all 11.25 0.00 9.10 5.87 0.07 73.71 02:02:35 01:40:01 0 11.26 0.00 9.67 4.52 0.09 74.47 02:02:35 01:40:01 1 11.80 0.00 9.43 5.54 0.07 73.17 02:02:35 01:40:01 2 10.55 0.00 8.19 6.34 0.07 74.85 02:02:35 01:40:01 3 11.40 0.00 9.10 7.08 0.05 72.37 02:02:35 01:41:01 all 51.56 0.00 12.21 4.77 0.06 31.40 02:02:35 01:41:01 0 52.24 0.00 12.55 3.50 0.07 31.64 02:02:35 01:41:01 1 50.66 0.00 12.20 5.36 0.07 31.72 02:02:35 01:41:01 2 51.11 0.00 12.77 4.19 0.05 31.89 02:02:35 01:41:01 3 52.23 0.00 11.33 6.03 0.07 30.33 02:02:35 01:42:01 all 48.26 0.00 13.33 3.56 0.05 34.80 02:02:35 01:42:01 0 47.76 0.00 13.57 3.45 0.07 35.16 02:02:35 01:42:01 1 48.84 0.00 13.16 1.76 0.05 36.19 02:02:35 01:42:01 2 47.19 0.00 13.52 3.64 0.05 35.60 02:02:35 01:42:01 3 49.24 0.00 13.08 5.38 0.03 32.27 02:02:35 01:43:02 all 23.43 0.00 18.11 6.62 0.09 51.76 02:02:35 01:43:02 0 22.96 0.00 17.42 6.70 0.09 52.83 02:02:35 01:43:02 1 22.60 0.00 19.14 6.11 0.10 52.05 02:02:35 01:43:02 2 24.02 0.00 17.25 7.30 0.09 51.35 02:02:35 01:43:02 3 24.14 0.00 18.62 6.37 0.07 50.80 02:02:35 01:44:01 all 19.48 0.00 24.18 28.59 0.09 27.66 02:02:35 01:44:01 0 19.44 0.00 23.99 28.77 0.11 27.70 02:02:35 01:44:01 1 19.15 0.00 24.60 28.38 0.11 27.76 02:02:35 01:44:01 2 19.02 0.00 23.99 29.78 0.09 27.11 02:02:35 01:44:01 3 20.33 0.00 24.12 27.41 0.07 28.07 02:02:35 01:45:02 all 56.95 0.00 16.47 13.72 0.05 12.81 02:02:35 01:45:02 0 57.72 0.00 16.45 11.28 0.07 14.48 02:02:35 01:45:02 1 57.41 0.00 15.60 15.78 0.03 11.18 02:02:35 01:45:02 2 56.83 0.00 17.13 12.97 0.03 13.04 02:02:35 01:45:02 3 55.85 0.00 16.72 14.80 0.05 12.58 02:02:35 01:46:01 all 13.85 0.00 19.80 32.43 0.09 33.84 02:02:35 01:46:01 0 13.01 0.00 19.43 33.33 0.09 34.14 02:02:35 01:46:01 1 14.36 0.00 21.37 35.49 0.09 28.69 02:02:35 01:46:01 2 13.81 0.00 18.72 28.84 0.11 38.53 02:02:35 01:46:01 3 14.21 0.00 19.66 32.02 0.09 34.02 02:02:35 01:47:02 all 43.07 0.00 19.54 25.20 0.07 12.12 02:02:35 01:47:02 0 42.49 0.00 20.87 25.81 0.05 10.78 02:02:35 01:47:02 1 42.61 0.00 19.73 25.11 0.09 12.46 02:02:35 01:47:02 2 42.89 0.00 18.19 25.65 0.07 13.21 02:02:35 01:47:02 3 44.30 0.00 19.38 24.22 0.05 12.05 02:02:35 01:48:01 all 14.94 0.00 6.76 11.64 0.04 66.62 02:02:35 01:48:01 0 14.86 0.00 7.25 11.35 0.03 66.51 02:02:35 01:48:01 1 14.51 0.00 6.79 10.79 0.03 67.87 02:02:35 01:48:01 2 14.90 0.00 6.09 13.16 0.03 65.82 02:02:35 01:48:01 3 15.49 0.00 6.90 11.27 0.05 66.30 02:02:35 01:49:01 all 0.15 0.00 0.05 0.02 0.00 99.78 02:02:35 01:49:01 0 0.52 0.00 0.03 0.00 0.00 99.45 02:02:35 01:49:01 1 0.03 0.00 0.05 0.05 0.00 99.87 02:02:35 01:49:01 2 0.03 0.00 0.05 0.02 0.00 99.90 02:02:35 01:49:01 3 0.03 0.00 0.07 0.02 0.00 99.88 02:02:35 02:02:35 01:49:01 CPU %user %nice %system %iowait %steal %idle 02:02:35 01:50:01 all 0.11 0.00 0.13 0.00 0.00 99.76 02:02:35 01:50:01 0 0.05 0.00 0.10 0.00 0.00 99.85 02:02:35 01:50:01 1 0.05 0.00 0.13 0.00 0.00 99.82 02:02:35 01:50:01 2 0.10 0.00 0.18 0.00 0.00 99.72 02:02:35 01:50:01 3 0.23 0.00 0.10 0.00 0.00 99.67 02:02:35 01:51:01 all 0.15 0.00 0.03 0.00 0.00 99.83 02:02:35 01:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:02:35 01:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:02:35 01:51:01 2 0.00 0.00 0.03 0.00 0.00 99.97 02:02:35 01:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 02:02:35 01:52:01 all 0.17 0.00 0.11 0.00 0.00 99.73 02:02:35 01:52:01 0 0.05 0.00 0.13 0.00 0.00 99.82 02:02:35 01:52:01 1 0.07 0.00 0.15 0.00 0.00 99.78 02:02:35 01:52:01 2 0.03 0.00 0.12 0.00 0.00 99.85 02:02:35 01:52:01 3 0.52 0.00 0.03 0.00 0.00 99.45 02:02:35 01:53:01 all 0.15 0.00 0.05 0.12 0.00 99.68 02:02:35 01:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:02:35 01:53:01 1 0.02 0.00 0.07 0.08 0.00 99.83 02:02:35 01:53:01 2 0.02 0.00 0.07 0.00 0.00 99.92 02:02:35 01:53:01 3 0.52 0.00 0.05 0.38 0.00 99.05 02:02:35 01:54:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:02:35 01:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:02:35 01:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:02:35 01:54:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:02:35 01:54:01 3 0.52 0.00 0.02 0.00 0.00 99.47 02:02:35 01:55:01 all 0.08 0.00 0.04 0.00 0.00 99.88 02:02:35 01:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:02:35 01:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:02:35 01:55:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:02:35 01:55:01 3 0.25 0.00 0.07 0.00 0.00 99.68 02:02:35 01:56:01 all 0.04 0.00 0.03 0.00 0.00 99.94 02:02:35 01:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:02:35 01:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:02:35 01:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:02:35 01:56:01 3 0.10 0.00 0.03 0.00 0.00 99.87 02:02:35 01:57:01 all 0.15 0.00 0.02 0.01 0.00 99.80 02:02:35 01:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:02:35 01:57:01 1 0.05 0.00 0.05 0.03 0.00 99.87 02:02:35 01:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:02:35 01:57:01 3 0.52 0.00 0.02 0.02 0.02 99.43 02:02:35 01:58:01 all 0.15 0.00 0.03 0.02 0.00 99.80 02:02:35 01:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:02:35 01:58:01 1 0.03 0.00 0.03 0.02 0.00 99.92 02:02:35 01:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:02:35 01:58:01 3 0.52 0.00 0.05 0.07 0.00 99.37 02:02:35 01:59:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:02:35 01:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:02:35 01:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:02:35 01:59:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:02:35 01:59:01 3 0.52 0.00 0.02 0.00 0.00 99.47 02:02:35 02:00:01 all 0.15 0.00 0.02 0.00 0.00 99.82 02:02:35 02:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:02:35 02:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:02:35 02:00:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:02:35 02:00:01 3 0.53 0.00 0.02 0.00 0.00 99.45 02:02:35 02:02:35 02:00:01 CPU %user %nice %system %iowait %steal %idle 02:02:35 02:01:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:02:35 02:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:02:35 02:01:01 1 0.07 0.00 0.07 0.00 0.00 99.87 02:02:35 02:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:02:35 02:01:01 3 0.53 0.00 0.03 0.00 0.00 99.43 02:02:35 02:02:01 all 1.16 0.00 0.70 0.60 0.00 97.53 02:02:35 02:02:01 0 1.63 0.00 0.95 0.67 0.02 96.73 02:02:35 02:02:01 1 0.75 0.00 0.65 0.35 0.00 98.25 02:02:35 02:02:01 2 0.68 0.00 0.52 0.43 0.00 98.37 02:02:35 02:02:01 3 1.57 0.00 0.68 0.97 0.00 96.78 02:02:35 Average: all 12.15 0.00 5.91 5.44 0.03 76.47 02:02:35 Average: 0 12.01 0.00 6.07 5.26 0.03 76.63 02:02:35 Average: 1 12.10 0.00 6.04 5.50 0.03 76.33 02:02:35 Average: 2 11.85 0.00 5.70 5.40 0.03 77.02 02:02:35 Average: 3 12.65 0.00 5.85 5.60 0.02 75.88 02:02:35 02:02:35 02:02:35