Pull request #3241 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 0985e83305c99a04a71341bacb45d6368e282c63+5dc7e5651dca608dfecf419d4d65481f56e38b66 (c3b69f9ee9289990b746d6ec99ea31bbed420183) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31247’ Running on prd-centos7-docker-4c-2g-31250 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 0985e83305c99a04a71341bacb45d6368e282c63 Merge succeeded, producing 0985e83305c99a04a71341bacb45d6368e282c63 Checking out Revision 0985e83305c99a04a71341bacb45d6368e282c63 (PR-3241) > 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # 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 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 Commit message: "fix(snap): secure kong admin ports" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:11:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:11:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:11:32 ========================================================= 20:11:32 EdgeX Global Pipelines Version Info 20:11:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4883de4e12c0f41f4c63387f79e841415c388155 # timeout=10 20:11:34 ------------------- 20:11:34 stable info: 20:11:34 ------------------- 20:11:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:11:34 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:11:34 Message: update stable to v1.0.186 20:11:35 ------------------- 20:11:35 experimental info: 20:11:35 ------------------- 20:11:35 Commited By: **** collab-it+edgex@linuxfoundation.org 20:11:35 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 20:11:35 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:11:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:11:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:11:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:11:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:11:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:11:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:11:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo 20:11:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0985e83305c99a04a71341bacb45d6368e282c63 [Pipeline] echo 20:11:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0985e83 [Pipeline] echo 20:11:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:11:38 provisioning config files... 20:11:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config1348868527261933787tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:38 ---> docker-login.sh 20:11:38 nexus3.edgexfoundry.org:10001 20:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:39 Configure a credential helper to remove this warning. See 20:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:39 20:11:39 Login Succeeded 20:11:39 nexus3.edgexfoundry.org:10002 20:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:39 Configure a credential helper to remove this warning. See 20:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:39 20:11:39 Login Succeeded 20:11:39 nexus3.edgexfoundry.org:10003 20:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:39 Configure a credential helper to remove this warning. See 20:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:39 20:11:39 Login Succeeded 20:11:39 nexus3.edgexfoundry.org:10004 20:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:39 Configure a credential helper to remove this warning. See 20:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:39 20:11:39 Login Succeeded 20:11:39 docker.io 20:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:40 Configure a credential helper to remove this warning. See 20:11:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:40 20:11:40 Login Succeeded 20:11:40 ---> docker-login.sh ends [Pipeline] } 20:11:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:11:40 ++ 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 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/core-command/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo core-command,cmd/core-command/Dockerfile 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/core-data/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo core-data,cmd/core-data/Dockerfile 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/core-metadata/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo core-metadata,cmd/core-metadata/Dockerfile 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/security-bootstrapper/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/security-proxy-setup/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/support-notifications/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo support-notifications,cmd/support-notifications/Dockerfile 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/support-scheduler/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:11:40 + for file in '`ls cmd/**/Dockerfile`' 20:11:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:11:40 ++ cut -d/ -f2 20:11:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:11:40 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 20:11:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:11:41 20:11:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:11:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:11:42 latest: Pulling from edgex-devops/git-semver 20:11:42 31603596830f: Pulling fs layer 20:11:42 2a8b12db71e7: Pulling fs layer 20:11:42 6ca5941a6612: Pulling fs layer 20:11:42 ecc8261a40a4: Pulling fs layer 20:11:42 ecc8261a40a4: Waiting 20:11:42 2a8b12db71e7: Verifying Checksum 20:11:42 2a8b12db71e7: Download complete 20:11:42 31603596830f: Verifying Checksum 20:11:42 31603596830f: Download complete 20:11:42 ecc8261a40a4: Verifying Checksum 20:11:42 ecc8261a40a4: Download complete 20:11:42 6ca5941a6612: Verifying Checksum 20:11:42 6ca5941a6612: Download complete 20:11:42 31603596830f: Pull complete 20:11:42 2a8b12db71e7: Pull complete 20:11:43 6ca5941a6612: Pull complete 20:11:43 ecc8261a40a4: Pull complete 20:11:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:11:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:11:43 prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container 20:11:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:11:46 $ docker top 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:11:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:11:46 [ssh-agent] Looking for ssh-agent implementation... 20:11:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:11:46 $ docker exec 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf ssh-agent 20:11:47 SSH_AUTH_SOCK=/tmp/ssh-wW2SpidnVV7E/agent.12 20:11:47 SSH_AGENT_PID=17 20:11:47 Running ssh-add (command line suppressed) 20:11:47 Identity added: /w/workspace/edgex-go/13@tmp/private_key_5383243794648442551.key (/w/workspace/edgex-go/13@tmp/private_key_5383243794648442551.key) 20:11:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:11:47 + git tag --points-at HEAD [Pipeline] } 20:11:47 $ docker exec --env ******** --env ******** 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf ssh-agent -k 20:11:47 unset SSH_AUTH_SOCK; 20:11:47 unset SSH_AGENT_PID; 20:11:47 echo Agent pid 17 killed; 20:11:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:11:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:11:47 [ssh-agent] Looking for ssh-agent implementation... 20:11:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:11:48 $ docker exec 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf ssh-agent 20:11:48 SSH_AUTH_SOCK=/tmp/ssh-yqjWJCyn5HS8/agent.46 20:11:48 SSH_AGENT_PID=51 20:11:48 Running ssh-add (command line suppressed) 20:11:48 Identity added: /w/workspace/edgex-go/13@tmp/private_key_7024784617996061773.key (/w/workspace/edgex-go/13@tmp/private_key_7024784617996061773.key) 20:11:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:11:48 + git semver init 20:11:48 # -> Open(): unable to determine branch for HEAD 20:11:48 # $GIT_DIR = /w/workspace/edgex-go/13/.git 20:11:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 20:11:48 # $SEMVER_REMOTE_NAME = origin 20:11:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:11:48 # $SEMVER_USER_NAME = edgex-jenkins 20:11:48 # $SEMVER_BRANCH = PR-3241 20:11:48 # $SEMVER_TEMP = /tmp/semver-751262180 20:11:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:12:27 # '/tmp/semver-751262180' -> '/w/workspace/edgex-go/13/.semver' 20:12:27 # -> Force: false 20:12:27 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 20:12:27 $ docker exec --env ******** --env ******** 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf ssh-agent -k 20:12:28 unset SSH_AUTH_SOCK; 20:12:28 unset SSH_AGENT_PID; 20:12:28 echo Agent pid 51 killed; 20:12:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:12:28 + git semver [Pipeline] } 20:12:28 $ docker stop --time=1 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf 20:12:30 $ docker rm -f 527de1871bc69173809fbed9d98fec765eaa173dc01ab37610ad38b8c70b1fbf [Pipeline] // withDockerContainer [Pipeline] sh 20:12:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:12:31 Stashed 1 file(s) [Pipeline] echo 20:12:31 [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 20:12:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:12:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:12:33 + sudo service docker restart 20:12:33 + true 20:12:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:12:33 ========================================================= 20:12:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:12:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:12:34 + 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 . 20:12:37 Sending build context to Docker daemon 328.8MB 20:12:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:12:37 Step 2/6 : FROM ${BASE} 20:12:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:12:37 188c0c94c7c5: Pulling fs layer 20:12:37 0ef7d3d256c8: Pulling fs layer 20:12:37 de9db76c5a1d: Pulling fs layer 20:12:37 bca2f99d35d6: Pulling fs layer 20:12:37 93359f2a8cfa: Pulling fs layer 20:12:37 7c6f9722023f: Pulling fs layer 20:12:37 a35cf1a2eb13: Pulling fs layer 20:12:37 93359f2a8cfa: Waiting 20:12:37 7c6f9722023f: Waiting 20:12:37 a35cf1a2eb13: Waiting 20:12:37 bca2f99d35d6: Waiting 20:12:37 de9db76c5a1d: Verifying Checksum 20:12:37 de9db76c5a1d: Download complete 20:12:37 0ef7d3d256c8: Verifying Checksum 20:12:37 0ef7d3d256c8: Download complete 20:12:37 93359f2a8cfa: Verifying Checksum 20:12:37 93359f2a8cfa: Download complete 20:12:37 188c0c94c7c5: Verifying Checksum 20:12:37 188c0c94c7c5: Download complete 20:12:37 7c6f9722023f: Verifying Checksum 20:12:37 7c6f9722023f: Download complete 20:12:39 188c0c94c7c5: Pull complete 20:12:40 a35cf1a2eb13: Verifying Checksum 20:12:40 a35cf1a2eb13: Download complete 20:12:40 0ef7d3d256c8: Pull complete 20:12:40 de9db76c5a1d: Pull complete 20:12:40 bca2f99d35d6: Verifying Checksum 20:12:40 bca2f99d35d6: Download complete 20:12:45 bca2f99d35d6: Pull complete 20:12:45 93359f2a8cfa: Pull complete 20:12:45 7c6f9722023f: Pull complete 20:12:47 Still waiting to schedule task 20:12:47 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:12:50 a35cf1a2eb13: Pull complete 20:12:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:12:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:12:50 ---> a62c8e92a672 20:12:50 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 20:12:50 ---> Running in c42e9c5b8f38 20:12:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:12:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:12:52 (1/12) Installing libmagic (5.38-r0) 20:12:52 (2/12) Installing file (5.38-r0) 20:12:52 (3/12) Installing libc-dev (0.7.2-r3) 20:12:52 (4/12) Installing g++ (9.3.0-r2) 20:12:57 (5/12) Installing fortify-headers (1.1-r0) 20:12:57 (6/12) Installing patch (2.7.6-r6) 20:12:57 (7/12) Installing build-base (0.5-r2) 20:12:57 (8/12) Installing libsodium (1.0.18-r0) 20:12:57 (9/12) Installing pkgconf (1.7.2-r0) 20:12:57 (10/12) Installing libsodium-dev (1.0.18-r0) 20:12:57 (11/12) Installing libzmq (4.3.3-r0) 20:12:57 (12/12) Installing zeromq-dev (4.3.3-r0) 20:12:57 Executing busybox-1.31.1-r19.trigger 20:12:57 OK: 233 MiB in 51 packages 20:13:00 Removing intermediate container c42e9c5b8f38 20:13:00 ---> 3ced8f962359 20:13:00 Step 4/6 : WORKDIR /edgex-go 20:13:00 ---> Running in 521b396bfda6 20:13:00 Removing intermediate container 521b396bfda6 20:13:00 ---> 0b7a0737e98d 20:13:00 Step 5/6 : COPY go.mod . 20:13:00 ---> a8637abc6147 20:13:00 Step 6/6 : RUN go mod download 20:13:00 ---> Running in 9b6a8737dfe5 20:13:27 Removing intermediate container 9b6a8737dfe5 20:13:27 ---> 995658f3aafb 20:13:27 Successfully built 995658f3aafb 20:13:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:13:27 + docker inspect -f . ci-base-image-x86_64 20:13:27 . [Pipeline] withDockerContainer 20:13:28 prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container 20:13:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:13:29 $ docker top a245ef210d7241c0db2241e2b7b2a352f73eb09b4e9583af048f681602d4350a -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:29 + go version 20:13:29 go version go1.15.5 linux/amd64 [Pipeline] } 20:13:29 $ docker stop --time=1 a245ef210d7241c0db2241e2b7b2a352f73eb09b4e9583af048f681602d4350a 20:13:31 $ docker rm -f a245ef210d7241c0db2241e2b7b2a352f73eb09b4e9583af048f681602d4350a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:31 + docker inspect -f . ci-base-image-x86_64 20:13:31 . [Pipeline] withDockerContainer 20:13:32 prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container 20:13:32 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:13:32 $ docker top dd386a76cd846543f16ac1cb9a7b9c37c69946ae036b7dd31bb40a29195f0973 -eo pid,comm [Pipeline] { [Pipeline] echo 20:13:33 ========================================================= 20:13:33 [edgeXBuildGoParallel] Running Tests and Build... 20:13:33 ========================================================= [Pipeline] sh 20:13:33 + make test 20:13:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:13:43 ? github.com/edgexfoundry/edgex-go [no test files] 20:13:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:14:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:14:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:14:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:14:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:14:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:14:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:14:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:14:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:14:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:14:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements 20:14:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:14:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:14:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:14:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:14:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:14:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:14:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements 20:14:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 20:14:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.237s coverage: 27.1% of statements 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:14:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:14:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:14:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 71.3% of statements 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:14:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.156s coverage: 82.9% of statements 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:14:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.342s coverage: 92.8% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.048s coverage: 79.5% of statements 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 20:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 20:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 20:14:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 82.6% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.6% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.4% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 69.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.122s coverage: 47.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.718s coverage: 29.1% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 94.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 20:14:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 20:14:47 GO111MODULE=on go vet ./... 20:15:14 gofmt -l . 20:15:14 [ "`gofmt -l .`" = "" ] 20:15:14 ./bin/test-go-mod-tidy.sh 20:15:15 ./bin/test-attribution-txt.sh [Pipeline] sh 20:15:16 + ls -al . 20:15:16 total 776 20:15:16 drwxrwxr-x 10 1001 1001 4096 Mar 24 20:15 . 20:15:16 drwxr-xr-x 4 root root 30 Mar 24 20:13 .. 20:15:16 -rw-rw-r-- 1 1001 1001 11 Mar 24 20:11 .dockerignore 20:15:16 drwxrwxr-x 8 1001 1001 179 Mar 24 20:11 .git 20:15:16 drwxrwxr-x 3 1001 1001 125 Mar 24 20:11 .github 20:15:16 -rw-rw-r-- 1 1001 1001 818 Mar 24 20:11 .gitignore 20:15:16 drwx------ 3 1001 1001 60 Mar 24 20:12 .semver 20:15:16 -rw-rw-r-- 1 1001 1001 166 Mar 24 20:11 .sonarcloud.properties 20:15:16 -rw-rw-r-- 1 1001 1001 8607 Mar 24 20:11 Attribution.txt 20:15:16 -rw-rw-r-- 1 1001 1001 3804 Mar 24 20:11 CONTRIBUTING.md 20:15:16 -rw-rw-r-- 1 1001 1001 931 Mar 24 20:11 Dockerfile.build 20:15:16 -rw-rw-r-- 1 1001 1001 863 Mar 24 20:11 Jenkinsfile 20:15:16 -rw-rw-r-- 1 1001 1001 10775 Mar 24 20:11 LICENSE 20:15:16 -rw-rw-r-- 1 1001 1001 5774 Mar 24 20:11 Makefile 20:15:16 -rw-rw-r-- 1 1001 1001 6548 Mar 24 20:11 README.md 20:15:16 -rw-rw-r-- 1 1001 1001 6755 Mar 24 20:11 SECURITY.md 20:15:16 -rw-rw-r-- 1 1001 1001 5 Mar 24 20:12 VERSION 20:15:16 -rw-rw-r-- 1 1001 1001 4131 Mar 24 20:11 ZMQWindows.md 20:15:16 drwxrwxr-x 2 1001 1001 117 Mar 24 20:11 bin 20:15:16 drwxrwxr-x 14 1001 1001 4096 Mar 24 20:11 cmd 20:15:16 -rw-r--r-- 1 root root 666600 Mar 24 20:14 coverage.out 20:15:16 -rw-r--r-- 1 root root 1056 Mar 24 20:15 go.mod 20:15:16 -rw-r--r-- 1 root root 22211 Mar 24 20:15 go.sum 20:15:16 drwxrwxr-x 8 1001 1001 127 Mar 24 20:11 internal 20:15:16 drwxrwxr-x 4 1001 1001 26 Mar 24 20:11 openapi 20:15:16 drwxrwxr-x 4 1001 1001 71 Mar 24 20:11 snap 20:15:16 -rw-rw-r-- 1 1001 1001 168 Mar 24 20:11 version.go [Pipeline] sh 20:15:16 + '[' -e coverage.out ] 20:15:16 + chown 1001:1001 coverage.out [Pipeline] stash 20:15:17 Stashed 1 file(s) [Pipeline] sh 20:15:17 + make build 20:15:17 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 20:15:21 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 20:15:30 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 20:15:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:15:33 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 20:15:33 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 20:15:34 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 20:15:36 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 20:15:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:15: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 20:15: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 20:15:40 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] } 20:15:42 $ docker stop --time=1 dd386a76cd846543f16ac1cb9a7b9c37c69946ae036b7dd31bb40a29195f0973 20:15:44 $ docker rm -f dd386a76cd846543f16ac1cb9a7b9c37c69946ae036b7dd31bb40a29195f0973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:15:46 20:15:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:15:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:15:46 latest: Pulling from edgex-devops/edgex-compose 20:15:46 cbdbe7a5bc2a: Pulling fs layer 20:15:46 ca9280d653b3: Pulling fs layer 20:15:46 7e9c9ca2126c: Pulling fs layer 20:15:47 cbdbe7a5bc2a: Verifying Checksum 20:15:47 cbdbe7a5bc2a: Download complete 20:15:47 cbdbe7a5bc2a: Pull complete 20:15:47 ca9280d653b3: Verifying Checksum 20:15:47 ca9280d653b3: Download complete 20:15:48 ca9280d653b3: Pull complete 20:15:48 7e9c9ca2126c: Download complete 20:15:55 7e9c9ca2126c: Pull complete 20:15:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:15:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:15:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:15:55 prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container 20:15:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:15:58 $ docker top 05dcfbf5e8057df16f13d007fbd790c658d41f188e1ed7497086c59f2571e480 -eo pid,comm [Pipeline] { [Pipeline] sh 20:15:59 + docker-compose build --help 20:15:59 + grep parallel 20:16:00 --parallel Build images in parallel. [Pipeline] } 20:16:00 $ docker stop --time=1 05dcfbf5e8057df16f13d007fbd790c658d41f188e1ed7497086c59f2571e480 20:16:01 $ docker rm -f 05dcfbf5e8057df16f13d007fbd790c658d41f188e1ed7497086c59f2571e480 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:16:01 . [Pipeline] withDockerContainer 20:16:02 prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container 20:16:02 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:16:02 $ docker top a18d13cb783a8f02c8bb0514d3b78894efdcae60cf488c53bca60ec55fadcfbf -eo pid,comm [Pipeline] { [Pipeline] sh 20:16:03 + docker-compose -f ./docker-compose-build.yml build --parallel 20:16:04 Building docker-core-command-go ... 20:16:04 Building docker-core-data-go ... 20:16:04 Building docker-core-metadata-go ... 20:16:04 Building docker-security-bootstrapper-go ... 20:16:04 Building docker-security-proxy-setup-go ... 20:16:04 Building docker-security-secretstore-setup-go ... 20:16:04 Building docker-support-notifications-go ... 20:16:04 Building docker-support-scheduler-go ... 20:16:04 Building docker-sys-mgmt-agent-go ... 20:16:04 Building docker-security-proxy-setup-go 20:16:04 Building docker-support-notifications-go 20:16:04 Building docker-core-metadata-go 20:16:04 Building docker-support-scheduler-go 20:16:04 Building docker-security-bootstrapper-go 20:16:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31252 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 20:16:31 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 20:16:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:16:36 ---> 995658f3aafb 20:16:36 Step 3/21 : WORKDIR /edgex-go 20:16:36 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:16:36 ---> 995658f3aafb 20:16:36 Step 3/31 : WORKDIR /edgex-go 20:16:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:16:36 ---> 995658f3aafb 20:16:36 Step 3/22 : WORKDIR /edgex-go 20:16:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:16:36 ---> 995658f3aafb 20:16:36 Step 3/22 : WORKDIR /edgex-go 20:16:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:16:37 ---> 995658f3aafb 20:16:37 Step 3/23 : WORKDIR /edgex-go 20:16:37 using credential edgex-jenkins-ssh 20:16:37 Cloning the remote Git repository 20:16:37 ---> Running in 412e3d23e13b 20:16:37 ---> Running in c4b8eed00ea9 20:16:37 ---> Running in e09378b10a59 20:16:37 ---> Running in 052db16bf1c2 20:16:37 ---> Running in 544e0a361925 20:16:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:16:37 > git init /w/workspace/edgex-go/13 # timeout=10 20:16:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:16:37 > git --version # timeout=10 20:16:37 > git --version # 'git version 2.17.1' 20:16:37 using GIT_SSH to set credentials SSH Credentials for GitHub 20:16:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:16:38 Removing intermediate container c4b8eed00ea9 20:16:38 ---> 50e105eee1a5 20:16:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:38 Removing intermediate container 544e0a361925 20:16:38 ---> a315244d14e8 20:16:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:38 Removing intermediate container e09378b10a59 20:16:38 ---> 33cba2661cb9 20:16:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:38 Removing intermediate container 052db16bf1c2 20:16:38 ---> 6a4c065159bf 20:16:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:38 Removing intermediate container 412e3d23e13b 20:16:38 ---> 61d5fb0a83d8 20:16:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:38 ---> Running in b5ad15881d1c 20:16:38 ---> Running in 0d2334b33010 20:16:38 ---> Running in 0a8593f9b770 20:16:38 ---> Running in c3ee9e5a1c53 20:16:38 ---> Running in aa012640be7c 20:16:41 Removing intermediate container 0d2334b33010 20:16:41 ---> c87691d6443b 20:16:41 Step 5/31 : RUN apk add --update --no-cache make git 20:16:41 ---> Running in fdd9085f1afa 20:16:41 Removing intermediate container b5ad15881d1c 20:16:41 ---> a9dd1e446dd2 20:16:41 Step 5/21 : RUN apk add --update --no-cache make git 20:16:41 Removing intermediate container aa012640be7c 20:16:41 ---> 6fd3977b750c 20:16:41 Step 5/22 : RUN apk add --update --no-cache make git 20:16:41 Removing intermediate container 0a8593f9b770 20:16:41 ---> d3c4cdc82307 20:16:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:16:41 ---> Running in 4a4bc55f680a 20:16:41 ---> Running in 003d4d37fcac 20:16:41 Removing intermediate container c3ee9e5a1c53 20:16:41 ---> b7ae60437335 20:16:41 Step 5/23 : RUN apk add --update --no-cache make git 20:16:42 ---> Running in d2c0f13f48d8 20:16:42 ---> Running in c769f9a08442 20:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:43 OK: 233 MiB in 51 packages 20:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:43 OK: 233 MiB in 51 packages 20:16:43 Removing intermediate container fdd9085f1afa 20:16:43 ---> a72f78111c67 20:16:43 Step 6/31 : COPY go.mod . 20:16:43 OK: 233 MiB in 51 packages 20:16:43 OK: 233 MiB in 51 packages 20:16:44 OK: 233 MiB in 51 packages 20:16:44 ---> a41b01d2417f 20:16:44 Step 7/31 : RUN go mod download 20:16:44 ---> Running in cf06f33f1279 20:16:44 Removing intermediate container 4a4bc55f680a 20:16:44 ---> 32545e707594 20:16:44 Step 6/21 : COPY go.mod . 20:16:44 Removing intermediate container 003d4d37fcac 20:16:44 ---> 575369e8f7e9 20:16:44 Step 6/22 : COPY go.mod . 20:16:45 ---> 77203ab24860 20:16:45 Step 7/21 : RUN go mod download 20:16:45 ---> ed8ece0f9be4 20:16:45 Step 7/22 : RUN go mod download 20:16:45 ---> Running in 27d525a6fd36 20:16:45 ---> Running in 39c22475faf7 20:16:45 Removing intermediate container c769f9a08442 20:16:45 ---> 58302db5a31e 20:16:45 Step 6/23 : COPY go.mod . 20:16:45 Removing intermediate container d2c0f13f48d8 20:16:45 ---> 612aeb94bf58 20:16:45 Step 6/22 : COPY go.mod . 20:16:45 ---> 7f8358376543 20:16:45 Step 7/22 : RUN go mod download 20:16:45 ---> 8ad0f54d21e4 20:16:45 Step 7/23 : RUN go mod download 20:16:45 ---> Running in d52c3c48b300 20:16:45 ---> Running in 8aac7c6ea909 20:16:46 Removing intermediate container cf06f33f1279 20:16:46 ---> ae5b20883102 20:16:46 Step 8/31 : COPY . . 20:16:47 Removing intermediate container 39c22475faf7 20:16:47 ---> 6f0f9faba252 20:16:47 Step 8/22 : COPY . . 20:16:48 Removing intermediate container 27d525a6fd36 20:16:48 ---> 194eb8f34b49 20:16:48 Step 8/21 : COPY . . 20:16:56 Removing intermediate container d52c3c48b300 20:16:56 ---> e65a83733ed4 20:16:56 Step 8/23 : COPY . .Removing intermediate container 8aac7c6ea909 20:16:56 ---> 826a19f368d6 20:16:56 Step 8/22 : COPY . . 20:16:56 20:16:58 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 0985e83305c99a04a71341bacb45d6368e282c63 20:16:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:16:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:16:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:16:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:16:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:16:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:16:58 > git config core.sparsecheckout # timeout=10 20:16:58 > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 20:16:58 Merge succeeded, producing 0985e83305c99a04a71341bacb45d6368e282c63 20:16:58 Checking out Revision 0985e83305c99a04a71341bacb45d6368e282c63 (PR-3241) 20:16:58 > git remote # timeout=10 20:16:58 > git config --get remote.origin.url # timeout=10 20:16:58 using GIT_SSH to set credentials SSH Credentials for GitHub 20:16:58 > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 20:16:58 > git rev-parse HEAD^{commit} # timeout=10 20:16:58 > git config core.sparsecheckout # timeout=10 20:16:58 > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 20:17:03 Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:17:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:17:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:17:05 + true 20:17:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:17:07 provisioning config files... 20:17:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config829808814756488236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:17:07 ---> docker-login.sh 20:17:07 nexus3.edgexfoundry.org:10001 20:17:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:09 Configure a credential helper to remove this warning. See 20:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:09 20:17:09 Login Succeeded 20:17:09 nexus3.edgexfoundry.org:10002 20:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:09 Configure a credential helper to remove this warning. See 20:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:09 20:17:09 Login Succeeded 20:17:09 nexus3.edgexfoundry.org:10003 20:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:10 Configure a credential helper to remove this warning. See 20:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:10 20:17:10 Login Succeeded 20:17:10 nexus3.edgexfoundry.org:10004 20:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:10 Configure a credential helper to remove this warning. See 20:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:10 20:17:10 Login Succeeded 20:17:10 docker.io 20:17:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:11 Configure a credential helper to remove this warning. See 20:17:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:11 20:17:11 Login Succeeded 20:17:11 ---> docker-login.sh ends [Pipeline] } 20:17:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:17:12 ========================================================= 20:17:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:17:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:17:12 + 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 . 20:17:15 Sending build context to Docker daemon 166.9MB 20:17:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:17:15 Step 2/6 : FROM ${BASE} 20:17:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:17:15 5f621e34cdf4: Pulling fs layer 20:17:15 a4357932f1b6: Pulling fs layer 20:17:15 18c013af1878: Pulling fs layer 20:17:15 00ac8860ef70: Pulling fs layer 20:17:15 63d7cb157983: Pulling fs layer 20:17:15 b116817d02f9: Pulling fs layer 20:17:15 745a02a5169b: Pulling fs layer 20:17:15 00ac8860ef70: Waiting 20:17:15 63d7cb157983: Waiting 20:17:15 b116817d02f9: Waiting 20:17:15 745a02a5169b: Waiting 20:17:15 18c013af1878: Verifying Checksum 20:17:15 18c013af1878: Download complete 20:17:15 a4357932f1b6: Verifying Checksum 20:17:15 a4357932f1b6: Download complete 20:17:15 63d7cb157983: Verifying Checksum 20:17:15 63d7cb157983: Download complete 20:17:15 b116817d02f9: Verifying Checksum 20:17:15 b116817d02f9: Download complete 20:17:15 5f621e34cdf4: Verifying Checksum 20:17:15 5f621e34cdf4: Download complete 20:17:16 5f621e34cdf4: Pull complete 20:17:16 a4357932f1b6: Pull complete 20:17:17 18c013af1878: Pull complete 20:17:17 745a02a5169b: Verifying Checksum 20:17:17 745a02a5169b: Download complete 20:17:19 00ac8860ef70: Verifying Checksum 20:17:19 00ac8860ef70: Download complete 20:17:28 ---> b652f8ed07ab 20:17:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:17:28 ---> c8f5c5332690 20:17:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:17:29 ---> Running in 41ae63be5b88 20:17:29 ---> Running in e37787248c99 20:17:29 ---> bbbb49a1f833 20:17:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:17:29 ---> e230852b4949 20:17:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:17:29 ---> 69c007b3a7b5 20:17:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:17:31 ---> Running in 39ca3d22b05a 20:17:31 ---> Running in 9025beda4b7c 20:17:31 ---> Running in 10b3c9d2291a 20:17:31 00ac8860ef70: Pull complete 20:17:31 63d7cb157983: Pull complete 20:17:31 b116817d02f9: Pull complete 20:17:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:17:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:17:32 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 20:17:32 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 20:17:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:17:34 745a02a5169b: Pull complete 20:17:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:17:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:17:34 ---> b7e6874047d6 20:17:34 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 20:17:37 ---> Running in 5d3d0da3c52a 20:17:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:40 (1/12) Installing libmagic (5.38-r0) 20:17:40 (2/12) Installing file (5.38-r0) 20:17:40 (3/12) Installing libc-dev (0.7.2-r3) 20:17:40 (4/12) Installing g++ (9.3.0-r2) 20:17:47 (5/12) Installing fortify-headers (1.1-r0) 20:17:47 (6/12) Installing patch (2.7.6-r6) 20:17:47 (7/12) Installing build-base (0.5-r2) 20:17:47 (8/12) Installing libsodium (1.0.18-r0) 20:17:47 (9/12) Installing pkgconf (1.7.2-r0) 20:17:47 (10/12) Installing libsodium-dev (1.0.18-r0) 20:17:47 (11/12) Installing libzmq (4.3.3-r0) 20:17:47 (12/12) Installing zeromq-dev (4.3.3-r0) 20:17:47 Executing busybox-1.31.1-r19.trigger 20:17:47 OK: 217 MiB in 51 packages 20:17:51 Removing intermediate container 5d3d0da3c52a 20:17:51 ---> 12dd282e2c02 20:17:51 Step 4/6 : WORKDIR /edgex-go 20:17:51 ---> Running in cd21569bc31f 20:17:52 Removing intermediate container cd21569bc31f 20:17:52 ---> 1f689cf2f4be 20:17:52 Step 5/6 : COPY go.mod . 20:17:52 ---> 6e1ff901b362 20:17:52 Step 6/6 : RUN go mod download 20:17:52 ---> Running in b664a9353b26 20:18:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:18:11 Removing intermediate container 41ae63be5b88 20:18:11 ---> ba716fcbc6bb 20:18:11 20:18:11 Step 10/31 : FROM alpine:3.12 20:18:11 Removing intermediate container 10b3c9d2291a 20:18:11 ---> 917e4a0f0b16 20:18:11 20:18:11 Step 10/21 : FROM alpine:3.12 20:18:11 3.12: Pulling from library/alpine 20:18:11 3.12: Pulling from library/alpine 20:18:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:18:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:18:11 Status: Downloaded newer image for alpine:3.12 20:18:11 Status: Downloaded newer image for alpine:3.12 20:18:11 ---> 88dd2752d2ea 20:18:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:18:11 ---> 88dd2752d2ea 20:18:11 Step 11/21 : RUN apk add --update --no-cache curl 20:18:15 Removing intermediate container e37787248c99 20:18:15 ---> aa37fc71699c 20:18:15 20:18:15 Step 10/22 : FROM alpine:3.12 20:18:15 ---> 88dd2752d2ea 20:18:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:18:15 Removing intermediate container 9025beda4b7c 20:18:15 ---> c347312367ac 20:18:15 20:18:15 Step 10/22 : FROM alpine:3.12 20:18:15 ---> 88dd2752d2ea 20:18:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:18:15 ---> Running in 3253f749e963 20:18:15 ---> Running in e9e5f017e5c9 20:18:16 ---> Running in 8341bea26bec 20:18:16 ---> Running in 4b4838ac3fd8 20:18:16 Removing intermediate container 39ca3d22b05a 20:18:16 ---> 4f312b7aec6b 20:18:16 20:18:16 Step 10/23 : FROM alpine:3.12 20:18:16 ---> 88dd2752d2ea 20:18:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:18:16 ---> Running in ae9f212daaf8 20:18:16 Removing intermediate container 3253f749e963 20:18:16 ---> 521b25323a9e 20:18:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:18:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:16 ---> Running in a2adf4e6ffa3 20:18:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:17 (1/4) Installing ca-certificates (20191127-r4) 20:18:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:18:17 (3/4) Installing libcurl (7.69.1-r3) 20:18:17 (4/4) Installing curl (7.69.1-r3) 20:18:17 Executing busybox-1.31.1-r19.trigger 20:18:17 Executing ca-certificates-20191127-r4.trigger 20:18:17 OK: 7 MiB in 18 packages 20:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:17 (1/1) Installing dumb-init (1.2.2-r1) 20:18:17 Executing busybox-1.31.1-r19.trigger 20:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:17 OK: 6 MiB in 15 packages 20:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:17 (1/1) Installing dumb-init (1.2.2-r1) 20:18:17 Executing busybox-1.31.1-r19.trigger 20:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:17 OK: 6 MiB in 15 packages 20:18:17 (1/2) Installing ca-certificates (20191127-r4) 20:18:17 (2/2) Installing dumb-init (1.2.2-r1) 20:18:17 Executing busybox-1.31.1-r19.trigger 20:18:17 Executing ca-certificates-20191127-r4.trigger 20:18:17 OK: 6 MiB in 16 packages 20:18:17 (1/2) Installing dumb-init (1.2.2-r1) 20:18:17 (2/2) Installing su-exec (0.2-r1) 20:18:17 Executing busybox-1.31.1-r19.trigger 20:18:17 OK: 6 MiB in 16 packages 20:18:19 Removing intermediate container e9e5f017e5c9 20:18:19 ---> 1db3907ea7fc 20:18:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:18:19 Removing intermediate container b664a9353b26 20:18:19 ---> 9af9baacb164 20:18:19 Successfully built 9af9baacb164 20:18:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:18:19 ---> Running in 413051dd7343 20:18:19 + docker inspect -f . ci-base-image-arm64 20:18:19 . [Pipeline] withDockerContainer 20:18:20 Removing intermediate container 4b4838ac3fd8 20:18:20 ---> a3121b411297 20:18:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:18:20 ---> Running in 8d586e33eda8 20:18:20 prd-ubuntu18.04-docker-arm64-4c-16g-31252 does not seem to be running inside a container 20:18:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:18:20 Removing intermediate container ae9f212daaf8 20:18:20 ---> 8bf2048e7e77 20:18:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:18:20 Removing intermediate container 413051dd7343 20:18:20 ---> b00af1d00330 20:18:20 Step 13/21 : WORKDIR /edgex 20:18:20 Removing intermediate container 8341bea26bec 20:18:20 ---> 7e339632bb7c 20:18:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:18:20 Removing intermediate container a2adf4e6ffa3 20:18:20 ---> 7cd4b820bfe3 20:18:20 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:18:20 ---> Running in 6684c3525861 20:18:20 ---> Running in ad6c6a8424aa 20:18:20 ---> Running in 8bcb74e2da26 20:18:20 Removing intermediate container 8d586e33eda8 20:18:20 ---> 4fa358523e32 20:18:20 Step 13/22 : ENV APP_PORT=48060 20:18:20 ---> Running in 5e3966b4209f 20:18:20 ---> Running in 778db3972fb3 20:18:20 Removing intermediate container 6684c3525861 20:18:20 ---> 796bfb98bdd3 20:18:20 Step 13/23 : ENV APP_PORT=48081 20:18:20 Removing intermediate container ad6c6a8424aa 20:18:20 ---> ddfd5bc8165e 20:18:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:18:21 Removing intermediate container 8bcb74e2da26 20:18:21 ---> f095a79c7410 20:18:21 Step 13/22 : ENV APP_PORT=48085 20:18:21 $ docker top 64170d9846c3ec41eeab4f5733ee6fb9b4cef47ec7cd4ffae051a354962ecf43 -eo pid,comm 20:18:21 Removing intermediate container 5e3966b4209f 20:18:21 ---> 6964087ef0ad 20:18:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:18:21 ---> Running in bee620dbb038 20:18:21 Removing intermediate container 778db3972fb3 20:18:21 ---> 6f04c4620d15 20:18:21 Step 14/22 : EXPOSE $APP_PORT 20:18:21 ---> Running in bb6699e47d82 20:18:21 ---> Running in 3ba51dd1abce 20:18:21 ---> 1d72f66bad88 20:18:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:18:21 ---> Running in 31a724e5d88e [Pipeline] { [Pipeline] sh 20:18:22 Removing intermediate container bee620dbb038 20:18:22 ---> 7b62bcdc0d1c 20:18:22 Step 14/23 : EXPOSE $APP_PORT 20:18:22 Removing intermediate container bb6699e47d82 20:18:22 ---> fe85cf15ad00 20:18:22 Step 14/22 : EXPOSE $APP_PORT 20:18:22 Removing intermediate container 3ba51dd1abce 20:18:22 ---> 26bf47db6331 20:18:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:18:22 ---> Running in 73b2edff5c8e 20:18:22 Removing intermediate container 31a724e5d88e 20:18:22 ---> 60c937eb1abe 20:18:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:22 ---> Running in b017c00cef46 20:18:22 ---> Running in e6928d611602 20:18:22 ---> abab2dde0e4f 20:18:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:18:22 + go version 20:18:22 go version go1.15.5 linux/arm64 [Pipeline] } 20:18:22 $ docker stop --time=1 64170d9846c3ec41eeab4f5733ee6fb9b4cef47ec7cd4ffae051a354962ecf43 20:18:23 Removing intermediate container 73b2edff5c8e 20:18:23 ---> 1aebedecac6f 20:18:23 Step 15/23 : WORKDIR / 20:18:23 Removing intermediate container b017c00cef46 20:18:23 ---> c9a6e96d8872 20:18:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:23 ---> 877943d4589c 20:18:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:18:23 ---> Running in 63b33c656d69 20:18:23 ---> c1e68270c204 20:18:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:18:23 ---> Running in 4e537a53db2d 20:18:23 ---> 3e01864073fa 20:18:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:18:23 Removing intermediate container 63b33c656d69 20:18:23 ---> ad4f579dba2b 20:18:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:23 Removing intermediate container 4e537a53db2d 20:18:23 ---> 7b0a4bc41be2 20:18:23 Step 18/21 : CMD ["--init=true"] 20:18:24 ---> Running in ba5805427fd5 20:18:24 ---> be0d0ba21224 20:18:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:18:24 ---> c0c9ce5698e7 20:18:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:18:24 ---> 64a19d0f3528 20:18:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:18:24 Removing intermediate container ba5805427fd5 20:18:24 ---> 400aa0843ec6 20:18:24 Step 19/21 : LABEL arch=x86_64 20:18:24 Removing intermediate container e6928d611602 20:18:24 ---> ac47fe663629 20:18:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:18:24 ---> 97a51ab2eaeb 20:18:24 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:18:24 ---> Running in 5bdd8e409f39 20:18:24 ---> Running in 8cced33b2bf6 20:18:24 $ docker rm -f 64170d9846c3ec41eeab4f5733ee6fb9b4cef47ec7cd4ffae051a354962ecf43 20:18:24 ---> 87d73627bfd5 20:18:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:18:24 ---> Running in 94124907a6b9 20:18:24 ---> 5e81cd2ef8c9 20:18:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:18:24 ---> Running in cbb3e229b1c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 20:18:25 Removing intermediate container 5bdd8e409f39 20:18:25 ---> b5bd032666ca 20:18:25 Step 20/21 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:18:25 Removing intermediate container 8cced33b2bf6 20:18:25 ---> 0f34459cdbbd 20:18:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:18:25 Removing intermediate container 94124907a6b9 20:18:25 ---> c618e1fd2778 20:18:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:18:25 ---> Running in 7f0bcc7a4bf6 20:18:25 ---> Running in 3e6f49bc9fda 20:18:25 ---> f388c81b0c8a 20:18:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:18:25 Removing intermediate container cbb3e229b1c0 20:18:25 ---> bf5ac40454e8 20:18:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:25 ---> Running in e077d5075bbe 20:18:25 ---> 75e5e4581a93 20:18:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:18:25 ---> Running in 7f240efd17a7 20:18:25 Removing intermediate container 3e6f49bc9fda 20:18:25 ---> f9d5a9ae74c9 20:18:25 Step 20/22 : LABEL arch=x86_64 20:18:25 + docker inspect -f . ci-base-image-arm64 20:18:25 . [Pipeline] withDockerContainer 20:18:26 Removing intermediate container 7f0bcc7a4bf6 20:18:26 ---> c4d282495abe 20:18:26 Step 21/21 : LABEL version=0.0.0 20:18:26 ---> Running in 53d4a2e20ccf 20:18:26 ---> Running in defc34be4c54 20:18:26 prd-ubuntu18.04-docker-arm64-4c-16g-31252 does not seem to be running inside a container 20:18:26 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:18:26 ---> Running in 4bf0cd2ff091 20:18:26 Removing intermediate container e077d5075bbe 20:18:26 ---> 9bd0c8cf9782 20:18:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:26 Removing intermediate container 7f240efd17a7 20:18:26 ---> b0b340c1227f 20:18:26 Step 20/22 : LABEL arch=x86_64 20:18:26 ---> Running in 0b9e8af803a6 20:18:26 ---> Running in 2f5140f86e7b 20:18:26 Removing intermediate container defc34be4c54 20:18:26 ---> 7e27d5f812c1 20:18:26 Step 21/22 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:18:26 Removing intermediate container 4bf0cd2ff091 20:18:26 ---> 47e5ffcc0687 20:18:26 20:18:26 ---> Running in a40bffdf7f14 20:18:26 Removing intermediate container 0b9e8af803a6 20:18:26 ---> 142d3f56136a 20:18:26 Step 21/23 : LABEL arch=x86_64 20:18:26 Removing intermediate container 2f5140f86e7b 20:18:26 ---> 20155a2ee6c6 20:18:26 Step 21/22 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:18:27 Successfully built 47e5ffcc0687 20:18:27 Successfully tagged docker-security-proxy-setup-go:latest 20:18:27  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 20:18:27 Removing intermediate container a40bffdf7f14 20:18:27 ---> ee46873d93b7 20:18:27 Step 22/22 : LABEL version=0.0.0 20:18:27 ---> Running in 80db6cb4fdae 20:18:27 ---> Running in af9962b55dac 20:18:27 ---> Running in 8805d3209bd2 20:18:27 Removing intermediate container 80db6cb4fdae 20:18:27 ---> 6e4407539ff4 20:18:27 Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:18:27 $ docker top b6aa714593d51a20a842ff696f06d32297bc2f5d71f7dbd9b646e3c2642d8eab -eo pid,comm 20:18:27 Removing intermediate container af9962b55dac 20:18:27 ---> 6ad0f767f571 20:18:27 Step 22/22 : LABEL version=0.0.0 20:18:27 ---> Running in a9435d633c00 20:18:27 Removing intermediate container 8805d3209bd2 20:18:27 ---> 46da4d14edea 20:18:27 [Pipeline] { 20:18:27 ---> Running in f18895e8720c [Pipeline] echo 20:18:27 ========================================================= 20:18:27 [edgeXBuildGoParallel] Running Tests and Build... 20:18:27 ========================================================= [Pipeline] sh 20:18:28 Successfully built 46da4d14edea 20:18:28 Successfully tagged docker-support-notifications-go:latest 20:18:28  Building docker-support-notifications-go ... done Removing intermediate container a9435d633c00 20:18:28 ---> 02498160c2d7 20:18:28 Step 23/23 : LABEL version=0.0.0 20:18:28 Building docker-core-command-go 20:18:28 Removing intermediate container 53d4a2e20ccf 20:18:28 ---> ae0dce05bec6 20:18:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:28 Removing intermediate container f18895e8720c 20:18:28 ---> 2dca53fa9e38 20:18:28 ---> Running in 77ca063dd3ba 20:18:28 20:18:28 + make test 20:18:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:18:28 Successfully built 2dca53fa9e38 20:18:28 Successfully tagged docker-support-scheduler-go:latest 20:18:28  Building docker-support-scheduler-go ... done Building docker-core-data-go 20:18:28 Removing intermediate container 77ca063dd3ba 20:18:28 ---> 8222c8a1f9b7 20:18:28 20:18:28 ---> 698a104c3b3f 20:18:28 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:18:28 Successfully built 8222c8a1f9b7 20:18:28 Successfully tagged docker-core-metadata-go:latest 20:18:28  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 20:18:32 ---> f82e9ac54c27 20:18:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:18:36 ---> 3f13c3d38e09 20:18:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:18:39 ---> 365ec420d129 20:18:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:18:40 ---> 8708ba604fb3 20:18:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:18:40 ---> Running in d9a16e1a1750 20:18:40 Removing intermediate container d9a16e1a1750 20:18:40 ---> c344224d8f0e 20:18:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:18:40 ---> 356bd9ab6be7 20:18:40 Step 26/31 : RUN chmod +x /entrypoint.sh 20:18:40 ---> Running in abf0e94e8b90 20:18:47 Removing intermediate container abf0e94e8b90 20:18:47 ---> fbdce43d9743 20:18:47 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:18:48 ---> Running in c178943539cd 20:18:49 Removing intermediate container c178943539cd 20:18:49 ---> 9487f0bde86c 20:18:49 Step 28/31 : CMD ["gate"] 20:18:50 ---> Running in a392e0a71b2c 20:18:50 ? github.com/edgexfoundry/edgex-go [no test files] 20:18:54 Removing intermediate container a392e0a71b2c 20:18:54 ---> 05c1938474b1 20:18:54 Step 29/31 : LABEL arch=x86_64 20:18:55 ---> Running in 1e0a8bee277e 20:18:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:18:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:56 ---> 995658f3aafb 20:18:56 Step 3/24 : WORKDIR /edgex-go 20:18:56 ---> Using cache 20:18:56 ---> 61d5fb0a83d8 20:18:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:56 ---> Using cache 20:18:56 ---> 6fd3977b750c 20:18:56 Step 5/24 : RUN apk add --update --no-cache make git 20:18:56 ---> Using cache 20:18:56 ---> 575369e8f7e9 20:18:56 Step 6/24 : COPY go.mod . 20:18:56 ---> Using cache 20:18:56 ---> ed8ece0f9be4 20:18:56 Step 7/24 : RUN go mod download 20:18:56 ---> Using cache 20:18:56 ---> 6f0f9faba252 20:18:56 Step 8/24 : COPY . . 20:18:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:56 ---> 995658f3aafb 20:18:56 Step 3/23 : WORKDIR /edgex-go 20:18:56 ---> Using cache 20:18:56 ---> 61d5fb0a83d8 20:18:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:56 ---> Using cache 20:18:56 ---> 6fd3977b750c 20:18:56 Step 5/23 : RUN apk add --update --no-cache make git 20:18:56 ---> Using cache 20:18:56 ---> 575369e8f7e9 20:18:56 Step 6/23 : COPY go.mod . 20:18:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Using cache 20:18:56 20:18:56 ---> ed8ece0f9be4 20:18:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:56 ---> 995658f3aafb 20:18:56 Step 3/23 : WORKDIR /edgex-go 20:18:56 ---> Using cache 20:18:56 ---> 61d5fb0a83d8 20:18:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:56 ---> Using cache 20:18:56 ---> 6fd3977b750c 20:18:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:18:56 Step 7/23 : RUN go mod download 20:18:56 ---> Using cache 20:18:56 ---> 6f0f9faba252 20:18:56 Step 8/23 : COPY . . 20:18:56 ---> Using cache 20:18:56 ---> c8f5c5332690 20:18:56 Step 9/23 : RUN make cmd/core-command/core-command 20:18:56 ---> Using cache 20:18:56 ---> c8f5c5332690 20:18:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:18:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:18:56 ---> 995658f3aafb 20:18:56 Step 3/26 : WORKDIR /edgex-go 20:18:56 ---> Using cache 20:18:56 ---> 61d5fb0a83d8 20:18:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:56 ---> Using cache 20:18:56 ---> 6fd3977b750c 20:18:56 Step 5/26 : RUN apk add --update --no-cache make bash git 20:18:57 Removing intermediate container 1e0a8bee277e 20:18:57 ---> 55e49b7e33f2 20:18:57 Step 30/31 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:18:57 ---> Running in 43f7e4904b8a 20:18:57 ---> Running in d5a93b58f101 20:18:57 ---> Running in b4c47ea52027 20:18:57 ---> Running in 303faa61a419 20:18:57 ---> Running in ab6429a460e3 20:18:58 Removing intermediate container ab6429a460e3 20:18:58 ---> 4ab3dbf68420 20:18:58 Step 31/31 : LABEL version=0.0.0 20:18:58 ---> Running in f838b4f60237 20:18:59 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 20:18:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:59 Removing intermediate container f838b4f60237 20:18:59 ---> 5712c4c2273c 20:18:59 20:18:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:18:59 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 20:18:59 Successfully built 5712c4c2273c 20:18:59 Successfully tagged docker-security-bootstrapper-go:latest 20:18:59  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:18:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:19:00 OK: 233 MiB in 51 packages 20:19:00 OK: 233 MiB in 51 packages 20:19:01 Removing intermediate container 43f7e4904b8a 20:19:01 ---> 68a71699bedf 20:19:01 Step 6/23 : COPY go.mod . 20:19:01 Removing intermediate container b4c47ea52027 20:19:01 ---> 5c40dd0b8543 20:19:01 Step 6/26 : COPY go.mod . 20:19:02 ---> af7285da2cf9 20:19:02 Step 7/26 : RUN go mod download 20:19:02 ---> 1302e35037b1 20:19:02 Step 7/23 : RUN go mod download 20:19:02 ---> Running in 9aa20425a641 20:19:02 ---> Running in 32f881d1c898 20:19:07 Removing intermediate container 9aa20425a641 20:19:07 ---> 7d1a324c47ba 20:19:07 Step 8/26 : COPY . . 20:19:07 Removing intermediate container 32f881d1c898 20:19:07 ---> a97e17728953 20:19:07 Step 8/23 : COPY . . 20:19:20 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 20:19:35 Removing intermediate container d5a93b58f101 20:19:35 ---> 4a9ca34888e9 20:19:35 20:19:35 Step 10/24 : FROM alpine:3.12 20:19:35 ---> 88dd2752d2ea 20:19:35 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:19:35 Removing intermediate container 303faa61a419 20:19:35 ---> 6ef769e5f2c1 20:19:35 20:19:35 Step 10/23 : FROM alpine:3.12 20:19:35 ---> 88dd2752d2ea 20:19:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:19:35 ---> Using cache 20:19:35 ---> 7e339632bb7c 20:19:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:19:35 ---> Using cache 20:19:35 ---> f095a79c7410 20:19:35 Step 13/23 : ENV APP_PORT=48082 20:19:35 ---> Running in 5f471a1d6191 20:19:35 ---> Running in 35a37ac023db 20:19:35 ---> e3b6bc33d78a 20:19:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:19:35 ---> 0e014d8aad17 20:19:35 Step 9/23 : RUN make cmd/core-data/core-data 20:19:35 ---> Running in a59f302c07f1 20:19:35 ---> Running in adb9694885e6 20:19:35 Removing intermediate container 35a37ac023db 20:19:35 ---> a2942417d8e9 20:19:35 Step 14/23 : EXPOSE $APP_PORT 20:19:35 ---> Running in b27cac96fd33 20:19:35 Removing intermediate container b27cac96fd33 20:19:35 ---> b58e09dfd0fe 20:19:35 Step 15/23 : WORKDIR / 20:19:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:19:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:19:36 ---> Running in 38fa3e0752c9 20:19:36 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 20:19:36 (1/6) Installing ca-certificates (20191127-r4) 20:19:36 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 20:19:36 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:19:36 (3/6) Installing libcurl (7.69.1-r3) 20:19:36 (4/6) Installing curl (7.69.1-r3) 20:19:36 (5/6) Installing dumb-init (1.2.2-r1) 20:19:36 (6/6) Installing su-exec (0.2-r1) 20:19:36 Executing busybox-1.31.1-r19.trigger 20:19:36 Executing ca-certificates-20191127-r4.trigger 20:19:36 OK: 7 MiB in 20 packages 20:19:36 Removing intermediate container 38fa3e0752c9 20:19:36 ---> 074dbdfe6d6e 20:19:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:19:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:19:37 ---> 8adb95384523 20:19:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:19:38 Removing intermediate container 5f471a1d6191 20:19:38 ---> ee4406de9fdf 20:19:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:19:39 ---> Running in 318e143e86d2 20:19:39 ---> f65a372e36d8 20:19:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:19:39 Removing intermediate container 318e143e86d2 20:19:39 ---> db69ce0cb1e9 20:19:39 Step 13/24 : WORKDIR / 20:19:39 ---> Running in 5c53df21845e 20:19:39 ---> 8df1cd527296 20:19:39 Step 19/23 : ENTRYPOINT ["/core-command"] 20:19:39 ---> Running in 3bd100106cd9 20:19:40 Removing intermediate container 5c53df21845e 20:19:40 ---> 33809df4c153 20:19:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:19:40 Removing intermediate container 3bd100106cd9 20:19:40 ---> bb7c76283d7a 20:19:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:19:40 ---> Running in 52210e57064c 20:19:40 ---> bb23c4c8f8f9 20:19:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:19:41 Removing intermediate container 52210e57064c 20:19:41 ---> 9c8f9c63186e 20:19:41 Step 21/23 : LABEL arch=x86_64 20:19:42 ---> 2d545b071b76 20:19:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:19:42 ---> Running in a24bb152bcbc 20:19:42 ---> 389ea6f89b4d 20:19:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:19:43 Removing intermediate container a24bb152bcbc 20:19:43 ---> d018d5efb9db 20:19:43 Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:19:43 ---> Running in 75bc896847a7 20:19:43 ---> 62e1c6323803 20:19:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:19:44 Removing intermediate container 75bc896847a7 20:19:44 ---> 4e689a82fdde 20:19:44 Step 23/23 : LABEL version=0.0.0 20:19:44 ---> Running in cd09ab7a7b41 20:19:45 Removing intermediate container cd09ab7a7b41 20:19:45 ---> 3e5d72d4d248 20:19:45 20:19:45 ---> ae3de160041a 20:19:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:19:45 Successfully built 3e5d72d4d248 20:19:45 Successfully tagged docker-core-command-go:latest 20:19:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:19:46  Building docker-core-command-go ... done  ---> fbcd81440ded 20:19:46 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/ 20:19:46 ---> Running in afbcbd418430 20:19:48 Removing intermediate container afbcbd418430 20:19:48 ---> 3cd0f09eb014 20:19:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:19:48 ---> Running in 4dbb4b69fe8f 20:19:49 Removing intermediate container 4dbb4b69fe8f 20:19:49 ---> 06254f7ef8bd 20:19:49 Step 22/24 : LABEL arch=x86_64 20:19:49 ---> Running in afa76a83f0c4 20:19:49 Removing intermediate container afa76a83f0c4 20:19:49 ---> dec1b753e2f2 20:19:49 Step 23/24 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:19:49 ---> Running in 38137ff5ed12 20:19:49 Removing intermediate container 38137ff5ed12 20:19:49 ---> 1fc2b25b2fa0 20:19:49 Step 24/24 : LABEL version=0.0.0 20:19:50 ---> Running in 8f75f4904dee 20:19:50 Removing intermediate container 8f75f4904dee 20:19:50 ---> a92d0c4fe795 20:19:50 20:19:50 Successfully built a92d0c4fe795 20:19:50 Successfully tagged docker-security-secretstore-setup-go:latest 20:19:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:19:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:19:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:19:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:19:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:19:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:19:56  Building docker-security-secretstore-setup-go ... done Removing intermediate container a59f302c07f1 20:19:56 ---> 7174744f7049 20:19:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:19:56 ---> Running in f75444100205 20:19:56 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 20:19:57 Removing intermediate container f75444100205 20:19:57 ---> c8747d4a719b 20:19:57 20:19:57 Step 11/26 : FROM docker:20.10.0 20:19:57 20.10.0: Pulling from library/docker 20:19:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:20:00 Removing intermediate container adb9694885e6 20:20:00 ---> 17743191c718 20:20:00 20:20:00 Step 10/23 : FROM alpine:3.12 20:20:00 ---> 88dd2752d2ea 20:20:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:20:00 ---> Running in 0c22e4d2c84f 20:20:00 Removing intermediate container 0c22e4d2c84f 20:20:00 ---> de39e3e948c0 20:20:00 Step 12/23 : ENV APP_PORT=48080 20:20:00 ---> Running in 8ae85e42d234 20:20:01 Removing intermediate container 8ae85e42d234 20:20:01 ---> 5e37254f3779 20:20:01 Step 13/23 : EXPOSE $APP_PORT 20:20:01 ---> Running in 54809b2e7dd0 20:20:01 Removing intermediate container 54809b2e7dd0 20:20:01 ---> 3ead79931a82 20:20:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:01 ---> Running in 5e264f36f970 20:20:03 Removing intermediate container 5e264f36f970 20:20:03 ---> 48e9f907589f 20:20:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:20:03 ---> Running in 95a47289204e 20:20:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:20:05 Status: Downloaded newer image for docker:20.10.0 20:20:05 ---> aefe523efa57 20:20:05 Step 12/26 : RUN apk add --no-cache bash 20:20:05 ---> Running in c898b3680442 20:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:06 (1/6) Installing dumb-init (1.2.2-r1) 20:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:06 (2/6) Installing libgcc (9.3.0-r2) 20:20:06 (3/6) Installing libsodium (1.0.18-r0) 20:20:06 (1/2) Installing readline (8.0.4-r0) 20:20:06 (2/2) Installing bash (5.0.17-r0) 20:20:06 Executing bash-5.0.17-r0.post-install 20:20:06 Executing busybox-1.31.1-r19.trigger 20:20:06 OK: 12 MiB in 22 packages 20:20:06 (4/6) Installing libstdc++ (9.3.0-r2) 20:20:06 (5/6) Installing libzmq (4.3.3-r0) 20:20:06 (6/6) Installing zeromq (4.3.3-r0) 20:20:06 Executing busybox-1.31.1-r19.trigger 20:20:06 OK: 8 MiB in 20 packages 20:20:06 Removing intermediate container c898b3680442 20:20:06 ---> 66003c1ae87c 20:20:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:20:06 ---> Running in ad952e323004 20:20:07 Removing intermediate container ad952e323004 20:20:07 ---> f8f1652ba692 20:20:07 Step 14/26 : ENV APP_PORT=48090 20:20:07 ---> Running in 49098f07a62f 20:20:07 Removing intermediate container 95a47289204e 20:20:07 ---> fe3a660143b0 20:20:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:20:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:20:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:20:07 Removing intermediate container 49098f07a62f 20:20:07 ---> 15ffba4710be 20:20:07 Step 15/26 : EXPOSE $APP_PORT 20:20:07 ---> Running in 24454ddffa48 20:20:07 ---> e79130065c41 20:20:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:20:07 Removing intermediate container 24454ddffa48 20:20:07 ---> 1c1b8a1a239a 20:20:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:20:08 ---> feccd13bb893 20:20:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:20:08 ---> 87bcbe449568 20:20:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:20:08 ---> 6e95f6609f84 20:20:08 Step 19/23 : ENTRYPOINT ["/core-data"] 20:20:08 ---> c5e4e3c99c36 20:20:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:20:08 ---> Running in 995edea83c9d 20:20:08 Removing intermediate container 995edea83c9d 20:20:08 ---> 8de95715a0fa 20:20:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:20:08 ---> Running in 920137a746f7 20:20:08 ---> aa9a0ce013df 20:20:08 Step 19/26 : RUN apk --no-cache add py3-pip 20:20:08 ---> Running in b6b23cd60bbe 20:20:09 Removing intermediate container 920137a746f7 20:20:09 ---> 0ebce695d336 20:20:09 Step 21/23 : LABEL arch=x86_64 20:20:09 ---> Running in ec582a01ba36 20:20:09 Removing intermediate container ec582a01ba36 20:20:09 ---> d91cc62202b8 20:20:09 Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:20:09 ---> Running in 0eeeaedea1d8 20:20:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:09 Removing intermediate container 0eeeaedea1d8 20:20:09 ---> f1a6fb124d5e 20:20:09 Step 23/23 : LABEL version=0.0.0 20:20:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:09 ---> Running in 706f3bc773a1 20:20:09 (1/33) Installing libbz2 (1.0.8-r1) 20:20:09 (2/33) Installing expat (2.2.9-r1) 20:20:09 (3/33) Installing libffi (3.3-r2) 20:20:09 (4/33) Installing gdbm (1.13-r1) 20:20:09 (5/33) Installing xz-libs (5.2.5-r0) 20:20:09 (6/33) Installing sqlite-libs (3.32.1-r0) 20:20:09 (7/33) Installing python3 (3.8.8-r0) 20:20:09 Removing intermediate container 706f3bc773a1 20:20:09 ---> b24d424eed64 20:20:09 20:20:09 Successfully built b24d424eed64 20:20:10 Successfully tagged docker-core-data-go:latest 20:20:10  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 20:20:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:20:10 (10/33) Installing py3-parsing (2.4.7-r0) 20:20:10 (11/33) Installing py3-six (1.15.0-r0) 20:20:10 (12/33) Installing py3-packaging (20.4-r0) 20:20:10 (13/33) Installing py3-setuptools (47.0.0-r0) 20:20:10 (14/33) Installing py3-chardet (3.0.4-r4) 20:20:11 (15/33) Installing py3-idna (2.9-r0) 20:20:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:20:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:20:11 (18/33) Installing py3-requests (2.23.0-r0) 20:20:11 (19/33) Installing py3-msgpack (1.0.0-r0) 20:20:11 (20/33) Installing py3-lockfile (0.12.2-r3) 20:20:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:20:11 (22/33) Installing py3-colorama (0.4.3-r0) 20:20:11 (23/33) Installing py3-distlib (0.3.0-r0) 20:20:11 (24/33) Installing py3-distro (1.5.0-r1) 20:20:11 (25/33) Installing py3-webencodings (0.5.1-r3) 20:20:11 (26/33) Installing py3-html5lib (1.0.1-r4) 20:20:11 (27/33) Installing py3-pytoml (0.1.21-r0) 20:20:11 (28/33) Installing py3-pep517 (0.8.2-r0) 20:20:11 (29/33) Installing py3-progress (1.5-r0) 20:20:11 (30/33) Installing py3-toml (0.10.1-r0) 20:20:11 (31/33) Installing py3-retrying (1.3.3-r0) 20:20:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:20:11 (33/33) Installing py3-pip (20.1.1-r0) 20:20:11 Executing busybox-1.31.1-r19.trigger 20:20:11 OK: 71 MiB in 55 packages 20:20:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.369s coverage: 45.9% of statements 20:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:20:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.139s coverage: 19.8% of statements 20:20:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.265s coverage: 100.0% of statements 20:20:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.533s coverage: 27.1% of statements 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:20:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:20:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:20:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.220s coverage: 71.3% of statements 20:20:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:20:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:20:21 Removing intermediate container b6b23cd60bbe 20:20:21 ---> a22bc9505479 20:20:21 Step 20/26 : RUN pip install docker-compose==1.23.2 20:20:21 ---> Running in 9d02ac677559 20:20:21 Collecting docker-compose==1.23.2 20:20:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:20:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:20:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:20:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.591s coverage: 82.9% of statements 20:20:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:20:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:20:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.137s coverage: 78.9% of statements 20:20:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:20:22 Collecting jsonschema<3,>=2.5.1 20:20:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:20:22 Collecting websocket-client<1.0,>=0.32.0 20:20:22 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:20:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:20:22 Collecting docopt<0.7,>=0.6.1 20:20:22 Downloading docopt-0.6.2.tar.gz (25 kB) 20:20:23 Collecting PyYAML<4,>=3.10 20:20:23 Downloading PyYAML-3.13.tar.gz (270 kB) 20:20:24 Collecting docker<4.0,>=3.6.0 20:20:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:20:24 Collecting cached-property<2,>=1.2.0 20:20:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:20:24 Collecting dockerpty<0.5,>=0.4.1 20:20:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:20:25 Collecting texttable<0.10,>=0.9.0 20:20:25 Downloading texttable-0.9.1.tar.gz (11 kB) 20:20:25 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) 20:20:25 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) 20:20:25 Collecting idna<2.8,>=2.5 20:20:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:20:25 Collecting urllib3<1.25,>=1.21.1 20:20:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:20:25 Collecting docker-pycreds>=0.4.0 20:20:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:20:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:20:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:20:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:20:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:20:25 Installing collected packages: idna, urllib3, requests, jsonschema, websocket-client, docopt, PyYAML, docker-pycreds, docker, cached-property, dockerpty, texttable, docker-compose 20:20:25 Attempting uninstall: idna 20:20:25 Found existing installation: idna 2.9 20:20:25 Uninstalling idna-2.9: 20:20:25 Successfully uninstalled idna-2.9 20:20:26 Attempting uninstall: urllib3 20:20:26 Found existing installation: urllib3 1.25.9 20:20:26 Uninstalling urllib3-1.25.9: 20:20:26 Successfully uninstalled urllib3-1.25.9 20:20:26 Attempting uninstall: requests 20:20:26 Found existing installation: requests 2.23.0 20:20:26 Uninstalling requests-2.23.0: 20:20:26 Successfully uninstalled requests-2.23.0 20:20:26 Running setup.py install for docopt: started 20:20:27 Running setup.py install for docopt: finished with status 'done' 20:20:27 Running setup.py install for PyYAML: started 20:20:27 Running setup.py install for PyYAML: finished with status 'done' 20:20:28 Running setup.py install for dockerpty: started 20:20:28 Running setup.py install for dockerpty: finished with status 'done' 20:20:28 Running setup.py install for texttable: started 20:20:28 Running setup.py install for texttable: finished with status 'done' 20:20:29 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 20:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.088s coverage: 28.6% of statements 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.352s coverage: 97.5% of statements 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:20:33 Removing intermediate container 9d02ac677559 20:20:33 ---> 07533afef0f9 20:20:33 Step 21/26 : RUN apk --no-cache add curl 20:20:33 ---> Running in ca6b7a46a818 20:20:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:20:33 (2/3) Installing libcurl (7.69.1-r3) 20:20:33 (3/3) Installing curl (7.69.1-r3) 20:20:33 Executing busybox-1.31.1-r19.trigger 20:20:33 OK: 72 MiB in 58 packages 20:20:34 Removing intermediate container ca6b7a46a818 20:20:34 ---> ef4c186f7526 20:20:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:20:34 ---> Running in 21bcd392f22a 20:20:34 Removing intermediate container 21bcd392f22a 20:20:34 ---> 2a7b5855660c 20:20:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:20:34 ---> Running in 7ca1bd09b73e 20:20:34 Removing intermediate container 7ca1bd09b73e 20:20:34 ---> 82fcd6c1f5d8 20:20:34 Step 24/26 : LABEL arch=x86_64 20:20:34 ---> Running in 7c230619558a 20:20:35 Removing intermediate container 7c230619558a 20:20:35 ---> b2f1e1653554 20:20:35 Step 25/26 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:20:35 ---> Running in e12a833d5a35 20:20:35 Removing intermediate container e12a833d5a35 20:20:35 ---> aef1cb5fba56 20:20:35 Step 26/26 : LABEL version=0.0.0 20:20:35 ---> Running in 5bc240d43a15 20:20:35 Removing intermediate container 5bc240d43a15 20:20:35 ---> f074a8f80f40 20:20:35 20:20:35 Successfully built f074a8f80f40 20:20:35 Successfully tagged docker-sys-mgmt-agent-go:latest 20:20:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:20:36 $ docker stop --time=1 a18d13cb783a8f02c8bb0514d3b78894efdcae60cf488c53bca60ec55fadcfbf 20:20:37 $ docker rm -f a18d13cb783a8f02c8bb0514d3b78894efdcae60cf488c53bca60ec55fadcfbf [Pipeline] // withDockerContainer [Pipeline] sh 20:20:38 + docker images 20:20:38 + grep docker 20:20:38 docker-sys-mgmt-agent-go latest f074a8f80f40 3 seconds ago 313MB 20:20:38 docker-core-data-go latest b24d424eed64 29 seconds ago 22.6MB 20:20:38 docker-security-secretstore-setup-go latest a92d0c4fe795 48 seconds ago 25MB 20:20:38 docker-core-command-go latest 3e5d72d4d248 54 seconds ago 17.3MB 20:20:38 docker-security-bootstrapper-go latest 5712c4c2273c About a minute ago 18.8MB 20:20:38 docker-core-metadata-go latest 8222c8a1f9b7 2 minutes ago 19.1MB 20:20:38 docker-support-scheduler-go latest 2dca53fa9e38 2 minutes ago 17.3MB 20:20:38 docker-support-notifications-go latest 46da4d14edea 2 minutes ago 17.9MB 20:20:38 docker-security-proxy-setup-go latest 47e5ffcc0687 2 minutes ago 24.7MB 20:20:38 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 20:20:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.157s coverage: 92.8% of statements 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:20:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:20:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.381s coverage: 0.1% of statements 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:20:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:20:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.112s coverage: 47.1% of statements 20:20:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.104s coverage: 79.5% of statements 20:20:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 20:20:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 20:20:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements 20:20:54 Still waiting to schedule task 20:20:54 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 20:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 20:20:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.449s coverage: 82.6% of statements 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.140s coverage: 92.9% of statements 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.162s coverage: 84.6% of statements 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.6% of statements 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 64.4% of statements 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 20:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 20:21:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 20:21:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.860s coverage: 69.0% of statements 20:21:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:21:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:21:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:21:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 38.4% of statements 20:21:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:21:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:21:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.129s coverage: 89.5% of statements 20:21:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:21:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 20:21:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:21:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:21:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:21:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.468s coverage: 87.1% of statements 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:21:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:21:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.322s coverage: 29.1% of statements 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:21:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:21:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:21:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.204s coverage: 94.0% of statements 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:21:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:21:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:21:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:21:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:21:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 20:21:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 20:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 20:21:31 GO111MODULE=on go vet ./... 20:21:45 Running on prd-ubuntu18.04-docker-8c-8g-31257 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 20:21:45 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 20:21:47 using credential edgex-jenkins-ssh 20:21:47 Cloning the remote Git repository 20:21:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:21:47 > git init /w/workspace/edgex-go/13 # timeout=10 20:21:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:21:47 > git --version # timeout=10 20:21:47 > git --version # 'git version 2.17.1' 20:21:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:21:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:21:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:21:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:21:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:21:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:21:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:21:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:21:55 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 0985e83305c99a04a71341bacb45d6368e282c63 20:21:55 Merge succeeded, producing 0985e83305c99a04a71341bacb45d6368e282c63 20:21:55 Checking out Revision 0985e83305c99a04a71341bacb45d6368e282c63 (PR-3241) 20:21:55 > git config core.sparsecheckout # timeout=10 20:21:55 > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 20:21:55 > git remote # timeout=10 20:21:55 > git config --get remote.origin.url # timeout=10 20:21:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:21:55 > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 20:21:55 > git rev-parse HEAD^{commit} # timeout=10 20:21:55 > git config core.sparsecheckout # timeout=10 20:21:55 > git checkout -f 0985e83305c99a04a71341bacb45d6368e282c63 # timeout=10 20:21:59 Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:22:00 + echo snap-build.sh 20:22:00 snap-build.sh 20:22:00 + SNAP_BASE_DIR=. 20:22:00 + '[' '!' -z /w/workspace/edgex-go/13 ']' 20:22:00 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 20:22:00 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 20:22:00 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 20:22:00 + cd /w/workspace/edgex-go/13 20:22:00 + sudo apt-get remove -qy --purge lxd lxd-client 20:22:00 Reading package lists... 20:22:00 Building dependency tree... 20:22:00 Reading state information... 20:22:00 The following packages were automatically installed and are no longer required: 20:22:00 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:22:00 uidmap xdelta3 20:22:00 Use 'sudo apt autoremove' to remove them. 20:22:00 The following packages will be REMOVED: 20:22:00 lxd* lxd-client* 20:22:01 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:22:01 After this operation, 31.7 MB disk space will be freed. 20:22:02 (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.) 20:22:02 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:22:03 Removing lxd dnsmasq configuration 20:22:03 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:22:04 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:22:04 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:22:04 (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.) 20:22:04 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:22:06 Processing triggers for systemd (237-3ubuntu10.42) ... 20:22:06 Processing triggers for ureadahead (0.100.0-21) ... 20:22:08 + sudo snap remove --purge lxd 20:22:08 snap "lxd" is not installed 20:22:08 + sudo groupadd --force --system lxd 20:22:08 ++ whoami 20:22:08 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:22:08 + newgrp - lxd 20:22:08 + sudo snap install lxd 20:22:18 2021-03-24T20:22:15Z INFO Waiting for automatic snapd restart... 20:22:33 lxd 4.12 from Canonical* installed 20:22:33 + sudo lxd init --auto 20:22:41 + sudo snap install --classic snapcraft 20:22:47 snapcraft 4.5.4 from Canonical* installed 20:22:47 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:22:47 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:22:47 % Total % Received % Xferd Average Speed Time Time Time Current 20:22:47 Dload Upload Total Spent Left Speed 20:22:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4152 0 --:--:-- --:--:-- --:--:-- 4152 20:22:47 100 3325k 100 3325k 0 0 9419k 0 --:--:-- --:--:-- --:--:-- 9419k 20:22:47 ./yq_linux_amd64 20:22:47 + sudo snapcraft prime --use-lxd 20:22:49 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:22:49 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: 20:22:49 - README.md 20:22:49 20:22:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:22:50 Launching a container. 20:22:53 gofmt -l . 20:22:53 [ "`gofmt -l .`" = "" ] 20:22:53 ./bin/test-go-mod-tidy.sh 20:22:53 ./bin/test-attribution-txt.sh [Pipeline] sh 20:22:55 + ls -al . 20:22:55 total 804 20:22:55 drwxrwxr-x 9 1001 1001 4096 Mar 24 20:22 . 20:22:55 drwxr-xr-x 4 root root 4096 Mar 24 20:18 .. 20:22:55 -rw-rw-r-- 1 1001 1001 11 Mar 24 20:16 .dockerignore 20:22:55 drwxrwxr-x 8 1001 1001 4096 Mar 24 20:17 .git 20:22:55 drwxrwxr-x 3 1001 1001 4096 Mar 24 20:16 .github 20:22:55 -rw-rw-r-- 1 1001 1001 818 Mar 24 20:16 .gitignore 20:22:55 -rw-rw-r-- 1 1001 1001 166 Mar 24 20:16 .sonarcloud.properties 20:22:55 -rw-rw-r-- 1 1001 1001 8607 Mar 24 20:16 Attribution.txt 20:22:55 -rw-rw-r-- 1 1001 1001 3804 Mar 24 20:16 CONTRIBUTING.md 20:22:55 -rw-rw-r-- 1 1001 1001 931 Mar 24 20:16 Dockerfile.build 20:22:55 -rw-rw-r-- 1 1001 1001 863 Mar 24 20:16 Jenkinsfile 20:22:55 -rw-rw-r-- 1 1001 1001 10775 Mar 24 20:16 LICENSE 20:22:55 -rw-rw-r-- 1 1001 1001 5774 Mar 24 20:16 Makefile 20:22:55 -rw-rw-r-- 1 1001 1001 6548 Mar 24 20:16 README.md 20:22:55 -rw-rw-r-- 1 1001 1001 6755 Mar 24 20:16 SECURITY.md 20:22:55 -rw-rw-r-- 1 1001 1001 5 Mar 24 20:12 VERSION 20:22:55 -rw-rw-r-- 1 1001 1001 4131 Mar 24 20:16 ZMQWindows.md 20:22:55 drwxrwxr-x 2 1001 1001 4096 Mar 24 20:16 bin 20:22:55 drwxrwxr-x 14 1001 1001 4096 Mar 24 20:16 cmd 20:22:55 -rw-r--r-- 1 root root 666600 Mar 24 20:21 coverage.out 20:22:55 -rw-r--r-- 1 root root 1056 Mar 24 20:22 go.mod 20:22:55 -rw-r--r-- 1 root root 22211 Mar 24 20:22 go.sum 20:22:55 drwxrwxr-x 8 1001 1001 4096 Mar 24 20:16 internal 20:22:55 drwxrwxr-x 4 1001 1001 4096 Mar 24 20:16 openapi 20:22:55 drwxrwxr-x 4 1001 1001 4096 Mar 24 20:16 snap 20:22:55 -rw-rw-r-- 1 1001 1001 168 Mar 24 20:16 version.go [Pipeline] sh 20:22:56 + '[' -e coverage.out ] 20:22:56 + chown 1001:1001 coverage.out [Pipeline] stash 20:22:56 Warning: overwriting stash ‘coverage-report’ 20:22:57 Stashed 1 file(s) [Pipeline] sh 20:22:58 + make build 20:22:58 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 20:23:02 Waiting for container to be ready 20:23:02 To start your first instance, try: lxc launch ubuntu:18.04 20:23:02 20:23:07 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:23:07 Waiting for network to be ready... 20:23:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:23:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] 20:23:07 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:23:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] 20:23:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:23:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:23:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] 20:23:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] 20:23:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] 20:23:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:23:08 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 20:23:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:23:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:23:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:23:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:23:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:23:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:23:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:23:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:23:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:23:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] 20:23:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] 20:23:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:23:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:23:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] 20:23:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] 20:23:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] 20:23:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 20:23:12 Fetched 24.2 MB in 5s (4701 kB/s) 20:23:14 Reading package lists... 20:23:14 Reading package lists... 20:23:14 Building dependency tree... 20:23:14 Reading state information... 20:23:14 The following additional packages will be installed: 20:23:14 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:23:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:23:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:23:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:23:14 Suggested packages: 20:23:14 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:23:14 Recommended packages: 20:23:14 gnupg libsasl2-modules 20:23:14 The following NEW packages will be installed: 20:23:14 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:23:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:23:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:23:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:23:14 The following packages will be upgraded: 20:23:14 gpg gpg-agent gpgconf libudev1 20:23:15 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 20:23:15 Need to get 3530 kB of archives. 20:23:15 After this operation, 13.3 MB of additional disk space will be used. 20:23:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:23:15 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 20:23:15 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] 20:23:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:23:15 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 20:23:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 20:23:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:23:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:23:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:23:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:23:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:23:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:23:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:23:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:23:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:23:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:23:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:23:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:23:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:23:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:23:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:23:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:23:16 debconf: delaying package configuration, since apt-utils is not installed 20:23:16 Fetched 3530 kB in 1s (3105 kB/s) 20:23:16 (Reading database ... 12511 files and directories currently installed.) 20:23:16 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 20:23:16 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:23:16 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 20:23:16 Selecting previously unselected package udev. 20:23:16 (Reading database ... 12511 files and directories currently installed.) 20:23:16 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 20:23:16 Unpacking udev (237-3ubuntu10.45) ... 20:23:16 Selecting previously unselected package libfuse2:amd64. 20:23:16 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:23:16 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:23:17 Selecting previously unselected package fuse. 20:23:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:23:17 Unpacking fuse (2.9.7-1ubuntu1) ... 20:23:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:23:17 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:23:17 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:23:17 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:23:17 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:23:17 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:23:17 Selecting previously unselected package libksba8:amd64. 20:23:17 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:23:17 Unpacking libksba8:amd64 (1.3.5-2) ... 20:23:17 Selecting previously unselected package libroken18-heimdal:amd64. 20:23:17 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:17 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:17 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:23:17 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:17 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:17 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:23:17 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:17 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:17 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:23:17 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:17 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:18 Selecting previously unselected package libwind0-heimdal:amd64. 20:23:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:23:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:18 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:23:18 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:18 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:18 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:23:18 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:18 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:18 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:23:18 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:23:18 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:18 Selecting previously unselected package libsasl2-modules-db:amd64. 20:23:18 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:23:18 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:23:18 Selecting previously unselected package libsasl2-2:amd64. 20:23:18 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:23:18 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:23:18 Selecting previously unselected package libldap-common. 20:23:18 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:23:18 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:23:18 Selecting previously unselected package libldap-2.4-2:amd64. 20:23:18 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:23:18 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:23:18 Selecting previously unselected package dirmngr. 20:23:18 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:23:18 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:23:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:23:19 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:23:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:23:19 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:23:19 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:23:19 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:23:19 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:19 Setting up libksba8:amd64 (1.3.5-2) ... 20:23:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:23:19 Setting up udev (237-3ubuntu10.45) ... 20:23:19 invoke-rc.d: policy-rc.d denied execution of start. 20:23:19 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:19 Processing triggers for systemd (237-3ubuntu10) ... 20:23:19 Setting up fuse (2.9.7-1ubuntu1) ... 20:23:19 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:23:20 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:20 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:20 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:20 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:20 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:20 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:20 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:23:20 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:23:20 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:23:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:23:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:23:21 settings in the [Install] section, and DefaultInstance for template units). 20:23:21 This means they are not meant to be enabled using systemctl. 20:23:21 Possible reasons for having this kind of units are: 20:23:21 1) A unit may be statically enabled by being symlinked from another unit's 20:23:21 .wants/ or .requires/ directory. 20:23:21 2) A unit's purpose may be to act as a helper for some other unit which has 20:23:21 a requirement dependency on it. 20:23:21 3) A unit may be started when needed via activation (socket, path, timer, 20:23:21 D-Bus, udev, scripted systemctl call, ...). 20:23:21 4) In case of template units, the unit is meant to be enabled with some 20:23:21 instance name specified. 20:23:21 Reading package lists... 20:23:21 Building dependency tree... 20:23:21 Reading state information... 20:23:21 The following additional packages will be installed: 20:23:21 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:23:21 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:23:21 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:23:21 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:23:21 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:23:21 Suggested packages: 20:23:21 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:23:21 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:23:21 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:23:21 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:23:21 systemd-container policykit-1 20:23:21 Recommended packages: 20:23:21 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:23:21 The following NEW packages will be installed: 20:23:21 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:23:21 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:23:21 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:23:21 multiarch-support openssh-client python3 python3-minimal python3.6 20:23:21 python3.6-minimal snapd squashfs-tools sudo 20:23:21 The following packages will be upgraded: 20:23:21 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:23:21 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 20:23:21 Need to get 35.2 MB of archives. 20:23:21 After this operation, 141 MB of additional disk space will be used. 20:23:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:23:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:23:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 20:23:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 20:23:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:23:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:23:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:23:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:23:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:23:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:23:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:23:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:23:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:23:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:23:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:23:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:23:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:23:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:23:22 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 20:23:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 20:23:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:23:23 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:23:23 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:23:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:23:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:23:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:23:23 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:23:23 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:23:23 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:23:23 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:23:23 debconf: delaying package configuration, since apt-utils is not installed 20:23:23 Fetched 35.2 MB in 1s (27.1 MB/s) 20:23:23 (Reading database ... 12757 files and directories currently installed.) 20:23:23 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 20:23:23 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:23:24 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 20:23:24 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:23:24 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 20:23:24 (Reading database ... 12757 files and directories currently installed.) 20:23:24 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:23:24 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:23:24 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:23:24 (Reading database ... 12757 files and directories currently installed.) 20:23:24 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:23:24 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:23:24 Setting up apt (1.6.12ubuntu0.2) ... 20:23:24 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:23:25 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:23:25 (Reading database ... 12764 files and directories currently installed.) 20:23:25 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:23:25 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:23:26 Selecting previously unselected package libpython3.6-minimal:amd64. 20:23:26 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:23:26 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:23:26 Selecting previously unselected package libexpat1:amd64. 20:23:26 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:23:26 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:23:26 Selecting previously unselected package python3.6-minimal. 20:23:26 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:23:26 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:23:26 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 20:23:26 Checking for services that may need to be restarted...done. 20:23:26 Checking for services that may need to be restarted...done. 20:23:26 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:23:26 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:23:26 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:23:27 Selecting previously unselected package python3-minimal. 20:23:27 (Reading database ... 13012 files and directories currently installed.) 20:23:27 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:23:27 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:23:27 Selecting previously unselected package mime-support. 20:23:27 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:23:27 Unpacking mime-support (3.60ubuntu1) ... 20:23:27 Selecting previously unselected package libmpdec2:amd64. 20:23:27 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:23:27 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:23:28 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:23:28 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:23:28 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:23:28 Selecting previously unselected package python3.6. 20:23:28 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:23:28 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:23:28 Selecting previously unselected package libpython3-stdlib:amd64. 20:23:28 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:23:28 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:23:28 Setting up python3-minimal (3.6.7-1~18.04) ... 20:23:28 Selecting previously unselected package python3. 20:23:28 (Reading database ... 13442 files and directories currently installed.) 20:23:28 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:23:28 Unpacking python3 (3.6.7-1~18.04) ... 20:23:28 Selecting previously unselected package multiarch-support. 20:23:28 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:23:28 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:23:28 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:23:28 Selecting previously unselected package liblzo2-2:amd64. 20:23:28 (Reading database ... 13479 files and directories currently installed.) 20:23:28 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:23:28 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:23:29 Selecting previously unselected package libbsd0:amd64. 20:23:29 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:23:29 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:23:29 Selecting previously unselected package sudo. 20:23:29 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:23:29 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:23:29 Selecting previously unselected package apparmor. 20:23:29 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:23:29 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:23:29 Selecting previously unselected package libedit2:amd64. 20:23:29 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:23:29 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:23:29 Selecting previously unselected package libkrb5support0:amd64. 20:23:29 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:23:29 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:23:29 Selecting previously unselected package libk5crypto3:amd64. 20:23:29 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:23:29 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:23:29 Selecting previously unselected package libkeyutils1:amd64. 20:23:29 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:23:29 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:23:29 Selecting previously unselected package libkrb5-3:amd64. 20:23:29 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:23:29 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:23:29 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:23:29 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:23:29 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:23:30 Selecting previously unselected package libssl1.0.0:amd64. 20:23:30 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:23:30 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:23:30 Selecting previously unselected package openssh-client. 20:23:30 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:23:30 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:23:30 Selecting previously unselected package squashfs-tools. 20:23:30 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:23:30 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:23:30 Selecting previously unselected package snapd. 20:23:30 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 20:23:30 Unpacking snapd (2.48.3+18.04) ... 20:23:33 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:23:33 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:23:33 Setting up mime-support (3.60ubuntu1) ... 20:23:33 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:23:33 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:23:33 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:23:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:23:33 Setting up systemd (237-3ubuntu10.45) ... 20:23:33 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:23:34 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:23:34 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:23:34 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:23:34 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:23:34 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:23:34 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:23:35 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 20:23:35 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:23:35 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:23:35 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:23:35 Setting up python3 (3.6.7-1~18.04) ... 20:23:35 running python rtupdate hooks for python3.6... 20:23:35 running python post-rtupdate hooks for python3.6... 20:23:35 Setting up apparmor (2.12-4ubuntu5.1) ... 20:23:37 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:23:37 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:23:37 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:23:37 Setting up snapd (2.48.3+18.04) ... 20:23:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:23:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:23:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:23:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:23:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:23:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:23:39 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:23:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:23:39 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:23:39 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:23:39 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:23:40 /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' 20:23:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:23:40 Processing triggers for systemd (237-3ubuntu10.45) ... 20:23:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:23:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:23:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:23:42 Reading package lists... 20:23:43 Reading package lists... 20:23:43 Building dependency tree... 20:23:43 Reading state information... 20:23:43 Calculating upgrade... 20:23:43 The following packages will be upgraded: 20:23:43 advancecomp base-files bash binutils binutils-common 20:23:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:23:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:23:43 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:23:43 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:23:43 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:23:43 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:23:43 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 20:23:43 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 20:23:43 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 20:23:43 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 20:23:43 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 20:23:43 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 20:23:43 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 20:23:43 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:23:43 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:23:43 Need to get 63.8 MB of archives. 20:23:43 After this operation, 5207 kB of additional disk space will be used. 20:23:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:23:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 20:23:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:23:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:23:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:23:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:23:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:23:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:23:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:23:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:23:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:23:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:23:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:23:44 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:23:44 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:23:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:23:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:23:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:23:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:23:44 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:23:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:23:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:23:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:23:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:23:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:23:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:23:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:23:44 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:23:44 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:23:44 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:23:44 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:23:45 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:23:45 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:23:45 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:23:45 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:23:45 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:23:45 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:23:45 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:23:45 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:23:45 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:23:45 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 20:23:45 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:23:45 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:23:45 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:23:45 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:23:45 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:23:45 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:23:45 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:23:45 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:23:45 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:23:45 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:23:45 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:23:45 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:23:45 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:23:45 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:23: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 20:23:45 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:23:45 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:23:45 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:23:45 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:23:45 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:23:45 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:23:45 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:23:45 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:23:45 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:23:45 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:23:45 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:23:45 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:23:45 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:23:45 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:23:45 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:23:45 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:23:45 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:23:45 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:23:45 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:23:45 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 20:23:45 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:23:45 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:23:45 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:23:45 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:23:45 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:23:45 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:23:45 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:23:45 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 20:23:45 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:23:45 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:23:45 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:23:45 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:23:45 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:23:45 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:23:45 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:23:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:23:46 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:23:47 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:23:47 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:23:47 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:23:47 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:23:47 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:23:47 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:23:47 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:23:47 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:23:47 debconf: delaying package configuration, since apt-utils is not installed 20:23:47 Fetched 63.8 MB in 4s (16.5 MB/s) 20:23:47 (Reading database ... 13912 files and directories currently installed.) 20:23:47 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:23:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:23:48 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:23:48 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:23:48 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 20:23:48 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 20:23:49 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:50 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:50 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:23:50 (Reading database ... 13911 files and directories currently installed.) 20:23:50 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:23:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:23:50 (Reading database ... 13911 files and directories currently installed.) 20:23:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:51 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:51 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:51 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:51 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:23:51 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:23:51 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:23:51 (Reading database ... 13911 files and directories currently installed.) 20:23:51 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:23:51 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:23:52 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 20:23:52 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:23:52 (Reading database ... 13911 files and directories currently installed.) 20:23:52 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:23:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:23:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:23:52 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:23:53 Setting up base-files (10.1ubuntu2.10) ... 20:23:53 Installing new version of config file /etc/issue ... 20:23:53 Installing new version of config file /etc/issue.net ... 20:23:53 Installing new version of config file /etc/lsb-release ... 20:23:53 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:23:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:23:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:23:53 Removing obsolete conffile /etc/default/motd-news ... 20:23:53 (Reading database ... 13912 files and directories currently installed.) 20:23:53 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:23:53 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:23:53 Setting up bash (4.4.18-2ubuntu1.2) ... 20:23:53 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 20:23:54 (Reading database ... 13912 files and directories currently installed.) 20:23:54 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:23:54 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:23:54 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:23:54 (Reading database ... 13912 files and directories currently installed.) 20:23:54 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:23:54 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:23:54 Setting up tar (1.29b-2ubuntu0.2) ... 20:23:54 (Reading database ... 13912 files and directories currently installed.) 20:23:54 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:23:54 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:23:54 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:23:54 (Reading database ... 13912 files and directories currently installed.) 20:23:54 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:23:54 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:23:54 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:23:55 (Reading database ... 13912 files and directories currently installed.) 20:23:55 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:23:55 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:23:55 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:23:55 (Reading database ... 13912 files and directories currently installed.) 20:23:55 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:23:55 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:23:55 Setting up grep (3.1-2build1) ... 20:23:55 (Reading database ... 13912 files and directories currently installed.) 20:23:55 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:23:55 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:23:55 Setting up login (1:4.5-1ubuntu2) ... 20:23:55 (Reading database ... 13912 files and directories currently installed.) 20:23:55 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:23:55 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:23:55 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:23:56 (Reading database ... 13912 files and directories currently installed.) 20:23:56 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:23:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:23:56 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:23:56 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:23:56 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:23:56 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:23:57 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:23:57 (Reading database ... 13912 files and directories currently installed.) 20:23:57 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:23:57 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 20:23:57 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:23:58 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:23:58 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:23:58 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:23:59 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:23:59 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:23:59 (Reading database ... 13912 files and directories currently installed.) 20:23:59 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:23:59 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:23:59 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:23:59 (Reading database ... 13912 files and directories currently installed.) 20:23:59 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:23:59 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:23:59 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:23:59 (Reading database ... 13912 files and directories currently installed.) 20:23:59 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:23:59 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:23:59 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:23:59 (Reading database ... 13912 files and directories currently installed.) 20:23:59 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:23:59 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:24:00 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:24:00 (Reading database ... 13912 files and directories currently installed.) 20:24:00 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:24:00 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:24:00 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:24:00 (Reading database ... 13912 files and directories currently installed.) 20:24:00 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:24:00 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:24:00 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:24:00 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:24:00 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:24:00 (Reading database ... 13912 files and directories currently installed.) 20:24:00 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:24:00 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:24:00 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:24:00 (Reading database ... 13912 files and directories currently installed.) 20:24:00 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:24:00 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:24:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:24:01 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:24:01 (Reading database ... 13912 files and directories currently installed.) 20:24:01 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:24:01 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:24:01 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:24:01 (Reading database ... 13912 files and directories currently installed.) 20:24:01 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:24:01 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:24:01 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:24:02 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:24:02 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:24:02 (Reading database ... 13912 files and directories currently installed.) 20:24:02 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:24:02 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:24:02 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:24:03 (Reading database ... 13912 files and directories currently installed.) 20:24:03 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:24:03 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:24:03 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:24:03 (Reading database ... 13914 files and directories currently installed.) 20:24:03 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:24:03 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:24:03 Setting up debconf (1.5.66ubuntu1) ... 20:24:03 (Reading database ... 13914 files and directories currently installed.) 20:24:03 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:24:03 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:24:03 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:24:04 (Reading database ... 13914 files and directories currently installed.) 20:24:04 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:24:04 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:24:04 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:24:04 (Reading database ... 13914 files and directories currently installed.) 20:24:04 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:24:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:24:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:24:04 (Reading database ... 13914 files and directories currently installed.) 20:24:04 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:24:04 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:24:04 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:24:04 (Reading database ... 13914 files and directories currently installed.) 20:24:04 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:24:04 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:24:05 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:24:05 (Reading database ... 13914 files and directories currently installed.) 20:24:05 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:24:05 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:24:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 20:24:05 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:24:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:24:05 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:24:05 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:24:06 (Reading database ... 13914 files and directories currently installed.) 20:24:06 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:24:06 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:24:06 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:24:06 (Reading database ... 13914 files and directories currently installed.) 20:24:06 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:24:06 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:24:06 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:24:06 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 20:24:06 (Reading database ... 13914 files and directories currently installed.) 20:24:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:24:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:24:06 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:24:06 (Reading database ... 13914 files and directories currently installed.) 20:24:06 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:24:07 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:24:07 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:24:07 (Reading database ... 13914 files and directories currently installed.) 20:24:07 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:24:07 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:24:07 Setting up passwd (1:4.5-1ubuntu2) ... 20:24:08 (Reading database ... 13914 files and directories currently installed.) 20:24:08 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:24:08 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:24:08 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:24:08 (Reading database ... 13914 files and directories currently installed.) 20:24:08 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:24:08 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:24:08 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:24:08 (Reading database ... 13914 files and directories currently installed.) 20:24:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:24:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:24:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:24:09 (Reading database ... 13914 files and directories currently installed.) 20:24:09 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:24:09 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:24:09 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:24:09 (Reading database ... 13914 files and directories currently installed.) 20:24:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:24:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:24:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:24:09 (Reading database ... 13914 files and directories currently installed.) 20:24:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:24:09 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:24:09 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:24:09 (Reading database ... 13914 files and directories currently installed.) 20:24:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:24:09 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:24:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:24:10 (Reading database ... 13915 files and directories currently installed.) 20:24:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:24:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:24:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:24:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:24:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:24:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:24:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:24:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:24:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:24:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:24:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:24:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:24:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:24:11 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:24:11 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:24:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:24:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:24:11 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:24:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:24:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:24:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:24:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:24:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:24:11 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:24:11 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:24:12 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:24:12 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:24:13 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:24:13 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:24:13 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:24:13 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:24:14 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:24:14 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:24:14 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:24:14 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:24:14 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:24:14 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:24:14 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:14 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:14 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:14 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:14 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:14 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:14 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:14 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 20:24:16 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:16 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:17 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:17 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:17 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:17 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:18 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:18 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:19 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:24:19 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:24:19 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:24:19 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:24:19 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:24:19 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:24:19 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:24:19 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:24:19 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:24:20 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:24:20 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:24:20 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:24:20 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:24:20 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:24:20 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:24:20 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:24:20 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:24:20 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:24:20 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:24:20 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:24:20 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:24:20 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:24:20 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:24:20 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:24:20 20:24:20 Current default time zone: 'Etc/UTC' 20:24:20 Local time is now: Wed Mar 24 20:24:20 UTC 2021. 20:24:20 Universal Time is now: Wed Mar 24 20:24:20 UTC 2021. 20:24:20 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:24:20 20:24:20 Setting up systemd-sysv (237-3ubuntu10.45) ... 20:24:20 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:24:20 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 20:24:21 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:24:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:24:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:24:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:24:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:24:21 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:24:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:24:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:24:21 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:24:21 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:24:21 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:24:21 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:24:21 Setting up patch (2.7.6-2ubuntu1.1) ... 20:24:21 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:24:21 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:24:21 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 20:24:21 Installing new version of config file /etc/ssl/openssl.cnf ... 20:24:21 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:24:21 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:24:21 Setting up ca-certificates (20210119~18.04.1) ... [Pipeline] } 20:24:23 $ docker stop --time=1 b6aa714593d51a20a842ff696f06d32297bc2f5d71f7dbd9b646e3c2642d8eab 20:24:23 Updating certificates in /etc/ssl/certs... 20:24:24 23 added, 27 removed; done. 20:24:24 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:24:24 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:24:24 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:24:24 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:24:24 Setting up pkgbinarymangler (138.18.04.1) ... 20:24:24 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:24:24 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:24:24 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:24:24 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:24:24 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:24:24 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:24:24 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:24:24 Setting up perl (5.26.1-6ubuntu0.5) ... 20:24:24 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:24:24 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:24:24 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:24:24 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:24:24 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:24:24 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:24:24 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:24:25 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:24:25 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:24:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:24:25 Processing triggers for systemd (237-3ubuntu10.45) ... 20:24:25 Processing triggers for mime-support (3.60ubuntu1) ... 20:24:25 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:24:25 Updating certificates in /etc/ssl/certs... 20:24:25 $ docker rm -f b6aa714593d51a20a842ff696f06d32297bc2f5d71f7dbd9b646e3c2642d8eab 20:24:26 0 added, 0 removed; done. 20:24:26 Running hooks in /etc/ca-certificates/update.d... 20:24:26 done. 20:24:26 Reading package lists... 20:24:26 Building dependency tree... 20:24:26 Reading state information... 20:24:26 The following NEW packages will be installed: 20:24:26 apt-transport-https 20:24:27 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:24:27 Need to get 1696 B of archives. 20:24:27 After this operation, 153 kB of additional disk space will be used. 20:24:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:24:27 debconf: delaying package configuration, since apt-utils is not installed 20:24:27 Fetched 1696 B in 0s (20.7 kB/s) 20:24:27 Selecting previously unselected package apt-transport-https. 20:24:27 (Reading database ... 13920 files and directories currently installed.) 20:24:27 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:24:27 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 20:24:27 Setting up apt-transport-https (1.6.12ubuntu0.2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:27 Waiting for network to be ready... 20:24:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:24:27 20:24:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:24:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:24:28 latest: Pulling from edgex-devops/edgex-compose-arm64 20:24:28 29e5d40040c1: Pulling fs layer 20:24:28 1ce36da41761: Pulling fs layer 20:24:28 25b303627fd3: Pulling fs layer 20:24:28 29e5d40040c1: Verifying Checksum 20:24:28 29e5d40040c1: Download complete 20:24:29 1ce36da41761: Verifying Checksum 20:24:29 1ce36da41761: Download complete 20:24:29 29e5d40040c1: Pull complete 20:24:30 1ce36da41761: Pull complete 20:24:31 25b303627fd3: Verifying Checksum 20:24:31 25b303627fd3: Download complete 20:24:35 2021-03-24T20:24:31Z INFO Waiting for automatic snapd restart... 20:24:35 snapd 2.49.1 from Canonical* installed 20:24:36 "snapd" switched to the "latest/stable" channel 20:24:36 20:24:41 25b303627fd3: Pull complete 20:24:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:24:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:24:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:24:41 core18 20210128 from Canonical* installed 20:24:41 "core18" switched to the "latest/stable" channel 20:24:41 20:24:41 prd-ubuntu18.04-docker-arm64-4c-16g-31252 does not seem to be running inside a container 20:24:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:24:44 $ docker top d5737691e6baeae757f44867b811b72740ae1a4ab6d0f2699282b37bcd963752 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:45 + + docker-composegrep build parallel --help 20:24:45 20:24:47 snapcraft 4.5.4 from Canonical* installed 20:24:47 "snapcraft" switched to the "latest/stable" channel 20:24:47 20:24:50 --parallel Build images in parallel. [Pipeline] } 20:24:50 $ docker stop --time=1 d5737691e6baeae757f44867b811b72740ae1a4ab6d0f2699282b37bcd963752 20:24:51 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: 20:24:51 - README.md 20:24:51 20:24:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:24:52 $ docker rm -f d5737691e6baeae757f44867b811b72740ae1a4ab6d0f2699282b37bcd963752 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:24:53 . [Pipeline] withDockerContainer 20:24:53 prd-ubuntu18.04-docker-arm64-4c-16g-31252 does not seem to be running inside a container 20:24:53 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:24:55 $ docker top 29d2f4d20ec3108bccb4d0689ff779cf267d5f942bdf07a7d01663702ac77b14 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:56 + docker-compose -f ./docker-compose-build.yml build --parallel 20:24:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:24:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:24:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:24:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:24:59 Reading package lists... 20:24:59 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 20:25:01 Building docker-core-command-go ... 20:25:01 Building docker-core-data-go ... 20:25:01 Building docker-core-metadata-go ... 20:25:01 Building docker-security-bootstrapper-go ... 20:25:01 Building docker-security-proxy-setup-go ... 20:25:01 Building docker-security-secretstore-setup-go ... 20:25:01 Building docker-support-notifications-go ... 20:25:01 Building docker-support-scheduler-go ... 20:25:01 Building docker-sys-mgmt-agent-go ... 20:25:01 Building docker-support-notifications-go 20:25:01 Building docker-core-command-go 20:25:01 Building docker-security-proxy-setup-go 20:25:01 Building docker-core-metadata-go 20:25:01 Building docker-security-bootstrapper-go 20:25:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:25:05 Reading package lists... 20:25:05 Building dependency tree... 20:25:05 Reading state information... 20:25:05 Suggested packages: 20:25:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:25:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:25:05 Recommended packages: 20:25:05 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:25:05 The following NEW packages will be installed: 20:25:05 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:25:05 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:25:05 pkg-config zip 20:25:05 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:25:05 Need to get 7657 kB of archives. 20:25:05 After this operation, 43.8 MB of additional disk space will be used. 20:25:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 20:25:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:25:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:25:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:25:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:25:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:25:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:25:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:25:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:25:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:25:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:25:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:25:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:25:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:25:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:25:07 debconf: delaying package configuration, since apt-utils is not installed 20:25:07 Fetched 7657 kB in 1s (5512 kB/s) 20:25:07 Selecting previously unselected package libglib2.0-0:amd64. 20:25:07 (Reading database ... 13924 files and directories currently installed.) 20:25:07 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:25:07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:25:07 Selecting previously unselected package libpsl5:amd64. 20:25:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:25:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:25:08 Selecting previously unselected package libnghttp2-14:amd64. 20:25:08 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:25:08 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:25:08 Selecting previously unselected package librtmp1:amd64. 20:25:08 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:25:08 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:25:08 Selecting previously unselected package libcurl3-gnutls:amd64. 20:25:08 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:25:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:25:08 Selecting previously unselected package liberror-perl. 20:25:08 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:25:08 Unpacking liberror-perl (0.17025-1) ... 20:25:08 Selecting previously unselected package git-man. 20:25:08 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:25:08 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:25:08 Selecting previously unselected package git. 20:25:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:25:08 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:25:09 Selecting previously unselected package libnorm1:amd64. 20:25:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:25:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:25:09 Selecting previously unselected package libpgm-5.2-0:amd64. 20:25:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:25:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:25:09 Selecting previously unselected package libsodium23:amd64. 20:25:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:25:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:25:09 Selecting previously unselected package libzmq5:amd64. 20:25:09 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:25:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:25:09 Selecting previously unselected package libzmq3-dev:amd64. 20:25:09 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:25:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:25:10 Selecting previously unselected package pkg-config. 20:25:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:25:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:25:10 Selecting previously unselected package zip. 20:25:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:25:10 Unpacking zip (3.0-11build1) ... 20:25:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:25:10 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:25:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:25:10 Setting up liberror-perl (0.17025-1) ... 20:25:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:25:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:25:10 No schema files found: doing nothing. 20:25:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:25:10 Setting up zip (3.0-11build1) ... 20:25:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:25:10 Setting up libsodium23:amd64 (1.0.16-2) ... 20:25:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:25:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:25:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:25:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:25:11 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:25:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:25:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:25:17 git set to automatically installed. 20:25:17 git-man set to automatically installed. 20:25:17 libcurl3-gnutls set to automatically installed. 20:25:17 liberror-perl set to automatically installed. 20:25:17 libglib2.0-0 set to automatically installed. 20:25:17 libnghttp2-14 set to automatically installed. 20:25:17 libnorm1 set to automatically installed. 20:25:17 libpgm-5.2-0 set to automatically installed. 20:25:17 libpsl5 set to automatically installed. 20:25:17 librtmp1 set to automatically installed. 20:25:17 libsodium23 set to automatically installed. 20:25:17 libzmq3-dev set to automatically installed. 20:25:17 libzmq5 set to automatically installed. 20:25:17 pkg-config set to automatically installed. 20:25:17 zip set to automatically installed. 20:25:19 snapd is not logged in, snap install commands will use sudo 20:25:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:25:41 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 20:25:42 snapd is not logged in, snap install commands will use sudo 20:25:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:25:48 snap "core18" has no updates available 20:25:49 Pulling go-build-helper 20:25:49 + snapcraftctl pull 20:25:50 'app-service-config' has dependencies that need to be staged: go-build-helper 20:25:50 Skipping pull go-build-helper (already ran) 20:25:50 Building go-build-helper 20:25:50 + snapcraftctl build 20:25:53 Staging go-build-helper 20:25:53 + snapcraftctl stage 20:26:08 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:26:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:26:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] 20:26:08 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:26:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:26:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] 20:26:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:26:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:26:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] 20:26:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] 20:26:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] 20:26:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:26:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:26:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:26:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:26:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:26:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:26:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:26:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:26:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] 20:26:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] 20:26:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:26:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:26:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] 20:26:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] 20:26:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] 20:26:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 20:26:08 Fetched 24.2 MB in 0s (0 B/s) 20:26:08 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:26:08 Fetched 224 kB in 0s (0 B/s) 20:26:08 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:26:08 Fetched 157 kB in 0s (0 B/s) 20:26:08 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:26:08 Fetched 221 kB in 0s (0 B/s) 20:26:08 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:26:08 Fetched 143 kB in 0s (0 B/s) 20:26:08 Pulling app-service-config 20:26:08 + snapcraftctl pull 20:26:08 Cloning into '/root/parts/app-service-config/src'... 20:26:08 Pulling config-common 20:26:08 + snapcraftctl pull 20:26:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:26:10 ---> 9af9baacb164 20:26:10 Step 3/21 : WORKDIR /edgex-go 20:26:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:26:10 ---> 9af9baacb164 20:26:10 Step 3/22 : WORKDIR /edgex-go 20:26:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:10 ---> 9af9baacb164 20:26:10 Step 3/23 : WORKDIR /edgex-go 20:26:10 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:26:10 ---> 9af9baacb164 20:26:10 Step 3/31 : WORKDIR /edgex-go 20:26:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:26:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:10 ---> 9af9baacb164 20:26:10 Step 3/23 : WORKDIR /edgex-go 20:26:12 ---> Running in c70ee6218c5d 20:26:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:26:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:26:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:26:12 Fetched 0 B in 0s (0 B/s) 20:26:12 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:26:12 Fetched 0 B in 0s (0 B/s) 20:26:12 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:26:12 Fetched 0 B in 0s (0 B/s) 20:26:12 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:26:12 Fetched 0 B in 0s (0 B/s) 20:26:12 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:26:12 Fetched 0 B in 0s (0 B/s) 20:26:12 Pulling edgex-go 20:26:12 + snapcraftctl pull 20:26:12 ---> Running in 064a7253f091 20:26:12 ---> Running in 42277ace4034 20:26:12 ---> Running in 89dc23c89ab0 20:26:12 ---> Running in 43ccfa5e7ca5 20:26:13 Removing intermediate container c70ee6218c5d 20:26:13 ---> fde9196a0820 20:26:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:13 Removing intermediate container 43ccfa5e7ca5 20:26:13 ---> 7e3b1be62a5c 20:26:13 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:13 Removing intermediate container 42277ace4034 20:26:13 Removing intermediate container 064a7253f091 20:26:13 ---> 431fe31c973a 20:26:13 ---> 467689582b10 20:26:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:13 Removing intermediate container 89dc23c89ab0 20:26:13 ---> 0d88528fb1cf 20:26:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:13 ---> Running in f5271b94bd57 20:26:13 ---> Running in a2794def1678 20:26:13 ---> Running in 81b5a499a7a6 20:26:13 ---> Running in cd26439f33f4 20:26:13 ---> Running in 21154139f4ce 20:26:17 Removing intermediate container f5271b94bd57 20:26:17 ---> 0815378c61f6 20:26:17 Step 5/23 : RUN apk add --update --no-cache make git 20:26:17 ---> Running in 5c00be1bcc7d 20:26:17 Removing intermediate container cd26439f33f4 20:26:17 ---> 6fe97c96e87d 20:26:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:26:17 ---> Running in 5041718f1f7b 20:26:18 Removing intermediate container a2794def1678 20:26:18 ---> 33a92dc453b5 20:26:18 Step 5/31 : RUN apk add --update --no-cache make git 20:26:18 Removing intermediate container 81b5a499a7a6 20:26:18 ---> 6eff7a882c40 20:26:18 Step 5/21 : RUN apk add --update --no-cache make git 20:26:18 ---> Running in 65ff24e14b49 20:26:18 Removing intermediate container 21154139f4ce 20:26:18 ---> bef8483eb1c5 20:26:18 Step 5/23 : RUN apk add --update --no-cache make git 20:26:18 ---> Running in d87e0b5c8a01 20:26:18 ---> Running in faf91942f4e0 20:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:22 OK: 217 MiB in 51 packages 20:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:23 OK: 217 MiB in 51 packages 20:26:23 OK: 217 MiB in 51 packages 20:26:23 Removing intermediate container 5c00be1bcc7d 20:26:23 ---> e26a30bd12ad 20:26:23 Step 6/23 : COPY go.mod . 20:26:23 OK: 217 MiB in 51 packages 20:26:23 OK: 217 MiB in 51 packages 20:26:24 ---> 5ad8d207d4b5 20:26:24 Step 7/23 : RUN go mod download 20:26:25 ---> Running in f1a2de989e17 20:26:25 Removing intermediate container 5041718f1f7b 20:26:25 ---> c5853546ac56 20:26:25 Step 6/22 : COPY go.mod . 20:26:25 Removing intermediate container 65ff24e14b49 20:26:25 ---> 49a6ec518cca 20:26:25 Step 6/31 : COPY go.mod . 20:26:26 Removing intermediate container faf91942f4e0 20:26:26 ---> fa72346bb7a0 20:26:26 Step 6/23 : COPY go.mod . 20:26:26 Removing intermediate container d87e0b5c8a01 20:26:26 ---> f0dbace60fb2 20:26:26 Step 6/21 : COPY go.mod . 20:26:26 ---> 399bb72d500e 20:26:26 Step 7/22 : RUN go mod download 20:26:26 ---> Running in 5c0b736d818f 20:26:26 ---> aa2b82e96cde 20:26:26 Step 7/31 : RUN go mod download 20:26:27 ---> 17b4ad32864b 20:26:27 Step 7/23 : RUN go mod download 20:26:27 ---> Running in c7baa5540a2b 20:26:27 ---> c06824a58d4f 20:26:27 Step 7/21 : RUN go mod download 20:26:27 ---> Running in 3cf52a47bf26 20:26:27 ---> Running in 8c27310729a5 20:26:29 Removing intermediate container f1a2de989e17 20:26:29 ---> c7e23ea87582 20:26:29 Step 8/23 : COPY . . 20:26:32 Removing intermediate container 5c0b736d818f 20:26:32 ---> 2b74860f1b23 20:26:32 Step 8/22 : COPY . . 20:26:32 Removing intermediate container c7baa5540a2b 20:26:32 ---> c190ea951ec6 20:26:32 Step 8/31 : COPY . . 20:26:34 Removing intermediate container 8c27310729a5 20:26:34 ---> 1df40f78b9df 20:26:34 Step 8/21 : COPY . . 20:26:34 Removing intermediate container 3cf52a47bf26 20:26:34 ---> d79a6367690d 20:26:34 Step 8/23 : COPY . . 20:26:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:26:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:26:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:26:38 Fetched 0 B in 0s (0 B/s) 20:26:38 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:26:38 Fetched 96.5 kB in 0s (0 B/s) 20:26:38 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:26:38 Fetched 279 kB in 0s (0 B/s) 20:26:38 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:26:38 Fetched 122 kB in 0s (0 B/s) 20:26:38 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:26:38 Fetched 77.8 kB in 0s (0 B/s) 20:26:38 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:26:38 Fetched 8848 B in 0s (0 B/s) 20:26:38 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:26:38 Fetched 47.8 kB in 0s (0 B/s) 20:26:38 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:26:38 Fetched 45.6 kB in 0s (0 B/s) 20:26:38 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:26:38 Fetched 15.0 kB in 0s (0 B/s) 20:26:38 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:26:38 Fetched 214 kB in 0s (0 B/s) 20:26:38 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:26:38 Fetched 154 kB in 0s (0 B/s) 20:26:38 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:26:38 Fetched 50.6 kB in 0s (0 B/s) 20:26:38 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:26:38 Fetched 14.8 kB in 0s (0 B/s) 20:26:38 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:26:38 Fetched 41.8 kB in 0s (0 B/s) 20:26:38 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:26:38 Fetched 499 kB in 0s (0 B/s) 20:26:38 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:26:38 Fetched 111 kB in 0s (0 B/s) 20:26:38 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:26:38 Fetched 240 kB in 0s (0 B/s) 20:26:38 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:26:38 Fetched 29.3 kB in 0s (0 B/s) 20:26:38 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:26:38 Fetched 85.5 kB in 0s (0 B/s) 20:26:38 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:26:38 Fetched 24.5 kB in 0s (0 B/s) 20:26:38 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:26:38 Fetched 49.2 kB in 0s (0 B/s) 20:26:38 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:26:38 Fetched 54.2 kB in 0s (0 B/s) 20:26:38 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:26:38 Fetched 30.8 kB in 0s (0 B/s) 20:26:38 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:26:38 Fetched 15.8 kB in 0s (0 B/s) 20:26:38 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:26:38 Fetched 85.9 kB in 0s (0 B/s) 20:26:38 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:26:38 Fetched 8720 B in 0s (0 B/s) 20:26:38 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:26:38 Fetched 137 kB in 0s (0 B/s) 20:26:38 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:26:38 Fetched 119 kB in 0s (0 B/s) 20:26:38 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:26:38 Fetched 109 kB in 0s (0 B/s) 20:26:38 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:26:38 Fetched 11.1 kB in 0s (0 B/s) 20:26:38 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:26:38 Fetched 645 kB in 0s (0 B/s) 20:26:38 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:26:38 Fetched 41.3 kB in 0s (0 B/s) 20:26:38 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:26:38 Fetched 17.9 kB in 0s (0 B/s) 20:26:38 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:26:38 Fetched 368 kB in 0s (0 B/s) 20:26:38 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:26:38 Fetched 187 kB in 0s (0 B/s) 20:26:38 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:26:38 Fetched 175 kB in 0s (0 B/s) 20:26:38 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:26:38 Fetched 206 kB in 0s (0 B/s) 20:26:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 20:26:38 Fetched 1301 kB in 0s (0 B/s) 20:26:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:26:38 Fetched 36.2 kB in 0s (0 B/s) 20:26:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:26:38 Fetched 159 kB in 0s (0 B/s) 20:26:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:26:38 Fetched 107 kB in 0s (0 B/s) 20:26:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:26:38 Fetched 48.7 kB in 0s (0 B/s) 20:26:38 Pulling static-packages 20:26:38 + snapcraftctl pull 20:26:38 Pulling version 20:26:38 + cd /root/project 20:26:38 + [ -f VERSION ] 20:26:38 + PROJECT_VERSION=local-dev 20:26:38 + git rev-parse --short HEAD 20:26:38 + GIT_REVISION=0985e833 20:26:38 + snapcraftctl set-version local-dev 20:26:38 Skipping build go-build-helper (already ran) 20:26:38 Building app-service-config 20:26:38 + make build 20:26:38 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 20:26:39 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 20:26:39 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 20:26:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 20:26:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 20:26:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 20:26:39 go: downloading github.com/go-kit/kit v0.8.0 20:26:39 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 20:26:39 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:26:39 go: downloading github.com/gorilla/mux v1.8.0 20:26:40 go: downloading github.com/BurntSushi/toml v0.3.1 20:26:40 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:26:40 go: downloading github.com/pelletier/go-toml v1.2.0 20:26:40 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 20:26:40 go: downloading github.com/hashicorp/consul/api v1.8.1 20:26:40 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:26:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:26:40 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:26:40 go: downloading github.com/pebbe/zmq4 v1.2.5 20:26:40 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:26:40 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:26:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:26:40 go: downloading github.com/fatih/color v1.9.0 20:26:40 go: downloading github.com/go-playground/universal-translator v0.17.0 20:26:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:26:40 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:26:40 go: downloading github.com/hashicorp/serf v0.9.5 20:26:40 go: downloading github.com/leodido/go-urn v1.2.0 20:26:40 go: downloading github.com/mattn/go-colorable v0.1.6 20:26:40 go: downloading github.com/mitchellh/copystructure v1.0.0 20:26:40 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:26:40 go: downloading github.com/mattn/go-isatty v0.0.12 20:26:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:26:41 go: downloading github.com/go-playground/locales v0.13.0 20:26:41 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:26:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:26:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:26:41 go: downloading github.com/google/uuid v1.2.0 20:26:41 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 20:26:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:26:41 go: downloading github.com/x448/float16 v0.8.4 20:26:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:26:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:26:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:26:53 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 20:26:53 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 20:26:53 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 20:26:53 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 20:26:53 Building config-common 20:26:53 + snapcraftctl build 20:26:56 Building edgex-go 20:26:57 + cd /root/parts/edgex-go/src 20:26:57 + make build 20:26:57 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 20:26:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.55 20:26:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 20:26:57 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:26:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 20:26:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 20:26:57 go: downloading github.com/pkg/errors v0.8.1 20:26:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 20:26:58 go: downloading github.com/imdario/mergo v0.3.12 20:26:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 20:26:58 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 20:26:58 go: downloading github.com/gorilla/websocket v1.4.2 20:26:58 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 20:27:01 ---> 6bbbc1ef47bb 20:27:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:27:01 ---> 177811b22e7f 20:27:01 Step 9/23 : RUN make cmd/core-command/core-command 20:27:01 ---> 31773e5f7829 20:27:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:27:01 ---> 709a4e0141c7 20:27:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:27:01 ---> fb424ecd2f7c 20:27:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:27:01 ---> Running in 4b3d1932cca9 20:27:01 ---> Running in 1ad68c102c34 20:27:01 ---> Running in e4190bdb2441 20:27:01 ---> Running in de22a4a6eecb 20:27:01 ---> Running in 6bb39b4b9e1f 20:27:01 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 20:27: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 20:27:01 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 20:27: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 20:27:01 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 20:27:03 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 20:27:03 go: downloading gopkg.in/yaml.v2 v2.4.0 20:27:09 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 20:27:10 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 20:27:12 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 20:27:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:27:13 go: downloading github.com/stretchr/testify v1.7.0 20:27:13 go: downloading github.com/pmezard/go-difflib v1.0.0 20:27:13 go: downloading github.com/davecgh/go-spew v1.1.1 20:27:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:27:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:27:15 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:27:15 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:27:17 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 20:27:18 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 20:27:18 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 20:27:20 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 20:27:21 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 20:27:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:27:23 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 20:27:23 go: downloading github.com/lib/pq v1.9.0 20:27:26 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:27:26 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:27:26 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:27:26 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:27:26 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:27:26 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:27:26 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:27:26 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:27:26 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:27:26 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:27:26 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:27:26 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:27:26 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:27:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:27:26 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:27:26 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:27:26 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:27:26 + 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 20:27:26 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:27:26 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:27:26 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 20:27:26 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:27:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:27:26 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:27:26 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:27:26 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:27:29 Building static-packages 20:27:29 + snapcraftctl build 20:27:32 Building version 20:27:32 + snapcraftctl build 20:27:34 Skipping stage go-build-helper (already ran) 20:27:34 Staging app-service-config 20:27:34 + snapcraftctl stage 20:27:35 Staging config-common 20:27:35 + snapcraftctl stage 20:27:36 Staging edgex-go 20:27:36 + snapcraftctl stage 20:27:38 Staging static-packages 20:27:38 + snapcraftctl stage 20:27:39 Staging version 20:27:39 + snapcraftctl stage 20:27:40 Priming go-build-helper 20:27:40 + snapcraftctl prime 20:27:41 Priming app-service-config 20:27:41 + snapcraftctl prime 20:27:42 Priming config-common 20:27:42 + snapcraftctl prime 20:27:43 Priming edgex-go 20:27:43 + snapcraftctl prime 20:27:45 Priming static-packages 20:27:45 + snapcraftctl prime 20:27:47 Priming version 20:27:47 + snapcraftctl prime 20:27:49 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:28:38 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 20:28:43 Removing intermediate container 6bb39b4b9e1f 20:28:43 ---> df85004be18f 20:28:43 20:28:43 Step 10/21 : FROM alpine:3.12 20:28:43 3.12: Pulling from library/alpine 20:28:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:28:44 Status: Downloaded newer image for alpine:3.12 20:28:44 ---> d10569e2745f 20:28:44 Step 11/21 : RUN apk add --update --no-cache curl 20:28:45 ---> Running in d85bffe9d8c8 20:28:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:49 (1/4) Installing ca-certificates (20191127-r4) 20:28:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:28:49 (3/4) Installing libcurl (7.69.1-r3) 20:28:49 (4/4) Installing curl (7.69.1-r3) 20:28:49 Executing busybox-1.31.1-r19.trigger 20:28:49 Executing ca-certificates-20191127-r4.trigger 20:28:49 OK: 7 MiB in 18 packages 20:28:51 Removing intermediate container de22a4a6eecb 20:28:51 ---> e815976b4433 20:28:51 20:28:51 Step 10/31 : FROM alpine:3.12 20:28:51 ---> d10569e2745f 20:28:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:28:51 ---> Running in 8d4e41b9d54b 20:28:53 Removing intermediate container 8d4e41b9d54b 20:28:53 ---> 57668dec28ab 20:28:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:28:53 Removing intermediate container d85bffe9d8c8 20:28:53 ---> c767ef15bec5 20:28:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:28:53 ---> Running in 01f0e6694bb9 20:28:53 ---> Running in d79ae3c4efae 20:28:54 Removing intermediate container d79ae3c4efae 20:28:54 ---> d715a4360e4d 20:28:54 Step 13/21 : WORKDIR /edgex 20:28:54 ---> Running in 6e3b62d14cb8 20:28:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:56 Removing intermediate container 6e3b62d14cb8 20:28:56 ---> 540b099f7f7a 20:28:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:28:56 (1/2) Installing dumb-init (1.2.2-r1) 20:28:56 (2/2) Installing su-exec (0.2-r1) 20:28:56 Executing busybox-1.31.1-r19.trigger 20:28:56 OK: 5 MiB in 16 packages 20:28:58 ---> 7a32c8d93e28 20:28:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:28:58 Removing intermediate container 01f0e6694bb9 20:28:58 ---> e1226787748f 20:28:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:28:59 Removing intermediate container 1ad68c102c34 20:28:59 ---> 73e4846b15a0 20:28:59 20:28:59 Step 10/23 : FROM alpine:3.12 20:28:59 ---> d10569e2745f 20:28:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:28:59 ---> Running in 141fbea947fa 20:28:59 ---> Running in 10f044fd5a47 20:29:00 ---> 74167baed35c 20:29:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:29:00 Removing intermediate container 141fbea947fa 20:29:00 ---> a35eabd8fea2 20:29:00 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:29:01 ---> Running in da4fe11ae204 20:29:01 Removing intermediate container 4b3d1932cca9 20:29:01 ---> d989f52ea878 20:29:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:01 20:29:01 Step 10/22 : FROM alpine:3.12 20:29:01 ---> d10569e2745f 20:29:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:29:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:02 ---> aa6fc1de06bd 20:29:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:29:02 ---> Running in 829517d3f263 20:29:02 Removing intermediate container da4fe11ae204 20:29:02 ---> 2a2d18c81764 20:29:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:29:02 (1/1) Installing dumb-init (1.2.2-r1) 20:29:02 Executing busybox-1.31.1-r19.trigger 20:29:02 OK: 5 MiB in 15 packages 20:29:02 ---> Running in 80b4ca11dfd1 20:29:02 ---> Running in 91b7718e0b24 20:29:03 Removing intermediate container 91b7718e0b24 20:29:03 ---> 33a928af4ed1 20:29:03 Step 18/21 : CMD ["--init=true"] 20:29:03 ---> Running in 410e9a010a54 20:29:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:04 Removing intermediate container 10f044fd5a47 20:29:04 ---> f370c477f730 20:29:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:29:04 (1/2) Installing ca-certificates (20191127-r4) 20:29:04 (2/2) Installing dumb-init (1.2.2-r1) 20:29:04 Executing busybox-1.31.1-r19.trigger 20:29:04 Executing ca-certificates-20191127-r4.trigger 20:29:04 Removing intermediate container 410e9a010a54 20:29:04 ---> 07f102897b34 20:29:04 Step 19/21 : LABEL arch=arm64 20:29:05 OK: 6 MiB in 16 packages 20:29:05 ---> Running in 429a298e4280 20:29:05 ---> Running in b2cece478b7e 20:29:06 Removing intermediate container 429a298e4280 20:29:06 ---> 40bcac9b8047 20:29:06 Step 13/23 : ENV APP_PORT=48082 20:29:06 Removing intermediate container 80b4ca11dfd1 20:29:06 ---> 197d4b80bc52 20:29:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:29:06 Removing intermediate container b2cece478b7e 20:29:06 ---> 4afd583233c9 20:29:06 Step 20/21 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:29:06 Removing intermediate container e4190bdb2441 20:29:06 ---> d1948e63d404 20:29:06 20:29:06 Step 10/23 : FROM alpine:3.12 20:29:06 ---> d10569e2745f 20:29:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:29:06 ---> Using cache 20:29:06 ---> f370c477f730 20:29:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:29:06 ---> Using cache 20:29:06 ---> 40bcac9b8047 20:29:06 Step 13/23 : ENV APP_PORT=48081 20:29:06 ---> Running in 329346dab28a 20:29:07 ---> Running in 685e68d25412 20:29:07 ---> Running in eaef1681a228 20:29:07 ---> Running in 3f774008655f 20:29:07 Removing intermediate container 829517d3f263 20:29:07 ---> e7859a52080f 20:29:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:29:07 Removing intermediate container 329346dab28a 20:29:07 ---> a947fdf3b699 20:29:07 Step 14/23 : EXPOSE $APP_PORT 20:29:07 ---> Running in a48ca693db1a 20:29:07 ---> Running in b45f01282c6e 20:29:07 Removing intermediate container eaef1681a228 20:29:07 ---> a3ff7f888606 20:29:07 Step 21/21 : LABEL version=0.0.0 20:29:07 Removing intermediate container 685e68d25412 20:29:07 ---> ee9503c252f9 20:29:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:29:07 Removing intermediate container 3f774008655f 20:29:07 ---> 1d87a857139d 20:29:07 Step 14/23 : EXPOSE $APP_PORT 20:29:08 ---> Running in 0c199f24b13d 20:29:08 ---> Running in 5df6110b4784 20:29:08 Removing intermediate container a48ca693db1a 20:29:08 ---> 648beac7e4d9 20:29:08 Step 13/22 : ENV APP_PORT=48060 20:29:08 Removing intermediate container b45f01282c6e 20:29:08 ---> 36d1b3f16b37 20:29:08 Step 15/23 : WORKDIR / 20:29:08 ---> Running in a447c24190a1 20:29:08 ---> Running in ae48284c07a3 20:29:08 Removing intermediate container 5df6110b4784 20:29:08 ---> c96cf0ddcddd 20:29:08 20:29:09 Removing intermediate container 0c199f24b13d 20:29:09 ---> b60b76c4ba73 20:29:09 Step 15/23 : WORKDIR / 20:29:09 ---> 93d8e5e199c7 20:29:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:29:09 ---> Running in a002b7208d51 20:29:09 Removing intermediate container a447c24190a1 20:29:09 ---> 6d730ba1d95b 20:29:09 Step 14/22 : EXPOSE $APP_PORT 20:29:09 Successfully built c96cf0ddcddd 20:29:09 ---> Running in 3b4bdaf24568 20:29:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:29:09  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 20:29:09 ---> Running in a963502639ba 20:29:09 Removing intermediate container ae48284c07a3 20:29:09 ---> b653e4ed1618 20:29:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:09 Removing intermediate container a002b7208d51 20:29:09 ---> 5a300da33bb2 20:29:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:10 Removing intermediate container a963502639ba 20:29:10 ---> 73087e6591ee 20:29:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:10 ---> 78d5e4bd4e05 20:29:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:29:12 ---> fa594dea1ded 20:29:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:29:12 ---> 197bd60082b0 20:29:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:29:13 ---> 13c00d764297 20:29:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:29:14 ---> 1fe71fd1c76d 20:29:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:29:15 Removing intermediate container 3b4bdaf24568 20:29:15 ---> 6a18767922e0 20:29:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:15 ---> a2627d194c7a 20:29:15 Step 19/23 : ENTRYPOINT ["/core-command"] 20:29:15 ---> eb3e6a3f8043 20:29:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:29:15 ---> 350d617a80f7 20:29:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:29:16 ---> Running in b88ceea3e6e5 20:29:16 ---> Running in 2cf3a5e1acc2 20:29:16 ---> 161f1032c3fd 20:29:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:29:16 Removing intermediate container b88ceea3e6e5 20:29:16 ---> 0df6317da65f 20:29:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:16 Removing intermediate container 2cf3a5e1acc2 20:29:16 ---> 2ae479a20f3f 20:29:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:16 ---> Running in 5d78e7b4d27a 20:29:17 ---> f8b1e28ad4d2 20:29:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:29:17 ---> Running in baaa33340673 20:29:17 ---> Running in 16cae5672117 20:29:17 Removing intermediate container 5d78e7b4d27a 20:29:17 ---> f942cfd4b682 20:29:17 Step 21/23 : LABEL arch=arm64 20:29:18 Removing intermediate container baaa33340673 20:29:18 ---> efea48199514 20:29:18 Step 21/23 : LABEL arch=arm64 20:29:18 Removing intermediate container 16cae5672117 20:29:18 ---> 7bc715d96ce3 20:29:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:18 ---> Running in 7245efd809c5 20:29:18 ---> ac5782b8a254 20:29:18 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:29:18 ---> Running in a7a15341cede 20:29:18 ---> Running in d594d91b7672 20:29:19 Removing intermediate container 7245efd809c5 20:29:19 ---> 0b7ae1db12c5 20:29:19 Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:29:19 ---> Running in 94367cafa8aa 20:29:19 Removing intermediate container d594d91b7672 20:29:19 ---> 64faff20aa8b 20:29:19 Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:29:20 Removing intermediate container a7a15341cede 20:29:20 ---> 912a058bd17d 20:29:20 Step 20/22 : LABEL arch=arm64 20:29:20 ---> Running in c5680c9e277f 20:29:20 ---> 26d58167af09 20:29:20 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:29:20 ---> Running in f242301fbde2 20:29:20 Removing intermediate container 94367cafa8aa 20:29:20 ---> 1e2424780729 20:29:20 Step 23/23 : LABEL version=0.0.0 20:29:21 Removing intermediate container c5680c9e277f 20:29:21 ---> 432db4d592c8 20:29:21 Step 23/23 : LABEL version=0.0.0 20:29:21 ---> Running in 434ee2f3f24a 20:29:21 ---> Running in 4dbafa12a6f7 20:29:21 Removing intermediate container f242301fbde2 20:29:21 ---> 03c9437e0478 20:29:21 Step 21/22 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:29:22 ---> 8dfe4c576bb0 20:29:22 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:29:22 ---> Running in 9f1f571f9877 20:29:22 Removing intermediate container 434ee2f3f24a 20:29:22 ---> d4041f1e47c1 20:29:22 20:29:22 Removing intermediate container 4dbafa12a6f7 20:29:22 ---> e646d2322711 20:29:22 20:29:23 Successfully built d4041f1e47c1 20:29:23 Successfully built e646d2322711 20:29:23 Successfully tagged docker-core-command-go-arm64:latest 20:29:23  Building docker-core-command-go ... done Building docker-support-scheduler-go 20:29:23 ---> eb64adbdf5ed 20:29:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:29:23 Removing intermediate container 9f1f571f9877 20:29:23 ---> 5c592ac25928 20:29:23 Step 22/22 : LABEL version=0.0.0 20:29:23 Successfully tagged docker-core-metadata-go-arm64:latest 20:29:23  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 20:29:24 ---> Running in 9ab2cb9a63af 20:29:24 ---> Running in c6cfe87e92a1 20:29:24 Removing intermediate container 9ab2cb9a63af 20:29:24 ---> 6947a2d2fdd0 20:29:24 20:29:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:29:25 ---> 9af9baacb164 20:29:25 Step 3/24 : WORKDIR /edgex-go 20:29:25 ---> Using cache 20:29:25 ---> 0d88528fb1cf 20:29:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:25 Successfully built 6947a2d2fdd0 20:29:25 ---> Using cache 20:29:25 ---> 6eff7a882c40 20:29:25 Step 5/24 : RUN apk add --update --no-cache make git 20:29:25 ---> Using cache 20:29:25 ---> f0dbace60fb2 20:29:25 Step 6/24 : COPY go.mod . 20:29:25 ---> Using cache 20:29:25 ---> c06824a58d4f 20:29:25 Step 7/24 : RUN go mod download 20:29:25 ---> Using cache 20:29:25 ---> 1df40f78b9df 20:29:25 Step 8/24 : COPY . . 20:29:25 ---> Using cache 20:29:25 ---> fb424ecd2f7c 20:29:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:29:25 Successfully tagged docker-support-notifications-go-arm64:latest 20:29:25  Building docker-support-notifications-go ... done Building docker-core-data-go 20:29:25 Removing intermediate container c6cfe87e92a1 20:29:25 ---> e248c3109fd4 20:29:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:29:25 ---> Running in 81b2d0febd11 20:29:26 ---> 3bb81ba2681e 20:29:26 Step 26/31 : RUN chmod +x /entrypoint.sh 20:29:26 ---> Running in 8d0c2e09f2e7 20:29:27 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 20:29:32 Removing intermediate container 8d0c2e09f2e7 20:29:32 ---> f09282e6b980 20:29:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:29:33 ---> Running in 4ebc437d1c85 20:29:34 Removing intermediate container 4ebc437d1c85 20:29:34 ---> de90850f1ec7 20:29:34 Step 28/31 : CMD ["gate"] 20:29:35 ---> Running in 820e5bdda253 20:29:36 Removing intermediate container 820e5bdda253 20:29:36 ---> 4835e7d3a657 20:29:36 Step 29/31 : LABEL arch=arm64 20:29:37 ---> Running in f7bb0068428d 20:29:38 Removing intermediate container f7bb0068428d 20:29:38 ---> ffca70931467 20:29:38 Step 30/31 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:29:40 ---> Running in f97afd393ade 20:29:40 Removing intermediate container f97afd393ade 20:29:40 ---> 0264bef0274b 20:29:40 Step 31/31 : LABEL version=0.0.0 20:29:41 ---> Running in f433456b1e5b 20:29:42 Removing intermediate container f433456b1e5b 20:29:42 ---> 74c33440d844 20:29:42 20:29:42 Successfully built 74c33440d844 20:29:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:30:05  Building docker-security-bootstrapper-go ... done 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 20:30:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:30:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:30:05 ---> 9af9baacb164 20:30:05 Step 3/26 : WORKDIR /edgex-go 20:30:05 ---> Using cache 20:30:05 ---> 0d88528fb1cf 20:30:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:05 ---> Using cache 20:30:05 ---> 6eff7a882c40 20:30:05 Step 5/26 : RUN apk add --update --no-cache make bash git 20:30:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:30:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:30:05 ---> 9af9baacb164 20:30:05 Step 3/23 : WORKDIR /edgex-go 20:30:05 ---> Using cache 20:30:05 ---> 0d88528fb1cf 20:30:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:05 ---> Using cache 20:30:05 ---> 6eff7a882c40 20:30:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:30:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:30:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:30:05 ---> 9af9baacb164 20:30:05 Step 3/22 : WORKDIR /edgex-go 20:30:05 ---> Using cache 20:30:05 ---> 0d88528fb1cf 20:30:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:05 ---> Using cache 20:30:05 ---> 6eff7a882c40 20:30:05 Step 5/22 : RUN apk add --update --no-cache make git 20:30:05 ---> Using cache 20:30:05 ---> f0dbace60fb2 20:30:05 Step 6/22 : COPY go.mod . 20:30:05 ---> Using cache 20:30:05 ---> c06824a58d4f 20:30:05 Step 7/22 : RUN go mod download 20:30:05 ---> Using cache 20:30:05 ---> 1df40f78b9df 20:30:05 Step 8/22 : COPY . . 20:30:05 ---> Using cache 20:30:05 ---> fb424ecd2f7c 20:30:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:30:08 ---> Running in 83c8184eec80 20:30:08 ---> Running in d7e8a4e527a4 20:30:08 ---> Running in d8471333513b 20:30:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:30:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:11 Removing intermediate container 81b2d0febd11 20:30:11 ---> 6cb1e602d6e5 20:30:11 20:30:11 Step 10/24 : FROM alpine:3.12 20:30:11 ---> d10569e2745f 20:30:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:30:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:11 ---> Running in 2ac5e78f1f10 20:30:12 OK: 217 MiB in 51 packages 20:30:12 OK: 217 MiB in 51 packages 20:30:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:14 Removing intermediate container d7e8a4e527a4 20:30:14 ---> e909f3eeceaa 20:30:14 Step 6/23 : COPY go.mod . 20:30:14 (1/6) Installing ca-certificates (20191127-r4) 20:30:14 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:30:14 (3/6) Installing libcurl (7.69.1-r3) 20:30:14 Removing intermediate container 83c8184eec80 20:30:14 ---> 1f2e5714e11f 20:30:14 Step 6/26 : COPY go.mod . 20:30:14 (4/6) Installing curl (7.69.1-r3) 20:30:14 (5/6) Installing dumb-init (1.2.2-r1) 20:30:14 (6/6) Installing su-exec (0.2-r1) 20:30:14 Executing busybox-1.31.1-r19.trigger 20:30:14 Executing ca-certificates-20191127-r4.trigger 20:30:14 OK: 7 MiB in 20 packages 20:30:15 ---> ace7fb31d9c1 20:30:15 Step 7/23 : RUN go mod download 20:30:16 ---> Running in 1849f94a9c17 20:30:16 ---> 031bde41be17 20:30:16 Step 7/26 : RUN go mod download 20:30:16 ---> Running in 096cad73956a 20:30:18 Removing intermediate container 2ac5e78f1f10 20:30:18 ---> 073c29fddfac 20:30:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:30:18 ---> Running in 77d5c54b0b18 20:30:19 Removing intermediate container 77d5c54b0b18 20:30:19 ---> 7716d47c594b 20:30:19 Step 13/24 : WORKDIR / 20:30:19 ---> Running in dbc9fc0665fd 20:30:20 Removing intermediate container dbc9fc0665fd 20:30:20 ---> 63f63131d36e 20:30:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:30:22 Removing intermediate container 1849f94a9c17 20:30:22 ---> 7f0d1adbc05d 20:30:22 Step 8/23 : COPY . . 20:30:22 Removing intermediate container 096cad73956a 20:30:22 ---> c14d98968a75 20:30:22 Step 8/26 : COPY . . 20:30:22 ---> d11a150de91d 20:30:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:30:25 ---> 1233a2aeeec5 20:30:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:30:29 ---> 90acdfe2a2e3 20:30:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:30:33 ---> f07384c52033 20:30:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:30:36 ---> 9e722424da12 20:30:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:30:38 ---> 5fa9c63995bf 20:30:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:30:38 ---> Running in 58c486c71c82 20:30:44 Removing intermediate container 58c486c71c82 20:30:44 ---> 76950f569cbc 20:30:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:30:44 ---> Running in cb20e2356b7d 20:30:46 Removing intermediate container cb20e2356b7d 20:30:46 ---> e988c912d433 20:30:46 Step 22/24 : LABEL arch=arm64 20:30:47 ---> Running in e28e1bcda99b 20:30:48 Removing intermediate container e28e1bcda99b 20:30:48 ---> 338806e8753a 20:30:48 Step 23/24 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:30:48 ---> Running in e30adf77c64e 20:30:49 Removing intermediate container e30adf77c64e 20:30:49 ---> e2c4f513c542 20:30:49 Step 24/24 : LABEL version=0.0.0 20:30:49 ---> Running in 6537f7577e20 20:30:50 ---> 6c784ffed6e1 20:30:50 Step 9/23 : RUN make cmd/core-data/core-data 20:30:50 ---> Running in 03ca88f28a6e 20:30:50 Removing intermediate container 6537f7577e20 20:30:50 ---> c58c249d48a7 20:30:50 20:30:50 ---> f7b9eb85dd2c 20:30:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:30:51 ---> Running in ee5c0b6cf0e8 20:30:51 Successfully built c58c249d48a7 20:30:51 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:30:52  Building docker-security-secretstore-setup-go ... done 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 20:30:52 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 20:31:02 Removing intermediate container d8471333513b 20:31:02 ---> 8e8d4c916b9e 20:31:02 20:31:02 Step 10/22 : FROM alpine:3.12 20:31:02 ---> d10569e2745f 20:31:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:31:02 ---> Using cache 20:31:02 ---> f370c477f730 20:31:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:31:02 ---> Using cache 20:31:02 ---> 40bcac9b8047 20:31:02 Step 13/22 : ENV APP_PORT=48085 20:31:02 ---> Running in fc731590ed05 20:31:02 Removing intermediate container fc731590ed05 20:31:02 ---> fe8620058a4a 20:31:02 Step 14/22 : EXPOSE $APP_PORT 20:31:02 ---> Running in e42e316c7671 20:31:03 Removing intermediate container e42e316c7671 20:31:03 ---> 5252f671446b 20:31:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:04 ---> 2b262dd48183 20:31:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:31:06 ---> e83c9c321539 20:31:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:31:07 ---> ca110a7331cd 20:31:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:31:07 ---> Running in db658b8fe5e6 20:31:08 Removing intermediate container db658b8fe5e6 20:31:08 ---> c804e3190d03 20:31:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:08 ---> Running in 002f113bfa61 20:31:09 Removing intermediate container 002f113bfa61 20:31:09 ---> bd837d008d94 20:31:09 Step 20/22 : LABEL arch=arm64 20:31:09 ---> Running in 155553dae1f3 20:31:10 Removing intermediate container 155553dae1f3 20:31:10 ---> 79e62a0dc928 20:31:10 Step 21/22 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:31:10 ---> Running in 576760394f7d 20:31:10 Removing intermediate container 576760394f7d 20:31:10 ---> 72ae09e5892f 20:31:10 Step 22/22 : LABEL version=0.0.0 20:31:10 ---> Running in 9e14222c3d96 20:31:11 Removing intermediate container 9e14222c3d96 20:31:11 ---> b8720685a155 20:31:11 20:31:12 Successfully built b8720685a155 20:31:12 Successfully tagged docker-support-scheduler-go-arm64:latest 20:31:44  Building docker-support-scheduler-go ... done Removing intermediate container ee5c0b6cf0e8 20:31:44 ---> 56629f6a17dc 20:31:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:31:44 ---> Running in e5d9df8c3661 20:31: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 20:31:48 Removing intermediate container e5d9df8c3661 20:31:48 ---> bf18e3ffa184 20:31:48 20:31:48 Step 11/26 : FROM docker:20.10.0 20:31:48 20.10.0: Pulling from library/docker 20:31:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:31:59 Status: Downloaded newer image for docker:20.10.0 20:31:59 ---> eeaf43b92773 20:31:59 Step 12/26 : RUN apk add --no-cache bash 20:31:59 Removing intermediate container 03ca88f28a6e 20:31:59 ---> d3430f238dd4 20:31:59 20:31:59 Step 10/23 : FROM alpine:3.12 20:31:59 ---> d10569e2745f 20:31:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:31:59 ---> Running in e279129ac614 20:31:59 ---> Running in cbe61d2b4fbf 20:31:59 Removing intermediate container cbe61d2b4fbf 20:31:59 ---> e5204ba99ca7 20:31:59 Step 12/23 : ENV APP_PORT=48080 20:31:59 ---> Running in d1ac2c43321b 20:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:59 Removing intermediate container d1ac2c43321b 20:31:59 ---> 7e433f2d6ea5 20:31:59 Step 13/23 : EXPOSE $APP_PORT 20:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:59 ---> Running in dc3d85beca60 20:31:59 Removing intermediate container dc3d85beca60 20:31:59 ---> 6d85effcaa18 20:31:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:59 (1/2) Installing readline (8.0.4-r0) 20:31:59 (2/2) Installing bash (5.0.17-r0) 20:31:59 Executing bash-5.0.17-r0.post-install 20:31:59 Executing busybox-1.31.1-r19.trigger 20:31:59 OK: 12 MiB in 22 packages 20:31:59 ---> Running in 0d7733039586 20:32:01 Removing intermediate container e279129ac614 20:32:01 ---> f321aa5e568c 20:32:01 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:32:01 ---> Running in 3099dc27f81e 20:32:01 Removing intermediate container 3099dc27f81e 20:32:01 ---> e5da5e15b453 20:32:01 Step 14/26 : ENV APP_PORT=48090 20:32:01 ---> Running in 3eeedfeefc92 20:32:01 Removing intermediate container 0d7733039586 20:32:01 ---> 81b3716a580d 20:32:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:32:02 ---> Running in 5a884bf6b489 20:32:02 Removing intermediate container 3eeedfeefc92 20:32:02 ---> 47f8d020bde6 20:32:02 Step 15/26 : EXPOSE $APP_PORT 20:32:02 ---> Running in fedcaf880897 20:32:03 Removing intermediate container fedcaf880897 20:32:03 ---> efb1fd40aba6 20:32:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:04 ---> a72455063f6c 20:32:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:32:04 (1/6) Installing dumb-init (1.2.2-r1) 20:32:04 ---> 7a36dd77d352 20:32:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:32:04 (2/6) Installing libgcc (9.3.0-r2) 20:32:05 (3/6) Installing libsodium (1.0.18-r0) 20:32:05 (4/6) Installing libstdc++ (9.3.0-r2) 20:32:05 (5/6) Installing libzmq (4.3.3-r0) 20:32:05 (6/6) Installing zeromq (4.3.3-r0) 20:32:05 ---> 7c2536b96cc9 20:32:05 Step 19/26 : RUN apk --no-cache add py3-pip 20:32:05 Executing busybox-1.31.1-r19.trigger 20:32:05 OK: 8 MiB in 20 packages 20:32:06 ---> Running in 19d0e54a2ce4 20:32:07 Removing intermediate container 5a884bf6b489 20:32:07 ---> 7d83fed1992c 20:32:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:08 (1/33) Installing libbz2 (1.0.8-r1) 20:32:08 (2/33) Installing expat (2.2.9-r1) 20:32:08 (3/33) Installing libffi (3.3-r2) 20:32:08 (4/33) Installing gdbm (1.13-r1) 20:32:08 (5/33) Installing xz-libs (5.2.5-r0) 20:32:08 (6/33) Installing sqlite-libs (3.32.1-r0) 20:32:08 ---> 94cea4e8e278 20:32:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:32:08 (7/33) Installing python3 (3.8.8-r0) 20:32:10 ---> 1e3ad96122de 20:32:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:32:10 (8/33) Installing py3-appdirs (1.4.4-r1) 20:32:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:32:10 (10/33) Installing py3-parsing (2.4.7-r0) 20:32:10 (11/33) Installing py3-six (1.15.0-r0) 20:32:10 (12/33) Installing py3-packaging (20.4-r0) 20:32:10 (13/33) Installing py3-setuptools (47.0.0-r0) 20:32:10 (14/33) Installing py3-chardet (3.0.4-r4) 20:32:10 (15/33) Installing py3-idna (2.9-r0) 20:32:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:32:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:32:10 (18/33) Installing py3-requests (2.23.0-r0) 20:32:10 (19/33) Installing py3-msgpack (1.0.0-r0) 20:32:10 (20/33) Installing py3-lockfile (0.12.2-r3) 20:32:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:32:10 (22/33) Installing py3-colorama (0.4.3-r0) 20:32:10 (23/33) Installing py3-distlib (0.3.0-r0) 20:32:10 (24/33) Installing py3-distro (1.5.0-r1) 20:32:10 (25/33) Installing py3-webencodings (0.5.1-r3) 20:32:10 (26/33) Installing py3-html5lib (1.0.1-r4) 20:32:10 (27/33) Installing py3-pytoml (0.1.21-r0) 20:32:10 (28/33) Installing py3-pep517 (0.8.2-r0) 20:32:10 (29/33) Installing py3-progress (1.5-r0) 20:32:10 (30/33) Installing py3-toml (0.10.1-r0) 20:32:10 (31/33) Installing py3-retrying (1.3.3-r0) 20:32:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:32:10 (33/33) Installing py3-pip (20.1.1-r0) 20:32:10 Executing busybox-1.31.1-r19.trigger 20:32:10 OK: 71 MiB in 55 packages 20:32:10 ---> 1f47654132d7 20:32:10 Step 19/23 : ENTRYPOINT ["/core-data"] 20:32:10 ---> Running in fc930a2d37df 20:32:11 Removing intermediate container fc930a2d37df 20:32:11 ---> 42815948a7ad 20:32:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:11 ---> Running in 621a423b4abf 20:32:12 Removing intermediate container 621a423b4abf 20:32:12 ---> fc8e2b9daeaf 20:32:12 Step 21/23 : LABEL arch=arm64 20:32:12 ---> Running in 9b08ba97edca 20:32:13 Removing intermediate container 9b08ba97edca 20:32:13 ---> 7fe1dd9836b7 20:32:13 Step 22/23 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:32:13 ---> Running in 0e9c774157a1 20:32:13 Removing intermediate container 0e9c774157a1 20:32:13 ---> 6998d2278df7 20:32:13 Step 23/23 : LABEL version=0.0.0 20:32:14 ---> Running in 94975bce4594 20:32:14 Removing intermediate container 94975bce4594 20:32:14 ---> 41dee1b3b383 20:32:14 20:32:15 Successfully built 41dee1b3b383 20:32:15 Successfully tagged docker-core-data-go-arm64:latest 20:32:17  Building docker-core-data-go ... done Removing intermediate container 19d0e54a2ce4 20:32:17 ---> bfe35eaac94d 20:32:17 Step 20/26 : RUN pip install docker-compose==1.23.2 20:32:17 ---> Running in 2c30a2c7bbb9 20:32:21 Collecting docker-compose==1.23.2 20:32:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:32:22 Collecting PyYAML<4,>=3.10 20:32:22 Downloading PyYAML-3.13.tar.gz (270 kB) 20:32:26 Collecting websocket-client<1.0,>=0.32.0 20:32:26 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:32:26 Collecting cached-property<2,>=1.2.0 20:32:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:32:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:32:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:32:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:32:27 Collecting texttable<0.10,>=0.9.0 20:32:27 Downloading texttable-0.9.1.tar.gz (11 kB) 20:32:29 Collecting jsonschema<3,>=2.5.1 20:32:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:32:30 Collecting docker<4.0,>=3.6.0 20:32:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:32:30 Collecting dockerpty<0.5,>=0.4.1 20:32:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:32:32 Collecting docopt<0.7,>=0.6.1 20:32:32 Downloading docopt-0.6.2.tar.gz (25 kB) 20:32:34 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) 20:32:34 Collecting urllib3<1.25,>=1.21.1 20:32:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:32:35 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) 20:32:35 Collecting idna<2.8,>=2.5 20:32:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:32:35 Collecting docker-pycreds>=0.4.0 20:32:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:32:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:32:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:32:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:32:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:32:36 Installing collected packages: PyYAML, websocket-client, cached-property, urllib3, idna, requests, texttable, jsonschema, docker-pycreds, docker, dockerpty, docopt, docker-compose 20:32:36 Running setup.py install for PyYAML: started 20:32:38 Running setup.py install for PyYAML: finished with status 'done' 20:32:38 Attempting uninstall: urllib3 20:32:38 Found existing installation: urllib3 1.25.9 20:32:38 Uninstalling urllib3-1.25.9: 20:32:38 Successfully uninstalled urllib3-1.25.9 20:32:39 Attempting uninstall: idna 20:32:39 Found existing installation: idna 2.9 20:32:39 Uninstalling idna-2.9: 20:32:39 Successfully uninstalled idna-2.9 20:32:40 Attempting uninstall: requests 20:32:40 Found existing installation: requests 2.23.0 20:32:40 Uninstalling requests-2.23.0: 20:32:40 Successfully uninstalled requests-2.23.0 20:32:40 Running setup.py install for texttable: started 20:32:42 Running setup.py install for texttable: finished with status 'done' 20:32:43 Running setup.py install for dockerpty: started 20:32:45 Running setup.py install for dockerpty: finished with status 'done' 20:32:45 Running setup.py install for docopt: started 20:32:47 Running setup.py install for docopt: finished with status 'done' 20:32:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 20:32:52 Removing intermediate container 2c30a2c7bbb9 20:32:52 ---> f5dd5795423a 20:32:52 Step 21/26 : RUN apk --no-cache add curl 20:32:52 ---> Running in b5de88aa5e16 20:32:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:32:53 (2/3) Installing libcurl (7.69.1-r3) 20:32:53 (3/3) Installing curl (7.69.1-r3) 20:32:53 Executing busybox-1.31.1-r19.trigger 20:32:53 OK: 72 MiB in 58 packages 20:32:54 Removing intermediate container b5de88aa5e16 20:32:54 ---> b3a186c527e9 20:32:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:32:54 ---> Running in 90062084da0b 20:32:55 Removing intermediate container 90062084da0b 20:32:55 ---> bfc22f1fe160 20:32:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:55 ---> Running in 6de7eef4f7f7 20:32:55 Removing intermediate container 6de7eef4f7f7 20:32:55 ---> 9328de620f02 20:32:55 Step 24/26 : LABEL arch=arm64 20:32:55 ---> Running in d3ff36e04938 20:32:56 Removing intermediate container d3ff36e04938 20:32:56 ---> 508fa3abb55c 20:32:56 Step 25/26 : LABEL git_sha=0985e83305c99a04a71341bacb45d6368e282c63 20:32:56 ---> Running in 50c499b09454 20:32:57 Removing intermediate container 50c499b09454 20:32:57 ---> 62db299d9b9e 20:32:57 Step 26/26 : LABEL version=0.0.0 20:32:57 ---> Running in 84d44d9af1e3 20:32:57 Removing intermediate container 84d44d9af1e3 20:32:57 ---> 526b5d3df4da 20:32:57 20:32:57 Successfully built 526b5d3df4da 20:32:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:32:58  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:32:58 $ docker stop --time=1 29d2f4d20ec3108bccb4d0689ff779cf267d5f942bdf07a7d01663702ac77b14 20:33:00 $ docker rm -f 29d2f4d20ec3108bccb4d0689ff779cf267d5f942bdf07a7d01663702ac77b14 [Pipeline] // withDockerContainer [Pipeline] sh 20:33:01 + grep docker 20:33:01 + docker images 20:33:01 docker-sys-mgmt-agent-go-arm64 latest 526b5d3df4da 4 seconds ago 300MB 20:33:01 docker-core-data-go-arm64 latest 41dee1b3b383 47 seconds ago 21.3MB 20:33:01 docker-support-scheduler-go-arm64 latest b8720685a155 About a minute ago 16.3MB 20:33:01 docker-security-secretstore-setup-go-arm64 latest c58c249d48a7 2 minutes ago 23.7MB 20:33:01 docker-security-bootstrapper-go-arm64 latest 74c33440d844 3 minutes ago 17.8MB 20:33:01 docker-support-notifications-go-arm64 latest 6947a2d2fdd0 3 minutes ago 16.9MB 20:33:01 docker-core-command-go-arm64 latest d4041f1e47c1 3 minutes ago 16.3MB 20:33:01 docker-core-metadata-go-arm64 latest e646d2322711 3 minutes ago 17.9MB 20:33:01 docker-security-proxy-setup-go-arm64 latest c96cf0ddcddd 3 minutes ago 23.4MB 20:33:01 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 20:33:02 ---> job-cost.sh 20:33:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Q9up 20:33:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:35:18 lf-activate-venv(): INFO: Adding /tmp/venv-Q9up/bin to PATH 20:35:18 INFO: No Stack... 20:35:18 INFO: Retrieving Pricing Info for: lf-standard-4 20:35:18 INFO: Archiving Costs [Pipeline] sh 20:35:18 + + cutcat -d, /w/workspace/edgex-go/13/archives/cost.csv -f6 20:35:18 [Pipeline] lock 20:35:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-13-stack-cost] 20:35:18 Resource [jenkins-edgexfoundry-edgex-go-PR-3241-13-stack-cost] did not exist. Created. 20:35:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:35:19 + echo total: 0.20999999344348907 [Pipeline] stash 20:35:19 Stashed 1 file(s) [Pipeline] } 20:35:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-13-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 20:35:21 provisioning config files... 20:35:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config3547197555234996176tmp [Pipeline] { [Pipeline] sh 20:35:21 + set +x 20:35:21 + curl -s https://codecov.io/bash 20:35:21 + bash -s -- 20:35:22 20:35:22 _____ _ 20:35:22 / ____| | | 20:35:22 | | ___ __| | ___ ___ _____ __ 20:35:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:35:22 | |___| (_) | (_| | __/ (_| (_) \ V / 20:35:22 \_____\___/ \__,_|\___|\___\___/ \_/ 20:35:22 Bash-20210309-2b87ace 20:35:22 20:35:22 20:35:22 ==> git version 2.24.3 found 20:35:22 ==> 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 20:35:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:35:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:35:22 ==> Jenkins CI detected. 20:35:22 project root: . 20:35:22 --> token set from env 20:35:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:35:22 ==> Running gcov in . (disable via -X gcov) 20:35:22 ==> Python coveragepy not found 20:35:22 ==> Searching for coverage reports in: 20:35:22 + . 20:35:22 -> Found 1 reports 20:35:22 ==> Detecting git/mercurial file structure 20:35:22 ==> Reading reports 20:35:22 + ./coverage.out bytes=666600 20:35:22 ==> Appending adjustments 20:35:22 https://docs.codecov.io/docs/fixing-reports 20:35:25 + Found adjustments 20:35:25 ==> Gzipping contents 20:35:25 96K /tmp/codecov.mGBmFE.gz 20:35:25 ==> Uploading reports 20:35:25 url: https://codecov.io 20:35:25 query: branch=PR-3241&commit=0985e83305c99a04a71341bacb45d6368e282c63&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= 20:35:25 -> Pinging Codecov 20:35:25 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3241&commit=0985e83305c99a04a71341bacb45d6368e282c63&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= 20:35:26 -> Uploading to 20:35:26 https://storage.googleapis.com/codecov/v4/raw/2021-03-24/00271124DB129430A58F1EEE437C3FCB/0985e83305c99a04a71341bacb45d6368e282c63/a1e473e5-9cb1-4455-a944-7263397b1b0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T203526Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d18aaae2b7e39c5bbc6fdbf717c58f801ddde19e6517443be628b937ac60975f 20:35:26 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:26 Dload Upload Total Spent Left Speed 20:35:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 96649 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96649 0 0 100 96649 0 156k --:--:-- --:--:-- --:--:-- 156k 20:35:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0985e83305c99a04a71341bacb45d6368e282c63 [Pipeline] } 20:35:26 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 20:35:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:35:29 ---> package-listing.sh 20:35:29 ++ facter osfamily 20:35:29 ++ tr '[:upper:]' '[:lower:]' 20:35:29 + OS_FAMILY=redhat 20:35:29 + workspace=/w/workspace/edgex-go/13 20:35:29 + START_PACKAGES=/tmp/packages_start.txt 20:35:29 + END_PACKAGES=/tmp/packages_end.txt 20:35:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:35:29 + PACKAGES=/tmp/packages_start.txt 20:35:29 + '[' /w/workspace/edgex-go/13 ']' 20:35:29 + PACKAGES=/tmp/packages_end.txt 20:35:29 + case "${OS_FAMILY}" in 20:35:29 + rpm -qa 20:35:29 + sort 20:35:34 + '[' -f /tmp/packages_start.txt ']' 20:35:34 + '[' -f /tmp/packages_end.txt ']' 20:35:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:35:34 + '[' /w/workspace/edgex-go/13 ']' 20:35:34 + mkdir -p /w/workspace/edgex-go/13/archives/ 20:35:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 20:35:34 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:35:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:35:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:35 20:35:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:35:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:36 alpine: Pulling from edgex-lftools-log-publisher 20:35:36 df20fa9351a1: Pulling fs layer 20:35:36 36b3adc4ff6f: Pulling fs layer 20:35:36 8ad3a11d3b57: Pulling fs layer 20:35:36 46f8f816bc3b: Pulling fs layer 20:35:36 93b61091891f: Pulling fs layer 20:35:36 93b9cdb0e59b: Pulling fs layer 20:35:36 5e14af77c1be: Pulling fs layer 20:35:36 01666e4c0597: Pulling fs layer 20:35:36 aa168da1d23b: Pulling fs layer 20:35:36 93b9cdb0e59b: Waiting 20:35:36 5e14af77c1be: Waiting 20:35:36 01666e4c0597: Waiting 20:35:36 46f8f816bc3b: Waiting 20:35:36 93b61091891f: Waiting 20:35:36 aa168da1d23b: Waiting 20:35:36 36b3adc4ff6f: Verifying Checksum 20:35:36 36b3adc4ff6f: Download complete 20:35:36 46f8f816bc3b: Download complete 20:35:36 df20fa9351a1: Download complete 20:35:36 93b9cdb0e59b: Verifying Checksum 20:35:36 93b9cdb0e59b: Download complete 20:35:36 5e14af77c1be: Verifying Checksum 20:35:36 5e14af77c1be: Download complete 20:35:36 01666e4c0597: Verifying Checksum 20:35:36 01666e4c0597: Download complete 20:35:36 93b61091891f: Download complete 20:35:36 df20fa9351a1: Pull complete 20:35:36 36b3adc4ff6f: Pull complete 20:35:36 8ad3a11d3b57: Verifying Checksum 20:35:36 8ad3a11d3b57: Download complete 20:35:37 8ad3a11d3b57: Pull complete 20:35:37 46f8f816bc3b: Pull complete 20:35:38 aa168da1d23b: Verifying Checksum 20:35:38 aa168da1d23b: Download complete 20:35:39 93b61091891f: Pull complete 20:35:39 93b9cdb0e59b: Pull complete 20:35:39 5e14af77c1be: Pull complete 20:35:39 01666e4c0597: Pull complete 20:35:50 aa168da1d23b: Pull complete 20:35:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:35:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:35:50 prd-centos7-docker-4c-2g-31250 does not seem to be running inside a container 20:35:50 $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:35:54 $ docker top a946883820c7f325938f0e441be3c0fe379296a6b66047fc4fa2b022c2db1806 -eo pid,comm [Pipeline] { [Pipeline] sh 20:35:54 + touch /tmp/pre-build-complete [Pipeline] sh 20:35:55 + mkdir -p /var/log/sa [Pipeline] sh 20:35:55 + ls /var/log/sa-host 20:35:55 + sadf -c /var/log/sa-host/sa23 20:35:55 file_magic: OK 20:35:55 HZ: Using current value: 100 20:35:55 file_header: OK 20:35:55 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 20:35:55 Statistics: 20:35:55 Hnuu...uuuununununu... 20:35:55 File successfully converted to sysstat format version 12.2.1 20:35:55 + sadf -c /var/log/sa-host/sa24 20:35:55 file_magic: OK 20:35:55 HZ: Using current value: 100 20:35:55 file_header: OK 20:35:55 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 20:35:55 Statistics: 20:35:55 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... 20:35:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:35:55 provisioning config files... 20:35:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config4869842826672800530tmp [Pipeline] { [Pipeline] echo 20:35:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:35:56 ---> create-netrc.sh [Pipeline] } 20:35:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:35:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:35:56 ---> python-tools-install.sh [Pipeline] echo 20:35:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:35:56 ---> sudo-logs.sh 20:35:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:35:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:35:57 ---> job-cost.sh 20:35:57 lf-activate-venv: SKIPPING 20:35:57 DEBUG: total: 0.20999999344348907 20:35:57 INFO: Retrieving Stack Cost... 20:35:58 INFO: Retrieving Pricing Info for: v1-standard-2 20:35:58 INFO: Archiving Costs [Pipeline] echo 20:35:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:35:58 ---> logs-deploy.sh 20:35:58 lf-activate-venv: SKIPPING 20:35:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/13 20:35:58 INFO: archiving workspace using pattern(s): 20:36:00 Archives upload complete. 20:36:00 INFO: archiving logs to Nexus 20:36:02 ---> uname -a: 20:36:02 Linux prd-centos7-docker-4c-2g-31250.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:36:02 20:36:02 20:36:02 ---> lscpu: 20:36:02 Architecture: x86_64 20:36:02 CPU op-mode(s): 32-bit, 64-bit 20:36:02 Byte Order: Little Endian 20:36:02 Address sizes: 40 bits physical, 48 bits virtual 20:36:02 CPU(s): 4 20:36:02 On-line CPU(s) list: 0-3 20:36:02 Thread(s) per core: 1 20:36:02 Core(s) per socket: 1 20:36:02 Socket(s): 4 20:36:02 NUMA node(s): 1 20:36:02 Vendor ID: GenuineIntel 20:36:02 CPU family: 6 20:36:02 Model: 44 20:36:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:36:02 Stepping: 1 20:36:02 CPU MHz: 2933.438 20:36:02 BogoMIPS: 5866.87 20:36:02 Virtualization: VT-x 20:36:02 Hypervisor vendor: KVM 20:36:02 Virtualization type: full 20:36:02 L1d cache: 128 KiB 20:36:02 L1i cache: 128 KiB 20:36:02 L2 cache: 16 MiB 20:36:02 L3 cache: 64 MiB 20:36:02 NUMA node0 CPU(s): 0-3 20:36:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:36:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:36:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:36:02 Vulnerability Meltdown: Mitigation; PTI 20:36:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:36:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:36:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:36:02 Vulnerability Srbds: Not affected 20:36:02 Vulnerability Tsx async abort: Not affected 20:36:02 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 20:36:02 20:36:02 20:36:02 ---> nproc: 20:36:02 4 20:36:02 20:36:02 20:36:02 ---> df -h: 20:36:02 Filesystem Size Used Available Use% Mounted on 20:36:02 overlay 50.0G 12.2G 37.8G 24% / 20:36:02 tmpfs 64.0M 0 64.0M 0% /dev 20:36:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:36:02 shm 64.0M 0 64.0M 0% /dev/shm 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/13 20:36:02 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/13@tmp 20:36:02 20:36:02 20:36:02 ---> free -m: 20:36:02 total used free shared buff/cache available 20:36:02 Mem: 1837 718 209 0 909 1036 20:36:02 Swap: 1023 71 952 20:36:02 20:36:02 20:36:02 ---> ip addr: 20:36:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:36:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:36:02 inet 127.0.0.1/8 scope host lo 20:36:02 valid_lft forever preferred_lft forever 20:36:02 inet6 ::1/128 scope host 20:36:02 valid_lft forever preferred_lft forever 20:36:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:36:02 link/ether fa:16:3e:67:68:94 brd ff:ff:ff:ff:ff:ff 20:36:02 inet 10.30.123.90/23 brd 10.30.123.255 scope global dynamic eth0 20:36:02 valid_lft 84889sec preferred_lft 84889sec 20:36:02 inet6 fe80::f816:3eff:fe67:6894/64 scope link 20:36:02 valid_lft forever preferred_lft forever 20:36:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:36:02 link/ether 02:42:32:16:25:8a brd ff:ff:ff:ff:ff:ff 20:36:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:36:02 valid_lft forever preferred_lft forever 20:36:02 inet6 fe80::42:32ff:fe16:258a/64 scope link 20:36:02 valid_lft forever preferred_lft forever 20:36:02 20:36:02 20:36:02 ---> sar -b -r -n DEV: 20:36:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 20:36:02 20:36:02 20:10:39 LINUX RESTART (4 CPU) 20:36:02 20:36:02 20:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:36:02 20:12:01 143.02 50.34 92.68 0.00 8346.70 39952.30 0.00 20:36:02 20:13:01 229.07 111.01 118.05 0.00 7642.86 49111.60 0.00 20:36:02 20:14:01 246.23 89.59 156.63 0.00 3122.31 19238.93 0.00 20:36:02 20:15:02 128.97 53.81 75.17 0.00 1983.45 8434.12 0.00 20:36:02 20:16:01 152.56 44.69 107.87 0.00 3100.34 25342.01 0.00 20:36:02 20:17:03 1872.17 1535.49 336.69 0.00 152794.83 210324.98 0.00 20:36:02 20:18:01 1765.67 1523.93 241.73 0.00 86170.70 98716.48 0.00 20:36:02 20:19:02 1150.13 794.37 355.76 0.00 88115.53 142978.54 0.00 20:36:02 20:20:01 1583.28 1287.94 295.34 0.00 72436.95 89336.65 0.00 20:36:02 20:21:01 135.21 21.71 113.49 0.00 3446.12 14606.59 0.00 20:36:02 20:22:01 1.25 0.07 1.18 0.00 1.20 15.62 0.00 20:36:02 20:23:01 1.33 1.12 0.22 0.00 76.60 1.92 0.00 20:36:02 20:24:01 0.28 0.02 0.27 0.00 0.53 3.68 0.00 20:36:02 20:25:01 0.38 0.15 0.23 0.00 2.80 3.15 0.00 20:36:02 20:26:01 1.78 1.52 0.27 0.00 49.68 3.56 0.00 20:36:02 20:27:01 0.83 0.07 0.77 0.00 1.86 15.25 0.00 20:36:02 20:28:01 0.33 0.02 0.32 0.00 0.53 3.51 0.00 20:36:02 20:29:01 0.27 0.00 0.27 0.00 0.00 3.05 0.00 20:36:02 20:30:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 20:36:02 20:31:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 20:36:02 20:32:01 0.37 0.12 0.25 0.00 41.30 2.65 0.00 20:36:02 20:33:01 0.33 0.02 0.32 0.00 0.80 3.43 0.00 20:36:02 20:34:02 0.30 0.02 0.28 0.00 0.53 2.88 0.00 20:36:02 20:35:01 0.17 0.00 0.17 0.00 0.00 1.42 0.00 20:36:02 Average: 309.00 229.80 79.20 0.00 17901.17 29234.07 0.00 20:36:02 20:36:02 20:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:36:02 20:12:01 70720 0 665688 35.38 2620 1142516 1323076 45.15 538860 1066504 63728 20:36:02 20:13:01 157188 0 683016 36.30 1560 1039780 1533252 52.33 560304 921280 48 20:36:02 20:14:01 244928 0 759272 40.35 860 876484 1535436 52.40 587872 767236 30132 20:36:02 20:15:02 221252 0 818608 43.51 712 840972 1746764 59.61 642684 725868 63208 20:36:02 20:16:01 183908 0 754048 40.08 508 943080 1323124 45.16 584272 821020 44 20:36:02 20:17:03 82088 0 853936 45.38 0 945520 2346128 80.07 765140 810544 7000 20:36:02 20:18:01 235804 0 1022500 54.34 0 623240 3577016 122.08 675072 687392 39536 20:36:02 20:19:02 159616 0 919508 48.87 0 802420 2639328 90.08 763328 717588 2392 20:36:02 20:20:01 270500 0 727340 38.66 0 883704 1636960 55.87 628232 742704 5964 20:36:02 20:21:01 155608 0 633476 33.67 0 1092460 1210696 41.32 552840 926728 20 20:36:02 20:22:01 157488 0 631600 33.57 0 1092456 1187136 40.51 551724 926220 16 20:36:02 20:23:01 157180 0 629588 33.46 0 1094776 1176760 40.16 550268 928360 12 20:36:02 20:24:01 156252 0 630508 33.51 0 1094784 1176940 40.17 551376 928376 12 20:36:02 20:25:01 156880 0 629884 33.48 0 1094780 1176836 40.16 550468 928444 20 20:36:02 20:26:01 155572 0 630348 33.50 0 1095624 1176836 40.16 550692 929112 24 20:36:02 20:27:01 155220 0 630708 33.52 0 1095616 1176920 40.17 551128 929112 8 20:36:02 20:28:01 155676 0 630240 33.50 0 1095628 1176836 40.16 550700 929136 8 20:36:02 20:29:01 155592 0 630300 33.50 0 1095652 1176836 40.16 550708 929152 8 20:36:02 20:30:01 155708 0 630176 33.49 0 1095660 1176836 40.16 550696 929152 8 20:36:02 20:31:01 155520 0 630356 33.50 0 1095668 1176836 40.16 550576 929152 8 20:36:02 20:32:01 151380 0 633244 33.66 0 1096920 1176896 40.17 556664 927560 8 20:36:02 20:33:01 150344 0 634276 33.71 0 1096924 1177004 40.17 557372 927588 8 20:36:02 20:34:02 151412 0 633200 33.65 0 1096932 1176836 40.16 556364 927600 8 20:36:02 20:35:01 151328 0 633280 33.66 0 1096936 1176836 40.16 556360 927600 8 20:36:02 Average: 164465 0 694796 36.93 261 1022022 1473255 50.28 584738 882643 8843 20:36:02 20:36:02 20:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:36:02 20:12:01 eth0 1603.38 1269.41 4891.00 183.68 0.00 0.00 0.00 0.00 20:36:02 20:12:01 veth6c0ad5f 386.84 347.65 39.04 1114.26 0.00 0.00 0.00 0.00 20:36:02 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:12:01 docker0 386.84 347.51 33.76 1114.25 0.00 0.00 0.00 0.00 20:36:02 20:13:01 veth8d30f1b 0.83 0.70 0.10 1.28 0.00 0.00 0.00 0.00 20:36:02 20:13:01 eth0 894.78 805.42 4799.86 80.74 0.00 0.00 0.00 0.00 20:36:02 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:13:01 docker0 541.25 570.77 41.42 1955.19 0.00 0.00 0.00 0.00 20:36:02 20:14:01 eth0 165.83 122.78 501.85 20.93 0.00 0.00 0.00 0.00 20:36:02 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:14:01 veth5ad9dc3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:36:02 20:14:01 docker0 105.84 135.02 8.40 475.24 0.00 0.00 0.00 0.00 20:36:02 20:15:02 eth0 28.97 15.37 22.81 11.28 0.00 0.00 0.00 0.00 20:36:02 20:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:15:02 veth5ad9dc3 2.32 2.32 0.19 0.19 0.00 0.00 0.00 0.00 20:36:02 20:15:02 docker0 2.32 2.32 0.15 0.19 0.00 0.00 0.00 0.00 20:36:02 20:16:01 eth0 207.85 142.96 1729.01 24.63 0.00 0.00 0.00 0.00 20:36:02 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:17:03 vetha41ec58 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 20:36:02 20:17:03 eth0 87.83 70.30 170.73 84.32 0.00 0.00 0.00 0.00 20:36:02 20:17:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:17:03 docker0 31.20 35.89 2.04 143.16 0.00 0.00 0.00 0.00 20:36:02 20:18:01 veth12d4a7a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:36:02 20:18:01 vethb85d43b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:36:02 20:18:01 vetha41ec58 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:18:01 eth0 10.78 5.74 8.48 6.26 0.00 0.00 0.00 0.00 20:36:02 20:19:02 vetha41ec58 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 20:36:02 20:19:02 eth0 83.82 43.13 297.47 19.33 0.00 0.00 0.00 0.00 20:36:02 20:19:02 vethc05ffc3 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:36:02 20:19:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:36:02 20:20:01 vetha41ec58 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:20:01 eth0 173.01 136.83 1302.25 82.03 0.00 0.00 0.00 0.00 20:36:02 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:20:01 docker0 1099.07 1149.67 87.70 3991.54 0.00 0.00 0.00 0.00 20:36:02 20:21:01 eth0 124.51 69.88 473.92 47.84 0.00 0.00 0.00 0.00 20:36:02 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:21:01 docker0 36.02 77.74 2.22 447.33 0.00 0.00 0.00 0.00 20:36:02 20:22:01 eth0 7.38 6.81 0.86 13.83 0.00 0.00 0.00 0.00 20:36:02 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:23:01 eth0 1.03 0.03 0.09 0.00 0.00 0.00 0.00 0.00 20:36:02 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:24:01 eth0 8.41 8.18 1.03 17.21 0.00 0.00 0.00 0.00 20:36:02 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:25:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:36:02 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:26:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:36:02 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:27:01 eth0 0.37 0.22 0.15 0.07 0.00 0.00 0.00 0.00 20:36:02 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:28:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:36:02 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:29:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:36:02 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:31:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 20:36:02 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:32:01 eth0 0.83 0.20 0.19 0.07 0.00 0.00 0.00 0.00 20:36:02 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:33:01 eth0 0.47 0.32 0.27 0.20 0.00 0.00 0.00 0.00 20:36:02 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:34:02 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:36:02 20:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 Average: eth0 140.85 111.79 588.25 24.66 0.00 0.00 0.00 0.00 20:36:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:02 Average: docker0 46.74 50.57 3.70 182.98 0.00 0.00 0.00 0.00 20:36:02 20:36:02 20:36:02 ---> sar -P ALL: 20:36:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 20:36:02 20:36:02 20:10:39 LINUX RESTART (4 CPU) 20:36:02 20:36:02 20:11:02 CPU %user %nice %system %iowait %steal %idle 20:36:02 20:12:01 all 18.72 0.00 9.85 4.10 0.43 66.89 20:36:02 20:12:01 0 17.80 0.00 13.38 2.73 0.35 65.74 20:36:02 20:12:01 1 18.99 0.00 8.85 3.78 0.49 67.90 20:36:02 20:12:01 2 17.47 0.00 9.18 5.34 0.44 67.57 20:36:02 20:12:01 3 20.62 0.00 8.04 4.53 0.46 66.35 20:36:02 20:13:01 all 13.70 0.00 7.97 2.86 0.10 75.37 20:36:02 20:13:01 0 15.18 0.00 9.54 2.75 0.09 72.44 20:36:02 20:13:01 1 13.05 0.00 7.35 3.89 0.10 75.61 20:36:02 20:13:01 2 13.95 0.00 7.44 1.89 0.09 76.63 20:36:02 20:13:01 3 12.63 0.00 7.55 2.91 0.12 76.80 20:36:02 20:14:01 all 31.33 0.00 10.65 8.00 0.11 49.90 20:36:02 20:14:01 0 30.80 0.00 10.41 8.67 0.12 50.00 20:36:02 20:14:01 1 31.27 0.00 10.56 8.17 0.10 49.90 20:36:02 20:14:01 2 31.14 0.00 10.37 6.85 0.12 51.53 20:36:02 20:14:01 3 32.10 0.00 11.28 8.32 0.10 48.19 20:36:02 20:15:02 all 49.84 0.00 13.32 2.73 0.10 34.01 20:36:02 20:15:02 0 49.82 0.00 12.95 3.00 0.09 34.15 20:36:02 20:15:02 1 50.68 0.00 13.25 1.97 0.09 34.02 20:36:02 20:15:02 2 48.27 0.00 13.80 1.77 0.10 36.06 20:36:02 20:15:02 3 50.58 0.00 13.29 4.20 0.10 31.82 20:36:02 20:16:01 all 33.36 0.00 12.21 2.98 0.12 51.33 20:36:02 20:16:01 0 34.90 0.00 12.40 2.60 0.12 49.98 20:36:02 20:16:01 1 32.51 0.00 11.63 4.22 0.09 51.55 20:36:02 20:16:01 2 32.40 0.00 11.90 3.35 0.11 52.25 20:36:02 20:16:01 3 33.65 0.00 12.91 1.76 0.14 51.54 20:36:02 20:17:03 all 20.19 0.00 28.22 20.86 0.25 30.48 20:36:02 20:17:03 0 19.25 0.00 27.93 19.82 0.21 32.79 20:36:02 20:17:03 1 20.16 0.00 28.16 21.92 0.22 29.54 20:36:02 20:17:03 2 21.55 0.00 27.64 20.41 0.35 30.06 20:36:02 20:17:03 3 19.79 0.00 29.17 21.30 0.23 29.52 20:36:02 20:18:01 all 53.86 0.00 20.07 15.17 0.16 10.74 20:36:02 20:18:01 0 52.89 0.00 20.24 14.23 0.15 12.49 20:36:02 20:18:01 1 55.31 0.00 19.36 17.74 0.18 7.41 20:36:02 20:18:01 2 53.41 0.00 19.81 14.38 0.17 12.23 20:36:02 20:18:01 3 53.80 0.00 20.87 14.28 0.15 10.90 20:36:02 20:19:02 all 26.92 0.00 22.74 22.64 0.18 27.51 20:36:02 20:19:02 0 26.41 0.00 21.85 23.55 0.16 28.04 20:36:02 20:19:02 1 27.75 0.00 21.81 20.81 0.18 29.45 20:36:02 20:19:02 2 26.24 0.00 23.96 23.55 0.23 26.02 20:36:02 20:19:02 3 27.28 0.00 23.36 22.66 0.18 26.52 20:36:02 20:20:01 all 47.01 0.00 20.13 17.46 0.15 15.25 20:36:02 20:20:01 0 47.48 0.00 19.92 15.59 0.21 16.79 20:36:02 20:20:01 1 46.99 0.00 19.68 16.78 0.13 16.42 20:36:02 20:20:01 2 45.71 0.00 21.07 19.10 0.16 13.97 20:36:02 20:20:01 3 47.86 0.00 19.87 18.38 0.11 13.78 20:36:02 20:21:01 all 7.38 0.00 5.20 5.90 0.05 81.47 20:36:02 20:21:01 0 7.83 0.00 5.02 5.02 0.05 82.09 20:36:02 20:21:01 1 6.07 0.00 5.33 8.91 0.05 79.64 20:36:02 20:21:01 2 7.88 0.00 5.49 3.17 0.07 83.40 20:36:02 20:21:01 3 7.73 0.00 4.98 6.49 0.03 80.76 20:36:02 20:22:01 all 0.10 0.00 0.07 0.00 0.01 99.82 20:36:02 20:22:01 0 0.08 0.00 0.07 0.00 0.02 99.83 20:36:02 20:22:01 1 0.08 0.00 0.07 0.00 0.00 99.85 20:36:02 20:22:01 2 0.13 0.00 0.08 0.00 0.00 99.78 20:36:02 20:22:01 3 0.08 0.00 0.08 0.00 0.02 99.82 20:36:02 20:36:02 20:22:01 CPU %user %nice %system %iowait %steal %idle 20:36:02 20:23:01 all 0.04 0.00 0.04 0.00 0.01 99.91 20:36:02 20:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:36:02 20:23:01 1 0.05 0.00 0.07 0.00 0.02 99.87 20:36:02 20:23:01 2 0.05 0.00 0.03 0.00 0.02 99.90 20:36:02 20:23:01 3 0.02 0.00 0.03 0.00 0.02 99.93 20:36:02 20:24:01 all 0.11 0.00 0.07 0.00 0.01 99.81 20:36:02 20:24:01 0 0.10 0.00 0.07 0.00 0.02 99.82 20:36:02 20:24:01 1 0.08 0.00 0.08 0.00 0.00 99.83 20:36:02 20:24:01 2 0.07 0.00 0.08 0.00 0.02 99.83 20:36:02 20:24:01 3 0.20 0.00 0.05 0.00 0.00 99.75 20:36:02 20:25:01 all 0.20 0.00 0.10 0.01 0.02 99.67 20:36:02 20:25:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:36:02 20:25:01 1 0.07 0.00 0.05 0.00 0.02 99.87 20:36:02 20:25:01 2 0.38 0.00 0.17 0.03 0.02 99.40 20:36:02 20:25:01 3 0.35 0.00 0.13 0.00 0.02 99.50 20:36:02 20:26:01 all 0.14 0.00 0.06 0.03 0.00 99.77 20:36:02 20:26:01 0 0.40 0.00 0.05 0.00 0.00 99.55 20:36:02 20:26:01 1 0.07 0.00 0.12 0.12 0.00 99.70 20:36:02 20:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:36:02 20:26:01 3 0.07 0.00 0.05 0.02 0.00 99.87 20:36:02 20:27:01 all 0.16 0.00 0.05 0.00 0.00 99.79 20:36:02 20:27:01 0 0.33 0.00 0.02 0.00 0.00 99.65 20:36:02 20:27:01 1 0.05 0.00 0.07 0.00 0.00 99.88 20:36:02 20:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:36:02 20:27:01 3 0.23 0.00 0.07 0.00 0.00 99.70 20:36:02 20:28:01 all 0.14 0.00 0.03 0.00 0.00 99.83 20:36:02 20:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:36:02 20:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:36:02 20:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:36:02 20:28:01 3 0.52 0.00 0.03 0.00 0.00 99.45 20:36:02 20:29:01 all 0.15 0.00 0.02 0.00 0.00 99.82 20:36:02 20:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:36:02 20:29:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:36:02 20:29:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:36:02 20:29:01 3 0.52 0.00 0.02 0.00 0.00 99.47 20:36:02 20:30:01 all 0.16 0.00 0.02 0.00 0.00 99.81 20:36:02 20:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:36:02 20:30:01 1 0.07 0.00 0.05 0.00 0.00 99.88 20:36:02 20:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:36:02 20:30:01 3 0.53 0.00 0.02 0.00 0.00 99.45 20:36:02 20:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:36:02 20:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:36:02 20:31:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:36:02 20:31:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:36:02 20:31:01 3 0.50 0.00 0.02 0.00 0.00 99.48 20:36:02 20:32:01 all 0.12 0.00 0.04 0.00 0.00 99.83 20:36:02 20:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:36:02 20:32:01 1 0.05 0.00 0.08 0.02 0.00 99.85 20:36:02 20:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:36:02 20:32:01 3 0.40 0.00 0.03 0.00 0.02 99.55 20:36:02 20:33:01 all 0.11 0.00 0.05 0.00 0.00 99.84 20:36:02 20:33:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:36:02 20:33:01 1 0.03 0.00 0.07 0.00 0.02 99.88 20:36:02 20:33:01 2 0.05 0.00 0.05 0.00 0.00 99.90 20:36:02 20:33:01 3 0.33 0.00 0.05 0.00 0.00 99.62 20:36:02 20:36:02 20:33:01 CPU %user %nice %system %iowait %steal %idle 20:36:02 20:34:02 all 0.15 0.00 0.02 0.00 0.00 99.82 20:36:02 20:34:02 0 0.02 0.00 0.02 0.00 0.02 99.95 20:36:02 20:34:02 1 0.05 0.00 0.03 0.00 0.00 99.92 20:36:02 20:34:02 2 0.02 0.00 0.03 0.00 0.00 99.95 20:36:02 20:34:02 3 0.53 0.00 0.02 0.00 0.00 99.45 20:36:02 20:35:01 all 0.14 0.00 0.03 0.00 0.00 99.83 20:36:02 20:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:36:02 20:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:36:02 20:35:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:36:02 20:35:01 3 0.49 0.00 0.00 0.00 0.00 99.51 20:36:02 Average: all 12.20 0.00 6.08 4.13 0.07 77.52 20:36:02 Average: 0 12.18 0.00 6.21 3.95 0.07 77.61 20:36:02 Average: 1 12.21 0.00 5.93 4.37 0.07 77.42 20:36:02 Average: 2 11.97 0.00 6.09 4.00 0.08 77.86 20:36:02 Average: 3 12.45 0.00 6.09 4.20 0.07 77.19 20:36:02 20:36:02 20:36:02