Pull request #3350 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from eb974e5ff906fca496d59e54ab37c93c2b055a6e+5fbc40a6d599e39a91f6678812b3f73148dc0647 (2c1d8e954610815b766e907fc2b4e6c4de5d1b95) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33709 in /w/workspace/edgexfoundry_edgex-go_PR-3350 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3350/head:refs/remotes/origin/PR-3350 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit eb974e5ff906fca496d59e54ab37c93c2b055a6e Merge succeeded, producing eb974e5ff906fca496d59e54ab37c93c2b055a6e Checking out Revision eb974e5ff906fca496d59e54ab37c93c2b055a6e (PR-3350) > git config core.sparsecheckout # timeout=10 > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # 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 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 Commit message: "Merge branch 'master' into remove-token-gen-security-bootstrapper" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:42:06 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 77096502e873356677d430e5271cec41f976b109 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:42:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:42:07 ========================================================= 15:42:07 EdgeX Global Pipelines Version Info 15:42:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:42:08 ------------------- 15:42:08 stable info: 15:42:08 ------------------- 15:42:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:42:08 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:42:08 Message: update stable to v1.0.186 15:42:09 ------------------- 15:42:09 experimental info: 15:42:09 ------------------- 15:42:09 Commited By: **** collab-it+edgex@linuxfoundation.org 15:42:09 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 15:42:09 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:42:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:42:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:42:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:42:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:42:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:42:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3350 [Pipeline] echo 15:42:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3350 [Pipeline] echo 15:42:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3350 [Pipeline] echo 15:42:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eb974e5ff906fca496d59e54ab37c93c2b055a6e [Pipeline] echo 15:42:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eb974e5 [Pipeline] echo 15:42:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:42:12 provisioning config files... 15:42:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2103951866066595772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:42:13 ---> docker-login.sh 15:42:13 nexus3.edgexfoundry.org:10001 15:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:13 Configure a credential helper to remove this warning. See 15:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:13 15:42:13 Login Succeeded 15:42:13 nexus3.edgexfoundry.org:10002 15:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:13 Configure a credential helper to remove this warning. See 15:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:13 15:42:13 Login Succeeded 15:42:13 nexus3.edgexfoundry.org:10003 15:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:13 Configure a credential helper to remove this warning. See 15:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:13 15:42:13 Login Succeeded 15:42:13 nexus3.edgexfoundry.org:10004 15:42:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:14 Configure a credential helper to remove this warning. See 15:42:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:14 15:42:14 Login Succeeded 15:42:14 docker.io 15:42:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:14 Configure a credential helper to remove this warning. See 15:42:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:14 15:42:14 Login Succeeded 15:42:14 ---> docker-login.sh ends [Pipeline] } 15:42:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:15 ++ 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 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/core-command/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo core-command,cmd/core-command/Dockerfile 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/core-data/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo core-data,cmd/core-data/Dockerfile 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/core-metadata/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo core-metadata,cmd/core-metadata/Dockerfile 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/security-bootstrapper/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/security-proxy-setup/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/support-notifications/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo support-notifications,cmd/support-notifications/Dockerfile 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/support-scheduler/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:42:15 + for file in '`ls cmd/**/Dockerfile`' 15:42:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:42:15 ++ cut -d/ -f2 15:42:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:42:15 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 15:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:16 15:42:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:42:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:17 latest: Pulling from edgex-devops/git-semver 15:42:17 31603596830f: Pulling fs layer 15:42:17 2a8b12db71e7: Pulling fs layer 15:42:17 6ca5941a6612: Pulling fs layer 15:42:17 ecc8261a40a4: Pulling fs layer 15:42:17 ecc8261a40a4: Waiting 15:42:17 2a8b12db71e7: Verifying Checksum 15:42:17 2a8b12db71e7: Download complete 15:42:17 31603596830f: Verifying Checksum 15:42:17 31603596830f: Download complete 15:42:17 ecc8261a40a4: Verifying Checksum 15:42:17 ecc8261a40a4: Download complete 15:42:17 6ca5941a6612: Verifying Checksum 15:42:17 6ca5941a6612: Download complete 15:42:17 31603596830f: Pull complete 15:42:17 2a8b12db71e7: Pull complete 15:42:18 6ca5941a6612: Pull complete 15:42:18 ecc8261a40a4: Pull complete 15:42:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:42:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:42:18 prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container 15:42:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:42:21 $ docker top 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:42:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:22 [ssh-agent] Looking for ssh-agent implementation... 15:42:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:22 $ docker exec 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 ssh-agent 15:42:22 SSH_AUTH_SOCK=/tmp/ssh-CM8b25QQofNi/agent.11 15:42:22 SSH_AGENT_PID=16 15:42:22 Running ssh-add (command line suppressed) 15:42:22 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8071242203795038949.key (/w/workspace/edgex-go/4@tmp/private_key_8071242203795038949.key) 15:42:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:23 + git tag --points-at HEAD [Pipeline] } 15:42:23 $ docker exec --env ******** --env ******** 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 ssh-agent -k 15:42:23 unset SSH_AUTH_SOCK; 15:42:23 unset SSH_AGENT_PID; 15:42:23 echo Agent pid 16 killed; 15:42:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:42:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:23 [ssh-agent] Looking for ssh-agent implementation... 15:42:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:23 $ docker exec 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 ssh-agent 15:42:23 SSH_AUTH_SOCK=/tmp/ssh-eSZG1cPfiHs0/agent.44 15:42:23 SSH_AGENT_PID=49 15:42:23 Running ssh-add (command line suppressed) 15:42:23 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5382672775856698281.key (/w/workspace/edgex-go/4@tmp/private_key_5382672775856698281.key) 15:42:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:24 + git semver init 15:42:24 # -> Open(): unable to determine branch for HEAD 15:42:24 # $GIT_DIR = /w/workspace/edgex-go/4/.git 15:42:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 15:42:24 # $SEMVER_REMOTE_NAME = origin 15:42:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:42:24 # $SEMVER_USER_NAME = edgex-jenkins 15:42:24 # $SEMVER_BRANCH = PR-3350 15:42:24 # $SEMVER_TEMP = /tmp/semver-747348632 15:42:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:42:42 # '/tmp/semver-747348632' -> '/w/workspace/edgex-go/4/.semver' 15:42:42 # -> Force: false 15:42:42 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 15:42:42 $ docker exec --env ******** --env ******** 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 ssh-agent -k 15:42:43 unset SSH_AUTH_SOCK; 15:42:43 unset SSH_AGENT_PID; 15:42:43 echo Agent pid 49 killed; 15:42:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:43 + git semver [Pipeline] } 15:42:43 $ docker stop --time=1 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 15:42:45 $ docker rm -f 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 [Pipeline] // withDockerContainer [Pipeline] sh 15:42:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:42:46 Stashed 1 file(s) [Pipeline] echo 15:42:46 [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 15:42:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:42:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:42:48 + sudo service docker restart 15:42:48 + true 15:42:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:42:48 ========================================================= 15:42:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:42:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:42:49 + 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 . 15:42:52 Sending build context to Docker daemon 329.4MB 15:42:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:42:52 Step 2/6 : FROM ${BASE} 15:42:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:42:52 188c0c94c7c5: Pulling fs layer 15:42:52 0ef7d3d256c8: Pulling fs layer 15:42:52 de9db76c5a1d: Pulling fs layer 15:42:52 bca2f99d35d6: Pulling fs layer 15:42:52 93359f2a8cfa: Pulling fs layer 15:42:52 7c6f9722023f: Pulling fs layer 15:42:52 a35cf1a2eb13: Pulling fs layer 15:42:52 93359f2a8cfa: Waiting 15:42:52 7c6f9722023f: Waiting 15:42:52 a35cf1a2eb13: Waiting 15:42:52 bca2f99d35d6: Waiting 15:42:52 de9db76c5a1d: Verifying Checksum 15:42:52 de9db76c5a1d: Download complete 15:42:52 0ef7d3d256c8: Verifying Checksum 15:42:52 0ef7d3d256c8: Download complete 15:42:52 93359f2a8cfa: Verifying Checksum 15:42:52 93359f2a8cfa: Download complete 15:42:52 7c6f9722023f: Verifying Checksum 15:42:52 7c6f9722023f: Download complete 15:42:52 188c0c94c7c5: Verifying Checksum 15:42:52 188c0c94c7c5: Download complete 15:42:53 188c0c94c7c5: Pull complete 15:42:53 0ef7d3d256c8: Pull complete 15:42:53 de9db76c5a1d: Pull complete 15:42:54 a35cf1a2eb13: Verifying Checksum 15:42:54 a35cf1a2eb13: Download complete 15:42:55 bca2f99d35d6: Verifying Checksum 15:42:55 bca2f99d35d6: Download complete 15:43:00 bca2f99d35d6: Pull complete 15:43:01 93359f2a8cfa: Pull complete 15:43:01 7c6f9722023f: Pull complete 15:43:02 Still waiting to schedule task 15:43:02 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:43:06 a35cf1a2eb13: Pull complete 15:43:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:43:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:43:06 ---> a62c8e92a672 15:43:06 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:43:06 ---> Running in dcb6c40847a1 15:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:43:07 (1/12) Installing libmagic (5.38-r0) 15:43:08 (2/12) Installing file (5.38-r0) 15:43:08 (3/12) Installing libc-dev (0.7.2-r3) 15:43:08 (4/12) Installing g++ (9.3.0-r2) 15:43:12 (5/12) Installing fortify-headers (1.1-r0) 15:43:12 (6/12) Installing patch (2.7.6-r6) 15:43:12 (7/12) Installing build-base (0.5-r2) 15:43:12 (8/12) Installing libsodium (1.0.18-r0) 15:43:12 (9/12) Installing pkgconf (1.7.2-r0) 15:43:12 (10/12) Installing libsodium-dev (1.0.18-r0) 15:43:12 (11/12) Installing libzmq (4.3.3-r0) 15:43:12 (12/12) Installing zeromq-dev (4.3.3-r0) 15:43:12 Executing busybox-1.31.1-r19.trigger 15:43:12 OK: 233 MiB in 51 packages 15:43:16 Removing intermediate container dcb6c40847a1 15:43:16 ---> 879d6911dd2e 15:43:16 Step 4/6 : WORKDIR /edgex-go 15:43:16 ---> Running in 90add582fed7 15:43:16 Removing intermediate container 90add582fed7 15:43:16 ---> d7db9de34109 15:43:16 Step 5/6 : COPY go.mod . 15:43:16 ---> 9988e70d1653 15:43:16 Step 6/6 : RUN go mod download 15:43:17 ---> Running in 75e3d28f46c1 15:43:39 Removing intermediate container 75e3d28f46c1 15:43:39 ---> a3edc1014edb 15:43:39 Successfully built a3edc1014edb 15:43:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:43:39 + docker inspect -f . ci-base-image-x86_64 15:43:39 . [Pipeline] withDockerContainer 15:43:39 prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container 15:43:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:43:40 $ docker top dbd53bc0c3915b2e0321a4cb7fa6b766aaa639ef576b93ecc9374883c81da914 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:41 + go version 15:43:41 go version go1.15.5 linux/amd64 [Pipeline] } 15:43:41 $ docker stop --time=1 dbd53bc0c3915b2e0321a4cb7fa6b766aaa639ef576b93ecc9374883c81da914 15:43:42 $ docker rm -f dbd53bc0c3915b2e0321a4cb7fa6b766aaa639ef576b93ecc9374883c81da914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:43:43 + docker inspect -f . ci-base-image-x86_64 15:43:43 . [Pipeline] withDockerContainer 15:43:43 prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container 15:43:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:43:44 $ docker top 51c6e476f1f6fea4941291ecd4efac1fc61047329b7a4c3dd5692515cafb2cec -eo pid,comm [Pipeline] { [Pipeline] echo 15:43:44 ========================================================= 15:43:44 [edgeXBuildGoParallel] Running Tests and Build... 15:43:44 ========================================================= [Pipeline] sh 15:43:44 + make test 15:43:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:43:53 ? github.com/edgexfoundry/edgex-go [no test files] 15:44:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:44:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:44:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:44:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:44:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:44:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:44:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:44:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:44:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:44:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:44:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:44:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:44:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:44:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements 15:44:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:44:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:44:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:44:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:44:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:44:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:44:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements 15:44:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.114s coverage: 100.0% of statements 15:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.1% of statements 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements 15:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.179s coverage: 86.7% of statements 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements 15:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:44:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements 15:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:44:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.422s coverage: 92.8% of statements 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:44:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:44:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 1.0% of statements 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:44:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:44:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 15:44:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements 15:44:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.096s coverage: 94.1% of statements 15:44:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 15:44:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 15:44:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 15:44:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 15:44:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.201s coverage: 81.9% of statements 15:44:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.202s coverage: 64.4% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 69.0% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 38.4% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.150s coverage: 47.0% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.064s coverage: 11.0% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:44:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.141s coverage: 87.1% of statements 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:44:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:44:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 29.1% of statements 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:44:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:44:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:44:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.125s coverage: 95.6% of statements 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements 15:44:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:44:59 GO111MODULE=on go vet ./... 15:45:26 gofmt -l . 15:45:27 [ "`gofmt -l .`" = "" ] 15:45:27 ./bin/test-go-mod-tidy.sh 15:45:28 ./bin/test-attribution-txt.sh [Pipeline] sh 15:45:29 + ls -al . 15:45:29 total 796 15:45:29 drwxrwxr-x 10 1001 1001 4096 Apr 12 15:45 . 15:45:29 drwxr-xr-x 4 root root 28 Apr 12 15:43 .. 15:45:29 -rw-rw-r-- 1 1001 1001 11 Apr 12 15:42 .dockerignore 15:45:29 drwxrwxr-x 8 1001 1001 179 Apr 12 15:42 .git 15:45:29 drwxrwxr-x 3 1001 1001 125 Apr 12 15:42 .github 15:45:29 -rw-rw-r-- 1 1001 1001 818 Apr 12 15:42 .gitignore 15:45:29 drwx------ 3 1001 1001 60 Apr 12 15:42 .semver 15:45:29 -rw-rw-r-- 1 1001 1001 166 Apr 12 15:42 .sonarcloud.properties 15:45:29 -rw-rw-r-- 1 1001 1001 8607 Apr 12 15:42 Attribution.txt 15:45:29 -rw-rw-r-- 1 1001 1001 3804 Apr 12 15:42 CONTRIBUTING.md 15:45:29 -rw-rw-r-- 1 1001 1001 931 Apr 12 15:42 Dockerfile.build 15:45:29 -rw-rw-r-- 1 1001 1001 863 Apr 12 15:42 Jenkinsfile 15:45:29 -rw-rw-r-- 1 1001 1001 10775 Apr 12 15:42 LICENSE 15:45:29 -rw-rw-r-- 1 1001 1001 5774 Apr 12 15:42 Makefile 15:45:29 -rw-rw-r-- 1 1001 1001 6548 Apr 12 15:42 README.md 15:45:29 -rw-rw-r-- 1 1001 1001 6755 Apr 12 15:42 SECURITY.md 15:45:29 -rw-rw-r-- 1 1001 1001 5 Apr 12 15:42 VERSION 15:45:29 -rw-rw-r-- 1 1001 1001 4131 Apr 12 15:42 ZMQWindows.md 15:45:29 drwxrwxr-x 2 1001 1001 117 Apr 12 15:42 bin 15:45:29 drwxrwxr-x 14 1001 1001 4096 Apr 12 15:42 cmd 15:45:29 -rw-r--r-- 1 root root 684356 Apr 12 15:44 coverage.out 15:45:29 -rw-r--r-- 1 root root 1056 Apr 12 15:45 go.mod 15:45:29 -rw-r--r-- 1 root root 21911 Apr 12 15:45 go.sum 15:45:29 drwxrwxr-x 8 1001 1001 127 Apr 12 15:42 internal 15:45:29 drwxrwxr-x 4 1001 1001 26 Apr 12 15:42 openapi 15:45:29 drwxrwxr-x 4 1001 1001 71 Apr 12 15:42 snap 15:45:29 -rw-rw-r-- 1 1001 1001 168 Apr 12 15:42 version.go [Pipeline] sh 15:45:30 + '[' -e coverage.out ] 15:45:30 + chown 1001:1001 coverage.out [Pipeline] stash 15:45:30 Stashed 1 file(s) [Pipeline] sh 15:45:30 + make build 15:45:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:45:35 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 15:45:44 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 15:45:44 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 15:45:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:45: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 15:45:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:45:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:45:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:45:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:45:54 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] } 15:45:56 $ docker stop --time=1 51c6e476f1f6fea4941291ecd4efac1fc61047329b7a4c3dd5692515cafb2cec 15:45:58 $ docker rm -f 51c6e476f1f6fea4941291ecd4efac1fc61047329b7a4c3dd5692515cafb2cec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:46:02 15:46:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:46:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:46:02 latest: Pulling from edgex-devops/edgex-compose 15:46:02 cbdbe7a5bc2a: Pulling fs layer 15:46:02 ca9280d653b3: Pulling fs layer 15:46:02 7e9c9ca2126c: Pulling fs layer 15:46:02 cbdbe7a5bc2a: Download complete 15:46:03 cbdbe7a5bc2a: Pull complete 15:46:03 ca9280d653b3: Verifying Checksum 15:46:03 ca9280d653b3: Download complete 15:46:04 7e9c9ca2126c: Verifying Checksum 15:46:04 7e9c9ca2126c: Download complete 15:46:04 ca9280d653b3: Pull complete 15:46:10 7e9c9ca2126c: Pull complete 15:46:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:46:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:46:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:46:11 prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container 15:46:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:46:14 $ docker top afa3da9df9fdf77cf096184506eb06af9199ecfd6cc645b9f153ab88fde82c6e -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:14 + docker-compose build --help 15:46:14 + grep parallel 15:46:15 --parallel Build images in parallel. [Pipeline] } 15:46:15 $ docker stop --time=1 afa3da9df9fdf77cf096184506eb06af9199ecfd6cc645b9f153ab88fde82c6e 15:46:16 $ docker rm -f afa3da9df9fdf77cf096184506eb06af9199ecfd6cc645b9f153ab88fde82c6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33710 in /w/workspace/edgexfoundry_edgex-go_PR-3350 [Pipeline] { [Pipeline] ws 15:46:17 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 15:46:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:46:17 . [Pipeline] withDockerContainer 15:46:17 prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container 15:46:17 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:46:18 $ docker top ee6d9db3f1f64cebe9acca8978b22436a0769ca6d9eb62280029ecad0aaa3b75 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:19 + docker-compose -f ./docker-compose-build.yml build --parallel 15:46:20 Building docker-core-command-go ... 15:46:20 Building docker-core-data-go ... 15:46:20 Building docker-core-metadata-go ... 15:46:20 Building docker-security-bootstrapper-go ... 15:46:20 Building docker-security-proxy-setup-go ... 15:46:20 Building docker-security-secretstore-setup-go ... 15:46:20 Building docker-support-notifications-go ... 15:46:20 Building docker-support-scheduler-go ... 15:46:20 Building docker-sys-mgmt-agent-go ... 15:46:20 Building docker-security-proxy-setup-go 15:46:20 Building docker-support-notifications-go 15:46:20 Building docker-core-metadata-go 15:46:20 Building docker-support-scheduler-go 15:46:20 Building docker-security-bootstrapper-go 15:46:22 using credential edgex-jenkins-ssh 15:46:22 Cloning the remote Git repository 15:46:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:46:22 > git init /w/workspace/edgex-go/4 # timeout=10 15:46:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:46:22 > git --version # timeout=10 15:46:22 > git --version # 'git version 2.17.1' 15:46:22 using GIT_SSH to set credentials SSH Credentials for GitHub 15:46:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:46:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:46:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:46:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:46:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:46:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:46:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3350/head:refs/remotes/origin/PR-3350 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:46:42 Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:46:42 Merge succeeded, producing eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:46:42 Checking out Revision eb974e5ff906fca496d59e54ab37c93c2b055a6e (PR-3350) 15:46:42 > git config core.sparsecheckout # timeout=10 15:46:42 > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 15:46:42 > git remote # timeout=10 15:46:42 > git config --get remote.origin.url # timeout=10 15:46:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:46:42 > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 15:46:42 > git rev-parse HEAD^{commit} # timeout=10 15:46:42 > git config core.sparsecheckout # timeout=10 15:46:42 > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 15:46:47 Commit message: "Merge branch 'master' into remove-token-gen-security-bootstrapper" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:46:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:46:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:46:49 + true 15:46:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:46:51 provisioning config files... 15:46:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4149942678144750549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:46:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:46:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:46:52 ---> a3edc1014edb 15:46:52 Step 3/31 : WORKDIR /edgex-go 15:46:52 ---> a3edc1014edb 15:46:52 Step 3/22 : WORKDIR /edgex-go 15:46:52 ---> docker-login.sh 15:46:52 nexus3.edgexfoundry.org:10001 15:46:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:46:52 ---> a3edc1014edb 15:46:52 Step 3/21 : WORKDIR /edgex-go 15:46:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:53 15:46:53 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 15:46:53 15:46:53 ---> a3edc1014edb 15:46:53 ---> a3edc1014edb 15:46:53 Step 3/23 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 15:46:53 15:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:53 Configure a credential helper to remove this warning. See 15:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:53 15:46:53 Login Succeeded 15:46:53 nexus3.edgexfoundry.org:10002 15:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:54 ---> Running in 0cac873eb7dc 15:46:54 ---> Running in 89b79e0e72bf 15:46:54 ---> Running in 40bc48a4a03b 15:46:54 ---> Running in 56897a287f3d 15:46:54 ---> Running in 4a9a7f63a125 15:46:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:54 Configure a credential helper to remove this warning. See 15:46:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:54 15:46:54 Login Succeeded 15:46:54 nexus3.edgexfoundry.org:10003 15:46:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:54 Configure a credential helper to remove this warning. See 15:46:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:54 15:46:54 Login Succeeded 15:46:54 nexus3.edgexfoundry.org:10004 15:46:54 Removing intermediate container 4a9a7f63a125 15:46:54 ---> 1596146e8218 15:46:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:54 Removing intermediate container 0cac873eb7dc 15:46:54 ---> 9f8fb6ea1dc2 15:46:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:54 Removing intermediate container 56897a287f3d 15:46:54 ---> a4c56aac6266 15:46:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:54 Removing intermediate container 89b79e0e72bf 15:46:54 ---> 736a15a11611 15:46:54 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:54 Removing intermediate container 40bc48a4a03b 15:46:54 ---> c978b5a7f84e 15:46:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:54 ---> Running in 6d50928f9e56 15:46:54 ---> Running in e01f44fc4734 15:46:54 ---> Running in e70d6dd3a305 15:46:54 ---> Running in 550a4c1a2916 15:46:54 ---> Running in b1953ceaf02e 15:46:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:55 Configure a credential helper to remove this warning. See 15:46:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:55 15:46:55 Login Succeeded 15:46:55 docker.io 15:46:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:55 Configure a credential helper to remove this warning. See 15:46:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:55 15:46:55 Login Succeeded 15:46:55 ---> docker-login.sh ends [Pipeline] } 15:46:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:46:56 ========================================================= 15:46:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:46:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:46:56 + 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 . 15:46:57 Removing intermediate container e70d6dd3a305 15:46:57 ---> 5602a6df0ecc 15:46:57 Step 5/31 : RUN apk add --update --no-cache make git 15:46:57 Removing intermediate container e01f44fc4734 15:46:57 ---> f781dd9dab17 15:46:57 Step 5/23 : RUN apk add --update --no-cache make git 15:46:57 Removing intermediate container 550a4c1a2916 15:46:57 ---> 0d608ff324ab 15:46:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:46:57 ---> Running in e627fa94551f 15:46:57 ---> Running in 6b4c3bf02dcf 15:46:57 ---> Running in d808091697a9 15:46:57 Removing intermediate container b1953ceaf02e 15:46:57 ---> c898e40bd7e7 15:46:57 Step 5/21 : RUN apk add --update --no-cache make git 15:46:57 Removing intermediate container 6d50928f9e56 15:46:57 ---> 06c5c95f6417 15:46:57 Step 5/22 : RUN apk add --update --no-cache make git 15:46:57 ---> Running in ad3327f0554c 15:46:57 ---> Running in 1b671870749c 15:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:46:59 OK: 233 MiB in 51 packages 15:46:59 OK: 233 MiB in 51 packages 15:46:59 OK: 233 MiB in 51 packages 15:46:59 Sending build context to Docker daemon 167.3MB 15:46:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:46:59 Step 2/6 : FROM ${BASE} 15:46:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:46:59 5f621e34cdf4: Pulling fs layer 15:46:59 a4357932f1b6: Pulling fs layer 15:46:59 18c013af1878: Pulling fs layer 15:46:59 00ac8860ef70: Pulling fs layer 15:46:59 63d7cb157983: Pulling fs layer 15:46:59 00ac8860ef70: Waiting 15:46:59 63d7cb157983: Waiting 15:46:59 b116817d02f9: Pulling fs layer 15:46:59 745a02a5169b: Pulling fs layer 15:46:59 b116817d02f9: Waiting 15:46:59 745a02a5169b: Waiting 15:46:59 18c013af1878: Verifying Checksum 15:46:59 18c013af1878: Download complete 15:46:59 a4357932f1b6: Download complete 15:46:59 63d7cb157983: Verifying Checksum 15:46:59 63d7cb157983: Download complete 15:46:59 b116817d02f9: Verifying Checksum 15:46:59 b116817d02f9: Download complete 15:46:59 5f621e34cdf4: Verifying Checksum 15:46:59 5f621e34cdf4: Download complete 15:46:59 Removing intermediate container e627fa94551f 15:46:59 ---> 56f9978cc5a3 15:46:59 Step 6/31 : COPY go.mod . 15:46:59 OK: 233 MiB in 51 packages 15:47:00 OK: 233 MiB in 51 packages 15:47:00 Removing intermediate container 6b4c3bf02dcf 15:47:00 ---> fcaff9febff8 15:47:00 Step 6/23 : COPY go.mod . 15:47:00 Removing intermediate container d808091697a9 15:47:00 ---> 20d8e728e507 15:47:00 Step 6/22 : COPY go.mod . 15:47:00 ---> ef1652940ee3 15:47:00 Step 7/31 : RUN go mod download 15:47:00 ---> Running in e4b5a79a1380 15:47:00 5f621e34cdf4: Pull complete 15:47:00 ---> 40b057a82894 15:47:00 Step 7/23 : RUN go mod download 15:47:00 ---> 7da818de5ce5 15:47:00 Step 7/22 : RUN go mod download 15:47:00 a4357932f1b6: Pull complete 15:47:00 ---> Running in f988f49bf615 15:47:00 ---> Running in d10b916db041 15:47:01 Removing intermediate container 1b671870749c 15:47:01 ---> 2131a8f563c5 15:47:01 Step 6/22 : COPY go.mod . 15:47:01 Removing intermediate container ad3327f0554c 15:47:01 ---> bc5be661a946 15:47:01 Step 6/21 : COPY go.mod . 15:47:01 18c013af1878: Pull complete 15:47:01 ---> 5cab50f96baf 15:47:01 Step 7/22 : RUN go mod download 15:47:01 ---> 5acc662e185c 15:47:01 Step 7/21 : RUN go mod download 15:47:01 ---> Running in 442f536e188b 15:47:01 745a02a5169b: Verifying Checksum 15:47:01 745a02a5169b: Download complete 15:47:01 ---> Running in efc39ef6f37c 15:47:03 00ac8860ef70: Verifying Checksum 15:47:03 00ac8860ef70: Download complete 15:47:03 Removing intermediate container e4b5a79a1380 15:47:03 ---> 7686c408f112 15:47:03 Step 8/31 : COPY . . 15:47:03 Removing intermediate container d10b916db041 15:47:03 ---> 134e709958c4 15:47:03 Step 8/22 : COPY . . 15:47:08 Removing intermediate container f988f49bf615 15:47:08 ---> 9c7d9f001a04 15:47:08 Step 8/23 : COPY . . 15:47:12 Removing intermediate container 442f536e188b 15:47:12 ---> fa1be3d40f90 15:47:12 Step 8/22 : COPY . . 15:47:13 00ac8860ef70: Pull complete 15:47:13 63d7cb157983: Pull complete 15:47:13 b116817d02f9: Pull complete 15:47:15 Removing intermediate container efc39ef6f37c 15:47:15 ---> 4eb322eb8360 15:47:15 Step 8/21 : COPY . . 15:47:17 745a02a5169b: Pull complete 15:47:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:47:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:47:17 ---> b7e6874047d6 15:47:17 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 15:47:20 ---> Running in 79b38e6d0e21 15:47:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:23 (1/12) Installing libmagic (5.38-r0) 15:47:23 (2/12) Installing file (5.38-r0) 15:47:23 (3/12) Installing libc-dev (0.7.2-r3) 15:47:23 (4/12) Installing g++ (9.3.0-r2) 15:47:28 (5/12) Installing fortify-headers (1.1-r0) 15:47:28 (6/12) Installing patch (2.7.6-r6) 15:47:28 (7/12) Installing build-base (0.5-r2) 15:47:28 (8/12) Installing libsodium (1.0.18-r0) 15:47:28 (9/12) Installing pkgconf (1.7.2-r0) 15:47:28 (10/12) Installing libsodium-dev (1.0.18-r0) 15:47:28 (11/12) Installing libzmq (4.3.3-r0) 15:47:28 (12/12) Installing zeromq-dev (4.3.3-r0) 15:47:28 Executing busybox-1.31.1-r19.trigger 15:47:28 OK: 217 MiB in 51 packages 15:47:32 Removing intermediate container 79b38e6d0e21 15:47:32 ---> 7dbf4dcbf97d 15:47:32 Step 4/6 : WORKDIR /edgex-go 15:47:32 ---> Running in bd1eaa931b66 15:47:33 Removing intermediate container bd1eaa931b66 15:47:33 ---> 9604486ccfb5 15:47:33 Step 5/6 : COPY go.mod . 15:47:34 ---> 61453d6e2c13 15:47:34 Step 6/6 : RUN go mod download 15:47:34 ---> Running in a5dfe8435c65 15:47:47 ---> bfbf2f28ec9a 15:47:47 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> dc33d5459304 15:47:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:47:47 15:47:49 ---> Running in cc5bfc733c0e 15:47:49 ---> Running in 396fa1e32bcf 15:47:49 ---> 7804bb9fe7bb 15:47:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:47:49 ---> 8260db620100 15:47:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:47:49 ---> Running in d7e49ef669f0 15:47:50 ---> 280aaf5a2fb5 15:47:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:47:50 ---> Running in f8a516f59a54 15:47:50 ---> Running in 41cf1983f1a8 15:47:51 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 15:47:51 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 15:47:51 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 15:47:51 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 15:47:51 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 15:48:01 Removing intermediate container a5dfe8435c65 15:48:01 ---> ac35052f4c85 15:48:01 Successfully built ac35052f4c85 15:48:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:48:01 + docker inspect -f . ci-base-image-arm64 15:48:01 . [Pipeline] withDockerContainer 15:48:01 prd-ubuntu18.04-docker-arm64-4c-16g-33710 does not seem to be running inside a container 15:48:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:48:03 $ docker top 529e6d6558eacd369ededb87ea3b4129b6286b63e068d3d689ecc37b7130d80b -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:04 + go version 15:48:04 go version go1.15.5 linux/arm64 [Pipeline] } 15:48:04 $ docker stop --time=1 529e6d6558eacd369ededb87ea3b4129b6286b63e068d3d689ecc37b7130d80b 15:48:06 $ docker rm -f 529e6d6558eacd369ededb87ea3b4129b6286b63e068d3d689ecc37b7130d80b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:07 + docker inspect -f . ci-base-image-arm64 15:48:07 . [Pipeline] withDockerContainer 15:48:07 prd-ubuntu18.04-docker-arm64-4c-16g-33710 does not seem to be running inside a container 15:48:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:48:09 $ docker top afecba1461fb73e44557de8feda463be340ff187274fc5838b31eebab1d30b18 -eo pid,comm [Pipeline] { [Pipeline] echo 15:48:09 ========================================================= 15:48:09 [edgeXBuildGoParallel] Running Tests and Build... 15:48:09 ========================================================= [Pipeline] sh 15:48:10 + make test 15:48:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:48:24 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 15:48:30 Removing intermediate container f8a516f59a54 15:48:30 ---> 11cac6b3fabf 15:48:30 15:48:30 Step 10/21 : FROM alpine:3.12 15:48:30 3.12: Pulling from library/alpine 15:48:31 Removing intermediate container 396fa1e32bcf 15:48:31 ---> 50cb8e590ba9 15:48:31 15:48:31 Step 10/31 : FROM alpine:3.12 15:48:31 3.12: Pulling from library/alpine 15:48:32 ? github.com/edgexfoundry/edgex-go [no test files] 15:48:36 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:48:36 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:48:36 Status: Downloaded newer image for alpine:3.12 15:48:36 ---> 7230e588e954 15:48:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:48:36 Status: Downloaded newer image for alpine:3.12 15:48:36 ---> 7230e588e954 15:48:36 Step 11/21 : RUN apk add --update --no-cache curl 15:48:36 Removing intermediate container 41cf1983f1a8 15:48:36 ---> edcb6ebecfe6 15:48:36 15:48:36 Step 10/22 : FROM alpine:3.12 15:48:36 ---> 7230e588e954 15:48:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:48:36 Removing intermediate container cc5bfc733c0e 15:48:36 ---> 3b7de3b0c271 15:48:36 15:48:36 Step 10/22 : FROM alpine:3.12 15:48:36 ---> 7230e588e954 15:48:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:48:36 Removing intermediate container d7e49ef669f0 15:48:36 ---> bd899e24c00b 15:48:36 15:48:36 Step 10/23 : FROM alpine:3.12 15:48:36 ---> 7230e588e954 15:48:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:48:37 ---> Running in beb1f1128fab 15:48:37 ---> Running in 02a9550e453e 15:48:37 ---> Running in da6efbffac58 15:48:37 ---> Running in c37e8dbe8e24 15:48:37 ---> Running in d6a95a226d9d 15:48:37 Removing intermediate container beb1f1128fab 15:48:37 ---> 00290b69d167 15:48:37 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:48:37 ---> Running in b1c67dc76047 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:38 (1/4) Installing ca-certificates (20191127-r4) 15:48:38 (1/1) Installing dumb-init (1.2.2-r1) 15:48:38 Executing busybox-1.31.1-r20.trigger 15:48:38 OK: 6 MiB in 15 packages 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:48:38 (3/4) Installing libcurl (7.69.1-r3) 15:48:38 (4/4) Installing curl (7.69.1-r3) 15:48:38 Executing busybox-1.31.1-r20.trigger 15:48:38 Executing ca-certificates-20191127-r4.trigger 15:48:38 OK: 7 MiB in 18 packages 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:38 (1/1) Installing dumb-init (1.2.2-r1) 15:48:38 Executing busybox-1.31.1-r20.trigger 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:38 OK: 6 MiB in 15 packages 15:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:38 (1/2) Installing dumb-init (1.2.2-r1) 15:48:38 (2/2) Installing su-exec (0.2-r1) 15:48:38 Executing busybox-1.31.1-r20.trigger 15:48:38 OK: 6 MiB in 16 packages 15:48:38 (1/2) Installing ca-certificates (20191127-r4) 15:48:38 (2/2) Installing dumb-init (1.2.2-r1) 15:48:38 Executing busybox-1.31.1-r20.trigger 15:48:38 Executing ca-certificates-20191127-r4.trigger 15:48:38 OK: 6 MiB in 16 packages 15:48:40 Removing intermediate container da6efbffac58 15:48:40 ---> 82182d9578e6 15:48:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:48:41 ---> Running in d66a267a80e9 15:48:42 Removing intermediate container d6a95a226d9d 15:48:42 ---> efa43e63efa1 15:48:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:48:42 Removing intermediate container 02a9550e453e 15:48:42 ---> 0ee01ae25580 15:48:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:48:42 Removing intermediate container d66a267a80e9 15:48:42 ---> 0a98b06bebaa 15:48:42 Step 13/22 : ENV APP_PORT=48085 15:48:42 ---> Running in cffb24597da6 15:48:42 Removing intermediate container c37e8dbe8e24 15:48:42 ---> 021dad3dfe11 15:48:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:48:42 Removing intermediate container b1c67dc76047 15:48:42 ---> 79d9d966d6d6 15:48:42 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:48:42 ---> Running in 3edb79a645b4 15:48:42 ---> Running in eadaf4bbbf89 15:48:42 ---> Running in 5311a8bc525d 15:48:42 ---> Running in 0e469202ae9f 15:48:42 Removing intermediate container cffb24597da6 15:48:42 ---> 371051f9b6de 15:48:42 Step 13/22 : ENV APP_PORT=48060 15:48:42 Removing intermediate container 3edb79a645b4 15:48:42 ---> a76544d146f0 15:48:42 Step 14/22 : EXPOSE $APP_PORT 15:48:42 Removing intermediate container eadaf4bbbf89 15:48:42 ---> bdad32964ba7 15:48:42 Step 13/21 : WORKDIR /edgex 15:48:43 Removing intermediate container 5311a8bc525d 15:48:43 ---> 95ff3fc1a94e 15:48:43 Step 13/23 : ENV APP_PORT=48081 15:48:43 ---> Running in 97df937e84c8 15:48:43 ---> Running in 415d2f6a5f82 15:48:43 ---> Running in 4538ea530617 15:48:43 Removing intermediate container 0e469202ae9f 15:48:43 ---> 5a22fa707b84 15:48:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:48:43 ---> Running in 87ee21f61a5c 15:48:43 ---> Running in 9139d949397a 15:48:43 Removing intermediate container 97df937e84c8 15:48:43 ---> 73dcfbe88c21 15:48:43 Step 14/22 : EXPOSE $APP_PORT 15:48:43 Removing intermediate container 4538ea530617 15:48:43 ---> 878488eeda98 15:48:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:43 Removing intermediate container 415d2f6a5f82 15:48:43 ---> b49afdb5c377 15:48:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:48:43 Removing intermediate container 87ee21f61a5c 15:48:43 ---> 74656f21adaf 15:48:43 Step 14/23 : EXPOSE $APP_PORT 15:48:43 ---> Running in a87b7e8cedbf 15:48:43 Removing intermediate container 9139d949397a 15:48:43 ---> ade957b18b7a 15:48:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:48:44 ---> Running in 29f93987a273 15:48:44 ---> Running in ade737b7fabc 15:48:44 ---> a71c3257f02c 15:48:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:48:44 Removing intermediate container a87b7e8cedbf 15:48:44 ---> 346d109d1b49 15:48:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:44 ---> 024494ebb5fd 15:48:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:48:44 Removing intermediate container 29f93987a273 15:48:44 ---> ce2802e4a302 15:48:44 Step 15/23 : WORKDIR / 15:48:44 ---> Running in a50198566be9 15:48:44 ---> 7b4cb796d802 15:48:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:48:44 ---> 9d6cd4ff1d8e 15:48:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:48:45 Removing intermediate container a50198566be9 15:48:45 ---> 9e8bc0fe5fff 15:48:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:45 ---> aa072fcdb643 15:48:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:48:45 ---> 40b8f5aa95d1 15:48:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:48:45 Removing intermediate container ade737b7fabc 15:48:45 ---> cd982ff544aa 15:48:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:48:45 ---> Running in d0d27c3eb340 15:48:45 ---> 425d39d06f2e 15:48:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:48:45 ---> 07625303ab8c 15:48:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:48:45 ---> Running in f938c130633b 15:48:45 ---> d0fc878d6eff 15:48:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:48:45 Removing intermediate container d0d27c3eb340 15:48:45 ---> 42fe6dcea06f 15:48:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:46 ---> Running in 1453e35e5ebe 15:48:46 ---> f9f914c78717 15:48:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:48:46 ---> Running in a0d460526d01 15:48:46 Removing intermediate container f938c130633b 15:48:46 ---> 4d09e6db3bf1 15:48:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:48:46 ---> Running in 9c74abd366fe 15:48:46 ---> 6bb2f2c38efe 15:48:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:48:46 Removing intermediate container 1453e35e5ebe 15:48:46 ---> ccdc92d32af6 15:48:46 Step 18/21 : CMD ["--init=true"] 15:48:46 Removing intermediate container a0d460526d01 15:48:46 ---> 5aa908ae15d3 15:48:46 Step 20/22 : LABEL arch=x86_64 15:48:47 ---> Running in 907191f91e99 15:48:47 Removing intermediate container 9c74abd366fe 15:48:47 ---> f8b96f9b736b 15:48:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:47 ---> d83e0d9b740e 15:48:47 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:48:47 ---> Running in 239bf5ab4f83 15:48:47 ---> 103683287a51 15:48:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:48:47 ---> Running in d9198e35ea0c 15:48:47 ---> Running in 29298e3bb0e4 15:48:47 ---> Running in 9000295c2c4e 15:48:47 Removing intermediate container 907191f91e99 15:48:47 ---> e2b92c58d29f 15:48:47 Step 19/21 : LABEL arch=x86_64 15:48:47 Removing intermediate container 239bf5ab4f83 15:48:47 ---> 0c5449a2af70 15:48:47 Step 21/22 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:48:47 Removing intermediate container d9198e35ea0c 15:48:47 ---> 9f2e599837c6 15:48:47 Step 20/22 : LABEL arch=x86_64 15:48:47 ---> Running in 25dde9a054dc 15:48:47 ---> Running in 63809802c50e 15:48:47 ---> Running in bc707fca998e 15:48:47 Removing intermediate container 9000295c2c4e 15:48:47 ---> 8eee93ffb44d 15:48:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:48 ---> Running in 44ce627ddc1c 15:48:48 Removing intermediate container 63809802c50e 15:48:48 ---> b87d5209ddd3 15:48:48 Step 22/22 : LABEL version=0.0.0 15:48:48 Removing intermediate container 25dde9a054dc 15:48:48 ---> c9b5dffcfd17 15:48:48 Step 20/21 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:48:48 Removing intermediate container bc707fca998e 15:48:48 ---> 46932add1633 15:48:48 Step 21/22 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:48:48 Removing intermediate container 44ce627ddc1c 15:48:48 ---> 949810662837 15:48:48 Step 21/23 : LABEL arch=x86_64 15:48:48 ---> Running in dc4154aaf0ae 15:48:48 ---> Running in 318d1b6a9eee 15:48:48 ---> Running in e3be2874228f 15:48:48 ---> Running in f5172d88d3c9 15:48:48 Removing intermediate container dc4154aaf0ae 15:48:48 ---> b9eff38a720e 15:48:48 15:48:48 Removing intermediate container 318d1b6a9eee 15:48:48 ---> 2d6e9bc49a03 15:48:48 Step 22/22 : LABEL version=0.0.0 15:48:48 Removing intermediate container e3be2874228f 15:48:48 ---> 8a4e8329f074 15:48:48 Step 21/21 : LABEL version=0.0.0 15:48:49 ---> Running in 29bf395ef91b 15:48:49 Successfully built b9eff38a720e 15:48:49 ---> Running in b5592c652a89 15:48:49 Removing intermediate container f5172d88d3c9 15:48:49 ---> d8b56f0bc790 15:48:49 Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:48:49 Successfully tagged docker-support-scheduler-go:latest 15:48:49  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 15:48:49 Removing intermediate container 29298e3bb0e4 15:48:49 ---> a772fc07c8a5 15:48:49 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:49 ---> Running in 731220d2a343 15:48:49 Removing intermediate container 29bf395ef91b 15:48:49 ---> 05119a80278b 15:48:49 15:48:49 Removing intermediate container b5592c652a89 15:48:49 ---> 993b910a915e 15:48:49 15:48:49 Removing intermediate container 731220d2a343 15:48:49 ---> 1b50f9dfd39d 15:48:49 Step 23/23 : LABEL version=0.0.0 15:48:49 ---> dfcc26d51686 15:48:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:48:50 Successfully built 05119a80278b 15:48:50 Successfully built 993b910a915e 15:48:50 Successfully tagged docker-support-notifications-go:latest 15:48:50  Building docker-support-notifications-go ... done Building docker-core-command-go 15:48:50 Successfully tagged docker-security-proxy-setup-go:latest 15:48:50  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 15:48:50 ---> Running in e833f6104aea 15:48:53 Removing intermediate container e833f6104aea 15:48:53 ---> d8971591b774 15:48:53 15:48:53 Successfully built d8971591b774 15:48:53 ---> 76e8ed690118 15:48:53 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:48:53 Successfully tagged docker-core-metadata-go:latest 15:48:53 Building docker-security-secretstore-setup-go 15:48:57  Building docker-core-metadata-go ... done  ---> 370bb4708316 15:48:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:48:58 ---> 688d693530a1 15:48:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:49:02 ---> b363fc5c3a83 15:49:02 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:49:02 ---> Running in 42bb6369c9bb 15:49:02 Removing intermediate container 42bb6369c9bb 15:49:02 ---> 293498a32252 15:49:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:49:02 ---> 17588dd3140b 15:49:02 Step 26/31 : RUN chmod +x /entrypoint.sh 15:49:03 ---> Running in 27b5684140d4 15:49:11 Removing intermediate container 27b5684140d4 15:49:11 ---> 2933ccbcc373 15:49:11 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:49:11 ---> Running in 937db96d21d2 15:49:11 Removing intermediate container 937db96d21d2 15:49:11 ---> bfe8141f4fde 15:49:11 Step 28/31 : CMD ["gate"] 15:49:12 ---> Running in a01c66bb0e28 15:49:13 Removing intermediate container a01c66bb0e28 15:49:13 ---> 6d621b6cfca3 15:49:13 Step 29/31 : LABEL arch=x86_64 15:49:15 ---> Running in f39e169ead48 15:49:16 Removing intermediate container f39e169ead48 15:49:16 ---> 4d91bef969fb 15:49:16 Step 30/31 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:49:17 ---> Running in 9fb530b3fac4 15:49:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:49:17 ---> a3edc1014edb 15:49:17 Step 3/24 : WORKDIR /edgex-go 15:49:17 ---> Using cache 15:49:17 ---> c978b5a7f84e 15:49:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:17 15:49:17 ---> Using cache 15:49:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> c898e40bd7e7 15:49:17 15:49:17 Step 5/24 : RUN apk add --update --no-cache make git ---> a3edc1014edb 15:49:17 15:49:17 Step 3/23 : WORKDIR /edgex-go 15:49:17 ---> Using cache 15:49:17 ---> c978b5a7f84e 15:49:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache 15:49:17 15:49:17 ---> bc5be661a946 15:49:17 ---> Using cache 15:49:17 ---> c898e40bd7e7 15:49:17 Step 5/23 : RUN apk add --update --no-cache make git 15:49:17 ---> Using cache 15:49:17 ---> bc5be661a946 15:49:17 Step 6/23 : COPY go.mod . 15:49:17 Step 6/24 : COPY go.mod . 15:49:17 ---> Using cache 15:49:17 ---> 5acc662e185c 15:49:17 Step 7/23 : RUN go mod download 15:49:17 ---> Using cache 15:49:17 ---> 5acc662e185c 15:49:17 Step 7/24 : RUN go mod download 15:49:17 ---> Using cache 15:49:17 ---> 4eb322eb8360 15:49:17 Step 8/23 : COPY . . 15:49:17 ---> Using cache 15:49:17 ---> 4eb322eb8360 15:49:17 Step 8/24 : COPY . . 15:49:18 ---> Using cache 15:49:18 ---> 8260db620100 15:49:18 Step 9/23 : RUN make cmd/core-command/core-command 15:49:18 ---> Using cache 15:49:18 ---> 8260db620100 15:49:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:49:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:49:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:49:18 ---> a3edc1014edb 15:49:18 Step 3/23 : WORKDIR /edgex-go 15:49:18 ---> a3edc1014edb 15:49:18 Step 3/23 : WORKDIR /edgex-go 15:49:18 ---> Using cache 15:49:18 ---> c978b5a7f84e 15:49:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:18 ---> Using cache 15:49:18 ---> c898e40bd7e7 15:49:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:49:18 ---> Using cache 15:49:18 ---> c978b5a7f84e 15:49:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:18 ---> Using cache 15:49:18 ---> c898e40bd7e7 15:49:18 Step 5/23 : RUN apk add --update --no-cache make bash git 15:49:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:49:20 Removing intermediate container 9fb530b3fac4 15:49:20 ---> d6f02ee90635 15:49:20 Step 31/31 : LABEL version=0.0.0 15:49:20 ---> Running in 0b8ff23dfc4e 15:49:20 ---> Running in 27d5c61b3154 15:49:20 ---> Running in f055fd513d59 15:49:20 ---> Running in d189fdd47915 15:49:21 ---> Running in f00a675c6028 15:49:21 Removing intermediate container f00a675c6028 15:49:21 ---> 9eee71d2ace9 15:49:21 15:49:21 Successfully built 9eee71d2ace9 15:49:21 Successfully tagged docker-security-bootstrapper-go:latest 15:49:21  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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:49:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:22 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 15:49:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:23 OK: 233 MiB in 51 packages 15:49:23 OK: 233 MiB in 51 packages 15:49:24 Removing intermediate container 27d5c61b3154 15:49:24 ---> c0f6bce41fc7 15:49:24 Step 6/23 : COPY go.mod . 15:49:24 Removing intermediate container f055fd513d59 15:49:24 ---> 0262c280cd39 15:49:24 Step 6/23 : COPY go.mod . 15:49:25 ---> 3d53dc6b240e 15:49:25 Step 7/23 : RUN go mod download 15:49:25 ---> Running in 9ff713c258f5 15:49:25 ---> c372e4f9a943 15:49:25 Step 7/23 : RUN go mod download 15:49:25 ---> Running in 95815873c4d5 15:49:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:49:28 Removing intermediate container 95815873c4d5 15:49:28 ---> f1845f10004b 15:49:28 Step 8/23 : COPY . . 15:49:28 Removing intermediate container 9ff713c258f5 15:49:28 ---> b5ec3cff870a 15:49:28 Step 8/23 : COPY . . 15:49:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:49:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:49:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:49:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:49:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:49:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:49:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:49:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:49:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:49:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:49:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:49:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 45.9% of statements 15:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:49:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:49:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.133s coverage: 19.8% of statements 15:49:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.257s coverage: 100.0% of statements 15:49:56 Removing intermediate container d189fdd47915 15:49:56 ---> c96b6f2c8a47 15:49:56 15:49:56 Step 10/23 : FROM alpine:3.12 15:49:56 ---> 7230e588e954 15:49:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:49:56 ---> Using cache 15:49:56 ---> 021dad3dfe11 15:49:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:49:56 ---> Using cache 15:49:56 ---> 95ff3fc1a94e 15:49:56 Step 13/23 : ENV APP_PORT=48082 15:49:56 ---> Running in d47a9bb8fa26 15:49:56 ---> 264ec9720c75 15:49:56 Step 9/23 : RUN make cmd/core-data/core-data 15:49:56 ---> 47bd2acbfd16 15:49:56 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:49:56 ---> Running in a68fb04609ed 15:49:57 ---> Running in b1838c313295 15:49:57 Removing intermediate container d47a9bb8fa26 15:49:57 ---> 42bf06909d1e 15:49:57 Step 14/23 : EXPOSE $APP_PORT 15:49:58 ---> Running in 2f344e4a241d 15:49:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:49:59 Removing intermediate container 2f344e4a241d 15:49:59 ---> 7d5e67a3459e 15:49:59 Step 15/23 : WORKDIR / 15:49:59 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 15:49:59 Removing intermediate container 0b8ff23dfc4e 15:49:59 ---> e3c85d3da171 15:49:59 15:49:59 Step 10/24 : FROM alpine:3.12 15:49:59 ---> 7230e588e954 15:49:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 15:49:59 ---> Running in fc6b5882a507 15:49:59 ---> Running in a171d2cd20e0 15:50:00 Removing intermediate container fc6b5882a507 15:50:00 ---> 488cb9455a40 15:50:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:00 ---> 23b2498982d3 15:50:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:00 (1/6) Installing ca-certificates (20191127-r4) 15:50:00 (2/6) Installing nghttp2-libs (1.41.0-r0) 15:50:00 (3/6) Installing libcurl (7.69.1-r3) 15:50:00 (4/6) Installing curl (7.69.1-r3) 15:50:00 (5/6) Installing dumb-init (1.2.2-r1) 15:50:00 (6/6) Installing su-exec (0.2-r1) 15:50:00 Executing busybox-1.31.1-r20.trigger 15:50:01 Executing ca-certificates-20191127-r4.trigger 15:50:01 OK: 7 MiB in 20 packages 15:50:02 ---> 480b30d74848 15:50:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.467s coverage: 27.1% of statements 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.151s coverage: 100.0% of statements 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.188s coverage: 100.0% of statements 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.297s coverage: 71.3% of statements 15:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:50:03 ---> 7ce868321467 15:50:03 Step 19/23 : ENTRYPOINT ["/core-command"] 15:50:03 ---> Running in 78cf25ffb724 15:50:03 Removing intermediate container a171d2cd20e0 15:50:03 ---> 547146474e54 15:50:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:50:03 ---> Running in 52606d9c2a03 15:50:04 Removing intermediate container 78cf25ffb724 15:50:04 ---> 0e14ab7919de 15:50:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:04 ---> Running in d55f719e6e22 15:50:04 Removing intermediate container 52606d9c2a03 15:50:04 ---> 663a72020371 15:50:04 Step 13/24 : WORKDIR / 15:50:04 ---> Running in ad1a1fb6d8df 15:50:04 Removing intermediate container d55f719e6e22 15:50:04 ---> b53b62608777 15:50:04 Step 21/23 : LABEL arch=x86_64 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.9% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:50:04 ---> Running in 66ee47397730 15:50:05 Removing intermediate container ad1a1fb6d8df 15:50:05 ---> 3a2e6ab2b0ce 15:50:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:50:05 Removing intermediate container 66ee47397730 15:50:05 ---> 8c72ddff2696 15:50:05 Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:50:05 ---> Running in bb0765a9d844 15:50:05 ---> 093065c62a96 15:50:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:50:06 Removing intermediate container bb0765a9d844 15:50:06 ---> 18fd1e8b877a 15:50:06 Step 23/23 : LABEL version=0.0.0 15:50:06 ---> b49e77c670ec 15:50:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:50:06 ---> Running in 8d670acc8aed 15:50:07 Removing intermediate container 8d670acc8aed 15:50:07 ---> 862182927369 15:50:07 15:50:07 ---> e512377fc790 15:50:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:50:07 Successfully built 862182927369 15:50:07 Successfully tagged docker-core-command-go:latest 15:50:08  Building docker-core-command-go ... done  ---> 66f0993c1063 15:50:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:50:09 ---> d7614be5b164 15:50:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:50:09 ---> 103637cd3c4f 15:50:09 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/ 15:50:10 ---> Running in 522b87c7b346 15:50:12 Removing intermediate container 522b87c7b346 15:50:12 ---> 4050f50c1cc8 15:50:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:50:12 ---> Running in fea8c6f1560d 15:50:12 Removing intermediate container fea8c6f1560d 15:50:12 ---> 465367358d2e 15:50:12 Step 22/24 : LABEL arch=x86_64 15:50:12 ---> Running in e18d1d93f6ee 15:50:13 Removing intermediate container e18d1d93f6ee 15:50:13 ---> 9cd7e0afb5a9 15:50:13 Step 23/24 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:50:13 ---> Running in c76939ea2392 15:50:14 Removing intermediate container c76939ea2392 15:50:14 ---> 6967fc49b26f 15:50:14 Step 24/24 : LABEL version=0.0.0 15:50:14 ---> Running in d8aebc6d403a 15:50:14 Removing intermediate container d8aebc6d403a 15:50:14 ---> 972ca0040ebe 15:50:14 15:50:14 Successfully built 972ca0040ebe 15:50:14 Successfully tagged docker-security-secretstore-setup-go:latest 15:50:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.137s coverage: 28.6% of statements 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:50:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.312s coverage: 100.0% of statements 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:50:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.176s coverage: 100.0% of statements 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:50:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.400s coverage: 86.7% of statements 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:50:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:50:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.211s coverage: 78.3% of statements 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:50:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:50:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container b1838c313295 15:50:19 ---> 738f0440ed1a 15:50:19 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:50:19 ---> Running in 59a6569d6e27 15:50:19 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 15:50:23 Removing intermediate container a68fb04609ed 15:50:23 ---> c7938707a7b7 15:50:23 15:50:23 Step 10/23 : FROM alpine:3.12 15:50:23 ---> 7230e588e954 15:50:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:50:23 ---> Running in 8fe2b73b5bb2 15:50:23 Removing intermediate container 59a6569d6e27 15:50:23 ---> 26dd4100f0a2 15:50:23 15:50:23 Step 11/23 : FROM docker:20.10.0 15:50:23 Removing intermediate container 8fe2b73b5bb2 15:50:23 ---> e0df7eeaba36 15:50:23 Step 12/23 : ENV APP_PORT=48080 15:50:23 ---> Running in a25d6c1685f4 15:50:23 Removing intermediate container a25d6c1685f4 15:50:23 ---> 675641f11901 15:50:23 Step 13/23 : EXPOSE $APP_PORT 15:50:23 ---> Running in bc6f2d3d2202 15:50:24 Removing intermediate container bc6f2d3d2202 15:50:24 ---> b64524152745 15:50:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:24 20.10.0: Pulling from library/docker 15:50:24 ---> Running in e88bd1ed4197 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.761s coverage: 92.8% of statements 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.130s coverage: 58.8% of statements 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 1.0% of statements 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:50:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 47.1% of statements 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.137s coverage: 79.5% of statements 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.140s coverage: 94.1% of statements 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.190s coverage: 96.3% of statements 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.129s coverage: 87.5% of statements 15:50:25 Removing intermediate container e88bd1ed4197 15:50:25 ---> db129b63bb20 15:50:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:50:26 ---> Running in 3decbee82f1f 15:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:27 (1/6) Installing dumb-init (1.2.2-r1) 15:50:27 (2/6) Installing libgcc (9.3.0-r2) 15:50:27 (3/6) Installing libsodium (1.0.18-r0) 15:50:27 (4/6) Installing libstdc++ (9.3.0-r2) 15:50:28 (5/6) Installing libzmq (4.3.3-r0) 15:50:28 (6/6) Installing zeromq (4.3.3-r0) 15:50:28 Executing busybox-1.31.1-r20.trigger 15:50:28 OK: 8 MiB in 20 packages 15:50:29 Removing intermediate container 3decbee82f1f 15:50:29 ---> 56583fc4ea17 15:50:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:30 ---> 73ead2cce9db 15:50:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:50:31 ---> 8dad333abab2 15:50:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:50:31 ---> 1870d5345f67 15:50:31 Step 19/23 : ENTRYPOINT ["/core-data"] 15:50:31 ---> Running in 2a87c019c412 15:50:31 Removing intermediate container 2a87c019c412 15:50:31 ---> c20956237e62 15:50:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:31 ---> Running in e2384226d715 15:50:32 Removing intermediate container e2384226d715 15:50:32 ---> cad8a61ce8a2 15:50:32 Step 21/23 : LABEL arch=x86_64 15:50:32 ---> Running in 3644e97fb067 15:50:32 Removing intermediate container 3644e97fb067 15:50:32 ---> b9fbba31bb0f 15:50:32 Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:50:32 ---> Running in 3e216ffd8a91 15:50:32 Removing intermediate container 3e216ffd8a91 15:50:32 ---> 2509c0564e84 15:50:32 Step 23/23 : LABEL version=0.0.0 15:50:33 ---> Running in 3bc27fbb4953 15:50:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:50:33 Status: Downloaded newer image for docker:20.10.0 15:50:33 ---> aefe523efa57 15:50:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 15:50:33 Removing intermediate container 3bc27fbb4953 15:50:33 ---> a6d0329cc0c0 15:50:33 15:50:33 ---> Running in 2441bd0d4aee 15:50:33 Successfully built a6d0329cc0c0 15:50:33 Successfully tagged docker-core-data-go:latest 15:50:33  Building docker-core-data-go ... done Removing intermediate container 2441bd0d4aee 15:50:33 ---> cd00ef4d15c3 15:50:33 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 15:50:33 ---> Running in d41e36567b04 15:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:34 (1/39) Installing readline (8.0.4-r0) 15:50:34 (2/39) Installing bash (5.0.17-r0) 15:50:34 Executing bash-5.0.17-r0.post-install 15:50:34 (3/39) Installing nghttp2-libs (1.41.0-r0) 15:50:34 (4/39) Installing libcurl (7.69.1-r3) 15:50:34 (5/39) Installing curl (7.69.1-r3) 15:50:34 (6/39) Installing dumb-init (1.2.2-r1) 15:50:34 (7/39) Installing libbz2 (1.0.8-r1) 15:50:34 (8/39) Installing expat (2.2.9-r1) 15:50:34 (9/39) Installing libffi (3.3-r2) 15:50:34 (10/39) Installing gdbm (1.13-r1) 15:50:34 (11/39) Installing xz-libs (5.2.5-r0) 15:50:34 (12/39) Installing sqlite-libs (3.32.1-r0) 15:50:34 (13/39) Installing python3 (3.8.8-r0) 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.149s coverage: 94.4% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements 15:50:35 (14/39) Installing py3-appdirs (1.4.4-r1) 15:50:35 (15/39) Installing py3-ordered-set (4.0.1-r0) 15:50:35 (16/39) Installing py3-parsing (2.4.7-r0) 15:50:35 (17/39) Installing py3-six (1.15.0-r0) 15:50:35 (18/39) Installing py3-packaging (20.4-r0) 15:50:35 (19/39) Installing py3-setuptools (47.0.0-r0) 15:50:35 (20/39) Installing py3-chardet (3.0.4-r4) 15:50:35 (21/39) Installing py3-idna (2.9-r0) 15:50:35 (22/39) Installing py3-certifi (2020.4.5.1-r0) 15:50:35 (23/39) Installing py3-urllib3 (1.25.9-r0) 15:50:36 (24/39) Installing py3-requests (2.23.0-r0) 15:50:36 (25/39) Installing py3-msgpack (1.0.0-r0) 15:50:36 (26/39) Installing py3-lockfile (0.12.2-r3) 15:50:36 (27/39) Installing py3-cachecontrol (0.12.6-r0) 15:50:36 (28/39) Installing py3-colorama (0.4.3-r0) 15:50:36 (29/39) Installing py3-distlib (0.3.0-r0) 15:50:36 (30/39) Installing py3-distro (1.5.0-r1) 15:50:36 (31/39) Installing py3-webencodings (0.5.1-r3) 15:50:36 (32/39) Installing py3-html5lib (1.0.1-r4) 15:50:36 (33/39) Installing py3-pytoml (0.1.21-r0) 15:50:36 (34/39) Installing py3-pep517 (0.8.2-r0) 15:50:36 (35/39) Installing py3-progress (1.5-r0) 15:50:36 (36/39) Installing py3-toml (0.10.1-r0) 15:50:36 (37/39) Installing py3-retrying (1.3.3-r0) 15:50:36 (38/39) Installing py3-contextlib2 (0.6.0-r0) 15:50:36 (39/39) Installing py3-pip (20.1.1-r0) 15:50:36 Executing busybox-1.31.1-r19.trigger 15:50:36 OK: 72 MiB in 59 packages 15:50:37 Collecting docker-compose==1.23.2 15:50:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:50:37 Collecting PyYAML<4,>=3.10 15:50:37 Downloading PyYAML-3.13.tar.gz (270 kB) 15:50:38 Collecting docker<4.0,>=3.6.0 15:50:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:50:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:50:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:50:38 Collecting jsonschema<3,>=2.5.1 15:50:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:50:38 Collecting docopt<0.7,>=0.6.1 15:50:38 Downloading docopt-0.6.2.tar.gz (25 kB) 15:50:39 Collecting texttable<0.10,>=0.9.0 15:50:39 Downloading texttable-0.9.1.tar.gz (11 kB) 15:50:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:50:40 Collecting cached-property<2,>=1.2.0 15:50:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:50:40 Collecting dockerpty<0.5,>=0.4.1 15:50:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:50:40 Collecting websocket-client<1.0,>=0.32.0 15:50:40 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:50:40 Collecting docker-pycreds>=0.4.0 15:50:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:50:40 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) 15:50:40 Collecting urllib3<1.25,>=1.21.1 15:50:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:50:40 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) 15:50:40 Collecting idna<2.8,>=2.5 15:50:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:50:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:50:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:50:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:50:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:50:41 Installing collected packages: PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, docopt, texttable, cached-property, dockerpty, docker-compose 15:50:41 Running setup.py install for PyYAML: started 15:50:41 Running setup.py install for PyYAML: finished with status 'done' 15:50:41 Attempting uninstall: urllib3 15:50:41 Found existing installation: urllib3 1.25.9 15:50:41 Uninstalling urllib3-1.25.9: 15:50:42 Successfully uninstalled urllib3-1.25.9 15:50:42 Attempting uninstall: idna 15:50:42 Found existing installation: idna 2.9 15:50:42 Uninstalling idna-2.9: 15:50:42 Successfully uninstalled idna-2.9 15:50:42 Attempting uninstall: requests 15:50:42 Found existing installation: requests 2.23.0 15:50:42 Uninstalling requests-2.23.0: 15:50:42 Successfully uninstalled requests-2.23.0 15:50:42 Running setup.py install for docopt: started 15:50:43 Running setup.py install for docopt: finished with status 'done' 15:50:43 Running setup.py install for texttable: started 15:50:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.530s coverage: 81.9% of statements 15:50:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:50:43 Running setup.py install for texttable: finished with status 'done' 15:50:43 Running setup.py install for dockerpty: started 15:50:44 Running setup.py install for dockerpty: finished with status 'done' 15:50:44 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 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.184s coverage: 92.9% of statements 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.197s coverage: 84.6% of statements 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.612s coverage: 64.4% of statements 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 15:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 15:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 15:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 15:50:54 Removing intermediate container d41e36567b04 15:50:54 ---> 345d13e8a3e8 15:50:54 Step 14/23 : ENV APP_PORT=48090 15:50:54 ---> Running in f660c9f241d3 15:50:54 Removing intermediate container f660c9f241d3 15:50:54 ---> 2c132be62b64 15:50:54 Step 15/23 : EXPOSE $APP_PORT 15:50:54 ---> Running in d9dc3779b853 15:50:55 Removing intermediate container d9dc3779b853 15:50:55 ---> f4bb704ee8f7 15:50:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:50:55 ---> 55a14d8ec99c 15:50:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:50:55 ---> 2d2e24134cea 15:50:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:50:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.880s coverage: 69.0% of statements 15:50:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:50:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:50:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:50:56 ---> 0ad177a4309b 15:50:56 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 15:50:56 ---> Running in 7be589326608 15:50:56 Removing intermediate container 7be589326608 15:50:56 ---> 54939b59a99f 15:50:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:56 ---> Running in 02a3478943cf 15:50:56 Removing intermediate container 02a3478943cf 15:50:56 ---> ba7d0c5df547 15:50:56 Step 21/23 : LABEL arch=x86_64 15:50:56 ---> Running in 98ae590310e2 15:50:56 Removing intermediate container 98ae590310e2 15:50:56 ---> 47a0897d9a85 15:50:56 Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:50:57 ---> Running in 0c812bd7e50f 15:50:57 Removing intermediate container 0c812bd7e50f 15:50:57 ---> 5d0b88eaef70 15:50:57 Step 23/23 : LABEL version=0.0.0 15:50:57 ---> Running in 334dd0bd2442 15:50:57 Removing intermediate container 334dd0bd2442 15:50:57 ---> adbd6fc7b9c9 15:50:57 15:50:57 Successfully built adbd6fc7b9c9 15:50:57 Successfully tagged docker-sys-mgmt-agent-go:latest 15:50:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:50:58 $ docker stop --time=1 ee6d9db3f1f64cebe9acca8978b22436a0769ca6d9eb62280029ecad0aaa3b75 15:50:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.471s coverage: 38.4% of statements 15:50:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:50:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:50:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.127s coverage: 89.5% of statements 15:50:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:50:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements 15:50:59 $ docker rm -f ee6d9db3f1f64cebe9acca8978b22436a0769ca6d9eb62280029ecad0aaa3b75 [Pipeline] // withDockerContainer [Pipeline] sh 15:51:00 + docker images 15:51:00 + grep docker 15:51:00 docker-sys-mgmt-agent-go latest adbd6fc7b9c9 3 seconds ago 312MB 15:51:00 docker-core-data-go latest a6d0329cc0c0 28 seconds ago 22.7MB 15:51:00 docker-security-secretstore-setup-go latest 972ca0040ebe 46 seconds ago 25.8MB 15:51:00 docker-core-command-go latest 862182927369 54 seconds ago 17.3MB 15:51:00 docker-security-bootstrapper-go latest 9eee71d2ace9 About a minute ago 18.9MB 15:51:00 docker-core-metadata-go latest d8971591b774 2 minutes ago 19MB 15:51:00 docker-support-notifications-go latest 05119a80278b 2 minutes ago 17.9MB 15:51:00 docker-security-proxy-setup-go latest 993b910a915e 2 minutes ago 25.5MB 15:51:00 docker-support-scheduler-go latest b9eff38a720e 2 minutes ago 17.4MB 15:51:00 docker 20.10.0 aefe523efa57 4 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 15:51:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:51:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:51:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:51:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 11.0% of statements 15:51:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:51:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.452s coverage: 87.1% of statements 15:51:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:51:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:51:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:51:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.360s coverage: 29.1% of statements 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:51:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:51:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.168s coverage: 100.0% of statements 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:51:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.317s coverage: 95.6% of statements 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:51:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:51:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:51:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:51:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:51:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 15:51:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 28.1% of statements 15:51:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 15:51:16 GO111MODULE=on go vet ./... 15:51:16 Still waiting to schedule task 15:51:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:52:12 Running on prd-ubuntu18.04-docker-8c-8g-33713 in /w/workspace/edgexfoundry_edgex-go_PR-3350 [Pipeline] { [Pipeline] ws 15:52:12 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 15:52:14 using credential edgex-jenkins-ssh 15:52:14 Cloning the remote Git repository 15:52:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:52:14 > git init /w/workspace/edgex-go/4 # timeout=10 15:52:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:52:14 > git --version # timeout=10 15:52:14 > git --version # 'git version 2.17.1' 15:52:14 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:21 Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:52:21 Merge succeeded, producing eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:52:21 Checking out Revision eb974e5ff906fca496d59e54ab37c93c2b055a6e (PR-3350) 15:52:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:52:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:52:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:52:21 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3350/head:refs/remotes/origin/PR-3350 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:52:21 > git config core.sparsecheckout # timeout=10 15:52:21 > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 15:52:21 > git remote # timeout=10 15:52:21 > git config --get remote.origin.url # timeout=10 15:52:21 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:21 > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 15:52:21 > git rev-parse HEAD^{commit} # timeout=10 15:52:21 > git config core.sparsecheckout # timeout=10 15:52:21 > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 15:52:25 Commit message: "Merge branch 'master' into remove-token-gen-security-bootstrapper" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:52:26 + echo snap-build.sh 15:52:26 snap-build.sh 15:52:26 + SNAP_BASE_DIR=. 15:52:26 + '[' '!' -z /w/workspace/edgex-go/4 ']' 15:52:26 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 15:52:26 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 15:52:26 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 15:52:26 + cd /w/workspace/edgex-go/4 15:52:26 + sudo apt-get remove -qy --purge lxd lxd-client 15:52:26 Reading package lists... 15:52:27 Building dependency tree... 15:52:27 Reading state information... 15:52:27 The following packages were automatically installed and are no longer required: 15:52:27 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:52:27 uidmap xdelta3 15:52:27 Use 'sudo apt autoremove' to remove them. 15:52:27 The following packages will be REMOVED: 15:52:27 lxd* lxd-client* 15:52:27 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:52:27 After this operation, 31.7 MB disk space will be freed. 15:52:29 (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.) 15:52:29 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:52:29 Removing lxd dnsmasq configuration 15:52:29 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:52:30 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:52:31 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:52:31 (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.) 15:52:31 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:52:32 Processing triggers for systemd (237-3ubuntu10.42) ... 15:52:32 Processing triggers for ureadahead (0.100.0-21) ... 15:52:34 + sudo snap remove --purge lxd 15:52:34 snap "lxd" is not installed 15:52:34 + sudo groupadd --force --system lxd 15:52:34 ++ whoami 15:52:34 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:52:34 + newgrp - lxd 15:52:34 + sudo snap install lxd 15:52:37 gofmt -l . 15:52:37 [ "`gofmt -l .`" = "" ] 15:52:37 ./bin/test-go-mod-tidy.sh 15:52:37 ./bin/test-attribution-txt.sh [Pipeline] sh 15:52:39 + ls -al . 15:52:39 total 824 15:52:39 drwxrwxr-x 9 1001 1001 4096 Apr 12 15:52 . 15:52:39 drwxr-xr-x 4 root root 4096 Apr 12 15:48 .. 15:52:39 -rw-rw-r-- 1 1001 1001 11 Apr 12 15:46 .dockerignore 15:52:39 drwxrwxr-x 8 1001 1001 4096 Apr 12 15:46 .git 15:52:39 drwxrwxr-x 3 1001 1001 4096 Apr 12 15:46 .github 15:52:39 -rw-rw-r-- 1 1001 1001 818 Apr 12 15:46 .gitignore 15:52:39 -rw-rw-r-- 1 1001 1001 166 Apr 12 15:46 .sonarcloud.properties 15:52:39 -rw-rw-r-- 1 1001 1001 8607 Apr 12 15:46 Attribution.txt 15:52:39 -rw-rw-r-- 1 1001 1001 3804 Apr 12 15:46 CONTRIBUTING.md 15:52:39 -rw-rw-r-- 1 1001 1001 931 Apr 12 15:46 Dockerfile.build 15:52:39 -rw-rw-r-- 1 1001 1001 863 Apr 12 15:46 Jenkinsfile 15:52:39 -rw-rw-r-- 1 1001 1001 10775 Apr 12 15:46 LICENSE 15:52:39 -rw-rw-r-- 1 1001 1001 5774 Apr 12 15:46 Makefile 15:52:39 -rw-rw-r-- 1 1001 1001 6548 Apr 12 15:46 README.md 15:52:39 -rw-rw-r-- 1 1001 1001 6755 Apr 12 15:46 SECURITY.md 15:52:39 -rw-rw-r-- 1 1001 1001 5 Apr 12 15:42 VERSION 15:52:39 -rw-rw-r-- 1 1001 1001 4131 Apr 12 15:46 ZMQWindows.md 15:52:39 drwxrwxr-x 2 1001 1001 4096 Apr 12 15:46 bin 15:52:39 drwxrwxr-x 14 1001 1001 4096 Apr 12 15:46 cmd 15:52:39 -rw-r--r-- 1 root root 684356 Apr 12 15:51 coverage.out 15:52:39 -rw-r--r-- 1 root root 1056 Apr 12 15:52 go.mod 15:52:39 -rw-r--r-- 1 root root 21911 Apr 12 15:52 go.sum 15:52:39 drwxrwxr-x 8 1001 1001 4096 Apr 12 15:46 internal 15:52:39 drwxrwxr-x 4 1001 1001 4096 Apr 12 15:46 openapi 15:52:39 drwxrwxr-x 4 1001 1001 4096 Apr 12 15:46 snap 15:52:39 -rw-rw-r-- 1 1001 1001 168 Apr 12 15:46 version.go [Pipeline] sh 15:52:40 + '[' -e coverage.out ] 15:52:40 + chown 1001:1001 coverage.out [Pipeline] stash 15:52:40 Warning: overwriting stash ‘coverage-report’ 15:52:41 Stashed 1 file(s) [Pipeline] sh 15:52:42 + make build 15:52:42 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 15:52:42 2021-04-12T15:52:40Z INFO Waiting for automatic snapd restart... 15:52:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:52:57 lxd 4.12 from Canonical* installed 15:52:57 + sudo lxd init --auto 15:53:05 + sudo snap install --classic snapcraft 15:53:13 snapcraft 4.6.2 from Canonical* installed 15:53:13 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 15:53:13 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 15:53:13 % Total % Received % Xferd Average Speed Time Time Time Current 15:53:13 Dload Upload Total Spent Left Speed 15:53:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 15:53:13 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M 15:53:13 ./yq_linux_amd64 15:53:13 + sudo snapcraft prime --use-lxd 15:53:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:53:14 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: 15:53:14 - README.md 15:53:14 15:53:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:53:15 Launching a container. 15:53:19 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 15:53:21 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 15:53:27 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 15:53:27 Waiting for container to be ready 15:53:27 To start your first instance, try: lxc launch ubuntu:18.04 15:53:27 15:53:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:53:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:53:30 Waiting for network to be ready... 15:53:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:53:31 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:53:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:53:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 15:53:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:53:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:53:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:53:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:53:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 15:53:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:53:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:53:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:53:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 15:53:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 15:53:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 15:53:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 15:53:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 15:53:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 15:53:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:53:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 15:53:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 15:53:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 15:53:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 15:53:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 15:53:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 15:53:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 15:53:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 15:53:33 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 15:53:35 Fetched 24.2 MB in 4s (5474 kB/s) 15:53:36 Reading package lists... 15:53:36 Reading package lists... 15:53:36 Building dependency tree... 15:53:36 Reading state information... 15:53:37 The following additional packages will be installed: 15:53:37 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:53:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:53:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:53:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:53:37 Suggested packages: 15:53:37 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:53:37 Recommended packages: 15:53:37 gnupg libsasl2-modules 15:53:37 The following NEW packages will be installed: 15:53:37 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:53:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:53:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:53:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:53:37 The following packages will be upgraded: 15:53:37 gpg gpg-agent gpgconf libudev1 15:53:37 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:53:37 Need to get 3530 kB of archives. 15:53:37 After this operation, 13.3 MB of additional disk space will be used. 15:53:37 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 15:53:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:53:37 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] 15:53:37 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 15:53:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 15:53:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 15:53:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:53:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:53:38 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 15:53:38 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 15:53:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 15:53:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:53:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:53:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:53:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:53:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:53:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:53:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:53:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:53:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:53:38 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:53:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 15:53:38 debconf: delaying package configuration, since apt-utils is not installed 15:53:38 Fetched 3530 kB in 1s (3470 kB/s) 15:53:38 (Reading database ... 12511 files and directories currently installed.) 15:53:38 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 15:53:38 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 15:53:38 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 15:53:38 Selecting previously unselected package udev. 15:53:38 (Reading database ... 12511 files and directories currently installed.) 15:53:38 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 15:53:38 Unpacking udev (237-3ubuntu10.45) ... 15:53:39 Selecting previously unselected package libfuse2:amd64. 15:53:39 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:53:39 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:53:39 Selecting previously unselected package fuse. 15:53:39 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:53:39 Unpacking fuse (2.9.7-1ubuntu1) ... 15:53:39 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 15:53:39 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:53:39 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 15:53:39 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:53:39 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 15:53:39 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:53:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:53:39 Selecting previously unselected package libksba8:amd64. 15:53:39 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:53:39 Unpacking libksba8:amd64 (1.3.5-2) ... 15:53:39 Selecting previously unselected package libroken18-heimdal:amd64. 15:53:39 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:39 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:39 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:53:39 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:40 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:40 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:53:40 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:40 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:40 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:53:40 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:40 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:40 Selecting previously unselected package libwind0-heimdal:amd64. 15:53:40 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:40 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:40 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:53:40 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:40 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:40 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:53:40 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:40 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:40 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:53:40 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:40 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:40 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:53:40 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:40 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:40 Selecting previously unselected package libsasl2-modules-db:amd64. 15:53:40 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:53:40 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:53:40 Selecting previously unselected package libsasl2-2:amd64. 15:53:40 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:53:40 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:53:41 Selecting previously unselected package libldap-common. 15:53:41 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 15:53:41 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:53:41 Selecting previously unselected package libldap-2.4-2:amd64. 15:53:41 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 15:53:41 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:53:41 Selecting previously unselected package dirmngr. 15:53:41 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 15:53:41 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 15:53:41 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:53:41 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 15:53:41 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:53:41 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:53:41 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:53:41 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 15:53:41 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:41 Setting up libksba8:amd64 (1.3.5-2) ... 15:53:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:53:41 Setting up udev (237-3ubuntu10.45) ... 15:53:42 invoke-rc.d: policy-rc.d denied execution of start. 15:53:42 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:42 Processing triggers for systemd (237-3ubuntu10) ... 15:53:42 Setting up fuse (2.9.7-1ubuntu1) ... 15:53:42 Setting up gpg (2.2.4-1ubuntu1.4) ... 15:53:42 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:42 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:42 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:42 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:42 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:42 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:42 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:42 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:53:42 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 15:53:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:53:43 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:53:43 settings in the [Install] section, and DefaultInstance for template units). 15:53:43 This means they are not meant to be enabled using systemctl. 15:53:43 Possible reasons for having this kind of units are: 15:53:43 1) A unit may be statically enabled by being symlinked from another unit's 15:53:43 .wants/ or .requires/ directory. 15:53:43 2) A unit's purpose may be to act as a helper for some other unit which has 15:53:43 a requirement dependency on it. 15:53:43 3) A unit may be started when needed via activation (socket, path, timer, 15:53:43 D-Bus, udev, scripted systemctl call, ...). 15:53:43 4) In case of template units, the unit is meant to be enabled with some 15:53:43 instance name specified. 15:53:43 Reading package lists... 15:53:43 Building dependency tree... 15:53:43 Reading state information... 15:53:43 The following additional packages will be installed: 15:53:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:53:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:53:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:53:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:53:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:53:43 Suggested packages: 15:53:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:53:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:53:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:53:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:53:43 systemd-container policykit-1 15:53:43 Recommended packages: 15:53:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:53:43 The following NEW packages will be installed: 15:53:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:53:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:53:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:53:43 multiarch-support openssh-client python3 python3-minimal python3.6 15:53:43 python3.6-minimal snapd squashfs-tools sudo 15:53:43 The following packages will be upgraded: 15:53:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:53:43 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:53:43 Need to get 35.2 MB of archives. 15:53:43 After this operation, 141 MB of additional disk space will be used. 15:53:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 15:53:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 15:53:44 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 15:53:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 15:53:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:53:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 15:53:44 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 15:53:44 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 15:53:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 15:53:44 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 15:53:44 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:53:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:53:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 15:53:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:53:44 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:53:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:53:44 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:53:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:53:44 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:53:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:53:44 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:53:44 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:53:44 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:53:44 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:53:44 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:53:45 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:53:45 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 15:53:45 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:53:45 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:53:45 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:53:45 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:53:46 debconf: delaying package configuration, since apt-utils is not installed 15:53:46 Fetched 35.2 MB in 2s (17.5 MB/s) 15:53:46 (Reading database ... 12757 files and directories currently installed.) 15:53:46 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 15:53:46 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 15:53:46 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 15:53:46 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 15:53:46 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 15:53:47 (Reading database ... 12757 files and directories currently installed.) 15:53:47 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 15:53:47 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 15:53:47 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 15:53:47 (Reading database ... 12757 files and directories currently installed.) 15:53:47 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 15:53:47 Unpacking apt (1.6.13) over (1.6.1) ... 15:53:47 Setting up apt (1.6.13) ... 15:53:47 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:53:48 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:53:48 (Reading database ... 12764 files and directories currently installed.) 15:53:48 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 15:53:48 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 15:53:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:53:48 Selecting previously unselected package libpython3.6-minimal:amd64. 15:53:48 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:53:48 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:53:48 Selecting previously unselected package libexpat1:amd64. 15:53:48 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:53:48 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:53:48 Selecting previously unselected package python3.6-minimal. 15:53:48 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:53:48 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:53:49 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 15:53:49 Checking for services that may need to be restarted...done. 15:53:49 Checking for services that may need to be restarted...done. 15:53:49 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:53:49 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:53:49 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:53:49 Selecting previously unselected package python3-minimal. 15:53:49 (Reading database ... 13012 files and directories currently installed.) 15:53:49 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:53:49 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:53:49 Selecting previously unselected package mime-support. 15:53:49 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:53:49 Unpacking mime-support (3.60ubuntu1) ... 15:53:50 Selecting previously unselected package libmpdec2:amd64. 15:53:50 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:53:50 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:53:50 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:53:50 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:53:50 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:53:50 Selecting previously unselected package python3.6. 15:53:50 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:53:50 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:53:50 Selecting previously unselected package libpython3-stdlib:amd64. 15:53:50 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:53:50 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:53:50 Setting up python3-minimal (3.6.7-1~18.04) ... 15:53:50 Selecting previously unselected package python3. 15:53:50 (Reading database ... 13442 files and directories currently installed.) 15:53:50 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:53:50 Unpacking python3 (3.6.7-1~18.04) ... 15:53:50 Selecting previously unselected package multiarch-support. 15:53:50 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:53:50 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:53:50 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:53:50 Selecting previously unselected package liblzo2-2:amd64. 15:53:51 (Reading database ... 13479 files and directories currently installed.) 15:53:51 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:53:51 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:53:51 Selecting previously unselected package libbsd0:amd64. 15:53:51 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:53:51 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:53:51 Selecting previously unselected package sudo. 15:53:51 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:53:51 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:53:51 Selecting previously unselected package apparmor. 15:53:51 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:53:51 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:53:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:53:51 Selecting previously unselected package libedit2:amd64. 15:53:52 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:53:52 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:53:52 Selecting previously unselected package libkrb5support0:amd64. 15:53:52 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:53:52 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:53:52 Selecting previously unselected package libk5crypto3:amd64. 15:53:52 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:53:52 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:53:52 Selecting previously unselected package libkeyutils1:amd64. 15:53:52 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:53:52 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:53:52 Selecting previously unselected package libkrb5-3:amd64. 15:53:52 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:53:52 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:53:52 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:53:52 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:53:52 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:53:52 Selecting previously unselected package libssl1.0.0:amd64. 15:53:52 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 15:53:52 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:53:53 Selecting previously unselected package openssh-client. 15:53:53 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:53:53 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:53:53 Selecting previously unselected package squashfs-tools. 15:53:53 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:53:53 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:53:53 Selecting previously unselected package snapd. 15:53:53 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:53:53 Unpacking snapd (2.48.3+18.04) ... 15:53:55 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:53:55 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:53:55 Setting up mime-support (3.60ubuntu1) ... 15:53:55 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:53:55 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:53:56 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:53:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:53:56 Setting up systemd (237-3ubuntu10.45) ... 15:53:56 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:53:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:53:57 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:53:57 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:53:57 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:53:57 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:53:58 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:53:58 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:53:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:53:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:53:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:53:58 Setting up python3 (3.6.7-1~18.04) ... 15:53:58 running python rtupdate hooks for python3.6... 15:53:58 running python post-rtupdate hooks for python3.6... 15:53:58 Setting up apparmor (2.12-4ubuntu5.1) ... 15:54:00 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:54:00 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:54:00 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:54:00 Setting up snapd (2.48.3+18.04) ... 15:54:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:54:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:54:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [Pipeline] } 15:54:01 $ docker stop --time=1 afecba1461fb73e44557de8feda463be340ff187274fc5838b31eebab1d30b18 15:54:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:54:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:54:01 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:54:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:54:02 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:54:02 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:54:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:54:02 /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' 15:54:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:54:02 Processing triggers for systemd (237-3ubuntu10.45) ... 15:54:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:54:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:54:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:54:04 $ docker rm -f afecba1461fb73e44557de8feda463be340ff187274fc5838b31eebab1d30b18 15:54:05 Reading package lists... 15:54:05 Reading package lists... 15:54:05 Building dependency tree... 15:54:05 Reading state information... 15:54:05 Calculating upgrade... 15:54:05 The following packages will be upgraded: 15:54:05 advancecomp base-files bash binutils binutils-common 15:54:05 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:54:05 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:54:05 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:54:05 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:54:05 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:54:05 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:54:05 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:54:05 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:54:05 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:54:05 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:54:05 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:54:05 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:54:05 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:54:05 procps systemd-sysv tar tzdata ubuntu-keyring util-linux [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 15:54:05 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:54:05 Need to get 63.8 MB of archives. 15:54:05 After this operation, 5208 kB of additional disk space will be used. 15:54:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 15:54:05 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:54:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:54:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:54:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:54:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:54:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:54:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:54:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:54:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:54:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:54:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:54:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:54:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:54:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:54:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:54:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:54:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:54:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:54:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:54:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:54:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:54:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:54:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:54:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:54:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:54:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:54:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:54:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:54:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:54:06 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:54:06 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:54:06 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:54:06 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:54:06 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:54:06 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 15:54:06 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:54:06 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:54:06 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:54:06 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 15:54:06 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:54:06 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:54:06 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:54:06 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:54:06 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:54:06 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:54:06 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:54:06 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 15:54:06 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 15:54:06 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 15:54:06 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 15:54:06 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:54:06 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:54:06 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:54:06 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:54:06 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:54:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:06 15:54:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:06 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:54:06 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:54:06 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] isUnix [Pipeline] sh 15:54:06 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:54:06 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:54:06 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:54:06 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:54:06 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:54:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:07 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:54:07 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:54:07 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:54:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:54:07 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:54:07 latest: Pulling from edgex-devops/edgex-compose-arm64 15:54:07 29e5d40040c1: Pulling fs layer 15:54:07 1ce36da41761: Pulling fs layer 15:54:07 25b303627fd3: Pulling fs layer 15:54:07 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:54:07 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:54:07 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:54:07 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:54:07 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:54:07 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:54:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:54:07 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:54:07 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:54:07 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:54:07 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:54:07 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:54:07 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:54:07 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:54:07 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 15:54:07 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:54:07 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:54:07 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 15:54:07 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:54:07 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:54:07 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 15:54:07 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:54:07 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:54:07 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:54:07 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:54:07 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:54:07 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:54:07 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:54:07 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:54:07 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:54:07 29e5d40040c1: Verifying Checksum 15:54:07 29e5d40040c1: Download complete 15:54:07 debconf: delaying package configuration, since apt-utils is not installed 15:54:07 Fetched 63.8 MB in 2s (30.3 MB/s) 15:54:08 1ce36da41761: Verifying Checksum 15:54:08 1ce36da41761: Download complete 15:54:08 29e5d40040c1: Pull complete 15:54:08 (Reading database ... 13912 files and directories currently installed.) 15:54:08 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:54:08 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:54:09 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:54:09 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:54:09 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 15:54:09 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 15:54:09 1ce36da41761: Pull complete 15:54:09 25b303627fd3: Verifying Checksum 15:54:09 25b303627fd3: Download complete 15:54:10 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:10 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:10 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:10 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:10 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:10 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:10 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:10 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:10 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:10 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:10 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:11 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:11 (Reading database ... 13911 files and directories currently installed.) 15:54:11 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:11 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:54:11 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:54:11 (Reading database ... 13911 files and directories currently installed.) 15:54:11 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:11 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:11 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:11 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:11 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:11 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:11 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:11 (Reading database ... 13911 files and directories currently installed.) 15:54:11 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:54:12 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:54:12 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:54:12 (Reading database ... 13911 files and directories currently installed.) 15:54:12 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:54:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:54:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:54:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:54:13 Setting up base-files (10.1ubuntu2.10) ... 15:54:13 Installing new version of config file /etc/issue ... 15:54:13 Installing new version of config file /etc/issue.net ... 15:54:13 Installing new version of config file /etc/lsb-release ... 15:54:13 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:54:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:54:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:54:13 Removing obsolete conffile /etc/default/motd-news ... 15:54:13 (Reading database ... 13912 files and directories currently installed.) 15:54:13 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:54:13 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:54:14 Setting up bash (4.4.18-2ubuntu1.2) ... 15:54:14 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 15:54:14 (Reading database ... 13912 files and directories currently installed.) 15:54:14 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:14 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:54:14 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:54:14 (Reading database ... 13912 files and directories currently installed.) 15:54:14 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:54:14 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:54:14 Setting up tar (1.29b-2ubuntu0.2) ... 15:54:14 (Reading database ... 13912 files and directories currently installed.) 15:54:14 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:54:14 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:54:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:54:15 (Reading database ... 13912 files and directories currently installed.) 15:54:15 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:54:15 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:54:15 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:54:15 (Reading database ... 13912 files and directories currently installed.) 15:54:15 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:54:15 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:54:15 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:54:15 (Reading database ... 13912 files and directories currently installed.) 15:54:15 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:54:15 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:54:15 Setting up grep (3.1-2build1) ... 15:54:15 (Reading database ... 13912 files and directories currently installed.) 15:54:15 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:54:15 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:54:15 Setting up login (1:4.5-1ubuntu2) ... 15:54:16 (Reading database ... 13912 files and directories currently installed.) 15:54:16 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:54:16 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:16 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:54:16 (Reading database ... 13912 files and directories currently installed.) 15:54:16 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:54:16 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:54:16 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:54:16 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:54:16 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:54:16 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:54:17 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:54:17 (Reading database ... 13912 files and directories currently installed.) 15:54:17 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:54:17 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:54:18 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:54:18 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:54:19 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:54:19 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:54:19 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:54:19 (Reading database ... 13912 files and directories currently installed.) 15:54:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:54:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:54:19 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:54:19 (Reading database ... 13912 files and directories currently installed.) 15:54:19 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:19 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:19 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:19 (Reading database ... 13912 files and directories currently installed.) 15:54:19 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:19 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:19 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:20 (Reading database ... 13912 files and directories currently installed.) 15:54:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:20 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:20 25b303627fd3: Pull complete 15:54:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:54:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:54:20 (Reading database ... 13912 files and directories currently installed.) 15:54:20 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:20 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:20 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:20 prd-ubuntu18.04-docker-arm64-4c-16g-33710 does not seem to be running inside a container 15:54:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:54:20 (Reading database ... 13912 files and directories currently installed.) 15:54:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:54:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:20 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:54:20 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:20 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:54:20 (Reading database ... 13912 files and directories currently installed.) 15:54:20 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:54:20 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:21 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:54:21 (Reading database ... 13912 files and directories currently installed.) 15:54:21 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:21 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:21 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:21 (Reading database ... 13912 files and directories currently installed.) 15:54:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:54:21 (Reading database ... 13912 files and directories currently installed.) 15:54:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:21 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:22 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:54:22 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:54:22 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:54:22 (Reading database ... 13912 files and directories currently installed.) 15:54:22 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:54:22 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:54:22 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:54:23 (Reading database ... 13912 files and directories currently installed.) 15:54:23 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:54:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:54:23 $ docker top 52a5f078aa0fd62ec3d23409d1ce840170f83efffa791475531945973052a0f0 -eo pid,comm 15:54:23 (Reading database ... 13914 files and directories currently installed.) 15:54:23 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:54:23 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [Pipeline] { [Pipeline] sh 15:54:24 Setting up debconf (1.5.66ubuntu1) ... 15:54:24 (Reading database ... 13914 files and directories currently installed.) 15:54:24 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:54:24 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:54:24 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:54:24 (Reading database ... 13914 files and directories currently installed.) 15:54:24 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:54:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:54:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:54:24 + grep parallel 15:54:24 + docker-compose build --help 15:54:24 (Reading database ... 13914 files and directories currently installed.) 15:54:24 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:54:24 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:54:24 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:54:25 (Reading database ... 13914 files and directories currently installed.) 15:54:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:54:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:54:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:54:25 (Reading database ... 13914 files and directories currently installed.) 15:54:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:54:25 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:54:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:54:25 (Reading database ... 13914 files and directories currently installed.) 15:54:25 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:25 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 15:54:26 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 15:54:26 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:54:26 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:54:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:54:26 (Reading database ... 13914 files and directories currently installed.) 15:54:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:54:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:54:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:54:26 (Reading database ... 13914 files and directories currently installed.) 15:54:26 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:54:26 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:54:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:54:27 (Reading database ... 13914 files and directories currently installed.) 15:54:27 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:54:27 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:54:27 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:54:27 (Reading database ... 13914 files and directories currently installed.) 15:54:27 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 15:54:27 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 15:54:27 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 15:54:27 (Reading database ... 13914 files and directories currently installed.) 15:54:27 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:54:27 --parallel Build images in parallel. 15:54:27 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] } 15:54:28 Setting up passwd (1:4.5-1ubuntu2) ... 15:54:28 $ docker stop --time=1 52a5f078aa0fd62ec3d23409d1ce840170f83efffa791475531945973052a0f0 15:54:28 (Reading database ... 13914 files and directories currently installed.) 15:54:28 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 15:54:28 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:54:28 Setting up gpgv (2.2.4-1ubuntu1.4) ... 15:54:29 (Reading database ... 13914 files and directories currently installed.) 15:54:29 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:54:29 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:54:29 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:54:29 (Reading database ... 13914 files and directories currently installed.) 15:54:29 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:54:29 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:54:29 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:54:29 (Reading database ... 13914 files and directories currently installed.) 15:54:29 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:54:29 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:54:29 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:54:29 (Reading database ... 13914 files and directories currently installed.) 15:54:29 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:54:29 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:54:30 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:54:30 $ docker rm -f 52a5f078aa0fd62ec3d23409d1ce840170f83efffa791475531945973052a0f0 15:54:30 (Reading database ... 13914 files and directories currently installed.) 15:54:30 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:54:30 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:54:30 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 15:54:30 (Reading database ... 13914 files and directories currently installed.) 15:54:30 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 15:54:30 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 15:54:30 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 15:54:30 (Reading database ... 13915 files and directories currently installed.) 15:54:30 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:54:30 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:54:30 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:54:30 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:54:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:31 . [Pipeline] withDockerContainer 15:54:31 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 15:54:31 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 15:54:31 prd-ubuntu18.04-docker-arm64-4c-16g-33710 does not seem to be running inside a container 15:54:31 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:54:31 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:54:31 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:54:31 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:54:31 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:54:31 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:54:31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:54:31 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:54:31 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:54:31 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:54:31 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:54:32 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:54:32 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:54:32 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:54:32 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:54:32 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:54:32 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:54:32 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:54:32 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:54:32 $ docker top 536c3fb559197700d0b5b745f318f958b47f9f359d5276e5f01ca500ef469c40 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:33 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:54:33 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:54:33 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:54:33 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:54:33 + docker-compose -f ./docker-compose-build.yml build --parallel 15:54:33 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:54:33 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:54:34 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:54:34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:54:34 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:54:34 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:54:34 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:54:34 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:54:34 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:34 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:35 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:35 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:36 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:36 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:38 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:38 Building docker-core-command-go ... 15:54:38 Building docker-core-data-go ... 15:54:38 Building docker-core-metadata-go ... 15:54:38 Building docker-security-bootstrapper-go ... 15:54:38 Building docker-security-proxy-setup-go ... 15:54:38 Building docker-security-secretstore-setup-go ... 15:54:38 Building docker-support-notifications-go ... 15:54:38 Building docker-support-scheduler-go ... 15:54:38 Building docker-sys-mgmt-agent-go ... 15:54:38 Building docker-security-bootstrapper-go 15:54:38 Building docker-core-metadata-go 15:54:38 Building docker-core-command-go 15:54:38 Building docker-sys-mgmt-agent-go 15:54:38 Building docker-security-secretstore-setup-go 15:54:38 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:38 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:39 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:39 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:54:39 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:54:39 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:54:39 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:54:39 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:54:39 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:54:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:54:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:54:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:54:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:54:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:54:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:54:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:54:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:54:40 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:40 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:54:40 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:40 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:40 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:40 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:54:40 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:54:40 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:54:40 15:54:40 Current default time zone: 'Etc/UTC' 15:54:40 Local time is now: Mon Apr 12 15:54:40 UTC 2021. 15:54:40 Universal Time is now: Mon Apr 12 15:54:40 UTC 2021. 15:54:40 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:54:40 15:54:41 Setting up systemd-sysv (237-3ubuntu10.45) ... 15:54:41 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:41 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 15:54:41 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:54:41 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:54:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:54:41 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:54:41 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:54:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:54:41 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:54:41 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:41 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:54:41 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:41 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 15:54:41 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:41 Setting up patch (2.7.6-2ubuntu1.1) ... 15:54:41 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:54:41 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:54:41 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 15:54:41 Installing new version of config file /etc/ssl/openssl.cnf ... 15:54:41 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:54:41 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:54:41 Setting up ca-certificates (20210119~18.04.1) ... 15:54:43 Updating certificates in /etc/ssl/certs... 15:54:44 23 added, 27 removed; done. 15:54:44 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:54:44 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:54:45 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:54:45 Setting up pkgbinarymangler (138.18.04.1) ... 15:54:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 15:54:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:54:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:45 Setting up perl (5.26.1-6ubuntu0.5) ... 15:54:45 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 15:54:45 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:54:45 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:54:45 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 15:54:45 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:54:45 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:54:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:54:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:54:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:54:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:54:45 Processing triggers for systemd (237-3ubuntu10.45) ... 15:54:45 Processing triggers for mime-support (3.60ubuntu1) ... 15:54:45 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:54:45 Updating certificates in /etc/ssl/certs... 15:54:46 0 added, 0 removed; done. 15:54:46 Running hooks in /etc/ca-certificates/update.d... 15:54:46 done. 15:54:47 Reading package lists... 15:54:47 Building dependency tree... 15:54:47 Reading state information... 15:54:47 The following NEW packages will be installed: 15:54:47 apt-transport-https 15:54:47 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:54:47 Need to get 1692 B of archives. 15:54:47 After this operation, 154 kB of additional disk space will be used. 15:54:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 15:54:47 debconf: delaying package configuration, since apt-utils is not installed 15:54:47 Fetched 1692 B in 0s (8495 B/s) 15:54:47 Selecting previously unselected package apt-transport-https. 15:54:47 (Reading database ... 13920 files and directories currently installed.) 15:54:47 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 15:54:47 Unpacking apt-transport-https (1.6.13) ... 15:54:47 Setting up apt-transport-https (1.6.13) ... 15:54:48 Waiting for network to be ready... 15:54:54 2021-04-12T15:54:51Z INFO Waiting for automatic snapd restart... 15:54:54 snapd 2.49.2 from Canonical* installed 15:54:55 "snapd" switched to the "latest/stable" channel 15:54:55 15:54:59 core18 20210309 from Canonical* installed 15:54:59 "core18" switched to the "latest/stable" channel 15:54:59 15:55:02 snapcraft 4.6.2 from Canonical* installed 15:55:02 "snapcraft" switched to the "latest/stable" channel 15:55:02 15:55:06 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: 15:55:06 - README.md 15:55:06 15:55:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:55:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:13 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:55:13 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:55:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:55:13 Reading package lists... 15:55:14 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 15:55:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:21 Reading package lists... 15:55:21 Building dependency tree... 15:55:21 Reading state information... 15:55:21 Suggested packages: 15:55:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:55:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:55:21 Recommended packages: 15:55:21 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:55:21 The following NEW packages will be installed: 15:55:21 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:55:21 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:55:21 pkg-config zip 15:55:21 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:55:21 Need to get 7663 kB of archives. 15:55:21 After this operation, 43.8 MB of additional disk space will be used. 15:55:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 15:55:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 15:55:21 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:55:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 15:55:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 15:55:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:55:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:55:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:55:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:55:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:55:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:55:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:55:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:55:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:55:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:55:21 debconf: delaying package configuration, since apt-utils is not installed 15:55:21 Fetched 7663 kB in 1s (10.5 MB/s) 15:55:21 Selecting previously unselected package libglib2.0-0:amd64. 15:55:21 (Reading database ... 13924 files and directories currently installed.) 15:55:21 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 15:55:21 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 15:55:21 Selecting previously unselected package libpsl5:amd64. 15:55:21 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:55:21 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:55:22 Selecting previously unselected package libnghttp2-14:amd64. 15:55:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:55:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:55:22 Selecting previously unselected package librtmp1:amd64. 15:55:22 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:55:22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:55:22 Selecting previously unselected package libcurl3-gnutls:amd64. 15:55:22 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 15:55:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 15:55:22 Selecting previously unselected package liberror-perl. 15:55:22 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:55:22 Unpacking liberror-perl (0.17025-1) ... 15:55:22 Selecting previously unselected package git-man. 15:55:22 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 15:55:22 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 15:55:22 Selecting previously unselected package git. 15:55:22 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 15:55:22 Unpacking git (1:2.17.1-1ubuntu0.8) ... 15:55:23 Selecting previously unselected package libnorm1:amd64. 15:55:23 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:55:23 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:55:23 Selecting previously unselected package libpgm-5.2-0:amd64. 15:55:23 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:55:23 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:55:23 Selecting previously unselected package libsodium23:amd64. 15:55:23 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:55:23 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:55:23 Selecting previously unselected package libzmq5:amd64. 15:55:23 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:55:23 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:55:24 Selecting previously unselected package libzmq3-dev:amd64. 15:55:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:55:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:55:24 Selecting previously unselected package pkg-config. 15:55:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:55:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:55:24 Selecting previously unselected package zip. 15:55:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:55:24 Unpacking zip (3.0-11build1) ... 15:55:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:55:24 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 15:55:24 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:55:24 Setting up liberror-perl (0.17025-1) ... 15:55:24 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:55:24 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 15:55:24 No schema files found: doing nothing. 15:55:24 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:55:24 Setting up zip (3.0-11build1) ... 15:55:24 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:55:24 Setting up libsodium23:amd64 (1.0.16-2) ... 15:55:24 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:55:24 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:55:24 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 15:55:24 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:55:24 Setting up git (1:2.17.1-1ubuntu0.8) ... 15:55:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:55:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:31 git set to automatically installed. 15:55:31 git-man set to automatically installed. 15:55:31 libcurl3-gnutls set to automatically installed. 15:55:31 liberror-perl set to automatically installed. 15:55:31 libglib2.0-0 set to automatically installed. 15:55:31 libnghttp2-14 set to automatically installed. 15:55:31 libnorm1 set to automatically installed. 15:55:31 libpgm-5.2-0 set to automatically installed. 15:55:31 libpsl5 set to automatically installed. 15:55:31 librtmp1 set to automatically installed. 15:55:31 libsodium23 set to automatically installed. 15:55:31 libzmq3-dev set to automatically installed. 15:55:31 libzmq5 set to automatically installed. 15:55:31 pkg-config set to automatically installed. 15:55:31 zip set to automatically installed. 15:55:34 snapd is not logged in, snap install commands will use sudo 15:55:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:41 snap "core18" has no updates available 15:55:43 snapd is not logged in, snap install commands will use sudo 15:55:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:55:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:55:59 ---> ac35052f4c85 15:55:59 Step 3/23 : WORKDIR /edgex-go 15:55:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:55:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:55:59 ---> ac35052f4c85 15:55:59 Step 3/24 : WORKDIR /edgex-go 15:55:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:55:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:55:59 ---> ac35052f4c85 15:55:59 Step 3/23 : WORKDIR /edgex-go 15:55:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:55:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:55:59 ---> ac35052f4c85 15:55:59 Step 3/23 : WORKDIR /edgex-go 15:55:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:55:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:55:59 ---> ac35052f4c85 15:55:59 Step 3/31 : WORKDIR /edgex-go 15:55:59 ---> Running in b3dde2e6e542 15:55:59 ---> Running in 7f32f74d3d84 15:55:59 ---> Running in edcad1e5927d 15:55:59 ---> Running in 9def3473ab0e 15:55:59 ---> Running in a745e537d7ce 15:55:59 Removing intermediate container edcad1e5927d 15:55:59 ---> 93ad3e912378 15:55:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:59 Removing intermediate container b3dde2e6e542 15:55:59 ---> 8f9e7cfa10e6 15:55:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:59 ---> Running in a6dfd308fe01 15:55:59 Removing intermediate container 7f32f74d3d84 15:55:59 ---> c11c5b7dbe98 15:55:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:59 Removing intermediate container 9def3473ab0e 15:55:59 ---> 7a50a9175076 15:55:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:59 Removing intermediate container a745e537d7ce 15:55:59 ---> 26d4c2c455a3 15:55:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:59 ---> Running in 2b38be848085 15:55:59 ---> Running in d54b3c420ea7 15:55:59 ---> Running in 50a692a3cfa3 15:55:59 ---> Running in 0421f7bf7105 15:55:59 Removing intermediate container a6dfd308fe01 15:55:59 ---> 5189b831a5f9 15:55:59 Step 5/23 : RUN apk add --update --no-cache make bash git 15:55:59 ---> Running in eaa42f2065f1 15:55:59 Removing intermediate container d54b3c420ea7 15:55:59 ---> 6e0dd9ba9355 15:55:59 Step 5/23 : RUN apk add --update --no-cache make git 15:55:59 Removing intermediate container 2b38be848085 15:55:59 ---> 64ddcf412bac 15:55:59 Step 5/23 : RUN apk add --update --no-cache make git 15:55:59 ---> Running in 1d816188cf7b 15:55:59 ---> Running in b94d00b06ef5 15:55:59 Removing intermediate container 50a692a3cfa3 15:55:59 ---> b8e886d87b18 15:55:59 Step 5/24 : RUN apk add --update --no-cache make git 15:55:59 Removing intermediate container 0421f7bf7105 15:55:59 ---> 5e7a5d2f96c1 15:55:59 Step 5/31 : RUN apk add --update --no-cache make git 15:55:59 ---> Running in 3ae0ba4a5225 15:55:59 ---> Running in d3de8300f59e 15:55:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:56:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:56:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:56:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:56:01 OK: 217 MiB in 51 packages 15:56:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:56:02 OK: 217 MiB in 51 packages 15:56:02 OK: 217 MiB in 51 packages 15:56:02 OK: 217 MiB in 51 packages 15:56:02 OK: 217 MiB in 51 packages 15:56:03 Removing intermediate container eaa42f2065f1 15:56:03 ---> 4ae1e2a3cd81 15:56:03 Step 6/23 : COPY go.mod . 15:56:03 Removing intermediate container d3de8300f59e 15:56:03 ---> e15a1957f9d8 15:56:03 Step 6/31 : COPY go.mod . 15:56:04 Removing intermediate container 1d816188cf7b 15:56:04 ---> b167439295c0 15:56:04 Step 6/23 : COPY go.mod . 15:56:04 ---> bacded690fe6 15:56:04 Step 7/23 : RUN go mod download 15:56:04 Removing intermediate container 3ae0ba4a5225 15:56:04 ---> 45c51509328d 15:56:04 Step 6/24 : COPY go.mod . 15:56:04 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 15:56:04 Pulling go-build-helper 15:56:04 + snapcraftctl pull 15:56:04 ---> Running in 5c7dc13b34bb 15:56:04 Removing intermediate container b94d00b06ef5 15:56:04 ---> b616a60fd61d 15:56:04 Step 6/23 : COPY go.mod . 15:56:04 'app-service-config' has dependencies that need to be staged: go-build-helper 15:56:04 Skipping pull go-build-helper (already ran) 15:56:04 Building go-build-helper 15:56:04 + snapcraftctl build 15:56:04 ---> ae147af772bd 15:56:04 Step 7/31 : RUN go mod download 15:56:05 ---> 880ab5dcd5c3 15:56:05 Step 7/23 : RUN go mod download 15:56:05 ---> Running in 6d0211d360c0 15:56:05 ---> Running in 7b239a9c753f 15:56:05 ---> 060f0d776895 15:56:05 Step 7/24 : RUN go mod download 15:56:05 ---> 9b4cc1dbf048 15:56:05 Step 7/23 : RUN go mod download 15:56:05 ---> Running in d9ff65d5d968 15:56:05 ---> Running in db3b27af80b6 15:56:06 Staging go-build-helper 15:56:06 + snapcraftctl stage 15:56:09 Removing intermediate container 5c7dc13b34bb 15:56:09 ---> 4c80455025e9 15:56:09 Step 8/23 : COPY . . 15:56:09 Removing intermediate container 6d0211d360c0 15:56:09 ---> 66109cfebdc5 15:56:09 Step 8/31 : COPY . . 15:56:10 Removing intermediate container 7b239a9c753f 15:56:10 ---> 0c9610c850c2 15:56:10 Step 8/23 : COPY . . 15:56:10 Removing intermediate container db3b27af80b6 15:56:10 ---> e05743e9cb63 15:56:10 Step 8/23 : COPY . . 15:56:11 Removing intermediate container d9ff65d5d968 15:56:11 ---> 43adf9c7e3ba 15:56:11 Step 8/24 : COPY . . 15:56:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:56:16 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:56:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 15:56:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 15:56:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 15:56:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 15:56:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 15:56:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 15:56:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 15:56:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 15:56:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:56:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:56:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:56:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:56:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:56:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:56:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:56:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:56:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:56:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 15:56:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 15:56:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 15:56:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 15:56:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 15:56:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 15:56:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 15:56:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 15:56:16 Fetched 24.2 MB in 0s (0 B/s) 15:56:16 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:56:16 Fetched 224 kB in 0s (0 B/s) 15:56:16 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:56:16 Fetched 157 kB in 0s (0 B/s) 15:56:16 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:56:16 Fetched 221 kB in 0s (0 B/s) 15:56:16 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:56:16 Fetched 143 kB in 0s (0 B/s) 15:56:16 Pulling app-service-config 15:56:16 + snapcraftctl pull 15:56:16 Cloning into '/root/parts/app-service-config/src'... 15:56:17 Pulling config-common 15:56:17 + snapcraftctl pull 15:56:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:56:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:56:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:56:21 Fetched 0 B in 0s (0 B/s) 15:56:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:56:21 Fetched 0 B in 0s (0 B/s) 15:56:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:56:21 Fetched 0 B in 0s (0 B/s) 15:56:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:56:21 Fetched 0 B in 0s (0 B/s) 15:56:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:56:21 Fetched 0 B in 0s (0 B/s) 15:56:21 Pulling edgex-go 15:56:21 + snapcraftctl pull 15:56:38 ---> 1839f6963ef7 15:56:38 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:56:38 ---> bbf8ec5dc62b 15:56:38 Step 9/23 : RUN make cmd/core-command/core-command 15:56:38 ---> 8f6f886ea58e 15:56:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:56:38 ---> 5a004f0d57c6 15:56:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:56:38 ---> 901383c4295f 15:56:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:56:38 ---> Running in b58a991aff99 15:56:38 ---> Running in d27e8c426403 15:56:38 ---> Running in 8e9148c0edfc 15:56:38 ---> Running in d0d86839a1fc 15:56:38 ---> Running in c32cc226a453 15:56:38 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 15:56:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:56: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 15:56:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:56:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:56:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:56:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:56:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:56:43 Fetched 0 B in 0s (0 B/s) 15:56:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:56:43 Fetched 96.5 kB in 0s (0 B/s) 15:56:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:56:43 Fetched 279 kB in 0s (0 B/s) 15:56:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:56:43 Fetched 122 kB in 0s (0 B/s) 15:56:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:56:43 Fetched 77.8 kB in 0s (0 B/s) 15:56:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:56:43 Fetched 8848 B in 0s (0 B/s) 15:56:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:56:43 Fetched 47.8 kB in 0s (0 B/s) 15:56:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:56:43 Fetched 45.6 kB in 0s (0 B/s) 15:56:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:56:43 Fetched 15.0 kB in 0s (0 B/s) 15:56:43 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 15:56:43 Fetched 219 kB in 0s (0 B/s) 15:56:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 15:56:43 Fetched 154 kB in 0s (0 B/s) 15:56:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:56:43 Fetched 50.6 kB in 0s (0 B/s) 15:56:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:56:43 Fetched 14.8 kB in 0s (0 B/s) 15:56:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:56:43 Fetched 41.8 kB in 0s (0 B/s) 15:56:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:56:43 Fetched 499 kB in 0s (0 B/s) 15:56:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:56:43 Fetched 111 kB in 0s (0 B/s) 15:56:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:56:43 Fetched 240 kB in 0s (0 B/s) 15:56:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:56:43 Fetched 29.3 kB in 0s (0 B/s) 15:56:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:56:43 Fetched 85.5 kB in 0s (0 B/s) 15:56:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:56:43 Fetched 24.5 kB in 0s (0 B/s) 15:56:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:56:43 Fetched 49.2 kB in 0s (0 B/s) 15:56:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:56:43 Fetched 54.2 kB in 0s (0 B/s) 15:56:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:56:43 Fetched 30.8 kB in 0s (0 B/s) 15:56:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 15:56:43 Fetched 15.8 kB in 0s (0 B/s) 15:56:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:56:43 Fetched 85.9 kB in 0s (0 B/s) 15:56:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:56:43 Fetched 8720 B in 0s (0 B/s) 15:56:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:56:43 Fetched 137 kB in 0s (0 B/s) 15:56:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:56:43 Fetched 119 kB in 0s (0 B/s) 15:56:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:56:43 Fetched 109 kB in 0s (0 B/s) 15:56:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:56:43 Fetched 11.1 kB in 0s (0 B/s) 15:56:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:56:43 Fetched 645 kB in 0s (0 B/s) 15:56:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:56:43 Fetched 41.3 kB in 0s (0 B/s) 15:56:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:56:43 Fetched 17.9 kB in 0s (0 B/s) 15:56:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:56:43 Fetched 368 kB in 0s (0 B/s) 15:56:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:56:43 Fetched 187 kB in 0s (0 B/s) 15:56:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:56:43 Fetched 175 kB in 0s (0 B/s) 15:56:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:56:43 Fetched 206 kB in 0s (0 B/s) 15:56:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 15:56:43 Fetched 1301 kB in 0s (0 B/s) 15:56:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:56:43 Fetched 36.2 kB in 0s (0 B/s) 15:56:43 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 15:56:43 Fetched 159 kB in 0s (0 B/s) 15:56:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:56:43 Fetched 107 kB in 0s (0 B/s) 15:56:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:56:43 Fetched 48.7 kB in 0s (0 B/s) 15:56:43 Pulling static-packages 15:56:43 + snapcraftctl pull 15:56:43 Pulling version 15:56:43 + cd /root/project 15:56:43 + [ -f VERSION ] 15:56:43 + PROJECT_VERSION=local-dev 15:56:43 + git rev-parse --short HEAD 15:56:43 + GIT_REVISION=eb974e5f 15:56:43 + snapcraftctl set-version local-dev 15:56:44 Skipping build go-build-helper (already ran) 15:56:45 Building app-service-config 15:56:45 + make build 15:56:45 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 15:56:47 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 15:56:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 15:56:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 15:56:47 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 15:56:47 go: downloading github.com/gorilla/mux v1.8.0 15:56:47 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 15:56:47 go: downloading github.com/google/uuid v1.2.0 15:56:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:56:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 15:56:47 go: downloading github.com/go-kit/kit v0.8.0 15:56:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 15:56:47 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 15:56:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:56:47 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:56:48 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 15:56:48 go: downloading github.com/pelletier/go-toml v1.2.0 15:56:48 go: downloading github.com/BurntSushi/toml v0.3.1 15:56:48 go: downloading github.com/pebbe/zmq4 v1.2.7 15:56:48 go: downloading github.com/gorilla/websocket v1.4.2 15:56:48 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:56:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:56:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:56:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:56:48 go: downloading github.com/hashicorp/consul/api v1.8.1 15:56:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:56:48 go: downloading github.com/go-playground/validator/v10 v10.4.1 15:56:48 go: downloading github.com/mitchellh/copystructure v1.0.0 15:56:48 go: downloading github.com/x448/float16 v0.8.4 15:56:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:56:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:56:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:56:48 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:56:48 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 15:56:48 go: downloading github.com/leodido/go-urn v1.2.0 15:56:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:56:48 go: downloading github.com/hashicorp/serf v0.9.5 15:56:48 go: downloading github.com/go-playground/universal-translator v0.17.0 15:56:48 go: downloading github.com/fatih/color v1.9.0 15:56:48 go: downloading github.com/mattn/go-isatty v0.0.12 15:56:48 go: downloading github.com/go-playground/locales v0.13.0 15:56:48 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 15:56:48 go: downloading github.com/mattn/go-colorable v0.1.6 15:56:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:56:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:56:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:56:58 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 15:56:58 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 15:56:58 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 15:56:58 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 15:56:59 Building config-common 15:56:59 + snapcraftctl build 15:57:01 Building edgex-go 15:57:01 + cd /root/parts/edgex-go/src 15:57:01 + make build 15:57:01 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 15:57:01 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:57:01 go: downloading github.com/imdario/mergo v0.3.12 15:57:01 go: downloading github.com/pkg/errors v0.8.1 15:57:05 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 15:57:05 go: downloading gopkg.in/yaml.v2 v2.4.0 15:57:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:57:11 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 15:57:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:57: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 15:57:13 go: downloading github.com/stretchr/testify v1.7.0 15:57:14 go: downloading github.com/pmezard/go-difflib v1.0.0 15:57:14 go: downloading github.com/davecgh/go-spew v1.1.1 15:57:14 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:57:16 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 15:57:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:57:16 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:57: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 15:57:19 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 15:57: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 15:57: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 15:57:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:57: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 15:57:23 go: downloading github.com/lib/pq v1.9.0 15:57:25 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:57:25 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:57:25 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:57:25 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:57:25 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:57:25 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:57:25 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:57:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:57:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:57:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:57:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:57:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:57:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:57:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:57:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:57:25 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:57:25 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:57:25 + 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 15:57:25 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:57:25 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:57:25 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 15:57:25 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:57:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:57:25 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:57:25 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:57:25 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:57:28 Building static-packages 15:57:28 + snapcraftctl build 15:57:30 Building version 15:57:30 + snapcraftctl build 15:57:32 Skipping stage go-build-helper (already ran) 15:57:32 Staging app-service-config 15:57:32 + snapcraftctl stage 15:57:33 Staging config-common 15:57:33 + snapcraftctl stage 15:57:34 Staging edgex-go 15:57:34 + snapcraftctl stage 15:57:35 Staging static-packages 15:57:35 + snapcraftctl stage 15:57:36 Staging version 15:57:36 + snapcraftctl stage 15:57:37 Priming go-build-helper 15:57:37 + snapcraftctl prime 15:57:39 Priming app-service-config 15:57:39 + snapcraftctl prime 15:57:40 Priming config-common 15:57:40 + snapcraftctl prime 15:57:41 Priming edgex-go 15:57:41 + snapcraftctl prime 15:57:42 Priming static-packages 15:57:42 + snapcraftctl prime 15:57:44 Priming version 15:57:44 + snapcraftctl prime 15:57:46 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] } 15:58:15 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 15:58:28 Removing intermediate container d0d86839a1fc 15:58:28 ---> da4735ebf45b 15:58:28 15:58:28 Step 10/24 : FROM alpine:3.12 15:58:28 3.12: Pulling from library/alpine 15:58:28 Removing intermediate container 8e9148c0edfc 15:58:28 ---> add5e31d8162 15:58:28 15:58:28 Step 10/31 : FROM alpine:3.12 15:58:28 3.12: Pulling from library/alpine 15:58:29 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:58:29 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:58:29 Status: Downloaded newer image for alpine:3.12 15:58:29 ---> d75e27dfc0a0 15:58:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 15:58:29 Status: Image is up to date for alpine:3.12 15:58:29 ---> d75e27dfc0a0 15:58:29 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:58:30 ---> Running in af577e07da64 15:58:30 ---> Running in 4128a56677a3 15:58:30 Removing intermediate container b58a991aff99 15:58:30 ---> 88cb0a297575 15:58:30 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:58:31 Removing intermediate container af577e07da64 15:58:31 ---> 64393d4a7387 15:58:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:58:31 ---> Running in 6d3fe9c5c8bd 15:58:31 ---> Running in 76fc7b9b19dc 15:58:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:58:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:58:33 (1/6) Installing ca-certificates (20191127-r4) 15:58: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 15:58:33 (2/6) Installing nghttp2-libs (1.41.0-r0) 15:58:33 (3/6) Installing libcurl (7.69.1-r3) 15:58:33 (4/6) Installing curl (7.69.1-r3) 15:58:33 (5/6) Installing dumb-init (1.2.2-r1) 15:58:33 (6/6) Installing su-exec (0.2-r1) 15:58:33 Executing busybox-1.31.1-r20.trigger 15:58:33 Executing ca-certificates-20191127-r4.trigger 15:58:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:58:34 OK: 7 MiB in 20 packages 15:58:34 (1/2) Installing dumb-init (1.2.2-r1) 15:58:34 (2/2) Installing su-exec (0.2-r1) 15:58:34 Executing busybox-1.31.1-r20.trigger 15:58:35 OK: 5 MiB in 16 packages 15:58:37 Removing intermediate container d27e8c426403 15:58:37 ---> c64bf0d3011e 15:58:37 15:58:37 Step 10/23 : FROM alpine:3.12 15:58:37 ---> d75e27dfc0a0 15:58:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:58:37 ---> Running in 5da36300c404 15:58:37 Removing intermediate container 76fc7b9b19dc 15:58:37 ---> 2f6a89ce6918 15:58:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:58:38 Removing intermediate container 4128a56677a3 15:58:38 ---> c402c63ac34f 15:58:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:58:38 ---> Running in e4ec70d18641 15:58:38 ---> Running in 15f324fa9d4d 15:58:39 Removing intermediate container 6d3fe9c5c8bd 15:58:39 ---> 8eaf4c03228a 15:58:39 15:58:39 Step 11/23 : FROM docker:20.10.0 15:58:39 20.10.0: Pulling from library/docker 15:58:39 Removing intermediate container e4ec70d18641 15:58:39 Removing intermediate container 15f324fa9d4d 15:58:39 ---> 94c571da233a 15:58:39 Step 13/24 : WORKDIR / 15:58:39 ---> 82873a1095d0 15:58:39 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:58:39 ---> Running in 2607a0905d45 15:58:39 ---> Running in 714d3f487b5b 15:58:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:58:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:58:40 (1/1) Installing dumb-init (1.2.2-r1) 15:58:40 Executing busybox-1.31.1-r20.trigger 15:58:40 OK: 5 MiB in 15 packages 15:58:40 Removing intermediate container 2607a0905d45 15:58:40 ---> 294c5233db8b 15:58:40 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:58:40 Removing intermediate container 714d3f487b5b 15:58:40 ---> ffb46fce5a1b 15:58: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 15:58:40 ---> Running in 832118e5767b 15:58:42 ---> e5ad7fd67ef8 15:58:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:58:43 Removing intermediate container 5da36300c404 15:58:43 ---> 6e9c71d1e1b9 15:58:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:58:44 ---> f7cca83ca828 15:58:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:58:44 ---> Running in 71e9eb1a87c5 15:58:44 Removing intermediate container c32cc226a453 15:58:44 ---> b25f40292dde 15:58:44 15:58:44 Step 10/23 : FROM alpine:3.12 15:58:44 ---> d75e27dfc0a0 15:58:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:58:44 ---> Using cache 15:58:44 ---> 6e9c71d1e1b9 15:58:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:58:44 ---> Using cache 15:58:44 ---> cc0de7298cc8 15:58:44 Step 13/23 : ENV APP_PORT=48081 15:58:44 Removing intermediate container 71e9eb1a87c5 15:58:44 ---> cc0de7298cc8 15:58:44 Step 13/23 : ENV APP_PORT=48082 15:58:45 ---> Running in 4c4b729fc4c2 15:58:45 Removing intermediate container 832118e5767b 15:58:45 ---> 793e39d3e4f7 15:58:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:58:45 ---> 7b9ad08e2a77 15:58:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:58:45 ---> Running in 0cd69673e015 15:58:45 ---> Running in f8971157d69b 15:58:46 Removing intermediate container 4c4b729fc4c2 15:58:46 ---> d8bb42820119 15:58:46 Step 14/23 : EXPOSE $APP_PORT 15:58:46 Removing intermediate container 0cd69673e015 15:58:46 ---> fcbf8a6033aa 15:58:46 Step 14/23 : EXPOSE $APP_PORT 15:58:46 ---> Running in 46fae8468928 15:58:46 Removing intermediate container f8971157d69b 15:58:46 ---> 1e5f41fc3180 15:58:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:58:46 ---> Running in c93c9a8d7719 15:58:47 Removing intermediate container 46fae8468928 15:58:47 ---> e852377fd9db 15:58:47 Step 15/23 : WORKDIR / 15:58:47 ---> 84043bda9013 15:58:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:58:47 ---> Running in dcaade65c7da 15:58:47 Removing intermediate container c93c9a8d7719 15:58:47 ---> 4b73afa7a0ea 15:58:47 Step 15/23 : WORKDIR / 15:58:48 ---> 7cb1149e9781 15:58:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:58:48 ---> Running in bf54fc9f9a19 15:58:48 ---> Running in 60a0dd19ad86 15:58:49 Removing intermediate container dcaade65c7da 15:58:49 ---> 243413b0a730 15:58:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:58:49 ---> c8ef8a0b8b5f 15:58:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:58:49 Removing intermediate container bf54fc9f9a19 15:58:49 ---> 6e69fa110613 15:58:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:58:50 ---> 6f8af522ed8c 15:58:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:58:51 ---> ca18ec21a372 15:58:51 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/ 15:58:51 ---> 3bebefd6f0f5 15:58:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:58:52 ---> Running in c78be8af1d5c 15:58:52 ---> 669f833c7ca4 15:58:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:58:53 ---> ea7ed3ac4761 15:58:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:58:53 Removing intermediate container 60a0dd19ad86 15:58:53 ---> bd5d618bd6db 15:58:53 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:58:54 ---> 7407ca794901 15:58:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:58:54 ---> Running in 5761a836e25d 15:58:54 ---> 814800d7cbda 15:58:54 Step 19/23 : ENTRYPOINT ["/core-command"] 15:58:55 ---> Running in 163955a6e1cd 15:58:55 ---> 6ed0376e8455 15:58:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:58:55 Removing intermediate container 5761a836e25d 15:58:55 ---> 6f4987f3a548 15:58:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:58:55 ---> Running in 1af6bef237a4 15:58:55 Removing intermediate container 163955a6e1cd 15:58:55 ---> 7c072225f13e 15:58:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:58:55 ---> Running in 26ccba8ddc1d 15:58:56 Removing intermediate container c78be8af1d5c 15:58:56 ---> 583db48f7420 15:58:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:58:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:58:56 Status: Downloaded newer image for docker:20.10.0 15:58:56 Removing intermediate container 1af6bef237a4 15:58:56 ---> 2382f9328a91 15:58:56 Step 21/23 : LABEL arch=arm64 15:58:56 ---> eeaf43b92773 15:58:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 15:58:56 ---> Running in b35f9f3f360f 15:58:56 ---> Running in c0a278aac2e0 15:58:56 ---> Running in 0db096fb24d1 15:58:56 Removing intermediate container 26ccba8ddc1d 15:58:56 ---> af718541812f 15:58:56 Step 21/23 : LABEL arch=arm64 15:58:57 ---> a2b48194d4c8 15:58:57 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:58:57 ---> Running in 838126a8efd9 15:58:57 Removing intermediate container b35f9f3f360f 15:58:57 ---> 341ec27c1a13 15:58:57 Step 22/24 : LABEL arch=arm64 15:58:57 Removing intermediate container c0a278aac2e0 15:58:57 ---> bad61db7d586 15:58:57 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 15:58:57 Removing intermediate container 0db096fb24d1 15:58:57 ---> 6a4ebf2ba26d 15:58:57 Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:58:57 ---> Running in 0365481d3c72 15:58:57 ---> Running in 0e8afc397fef 15:58:57 ---> Running in c7f8204b3f89 15:58:57 Removing intermediate container 838126a8efd9 15:58:57 ---> 41546b27e6b9 15:58:57 Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:58:57 ---> 733ce7375ab4 15:58:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:58:58 ---> Running in 3ca20b683fb3 15:58:58 Removing intermediate container 0365481d3c72 15:58:58 ---> 486a0532d84b 15:58:58 Step 23/24 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:58:58 Removing intermediate container c7f8204b3f89 15:58:58 ---> 2e33612661ec 15:58:58 Step 23/23 : LABEL version=0.0.0 15:58:58 ---> Running in b2cd33ca6a15 15:58:58 ---> Running in 7cb11b27437e 15:58:58 Removing intermediate container 3ca20b683fb3 15:58:58 ---> a37f59980f56 15:58:58 Step 23/23 : LABEL version=0.0.0 15:58:58 ---> 0e98c5fdf65e 15:58:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:58:59 ---> Running in 4590e605f0ee 15:58:59 Removing intermediate container b2cd33ca6a15 15:58:59 ---> 8efc26921f99 15:58:59 15:58:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:58:59 Removing intermediate container 7cb11b27437e 15:58:59 ---> 89e33c841568 15:58:59 Step 24/24 : LABEL version=0.0.0 15:58:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:58:59 ---> Running in 179d2aa9221e 15:58:59 Successfully built 8efc26921f99 15:58:59 Successfully tagged docker-core-metadata-go-arm64:latest 15:58:59  Building docker-core-metadata-go ... done Building docker-core-data-go 15:58:59 Removing intermediate container 4590e605f0ee 15:58:59 ---> bb1b64a7895c 15:58:59 15:59:00 ---> 716b33e306ba 15:59:00 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:59:00 (1/39) Installing readline (8.0.4-r0) 15:59:00 (2/39) Installing bash (5.0.17-r0) 15:59:00 Executing bash-5.0.17-r0.post-install 15:59:00 (3/39) Installing nghttp2-libs (1.41.0-r0) 15:59:00 (4/39) Installing libcurl (7.69.1-r3) 15:59:00 (5/39) Installing curl (7.69.1-r3) 15:59:00 (6/39) Installing dumb-init (1.2.2-r1) 15:59:00 (7/39) Installing libbz2 (1.0.8-r1) 15:59:00 (8/39) Installing expat (2.2.9-r1) 15:59:00 (9/39) Installing libffi (3.3-r2) 15:59:00 Removing intermediate container 179d2aa9221e 15:59:00 ---> cac9709d5815 15:59:00 15:59:00 (10/39) Installing gdbm (1.13-r1) 15:59:00 (11/39) Installing xz-libs (5.2.5-r0) 15:59:00 (12/39) Installing sqlite-libs (3.32.1-r0) 15:59:00 Successfully built bb1b64a7895c 15:59:00 (13/39) Installing python3 (3.8.8-r0) 15:59:00 Successfully tagged docker-core-command-go-arm64:latest 15:59:00 Building docker-support-notifications-go 15:59:00  Building docker-core-command-go ... done  ---> Running in b02924702bf2 15:59:00 Successfully built cac9709d5815 15:59:00 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:59:00  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 15:59:01 Removing intermediate container b02924702bf2 15:59:01 ---> 75c37c796fa0 15:59:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:59:02 ---> 49a3be955e47 15:59:02 Step 26/31 : RUN chmod +x /entrypoint.sh 15:59:02 (14/39) Installing py3-appdirs (1.4.4-r1) 15:59:02 (15/39) Installing py3-ordered-set (4.0.1-r0) 15:59:02 (16/39) Installing py3-parsing (2.4.7-r0) 15:59:02 (17/39) Installing py3-six (1.15.0-r0) 15:59:02 (18/39) Installing py3-packaging (20.4-r0) 15:59:02 (19/39) Installing py3-setuptools (47.0.0-r0) 15:59:02 (20/39) Installing py3-chardet (3.0.4-r4) 15:59:03 (21/39) Installing py3-idna (2.9-r0) 15:59:03 (22/39) Installing py3-certifi (2020.4.5.1-r0) 15:59:03 (23/39) Installing py3-urllib3 (1.25.9-r0) 15:59:03 (24/39) Installing py3-requests (2.23.0-r0) 15:59:03 (25/39) Installing py3-msgpack (1.0.0-r0) 15:59:03 (26/39) Installing py3-lockfile (0.12.2-r3) 15:59:03 (27/39) Installing py3-cachecontrol (0.12.6-r0) 15:59:03 (28/39) Installing py3-colorama (0.4.3-r0) 15:59:03 (29/39) Installing py3-distlib (0.3.0-r0) 15:59:03 (30/39) Installing py3-distro (1.5.0-r1) 15:59:03 (31/39) Installing py3-webencodings (0.5.1-r3) 15:59:03 ---> Running in 08d5b8e281e2 15:59:03 (32/39) Installing py3-html5lib (1.0.1-r4) 15:59:03 (33/39) Installing py3-pytoml (0.1.21-r0) 15:59:03 (34/39) Installing py3-pep517 (0.8.2-r0) 15:59:03 (35/39) Installing py3-progress (1.5-r0) 15:59:03 (36/39) Installing py3-toml (0.10.1-r0) 15:59:03 (37/39) Installing py3-retrying (1.3.3-r0) 15:59:03 (38/39) Installing py3-contextlib2 (0.6.0-r0) 15:59:03 (39/39) Installing py3-pip (20.1.1-r0) 15:59:03 Executing busybox-1.31.1-r19.trigger 15:59:03 OK: 72 MiB in 59 packages 15:59:08 Removing intermediate container 08d5b8e281e2 15:59:08 ---> 7dbaea997666 15:59:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:59:08 ---> Running in d85839fa3d44 15:59:08 Collecting docker-compose==1.23.2 15:59:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:59:08 Removing intermediate container d85839fa3d44 15:59:08 ---> 91ac1c25bde9 15:59:08 Step 28/31 : CMD ["gate"] 15:59:09 ---> Running in 40e0163182ab 15:59:09 Removing intermediate container 40e0163182ab 15:59:09 ---> bfc21ec5fb13 15:59:09 Step 29/31 : LABEL arch=arm64 15:59:09 ---> Running in 0eff2f59c3c3 15:59:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:59:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:59:10 Removing intermediate container 0eff2f59c3c3 15:59:10 ---> 21b4461e462d 15:59:10 Step 30/31 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 15:59:10 Collecting texttable<0.10,>=0.9.0 15:59:10 Downloading texttable-0.9.1.tar.gz (11 kB) 15:59:11 ---> Running in 6bae7b15928a 15:59:11 Removing intermediate container 6bae7b15928a 15:59:11 ---> 9f167bd62d05 15:59:11 Step 31/31 : LABEL version=0.0.0 15:59:11 ---> Running in 6822c5e5223d 15:59:12 Removing intermediate container 6822c5e5223d 15:59:12 ---> 7d3f33819e5e 15:59:12 15:59:13 Successfully built 7d3f33819e5e 15:59:13 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:59:13  Building docker-security-bootstrapper-go ... done Collecting dockerpty<0.5,>=0.4.1 15:59:13 Building docker-support-scheduler-go 15:59:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:59:15 Collecting docopt<0.7,>=0.6.1 15:59:15 Downloading docopt-0.6.2.tar.gz (25 kB) 15:59:17 Collecting docker<4.0,>=3.6.0 15:59:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:59:18 Collecting cached-property<2,>=1.2.0 15:59:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:59:18 Collecting jsonschema<3,>=2.5.1 15:59:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:59:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:59:19 Collecting websocket-client<1.0,>=0.32.0 15:59:19 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:59:20 Collecting PyYAML<4,>=3.10 15:59:20 Downloading PyYAML-3.13.tar.gz (270 kB) 15:59:24 Collecting idna<2.8,>=2.5 15:59:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:59:24 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) 15:59:24 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) 15:59:24 Collecting urllib3<1.25,>=1.21.1 15:59:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:59:25 Collecting docker-pycreds>=0.4.0 15:59:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:59:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:59:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:59:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:59:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:59:26 Installing collected packages: idna, urllib3, requests, texttable, dockerpty, docopt, websocket-client, docker-pycreds, docker, cached-property, jsonschema, PyYAML, docker-compose 15:59:26 Attempting uninstall: idna 15:59:26 Found existing installation: idna 2.9 15:59:26 Uninstalling idna-2.9: 15:59:26 Successfully uninstalled idna-2.9 15:59:27 Attempting uninstall: urllib3 15:59:27 Found existing installation: urllib3 1.25.9 15:59:27 Uninstalling urllib3-1.25.9: 15:59:27 Successfully uninstalled urllib3-1.25.9 15:59:27 Attempting uninstall: requests 15:59:27 Found existing installation: requests 2.23.0 15:59:27 Uninstalling requests-2.23.0: 15:59:27 Successfully uninstalled requests-2.23.0 15:59:28 Running setup.py install for texttable: started 15:59:30 Running setup.py install for texttable: finished with status 'done' 15:59:30 Running setup.py install for dockerpty: started 15:59:32 Running setup.py install for dockerpty: finished with status 'done' 15:59:32 Running setup.py install for docopt: started 15:59:34 Running setup.py install for docopt: finished with status 'done' 15:59:36 Running setup.py install for PyYAML: started 15:59:39 Running setup.py install for PyYAML: finished with status 'done' 15:59:40 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 15:59:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:59:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:59:52 ---> ac35052f4c85 15:59:52 Step 3/23 : WORKDIR /edgex-go 15:59:52 ---> Using cache 15:59:52 ---> 26d4c2c455a3 15:59:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:52 ---> Using cache 15:59:52 ---> b8e886d87b18 15:59:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:59:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:59:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:59:52 ---> ac35052f4c85 15:59:52 Step 3/21 : WORKDIR /edgex-go 15:59:52 ---> Using cache 15:59:52 ---> 26d4c2c455a3 15:59:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:52 ---> Using cache 15:59:52 ---> b8e886d87b18 15:59:52 Step 5/21 : RUN apk add --update --no-cache make git 15:59:52 ---> Using cache 15:59:52 ---> 45c51509328d 15:59:52 Step 6/21 : COPY go.mod . 15:59:52 ---> Using cache 15:59:52 ---> 060f0d776895 15:59:52 Step 7/21 : RUN go mod download 15:59:52 ---> Using cache 15:59:52 ---> 43adf9c7e3ba 15:59:52 Step 8/21 : COPY . . 15:59:52 ---> Using cache 15:59:52 ---> 5a004f0d57c6 15:59:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:59:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:59:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:59:52 ---> ac35052f4c85 15:59:52 Step 3/22 : WORKDIR /edgex-go 15:59:52 ---> Using cache 15:59:52 ---> 26d4c2c455a3 15:59:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:52 ---> Using cache 15:59:52 ---> b8e886d87b18 15:59:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:59:52 ---> Running in 1e766665a667 15:59:52 ---> Running in 29661867242b 15:59:52 ---> Running in 99efd7191f73 15:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:53 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 15:59:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:55 OK: 217 MiB in 51 packages 15:59:55 OK: 217 MiB in 51 packages 16:00:00 Removing intermediate container 1e766665a667 16:00:00 ---> 44b0090fb06d 16:00:00 Step 6/23 : COPY go.mod . 16:00:00 Removing intermediate container 99efd7191f73 16:00:00 ---> 585ae67a5541 16:00:00 Step 6/22 : COPY go.mod . 16:00:00 Removing intermediate container 0e8afc397fef 16:00:00 ---> c9f56ae42323 16:00:00 Step 14/23 : ENV APP_PORT=48090 16:00:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:00:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:00:00 ---> ac35052f4c85 16:00:00 Step 3/22 : WORKDIR /edgex-go 16:00:00 ---> Using cache 16:00:00 ---> 26d4c2c455a3 16:00:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:00 ---> Using cache 16:00:00 ---> b8e886d87b18 16:00:00 Step 5/22 : RUN apk add --update --no-cache make git 16:00:00 ---> Using cache 16:00:00 ---> 45c51509328d 16:00:00 Step 6/22 : COPY go.mod . 16:00:00 ---> Using cache 16:00:00 ---> 060f0d776895 16:00:00 Step 7/22 : RUN go mod download 16:00:00 ---> Using cache 16:00:00 ---> 43adf9c7e3ba 16:00:00 Step 8/22 : COPY . . 16:00:01 ---> Running in d1ca5e714a6d 16:00:01 ---> b44923ccaa84 16:00:01 Step 7/23 : RUN go mod download 16:00:01 ---> Using cache 16:00:01 ---> 5a004f0d57c6 16:00:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:00:01 ---> Running in ba74cdda0442 16:00:01 ---> Running in 925a4b58e978 16:00:01 ---> 6809bab00a51 16:00:01 Step 7/22 : RUN go mod download 16:00:02 ---> Running in fab5a7a53250 16:00:02 Removing intermediate container d1ca5e714a6d 16:00:02 ---> 9fbede6f9149 16:00:02 Step 15/23 : EXPOSE $APP_PORT 16:00:02 ---> Running in 42b820918d69 16:00:03 Removing intermediate container 42b820918d69 16:00:03 ---> f7a88266f18e 16:00:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:00:05 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 16:00:06 ---> 70b99465b647 16:00:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:00:08 Removing intermediate container ba74cdda0442 16:00:08 ---> 516cb3442650 16:00:08 Step 8/23 : COPY . . 16:00:08 ---> b021e14fe328 16:00:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:00:08 Removing intermediate container fab5a7a53250 16:00:08 ---> b153a5b9394b 16:00:08 Step 8/22 : COPY . . 16:00:10 ---> 6761f9ba2ff5 16:00:10 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:00:10 ---> Running in 0154cc102d73 16:00:12 Removing intermediate container 0154cc102d73 16:00:12 ---> ab12ba03f36f 16:00:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:13 ---> Running in 340f2b01962f 16:00:15 Removing intermediate container 340f2b01962f 16:00:15 ---> 6d69a387c3f5 16:00:15 Step 21/23 : LABEL arch=arm64 16:00:16 ---> Running in 950411efa13b 16:00:19 Removing intermediate container 950411efa13b 16:00:19 ---> f58c2c2b9e1d 16:00:19 Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 16:00:19 ---> Running in d05694ba364a 16:00:20 Removing intermediate container d05694ba364a 16:00:20 ---> e2c219c92cc3 16:00:20 Step 23/23 : LABEL version=0.0.0 16:00:21 ---> Running in 3917b1d29d63 16:00:22 Removing intermediate container 3917b1d29d63 16:00:22 ---> 6b41f175d46a 16:00:22 16:00:24 Successfully built 6b41f175d46a 16:00:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:00:39  Building docker-sys-mgmt-agent-go ... done  ---> 11960c627e29 16:00:39 Step 9/23 : RUN make cmd/core-data/core-data 16:00:39 ---> 5b9c2eb71786 16:00:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:00:39 ---> Running in 13a095764d6a 16:00:39 ---> Running in 22e1df1040e8 16:00:41 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 16:00:41 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 16:00:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:01:07 Removing intermediate container 29661867242b 16:01:07 ---> 444ec8276b6b 16:01:07 16:01:07 Step 10/21 : FROM alpine:3.12 16:01:07 ---> d75e27dfc0a0 16:01:07 Step 11/21 : RUN apk add --update --no-cache curl 16:01:07 ---> Running in fe9d044ee690 16:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:01:09 (1/4) Installing ca-certificates (20191127-r4) 16:01:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:01:09 (3/4) Installing libcurl (7.69.1-r3) 16:01:09 (4/4) Installing curl (7.69.1-r3) 16:01:09 Executing busybox-1.31.1-r20.trigger 16:01:09 Executing ca-certificates-20191127-r4.trigger 16:01:09 OK: 7 MiB in 18 packages 16:01:12 Removing intermediate container fe9d044ee690 16:01:12 ---> 91ef6864b20d 16:01:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:01:12 ---> Running in 325adeae90c6 16:01:13 Removing intermediate container 325adeae90c6 16:01:13 ---> 427e9ecaa1f4 16:01:13 Step 13/21 : WORKDIR /edgex 16:01:13 ---> Running in b70acde66eb1 16:01:14 Removing intermediate container b70acde66eb1 16:01:14 ---> 3aacd5f81664 16:01:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:01:15 ---> 7b6f4b33a942 16:01:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:01:17 ---> b842a142e41a 16:01:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:01:19 ---> 2532bf2bb291 16:01:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:01:19 ---> Running in 1a2adb988a23 16:01:19 Removing intermediate container 1a2adb988a23 16:01:19 ---> 79f1de01472a 16:01:19 Step 18/21 : CMD ["--init=true"] 16:01:20 ---> Running in d9e732bee5b2 16:01:20 Removing intermediate container d9e732bee5b2 16:01:20 ---> ec947ab64e73 16:01:20 Step 19/21 : LABEL arch=arm64 16:01:21 ---> Running in 7e59e9b38db8 16:01:21 Removing intermediate container 7e59e9b38db8 16:01:21 ---> 0940fff1f964 16:01:21 Step 20/21 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 16:01:21 ---> Running in d0994f21017e 16:01:22 Removing intermediate container d0994f21017e 16:01:22 ---> 23b10a1fed67 16:01:22 Step 21/21 : LABEL version=0.0.0 16:01:22 ---> Running in 1dbe74a7e0f0 16:01:23 Removing intermediate container 1dbe74a7e0f0 16:01:23 ---> 8fd518c1bbfb 16:01:23 16:01:23 Successfully built 8fd518c1bbfb 16:01:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:01:34  Building docker-security-proxy-setup-go ... done Removing intermediate container 925a4b58e978 16:01:34 ---> 3793fd895135 16:01:34 16:01:34 Step 10/22 : FROM alpine:3.12 16:01:34 ---> d75e27dfc0a0 16:01:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:01:34 ---> Using cache 16:01:34 ---> 6e9c71d1e1b9 16:01:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:01:34 ---> Using cache 16:01:34 ---> cc0de7298cc8 16:01:34 Step 13/22 : ENV APP_PORT=48085 16:01:34 ---> Running in f4d635dc9598 16:01:34 Removing intermediate container f4d635dc9598 16:01:34 ---> 70648b7c64ff 16:01:34 Step 14/22 : EXPOSE $APP_PORT 16:01:34 ---> Running in 1ce58bc6cc25 16:01:34 Removing intermediate container 1ce58bc6cc25 16:01:34 ---> f4e48150338b 16:01:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:01:35 ---> 828f94314370 16:01:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:01:37 ---> 4eb2382e697b 16:01:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:01:38 ---> 0e6bd4aa1233 16:01:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:01:39 ---> Running in 094c849d3385 16:01:39 Removing intermediate container 094c849d3385 16:01:39 ---> 4212c9be1920 16:01:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:01:39 ---> Running in 694a9737ceb1 16:01:40 Removing intermediate container 694a9737ceb1 16:01:40 ---> f5f09546805c 16:01:40 Step 20/22 : LABEL arch=arm64 16:01:40 ---> Running in e3408edff80e 16:01:41 Removing intermediate container e3408edff80e 16:01:41 ---> bd1b6ed9740e 16:01:41 Step 21/22 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 16:01:41 ---> Running in 3bf9bf9efa11 16:01:42 Removing intermediate container 3bf9bf9efa11 16:01:42 ---> 3030e423dc85 16:01:42 Step 22/22 : LABEL version=0.0.0 16:01:42 ---> Running in 1c781eb0823c 16:01:43 Removing intermediate container 1c781eb0823c 16:01:43 ---> 5c2ec176165b 16:01:43 16:01:43 Successfully built 5c2ec176165b 16:01:43 Successfully tagged docker-support-scheduler-go-arm64:latest 16:02:01  Building docker-support-scheduler-go ... done Removing intermediate container 22e1df1040e8 16:02:01 ---> b429d82ca87b 16:02:01 16:02:01 Step 10/22 : FROM alpine:3.12 16:02:01 ---> d75e27dfc0a0 16:02:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:02:01 ---> Running in 12fccedfdaf1 16:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:02 (1/2) Installing ca-certificates (20191127-r4) 16:02:02 (2/2) Installing dumb-init (1.2.2-r1) 16:02:02 Executing busybox-1.31.1-r20.trigger 16:02:02 Executing ca-certificates-20191127-r4.trigger 16:02:02 OK: 6 MiB in 16 packages 16:02:04 Removing intermediate container 12fccedfdaf1 16:02:04 ---> f73cede98102 16:02:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:02:04 ---> Running in 67a18829562e 16:02:05 Removing intermediate container 67a18829562e 16:02:05 ---> 0cdb1a6a6d65 16:02:05 Step 13/22 : ENV APP_PORT=48060 16:02:05 ---> Running in 3b1a2c9e746e 16:02:06 Removing intermediate container 3b1a2c9e746e 16:02:06 ---> d2c26eda4b24 16:02:06 Step 14/22 : EXPOSE $APP_PORT 16:02:06 ---> Running in ba34be688608 16:02:07 Removing intermediate container ba34be688608 16:02:07 ---> 243c28ded422 16:02:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:07 Removing intermediate container 13a095764d6a 16:02:07 ---> 93e066def042 16:02:07 16:02:07 Step 10/23 : FROM alpine:3.12 16:02:07 ---> d75e27dfc0a0 16:02:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:02:07 ---> Running in 959b432a8bb4 16:02:07 ---> ffe2c0f02ed0 16:02:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:02:08 Removing intermediate container 959b432a8bb4 16:02:08 ---> f83eb529f7a1 16:02:08 Step 12/23 : ENV APP_PORT=48080 16:02:08 ---> Running in 498256a80960 16:02:09 Removing intermediate container 498256a80960 16:02:09 ---> 09c95616f80b 16:02:09 Step 13/23 : EXPOSE $APP_PORT 16:02:09 ---> 6abe296a718c 16:02:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:02:09 ---> Running in fb0bc533a573 16:02:09 Removing intermediate container fb0bc533a573 16:02:09 ---> dcd4bf212b1b 16:02:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:09 ---> Running in 4f2873661786 16:02:10 ---> f48fa6335c3e 16:02:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:02:10 ---> Running in 88061e785fbc 16:02:10 Removing intermediate container 88061e785fbc 16:02:10 ---> c9327d31598c 16:02:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:10 ---> Running in 0f190098be3a 16:02:11 Removing intermediate container 0f190098be3a 16:02:11 ---> af2470e3c3a2 16:02:11 Step 20/22 : LABEL arch=arm64 16:02:11 ---> Running in 3b227229febd 16:02:12 Removing intermediate container 3b227229febd 16:02:12 ---> 78d6122049fb 16:02:12 Step 21/22 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 16:02:12 Removing intermediate container 4f2873661786 16:02:12 ---> a97fb4a6dee5 16:02:12 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:02:12 ---> Running in 954bd347e491 16:02:12 ---> Running in 0ce19576d925 16:02:12 Removing intermediate container 954bd347e491 16:02:12 ---> b894bade5538 16:02:12 Step 22/22 : LABEL version=0.0.0 16:02:12 ---> Running in a644318db6cc 16:02:13 Removing intermediate container a644318db6cc 16:02:13 ---> 6ef27ae59494 16:02:13 16:02:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:13 Successfully built 6ef27ae59494 16:02:13 Successfully tagged docker-support-notifications-go-arm64:latest 16:02:14  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:15 (1/6) Installing dumb-init (1.2.2-r1) 16:02:15 (2/6) Installing libgcc (9.3.0-r2) 16:02:15 (3/6) Installing libsodium (1.0.18-r0) 16:02:15 (4/6) Installing libstdc++ (9.3.0-r2) 16:02:15 (5/6) Installing libzmq (4.3.3-r0) 16:02:15 (6/6) Installing zeromq (4.3.3-r0) 16:02:15 Executing busybox-1.31.1-r20.trigger 16:02:15 OK: 8 MiB in 20 packages 16:02:17 Removing intermediate container 0ce19576d925 16:02:17 ---> ca1ffd4bb17e 16:02:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:17 ---> b6665e9834b4 16:02:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:02:19 ---> 578eaebca46c 16:02:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:02:20 ---> 3267b965b699 16:02:20 Step 19/23 : ENTRYPOINT ["/core-data"] 16:02:20 ---> Running in 93616bf8935a 16:02:20 Removing intermediate container 93616bf8935a 16:02:20 ---> 61b0ddec1398 16:02:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:20 ---> Running in d7e270283141 16:02:21 Removing intermediate container d7e270283141 16:02:21 ---> 9f522dc2fd1f 16:02:21 Step 21/23 : LABEL arch=arm64 16:02:21 ---> Running in 770b2aeb86ce 16:02:21 Removing intermediate container 770b2aeb86ce 16:02:21 ---> 11b14ad87aa2 16:02:21 Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e 16:02:21 ---> Running in 6122e3d17b81 16:02:22 Removing intermediate container 6122e3d17b81 16:02:22 ---> bb54349ab73d 16:02:22 Step 23/23 : LABEL version=0.0.0 16:02:22 ---> Running in 1e04404f1c1c 16:02:22 Removing intermediate container 1e04404f1c1c 16:02:22 ---> 402d4d492f9a 16:02:22 16:02:23 Successfully built 402d4d492f9a 16:02:23 Successfully tagged docker-core-data-go-arm64:latest 16:02:23  Building docker-core-data-go ... done  [Pipeline] } 16:02:23 $ docker stop --time=1 536c3fb559197700d0b5b745f318f958b47f9f359d5276e5f01ca500ef469c40 16:02:25 $ docker rm -f 536c3fb559197700d0b5b745f318f958b47f9f359d5276e5f01ca500ef469c40 [Pipeline] // withDockerContainer [Pipeline] sh 16:02:26 + + dockergrep images docker 16:02:26 16:02:26 docker-core-data-go-arm64 latest 402d4d492f9a 4 seconds ago 21.4MB 16:02:26 docker-support-notifications-go-arm64 latest 6ef27ae59494 13 seconds ago 16.9MB 16:02:26 docker-support-scheduler-go-arm64 latest 5c2ec176165b 44 seconds ago 16.4MB 16:02:26 docker-security-proxy-setup-go-arm64 latest 8fd518c1bbfb About a minute ago 24.2MB 16:02:26 docker-sys-mgmt-agent-go-arm64 latest 6b41f175d46a 2 minutes ago 299MB 16:02:26 docker-security-bootstrapper-go-arm64 latest 7d3f33819e5e 3 minutes ago 17.9MB 16:02:26 docker-core-command-go-arm64 latest bb1b64a7895c 3 minutes ago 16.3MB 16:02:26 docker-security-secretstore-setup-go-arm64 latest cac9709d5815 3 minutes ago 24.4MB 16:02:26 docker-core-metadata-go-arm64 latest 8efc26921f99 3 minutes ago 17.9MB 16:02:26 docker 20.10.0 eeaf43b92773 4 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 16:02:27 ---> job-cost.sh 16:02:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VYAI 16:03:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:04:43 lf-activate-venv(): INFO: Adding /tmp/venv-VYAI/bin to PATH 16:04:43 INFO: No Stack... 16:04:43 INFO: Retrieving Pricing Info for: lf-standard-4 16:04:43 INFO: Archiving Costs [Pipeline] sh 16:04:43 + cat /w/workspace/edgex-go/4/archives/cost.csv+ 16:04:43 cut -d, -f6 [Pipeline] lock 16:04:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3350-4-stack-cost] 16:04:43 Resource [jenkins-edgexfoundry-edgex-go-PR-3350-4-stack-cost] did not exist. Created. 16:04:43 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3350-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:04:44 + echo total: 0.20999999344348907 [Pipeline] stash 16:04:44 Stashed 1 file(s) [Pipeline] } 16:04:44 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3350-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:04:46 provisioning config files... 16:04:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4881261732302772705tmp [Pipeline] { [Pipeline] sh 16:04:46 + set +x 16:04:46 + curl -s https://codecov.io/bash 16:04:46 + bash -s -- 16:04:47 16:04:47 _____ _ 16:04:47 / ____| | | 16:04:47 | | ___ __| | ___ ___ _____ __ 16:04:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:04:47 | |___| (_) | (_| | __/ (_| (_) \ V / 16:04:47 \_____\___/ \__,_|\___|\___\___/ \_/ 16:04:47 Bash-20210309-2b87ace 16:04:47 16:04:47 16:04:47 ==> git version 2.24.3 found 16:04:47 ==> 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 16:04:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:04:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:04:47 ==> Jenkins CI detected. 16:04:47 project root: . 16:04:47 --> token set from env 16:04:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:04:47 ==> Running gcov in . (disable via -X gcov) 16:04:47 ==> Python coveragepy not found 16:04:47 ==> Searching for coverage reports in: 16:04:47 + . 16:04:47 -> Found 1 reports 16:04:47 ==> Detecting git/mercurial file structure 16:04:47 ==> Reading reports 16:04:47 + ./coverage.out bytes=684356 16:04:47 ==> Appending adjustments 16:04:47 https://docs.codecov.io/docs/fixing-reports 16:04:51 + Found adjustments 16:04:51 ==> Gzipping contents 16:04:51 100K /tmp/codecov.k2rMsR.gz 16:04:51 ==> Uploading reports 16:04:51 url: https://codecov.io 16:04:51 query: branch=PR-3350&commit=eb974e5ff906fca496d59e54ab37c93c2b055a6e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3350%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3350&job=&cmd_args= 16:04:51 -> Pinging Codecov 16:04:51 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3350&commit=eb974e5ff906fca496d59e54ab37c93c2b055a6e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3350%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3350&job=&cmd_args= 16:04:51 -> Uploading to 16:04:51 https://storage.googleapis.com/codecov/v4/raw/2021-04-12/00271124DB129430A58F1EEE437C3FCB/eb974e5ff906fca496d59e54ab37c93c2b055a6e/13efd745-159b-46be-a43e-ac9a974fea12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T160451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2d396f312dccea99d03cf61c31dc79c75ffec3121d9d5e014f8756108bad391a 16:04:51 % Total % Received % Xferd Average Speed Time Time Time Current 16:04:51 Dload Upload Total Spent Left Speed 16:04:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98417 0 0 100 98417 0 232k --:--:-- --:--:-- --:--:-- 233k 16:04:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/eb974e5ff906fca496d59e54ab37c93c2b055a6e [Pipeline] } 16:04:52 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 16:04:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:04:55 ---> package-listing.sh 16:04:55 ++ facter osfamily 16:04:55 ++ tr '[:upper:]' '[:lower:]' 16:04:55 + OS_FAMILY=redhat 16:04:55 + workspace=/w/workspace/edgex-go/4 16:04:55 + START_PACKAGES=/tmp/packages_start.txt 16:04:55 + END_PACKAGES=/tmp/packages_end.txt 16:04:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:04:55 + PACKAGES=/tmp/packages_start.txt 16:04:55 + '[' /w/workspace/edgex-go/4 ']' 16:04:55 + PACKAGES=/tmp/packages_end.txt 16:04:55 + case "${OS_FAMILY}" in 16:04:55 + rpm -qa 16:04:55 + sort 16:05:00 + '[' -f /tmp/packages_start.txt ']' 16:05:00 + '[' -f /tmp/packages_end.txt ']' 16:05:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:05:00 + '[' /w/workspace/edgex-go/4 ']' 16:05:00 + mkdir -p /w/workspace/edgex-go/4/archives/ 16:05:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 16:05:00 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:05:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:05:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:05:01 16:05:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:05:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:05:01 alpine: Pulling from edgex-lftools-log-publisher 16:05:01 df20fa9351a1: Pulling fs layer 16:05:01 36b3adc4ff6f: Pulling fs layer 16:05:01 8ad3a11d3b57: Pulling fs layer 16:05:01 46f8f816bc3b: Pulling fs layer 16:05:01 93b61091891f: Pulling fs layer 16:05:01 93b9cdb0e59b: Pulling fs layer 16:05:01 5e14af77c1be: Pulling fs layer 16:05:01 01666e4c0597: Pulling fs layer 16:05:01 aa168da1d23b: Pulling fs layer 16:05:01 5e14af77c1be: Waiting 16:05:01 93b61091891f: Waiting 16:05:01 01666e4c0597: Waiting 16:05:01 aa168da1d23b: Waiting 16:05:01 93b9cdb0e59b: Waiting 16:05:01 36b3adc4ff6f: Download complete 16:05:01 46f8f816bc3b: Verifying Checksum 16:05:01 46f8f816bc3b: Download complete 16:05:01 df20fa9351a1: Verifying Checksum 16:05:01 93b9cdb0e59b: Verifying Checksum 16:05:01 93b9cdb0e59b: Download complete 16:05:01 5e14af77c1be: Verifying Checksum 16:05:01 5e14af77c1be: Download complete 16:05:01 93b61091891f: Verifying Checksum 16:05:01 93b61091891f: Download complete 16:05:01 01666e4c0597: Verifying Checksum 16:05:01 01666e4c0597: Download complete 16:05:01 df20fa9351a1: Pull complete 16:05:02 36b3adc4ff6f: Pull complete 16:05:02 8ad3a11d3b57: Verifying Checksum 16:05:02 8ad3a11d3b57: Download complete 16:05:03 8ad3a11d3b57: Pull complete 16:05:03 46f8f816bc3b: Pull complete 16:05:03 93b61091891f: Pull complete 16:05:04 aa168da1d23b: Verifying Checksum 16:05:04 aa168da1d23b: Download complete 16:05:05 93b9cdb0e59b: Pull complete 16:05:05 5e14af77c1be: Pull complete 16:05:05 01666e4c0597: Pull complete 16:05:14 aa168da1d23b: Pull complete 16:05:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:05:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:05:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:05:14 prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container 16:05:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:05:18 $ docker top 132e421546f20d6bff77b4402e24386abc32134dbe2c7fc765755cf8f2f62055 -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:19 + touch /tmp/pre-build-complete [Pipeline] sh 16:05:19 + mkdir -p /var/log/sa [Pipeline] sh 16:05:19 + ls /var/log/sa-host 16:05:19 + sadf -c /var/log/sa-host/sa12 16:05:19 file_magic: OK 16:05:19 HZ: Using current value: 100 16:05:19 file_header: OK 16:05:19 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 16:05:19 Statistics: 16:05:19 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... 16:05:19 File successfully converted to sysstat format version 12.2.1 16:05:19 + sadf -c /var/log/sa-host/sa23 16:05:19 file_magic: OK 16:05:19 HZ: Using current value: 100 16:05:19 file_header: OK 16:05:19 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 16:05:19 Statistics: 16:05:19 Hnuu...uuuununununu... 16:05:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:20 provisioning config files... 16:05:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7584888209149299499tmp [Pipeline] { [Pipeline] echo 16:05:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:05:20 ---> create-netrc.sh [Pipeline] } 16:05:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:05:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:05:21 ---> python-tools-install.sh [Pipeline] echo 16:05:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:05:21 ---> sudo-logs.sh 16:05:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:05:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:05:21 ---> job-cost.sh 16:05:21 lf-activate-venv: SKIPPING 16:05:21 DEBUG: total: 0.20999999344348907 16:05:21 INFO: Retrieving Stack Cost... 16:05:23 INFO: Retrieving Pricing Info for: v1-standard-2 16:05:23 INFO: Archiving Costs [Pipeline] echo 16:05:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:05:23 ---> logs-deploy.sh 16:05:23 lf-activate-venv: SKIPPING 16:05:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3350/4 16:05:23 INFO: archiving workspace using pattern(s): 16:05:25 Archives upload complete. 16:05:25 INFO: archiving logs to Nexus 16:05:26 ---> uname -a: 16:05:26 Linux prd-centos7-docker-4c-2g-33709.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:05:26 16:05:26 16:05:26 ---> lscpu: 16:05:26 Architecture: x86_64 16:05:26 CPU op-mode(s): 32-bit, 64-bit 16:05:26 Byte Order: Little Endian 16:05:26 Address sizes: 40 bits physical, 48 bits virtual 16:05:26 CPU(s): 4 16:05:26 On-line CPU(s) list: 0-3 16:05:26 Thread(s) per core: 1 16:05:26 Core(s) per socket: 1 16:05:26 Socket(s): 4 16:05:26 NUMA node(s): 1 16:05:26 Vendor ID: GenuineIntel 16:05:26 CPU family: 6 16:05:26 Model: 44 16:05:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:05:26 Stepping: 1 16:05:26 CPU MHz: 2933.438 16:05:26 BogoMIPS: 5866.87 16:05:26 Virtualization: VT-x 16:05:26 Hypervisor vendor: KVM 16:05:26 Virtualization type: full 16:05:26 L1d cache: 128 KiB 16:05:26 L1i cache: 128 KiB 16:05:26 L2 cache: 16 MiB 16:05:26 L3 cache: 64 MiB 16:05:26 NUMA node0 CPU(s): 0-3 16:05:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:05:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:05:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:05:26 Vulnerability Meltdown: Mitigation; PTI 16:05:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:05:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:05:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:05:26 Vulnerability Srbds: Not affected 16:05:26 Vulnerability Tsx async abort: Not affected 16:05:26 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 16:05:26 16:05:26 16:05:26 ---> nproc: 16:05:26 4 16:05:26 16:05:26 16:05:26 ---> df -h: 16:05:26 Filesystem Size Used Available Use% Mounted on 16:05:26 overlay 50.0G 11.4G 38.6G 23% / 16:05:26 tmpfs 64.0M 0 64.0M 0% /dev 16:05:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:05:26 shm 64.0M 0 64.0M 0% /dev/shm 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/4 16:05:26 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/4@tmp 16:05:26 16:05:26 16:05:26 ---> free -m: 16:05:26 total used free shared buff/cache available 16:05:26 Mem: 1837 726 261 0 849 1026 16:05:26 Swap: 1023 39 984 16:05:26 16:05:26 16:05:26 ---> ip addr: 16:05:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:05:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:05:26 inet 127.0.0.1/8 scope host lo 16:05:26 valid_lft forever preferred_lft forever 16:05:26 inet6 ::1/128 scope host 16:05:26 valid_lft forever preferred_lft forever 16:05:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:05:26 link/ether fa:16:3e:1c:4d:34 brd ff:ff:ff:ff:ff:ff 16:05:26 inet 10.30.122.86/23 brd 10.30.123.255 scope global dynamic eth0 16:05:26 valid_lft 84962sec preferred_lft 84962sec 16:05:26 inet6 fe80::f816:3eff:fe1c:4d34/64 scope link 16:05:26 valid_lft forever preferred_lft forever 16:05:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:05:26 link/ether 02:42:0c:e4:a9:3e brd ff:ff:ff:ff:ff:ff 16:05:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:05:26 valid_lft forever preferred_lft forever 16:05:26 inet6 fe80::42:cff:fee4:a93e/64 scope link 16:05:26 valid_lft forever preferred_lft forever 16:05:26 16:05:26 16:05:26 ---> sar -b -r -n DEV: 16:05:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) 16:05:26 16:05:26 15:41:17 LINUX RESTART (4 CPU) 16:05:26 16:05:26 15:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:05:26 15:43:01 164.14 54.08 110.06 0.00 8671.72 38654.69 0.00 16:05:26 15:44:01 268.76 99.88 168.87 0.00 4522.25 27596.06 0.00 16:05:26 15:45:01 128.93 49.94 78.99 0.00 1703.47 11776.43 0.00 16:05:26 15:46:01 121.21 46.07 75.13 0.00 3044.07 12859.87 0.00 16:05:26 15:47:02 1073.84 790.51 283.33 0.00 93308.10 165158.84 0.00 16:05:26 15:48:01 2503.39 2184.98 318.41 0.00 146659.34 157046.87 0.00 16:05:26 15:49:01 370.84 110.01 260.82 0.00 21745.23 88528.60 0.00 16:05:26 15:50:02 2144.38 1817.93 326.44 0.00 133505.55 136264.98 0.00 16:05:26 15:51:01 217.00 28.76 188.24 0.00 4871.46 31796.87 0.00 16:05:26 15:52:01 7.98 0.48 7.49 0.00 12.92 338.98 0.00 16:05:26 15:53:01 1.60 1.33 0.27 0.00 100.85 3.35 0.00 16:05:26 15:54:01 0.23 0.02 0.22 0.00 0.13 2.45 0.00 16:05:26 15:55:01 0.72 0.02 0.70 0.00 0.27 7.59 0.00 16:05:26 15:56:01 0.57 0.00 0.57 0.00 0.00 5.63 0.00 16:05:26 15:57:01 2.40 1.80 0.60 0.00 183.08 6.43 0.00 16:05:26 15:58:01 1.28 0.05 1.23 0.00 1.60 19.34 0.00 16:05:26 15:59:01 0.17 0.02 0.15 0.00 0.27 1.33 0.00 16:05:26 16:00:01 0.25 0.02 0.23 0.00 0.13 2.83 0.00 16:05:26 16:01:01 0.28 0.07 0.22 0.00 1.33 3.13 0.00 16:05:26 16:02:01 0.75 0.35 0.40 0.00 22.50 6.81 0.00 16:05:26 16:03:01 0.25 0.02 0.23 0.00 0.27 3.23 0.00 16:05:26 16:04:01 0.47 0.23 0.23 0.00 2.00 3.26 0.00 16:05:26 16:05:02 69.97 68.79 1.18 0.00 5902.98 47.76 0.00 16:05:26 Average: 307.21 227.98 79.23 0.00 18424.15 29122.96 0.00 16:05:26 16:05:26 15:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:05:26 15:43:01 146108 0 672576 35.75 2288 1060572 1533572 52.34 604412 891180 95628 16:05:26 15:44:01 184016 0 763976 40.60 1492 932060 1754104 59.86 618832 797996 82468 16:05:26 15:45:01 369656 0 760192 40.40 860 750836 1591868 54.33 530104 688256 17932 16:05:26 15:46:01 397592 0 706024 37.52 792 777136 1143636 39.03 520616 669392 20 16:05:26 15:47:02 421896 0 702424 37.33 60 757164 1960620 66.91 502756 732456 52 16:05:26 15:48:01 383992 0 1104196 58.69 60 393296 4097140 139.83 666120 555320 39200 16:05:26 15:49:01 72408 0 694260 36.90 60 1114816 1345388 45.92 724576 842544 396 16:05:26 15:50:02 391244 0 891176 47.36 60 599064 2813088 96.01 685620 558204 1324 16:05:26 15:51:01 146040 0 658584 35.00 60 1076860 1217252 41.54 525532 958712 28 16:05:26 15:52:01 154988 0 649272 34.51 60 1077224 1177516 40.19 522696 957732 12 16:05:26 15:53:01 152028 0 649212 34.50 60 1080244 1177596 40.19 522836 960760 8 16:05:26 15:54:01 153960 0 647268 34.40 60 1080256 1164220 39.73 521860 960428 8 16:05:26 15:55:01 153672 0 647552 34.42 60 1080260 1164220 39.73 521884 960432 8 16:05:26 15:56:01 153860 0 647348 34.41 60 1080276 1164220 39.73 521884 960444 8 16:05:26 15:57:01 146732 0 649704 34.53 60 1085048 1164292 39.74 526932 962312 8 16:05:26 15:58:01 146968 0 649472 34.52 60 1085044 1164220 39.73 526432 962316 8 16:05:26 15:59:01 146968 0 649456 34.52 60 1085060 1164220 39.73 526436 962336 8 16:05:26 16:00:01 147084 0 649332 34.51 60 1085068 1164220 39.73 526440 962336 8 16:05:26 16:01:01 145748 0 650660 34.58 60 1085076 1167024 39.83 527260 962340 8 16:05:26 16:02:01 145316 0 650420 34.57 60 1085748 1164760 39.75 527224 962900 8 16:05:26 16:03:01 145560 0 650164 34.55 60 1085760 1164728 39.75 526920 962916 20 16:05:26 16:04:01 145220 0 650492 34.57 60 1085772 1164792 39.75 526948 962980 20 16:05:26 16:05:02 73420 0 714120 37.95 60 1093944 1594900 54.43 588612 969728 19480 16:05:26 Average: 196716 0 700343 37.22 286 984199 1487722 50.77 556214 876697 11159 16:05:26 16:05:26 15:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:05:26 15:43:01 eth0 1213.31 1217.13 5979.39 153.40 0.00 0.00 0.00 0.00 16:05:26 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:43:01 docker0 834.98 731.42 69.58 2682.38 0.00 0.00 0.00 0.00 16:05:26 15:44:01 eth0 275.49 169.79 870.17 26.83 0.00 0.00 0.00 0.00 16:05:26 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:44:01 veth18c7fa7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:44:01 docker0 149.39 238.03 10.95 835.10 0.00 0.00 0.00 0.00 16:05:26 15:45:01 eth0 35.94 24.57 22.34 72.02 0.00 0.00 0.00 0.00 16:05:26 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:45:01 veth18c7fa7 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 16:05:26 15:45:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 16:05:26 15:46:01 eth0 30.94 16.43 27.04 12.69 0.00 0.00 0.00 0.00 16:05:26 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:47:02 veth95b2381 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:47:02 veth755bcb1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:47:02 veth9ce00c0 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:47:02 veth93e88fc 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:48:01 vethee347be 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:48:01 veth9ce00c0 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:48:01 vethcbadc57 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:48:01 veth1b9f53b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:49:01 veth9ce00c0 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:49:01 eth0 2900.50 2629.13 12268.31 480.15 0.00 0.00 0.00 0.00 16:05:26 15:49:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:05:26 15:49:01 docker0 1049.84 1053.05 84.77 3821.08 0.00 0.00 0.00 0.00 16:05:26 15:50:02 vethba5c348 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:50:02 veth1ebcec2 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:05:26 15:50:02 veth9ce00c0 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:50:02 eth0 80.28 57.99 123.25 88.99 0.00 0.00 0.00 0.00 16:05:26 15:51:01 eth0 261.26 190.70 1675.31 97.75 0.00 0.00 0.00 0.00 16:05:26 15:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:05:26 15:51:01 docker0 1130.96 1174.49 90.46 4388.06 0.00 0.00 0.00 0.00 16:05:26 15:52:01 eth0 0.68 0.20 0.13 0.11 0.00 0.00 0.00 0.00 16:05:26 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:53:01 eth0 0.83 0.48 0.69 0.21 0.00 0.00 0.00 0.00 16:05:26 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:54:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:05:26 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:55:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:05:26 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:05:26 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:57:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 16:05:26 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:58:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:05:26 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:00:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:01:01 eth0 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 16:05:26 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:02:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:05:26 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:03:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:05:26 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:04:01 eth0 0.52 0.00 0.05 0.00 0.00 0.00 0.00 0.00 16:05:26 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:05:02 eth0 46.20 35.79 293.35 9.84 0.00 0.00 0.00 0.00 16:05:26 16:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 16:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 Average: eth0 99.84 86.01 481.50 24.67 0.00 0.00 0.00 0.00 16:05:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:26 Average: docker0 48.42 50.29 3.87 187.87 0.00 0.00 0.00 0.00 16:05:26 16:05:26 16:05:26 ---> sar -P ALL: 16:05:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) 16:05:26 16:05:26 15:41:17 LINUX RESTART (4 CPU) 16:05:26 16:05:26 15:42:01 CPU %user %nice %system %iowait %steal %idle 16:05:26 15:43:01 all 16.69 0.00 9.00 2.23 0.09 72.00 16:05:26 15:43:01 0 19.26 0.00 10.20 1.01 0.09 69.44 16:05:26 15:43:01 1 14.31 0.00 8.26 2.50 0.09 74.84 16:05:26 15:43:01 2 14.02 0.00 8.93 1.15 0.09 75.82 16:05:26 15:43:01 3 19.24 0.00 8.60 4.24 0.09 67.83 16:05:26 15:44:01 all 21.75 0.00 8.91 5.62 0.09 63.63 16:05:26 15:44:01 0 24.19 0.00 8.88 4.48 0.09 62.36 16:05:26 15:44:01 1 20.07 0.00 8.33 7.54 0.12 63.93 16:05:26 15:44:01 2 22.62 0.00 9.63 5.46 0.09 62.20 16:05:26 15:44:01 3 20.13 0.00 8.80 4.98 0.09 66.01 16:05:26 15:45:01 all 48.98 0.00 12.91 3.54 0.11 34.46 16:05:26 15:45:01 0 49.61 0.00 13.15 3.81 0.09 33.34 16:05:26 15:45:01 1 49.19 0.00 12.83 3.12 0.12 34.74 16:05:26 15:45:01 2 49.06 0.00 12.75 3.49 0.10 34.60 16:05:26 15:45:01 3 48.08 0.00 12.92 3.75 0.11 35.15 16:05:26 15:46:01 all 43.52 0.00 13.72 2.59 0.07 40.11 16:05:26 15:46:01 0 44.51 0.00 13.67 2.29 0.07 39.45 16:05:26 15:46:01 1 42.61 0.00 14.12 3.06 0.05 40.15 16:05:26 15:46:01 2 43.95 0.00 13.60 2.15 0.09 40.21 16:05:26 15:46:01 3 42.98 0.00 13.47 2.85 0.09 40.62 16:05:26 15:47:02 all 23.16 0.00 24.73 8.43 0.18 43.50 16:05:26 15:47:02 0 22.13 0.00 24.15 7.40 0.19 46.12 16:05:26 15:47:02 1 23.80 0.00 25.33 10.59 0.16 40.12 16:05:26 15:47:02 2 24.43 0.00 24.16 8.10 0.23 43.08 16:05:26 15:47:02 3 22.28 0.00 25.27 7.59 0.14 44.71 16:05:26 15:48:01 all 25.97 0.00 22.96 30.76 0.20 20.11 16:05:26 15:48:01 0 25.60 0.00 22.66 28.99 0.20 22.55 16:05:26 15:48:01 1 25.24 0.00 22.36 31.85 0.22 20.33 16:05:26 15:48:01 2 26.51 0.00 23.00 30.58 0.20 19.72 16:05:26 15:48:01 3 26.53 0.00 23.81 31.65 0.18 17.84 16:05:26 15:49:01 all 43.83 0.00 15.32 16.56 0.14 24.15 16:05:26 15:49:01 0 42.72 0.00 14.53 17.91 0.14 24.70 16:05:26 15:49:01 1 44.47 0.00 14.91 17.23 0.16 23.23 16:05:26 15:49:01 2 44.96 0.00 15.39 17.16 0.10 22.38 16:05:26 15:49:01 3 43.14 0.00 16.46 13.89 0.14 26.36 16:05:26 15:50:02 all 39.29 0.00 25.43 18.69 0.22 16.38 16:05:26 15:50:02 0 38.37 0.00 25.64 17.09 0.27 18.64 16:05:26 15:50:02 1 39.05 0.00 25.47 19.62 0.19 15.66 16:05:26 15:50:02 2 39.19 0.00 24.96 17.29 0.19 18.37 16:05:26 15:50:02 3 40.55 0.00 25.65 20.76 0.23 12.81 16:05:26 15:51:01 all 28.20 0.00 10.70 6.65 0.11 54.35 16:05:26 15:51:01 0 25.98 0.00 11.49 6.20 0.11 56.23 16:05:26 15:51:01 1 32.19 0.00 10.61 4.43 0.11 52.67 16:05:26 15:51:01 2 25.87 0.00 10.42 7.18 0.09 56.44 16:05:26 15:51:01 3 28.79 0.00 10.27 8.78 0.12 52.04 16:05:26 15:52:01 all 0.15 0.00 0.07 0.12 0.00 99.66 16:05:26 15:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:05:26 15:52:01 1 0.02 0.00 0.02 0.02 0.00 99.95 16:05:26 15:52:01 2 0.52 0.00 0.12 0.43 0.00 98.93 16:05:26 15:52:01 3 0.05 0.00 0.10 0.02 0.00 99.83 16:05:26 15:53:01 all 0.17 0.00 0.04 0.00 0.00 99.79 16:05:26 15:53:01 0 0.07 0.00 0.07 0.02 0.00 99.85 16:05:26 15:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:05:26 15:53:01 2 0.50 0.00 0.03 0.00 0.00 99.47 16:05:26 15:53:01 3 0.07 0.00 0.02 0.00 0.00 99.92 16:05:26 16:05:26 15:53:01 CPU %user %nice %system %iowait %steal %idle 16:05:26 15:54:01 all 0.14 0.00 0.03 0.00 0.01 99.82 16:05:26 15:54:01 0 0.03 0.00 0.05 0.00 0.02 99.90 16:05:26 15:54:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:05:26 15:54:01 2 0.50 0.00 0.02 0.00 0.00 99.48 16:05:26 15:54:01 3 0.00 0.00 0.03 0.00 0.00 99.97 16:05:26 15:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:05:26 15:55:01 0 0.52 0.00 0.05 0.00 0.00 99.43 16:05:26 15:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:05:26 15:55:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:05:26 15:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:05:26 15:56:01 all 0.08 0.00 0.04 0.00 0.00 99.88 16:05:26 15:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:05:26 15:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:05:26 15:56:01 2 0.20 0.00 0.05 0.00 0.02 99.73 16:05:26 15:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:05:26 15:57:01 all 0.06 0.00 0.08 0.03 0.00 99.84 16:05:26 15:57:01 0 0.03 0.00 0.08 0.00 0.00 99.88 16:05:26 15:57:01 1 0.02 0.00 0.07 0.02 0.00 99.90 16:05:26 15:57:01 2 0.15 0.00 0.12 0.08 0.00 99.65 16:05:26 15:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:05:26 15:58:01 all 0.14 0.00 0.02 0.00 0.00 99.83 16:05:26 15:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:05:26 15:58:01 1 0.03 0.00 0.02 0.02 0.00 99.93 16:05:26 15:58:01 2 0.50 0.00 0.02 0.00 0.00 99.48 16:05:26 15:58:01 3 0.02 0.00 0.05 0.00 0.00 99.93 16:05:26 15:59:01 all 0.16 0.00 0.03 0.00 0.00 99.81 16:05:26 15:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:05:26 15:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:05:26 15:59:01 2 0.52 0.00 0.02 0.00 0.00 99.47 16:05:26 15:59:01 3 0.08 0.00 0.07 0.00 0.02 99.83 16:05:26 16:00:01 all 0.15 0.00 0.02 0.00 0.00 99.83 16:05:26 16:00:01 0 0.02 0.00 0.05 0.00 0.00 99.93 16:05:26 16:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:05:26 16:00:01 2 0.53 0.00 0.02 0.00 0.00 99.45 16:05:26 16:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:05:26 16:01:01 all 0.14 0.00 0.04 0.00 0.00 99.82 16:05:26 16:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:05:26 16:01:01 1 0.02 0.00 0.05 0.00 0.02 99.92 16:05:26 16:01:01 2 0.52 0.00 0.05 0.00 0.00 99.43 16:05:26 16:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:05:26 16:02:01 all 0.15 0.00 0.04 0.01 0.01 99.79 16:05:26 16:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:05:26 16:02:01 1 0.02 0.00 0.03 0.00 0.00 99.95 16:05:26 16:02:01 2 0.52 0.00 0.03 0.02 0.02 99.42 16:05:26 16:02:01 3 0.05 0.00 0.07 0.02 0.02 99.85 16:05:26 16:03:01 all 0.18 0.00 0.03 0.00 0.00 99.78 16:05:26 16:03:01 0 0.52 0.00 0.03 0.00 0.02 99.43 16:05:26 16:03:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:05:26 16:03:01 2 0.08 0.00 0.03 0.00 0.00 99.88 16:05:26 16:03:01 3 0.10 0.00 0.02 0.00 0.00 99.88 16:05:26 16:04:01 all 0.20 0.00 0.03 0.00 0.02 99.75 16:05:26 16:04:01 0 0.52 0.00 0.03 0.00 0.02 99.43 16:05:26 16:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:05:26 16:04:01 2 0.18 0.00 0.05 0.02 0.02 99.73 16:05:26 16:04:01 3 0.08 0.00 0.03 0.00 0.02 99.87 16:05:26 16:05:26 16:04:01 CPU %user %nice %system %iowait %steal %idle 16:05:26 16:05:02 all 2.41 0.00 1.42 1.61 0.07 94.49 16:05:26 16:05:02 0 2.43 0.00 1.14 0.55 0.07 95.82 16:05:26 16:05:02 1 1.29 0.00 1.15 1.10 0.08 96.37 16:05:26 16:05:02 2 1.72 0.00 1.19 0.68 0.07 96.34 16:05:26 16:05:02 3 4.21 0.00 2.21 4.12 0.07 89.39 16:05:26 Average: all 12.46 0.00 6.11 4.04 0.06 77.33 16:05:26 Average: 0 12.50 0.00 6.12 3.74 0.06 77.58 16:05:26 Average: 1 12.33 0.00 6.04 4.23 0.06 77.34 16:05:26 Average: 2 12.55 0.00 6.09 3.93 0.05 77.38 16:05:26 Average: 3 12.46 0.00 6.19 4.28 0.05 77.02 16:05:26 16:05:26 16:05:26