Pull request #2886 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 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a+382321cdbf919cdcf7c2812d3a520779371560e7 (a8f99701369d07874f3d14ef0da4699c9ee09ce1) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@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-15449 in /w/workspace/edgexfoundry_edgex-go_PR-2886 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # 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/2886/head:refs/remotes/origin/PR-2886 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 382321cdbf919cdcf7c2812d3a520779371560e7 into PR head commit 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a Merge succeeded, producing 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a Checking out Revision 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a (PR-2886) > git config core.sparsecheckout # timeout=10 > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # 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 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 Commit message: "feat(security): Address PR feedback on /vault/file" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:46:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk a01ccbcb86fecd8c78fa31cc50216e28116d216f # timeout=10 [Pipeline] withCredentials 21:46:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:46:27 ========================================================= 21:46:27 EdgeX Global Pipelines Version Info 21:46:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:46:28 ------------------- 21:46:28 stable info: 21:46:28 ------------------- 21:46:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:46:28 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 21:46:28 Message: update stable to v1.0.172 21:46:29 ------------------- 21:46:29 experimental info: 21:46:29 ------------------- 21:46:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:46:29 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 21:46:29 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:46:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:46:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:46:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:46:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:46:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:46:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:46:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:46:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:46:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:46:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:46:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:46:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:46:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:46:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:46:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2886 [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2886 [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2886 [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [Pipeline] echo 21:46:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 565a8fe [Pipeline] echo 21:46:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:46:33 provisioning config files... 21:46:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6844960232218981117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:46:33 ---> docker-login.sh 21:46:33 nexus3.edgexfoundry.org:10001 21:46:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:33 Configure a credential helper to remove this warning. See 21:46:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:33 21:46:33 Login Succeeded 21:46:33 nexus3.edgexfoundry.org:10002 21:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:34 Configure a credential helper to remove this warning. See 21:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:34 21:46:34 Login Succeeded 21:46:34 nexus3.edgexfoundry.org:10003 21:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:34 Configure a credential helper to remove this warning. See 21:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:34 21:46:34 Login Succeeded 21:46:34 nexus3.edgexfoundry.org:10004 21:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:34 Configure a credential helper to remove this warning. See 21:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:34 21:46:34 Login Succeeded 21:46:34 docker.io 21:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:35 Configure a credential helper to remove this warning. See 21:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:35 21:46:35 Login Succeeded 21:46:35 ---> docker-login.sh ends [Pipeline] } 21:46:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:46:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/core-command/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo core-command,cmd/core-command/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/core-data/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo core-data,cmd/core-data/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/core-metadata/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo core-metadata,cmd/core-metadata/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/security-proxy-setup/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/security-secrets-setup/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/support-notifications/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo support-notifications,cmd/support-notifications/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/support-scheduler/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:46:35 + for file in '`ls cmd/**/Dockerfile`' 21:46:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:46:35 ++ cut -d/ -f2 21:46:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:46:35 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 21:46:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:46:36 21:46:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:46:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:46:37 latest: Pulling from edgex-devops/git-semver 21:46:37 31603596830f: Pulling fs layer 21:46:37 2a8b12db71e7: Pulling fs layer 21:46:37 6ca5941a6612: Pulling fs layer 21:46:37 ecc8261a40a4: Pulling fs layer 21:46:37 ecc8261a40a4: Waiting 21:46:37 2a8b12db71e7: Verifying Checksum 21:46:37 2a8b12db71e7: Download complete 21:46:37 31603596830f: Verifying Checksum 21:46:37 31603596830f: Download complete 21:46:37 ecc8261a40a4: Verifying Checksum 21:46:37 ecc8261a40a4: Download complete 21:46:37 6ca5941a6612: Verifying Checksum 21:46:37 6ca5941a6612: Download complete 21:46:37 31603596830f: Pull complete 21:46:38 2a8b12db71e7: Pull complete 21:46:38 6ca5941a6612: Pull complete 21:46:38 ecc8261a40a4: Pull complete 21:46:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:46:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:46:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:46:39 prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container 21:46:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:46:41 $ docker top 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:46:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:46:41 [ssh-agent] Looking for ssh-agent implementation... 21:46:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:46:42 $ docker exec 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 ssh-agent 21:46:42 SSH_AUTH_SOCK=/tmp/ssh-o8H6HwG0zrJ4/agent.12 21:46:42 SSH_AGENT_PID=17 21:46:42 Running ssh-add (command line suppressed) 21:46:42 Identity added: /w/workspace/edgex-go/17@tmp/private_key_4503528613103916457.key (/w/workspace/edgex-go/17@tmp/private_key_4503528613103916457.key) 21:46:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:46:42 + git tag --points-at HEAD [Pipeline] } 21:46:42 $ docker exec --env ******** --env ******** 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 ssh-agent -k 21:46:42 unset SSH_AUTH_SOCK; 21:46:42 unset SSH_AGENT_PID; 21:46:42 echo Agent pid 17 killed; 21:46:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:46:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:46:43 [ssh-agent] Looking for ssh-agent implementation... 21:46:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:46:43 $ docker exec 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 ssh-agent 21:46:43 SSH_AUTH_SOCK=/tmp/ssh-vnv5E0JFqxY9/agent.45 21:46:43 SSH_AGENT_PID=50 21:46:43 Running ssh-add (command line suppressed) 21:46:43 Identity added: /w/workspace/edgex-go/17@tmp/private_key_5542616849644836900.key (/w/workspace/edgex-go/17@tmp/private_key_5542616849644836900.key) 21:46:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:46:44 + git semver init 21:46:44 # -> Open(): unable to determine branch for HEAD 21:46:44 # $GIT_DIR = /w/workspace/edgex-go/17/.git 21:46:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/17 21:46:44 # $SEMVER_REMOTE_NAME = origin 21:46:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:46:44 # $SEMVER_USER_NAME = edgex-jenkins 21:46:44 # $SEMVER_BRANCH = PR-2886 21:46:44 # $SEMVER_TEMP = /tmp/semver-070278826 21:46:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:47:06 # '/tmp/semver-070278826' -> '/w/workspace/edgex-go/17/.semver' 21:47:06 # -> Force: false 21:47:06 # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } 21:47:06 $ docker exec --env ******** --env ******** 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 ssh-agent -k 21:47:06 unset SSH_AUTH_SOCK; 21:47:06 unset SSH_AGENT_PID; 21:47:06 echo Agent pid 50 killed; 21:47:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:47:06 + git semver [Pipeline] } 21:47:06 $ docker stop --time=1 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 21:47:08 $ docker rm -f 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 [Pipeline] // withDockerContainer [Pipeline] sh 21:47:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:47:09 Stashed 1 file(s) [Pipeline] echo 21:47:09 [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 21:47:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:47:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:47:11 + sudo service docker restart 21:47:11 + true 21:47:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:47:11 ========================================================= 21:47:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:47:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:47:12 + 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 . 21:47:16 Sending build context to Docker daemon 326.4MB 21:47:16 Step 1/7 : ARG BASE=golang:1.15-alpine 21:47:16 Step 2/7 : FROM ${BASE} 21:47:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:47:16 188c0c94c7c5: Pulling fs layer 21:47:16 0ef7d3d256c8: Pulling fs layer 21:47:16 de9db76c5a1d: Pulling fs layer 21:47:16 bca2f99d35d6: Pulling fs layer 21:47:16 93359f2a8cfa: Pulling fs layer 21:47:16 7c6f9722023f: Pulling fs layer 21:47:16 a35cf1a2eb13: Pulling fs layer 21:47:16 93359f2a8cfa: Waiting 21:47:16 7c6f9722023f: Waiting 21:47:16 a35cf1a2eb13: Waiting 21:47:16 bca2f99d35d6: Waiting 21:47:16 de9db76c5a1d: Verifying Checksum 21:47:16 de9db76c5a1d: Download complete 21:47:16 0ef7d3d256c8: Verifying Checksum 21:47:16 0ef7d3d256c8: Download complete 21:47:16 93359f2a8cfa: Verifying Checksum 21:47:16 93359f2a8cfa: Download complete 21:47:16 7c6f9722023f: Verifying Checksum 21:47:16 7c6f9722023f: Download complete 21:47:16 188c0c94c7c5: Verifying Checksum 21:47:16 188c0c94c7c5: Download complete 21:47:16 188c0c94c7c5: Pull complete 21:47:16 0ef7d3d256c8: Pull complete 21:47:16 de9db76c5a1d: Pull complete 21:47:18 a35cf1a2eb13: Verifying Checksum 21:47:18 a35cf1a2eb13: Download complete 21:47:19 bca2f99d35d6: Verifying Checksum 21:47:19 bca2f99d35d6: Download complete 21:47:24 bca2f99d35d6: Pull complete 21:47:24 93359f2a8cfa: Pull complete 21:47:24 7c6f9722023f: Pull complete 21:47:25 Still waiting to schedule task 21:47:25 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15447’ 21:47:28 a35cf1a2eb13: Pull complete 21:47:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:47:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:47:28 ---> a62c8e92a672 21:47:28 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:47:29 ---> Running in 6fc71b57aa8a 21:47:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:30 (1/12) Installing libmagic (5.38-r0) 21:47:31 (2/12) Installing file (5.38-r0) 21:47:31 (3/12) Installing libc-dev (0.7.2-r3) 21:47:31 (4/12) Installing g++ (9.3.0-r2) 21:47:36 (5/12) Installing fortify-headers (1.1-r0) 21:47:36 (6/12) Installing patch (2.7.6-r6) 21:47:36 (7/12) Installing build-base (0.5-r2) 21:47:36 (8/12) Installing libsodium (1.0.18-r0) 21:47:36 (9/12) Installing pkgconf (1.7.2-r0) 21:47:36 (10/12) Installing libsodium-dev (1.0.18-r0) 21:47:36 (11/12) Installing libzmq (4.3.3-r0) 21:47:36 (12/12) Installing zeromq-dev (4.3.3-r0) 21:47:36 Executing busybox-1.31.1-r19.trigger 21:47:36 OK: 233 MiB in 51 packages 21:47:40 Removing intermediate container 6fc71b57aa8a 21:47:40 ---> 8162cc47bc15 21:47:40 Step 4/7 : WORKDIR /edgex-go 21:47:40 ---> Running in a226845daed6 21:47:40 Removing intermediate container a226845daed6 21:47:40 ---> ba560f1a2ee1 21:47:40 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:47:45 latest: Pulling from library/docker 21:47:45 188c0c94c7c5: Already exists 21:47:45 0c7c675703d6: Pulling fs layer 21:47:45 cc8c12a437cb: Pulling fs layer 21:47:45 0fad174ccba3: Pulling fs layer 21:47:45 f78b7b4f0096: Pulling fs layer 21:47:45 4b74a9be2796: Pulling fs layer 21:47:45 6e2fb13aee8f: Pulling fs layer 21:47:45 f78b7b4f0096: Waiting 21:47:45 4b74a9be2796: Waiting 21:47:45 6e2fb13aee8f: Waiting 21:47:45 cc8c12a437cb: Verifying Checksum 21:47:45 cc8c12a437cb: Download complete 21:47:45 0c7c675703d6: Verifying Checksum 21:47:45 0c7c675703d6: Download complete 21:47:46 4b74a9be2796: Verifying Checksum 21:47:46 4b74a9be2796: Download complete 21:47:46 f78b7b4f0096: Verifying Checksum 21:47:46 f78b7b4f0096: Download complete 21:47:46 6e2fb13aee8f: Download complete 21:47:46 0c7c675703d6: Pull complete 21:47:46 cc8c12a437cb: Pull complete 21:47:46 0fad174ccba3: Verifying Checksum 21:47:46 0fad174ccba3: Download complete 21:47:49 0fad174ccba3: Pull complete 21:47:49 f78b7b4f0096: Pull complete 21:47:49 4b74a9be2796: Pull complete 21:47:49 6e2fb13aee8f: Pull complete 21:47:49 Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 21:47:49 Status: Downloaded newer image for docker:latest 21:47:51 ---> 13db4afaa34f 21:47:51 Step 6/7 : COPY go.mod . 21:47:51 ---> 1cfa089049bf 21:47:51 Step 7/7 : RUN go mod download 21:47:51 ---> Running in d8802d8cafac 21:48:13 Removing intermediate container d8802d8cafac 21:48:13 ---> 6855bcaf1b11 21:48:13 Successfully built 6855bcaf1b11 21:48:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:48:13 + docker inspect -f . ci-base-image-x86_64 21:48:13 . [Pipeline] withDockerContainer 21:48:13 prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container 21:48:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-x86_64 cat 21:48:14 $ docker top 3f33f6bab7d3b32803f303f89724eef4b7290dcaafa4737e9e0f77cd34c66738 -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:15 + go version 21:48:15 go version go1.15.5 linux/amd64 [Pipeline] } 21:48:15 $ docker stop --time=1 3f33f6bab7d3b32803f303f89724eef4b7290dcaafa4737e9e0f77cd34c66738 21:48:16 $ docker rm -f 3f33f6bab7d3b32803f303f89724eef4b7290dcaafa4737e9e0f77cd34c66738 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:17 + docker inspect -f . ci-base-image-x86_64 21:48:17 . [Pipeline] withDockerContainer 21:48:18 prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container 21:48:18 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-x86_64 cat 21:48:18 $ docker top fc8ffe6312075d9e588c314dd95ef5277d2e94691d735c9568e3ef062747f1b9 -eo pid,comm [Pipeline] { [Pipeline] echo 21:48:18 ========================================================= 21:48:18 [edgeXBuildGoParallel] Running Tests and Build... 21:48:18 ========================================================= [Pipeline] sh 21:48:19 + make test 21:48:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:48:29 ? github.com/edgexfoundry/edgex-go [no test files] 21:48:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:48:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:48:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:48:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:48:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:48:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:48:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:48:52 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s 21:48:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:48:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:48:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:48:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:48:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:48:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 46.6% of statements 21:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:48:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:49:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.165s coverage: 27.1% of statements 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:49:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:49:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:49:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.388s coverage: 68.5% of statements 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:49:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.3% of statements 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:49:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements 21:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:49:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 21:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:49:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 21:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:49:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements 21:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:49:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 21:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:49:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements 21:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.301s coverage: 93.8% of statements 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 21:49:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 21:49:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:49:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.200s coverage: 63.5% of statements 21:49:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:49:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:49:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 21:49:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements 21:49:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 21:49:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 21:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 21:49:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements 21:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.297s coverage: 86.3% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.053s coverage: 72.2% of statements 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.414s coverage: 72.1% of statements 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.042s coverage: 48.4% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.032s coverage: 28.8% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.2% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.314s coverage: 84.0% of statements 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.059s coverage: 100.0% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.670s coverage: 29.1% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:49:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 21:49:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:49:19 GO111MODULE=on go vet ./... 21:49:46 gofmt -l . 21:49:46 [ "`gofmt -l .`" = "" ] 21:49:46 ./bin/test-go-mod-tidy.sh 21:49:46 ./bin/test-attribution-txt.sh [Pipeline] sh 21:49:47 + ls -al . 21:49:47 total 668 21:49:47 drwxrwxr-x 10 1001 1001 4096 Dec 10 21:49 . 21:49:47 drwxr-xr-x 4 root root 30 Dec 10 21:48 .. 21:49:47 -rw-rw-r-- 1 1001 1001 11 Dec 10 21:46 .dockerignore 21:49:47 drwxrwxr-x 8 1001 1001 179 Dec 10 21:46 .git 21:49:47 drwxrwxr-x 3 1001 1001 125 Dec 10 21:46 .github 21:49:47 -rw-rw-r-- 1 1001 1001 943 Dec 10 21:46 .gitignore 21:49:47 drwx------ 3 1001 1001 47 Dec 10 21:47 .semver 21:49:47 -rw-rw-r-- 1 1001 1001 166 Dec 10 21:46 .sonarcloud.properties 21:49:47 -rw-rw-r-- 1 1001 1001 3804 Dec 10 21:46 CONTRIBUTING.md 21:49:47 -rw-rw-r-- 1 1001 1001 1035 Dec 10 21:46 Dockerfile.build 21:49:47 -rw-rw-r-- 1 1001 1001 863 Dec 10 21:46 Jenkinsfile 21:49:47 -rw-rw-r-- 1 1001 1001 10775 Dec 10 21:46 LICENSE 21:49:47 -rw-rw-r-- 1 1001 1001 6318 Dec 10 21:46 Makefile 21:49:47 -rw-rw-r-- 1 1001 1001 6447 Dec 10 21:46 README.md 21:49:47 -rw-rw-r-- 1 1001 1001 7286 Dec 10 21:46 SECURITY.md 21:49:47 -rw-rw-r-- 1 1001 1001 5 Dec 10 21:47 VERSION 21:49:47 -rw-rw-r-- 1 1001 1001 4131 Dec 10 21:46 ZMQWindows.md 21:49:47 drwxrwxr-x 2 1001 1001 117 Dec 10 21:46 bin 21:49:47 drwxrwxr-x 15 1001 1001 4096 Dec 10 21:46 cmd 21:49:47 -rw-r--r-- 1 root root 569562 Dec 10 21:49 coverage.out 21:49:47 -rw-r--r-- 1 root root 1041 Dec 10 21:49 go.mod 21:49:47 -rw-r--r-- 1 root root 18856 Dec 10 21:49 go.sum 21:49:47 drwxrwxr-x 8 1001 1001 127 Dec 10 21:46 internal 21:49:47 drwxrwxr-x 4 1001 1001 26 Dec 10 21:46 openapi 21:49:47 drwxrwxr-x 4 1001 1001 71 Dec 10 21:46 snap 21:49:47 -rw-rw-r-- 1 1001 1001 168 Dec 10 21:46 version.go [Pipeline] sh 21:49:47 + '[' -e coverage.out ] 21:49:47 + chown 1001:1001 coverage.out [Pipeline] stash 21:49:47 Stashed 1 file(s) [Pipeline] sh 21:49:47 + make build 21:49:47 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 21:49: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 21:50:02 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 21:50:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:50:03 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 21:50:03 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 21:50: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 21:50:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:50:07 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 21:50:08 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 21:50:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:50:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:50:12 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 [Pipeline] } 21:50:13 $ docker stop --time=1 fc8ffe6312075d9e588c314dd95ef5277d2e94691d735c9568e3ef062747f1b9 21:50:15 $ docker rm -f fc8ffe6312075d9e588c314dd95ef5277d2e94691d735c9568e3ef062747f1b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:50:19 21:50:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:50:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:50:20 latest: Pulling from edgex-devops/edgex-compose 21:50:20 cbdbe7a5bc2a: Pulling fs layer 21:50:20 ca9280d653b3: Pulling fs layer 21:50:20 7e9c9ca2126c: Pulling fs layer 21:50:21 cbdbe7a5bc2a: Verifying Checksum 21:50:21 cbdbe7a5bc2a: Download complete 21:50:21 ca9280d653b3: Verifying Checksum 21:50:21 ca9280d653b3: Download complete 21:50:21 cbdbe7a5bc2a: Pull complete 21:50:22 ca9280d653b3: Pull complete 21:50:22 7e9c9ca2126c: Verifying Checksum 21:50:22 7e9c9ca2126c: Download complete 21:50:28 7e9c9ca2126c: Pull complete 21:50:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:50:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:50:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:50:29 prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container 21:50:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:50:31 $ docker top 1d2fbce368687360a390e09d3845bf27ba9a89391515d53ab66c55e9181494e7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:32 + docker-compose build --help 21:50:32 + grep parallel 21:50:33 --parallel Build images in parallel. [Pipeline] } 21:50:33 $ docker stop --time=1 1d2fbce368687360a390e09d3845bf27ba9a89391515d53ab66c55e9181494e7 21:50:34 $ docker rm -f 1d2fbce368687360a390e09d3845bf27ba9a89391515d53ab66c55e9181494e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:50:35 . [Pipeline] withDockerContainer 21:50:35 prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container 21:50:35 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:50:37 $ docker top 273e9bac797001855a751befb079cfe220f021640d85e401985412ec44205d75 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:37 + docker-compose -f ./docker-compose-build.yml build --parallel 21:50:38 Building docker-core-command-go ... 21:50:38 Building docker-core-data-go ... 21:50:38 Building docker-core-metadata-go ... 21:50:38 Building docker-security-bootstrap-redis-go ... 21:50:38 Building docker-security-proxy-setup-go ... 21:50:38 Building docker-security-secrets-setup-go ... 21:50:38 Building docker-security-secretstore-setup-go ... 21:50:38 Building docker-support-notifications-go ... 21:50:38 Building docker-support-scheduler-go ... 21:50:38 Building docker-sys-mgmt-agent-go ... 21:50:38 Building docker-security-proxy-setup-go 21:50:38 Building docker-core-data-go 21:50:38 Building docker-security-secrets-setup-go 21:50:38 Building docker-sys-mgmt-agent-go 21:50:38 Building docker-security-bootstrap-redis-go 21:51:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15450 in /w/workspace/edgexfoundry_edgex-go_PR-2886 [Pipeline] { [Pipeline] ws 21:51:08 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 21:51:10 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:10 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:51:10 ---> 6855bcaf1b11 21:51:10 Step 3/27 : WORKDIR /edgex-go 21:51:10 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:10 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:51:10 ---> 6855bcaf1b11 21:51:10 Step 3/29 : WORKDIR /edgex-go 21:51:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:51:10 ---> 6855bcaf1b11 21:51:10 Step 3/21 : WORKDIR /edgex-go 21:51:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:51:10 ---> 6855bcaf1b11 21:51:10 Step 3/22 : WORKDIR /edgex-go 21:51:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:51:10 ---> 6855bcaf1b11 21:51:10 Step 3/23 : WORKDIR /edgex-go 21:51:10 ---> Running in 3866fc0ec533 21:51:10 ---> Running in 384c8dc35a99 21:51:10 ---> Running in 769d9832c9ba 21:51:10 ---> Running in 9d5074e8e93f 21:51:10 ---> Running in 351b94bea63d 21:51:10 Removing intermediate container 384c8dc35a99 21:51:10 ---> d8d2be4c1faf 21:51:10 Step 4/29 : RUN apk update && apk add make git 21:51:10 Removing intermediate container 769d9832c9ba 21:51:10 ---> 9551489290c5 21:51:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:10 Removing intermediate container 9d5074e8e93f 21:51:10 ---> b06d9a5368ea 21:51:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:10 Removing intermediate container 3866fc0ec533 21:51:10 ---> f9ee1860ba72 21:51:10 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:10 Removing intermediate container 351b94bea63d 21:51:10 ---> 85c2b6662d0e 21:51:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:10 ---> Running in e7073e420518 21:51:10 ---> Running in e5770583fef6 21:51:10 ---> Running in f689f1b82484 21:51:10 ---> Running in 430909cc2152 21:51:10 ---> Running in 099e254b9bf8 21:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:11 Removing intermediate container f689f1b82484 21:51:11 ---> 3a71fa81a545 21:51:11 Step 5/22 : RUN apk update && apk add make git 21:51:11 Removing intermediate container e5770583fef6 21:51:11 ---> f06e78324bce 21:51:11 Step 5/21 : RUN apk update && apk add make git 21:51:11 ---> Running in 26f501fd0733 21:51:12 ---> Running in 17c5e67a0c6f 21:51:12 Removing intermediate container 430909cc2152 21:51:12 ---> e495f6158b3a 21:51:12 Step 5/27 : RUN apk update && apk add make bash git 21:51:12 Removing intermediate container 099e254b9bf8 21:51:12 ---> a2295efa0d0a 21:51:12 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:51:12 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:51:12 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:51:12 OK: 12748 distinct packages available 21:51:12 ---> Running in 915289ba7a59 21:51:12 ---> Running in 9a4a5fc0dbae 21:51:12 OK: 233 MiB in 51 packages 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:13 Removing intermediate container e7073e420518 21:51:13 ---> 2827ba1bccca 21:51:13 Step 5/29 : COPY go.mod . 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:13 ---> 8a68297c1179 21:51:13 Step 6/29 : RUN go mod download 21:51:13 ---> Running in ff0775f873c8 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:13 using credential edgex-jenkins-ssh 21:51:13 Cloning the remote Git repository 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:14 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:51:14 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:51:14 OK: 12748 distinct packages available 21:51:14 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:51:14 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:51:14 OK: 12748 distinct packages available 21:51:14 OK: 233 MiB in 51 packages 21:51:14 OK: 233 MiB in 51 packages 21:51:14 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:51:14 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:51:14 OK: 12748 distinct packages available 21:51:14 OK: 233 MiB in 51 packages 21:51:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:51:14 > git init /w/workspace/edgex-go/17 # timeout=10 21:51:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:51:14 > git --version # timeout=10 21:51:14 > git --version # 'git version 2.17.1' 21:51:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:51:14 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:51:14 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:51:14 OK: 12748 distinct packages available 21:51:14 OK: 233 MiB in 51 packages 21:51:15 Removing intermediate container 17c5e67a0c6f 21:51:15 ---> bae12acdafd2 21:51:15 Step 6/21 : COPY go.mod . 21:51:15 Removing intermediate container 26f501fd0733 21:51:15 ---> 213ca3838fa0 21:51:15 Step 6/22 : COPY go.mod . 21:51:15 Removing intermediate container ff0775f873c8 21:51:15 ---> 4a0da061142a 21:51:15 Step 7/29 : COPY . . 21:51:15 ---> 3d669f127e06 21:51:15 Step 7/21 : RUN go mod download 21:51:15 Removing intermediate container 915289ba7a59 21:51:15 ---> b1c554b75549 21:51:15 Step 6/23 : COPY go.mod . 21:51:15 ---> Running in cadfed746bad 21:51:15 ---> dfe1416518e4 21:51:15 Step 7/22 : RUN go mod download 21:51:16 ---> Running in 2f7b879e4842 21:51:16 Removing intermediate container 9a4a5fc0dbae 21:51:16 ---> d02cad907d91 21:51:16 Step 6/27 : COPY go.mod . 21:51:17 ---> 207e173af517 21:51:17 Step 7/23 : RUN go mod download 21:51:19 ---> Running in 45785aae33cb 21:51:19 ---> 0986b04b8d26 21:51:19 Step 7/27 : RUN go mod download 21:51:20 ---> Running in 5ddb52d645c1 21:51:23 Removing intermediate container cadfed746bad 21:51:23 ---> 0162e7964583 21:51:23 Step 8/21 : COPY . . 21:51:28 Removing intermediate container 2f7b879e4842 21:51:28 ---> d2657982a4bc 21:51:28 Step 8/22 : COPY . . 21:51:30 Merging remotes/origin/master commit 382321cdbf919cdcf7c2812d3a520779371560e7 into PR head commit 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:51:30 Merge succeeded, producing 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:51:30 Checking out Revision 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a (PR-2886) 21:51:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:51:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:51:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:51:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:51:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2886/head:refs/remotes/origin/PR-2886 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:51:30 > git config core.sparsecheckout # timeout=10 21:51:30 > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 21:51:30 > git remote # timeout=10 21:51:30 > git config --get remote.origin.url # timeout=10 21:51:30 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:30 > git merge 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 21:51:30 > git rev-parse HEAD^{commit} # timeout=10 21:51:31 Removing intermediate container 45785aae33cb 21:51:31 ---> 89da9aec1571 21:51:31 Step 8/23 : COPY . . 21:51:30 > git config core.sparsecheckout # timeout=10 21:51:30 > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 21:51:33 Removing intermediate container 5ddb52d645c1 21:51:33 ---> da2cb840ce7f 21:51:33 Step 8/27 : COPY . . 21:51:35 Commit message: "feat(security): Address PR feedback on /vault/file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:51:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:51:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:51:37 + sudo service docker restart 21:51:37 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:51:39 provisioning config files... 21:51:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config822878857437457749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:51:40 ---> docker-login.sh 21:51:40 nexus3.edgexfoundry.org:10001 21:51:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:41 Configure a credential helper to remove this warning. See 21:51:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:41 21:51:41 Login Succeeded 21:51:41 nexus3.edgexfoundry.org:10002 21:51:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:42 Configure a credential helper to remove this warning. See 21:51:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:42 21:51:42 Login Succeeded 21:51:42 nexus3.edgexfoundry.org:10003 21:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:42 Configure a credential helper to remove this warning. See 21:51:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:42 21:51:42 Login Succeeded 21:51:42 nexus3.edgexfoundry.org:10004 21:51:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:43 Configure a credential helper to remove this warning. See 21:51:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:43 21:51:43 Login Succeeded 21:51:43 docker.io 21:51:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:44 Configure a credential helper to remove this warning. See 21:51:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:44 21:51:44 Login Succeeded 21:51:44 ---> docker-login.sh ends [Pipeline] } 21:51:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:51:44 ========================================================= 21:51:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:51:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:51:45 + 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 . 21:51:47 Sending build context to Docker daemon 165.7MB 21:51:47 Step 1/7 : ARG BASE=golang:1.15-alpine 21:51:47 Step 2/7 : FROM ${BASE} 21:51:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:51:47 5f621e34cdf4: Pulling fs layer 21:51:47 a4357932f1b6: Pulling fs layer 21:51:47 18c013af1878: Pulling fs layer 21:51:47 00ac8860ef70: Pulling fs layer 21:51:47 63d7cb157983: Pulling fs layer 21:51:47 b116817d02f9: Pulling fs layer 21:51:47 745a02a5169b: Pulling fs layer 21:51:47 00ac8860ef70: Waiting 21:51:47 63d7cb157983: Waiting 21:51:47 b116817d02f9: Waiting 21:51:47 745a02a5169b: Waiting 21:51:47 18c013af1878: Verifying Checksum 21:51:47 18c013af1878: Download complete 21:51:47 a4357932f1b6: Verifying Checksum 21:51:47 a4357932f1b6: Download complete 21:51:47 63d7cb157983: Verifying Checksum 21:51:47 63d7cb157983: Download complete 21:51:47 b116817d02f9: Verifying Checksum 21:51:47 b116817d02f9: Download complete 21:51:47 5f621e34cdf4: Verifying Checksum 21:51:47 5f621e34cdf4: Download complete 21:51:48 5f621e34cdf4: Pull complete 21:51:48 ---> a4ca9f95c5b8 21:51:48 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:51:48 ---> Running in 5837a6388ed2 21:51:49 a4357932f1b6: Pull complete 21:51:49 18c013af1878: Pull complete 21:51:50 745a02a5169b: Download complete 21:51:51 00ac8860ef70: Verifying Checksum 21:51:51 00ac8860ef70: Download complete 21:51:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:52:01 00ac8860ef70: Pull complete 21:52:01 63d7cb157983: Pull complete 21:52:02 b116817d02f9: Pull complete 21:52:03 ---> b32ea52af1dd 21:52:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:52:05 ---> Running in f6df44b1bccf 21:52:05 745a02a5169b: Pull complete 21:52:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:52:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:52:05 ---> b7e6874047d6 21:52:05 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:52:07 ---> c946e20f7c09 21:52:07 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:52:07 ---> 5752573cfd00 21:52:07 Step 9/23 : RUN make cmd/core-data/core-data 21:52:07 ---> Running in acd5d890cc9f 21:52:07 ---> Running in 1bb03cd89cf1 21:52:08 ---> f2a6bbdf9381 21:52:08 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:52:08 ---> Running in 6cb44fad6a02 21:52:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:52:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:52:08 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 21:52:09 ---> Running in 8ecc7a6ec04a 21:52:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:52:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:52:12 (1/12) Installing libmagic (5.38-r0) 21:52:12 (2/12) Installing file (5.38-r0) 21:52:12 (3/12) Installing libc-dev (0.7.2-r3) 21:52:12 (4/12) Installing g++ (9.3.0-r2) 21:52:15 (5/12) Installing fortify-headers (1.1-r0) 21:52:15 (6/12) Installing patch (2.7.6-r6) 21:52:15 (7/12) Installing build-base (0.5-r2) 21:52:15 (8/12) Installing libsodium (1.0.18-r0) 21:52:15 (9/12) Installing pkgconf (1.7.2-r0) 21:52:15 (10/12) Installing libsodium-dev (1.0.18-r0) 21:52:15 (11/12) Installing libzmq (4.3.3-r0) 21:52:15 (12/12) Installing zeromq-dev (4.3.3-r0) 21:52:15 Executing busybox-1.31.1-r19.trigger 21:52:15 OK: 217 MiB in 51 packages 21:52:17 Removing intermediate container 5837a6388ed2 21:52:17 ---> d324020e531d 21:52:17 21:52:17 Step 9/29 : FROM alpine:latest 21:52:18 latest: Pulling from library/alpine 21:52:18 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 21:52:18 Status: Downloaded newer image for alpine:latest 21:52:18 ---> d6e46aa2470d 21:52:18 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:52:18 ---> Running in 42a600a59929 21:52:19 Removing intermediate container 42a600a59929 21:52:19 ---> 762b80aebfae 21:52:19 Step 11/29 : USER root 21:52:19 ---> Running in f0b9e9280355 21:52:19 Removing intermediate container f0b9e9280355 21:52:19 ---> 93c0d0b324a1 21:52:19 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:52:19 ---> Running in 903e77b42282 21:52:20 Removing intermediate container 8ecc7a6ec04a 21:52:20 ---> 450a47556470 21:52:20 Step 4/7 : WORKDIR /edgex-go 21:52:20 ---> Running in e31c3a48d411 21:52:20 Removing intermediate container e31c3a48d411 21:52:20 ---> 4e0a6c99a7a9 21:52:20 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:52:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:21 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:52:21 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:52:21 OK: 12747 distinct packages available 21:52:21 (1/2) Installing ca-certificates (20191127-r4) 21:52:22 (2/2) Installing dumb-init (1.2.2-r1) 21:52:22 Executing busybox-1.31.1-r19.trigger 21:52:22 Executing ca-certificates-20191127-r4.trigger 21:52:22 OK: 6 MiB in 16 packages 21:52:23 latest: Pulling from library/docker 21:52:23 5f621e34cdf4: Already exists 21:52:23 85db56a05063: Pulling fs layer 21:52:23 ccb67d6aeaaa: Pulling fs layer 21:52:23 078a48a8a50a: Pulling fs layer 21:52:23 158a5e565521: Pulling fs layer 21:52:23 580500bbad4e: Pulling fs layer 21:52:23 cf2dce50f859: Pulling fs layer 21:52:23 158a5e565521: Waiting 21:52:23 580500bbad4e: Waiting 21:52:23 cf2dce50f859: Waiting 21:52:23 ccb67d6aeaaa: Verifying Checksum 21:52:23 ccb67d6aeaaa: Download complete 21:52:23 85db56a05063: Download complete 21:52:23 580500bbad4e: Verifying Checksum 21:52:23 580500bbad4e: Download complete 21:52:23 158a5e565521: Verifying Checksum 21:52:23 158a5e565521: Download complete 21:52:24 cf2dce50f859: Verifying Checksum 21:52:24 cf2dce50f859: Download complete 21:52:24 85db56a05063: Pull complete 21:52:24 ccb67d6aeaaa: Pull complete 21:52:24 Removing intermediate container 903e77b42282 21:52:24 ---> 7c8e93a923a2 21:52:24 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:52:24 ---> Running in 223c8924c7e7 21:52:25 Removing intermediate container 223c8924c7e7 21:52:25 ---> 2cfadaf5b990 21:52:25 Step 14/29 : WORKDIR $BASE_DIR 21:52:25 ---> Running in 5a270b107c94 21:52:25 Removing intermediate container 5a270b107c94 21:52:25 ---> aeb052c10a95 21:52:25 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:52:25 ---> Running in be1625c3caaa 21:52:27 078a48a8a50a: Verifying Checksum 21:52:27 078a48a8a50a: Download complete 21:52:27 Removing intermediate container be1625c3caaa 21:52:27 ---> fd1ecfbbdb98 21:52:27 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:52:29 ---> 7e6d8b448fdf 21:52:29 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:52:29 ---> 334f10f27838 21:52:29 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:52:29 ---> 42e01d221bd9 21:52:29 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:52:30 ---> 45085cc6adde 21:52:30 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:52:30 078a48a8a50a: Pull complete 21:52:30 ---> 859d840536cc 21:52:30 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:52:30 158a5e565521: Pull complete 21:52:31 ---> Running in c367fb15c86d 21:52:31 580500bbad4e: Pull complete 21:52:31 cf2dce50f859: Pull complete 21:52:31 Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 21:52:31 Status: Downloaded newer image for docker:latest 21:52:33 Removing intermediate container c367fb15c86d 21:52:33 ---> 0e81ef0623d5 21:52:33 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:52:33 ---> 946d17e3fad1 21:52:33 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:52:33 ---> Running in 3ded2fbe9484 21:52:33 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 21:52:35 ---> c6590a721021 21:52:35 Step 6/7 : COPY go.mod . 21:52:35 ---> 39de0208dc31 21:52:35 Step 7/7 : RUN go mod download 21:52:35 ---> Running in 2718ed5320b1 21:52:38 Removing intermediate container 6cb44fad6a02 21:52:38 ---> fa8e5818d04a 21:52:38 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:52:38 Removing intermediate container 3ded2fbe9484 21:52:38 ---> 4dcd42d16851 21:52:38 Step 24/29 : RUN chmod 755 security-secrets-setup 21:52:38 ---> Running in 8d7d86808b67 21:52:39 ---> Running in b386010debc1 21:52:40 Removing intermediate container acd5d890cc9f 21:52:40 ---> 6644cf7134d6 21:52:40 21:52:40 Step 10/22 : FROM alpine:3.10 21:52:40 3.10: Pulling from library/alpine 21:52:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:52:41 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:52:41 Status: Downloaded newer image for alpine:3.10 21:52:41 ---> be4e4bea2c2e 21:52:41 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:52:43 ---> Running in 68dd6c4c08a3 21:52:43 Removing intermediate container b386010debc1 21:52:43 ---> 7132a0b0788f 21:52:43 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:52:43 Removing intermediate container f6df44b1bccf 21:52:43 ---> 25c1695c6f55 21:52:43 21:52:43 Step 10/21 : FROM alpine 21:52:43 ---> d6e46aa2470d 21:52:43 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:52:43 ---> Running in 9d4fb8239028 21:52:43 ---> Running in 0d15b33c9e4f 21:52:44 Removing intermediate container 8d7d86808b67 21:52:44 ---> 2b9077838951 21:52:44 21:52:44 Step 11/27 : FROM docker:latest 21:52:44 ---> 86c48ffa8038 21:52:44 Step 12/27 : RUN apk add --no-cache bash 21:52:44 ---> Running in 9d83716cbb68 21:52:44 Removing intermediate container 9d4fb8239028 21:52:44 ---> c8d924cc2562 21:52:44 Step 26/29 : CMD [ "generate" ] 21:52:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:52:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:52:44 ---> Running in f8e137f1055f 21:52:44 v3.10.5-155-gab6c8e84d1 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:52:44 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:52:44 OK: 10348 distinct packages available 21:52:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:45 (1/5) Installing ca-certificates (20191127-r2) 21:52:45 Removing intermediate container f8e137f1055f 21:52:45 ---> a7ec5fac71a1 21:52:45 Step 27/29 : LABEL arch=x86_64 21:52:45 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:52:45 (3/5) Installing libcurl (7.66.0-r2) 21:52:45 (4/5) Installing curl (7.66.0-r2) 21:52:45 (5/5) Installing dumb-init (1.2.2-r1) 21:52:45 Executing busybox-1.30.1-r3.trigger 21:52:45 Executing ca-certificates-20191127-r2.trigger 21:52:45 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:52:45 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:52:45 OK: 12747 distinct packages available 21:52:45 OK: 7 MiB in 19 packages 21:52:45 (1/4) Installing ca-certificates (20191127-r4) 21:52:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:52:45 (3/4) Installing libcurl (7.69.1-r2) 21:52:45 (4/4) Installing curl (7.69.1-r2) 21:52:45 Executing busybox-1.31.1-r19.trigger 21:52:45 Executing ca-certificates-20191127-r4.trigger 21:52:45 OK: 7 MiB in 18 packages 21:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:46 (1/2) Installing readline (8.0.4-r0) 21:52:46 (2/2) Installing bash (5.0.17-r0) 21:52:46 Executing bash-5.0.17-r0.post-install 21:52:47 Executing busybox-1.31.1-r19.trigger 21:52:47 OK: 12 MiB in 22 packages 21:52:47 ---> Running in 2fae8437e983 21:52:48 Removing intermediate container 2fae8437e983 21:52:48 ---> 643659828600 21:52:48 Step 28/29 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:52:49 Removing intermediate container 1bb03cd89cf1 21:52:49 ---> 437bbe7fcc2f 21:52:49 21:52:49 Step 10/23 : FROM alpine 21:52:49 ---> d6e46aa2470d 21:52:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:52:49 ---> Running in a92409cbf0c5 21:52:49 Removing intermediate container 68dd6c4c08a3 21:52:49 ---> 72b68b9a6520 21:52:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:52:49 ---> Running in af8497983422 21:52:49 ---> Running in d1aff32dd31d 21:52:50 Removing intermediate container a92409cbf0c5 21:52:50 ---> f0af068232d0 21:52:50 Step 29/29 : LABEL version=0.0.0 21:52:50 Removing intermediate container 0d15b33c9e4f 21:52:50 ---> d5a6baf74544 21:52:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:52:50 Removing intermediate container af8497983422 21:52:50 ---> 05aa3c143cb1 21:52:50 Step 12/23 : ENV APP_PORT=48080 21:52:50 Removing intermediate container 9d83716cbb68 21:52:50 ---> 811a8f0bc62c 21:52:50 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:52:50 Removing intermediate container d1aff32dd31d 21:52:50 ---> 550adc5aec89 21:52:50 Step 13/22 : WORKDIR / 21:52:50 ---> Running in c6c18e4820e2 21:52:50 ---> Running in 4729b33a8b2b 21:52:50 ---> Running in 5846c1f7df1b 21:52:50 ---> Running in 29045ec2f50b 21:52:50 ---> Running in 9553903ea8b2 21:52:51 Removing intermediate container c6c18e4820e2 21:52:51 ---> b1a60c6cbfeb 21:52:51 Step 13/21 : WORKDIR /edgex 21:52:51 Removing intermediate container 4729b33a8b2b 21:52:51 ---> c1b143ed9f37 21:52:51 Step 13/23 : EXPOSE $APP_PORT 21:52:51 Removing intermediate container 5846c1f7df1b 21:52:51 ---> db2d55ace447 21:52:51 21:52:51 Removing intermediate container 29045ec2f50b 21:52:51 ---> d3ae5c421dbe 21:52:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:52:51 ---> Running in 6091615e9db5 21:52:51 ---> Running in 9ce840943168 21:52:51 Successfully built db2d55ace447 21:52:51 Successfully tagged docker-security-secrets-setup-go:latest 21:52:51  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 21:52:51 Removing intermediate container 9ce840943168 21:52:51 ---> 2f0270cc6e67 21:52:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:51 Removing intermediate container 6091615e9db5 21:52:51 ---> e7ee0cc44e30 21:52:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:52:51 ---> 2c8d2fe1a1ff 21:52:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:52:51 ---> Running in 70276896dbe3 21:52:52 ---> 884b3e9ff26a 21:52:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:52:52 Removing intermediate container 9553903ea8b2 21:52:52 ---> 4965ce1a778e 21:52:52 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:52:53 ---> 74d2945bf0a7 21:52:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:52:53 ---> Running in 7d36ac59fa47 21:52:57 ---> 57bdf19d44c5 21:52:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:52:57 ---> 4a99840d0d9a 21:52:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:52:57 Removing intermediate container 7d36ac59fa47 21:52:57 ---> 1654122006d5 21:52:57 Step 15/27 : ENV APP_PORT=48090 21:52:57 Removing intermediate container 70276896dbe3 21:52:57 ---> 62bbb3f6c40f 21:52:57 Step 15/23 : RUN apk --no-cache add zeromq 21:52:57 ---> 422b0f9bb7dd 21:52:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:52:57 ---> Running in c76a36923287 21:52:58 ---> Running in 5f48455f6309 21:52:58 ---> Running in 2814c852241b 21:52:59 Removing intermediate container c76a36923287 21:52:59 ---> 015291583af6 21:52:59 Step 16/27 : EXPOSE $APP_PORT 21:52:59 ---> 7d76821dabea 21:52:59 Step 18/22 : RUN chmod +x entrypoint.sh 21:53:01 ---> Running in c38bf039d5c7 21:53:01 Removing intermediate container 2814c852241b 21:53:01 ---> f7513a84bb2d 21:53:01 Step 18/21 : CMD ["--init=true"] 21:53:01 ---> Running in 9fffd1eac7b1 21:53:02 Removing intermediate container 2718ed5320b1 21:53:02 ---> f5f9cbf61fe7 21:53:02 Successfully built f5f9cbf61fe7 21:53:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:53:03 + docker inspect -f . ci-base-image-arm64 21:53:03 . [Pipeline] withDockerContainer 21:53:03 ---> Running in fee7b3e6c8f7 21:53:03 prd-ubuntu18.04-docker-arm64-4c-16g-15450 does not seem to be running inside a container 21:53:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat 21:53:04 Removing intermediate container 9fffd1eac7b1 21:53:04 ---> c428f6da6b9f 21:53:04 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:05 $ docker top 7690800f263dfda5bccfdfcaf42dd29852d9c84121eec05ccfdb2607011a35ba -eo pid,comm 21:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:53:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:53:05 ---> 6855bcaf1b11 21:53:05 Step 3/21 : WORKDIR /edgex-go 21:53:05 ---> Using cache 21:53:05 ---> 85c2b6662d0e 21:53:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:53:05 ---> Using cache 21:53:05 ---> a2295efa0d0a 21:53:05 Step 5/21 : RUN apk update && apk add make git [Pipeline] { 21:53:05 (1/5) Installing libgcc (9.3.0-r2) [Pipeline] sh 21:53:05 (2/5) Installing libsodium (1.0.18-r0) 21:53:05 (3/5) Installing libstdc++ (9.3.0-r2) 21:53:05 Removing intermediate container fee7b3e6c8f7 21:53:05 ---> f979e380936e 21:53:05 Step 19/21 : LABEL arch=x86_64 21:53:05 ---> Running in aafdb2831d41 21:53:05 ---> Running in 279f783fece8 21:53:05 ---> 3c9613262644 21:53:05 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:53:05 (4/5) Installing libzmq (4.3.3-r0) 21:53:05 (5/5) Installing zeromq (4.3.3-r0) 21:53:06 + go version 21:53:06 go version go1.15.5 linux/arm64 [Pipeline] } 21:53:06 $ docker stop --time=1 7690800f263dfda5bccfdfcaf42dd29852d9c84121eec05ccfdb2607011a35ba 21:53:06 Executing busybox-1.31.1-r19.trigger 21:53:06 OK: 8 MiB in 19 packages 21:53:06 Removing intermediate container aafdb2831d41 21:53:06 ---> 643ec037e042 21:53:06 Step 20/21 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:53:06 ---> c59dd096dff4 21:53:06 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:53:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:07 ---> Running in 102ad50a7ea5 21:53:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:07 Removing intermediate container c38bf039d5c7 21:53:07 ---> c6aba334b2ca 21:53:07 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:53:07 ---> 02661b0a6a37 21:53:07 Step 20/27 : RUN apk --no-cache add py3-pip 21:53:07 Removing intermediate container 102ad50a7ea5 21:53:07 ---> 267814acc184 21:53:07 Step 21/21 : LABEL version=0.0.0 21:53:07 ---> Running in 72e060e17374 21:53:07 Removing intermediate container 5f48455f6309 21:53:07 ---> a4f4e991fa49 21:53:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:53:07 ---> Running in 0437238f6c50 21:53:07 ---> Running in 56a230adf3d7 21:53:07 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:53:07 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:53:07 OK: 12748 distinct packages available 21:53:07 Removing intermediate container 72e060e17374 21:53:07 ---> f933d1d44f42 21:53:07 Step 20/22 : LABEL arch=x86_64 21:53:08 $ docker rm -f 7690800f263dfda5bccfdfcaf42dd29852d9c84121eec05ccfdb2607011a35ba 21:53:08 OK: 233 MiB in 51 packages 21:53:08 Removing intermediate container 56a230adf3d7 21:53:08 ---> 8d6c501440d9 21:53:08 21:53:08 ---> 1204103b2480 21:53:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 21:53:08 ---> Running in 306eb96b1b23 21:53:08 Successfully built 8d6c501440d9 21:53:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:08 Successfully tagged docker-security-proxy-setup-go:latest 21:53:08 Building docker-security-secretstore-setup-go [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 21:53:08  Building docker-security-proxy-setup-go ... done Removing intermediate container 306eb96b1b23 21:53:08 ---> 18a28af70631 21:53:08 Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:53:08 (1/33) Installing libbz2 (1.0.8-r1) 21:53:08 (2/33) Installing expat (2.2.9-r1) 21:53:08 (3/33) Installing libffi (3.3-r2) 21:53:08 (4/33) Installing gdbm (1.13-r1) 21:53:08 (5/33) Installing xz-libs (5.2.5-r0) 21:53:08 (6/33) Installing sqlite-libs (3.32.1-r0) 21:53:08 (7/33) Installing python3 (3.8.5-r0) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:53:08 ---> Running in 9489c94718c4 21:53:09 + docker inspect -f . ci-base-image-arm64 21:53:09 . [Pipeline] withDockerContainer 21:53:09 prd-ubuntu18.04-docker-arm64-4c-16g-15450 does not seem to be running inside a container 21:53:09 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat 21:53:10 $ docker top 8ef2838ed8dac23806e4144ff7a48e25ed18c13b50bd8a175eff36dc4da0952a -eo pid,comm [Pipeline] { [Pipeline] echo 21:53:11 ========================================================= 21:53:11 [edgeXBuildGoParallel] Running Tests and Build... 21:53:11 ========================================================= [Pipeline] sh 21:53:11 + make test 21:53:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:53:14 ---> 6f23dad11080 21:53:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:53:14 Removing intermediate container 279f783fece8 21:53:14 ---> 1f8ebc37c5b2 21:53:14 Step 6/21 : COPY go.mod . 21:53:16 Removing intermediate container 9489c94718c4 21:53:16 ---> 7aee9ddf0a33 21:53:16 Step 22/22 : LABEL version=0.0.0 21:53:16 (8/33) Installing py3-appdirs (1.4.4-r1) 21:53:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:53:16 (10/33) Installing py3-parsing (2.4.7-r0) 21:53:16 (11/33) Installing py3-six (1.15.0-r0) 21:53:16 (12/33) Installing py3-packaging (20.4-r0) 21:53:16 (13/33) Installing py3-setuptools (47.0.0-r0) 21:53:16 (14/33) Installing py3-chardet (3.0.4-r4) 21:53:16 (15/33) Installing py3-idna (2.9-r0) 21:53:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:53:17 ---> Running in 55fdbdf50a0a 21:53:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:53:17 ---> d57ba1325134 21:53:17 Step 19/23 : ENTRYPOINT ["/core-data"] 21:53:17 ---> 6841b71b7656 21:53:17 Step 7/21 : RUN go mod download 21:53:18 (18/33) Installing py3-requests (2.23.0-r0) 21:53:18 (19/33) Installing py3-msgpack (1.0.0-r0) 21:53:18 (20/33) Installing py3-lockfile (0.12.2-r3) 21:53:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:53:19 (22/33) Installing py3-colorama (0.4.3-r0) 21:53:20 (23/33) Installing py3-distlib (0.3.0-r0) 21:53:21 (24/33) Installing py3-distro (1.5.0-r1) 21:53:21 (25/33) Installing py3-webencodings (0.5.1-r3) 21:53:21 ---> Running in 23f5c10739de 21:53:21 ---> Running in c5e07c42ccf7 21:53:22 (26/33) Installing py3-html5lib (1.0.1-r4) 21:53:22 (27/33) Installing py3-pytoml (0.1.21-r0) 21:53:22 Removing intermediate container 55fdbdf50a0a 21:53:22 ---> e41e42c15257 21:53:22 21:53:22 (28/33) Installing py3-pep517 (0.8.2-r0) 21:53:22 (29/33) Installing py3-progress (1.5-r0) 21:53:22 (30/33) Installing py3-toml (0.10.1-r0) 21:53:22 (31/33) Installing py3-retrying (1.3.3-r0) 21:53:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:53:22 (33/33) Installing py3-pip (20.1.1-r0) 21:53:23 Successfully built e41e42c15257 21:53:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:53:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:53:24 Successfully tagged docker-security-bootstrap-redis-go:latest 21:53:24 Building docker-core-command-go 21:53:24  Building docker-security-bootstrap-redis-go ... done  ---> 6855bcaf1b11 21:53:24 Step 3/24 : WORKDIR /edgex-go 21:53:24 Removing intermediate container c5e07c42ccf7 21:53:24 ---> c4d33bffc90e 21:53:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:53:24 Executing busybox-1.31.1-r19.trigger 21:53:24 ---> Using cache 21:53:24 ---> 85c2b6662d0e 21:53:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:53:24 ---> Using cache 21:53:24 ---> a2295efa0d0a 21:53:24 Step 5/24 : RUN apk update && apk add make git 21:53:24 ---> Using cache 21:53:24 ---> 1f8ebc37c5b2 21:53:24 Step 6/24 : COPY go.mod . 21:53:24 ---> Using cache 21:53:24 ---> 6841b71b7656 21:53:24 Step 7/24 : RUN go mod download 21:53:25 OK: 71 MiB in 55 packages 21:53:25 ---> Running in 146e2e03de9d 21:53:25 ---> Running in 36c295a8a769 21:53:25 Removing intermediate container 36c295a8a769 21:53:25 ---> d8a5c451ad7a 21:53:25 Step 21/23 : LABEL arch=x86_64 21:53:26 ---> Running in 9fc433130e45 21:53:28 Removing intermediate container 9fc433130e45 21:53:28 ---> fa4441da56a6 21:53:28 Step 22/23 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:53:31 ---> Running in e09849004f24 21:53:34 ? github.com/edgexfoundry/edgex-go [no test files] 21:53:41 Removing intermediate container e09849004f24 21:53:41 ---> 320aa10e14d4 21:53:41 Step 23/23 : LABEL version=0.0.0 21:53:41 Removing intermediate container 23f5c10739de 21:53:41 ---> fc99d31df031 21:53:41 Step 8/21 : COPY . . 21:53:41 Removing intermediate container 146e2e03de9d 21:53:41 ---> 78a5473a9a37 21:53:41 Step 8/24 : COPY . . 21:53:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:53:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:53:41 ---> 6855bcaf1b11 21:53:41 Step 3/22 : WORKDIR /edgex-go 21:53:41 ---> Using cache 21:53:41 ---> 85c2b6662d0e 21:53:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:53:41 ---> Using cache 21:53:41 ---> a2295efa0d0a 21:53:41 Step 5/22 : RUN apk update && apk add make git 21:53:41 ---> Using cache 21:53:41 ---> 1f8ebc37c5b2 21:53:41 Step 6/22 : COPY go.mod . 21:53:41 ---> Using cache 21:53:41 ---> 6841b71b7656 21:53:41 Step 7/22 : RUN go mod download 21:53:41 ---> Using cache 21:53:41 ---> 78a5473a9a37 21:53:41 Step 8/22 : COPY . . 21:53:41 ---> Running in 2786ba69dca5 21:53:49 Removing intermediate container 2786ba69dca5 21:53:49 ---> f21629c83d5e 21:53:49 21:53:53 Successfully built f21629c83d5e 21:53:53 Successfully tagged docker-core-data-go:latest 21:53:53  Building docker-core-data-go ... done Building docker-support-notifications-go 21:54:03 Removing intermediate container 0437238f6c50 21:54:03 ---> 4cac57b10bc8 21:54:03 Step 21/27 : RUN pip install docker-compose==1.23.2 21:54:08 ---> Running in 565e6d42c53b 21:54:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:54:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:54:18 ---> 6855bcaf1b11 21:54:18 Step 3/24 : WORKDIR /edgex-go 21:54:18 ---> Using cache 21:54:18 ---> 85c2b6662d0e 21:54:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:54:18 ---> Using cache 21:54:18 ---> a2295efa0d0a 21:54:18 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:54:20 ---> Running in e920b9fc40cf 21:54:20 ---> 3a2ce39b630a 21:54:20 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:54:20 ---> 30a5d4e9e7f9 21:54:20 Step 9/22 : RUN make cmd/core-command/core-command 21:54:20 ---> 76a51d65b7ed 21:54:20 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:54:20 Collecting docker-compose==1.23.2 21:54:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:54:20 ---> Running in 10807ba2d543 21:54:21 ---> Running in 19aaf9b668ac 21:54:21 ---> Running in 769c765afd07 21:54:21 Collecting PyYAML<4,>=3.10 21:54:21 Downloading PyYAML-3.13.tar.gz (270 kB) 21:54:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:54:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:54:21 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 21:54:22 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 21:54: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 21:54:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:54:22 Collecting websocket-client<1.0,>=0.32.0 21:54:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:54:22 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:54:22 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 21:54:22 OK: 12748 distinct packages available 21:54:22 Collecting dockerpty<0.5,>=0.4.1 21:54:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:54:23 OK: 233 MiB in 51 packages 21:54:23 Collecting docopt<0.7,>=0.6.1 21:54:23 Downloading docopt-0.6.2.tar.gz (25 kB) 21:54:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:54:26 Collecting cached-property<2,>=1.2.0 21:54:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:54:26 Removing intermediate container e920b9fc40cf 21:54:26 ---> a32d3de07542 21:54:26 Step 6/24 : COPY go.mod . 21:54:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:54:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:54:27 ---> 44c7fd6061fa 21:54:27 Step 7/24 : RUN go mod download 21:54:27 ---> Running in 32cad6987007 21:54:27 Collecting docker<4.0,>=3.6.0 21:54:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:54:27 Collecting jsonschema<3,>=2.5.1 21:54:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:54:28 Collecting texttable<0.10,>=0.9.0 21:54:28 Downloading texttable-0.9.1.tar.gz (11 kB) 21:54:29 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) 21:54:29 Collecting idna<2.8,>=2.5 21:54:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:54:29 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) 21:54:29 Collecting urllib3<1.25,>=1.21.1 21:54:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:54:29 Collecting docker-pycreds>=0.4.0 21:54:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:54:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:54:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:54:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:54:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:54:29 Installing collected packages: PyYAML, websocket-client, dockerpty, docopt, cached-property, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, docker-compose 21:54:29 Running setup.py install for PyYAML: started 21:54:30 Removing intermediate container 32cad6987007 21:54:30 ---> 8b5f0f5e6898 21:54:30 Step 8/24 : COPY . . 21:54:31 Running setup.py install for PyYAML: finished with status 'done' 21:54:31 Running setup.py install for dockerpty: started 21:54:32 Running setup.py install for dockerpty: finished with status 'done' 21:54:32 Running setup.py install for docopt: started 21:54:33 Running setup.py install for docopt: finished with status 'done' 21:54:35 Attempting uninstall: idna 21:54:35 Found existing installation: idna 2.9 21:54:35 Uninstalling idna-2.9: 21:54:35 Successfully uninstalled idna-2.9 21:54:36 Attempting uninstall: urllib3 21:54:36 Found existing installation: urllib3 1.25.9 21:54:36 Uninstalling urllib3-1.25.9: 21:54:38 Successfully uninstalled urllib3-1.25.9 21:54:38 Attempting uninstall: requests 21:54:38 Found existing installation: requests 2.23.0 21:54:38 Uninstalling requests-2.23.0: 21:54:38 Successfully uninstalled requests-2.23.0 21:54:39 Running setup.py install for texttable: started 21:54:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:54:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:54:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:54:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:54:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:54:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:54:40 Running setup.py install for texttable: finished with status 'done' 21:54:41 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.054s 21:54:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:54:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:54:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:54:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:54:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:54:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:54: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.57.0 21:54:51 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 21:54:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements 21:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:54:56 Removing intermediate container 565e6d42c53b 21:54:56 ---> e6dd1ddb198a 21:54:56 Step 22/27 : RUN apk --no-cache add curl 21:54:56 ---> fe7aa5788dea 21:54:56 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:54:57 Removing intermediate container 19aaf9b668ac 21:54:57 ---> 92fc70526287 21:54:57 21:54:57 Step 10/21 : FROM scratch 21:54:57 ---> 21:54:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:54:57 ---> Running in 24f08f0cc861 21:54:57 ---> Running in 3f53525cc044 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.531s coverage: 68.5% of statements 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:54:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:54:59 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 21:54:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:54:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:54:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:54:59 (2/3) Installing libcurl (7.69.1-r2) 21:54:59 (3/3) Installing curl (7.69.1-r2) 21:54:59 Executing busybox-1.31.1-r19.trigger 21:54:59 OK: 72 MiB in 58 packages 21:54:59 ---> Running in fa4c1cc4bfce 21:54:59 Removing intermediate container 769c765afd07 21:54:59 ---> a05c2350420e 21:54:59 21:54:59 Step 10/22 : FROM scratch 21:54:59 ---> 21:54:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.640s coverage: 82.3% of statements 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:55:00 ---> Running in 73b8ff072e9b 21:55:00 Removing intermediate container 10807ba2d543 21:55:00 ---> 02428aaab912 21:55:00 21:55:00 Step 10/24 : FROM alpine:3.10 21:55:00 ---> be4e4bea2c2e 21:55:00 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:55:00 ---> Using cache 21:55:00 ---> 72b68b9a6520 21:55:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:55:00 Removing intermediate container fa4c1cc4bfce 21:55:00 ---> 2548ebf36f1a 21:55:00 Step 12/21 : ENV APP_PORT=48085 21:55:00 ---> Running in 869709cc5a95 21:55:00 ---> Running in ee75c42f35c3 21:55:00 Removing intermediate container 73b8ff072e9b 21:55:00 ---> acd3f65b69be 21:55:00 Step 12/22 : ENV APP_PORT=48082 21:55:00 ---> Running in 87b3dc8d0afa 21:55:00 Removing intermediate container 869709cc5a95 21:55:00 ---> f1a0a581ff38 21:55:00 Step 13/21 : EXPOSE $APP_PORT 21:55:00 Removing intermediate container ee75c42f35c3 21:55:00 ---> 4de831031275 21:55:00 Step 13/24 : WORKDIR / 21:55:00 Removing intermediate container 24f08f0cc861 21:55:00 ---> abc41567f449 21:55:00 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:55:00 ---> Running in 8a95961ecc87 21:55:00 Removing intermediate container 87b3dc8d0afa 21:55:00 ---> b4be9fa6c03c 21:55:00 Step 13/22 : EXPOSE $APP_PORT 21:55:01 ---> Running in 94292d0a8f38 21:55:01 ---> Running in fb0733805d59 21:55:01 ---> Running in 66f9c0655ca0 21:55:01 Removing intermediate container 8a95961ecc87 21:55:01 ---> 66df73512b5a 21:55:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:55:02 Removing intermediate container fb0733805d59 21:55:02 ---> f75ed19b3a32 21:55:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:02 Removing intermediate container 66f9c0655ca0 21:55:02 ---> 95449f405ec7 21:55:02 Step 14/22 : WORKDIR / 21:55:02 Removing intermediate container 94292d0a8f38 21:55:02 ---> 0647e23bef8c 21:55:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:55:02 ---> 3fa7648f97ea 21:55:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:55:02 ---> Running in b9ad5357d054 21:55:02 ---> Running in 7ebca3ec987e 21:55:03 Removing intermediate container b9ad5357d054 21:55:03 ---> 09194fa844b9 21:55:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:55:03 Removing intermediate container 7ebca3ec987e 21:55:03 ---> 8d3da08e15d2 21:55:03 Step 25/27 : LABEL arch=x86_64 21:55:03 ---> 7cc6b72b6caa 21:55:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:55:03 ---> Running in f26faaa47e36 21:55:03 ---> 16a22226783d 21:55:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:55:03 ---> 86b983fef60d 21:55:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:55:03 Removing intermediate container f26faaa47e36 21:55:03 ---> 79beb30073c6 21:55:03 Step 26/27 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:55:03 ---> Running in 65737566f5ca 21:55:04 ---> cc351320b1ae 21:55:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:55:04 ---> df02c090fa09 21:55:04 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:55:04 Removing intermediate container 65737566f5ca 21:55:04 ---> 3e173e7004b1 21:55:04 Step 27/27 : LABEL version=0.0.0 21:55:04 ---> Running in 473d8c738aff 21:55:04 ---> f958d52c405a 21:55:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:55:04 ---> Running in d9cae07cae99 21:55:05 ---> b66784b58c00 21:55:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:55:05 Removing intermediate container 473d8c738aff 21:55:05 ---> aa5dd8ed396a 21:55:05 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:05 Removing intermediate container d9cae07cae99 21:55:05 ---> 6685f2a5ff5b 21:55:05 21:55:05 ---> Running in ba0f34d2fbd3 21:55:05 ---> 635d3f3cf280 21:55:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:55:05 ---> 95a43ae9ac7a 21:55:05 Step 18/22 : ENTRYPOINT ["/core-command"] 21:55:06 Successfully built 6685f2a5ff5b 21:55:06 Successfully tagged docker-sys-mgmt-agent-go:latest 21:55:06 Building docker-core-metadata-go 21:55:06  Building docker-sys-mgmt-agent-go ... done  ---> Running in de287e05a340 21:55:06 Removing intermediate container ba0f34d2fbd3 21:55:06 ---> b10ee888a665 21:55:06 Step 19/21 : LABEL arch=x86_64 21:55:06 ---> Running in c8f1954978bc 21:55:06 Removing intermediate container de287e05a340 21:55:06 ---> 35a753f634e5 21:55:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.074s coverage: 28.6% of statements 21:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 21:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 21:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements 21:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:55:06 ---> Running in 79f99cc0863d 21:55:06 Removing intermediate container c8f1954978bc 21:55:06 ---> 2da1421845c0 21:55:06 Step 20/21 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:55:06 ---> bbc189505636 21:55:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:55:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.314s coverage: 97.5% of statements 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:55:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:55:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:55:08 ---> Running in 26d16f6008d6 21:55:11 Removing intermediate container 79f99cc0863d 21:55:11 ---> 87c0c1095a2e 21:55:11 Step 20/22 : LABEL arch=x86_64 21:55:12 ---> 0cb1f6585be0 21:55:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:55:12 Removing intermediate container 26d16f6008d6 21:55:12 ---> 163bcfd941e6 21:55:12 Step 21/21 : LABEL version=0.0.0 21:55:12 ---> Running in fb4bab63a932 21:55:12 ---> Running in 7cfc97729a0f 21:55:13 ---> Running in 3c6c6a71e149 21:55:15 Removing intermediate container fb4bab63a932 21:55:15 ---> ca23d0b6f512 21:55:15 Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:55:15 Removing intermediate container 3c6c6a71e149 21:55:15 ---> 22b2e6172c12 21:55:15 21:55:15 ---> Running in 29da90bd0f66 21:55:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.998s coverage: 93.8% of statements 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:55:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:55:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements 21:55:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.112s coverage: 80.8% of statements 21:55:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 21:55:16 Successfully built 22b2e6172c12 21:55:16 Successfully tagged docker-support-scheduler-go:latest 21:55:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements 21:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.4% of statements 21:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:55:18  Building docker-support-scheduler-go ... done Removing intermediate container 29da90bd0f66 21:55:18 ---> 7eae086acf3a 21:55:18 Step 22/22 : LABEL version=0.0.0 21:55:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.642s coverage: 63.5% of statements 21:55:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:55:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:55:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 21:55:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 21:55:20 ---> Running in ce144e2f6ced 21:55:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:55:20 ---> 6855bcaf1b11 21:55:20 Step 3/22 : WORKDIR /edgex-go 21:55:20 ---> Using cache 21:55:20 ---> 85c2b6662d0e 21:55:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:20 ---> Using cache 21:55:20 ---> a2295efa0d0a 21:55:20 Step 5/22 : RUN apk update && apk add make git 21:55:20 ---> Using cache 21:55:20 ---> 1f8ebc37c5b2 21:55:20 Step 6/22 : COPY go.mod . 21:55:20 ---> Using cache 21:55:20 ---> 6841b71b7656 21:55:20 Step 7/22 : RUN go mod download 21:55:20 ---> Using cache 21:55:20 ---> 78a5473a9a37 21:55:20 Step 8/22 : COPY . . 21:55:20 ---> Using cache 21:55:20 ---> 30a5d4e9e7f9 21:55:20 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:55:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 21:55:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 21:55:20 ---> Running in c92c8e0f9cb4 21:55:20 Removing intermediate container ce144e2f6ced 21:55:20 ---> af1d723add9f 21:55:20 21:55:21 Successfully built af1d723add9f 21:55:21 Successfully tagged docker-core-command-go:latest 21:55:21  Building docker-core-command-go ... done Removing intermediate container 7cfc97729a0f 21:55:21 ---> faa72be171d9 21:55:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:55:21 ---> Running in 0b691cbb2471 21:55:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:55:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 21:55:22 Removing intermediate container 0b691cbb2471 21:55:22 ---> 02ed88d1f543 21:55:22 Step 22/24 : LABEL arch=x86_64 21:55:23 ---> Running in bf4f7a821b45 21:55:23 Removing intermediate container 3f53525cc044 21:55:23 ---> 63d0420074ec 21:55:23 21:55:23 Step 10/24 : FROM scratch 21:55:23 ---> 21:55:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:55:23 Removing intermediate container bf4f7a821b45 21:55:23 ---> fbafe178b67b 21:55:23 Step 23/24 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:55:23 ---> Running in 080b919640ca 21:55:23 ---> Running in b545b2918498 21:55:23 Removing intermediate container 080b919640ca 21:55:23 ---> 3e6fcba5d7fb 21:55:23 Step 12/24 : ENV APP_PORT=48060 21:55:23 Removing intermediate container b545b2918498 21:55:23 ---> 954d62fc6bbd 21:55:23 Step 24/24 : LABEL version=0.0.0 21:55:23 ---> Running in cd829b48e7ac 21:55:23 ---> Running in d4de7fe20aba 21:55:24 Removing intermediate container cd829b48e7ac 21:55:24 ---> 4d630e89b8b3 21:55:24 Step 13/24 : EXPOSE $APP_PORT 21:55:24 ---> Running in 955607870eae 21:55:24 Removing intermediate container d4de7fe20aba 21:55:24 ---> 0f183bc41f0a 21:55:24 21:55:24 Removing intermediate container 955607870eae 21:55:24 ---> 07db3eba6626 21:55:24 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:55:24 Successfully built 0f183bc41f0a 21:55:24 Successfully tagged docker-security-secretstore-setup-go:latest 21:55:25  Building docker-security-secretstore-setup-go ... done  ---> 69306b199e9a 21:55:25 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:55:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.800s coverage: 55.9% of statements 21:55:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:55:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:55:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:55:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:55:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:55:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:55:27 ---> 7c9dd2f1d3a2 21:55:27 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:55:28 ---> 0fbb048807f4 21:55:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:55:28 ---> 7b049fc0437b 21:55:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:55:29 ---> d565950005c9 21:55:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:55:29 ---> e65bd39f2ae7 21:55:29 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:55:29 ---> Running in 4dd6f9f50e10 21:55:30 Removing intermediate container 4dd6f9f50e10 21:55:30 ---> eb36724d2e6a 21:55:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:30 ---> Running in 90d4b3afd402 21:55:30 Removing intermediate container 90d4b3afd402 21:55:30 ---> 984322bc071e 21:55:30 Step 22/24 : LABEL arch=x86_64 21:55:30 ---> Running in 3655f3864ea1 21:55:31 Removing intermediate container 3655f3864ea1 21:55:31 ---> b9a12ce77864 21:55:31 Step 23/24 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:55:31 ---> Running in e501b076068a 21:55:31 Removing intermediate container e501b076068a 21:55:31 ---> 41b08bdf0a96 21:55:31 Step 24/24 : LABEL version=0.0.0 21:55:32 ---> Running in 9003e92a1005 21:55:32 Removing intermediate container 9003e92a1005 21:55:32 ---> 6747f3cd1e7a 21:55:32 21:55:32 Successfully built 6747f3cd1e7a 21:55:32 Successfully tagged docker-support-notifications-go:latest 21:55:39  Building docker-support-notifications-go ... done Removing intermediate container c92c8e0f9cb4 21:55:39 ---> 139cfc9f2d1f 21:55:39 21:55:39 Step 10/22 : FROM scratch 21:55:39 ---> 21:55:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:55:39 ---> Using cache 21:55:39 ---> acd3f65b69be 21:55:39 Step 12/22 : ENV APP_PORT=48081 21:55:39 ---> Running in dce5ac0756d1 21:55:39 Removing intermediate container dce5ac0756d1 21:55:39 ---> 1a58f7e57c3e 21:55:39 Step 13/22 : EXPOSE $APP_PORT 21:55:39 ---> Running in 88ffee650c28 21:55:39 Removing intermediate container 88ffee650c28 21:55:39 ---> 3f811698a092 21:55:39 Step 14/22 : WORKDIR / 21:55:39 ---> Running in 9e1a675d1b1e 21:55:39 Removing intermediate container 9e1a675d1b1e 21:55:39 ---> efac2af2f647 21:55:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:55:39 ---> 66b6a7f30046 21:55:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:55:40 ---> cc376987a688 21:55:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:55:40 ---> f91633893ccb 21:55:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:55:40 ---> Running in 95abc208856f 21:55:40 Removing intermediate container 95abc208856f 21:55:40 ---> 7e666fe19083 21:55:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:40 ---> Running in 0e4214e654b4 21:55:40 Removing intermediate container 0e4214e654b4 21:55:40 ---> d1945b07e17d 21:55:40 Step 20/22 : LABEL arch=x86_64 21:55:40 ---> Running in 620d11b016af 21:55:40 Removing intermediate container 620d11b016af 21:55:40 ---> a7266a354ce6 21:55:40 Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:55:40 ---> Running in b0eecfd266f5 21:55:41 Removing intermediate container b0eecfd266f5 21:55:41 ---> 607ad22836cb 21:55:41 Step 22/22 : LABEL version=0.0.0 21:55:41 ---> Running in 4c7dc2ef68a3 21:55:41 Removing intermediate container 4c7dc2ef68a3 21:55:41 ---> 2f5356224462 21:55:41 21:55:41 Successfully built 2f5356224462 21:55:41 Successfully tagged docker-core-metadata-go:latest 21:55:42  Building docker-core-metadata-go ... done  [Pipeline] } 21:55:42 $ docker stop --time=1 273e9bac797001855a751befb079cfe220f021640d85e401985412ec44205d75 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.217s coverage: 86.3% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.442s coverage: 72.2% of statements 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.390s coverage: 72.1% of statements 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.072s coverage: 82.4% of statements 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.069s coverage: 48.4% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.102s coverage: 28.8% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.075s coverage: 96.8% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.400s coverage: 37.2% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.567s coverage: 84.0% of statements 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.396s coverage: 47.1% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:55:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 21:55:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:55:43 $ docker rm -f 273e9bac797001855a751befb079cfe220f021640d85e401985412ec44205d75 [Pipeline] // withDockerContainer [Pipeline] sh 21:55:44 + docker images 21:55:44 + grep docker 21:55:44 docker-core-metadata-go latest 2f5356224462 3 seconds ago 14.5MB 21:55:44 docker-support-notifications-go latest 6747f3cd1e7a 12 seconds ago 13.6MB 21:55:44 docker-security-secretstore-setup-go latest 0f183bc41f0a 20 seconds ago 24.7MB 21:55:44 docker-core-command-go latest af1d723add9f 24 seconds ago 12.2MB 21:55:44 docker-support-scheduler-go latest 22b2e6172c12 30 seconds ago 12.3MB 21:55:44 docker-sys-mgmt-agent-go latest 6685f2a5ff5b 39 seconds ago 313MB 21:55:44 docker-core-data-go latest f21629c83d5e 2 minutes ago 23.7MB 21:55:44 docker-security-bootstrap-redis-go latest e41e42c15257 2 minutes ago 15.8MB 21:55:44 docker-security-proxy-setup-go latest 8d6c501440d9 2 minutes ago 24.6MB 21:55:44 docker-security-secrets-setup-go latest db2d55ace447 2 minutes ago 23.9MB 21:55:44 docker latest 86c48ffa8038 5 hours 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 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.718s coverage: 29.1% of statements 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:55:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 21:55:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 21:55:52 GO111MODULE=on go vet ./... 21:56:00 Still waiting to schedule task 21:56:00 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:56:58 Running on prd-ubuntu18.04-docker-8c-8g-15451 in /w/workspace/edgexfoundry_edgex-go_PR-2886 [Pipeline] { [Pipeline] ws 21:56:58 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 21:57:00 using credential edgex-jenkins-ssh 21:57:00 gofmt -l . 21:57:00 Cloning the remote Git repository 21:57:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:57:00 > git init /w/workspace/edgex-go/17 # timeout=10 21:57:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:57:00 > git --version # timeout=10 21:57:00 > git --version # 'git version 2.17.1' 21:57:00 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:57:02 [ "`gofmt -l .`" = "" ] 21:57:04 ./bin/test-go-mod-tidy.sh 21:57:04 ./bin/test-attribution-txt.sh 21:57:07 Merging remotes/origin/master commit 382321cdbf919cdcf7c2812d3a520779371560e7 into PR head commit 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:57:07 Merge succeeded, producing 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 21:57:07 Checking out Revision 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a (PR-2886) 21:57:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:57:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:57:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:57:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:57:07 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2886/head:refs/remotes/origin/PR-2886 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:57:07 > git config core.sparsecheckout # timeout=10 21:57:07 > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 21:57:07 > git remote # timeout=10 21:57:08 > git config --get remote.origin.url # timeout=10 21:57:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:57:08 > git merge 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 21:57:08 > git rev-parse HEAD^{commit} # timeout=10 21:57:08 > git config core.sparsecheckout # timeout=10 21:57:08 > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 [Pipeline] sh 21:57:09 + ls -al . 21:57:09 total 696 21:57:09 drwxrwxr-x 9 1001 1001 4096 Dec 10 21:57 . 21:57:09 drwxr-xr-x 4 root root 4096 Dec 10 21:53 .. 21:57:09 -rw-rw-r-- 1 1001 1001 11 Dec 10 21:51 .dockerignore 21:57:09 drwxrwxr-x 8 1001 1001 4096 Dec 10 21:51 .git 21:57:09 drwxrwxr-x 3 1001 1001 4096 Dec 10 21:51 .github 21:57:09 -rw-rw-r-- 1 1001 1001 943 Dec 10 21:51 .gitignore 21:57:09 -rw-rw-r-- 1 1001 1001 166 Dec 10 21:51 .sonarcloud.properties 21:57:09 -rw-rw-r-- 1 1001 1001 3804 Dec 10 21:51 CONTRIBUTING.md 21:57:09 -rw-rw-r-- 1 1001 1001 1035 Dec 10 21:51 Dockerfile.build 21:57:09 -rw-rw-r-- 1 1001 1001 863 Dec 10 21:51 Jenkinsfile 21:57:09 -rw-rw-r-- 1 1001 1001 10775 Dec 10 21:51 LICENSE 21:57:09 -rw-rw-r-- 1 1001 1001 6318 Dec 10 21:51 Makefile 21:57:09 -rw-rw-r-- 1 1001 1001 6447 Dec 10 21:51 README.md 21:57:09 -rw-rw-r-- 1 1001 1001 7286 Dec 10 21:51 SECURITY.md 21:57:09 -rw-rw-r-- 1 1001 1001 5 Dec 10 21:47 VERSION 21:57:09 -rw-rw-r-- 1 1001 1001 4131 Dec 10 21:51 ZMQWindows.md 21:57:09 drwxrwxr-x 2 1001 1001 4096 Dec 10 21:51 bin 21:57:09 drwxrwxr-x 15 1001 1001 4096 Dec 10 21:51 cmd 21:57:09 -rw-r--r-- 1 root root 569562 Dec 10 21:55 coverage.out 21:57:09 -rw-r--r-- 1 root root 1041 Dec 10 21:57 go.mod 21:57:09 -rw-r--r-- 1 root root 18856 Dec 10 21:57 go.sum 21:57:09 drwxrwxr-x 8 1001 1001 4096 Dec 10 21:51 internal 21:57:09 drwxrwxr-x 4 1001 1001 4096 Dec 10 21:51 openapi 21:57:09 drwxrwxr-x 4 1001 1001 4096 Dec 10 21:51 snap 21:57:09 -rw-rw-r-- 1 1001 1001 168 Dec 10 21:51 version.go [Pipeline] sh 21:57:10 + '[' -e coverage.out ] 21:57:10 + chown 1001:1001 coverage.out [Pipeline] stash 21:57:10 Warning: overwriting stash ‘coverage-report’ 21:57:11 Commit message: "feat(security): Address PR feedback on /vault/file" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:57:12 Stashed 1 file(s) [Pipeline] sh 21:57:13 + echo snap-build.sh 21:57:13 snap-build.sh 21:57:13 + SNAP_BASE_DIR=. 21:57:13 + '[' '!' -z /w/workspace/edgex-go/17 ']' 21:57:13 + SNAP_BASE_DIR=/w/workspace/edgex-go/17 21:57:13 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' 21:57:13 [snap-build] Building snap in dir [/w/workspace/edgex-go/17] 21:57:13 + cd /w/workspace/edgex-go/17 21:57:13 + sudo apt-get remove -qy --purge lxd lxd-client 21:57:13 Reading package lists... 21:57:13 Building dependency tree... 21:57:13 Reading state information... 21:57:13 The following packages were automatically installed and are no longer required: 21:57:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:57:13 uidmap xdelta3 21:57:13 Use 'sudo apt autoremove' to remove them. 21:57:13 The following packages will be REMOVED: 21:57:13 lxd* lxd-client* 21:57:13 + make build 21:57:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:57:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:57:13 After this operation, 31.7 MB disk space will be freed. 21:57:15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 21:57:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:57:16 Removing lxd dnsmasq configuration 21:57:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:57:16 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:57:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:57:17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 21:57:17 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:57:19 Processing triggers for systemd (237-3ubuntu10.42) ... 21:57:19 Processing triggers for ureadahead (0.100.0-21) ... 21:57:20 + sudo snap remove --purge lxd 21:57:20 snap "lxd" is not installed 21:57:20 + sudo groupadd --force --system lxd 21:57:20 ++ whoami 21:57:20 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:57:20 + newgrp - lxd 21:57:20 + sudo snap install lxd 21:57:26 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 21:57:30 2020-12-10T21:57:27Z INFO Waiting for automatic snapd restart... 21:57:45 lxd 4.8 from Canonical* installed 21:57:45 + sudo lxd init --auto 21:57:52 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 21:57:53 + sudo snap install --classic snapcraft 21:57:53 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 21:57:59 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 21:58:00 snapcraft 4.4.4 from Canonical* installed 21:58:00 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:58:00 + patch --verbose -p1 21:58:00 Hmm... Looks like a unified diff to me... 21:58:00 The text leading up to this was: 21:58:00 -------------------------- 21:58:00 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 21:58:00 |From: Tony Espy 21:58:00 |Date: Wed, 2 Dec 2020 17:38:31 -0500 21:58:00 |Subject: [PATCH] optimize snap build for pipeline CI check 21:58:00 | 21:58:00 |This patch is used by the EdgeX CI pipeline builds to 21:58:00 |optimize the snap CI check run for pull requests. When 21:58:00 |applied, it essentially strips out everything (apps and 21:58:00 |parts) from the snapcraft.yaml file except those required 21:58:00 |to build edgex-go, as the whole idea of the CI check is to 21:58:00 |catch changes to edgex-go that break the snap build. 21:58:00 | 21:58:00 |In general, anyone updating snapcraft.yaml will also need 21:58:00 |to update this patch file, otherwise it may fail to apply, 21:58:00 |resulting in a failed snap build CI check in the associated 21:58:00 |pull request. 21:58:00 | 21:58:00 |Note - in addition to applying this patch, the pipeline also 21:58:00 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:58:00 |need to build the finally binary .snap file (and it won't 21:58:00 |work with the patch applied). This further reduces the build 21:58:00 |time. 21:58:00 |--- 21:58:00 | snap/snapcraft.yaml | 466 +------------------------------------------- 21:58:00 | 1 file changed, 2 insertions(+), 464 deletions(-) 21:58:00 | 21:58:00 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:58:00 |index b265277c..d7e1de37 100644 21:58:00 |--- a/snap/snapcraft.yaml 21:58:00 |+++ b/snap/snapcraft.yaml 21:58:00 -------------------------- 21:58:00 patching file snap/snapcraft.yaml 21:58:00 Using Plan A... 21:58:00 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 21:58:00 Hunk #2 succeeded at 81 (offset -3 lines). 21:58:00 Hunk #3 succeeded at 211 (offset -7 lines). 21:58:00 Hunk #4 succeeded at 226 (offset -7 lines). 21:58:00 Hunk #5 succeeded at 234 (offset -7 lines). 21:58:00 Hunk #6 succeeded at 241 (offset -7 lines). 21:58:00 Hunk #7 succeeded at 268 (offset -7 lines). 21:58:00 Hunk #8 succeeded at 302 (offset -7 lines). 21:58:00 Hunk #9 succeeded at 358 (offset -7 lines). 21:58:00 Hmm... Ignoring the trailing garbage. 21:58:00 done 21:58:00 + sudo snapcraft prime --use-lxd 21:58:00 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 21:58:01 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:58:01 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: 21:58:01 - README.md 21:58:01 - snapcraft.yaml.orig 21:58:01 21:58:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:58:02 Launching a container. 21:58: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 21:58:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:58:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:58:14 Waiting for container to be ready 21:58:14 To start your first instance, try: lxc launch ubuntu:18.04 21:58:14 21:58:17 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:58:17 Waiting for network to be ready... 21:58:18 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:58:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:58:18 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:58:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] 21:58:19 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:58: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 21:58:19 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:58:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:58:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] 21:58:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:58:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 21:58:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:58:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 21:58:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] 21:58:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:58:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:58:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] 21:58:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] 21:58:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 21:58:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:58:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] 21:58:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] 21:58:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 21:58:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 21:58:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] 21:58:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] 21:58:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] 21:58:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] 21:58:22 Fetched 23.4 MB in 4s (5391 kB/s) 21:58:23 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 21:58:23 Reading package lists... 21:58:23 Reading package lists... 21:58:23 Building dependency tree... 21:58:23 Reading state information... 21:58:23 The following additional packages will be installed: 21:58:23 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:58:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:58:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:58:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:58:23 Suggested packages: 21:58:23 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:58:23 Recommended packages: 21:58:23 gnupg libsasl2-modules 21:58:23 The following NEW packages will be installed: 21:58:23 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:58:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:58:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:58:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:58:23 The following packages will be upgraded: 21:58:23 gpg gpg-agent gpgconf libudev1 21:58:24 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 21:58:24 Need to get 3531 kB of archives. 21:58:24 After this operation, 13.3 MB of additional disk space will be used. 21:58:24 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 21:58:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:58:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 21:58:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:58:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:58:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 21:58:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 21:58:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:58:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 21:58:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:58:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:58:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:58:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:58:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:58:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:58:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:58:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:58:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:58:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:58:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:58:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:58:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:58:25 debconf: delaying package configuration, since apt-utils is not installed 21:58:25 Fetched 3531 kB in 1s (3205 kB/s) 21:58:25 (Reading database ... 12511 files and directories currently installed.) 21:58:25 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 21:58:25 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:58:25 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 21:58:25 Selecting previously unselected package udev. 21:58:25 (Reading database ... 12511 files and directories currently installed.) 21:58:25 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 21:58:25 Unpacking udev (237-3ubuntu10.43) ... 21:58:25 Selecting previously unselected package libfuse2:amd64. 21:58:25 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:58:25 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:58:26 Selecting previously unselected package fuse. 21:58:26 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:58:26 Unpacking fuse (2.9.7-1ubuntu1) ... 21:58:26 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:58:26 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:58:26 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:58:26 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:58:26 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:58:26 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:58:26 Selecting previously unselected package libksba8:amd64. 21:58:26 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:58:26 Unpacking libksba8:amd64 (1.3.5-2) ... 21:58:26 Selecting previously unselected package libroken18-heimdal:amd64. 21:58:26 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:26 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:26 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:58:26 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:26 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:26 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:58:26 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:26 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:58:27 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:58:27 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:27 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:27 Selecting previously unselected package libwind0-heimdal:amd64. 21:58:27 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:27 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:27 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:58:27 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:27 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:27 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:58:27 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:27 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:27 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:58:27 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:27 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:27 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:58:27 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:58:27 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:27 Selecting previously unselected package libsasl2-modules-db:amd64. 21:58:27 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:58:27 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:58:27 Selecting previously unselected package libsasl2-2:amd64. 21:58:27 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:58:27 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:58:27 Selecting previously unselected package libldap-common. 21:58:27 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:58:27 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:58:27 Selecting previously unselected package libldap-2.4-2:amd64. 21:58:27 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:58:27 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:58:27 Selecting previously unselected package dirmngr. 21:58:27 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:58:27 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:58:28 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:58:28 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:58:28 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:58:28 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:58:28 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:58:28 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:58:28 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:28 Setting up libksba8:amd64 (1.3.5-2) ... 21:58:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:58:28 Setting up udev (237-3ubuntu10.43) ... 21:58:28 invoke-rc.d: policy-rc.d denied execution of start. 21:58:28 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:28 Processing triggers for systemd (237-3ubuntu10) ... 21:58:28 Setting up fuse (2.9.7-1ubuntu1) ... 21:58:28 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:58:28 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:28 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:28 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:29 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:29 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:29 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:29 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:58:29 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:58:29 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:58:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:58:29 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:58:29 settings in the [Install] section, and DefaultInstance for template units). 21:58:29 This means they are not meant to be enabled using systemctl. 21:58:29 Possible reasons for having this kind of units are: 21:58:29 1) A unit may be statically enabled by being symlinked from another unit's 21:58:29 .wants/ or .requires/ directory. 21:58:29 2) A unit's purpose may be to act as a helper for some other unit which has 21:58:29 a requirement dependency on it. 21:58:29 3) A unit may be started when needed via activation (socket, path, timer, 21:58:29 D-Bus, udev, scripted systemctl call, ...). 21:58:29 4) In case of template units, the unit is meant to be enabled with some 21:58:29 instance name specified. 21:58:30 Reading package lists... 21:58:30 Building dependency tree... 21:58:30 Reading state information... 21:58:30 The following additional packages will be installed: 21:58:30 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:58:30 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:58:30 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:58:30 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:58:30 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:58:30 Suggested packages: 21:58:30 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:58:30 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:58:30 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:58:30 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:58:30 systemd-container policykit-1 21:58:30 Recommended packages: 21:58:30 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:58:30 The following NEW packages will be installed: 21:58:30 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:58:30 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:58:30 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:58:30 multiarch-support openssh-client python3 python3-minimal python3.6 21:58:30 python3.6-minimal snapd squashfs-tools sudo 21:58:30 The following packages will be upgraded: 21:58:30 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:58:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:58:30 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 21:58:30 Need to get 35.2 MB of archives. 21:58:30 After this operation, 141 MB of additional disk space will be used. 21:58:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 21:58:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:58:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:58:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:58:31 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 21:58:31 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:58:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:58:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:58:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:58:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:58:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 21:58:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:58:31 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 21:58:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:58:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:58:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:58:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:58:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:58:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:58:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:58:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:58:31 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:58:31 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:58:31 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:58:31 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:58:31 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:58:31 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:58:31 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:58:31 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:58:31 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:58:32 debconf: delaying package configuration, since apt-utils is not installed 21:58:32 Fetched 35.2 MB in 2s (16.9 MB/s) 21:58:32 (Reading database ... 12757 files and directories currently installed.) 21:58:32 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 21:58:32 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:58:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 21:58:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:58:33 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 21:58:33 (Reading database ... 12757 files and directories currently installed.) 21:58:33 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:58:33 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [Pipeline] } 21:58:33 $ docker stop --time=1 8ef2838ed8dac23806e4144ff7a48e25ed18c13b50bd8a175eff36dc4da0952a 21:58:33 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:58:34 (Reading database ... 12757 files and directories currently installed.) 21:58:34 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:58:34 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:58:34 Setting up apt (1.6.12ubuntu0.2) ... 21:58:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:58:35 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:58:35 (Reading database ... 12764 files and directories currently installed.) 21:58:35 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:58:35 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:58:35 Selecting previously unselected package libpython3.6-minimal:amd64. 21:58:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:58:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:58:35 Selecting previously unselected package libexpat1:amd64. 21:58:35 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:58:35 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:58:35 Selecting previously unselected package python3.6-minimal. 21:58:35 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:58:35 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:58:35 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:58:36 Checking for services that may need to be restarted...done. 21:58:36 Checking for services that may need to be restarted...done. 21:58:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:58:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:58:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:58:36 $ docker rm -f 8ef2838ed8dac23806e4144ff7a48e25ed18c13b50bd8a175eff36dc4da0952a 21:58:36 Selecting previously unselected package python3-minimal. 21:58:36 (Reading database ... 13012 files and directories currently installed.) 21:58:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:58:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:58:36 Selecting previously unselected package mime-support. 21:58:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:58:36 Unpacking mime-support (3.60ubuntu1) ... 21:58:36 Selecting previously unselected package libmpdec2:amd64. 21:58:36 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:58:36 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:58:36 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:58:36 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:58:36 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:58:37 Selecting previously unselected package python3.6. 21:58:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:58:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:58:37 Selecting previously unselected package libpython3-stdlib:amd64. 21:58:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:58:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:58:37 Setting up python3-minimal (3.6.7-1~18.04) ... 21:58:37 Selecting previously unselected package python3. 21:58:37 (Reading database ... 13442 files and directories currently installed.) 21:58:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:58:37 Unpacking python3 (3.6.7-1~18.04) ... 21:58:37 Selecting previously unselected package multiarch-support. 21:58:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 21:58:37 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 21:58:37 Setting up multiarch-support (2.27-3ubuntu1.3) ... 21:58:37 Selecting previously unselected package liblzo2-2:amd64. 21:58:37 (Reading database ... 13479 files and directories currently installed.) 21:58:37 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:58:37 Unpacking liblzo2-2:amd64 (2.08-1.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 21:58:37 Selecting previously unselected package libbsd0:amd64. 21:58:37 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:58:37 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:58:37 Selecting previously unselected package sudo. 21:58:37 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 21:58:37 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:58:37 Selecting previously unselected package apparmor. 21:58:37 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 21:58:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:58:38 Selecting previously unselected package libedit2:amd64. 21:58:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:58:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:58:38 Selecting previously unselected package libkrb5support0:amd64. 21:58:38 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:58:38 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:58:38 Selecting previously unselected package libk5crypto3:amd64. 21:58:38 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:58:38 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:58:38 Selecting previously unselected package libkeyutils1:amd64. 21:58:38 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:58:38 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:58:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:58:38 21:58:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:58:38 Selecting previously unselected package libkrb5-3:amd64. 21:58:38 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:58:38 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:58:38 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:58:38 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:58:38 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:58:39 Selecting previously unselected package libssl1.0.0:amd64. 21:58:39 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:58:39 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:58:39 Selecting previously unselected package openssh-client. 21:58:39 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:58:39 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:58:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:58:39 Selecting previously unselected package squashfs-tools. 21:58:39 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:58:39 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:58:39 Selecting previously unselected package snapd. 21:58:39 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:58:39 latest: Pulling from edgex-devops/edgex-compose-arm64 21:58:39 29e5d40040c1: Pulling fs layer 21:58:39 1ce36da41761: Pulling fs layer 21:58:39 25b303627fd3: Pulling fs layer 21:58:39 Unpacking snapd (2.48+18.04) ... 21:58:39 29e5d40040c1: Verifying Checksum 21:58:39 29e5d40040c1: Download complete 21:58:40 1ce36da41761: Verifying Checksum 21:58:40 1ce36da41761: Download complete 21:58:40 29e5d40040c1: Pull complete 21:58:41 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:58:41 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:58:41 Setting up mime-support (3.60ubuntu1) ... 21:58:41 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:58:41 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:58:41 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:58:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:58:41 Setting up systemd (237-3ubuntu10.43) ... 21:58:41 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:58:41 1ce36da41761: Pull complete 21:58:42 25b303627fd3: Verifying Checksum 21:58:42 25b303627fd3: Download complete 21:58:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:58:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:58:42 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:58:42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:58:42 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:58:42 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:58:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:58:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:58:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:58:43 Setting up python3 (3.6.7-1~18.04) ... 21:58:43 running python rtupdate hooks for python3.6... 21:58:43 running python post-rtupdate hooks for python3.6... 21:58:43 Setting up apparmor (2.12-4ubuntu5.1) ... 21:58:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:58:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:58:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:58:46 Setting up snapd (2.48+18.04) ... 21:58:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:58:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:58:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:58:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:58:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:58:47 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:58:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:58:47 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:58:47 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:58:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:58:48 /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' 21:58:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:58:48 Processing triggers for systemd (237-3ubuntu10.43) ... 21:58:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:58:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:58:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:58:50 Reading package lists... 21:58:50 Reading package lists... 21:58:50 Building dependency tree... 21:58:50 Reading state information... 21:58:50 Calculating upgrade... 21:58:51 The following packages will be upgraded: 21:58:51 advancecomp base-files bash binutils binutils-common 21:58:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:58:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:58:51 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 21:58:51 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 21:58:51 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 21:58:51 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 21:58:51 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 21:58:51 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 21:58:51 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 21:58:51 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 21:58:51 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 21:58:51 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 21:58:51 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:58:51 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:58:51 Need to get 63.5 MB of archives. 21:58:51 After this operation, 5178 kB of additional disk space will be used. 21:58:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:58:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 21:58:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:58:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:58:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:58:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:58:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:58:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:58:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:58:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:58:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:58:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:58:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:58:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:58:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:58:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:58:51 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:58:51 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:58:51 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:58:51 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:58:51 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:58:51 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:58:51 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:58:51 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:58:51 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:58:51 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:58:51 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:58:51 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:58:51 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:58:51 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:58:51 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:58:51 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:58:51 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:58:51 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:58:51 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:58:51 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:58:51 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:58:51 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:58:51 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:58:51 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:58:51 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:58:51 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:58:51 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 21:58:51 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:58:51 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:58:51 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:58:51 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:58:51 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:58:51 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:58:51 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:58:51 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:58:51 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:58:51 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:58:51 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:58:51 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:58:51 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:58:52 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:58:52 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:58:52 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:58:52 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:58:52 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:58:52 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:58:52 25b303627fd3: Pull complete 21:58:52 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:58:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:58:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:58:52 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 21:58:52 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] 21:58:52 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 21:58:52 prd-ubuntu18.04-docker-arm64-4c-16g-15450 does not seem to be running inside a container 21:58:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:58:52 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:58:52 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:58:52 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 21:58:52 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:58:52 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:58:52 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:58:52 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:58:52 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:58:52 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:58:52 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:58:52 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 21:58:52 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:58:52 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:58:52 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:58:52 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:58:52 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:58:52 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 21:58:52 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:58:52 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:58:52 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:58:52 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:58:52 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:58:52 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:58:52 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:58:52 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:58:52 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:58:52 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:58:52 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:58:52 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:58:53 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:58:53 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:58:53 debconf: delaying package configuration, since apt-utils is not installed 21:58:53 Fetched 63.5 MB in 2s (29.6 MB/s) 21:58:53 (Reading database ... 13912 files and directories currently installed.) 21:58:53 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 21:58:53 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:58:54 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 21:58:54 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:58:54 Preparing to unpack .../2-linux-libc-dev_4.15.0-124.127_amd64.deb ... 21:58:54 Unpacking linux-libc-dev:amd64 (4.15.0-124.127) over (4.15.0-20.21) ... 21:58:55 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:55 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:55 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:55 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:55 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:55 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:55 $ docker top a9f21f75ab623e504928cf60f35f7ea4702f6d58e934ee969855459fbc5af8f1 -eo pid,comm 21:58:55 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:55 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:55 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:55 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:55 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [Pipeline] { [Pipeline] sh 21:58:56 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:56 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:56 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:56 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:58:56 (Reading database ... 13911 files and directories currently installed.) 21:58:56 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:56 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:58:56 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:58:56 (Reading database ... 13911 files and directories currently installed.) 21:58:56 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:56 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:56 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:56 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:56 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:58:56 + grep parallel 21:58:56 + docker-compose build --help 21:58:56 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:58:56 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:58:56 (Reading database ... 13911 files and directories currently installed.) 21:58:56 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 21:58:57 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:58:57 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 21:58:57 (Reading database ... 13911 files and directories currently installed.) 21:58:57 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:58:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:58:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:58:57 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:58:57 Setting up base-files (10.1ubuntu2.10) ... 21:58:58 Installing new version of config file /etc/issue ... 21:58:58 Installing new version of config file /etc/issue.net ... 21:58:58 Installing new version of config file /etc/lsb-release ... 21:58:58 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:58:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:58:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:58:58 Removing obsolete conffile /etc/default/motd-news ... 21:58:58 (Reading database ... 13912 files and directories currently installed.) 21:58:58 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:58:58 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:58:58 Setting up bash (4.4.18-2ubuntu1.2) ... 21:58:58 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 21:58:58 (Reading database ... 13912 files and directories currently installed.) 21:58:58 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:58:58 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:58:58 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:58:59 (Reading database ... 13912 files and directories currently installed.) 21:58:59 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 21:58:59 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 21:58:59 Setting up tar (1.29b-2ubuntu0.1) ... 21:58:59 (Reading database ... 13912 files and directories currently installed.) 21:58:59 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:58:59 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:58:59 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:58:59 (Reading database ... 13912 files and directories currently installed.) 21:58:59 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:58:59 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:58:59 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:58:59 --parallel Build images in parallel. 21:59:00 (Reading database ... 13912 files and directories currently installed.) 21:59:00 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:59:00 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:59:00 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [Pipeline] } 21:59:00 $ docker stop --time=1 a9f21f75ab623e504928cf60f35f7ea4702f6d58e934ee969855459fbc5af8f1 21:59:00 (Reading database ... 13912 files and directories currently installed.) 21:59:00 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:59:00 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:59:00 Setting up grep (3.1-2build1) ... 21:59:00 (Reading database ... 13912 files and directories currently installed.) 21:59:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:59:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:59:00 Setting up login (1:4.5-1ubuntu2) ... 21:59:00 (Reading database ... 13912 files and directories currently installed.) 21:59:00 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:59:01 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:59:01 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:59:01 (Reading database ... 13912 files and directories currently installed.) 21:59:01 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:59:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:59:01 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:59:01 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:59:01 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:59:01 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:59:02 $ docker rm -f a9f21f75ab623e504928cf60f35f7ea4702f6d58e934ee969855459fbc5af8f1 21:59:02 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:59:02 (Reading database ... 13912 files and directories currently installed.) 21:59:02 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:59:02 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:59:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:59:03 . [Pipeline] withDockerContainer 21:59:03 prd-ubuntu18.04-docker-arm64-4c-16g-15450 does not seem to be running inside a container 21:59:03 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:59:03 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:59:03 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:59:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:59:03 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:59:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:59:03 (Reading database ... 13912 files and directories currently installed.) 21:59:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:59:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:59:03 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:59:04 (Reading database ... 13912 files and directories currently installed.) 21:59:04 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:59:04 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:59:04 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:59:04 (Reading database ... 13912 files and directories currently installed.) 21:59:04 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:59:04 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:59:04 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:59:04 (Reading database ... 13912 files and directories currently installed.) 21:59:04 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:59:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:59:04 $ docker top bff609b03dd3dad09362f6c0b1f0949b1eb88cf450c4d83fc95be6da2269f1f9 -eo pid,comm 21:59:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:59:04 (Reading database ... 13912 files and directories currently installed.) 21:59:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:59:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:59:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] { 21:59:05 (Reading database ... 13912 files and directories currently installed.) 21:59:05 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:59:05 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] sh 21:59:05 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:59:05 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:59:05 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:59:05 (Reading database ... 13912 files and directories currently installed.) 21:59:05 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:59:05 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:59:05 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:59:05 + docker-compose -f ./docker-compose-build.yml build --parallel 21:59:06 (Reading database ... 13912 files and directories currently installed.) 21:59:06 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:59:06 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:59:06 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:59:06 (Reading database ... 13912 files and directories currently installed.) 21:59:06 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:59:06 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:59:06 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:59:06 (Reading database ... 13912 files and directories currently installed.) 21:59:06 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:59:06 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:59:06 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:59:07 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:59:07 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:59:07 (Reading database ... 13912 files and directories currently installed.) 21:59:07 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 21:59:07 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 21:59:07 Setting up libc-bin (2.27-3ubuntu1.3) ... 21:59:07 (Reading database ... 13912 files and directories currently installed.) 21:59:07 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:59:08 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:59:08 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:59:08 (Reading database ... 13914 files and directories currently installed.) 21:59:08 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:59:08 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:59:08 Setting up debconf (1.5.66ubuntu1) ... 21:59:08 (Reading database ... 13914 files and directories currently installed.) 21:59:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:59:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:59:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:59:09 (Reading database ... 13914 files and directories currently installed.) 21:59:09 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:59:09 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:59:09 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:59:09 (Reading database ... 13914 files and directories currently installed.) 21:59:09 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:59:09 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:59:09 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:59:09 (Reading database ... 13914 files and directories currently installed.) 21:59:09 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:59:09 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:59:09 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 21:59:09 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:59:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:59:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:59:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:59:10 Building docker-core-command-go ... 21:59:10 Building docker-core-data-go ... 21:59:10 Building docker-core-metadata-go ... 21:59:10 Building docker-security-bootstrap-redis-go ... 21:59:10 Building docker-security-proxy-setup-go ... 21:59:10 Building docker-security-secrets-setup-go ... 21:59:10 Building docker-security-secretstore-setup-go ... 21:59:10 Building docker-support-notifications-go ... 21:59:10 Building docker-support-scheduler-go ... 21:59:10 Building docker-sys-mgmt-agent-go ... 21:59:10 Building docker-core-data-go 21:59:10 Building docker-security-proxy-setup-go 21:59:10 Building docker-core-metadata-go 21:59:10 Building docker-security-secrets-setup-go 21:59:10 Building docker-support-notifications-go 21:59:10 (Reading database ... 13914 files and directories currently installed.) 21:59:10 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:59:10 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:59:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:59:10 (Reading database ... 13914 files and directories currently installed.) 21:59:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:59:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:59:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:59:10 (Reading database ... 13914 files and directories currently installed.) 21:59:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:59:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:59:11 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:59:11 (Reading database ... 13914 files and directories currently installed.) 21:59:11 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:59:11 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:59:11 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:59:11 (Reading database ... 13914 files and directories currently installed.) 21:59:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:59:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:59:11 Setting up passwd (1:4.5-1ubuntu2) ... 21:59:11 (Reading database ... 13914 files and directories currently installed.) 21:59:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:59:12 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:59:12 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:59:12 (Reading database ... 13914 files and directories currently installed.) 21:59:12 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:59:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:59:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:59:12 (Reading database ... 13914 files and directories currently installed.) 21:59:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:59:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:59:12 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:59:12 (Reading database ... 13914 files and directories currently installed.) 21:59:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:59:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:59:13 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:59:13 (Reading database ... 13914 files and directories currently installed.) 21:59:13 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:59:13 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:59:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:59:13 (Reading database ... 13914 files and directories currently installed.) 21:59:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:59:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:59:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:59:13 (Reading database ... 13915 files and directories currently installed.) 21:59:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:59:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:59:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:59:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:59:13 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:59:13 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:59:13 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:59:13 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:59:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:59:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:59:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:59:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:59:14 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:59:14 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:59:14 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:59:14 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:59:14 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:59:14 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:59:14 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:59:14 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:59:14 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:59:14 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:59:15 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 21:59:15 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 21:59:16 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:59:16 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:59:16 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:59:16 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:59:16 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:59:16 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:59:17 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:59:17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:59:17 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:59:17 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:59:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:59:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:59:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:17 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:17 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:17 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:19 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:19 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:20 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:20 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:20 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:20 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:20 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:21 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:59:21 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:59:21 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:59:22 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:59:22 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:59:22 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:59:22 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:59:22 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:59:22 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:59:22 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:59:22 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:59:22 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:59:22 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:59:22 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:59:22 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:59:22 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:59:23 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:59:23 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:59:23 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:59:23 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:59:23 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:59:23 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:59:23 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:59:23 Setting up tzdata (2020d-0ubuntu0.18.04) ... 21:59:23 21:59:23 Current default time zone: 'Etc/UTC' 21:59:23 Local time is now: Thu Dec 10 21:59:23 UTC 2020. 21:59:23 Universal Time is now: Thu Dec 10 21:59:23 UTC 2020. 21:59:23 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:59:23 21:59:23 Setting up systemd-sysv (237-3ubuntu10.43) ... 21:59:23 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:59:23 Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... 21:59:23 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:59:23 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:59:23 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:59:23 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:59:23 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:59:23 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:59:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:59:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:59:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:59:24 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:59:24 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:59:24 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:59:24 Setting up patch (2.7.6-2ubuntu1.1) ... 21:59:24 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:59:24 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:59:24 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:59:24 Installing new version of config file /etc/ssl/openssl.cnf ... 21:59:24 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:59:24 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 21:59:24 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:59:26 Updating certificates in /etc/ssl/certs... 21:59:27 22 added, 17 removed; done. 21:59:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 21:59:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:59:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:59:27 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:59:27 Setting up pkgbinarymangler (138.18.04.1) ... 21:59:27 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:59:27 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:59:27 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:59:27 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:59:27 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:59:27 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:59:27 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:59:27 Setting up perl (5.26.1-6ubuntu0.5) ... 21:59:27 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:59:27 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:59:27 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:59:27 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:59:27 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:59:27 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:59:27 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:59:27 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:59:27 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:59:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:59:28 Processing triggers for systemd (237-3ubuntu10.43) ... 21:59:28 Processing triggers for mime-support (3.60ubuntu1) ... 21:59:28 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:59:28 Updating certificates in /etc/ssl/certs... 21:59:28 0 added, 0 removed; done. 21:59:28 Running hooks in /etc/ca-certificates/update.d... 21:59:28 done. 21:59:29 Reading package lists... 21:59:29 Building dependency tree... 21:59:29 Reading state information... 21:59:29 The following NEW packages will be installed: 21:59:29 apt-transport-https 21:59:29 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:59:29 Need to get 1696 B of archives. 21:59:29 After this operation, 153 kB of additional disk space will be used. 21:59:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:59:29 debconf: delaying package configuration, since apt-utils is not installed 21:59:29 Fetched 1696 B in 0s (26.6 kB/s) 21:59:29 Selecting previously unselected package apt-transport-https. 21:59:29 (Reading database ... 13929 files and directories currently installed.) 21:59:29 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:59:29 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:59:29 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:59:30 Waiting for network to be ready... 21:59:35 2020-12-10T21:59:32Z INFO Waiting for automatic snapd restart... 21:59:35 snapd 2.48.1 from Canonical* installed 21:59:36 "snapd" switched to the "latest/stable" channel 21:59:36 21:59:39 core18 20200929 from Canonical* installed 21:59:39 "core18" switched to the "latest/stable" channel 21:59:39 21:59:42 snapcraft 4.4.4 from Canonical* installed 21:59:42 "snapcraft" switched to the "latest/stable" channel 21:59:42 21:59:46 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: 21:59:46 - README.md 21:59:46 - snapcraft.yaml.orig 21:59:46 21:59:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:59:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:59:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:59:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:59:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:59:54 Reading package lists... 21:59:54 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:00:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:00:00 Reading package lists... 22:00:00 Building dependency tree... 22:00:00 Reading state information... 22:00:00 Suggested packages: 22:00:00 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:00:00 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:00:00 Recommended packages: 22:00:00 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:00:00 The following NEW packages will be installed: 22:00:00 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:00:00 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:00:00 pkg-config zip 22:00:00 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:00:00 Need to get 7655 kB of archives. 22:00:00 After this operation, 43.7 MB of additional disk space will be used. 22:00:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:00:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:00:01 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:00:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:00:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:00:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:00:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:00:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:00:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:00:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:00:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:00:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:00:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:00:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:00:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:00:01 debconf: delaying package configuration, since apt-utils is not installed 22:00:01 Fetched 7655 kB in 1s (10.5 MB/s) 22:00:02 Selecting previously unselected package libglib2.0-0:amd64. 22:00:02 (Reading database ... 13933 files and directories currently installed.) 22:00:02 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:00:02 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:00:02 Selecting previously unselected package libpsl5:amd64. 22:00:02 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:00:02 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:00:02 Selecting previously unselected package libnghttp2-14:amd64. 22:00:02 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:00:02 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:00:02 Selecting previously unselected package librtmp1:amd64. 22:00:02 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:00:02 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:00:02 Selecting previously unselected package libcurl3-gnutls:amd64. 22:00:02 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:00:02 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:00:02 Selecting previously unselected package liberror-perl. 22:00:02 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:00:02 Unpacking liberror-perl (0.17025-1) ... 22:00:02 Selecting previously unselected package git-man. 22:00:02 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:00:02 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:00:02 Selecting previously unselected package git. 22:00:02 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:00:02 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:00:03 Selecting previously unselected package libnorm1:amd64. 22:00:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:00:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:00:03 Selecting previously unselected package libpgm-5.2-0:amd64. 22:00:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:00:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:00:03 Selecting previously unselected package libsodium23:amd64. 22:00:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:00:03 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:00:03 Selecting previously unselected package libzmq5:amd64. 22:00:03 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:00:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:00:03 Selecting previously unselected package libzmq3-dev:amd64. 22:00:03 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:00:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:00:03 Selecting previously unselected package pkg-config. 22:00:03 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:00:03 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:00:04 Selecting previously unselected package zip. 22:00:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:00:04 Unpacking zip (3.0-11build1) ... 22:00:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:00:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:00:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:00:04 Setting up liberror-perl (0.17025-1) ... 22:00:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:00:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:00:04 No schema files found: doing nothing. 22:00:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:00:04 Setting up zip (3.0-11build1) ... 22:00:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:00:04 Setting up libsodium23:amd64 (1.0.16-2) ... 22:00:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:00:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:00:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:00:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:00:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:00:04 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:00:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:00:11 git set to automatically installed. 22:00:11 git-man set to automatically installed. 22:00:11 libcurl3-gnutls set to automatically installed. 22:00:11 liberror-perl set to automatically installed. 22:00:11 libglib2.0-0 set to automatically installed. 22:00:11 libnghttp2-14 set to automatically installed. 22:00:11 libnorm1 set to automatically installed. 22:00:11 libpgm-5.2-0 set to automatically installed. 22:00:11 libpsl5 set to automatically installed. 22:00:11 librtmp1 set to automatically installed. 22:00:11 libsodium23 set to automatically installed. 22:00:11 libzmq3-dev set to automatically installed. 22:00:11 libzmq5 set to automatically installed. 22:00:11 pkg-config set to automatically installed. 22:00:11 zip set to automatically installed. 22:00:12 snapd is not logged in, snap install commands will use sudo 22:00:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:00:19 snap "core18" has no updates available 22:00:20 Pulling config-common 22:00:21 Pulling go-build-helper 22:00:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 22:00:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:00:32 ---> f5f9cbf61fe7 22:00:32 Step 3/23 : WORKDIR /edgex-go 22:00:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:00:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:00:32 ---> f5f9cbf61fe7 22:00:32 Step 3/24 : WORKDIR /edgex-go 22:00:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 22:00:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:00:32 ---> f5f9cbf61fe7 22:00:32 Step 3/21 : WORKDIR /edgex-go 22:00:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 22:00:32 22:00:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:00:32 Step 2/29 : FROM ${BUILDER_BASE} AS build-env ---> f5f9cbf61fe7 22:00:32 22:00:32 Step 3/22 : WORKDIR /edgex-go ---> f5f9cbf61fe7 22:00:32 22:00:32 Step 3/29 : WORKDIR /edgex-go 22:00:32 ---> Running in d2297396842f 22:00:32 ---> Running in 1a1eeff2d036 22:00:32 ---> Running in bee9cddccb13 22:00:32 ---> Running in d081c727ad29 22:00:32 ---> Running in 27e19ca0109c 22:00:32 Removing intermediate container 1a1eeff2d036 22:00:32 ---> 09a770bf09eb 22:00:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:32 Removing intermediate container d081c727ad29 22:00:32 ---> a5766db6fa0a 22:00:32 Step 4/29 : RUN apk update && apk add make git 22:00:32 ---> Running in e47e02860700 22:00:32 Removing intermediate container d2297396842f 22:00:32 ---> 313b84cba4ed 22:00:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:32 Removing intermediate container 27e19ca0109c 22:00:32 ---> 98c0d7724347 22:00:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:32 Removing intermediate container bee9cddccb13 22:00:32 ---> 0b890c90d8d5 22:00:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:32 ---> Running in 86ca2e853f72 22:00:32 ---> Running in f99d79b0fb30 22:00:32 ---> Running in 2245c33dac82 22:00:32 ---> Running in c316a85bea53 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:32 Removing intermediate container e47e02860700 22:00:32 ---> 3fc8dbf81bc3 22:00:32 Step 5/22 : RUN apk update && apk add make git 22:00:32 ---> Running in 4abe32c82c0b 22:00:32 Removing intermediate container 86ca2e853f72 22:00:32 ---> 4292efb37814 22:00:32 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 22:00:32 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:00:32 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:00:32 OK: 12618 distinct packages available 22:00:32 ---> Running in f5e71ff34efa 22:00:32 Removing intermediate container c316a85bea53 22:00:32 ---> 82330c2b5cde 22:00:32 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:00:32 ---> Running in 289831c15a04 22:00:32 Removing intermediate container 2245c33dac82 22:00:32 ---> 8c11fc88e552 22:00:32 Step 5/21 : RUN apk update && apk add make git 22:00:32 OK: 217 MiB in 51 packages 22:00:32 ---> Running in cfc335ed0f32 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:32 Removing intermediate container f99d79b0fb30 22:00:32 ---> 52f4364e2cf7 22:00:32 Step 5/29 : COPY go.mod . 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:32 ---> 0bdf7dd843b5 22:00:32 Step 6/29 : RUN go mod download 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:32 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:00:32 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:00:32 OK: 12618 distinct packages available 22:00:32 ---> Running in ae7f6cf46e8a 22:00:32 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:00:32 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:00:32 OK: 12618 distinct packages available 22:00:32 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:00:32 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:00:32 OK: 12618 distinct packages available 22:00:32 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:00:32 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:00:32 OK: 12618 distinct packages available 22:00:32 OK: 217 MiB in 51 packages 22:00:32 OK: 217 MiB in 51 packages 22:00:33 OK: 217 MiB in 51 packages 22:00:33 OK: 217 MiB in 51 packages 22:00:34 Removing intermediate container 4abe32c82c0b 22:00:34 ---> b52c9287750e 22:00:34 Step 6/22 : COPY go.mod . 22:00:34 Removing intermediate container f5e71ff34efa 22:00:34 ---> 77e80ec07366 22:00:34 Step 6/23 : COPY go.mod . 22:00:35 Removing intermediate container 289831c15a04 22:00:35 ---> 1b5cda6473b3 22:00:35 Step 6/24 : COPY go.mod . 22:00:35 Removing intermediate container cfc335ed0f32 22:00:35 ---> cdf6a39b9f77 22:00:35 Step 6/21 : COPY go.mod . 22:00:35 Removing intermediate container ae7f6cf46e8a 22:00:35 ---> 2b0e45a5f846 22:00:35 Step 7/29 : COPY . . 22:00:35 ---> 7616b1ba1cd8 22:00:35 Step 7/22 : RUN go mod download 22:00:35 ---> 294cf86e6319 22:00:35 Step 7/23 : RUN go mod download 22:00:35 ---> Running in e35aa357353c 22:00:35 ---> Running in 20b6e74fac7f 22:00:36 ---> e0dabddc2e20 22:00:36 Step 7/24 : RUN go mod download 22:00:36 ---> Running in 35d44a3a898a 22:00:36 ---> 8b315432f692 22:00:36 Step 7/21 : RUN go mod download 22:00:37 ---> Running in 07a3b1346672 22:00:41 Removing intermediate container e35aa357353c 22:00:41 ---> 3a0cb00da2ca 22:00:41 Step 8/22 : COPY . . 22:00:41 Removing intermediate container 35d44a3a898a 22:00:41 ---> b24fecaac7a4 22:00:41 Step 8/24 : COPY . . 22:00:42 Removing intermediate container 07a3b1346672 22:00:42 ---> e3b5d9df97b5 22:00:42 Step 8/21 : COPY . . 22:00:42 Removing intermediate container 20b6e74fac7f 22:00:42 ---> 7ebdbc2a54ba 22:00:42 Step 8/23 : COPY . . 22:00:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:00:43 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:00:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] 22:00:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] 22:00:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 22:00:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 22:00:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] 22:00:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] 22:00:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] 22:00:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 22:00:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:00:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:00:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:00:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:00:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:00:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:00:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:00:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:00:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:00:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] 22:00:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] 22:00:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 22:00:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 22:00:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] 22:00:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] 22:00:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] 22:00:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] 22:00:43 Fetched 23.4 MB in 0s (0 B/s) 22:00:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:00:43 Fetched 96.5 kB in 0s (0 B/s) 22:00:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:00:43 Fetched 279 kB in 0s (0 B/s) 22:00:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:00:43 Fetched 122 kB in 0s (0 B/s) 22:00:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:00:43 Fetched 77.8 kB in 0s (0 B/s) 22:00:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:00:43 Fetched 8848 B in 0s (0 B/s) 22:00:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:00:43 Fetched 47.8 kB in 0s (0 B/s) 22:00:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:00:43 Fetched 45.6 kB in 0s (0 B/s) 22:00:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 22:00:43 Fetched 14.8 kB in 0s (0 B/s) 22:00:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:00:43 Fetched 214 kB in 0s (0 B/s) 22:00:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 22:00:43 Fetched 155 kB in 0s (0 B/s) 22:00:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:00:43 Fetched 50.6 kB in 0s (0 B/s) 22:00:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:00:43 Fetched 14.8 kB in 0s (0 B/s) 22:00:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:00:43 Fetched 41.8 kB in 0s (0 B/s) 22:00:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:00:43 Fetched 499 kB in 0s (0 B/s) 22:00:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:00:43 Fetched 111 kB in 0s (0 B/s) 22:00:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:00:43 Fetched 240 kB in 0s (0 B/s) 22:00:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:00:43 Fetched 29.3 kB in 0s (0 B/s) 22:00:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:00:43 Fetched 85.5 kB in 0s (0 B/s) 22:00:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:00:43 Fetched 24.5 kB in 0s (0 B/s) 22:00:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 22:00:43 Fetched 49.2 kB in 0s (0 B/s) 22:00:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:00:43 Fetched 54.2 kB in 0s (0 B/s) 22:00:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:00:43 Fetched 30.8 kB in 0s (0 B/s) 22:00:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 22:00:43 Fetched 17.0 kB in 0s (0 B/s) 22:00:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:00:43 Fetched 85.9 kB in 0s (0 B/s) 22:00:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:00:43 Fetched 8720 B in 0s (0 B/s) 22:00:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:00:43 Fetched 137 kB in 0s (0 B/s) 22:00:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:00:43 Fetched 119 kB in 0s (0 B/s) 22:00:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:00:43 Fetched 109 kB in 0s (0 B/s) 22:00:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:00:43 Fetched 11.1 kB in 0s (0 B/s) 22:00:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:00:43 Fetched 645 kB in 0s (0 B/s) 22:00:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:00:43 Fetched 41.3 kB in 0s (0 B/s) 22:00:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:00:43 Fetched 17.9 kB in 0s (0 B/s) 22:00:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:00:43 Fetched 368 kB in 0s (0 B/s) 22:00:43 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 22:00:43 Fetched 187 kB in 0s (0 B/s) 22:00:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:00:43 Fetched 175 kB in 0s (0 B/s) 22:00:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:00:46 Fetched 206 kB in 0s (0 B/s) 22:00:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 22:00:46 Fetched 1301 kB in 0s (0 B/s) 22:00:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:00:46 Fetched 36.2 kB in 0s (0 B/s) 22:00:46 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:00:46 Fetched 159 kB in 0s (0 B/s) 22:00:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:00:46 Fetched 107 kB in 0s (0 B/s) 22:00:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:00:46 Fetched 48.7 kB in 0s (0 B/s) 22:00:46 Pulling static-packages 22:00:47 'go115' has dependencies that need to be staged: static-packages go-build-helper 22:00:47 Skipping pull go-build-helper (already ran) 22:00:47 Skipping pull static-packages (already ran) 22:00:47 Building go-build-helper 22:00:51 Building static-packages 22:00:53 Staging go-build-helper 22:00:54 Staging static-packages 22:00:55 Pulling go115 22:00:56 'edgex-go' has dependencies that need to be staged: go115 22:00:56 Skipping pull go115 (already ran) 22:00:56 Building go115 22:00:56 % Total % Received % Xferd Average Speed Time Time Time Current 22:00:56 Dload Upload Total Spent Left Speed 22:00:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 115M 25 29.9M 0 0 30.9M 0 0:00:03 --:--:-- 0:00:03 30.8M 61 115M 61 70.7M 0 0 35.9M 0 0:00:03 0:00:01 0:00:02 35.9M 96 115M 96 110M 0 0 37.3M 0 0:00:03 0:00:02 0:00:01 37.3M 100 115M 100 115M 0 0 37.4M 0 0:00:03 0:00:03 --:--:-- 37.4M 22:00:59 go1.15.2.linux-amd64.tar.gz: OK 22:01:03 Staging go115 22:01:04 ---> 95c736d824c4 22:01:04 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 22:01:04 ---> Running in 79656b7eed86 22:01:04 ---> 6cfbef4eebe9 22:01:04 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:01:04 ---> 57dcb459f70b 22:01:04 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:01:04 ---> d2a7a48ea40f 22:01:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:01:04 ---> 8ffa3bff2499 22:01:04 Step 9/23 : RUN make cmd/core-data/core-data 22:01:05 ---> Running in e4fd33eacbfb 22:01:05 ---> Running in 8b686a2cdab4 22:01:05 ---> Running in 9959a31a751f 22:01:05 ---> Running in f0831989eab0 22:01:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:01:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:01:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:01:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:01:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:01:09 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:01:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:01:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:01:09 Fetched 0 B in 0s (0 B/s) 22:01:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:01:09 Fetched 224 kB in 0s (0 B/s) 22:01:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:01:09 Fetched 157 kB in 0s (0 B/s) 22:01:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:01:09 Fetched 221 kB in 0s (0 B/s) 22:01:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:01:09 Fetched 143 kB in 0s (0 B/s) 22:01:09 Pulling edgex-go 22:01:09 Pulling version 22:01:10 Building config-common 22:01:12 Skipping build go-build-helper (already ran) 22:01:12 Skipping build static-packages (already ran) 22:01:12 Skipping build go115 (already ran) 22:01:12 Building edgex-go 22:01:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:01:14 go: downloading github.com/gorilla/mux v1.8.0 22:01:14 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 22:01:14 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 22:01:14 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 22:01:14 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 22:01:14 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 22:01:14 go: downloading github.com/BurntSushi/toml v0.3.1 22:01:14 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:01:14 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:01:14 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:01:14 go: downloading github.com/go-kit/kit v0.8.0 22:01:14 go: downloading github.com/google/uuid v1.1.2 22:01:14 go: downloading github.com/pelletier/go-toml v1.2.0 22:01:14 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:01:14 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:01:14 go: downloading github.com/pebbe/zmq4 v1.0.0 22:01:14 go: downloading github.com/pkg/errors v0.8.1 22:01:14 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 22:01:14 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 22:01:14 go: downloading github.com/hashicorp/consul/api v1.1.0 22:01:14 go: downloading github.com/imdario/mergo v0.3.11 22:01:14 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:01:14 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:01:14 go: downloading gopkg.in/yaml.v2 v2.4.0 22:01:14 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:01:14 go: downloading github.com/mitchellh/copystructure v1.0.0 22:01:14 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:01:14 go: downloading github.com/x448/float16 v0.8.4 22:01:14 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:01:14 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:01:14 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:01:14 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:01:14 go: downloading github.com/hashicorp/serf v0.8.2 22:01:14 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:01:14 go: downloading github.com/go-playground/universal-translator v0.17.0 22:01:14 go: downloading github.com/leodido/go-urn v1.2.0 22:01:14 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:01:14 go: downloading github.com/go-playground/locales v0.13.0 22:01:14 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:01:14 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:01:14 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:01:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:01:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:01:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:01:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:01:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:01:28 go: downloading github.com/stretchr/testify v1.5.1 22:01:28 go: downloading github.com/davecgh/go-spew v1.1.1 22:01:28 go: downloading github.com/pmezard/go-difflib v1.0.0 22:01:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:01:30 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:01:30 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:01:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:01:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:01:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:01:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:01:33 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:01:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:01:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:01:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:01:38 Building version 22:01:40 Staging config-common 22:01:41 Skipping stage go-build-helper (already ran) 22:01:41 Skipping stage static-packages (already ran) 22:01:41 Skipping stage go115 (already ran) 22:01:41 Staging edgex-go 22:01:42 Staging version 22:01:43 Priming config-common 22:01:43 Priming go-build-helper 22:01:44 Priming static-packages 22:01:46 Priming go115 22:01:47 Priming edgex-go 22:01:49 Priming version 22:01:49 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:02:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:02:29 Removing intermediate container 79656b7eed86 22:02:29 ---> d9cc613457e1 22:02:29 22:02:29 Step 9/29 : FROM alpine:latest 22:02:29 latest: Pulling from library/alpine 22:02:29 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:02:29 Status: Downloaded newer image for alpine:latest 22:02:29 ---> 2e77e061c27f 22:02:29 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 22:02:29 ---> Running in 87d86a69d7b7 22:02:29 Removing intermediate container 87d86a69d7b7 22:02:29 ---> 50a3515ebffa 22:02:29 Step 11/29 : USER root 22:02:29 ---> Running in ec0705609bae 22:02:29 Removing intermediate container ec0705609bae 22:02:29 ---> 21638eaf5992 22:02:29 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 22:02:29 ---> Running in 1f4e8e516d23 22:02:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:32 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:02:32 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:02:32 OK: 12617 distinct packages available 22:02:33 (1/2) Installing ca-certificates (20191127-r4) 22:02:33 (2/2) Installing dumb-init (1.2.2-r1) 22:02:33 Executing busybox-1.31.1-r19.trigger 22:02:33 Executing ca-certificates-20191127-r4.trigger 22:02:34 OK: 6 MiB in 16 packages 22:02:36 Removing intermediate container 1f4e8e516d23 22:02:36 ---> 576cb07669f1 22:02:36 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 22:02:37 ---> Running in 77f07c3f758e 22:02:38 Removing intermediate container 77f07c3f758e 22:02:38 ---> 444d49eb63ff 22:02:38 Step 14/29 : WORKDIR $BASE_DIR 22:02:38 ---> Running in 8bf90d2a1490 22:02:39 Removing intermediate container 8bf90d2a1490 22:02:39 ---> 45cbff5e2513 22:02:39 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 22:02:39 ---> Running in 48aea169bb9f 22:02:43 Removing intermediate container 48aea169bb9f 22:02:43 ---> f6fb68eac634 22:02:43 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 22:02:46 ---> 20f1aaabe0fc 22:02:46 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 22:02:46 Removing intermediate container 8b686a2cdab4 22:02:46 ---> bf5d14845bca 22:02:46 22:02:46 Step 10/21 : FROM alpine 22:02:46 ---> 2e77e061c27f 22:02:46 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 22:02:47 ---> Running in eef2bd73e2d8 22:02:48 ---> c91ed94bee94 22:02:48 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 22:02:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:49 ---> 630d1e580583 22:02:49 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 22:02:50 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:02:50 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:02:50 OK: 12617 distinct packages available 22:02:51 ---> 265cf373e9a2 22:02:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 22:02:51 (1/4) Installing ca-certificates (20191127-r4) 22:02:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:02:52 (3/4) Installing libcurl (7.69.1-r2) 22:02:52 (4/4) Installing curl (7.69.1-r2) 22:02:52 Executing busybox-1.31.1-r19.trigger 22:02:52 Executing ca-certificates-20191127-r4.trigger 22:02:52 OK: 7 MiB in 18 packages 22:02:52 ---> 8d21a5c67892 22:02:52 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 22:02:52 ---> Running in a9acf933191f 22:02:55 Removing intermediate container eef2bd73e2d8 22:02:55 ---> d050d980da2d 22:02:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:02:55 ---> Running in abff66f1e892 22:02:56 Removing intermediate container a9acf933191f 22:02:56 ---> fbfe139c3258 22:02:56 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 22:02:56 Removing intermediate container abff66f1e892 22:02:56 ---> 70681030207e 22:02:56 Step 13/21 : WORKDIR /edgex 22:02:57 ---> Running in 1fbf9dd5100f 22:02:58 ---> 15eb509c8b28 22:02:58 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:02:58 Removing intermediate container 1fbf9dd5100f 22:02:58 ---> 14c6e56c8949 22:02:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:02:58 ---> Running in 95c9f9b226da 22:03:01 ---> fdf3ee284b83 22:03:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:03:04 Removing intermediate container f0831989eab0 22:03:04 ---> 847476ea703c 22:03:04 22:03:04 Step 10/24 : FROM scratch 22:03:04 ---> 22:03:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:03:04 Removing intermediate container 95c9f9b226da 22:03:04 ---> 0ae7bdd22ae3 22:03:04 Step 24/29 : RUN chmod 755 security-secrets-setup 22:03:04 ---> Running in 06256b0e402d 22:03:04 ---> 1a7eaf5278df 22:03:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:03:04 ---> Running in 22240330e1f3 22:03:05 Removing intermediate container 06256b0e402d 22:03:05 ---> d4977a2da1e0 22:03:05 Step 12/24 : ENV APP_PORT=48060 22:03:05 ---> Running in 6d0dc1708008 22:03:06 Removing intermediate container 6d0dc1708008 22:03:06 ---> 0a1739e07c27 22:03:06 Step 13/24 : EXPOSE $APP_PORT 22:03:06 ---> Running in f031ec8eca88 22:03:07 ---> 66f5ad110f9f 22:03:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:03:07 ---> Running in 123901eb4d08 22:03:07 Removing intermediate container f031ec8eca88 22:03:07 ---> 2e08e60e4430 22:03:07 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:03:08 Removing intermediate container 123901eb4d08 22:03:08 ---> 2879f85f5f4a 22:03:08 Step 18/21 : CMD ["--init=true"] 22:03:08 ---> Running in 7ec7bdb959f0 22:03:09 ---> 906a4f85306e 22:03:09 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:03:09 Removing intermediate container 22240330e1f3 22:03:09 ---> 984de7baceda 22:03:09 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 22:03:09 Removing intermediate container 7ec7bdb959f0 22:03:09 ---> 277112c09aee 22:03:09 Step 19/21 : LABEL arch=arm64 22:03:10 ---> Running in bf31d78ac819 22:03:10 ---> Running in a60f32fafeb8 22:03:11 Removing intermediate container a60f32fafeb8 22:03:11 Removing intermediate container bf31d78ac819 22:03:11 ---> b249fbccdd74 22:03:11 Step 26/29 : CMD [ "generate" ] 22:03:11 ---> 747109d4263d 22:03:11 Step 20/21 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:03:11 ---> Running in 849f9dc2a143 22:03:11 ---> Running in 56722af8ac73 22:03:11 ---> 0ee9067239c3 22:03:11 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:03:12 Removing intermediate container 849f9dc2a143 22:03:12 ---> 59fe2f683d7f 22:03:12 Step 27/29 : LABEL arch=arm64 22:03:12 Removing intermediate container 56722af8ac73 22:03:12 ---> e2e2fcf29fa9 22:03:12 Step 21/21 : LABEL version=0.0.0 22:03:12 ---> Running in ccc1e4f21f70 22:03:12 ---> Running in acd635d077d2 22:03:13 Removing intermediate container acd635d077d2 22:03:13 ---> f1ce02513b00 22:03:13 22:03:13 Removing intermediate container ccc1e4f21f70 22:03:13 ---> 62f82924f0f0 22:03:13 Step 28/29 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:03:13 ---> 3ca6b0b3fcc3 22:03:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:03:13 Successfully built f1ce02513b00 22:03:13 ---> Running in 2eea5517624d 22:03:13 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:03:13 Building docker-support-scheduler-go 22:03:15  Building docker-security-proxy-setup-go ... done Removing intermediate container 2eea5517624d 22:03:15 ---> fda7c5c3f728 22:03:15 Step 29/29 : LABEL version=0.0.0 22:03:15 ---> ad11602a4e11 22:03:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:03:15 ---> Running in c16e1a325fcb 22:03:17 Removing intermediate container c16e1a325fcb 22:03:17 ---> dc223b870d99 22:03:17 22:03:17 Successfully built dc223b870d99 22:03:17 Successfully tagged docker-security-secrets-setup-go-arm64:latest 22:03:17  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 22:03:17 ---> 6087c353bf18 22:03:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:03:20 ---> 6f0c3a3eea0b 22:03:20 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:03:21 ---> Running in 0b352f6482a6 22:03:22 Removing intermediate container e4fd33eacbfb 22:03:22 ---> 3539c428913d 22:03:22 22:03:22 Step 10/22 : FROM scratch 22:03:22 ---> 22:03:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:03:22 ---> Running in f9c0705c8214 22:03:22 Removing intermediate container 0b352f6482a6 22:03:22 ---> 473ef5c6d556 22:03:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:23 ---> Running in 76935c42a208 22:03:23 Removing intermediate container f9c0705c8214 22:03:23 ---> f8674912e302 22:03:23 Step 12/22 : ENV APP_PORT=48081 22:03:23 ---> Running in 51891aa2cc79 22:03:23 Removing intermediate container 76935c42a208 22:03:23 ---> 5d53b32167ef 22:03:23 Step 22/24 : LABEL arch=arm64 22:03:24 Removing intermediate container 51891aa2cc79 22:03:24 ---> b5188f431861 22:03:24 Step 13/22 : EXPOSE $APP_PORT 22:03:24 ---> Running in b699e4cda412 22:03:24 ---> Running in 90861c4cf17c 22:03:25 Removing intermediate container b699e4cda412 22:03:25 ---> 5f882d78cc2a 22:03:25 Step 23/24 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:03:25 Removing intermediate container 90861c4cf17c 22:03:25 ---> dc7ca6d703ea 22:03:25 Step 14/22 : WORKDIR / 22:03:26 ---> Running in 2d6a892e2631 22:03:26 ---> Running in 0cca2695375a 22:03:27 Removing intermediate container 2d6a892e2631 22:03:27 ---> 34c571e6d3a7 22:03:27 Step 24/24 : LABEL version=0.0.0 22:03:27 Removing intermediate container 0cca2695375a 22:03:27 ---> d2a2ec9f02d6 22:03:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:03:28 ---> Running in 02ab4a392e12 22:03:29 ---> d95fbf3cfe3e 22:03:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:03:30 Removing intermediate container 02ab4a392e12 22:03:30 ---> efbc3fb49df5 22:03:30 22:03:30 Successfully built efbc3fb49df5 22:03:30 Successfully tagged docker-support-notifications-go-arm64:latest 22:03:30  Building docker-support-notifications-go ... done Building docker-core-command-go 22:03:30 Removing intermediate container 9959a31a751f 22:03:30 ---> d91db4ee0f01 22:03:30 22:03:30 Step 10/23 : FROM alpine 22:03:30 ---> 2e77e061c27f 22:03:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:03:31 ---> Running in a512d9b96f95 22:03:31 ---> 3c7937778b33 22:03:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:03:32 Removing intermediate container a512d9b96f95 22:03:32 ---> a6d52a622c7e 22:03:32 Step 12/23 : ENV APP_PORT=48080 22:03:32 ---> Running in 046b6d6624ff 22:03:32 ---> ad03604290df 22:03:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:03:33 ---> Running in 4db8b97f7e0b 22:03:33 Removing intermediate container 046b6d6624ff 22:03:33 ---> 47cf2fd8f6c2 22:03:33 Step 13/23 : EXPOSE $APP_PORT 22:03:34 ---> Running in eb3f427bc71c 22:03:34 Removing intermediate container 4db8b97f7e0b 22:03:34 ---> f19a47351e7b 22:03:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:34 ---> Running in 5a6790f4f5cd 22:03:35 Removing intermediate container eb3f427bc71c 22:03:35 ---> 63a1c4608fa9 22:03:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:03:36 ---> Running in fce2c8d1d6c6 22:03:36 Removing intermediate container 5a6790f4f5cd 22:03:36 ---> 8bb208b91a44 22:03:36 Step 20/22 : LABEL arch=arm64 22:03:37 ---> Running in 5f50f845edc5 22:03:38 Removing intermediate container 5f50f845edc5 22:03:38 ---> 9feee239b9b2 22:03:38 Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:03:38 ---> Running in 0651906daca0 22:03:40 Removing intermediate container 0651906daca0 22:03:40 ---> 54369cc30bad 22:03:40 Step 22/22 : LABEL version=0.0.0 22:03:40 Removing intermediate container fce2c8d1d6c6 22:03:40 ---> 004664321fb2 22:03:40 Step 15/23 : RUN apk --no-cache add zeromq 22:03:40 ---> Running in 87702032ed9b 22:03:40 ---> Running in 9d0a1aacd65e 22:03:41 Removing intermediate container 87702032ed9b 22:03:41 ---> 8d0a92a54545 22:03:41 22:03:42 Successfully built 8d0a92a54545 22:03:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:03:42 Successfully tagged docker-core-metadata-go-arm64:latest 22:03:42  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 22:03:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:03:43 (1/5) Installing libgcc (9.3.0-r2) 22:03:43 (2/5) Installing libsodium (1.0.18-r0) 22:03:43 (3/5) Installing libstdc++ (9.3.0-r2) 22:03:44 (4/5) Installing libzmq (4.3.3-r0) 22:03:44 (5/5) Installing zeromq (4.3.3-r0) 22:03:44 Executing busybox-1.31.1-r19.trigger 22:03:44 OK: 8 MiB in 19 packages 22:03:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 22:03:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:03:45 ---> f5f9cbf61fe7 22:03:45 Step 3/21 : WORKDIR /edgex-go 22:03:45 ---> Using cache 22:03:45 ---> 0b890c90d8d5 22:03:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:03:45 ---> Using cache 22:03:45 ---> 82330c2b5cde 22:03:45 Step 5/21 : RUN apk update && apk add make git 22:03:46 ---> Running in f5d6a24f26b4 22:03:47 Removing intermediate container 9d0a1aacd65e 22:03:47 ---> 27f483bca42f 22:03:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:03:49 ---> 13897659348b 22:03:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:03:50 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:03:50 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:03:50 OK: 12618 distinct packages available 22:03:51 ---> e4cae1165a6d 22:03:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:03:51 OK: 217 MiB in 51 packages 22:03:53 ---> 911341ce42e3 22:03:53 Step 19/23 : ENTRYPOINT ["/core-data"] 22:03:53 ---> Running in 1bbcc9b76b22 22:03:53 Removing intermediate container f5d6a24f26b4 22:03:53 ---> a85e51f22d31 22:03:53 Step 6/21 : COPY go.mod . 22:03:54 Removing intermediate container 1bbcc9b76b22 22:03:54 ---> 00c0655ea042 22:03:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:55 ---> c9958fb43495 22:03:55 Step 7/21 : RUN go mod download 22:03:55 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 22:03:55 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:03:55 ---> f5f9cbf61fe7 22:03:55 Step 3/27 : WORKDIR /edgex-go 22:03:55 ---> Using cache 22:03:55 ---> 0b890c90d8d5 22:03:55 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:03:55 ---> Using cache 22:03:55 ---> 82330c2b5cde 22:03:55 Step 5/27 : RUN apk update && apk add make bash git 22:03:55 ---> Running in ce9d55d53009 22:03:55 ---> Running in 2651294f0e09 22:03:55 ---> Running in 5d091bdecfa0 22:03:56 Removing intermediate container ce9d55d53009 22:03:56 ---> 99b2bb3407ed 22:03:56 Step 21/23 : LABEL arch=arm64 22:03:57 ---> Running in 7c674ada9c0c 22:03:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:03:58 Removing intermediate container 7c674ada9c0c 22:03:58 ---> 5dff8d0ca889 22:03:58 Step 22/23 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:03:58 ---> Running in c34288169739 22:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:03:59 Removing intermediate container c34288169739 22:03:59 ---> 5f41ca791292 22:03:59 Step 23/23 : LABEL version=0.0.0 22:04:00 ---> Running in c0ee03405737 22:04:00 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:04:00 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:04:00 OK: 12618 distinct packages available 22:04:01 OK: 217 MiB in 51 packages 22:04:01 Removing intermediate container c0ee03405737 22:04:01 ---> 6b3a739f930a 22:04:01 22:04:01 Removing intermediate container 5d091bdecfa0 22:04:01 ---> f5bccef232e2 22:04:01 Step 8/21 : COPY . . 22:04:02 Successfully built 6b3a739f930a 22:04:02 Successfully tagged docker-core-data-go-arm64:latest 22:04:02  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go 22:04:03 Removing intermediate container 2651294f0e09 22:04:03 ---> b2e1ea83b0a6 22:04:03 Step 6/27 : COPY go.mod . 22:04:05 ---> f896781e888b 22:04:05 Step 7/27 : RUN go mod download 22:04:07 ---> Running in 47bd478ccc79 22:04:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:04:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:04:10 ---> f5f9cbf61fe7 22:04:10 Step 3/22 : WORKDIR /edgex-go 22:04:10 ---> Using cache 22:04:10 ---> 0b890c90d8d5 22:04:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:10 ---> Using cache 22:04:10 ---> 82330c2b5cde 22:04:10 Step 5/22 : RUN apk update && apk add make git 22:04:10 ---> Using cache 22:04:10 ---> a85e51f22d31 22:04:10 Step 6/22 : COPY go.mod . 22:04:10 ---> Using cache 22:04:10 ---> c9958fb43495 22:04:10 Step 7/22 : RUN go mod download 22:04:10 ---> Using cache 22:04:10 ---> f5bccef232e2 22:04:10 Step 8/22 : COPY . . 22:04:14 Removing intermediate container 47bd478ccc79 22:04:14 ---> f858fbba8afa 22:04:14 Step 8/27 : COPY . . 22:04:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:04:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:04:18 ---> f5f9cbf61fe7 22:04:18 Step 3/24 : WORKDIR /edgex-go 22:04:18 ---> Using cache 22:04:18 ---> 0b890c90d8d5 22:04:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:18 ---> Using cache 22:04:18 ---> 82330c2b5cde 22:04:18 Step 5/24 : RUN apk update && apk add make git 22:04:18 ---> Using cache 22:04:18 ---> a85e51f22d31 22:04:18 Step 6/24 : COPY go.mod . 22:04:18 ---> Using cache 22:04:18 ---> c9958fb43495 22:04:18 Step 7/24 : RUN go mod download 22:04:18 ---> Using cache 22:04:18 ---> f5bccef232e2 22:04:18 Step 8/24 : COPY . . 22:04:26 ---> ce000ddcbcc0 22:04:26 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:04:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:04:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:04:28 ---> f5f9cbf61fe7 22:04:28 Step 3/22 : WORKDIR /edgex-go 22:04:28 ---> Using cache 22:04:28 ---> 0b890c90d8d5 22:04:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:28 ---> Using cache 22:04:28 ---> 82330c2b5cde 22:04:28 Step 5/22 : RUN apk update && apk add make git 22:04:28 ---> Using cache 22:04:28 ---> a85e51f22d31 22:04:28 Step 6/22 : COPY go.mod . 22:04:28 ---> Using cache 22:04:28 ---> c9958fb43495 22:04:28 Step 7/22 : RUN go mod download 22:04:28 ---> Using cache 22:04:28 ---> f5bccef232e2 22:04:28 Step 8/22 : COPY . . 22:04:28 ---> Using cache 22:04:28 ---> ce000ddcbcc0 22:04:28 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:04:30 ---> Running in c4ccbc7c5b69 22:04:30 ---> Running in 7a6ff8a6fac4 22:04:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:04:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:04:33 ---> 83609fd49740 22:04:33 Step 9/22 : RUN make cmd/core-command/core-command 22:04:34 ---> Running in 89959a0f6b16 22:04:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:04:37 ---> 74c8432cccc5 22:04:37 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:04:39 ---> Running in d27c72de998c 22:04:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:04:42 ---> 894ae19b0258 22:04:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:04:42 ---> Running in 7cfcf3b54e69 22:04:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:06:06 Removing intermediate container c4ccbc7c5b69 22:06:06 ---> f0263f2bec1a 22:06:06 22:06:06 Step 10/22 : FROM alpine:3.10 22:06:06 3.10: Pulling from library/alpine 22:06:06 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:06:06 Status: Downloaded newer image for alpine:3.10 22:06:06 ---> 536a684cf733 22:06:06 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:06:06 ---> Running in 47432ff38b3b 22:06:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:06:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 22:06:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 22:06:06 v3.10.5-155-gab6c8e84d1 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:06:06 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:06:06 OK: 10169 distinct packages available 22:06:06 (1/5) Installing ca-certificates (20191127-r2) 22:06:06 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:06:06 (3/5) Installing libcurl (7.66.0-r2) 22:06:06 (4/5) Installing curl (7.66.0-r2) 22:06:06 (5/5) Installing dumb-init (1.2.2-r1) 22:06:06 Executing busybox-1.30.1-r3.trigger 22:06:06 Executing ca-certificates-20191127-r2.trigger 22:06:06 OK: 7 MiB in 19 packages 22:06:07 Removing intermediate container 47432ff38b3b 22:06:07 ---> 4cd2629685af 22:06:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:06:07 ---> Running in 6440cea28d1b 22:06:07 Removing intermediate container 6440cea28d1b 22:06:07 ---> 424dd7f80f53 22:06:07 Step 13/22 : WORKDIR / 22:06:08 ---> Running in 265de680c75a 22:06:08 Removing intermediate container 265de680c75a 22:06:08 ---> 4ab356798212 22:06:08 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 22:06:09 ---> cb52de5d4693 22:06:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:06:11 ---> b228da406dff 22:06:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 22:06:13 ---> c40ffabdbbb6 22:06:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:06:15 ---> 1401c921730b 22:06:15 Step 18/22 : RUN chmod +x entrypoint.sh 22:06:15 ---> Running in 909e77d8c055 22:06:17 Removing intermediate container d27c72de998c 22:06:17 ---> 107a35951246 22:06:17 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:06:18 ---> Running in 4e2cc07e4256 22:06:19 Removing intermediate container 7cfcf3b54e69 22:06:19 ---> 44cd36b6c2c6 22:06:19 22:06:19 Step 10/24 : FROM alpine:3.10 22:06:19 ---> 536a684cf733 22:06:19 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:06:19 ---> Using cache 22:06:19 ---> 4cd2629685af 22:06:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:06:19 ---> Running in 62d8e65bc525 22:06:19 Removing intermediate container 909e77d8c055 22:06:19 ---> 9ff2716688d1 22:06:19 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 22:06:19 ---> Running in c0b72bd662ae 22:06:20 Removing intermediate container 62d8e65bc525 22:06:20 ---> af7f22786e89 22:06:20 Step 13/24 : WORKDIR / 22:06:20 ---> Running in b38bfbe46fe3 22:06:20 Removing intermediate container c0b72bd662ae 22:06:20 ---> 4b329e7c4797 22:06:20 Step 20/22 : LABEL arch=arm64 22:06:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:06:20 ---> Running in 93ed3ce1f5f7 22:06:21 Removing intermediate container b38bfbe46fe3 22:06:21 ---> 711ab0150774 22:06:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:06:22 Removing intermediate container 93ed3ce1f5f7 22:06:22 ---> bbe9bdc26fa0 22:06:22 Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:06:22 ---> Running in 8d9a6cc693e3 22:06:23 ---> bb2c652c53f7 22:06:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:06:23 Removing intermediate container 8d9a6cc693e3 22:06:23 ---> e65d6e01f1e0 22:06:23 Step 22/22 : LABEL version=0.0.0 22:06:23 ---> Running in 0b6885313a87 22:06:23 Removing intermediate container 7a6ff8a6fac4 22:06:23 ---> 532c64470b2e 22:06:23 22:06:23 Step 10/21 : FROM scratch 22:06:23 ---> 22:06:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:06:24 ---> Using cache 22:06:24 ---> f8674912e302 22:06:24 Step 12/21 : ENV APP_PORT=48085 22:06:24 ---> Running in 7c1104caadfd 22:06:24 ---> ce6e60acbc1e 22:06:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:06:24 Removing intermediate container 0b6885313a87 22:06:24 ---> 8145adeb07d7 22:06:24 22:06:25 Removing intermediate container 7c1104caadfd 22:06:25 ---> 114a7b51bad5 22:06:25 Step 13/21 : EXPOSE $APP_PORT 22:06:25 ---> Running in 3d84a902adf2 22:06:25 Successfully built 8145adeb07d7 22:06:25 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 22:06:25  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4e2cc07e4256 22:06:25 ---> 2b47bf01eb17 22:06:25 22:06:25 Step 11/27 : FROM docker:latest 22:06:25 ---> f31140561b03 22:06:25 Step 12/27 : RUN apk add --no-cache bash 22:06:25 ---> 19b5c3d0ee21 22:06:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:06:26 ---> Running in 7e531b09c4ac 22:06:26 Removing intermediate container 3d84a902adf2 22:06:26 ---> 1511bdab238c 22:06:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:06:26 Removing intermediate container 89959a0f6b16 22:06:26 ---> 9166f7674f4d 22:06:26 22:06:26 Step 10/22 : FROM scratch 22:06:26 ---> 22:06:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:06:27 ---> Using cache 22:06:27 ---> f8674912e302 22:06:27 Step 12/22 : ENV APP_PORT=48082 22:06:27 ---> Running in 40943a467896 22:06:27 ---> 48aaf05a104c 22:06:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:06:27 ---> 0d452493ef96 22:06:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:06:27 Removing intermediate container 40943a467896 22:06:27 ---> 3434ed83fcc3 22:06:27 Step 13/22 : EXPOSE $APP_PORT 22:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:06:27 ---> Running in 5699f6094e27 22:06:28 (1/2) Installing readline (8.0.4-r0) 22:06:28 (2/2) Installing bash (5.0.17-r0) 22:06:28 Executing bash-5.0.17-r0.post-install 22:06:28 Executing busybox-1.31.1-r19.trigger 22:06:28 OK: 12 MiB in 22 packages 22:06:28 Removing intermediate container 5699f6094e27 22:06:28 ---> b676786c863d 22:06:28 Step 14/22 : WORKDIR / 22:06:29 ---> Running in b25ebbf0b9bc 22:06:29 ---> 210c90124e23 22:06:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:06:29 ---> 1618628507dd 22:06:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:06:29 Removing intermediate container b25ebbf0b9bc 22:06:29 ---> a7ccdb973641 22:06:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:06:30 Removing intermediate container 7e531b09c4ac 22:06:30 ---> 90967b8d9d97 22:06:30 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:06:30 ---> f0bbc5427bc3 22:06:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:06:30 ---> 9a89af32d2e4 22:06:30 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:06:30 ---> Running in 76d48c2b3ae8 22:06:30 ---> Running in e1cb077349c2 22:06:30 ---> Running in fe23cb835922 22:06:30 ---> 67aa25440205 22:06:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:06:31 Removing intermediate container fe23cb835922 22:06:31 ---> fb3f906c4337 22:06:31 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:06:31 ---> Running in a68bbb441673 22:06:32 Removing intermediate container a68bbb441673 22:06:32 ---> a2e60dc4bff2 22:06:32 Step 19/21 : LABEL arch=arm64 22:06:32 ---> 69009dccda50 22:06:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:06:32 ---> Running in 05fc8deefbc3 22:06:32 Removing intermediate container 05fc8deefbc3 22:06:32 ---> f1c404b1c2d5 22:06:32 Step 20/21 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:06:33 ---> Running in c001a2c241bb 22:06:33 ---> 0446e2721611 22:06:33 Step 18/22 : ENTRYPOINT ["/core-command"] 22:06:33 ---> Running in 6e0648735535 22:06:33 Removing intermediate container 76d48c2b3ae8 22:06:33 ---> b4a0acab0227 22:06:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:06:33 Removing intermediate container e1cb077349c2 22:06:33 ---> 4048a515ac15 22:06:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:06:33 ---> Running in 87675f392f00 22:06:33 Removing intermediate container c001a2c241bb 22:06:33 ---> af02d74b31eb 22:06:33 Step 21/21 : LABEL version=0.0.0 22:06:33 ---> Running in c2908b934b53 22:06:34 Removing intermediate container 6e0648735535 22:06:34 ---> 6dac98e896d2 22:06:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:06:34 ---> Running in a7ec1e7ba7ca 22:06:34 ---> Running in 69848195e452 22:06:34 Removing intermediate container 87675f392f00 22:06:34 ---> ec7cb69589f6 22:06:34 Step 15/27 : ENV APP_PORT=48090 22:06:34 ---> Running in 25e157a15839 22:06:34 Removing intermediate container c2908b934b53 22:06:34 ---> b8bf51d2b484 22:06:34 Step 22/24 : LABEL arch=arm64 22:06:34 Removing intermediate container a7ec1e7ba7ca 22:06:34 ---> c5d0d856b46c 22:06:34 22:06:34 ---> Running in 18c1d52cc350 22:06:34 Removing intermediate container 69848195e452 22:06:34 ---> 9e831fff0a52 22:06:34 Step 20/22 : LABEL arch=arm64 22:06:34 ---> Running in 669c41c20496 22:06:35 Removing intermediate container 25e157a15839 22:06:35 ---> 53f33700952f 22:06:35 Step 16/27 : EXPOSE $APP_PORT 22:06:35 Successfully built c5d0d856b46c 22:06:35 Successfully tagged docker-support-scheduler-go-arm64:latest 22:06:35  Building docker-support-scheduler-go ... done  ---> Running in 6105154d7f34 22:06:35 Removing intermediate container 18c1d52cc350 22:06:35 ---> eefb684c7686 22:06:35 Step 23/24 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:06:35 ---> Running in aefebe76db42 22:06:35 Removing intermediate container 669c41c20496 22:06:35 ---> c380e0e503b8 22:06:35 Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:06:35 Removing intermediate container 6105154d7f34 22:06:35 ---> 3eb5f03b33c0 22:06:35 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:06:35 ---> Running in 2e85d21892f7 22:06:36 Removing intermediate container aefebe76db42 22:06:36 ---> cf9d32eeaa7c 22:06:36 Step 24/24 : LABEL version=0.0.0 22:06:36 ---> Running in cc89553247e8 22:06:36 Removing intermediate container 2e85d21892f7 22:06:36 ---> d563512f5c8a 22:06:36 Step 22/22 : LABEL version=0.0.0 22:06:36 ---> Running in eaad7b587ebe 22:06:36 Removing intermediate container cc89553247e8 22:06:36 ---> 80f74f3e5813 22:06:36 22:06:36 ---> 7596db84593a 22:06:36 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:06:37 Removing intermediate container eaad7b587ebe 22:06:37 ---> 5334b84c8b84 22:06:37 22:06:37 Successfully built 80f74f3e5813 22:06:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:06:37  Building docker-security-secretstore-setup-go ... done Successfully built 5334b84c8b84 22:06:37 Successfully tagged docker-core-command-go-arm64:latest 22:06:37  Building docker-core-command-go ... done  ---> 1e1b5692572a 22:06:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:06:38 ---> 37b7e43484ba 22:06:38 Step 20/27 : RUN apk --no-cache add py3-pip 22:06:38 ---> Running in 208223bb1946 22:06:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:06:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:06:40 (1/33) Installing libbz2 (1.0.8-r1) 22:06:40 (2/33) Installing expat (2.2.9-r1) 22:06:40 (3/33) Installing libffi (3.3-r2) 22:06:40 (4/33) Installing gdbm (1.13-r1) 22:06:40 (5/33) Installing xz-libs (5.2.5-r0) 22:06:40 (6/33) Installing sqlite-libs (3.32.1-r0) 22:06:40 (7/33) Installing python3 (3.8.5-r0) 22:06:42 (8/33) Installing py3-appdirs (1.4.4-r1) 22:06:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:06:42 (10/33) Installing py3-parsing (2.4.7-r0) 22:06:42 (11/33) Installing py3-six (1.15.0-r0) 22:06:42 (12/33) Installing py3-packaging (20.4-r0) 22:06:42 (13/33) Installing py3-setuptools (47.0.0-r0) 22:06:42 (14/33) Installing py3-chardet (3.0.4-r4) 22:06:42 (15/33) Installing py3-idna (2.9-r0) 22:06:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:06:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:06:42 (18/33) Installing py3-requests (2.23.0-r0) 22:06:42 (19/33) Installing py3-msgpack (1.0.0-r0) 22:06:42 (20/33) Installing py3-lockfile (0.12.2-r3) 22:06:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:06:42 (22/33) Installing py3-colorama (0.4.3-r0) 22:06:42 (23/33) Installing py3-distlib (0.3.0-r0) 22:06:42 (24/33) Installing py3-distro (1.5.0-r1) 22:06:42 (25/33) Installing py3-webencodings (0.5.1-r3) 22:06:42 (26/33) Installing py3-html5lib (1.0.1-r4) 22:06:42 (27/33) Installing py3-pytoml (0.1.21-r0) 22:06:43 (28/33) Installing py3-pep517 (0.8.2-r0) 22:06:43 (29/33) Installing py3-progress (1.5-r0) 22:06:43 (30/33) Installing py3-toml (0.10.1-r0) 22:06:43 (31/33) Installing py3-retrying (1.3.3-r0) 22:06:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:06:43 (33/33) Installing py3-pip (20.1.1-r0) 22:06:43 Executing busybox-1.31.1-r19.trigger 22:06:43 OK: 71 MiB in 55 packages 22:06:49 Removing intermediate container 208223bb1946 22:06:49 ---> 2932d08ed97a 22:06:49 Step 21/27 : RUN pip install docker-compose==1.23.2 22:06:50 ---> Running in 0fd63a9fdbf6 22:06:54 Collecting docker-compose==1.23.2 22:06:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:06:55 Collecting docker<4.0,>=3.6.0 22:06:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:06:56 Collecting PyYAML<4,>=3.10 22:06:56 Downloading PyYAML-3.13.tar.gz (270 kB) 22:06:59 Collecting dockerpty<0.5,>=0.4.1 22:06:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:07:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:07:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:07:02 Collecting docopt<0.7,>=0.6.1 22:07:02 Downloading docopt-0.6.2.tar.gz (25 kB) 22:07:04 Collecting cached-property<2,>=1.2.0 22:07:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:07:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:07:04 Collecting texttable<0.10,>=0.9.0 22:07:04 Downloading texttable-0.9.1.tar.gz (11 kB) 22:07:06 Collecting jsonschema<3,>=2.5.1 22:07:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:07:06 Collecting websocket-client<1.0,>=0.32.0 22:07:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:07:07 Collecting docker-pycreds>=0.4.0 22:07:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:07:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:07:07 Collecting idna<2.8,>=2.5 22:07:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:07:07 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:07:07 Collecting urllib3<1.25,>=1.21.1 22:07:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:07:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:07:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:07:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:07:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:07:08 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, docopt, cached-property, texttable, jsonschema, docker-compose 22:07:08 Attempting uninstall: idna 22:07:08 Found existing installation: idna 2.9 22:07:08 Uninstalling idna-2.9: 22:07:08 Successfully uninstalled idna-2.9 22:07:09 Attempting uninstall: urllib3 22:07:09 Found existing installation: urllib3 1.25.9 22:07:09 Uninstalling urllib3-1.25.9: 22:07:09 Successfully uninstalled urllib3-1.25.9 22:07:10 Attempting uninstall: requests 22:07:10 Found existing installation: requests 2.23.0 22:07:10 Uninstalling requests-2.23.0: 22:07:10 Successfully uninstalled requests-2.23.0 22:07:11 Running setup.py install for PyYAML: started 22:07:13 Running setup.py install for PyYAML: finished with status 'done' 22:07:13 Running setup.py install for dockerpty: started 22:07:15 Running setup.py install for dockerpty: finished with status 'done' 22:07:15 Running setup.py install for docopt: started 22:07:17 Running setup.py install for docopt: finished with status 'done' 22:07:17 Running setup.py install for texttable: started 22:07:18 Running setup.py install for texttable: finished with status 'done' 22:07:20 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.57.0 22:07:23 Removing intermediate container 0fd63a9fdbf6 22:07:23 ---> a07789d1ea7a 22:07:23 Step 22/27 : RUN apk --no-cache add curl 22:07:24 ---> Running in 902bf154b78c 22:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:07:26 (2/3) Installing libcurl (7.69.1-r2) 22:07:26 (3/3) Installing curl (7.69.1-r2) 22:07:26 Executing busybox-1.31.1-r19.trigger 22:07:26 OK: 71 MiB in 58 packages 22:07:27 Removing intermediate container 902bf154b78c 22:07:27 ---> f109c78d670f 22:07:27 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:07:27 ---> Running in 8e8a4bda0b17 22:07:27 Removing intermediate container 8e8a4bda0b17 22:07:27 ---> 7c5fc70af72b 22:07:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:07:27 ---> Running in acab6c87f608 22:07:28 Removing intermediate container acab6c87f608 22:07:28 ---> 4dfc45adb13f 22:07:28 Step 25/27 : LABEL arch=arm64 22:07:28 ---> Running in 9a3a8259960f 22:07:28 Removing intermediate container 9a3a8259960f 22:07:28 ---> 18d9da7d5898 22:07:28 Step 26/27 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a 22:07:29 ---> Running in 8cf2063b1cc9 22:07:29 Removing intermediate container 8cf2063b1cc9 22:07:29 ---> 21c36fc92339 22:07:29 Step 27/27 : LABEL version=0.0.0 22:07:29 ---> Running in 84c19088defc 22:07:30 Removing intermediate container 84c19088defc 22:07:30 ---> 93bbb77e8523 22:07:30 22:07:30 Successfully built 93bbb77e8523 22:07:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:07:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:07:30 $ docker stop --time=1 bff609b03dd3dad09362f6c0b1f0949b1eb88cf450c4d83fc95be6da2269f1f9 22:07:32 $ docker rm -f bff609b03dd3dad09362f6c0b1f0949b1eb88cf450c4d83fc95be6da2269f1f9 [Pipeline] // withDockerContainer [Pipeline] sh 22:07:33 + docker images 22:07:33 + grep docker 22:07:33 docker-sys-mgmt-agent-go-arm64 latest 93bbb77e8523 4 seconds ago 300MB 22:07:33 docker-core-command-go-arm64 latest 5334b84c8b84 57 seconds ago 11.4MB 22:07:33 docker-security-secretstore-setup-go-arm64 latest 80f74f3e5813 57 seconds ago 23.5MB 22:07:33 docker-support-scheduler-go-arm64 latest c5d0d856b46c 59 seconds ago 11.5MB 22:07:33 docker-security-bootstrap-redis-go-arm64 latest 8145adeb07d7 About a minute ago 15.2MB 22:07:33 docker-core-data-go-arm64 latest 6b3a739f930a 3 minutes ago 22.3MB 22:07:33 docker-core-metadata-go-arm64 latest 8d0a92a54545 3 minutes ago 13.6MB 22:07:33 docker-support-notifications-go-arm64 latest efbc3fb49df5 4 minutes ago 12.9MB 22:07:33 docker-security-secrets-setup-go-arm64 latest dc223b870d99 4 minutes ago 22.7MB 22:07:33 docker-security-proxy-setup-go-arm64 latest f1ce02513b00 4 minutes ago 23.4MB 22:07:33 docker latest f31140561b03 6 hours 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:07:35 provisioning config files... 22:07:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config9087053417900435658tmp [Pipeline] { [Pipeline] sh 22:07:36 + set +x 22:07:36 + curl -s https://codecov.io/bash 22:07:36 + bash -s -- 22:07:36 22:07:36 _____ _ 22:07:36 / ____| | | 22:07:36 | | ___ __| | ___ ___ _____ __ 22:07:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:07:36 | |___| (_) | (_| | __/ (_| (_) \ V / 22:07:36 \_____\___/ \__,_|\___|\___\___/ \_/ 22:07:36 Bash-20201130-cc6d3fe 22:07:36 22:07:36 22:07:36 ==> Jenkins CI detected. 22:07:36 project root: . 22:07:36 --> token set from env 22:07:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:07:36 ==> Running gcov in . (disable via -X gcov) 22:07:36 ==> Python coveragepy not found 22:07:36 ==> Searching for coverage reports in: 22:07:36 + . 22:07:36 -> Found 1 reports 22:07:36 ==> Detecting git/mercurial file structure 22:07:36 ==> Reading reports 22:07:36 + ./coverage.out bytes=569562 22:07:36 ==> Appending adjustments 22:07:36 https://docs.codecov.io/docs/fixing-reports 22:07:40 + Found adjustments 22:07:40 ==> Gzipping contents 22:07:40 88K /tmp/codecov.BgOlfI.gz 22:07:40 ==> Uploading reports 22:07:40 url: https://codecov.io 22:07:40 query: branch=PR-2886&commit=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2886%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2886&job=&cmd_args= 22:07:40 -> Pinging Codecov 22:07:40 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2886&commit=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2886%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2886&job=&cmd_args= 22:07:40 -> Uploading to 22:07:40 https://storage.googleapis.com/codecov/v4/raw/2020-12-10/00271124DB129430A58F1EEE437C3FCB/565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a/0b1da8fb-98d0-451c-9f56-73fe7d08530a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201210T220740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4dd35f04b42829985e960023a7b49503b85d326ddb431410d68aeb89bf183c0d 22:07:40 % Total % Received % Xferd Average Speed Time Time Time Current 22:07:40 Dload Upload Total Spent Left Speed 22:07:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88088 0 0 100 88088 0 164k --:--:-- --:--:-- --:--:-- 164k 22:07:41 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [Pipeline] } 22:07:41 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:07:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:07:45 ---> package-listing.sh 22:07:45 ++ facter osfamily 22:07:45 ++ tr '[:upper:]' '[:lower:]' 22:07:45 + OS_FAMILY=redhat 22:07:45 + workspace=/w/workspace/edgex-go/17 22:07:45 + START_PACKAGES=/tmp/packages_start.txt 22:07:45 + END_PACKAGES=/tmp/packages_end.txt 22:07:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:07:45 + PACKAGES=/tmp/packages_start.txt 22:07:45 + '[' /w/workspace/edgex-go/17 ']' 22:07:45 + PACKAGES=/tmp/packages_end.txt 22:07:45 + case "${OS_FAMILY}" in 22:07:45 + rpm -qa 22:07:45 + sort 22:07:51 + '[' -f /tmp/packages_start.txt ']' 22:07:51 + '[' -f /tmp/packages_end.txt ']' 22:07:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:07:51 + '[' /w/workspace/edgex-go/17 ']' 22:07:51 + mkdir -p /w/workspace/edgex-go/17/archives/ 22:07:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo 22:07:51 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:07:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:07:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:07:51 22:07:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:07:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:07:52 alpine: Pulling from edgex-lftools-log-publisher 22:07:52 df20fa9351a1: Pulling fs layer 22:07:52 36b3adc4ff6f: Pulling fs layer 22:07:52 8ad3a11d3b57: Pulling fs layer 22:07:52 46f8f816bc3b: Pulling fs layer 22:07:52 93b61091891f: Pulling fs layer 22:07:52 93b9cdb0e59b: Pulling fs layer 22:07:52 5e14af77c1be: Pulling fs layer 22:07:52 01666e4c0597: Pulling fs layer 22:07:52 aa168da1d23b: Pulling fs layer 22:07:52 01666e4c0597: Waiting 22:07:52 93b9cdb0e59b: Waiting 22:07:52 5e14af77c1be: Waiting 22:07:52 aa168da1d23b: Waiting 22:07:52 46f8f816bc3b: Waiting 22:07:52 93b61091891f: Waiting 22:07:52 36b3adc4ff6f: Download complete 22:07:52 46f8f816bc3b: Verifying Checksum 22:07:52 46f8f816bc3b: Download complete 22:07:52 df20fa9351a1: Verifying Checksum 22:07:52 df20fa9351a1: Download complete 22:07:52 93b9cdb0e59b: Verifying Checksum 22:07:52 93b9cdb0e59b: Download complete 22:07:52 5e14af77c1be: Verifying Checksum 22:07:52 5e14af77c1be: Download complete 22:07:52 93b61091891f: Verifying Checksum 22:07:52 93b61091891f: Download complete 22:07:52 01666e4c0597: Verifying Checksum 22:07:52 01666e4c0597: Download complete 22:07:52 df20fa9351a1: Pull complete 22:07:52 8ad3a11d3b57: Verifying Checksum 22:07:52 8ad3a11d3b57: Download complete 22:07:53 36b3adc4ff6f: Pull complete 22:07:54 8ad3a11d3b57: Pull complete 22:07:54 46f8f816bc3b: Pull complete 22:07:54 aa168da1d23b: Verifying Checksum 22:07:54 aa168da1d23b: Download complete 22:07:55 93b61091891f: Pull complete 22:07:55 93b9cdb0e59b: Pull complete 22:07:56 5e14af77c1be: Pull complete 22:07:56 01666e4c0597: Pull complete 22:08:11 aa168da1d23b: Pull complete 22:08:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:08:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:08:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:08:11 prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container 22:08:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:08:14 $ docker top 0482dae4a83912828c8957d249bcc8408ab1d5fa5bf7874ee0b76b60fd041dbe -eo pid,comm [Pipeline] { [Pipeline] sh 22:08:14 + touch /tmp/pre-build-complete [Pipeline] sh 22:08:15 + mkdir -p /var/log/sa [Pipeline] sh 22:08:15 + ls /var/log/sa-host 22:08:15 + sadf -c /var/log/sa-host/sa10 22:08:15 file_magic: OK 22:08:15 HZ: Using current value: 100 22:08:15 file_header: OK 22:08:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:08:15 Statistics: 22:08:15 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... 22:08:15 File successfully converted to sysstat format version 12.2.1 22:08:15 + sadf -c /var/log/sa-host/sa23 22:08:15 file_magic: OK 22:08:15 HZ: Using current value: 100 22:08:15 file_header: OK 22:08:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:08:15 Statistics: 22:08:15 Hnuu...uuuununununu... 22:08:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:08:15 provisioning config files... 22:08:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config2165821495291973048tmp [Pipeline] { [Pipeline] echo 22:08:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:08:16 ---> create-netrc.sh [Pipeline] } 22:08:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:08:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:08:16 ---> python-tools-install.sh [Pipeline] echo 22:08:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:08:16 ---> sudo-logs.sh 22:08:16 Archiving 'sudo' log.. [Pipeline] echo 22:08:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:08:17 ---> job-cost.sh 22:08:17 lf-activate-venv: SKIPPING 22:08:17 INFO: No Stack... 22:08:19 INFO: Retrieving Pricing Info for: v1-standard-2 22:08:19 INFO: Archiving Costs [Pipeline] echo 22:08:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:08:19 ---> logs-deploy.sh 22:08:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2886/17 22:08:19 INFO: archiving workspace using pattern(s): 22:08:21 Archives upload complete. 22:08:21 INFO: archiving logs to Nexus 22:08:22 ---> uname -a: 22:08:22 Linux prd-centos7-docker-4c-2g-15449.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:08:22 22:08:22 22:08:22 ---> lscpu: 22:08:22 Architecture: x86_64 22:08:22 CPU op-mode(s): 32-bit, 64-bit 22:08:22 Byte Order: Little Endian 22:08:22 Address sizes: 40 bits physical, 48 bits virtual 22:08:22 CPU(s): 4 22:08:22 On-line CPU(s) list: 0-3 22:08:22 Thread(s) per core: 1 22:08:22 Core(s) per socket: 1 22:08:22 Socket(s): 4 22:08:22 NUMA node(s): 1 22:08:22 Vendor ID: GenuineIntel 22:08:22 CPU family: 6 22:08:22 Model: 44 22:08:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:08:22 Stepping: 1 22:08:22 CPU MHz: 2933.438 22:08:22 BogoMIPS: 5866.87 22:08:22 Virtualization: VT-x 22:08:22 Hypervisor vendor: KVM 22:08:22 Virtualization type: full 22:08:22 L1d cache: 128 KiB 22:08:22 L1i cache: 128 KiB 22:08:22 L2 cache: 16 MiB 22:08:22 L3 cache: 64 MiB 22:08:22 NUMA node0 CPU(s): 0-3 22:08:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:08:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:08:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:08:22 Vulnerability Meltdown: Mitigation; PTI 22:08:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:08:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:08:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:08:22 Vulnerability Srbds: Not affected 22:08:22 Vulnerability Tsx async abort: Not affected 22:08:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:08:22 22:08:22 22:08:22 ---> nproc: 22:08:22 4 22:08:22 22:08:22 22:08:22 ---> df -h: 22:08:22 Filesystem Size Used Available Use% Mounted on 22:08:22 overlay 50.0G 13.2G 36.8G 26% / 22:08:22 tmpfs 64.0M 0 64.0M 0% /dev 22:08:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:08:22 shm 64.0M 0 64.0M 0% /dev/shm 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /facter-os 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/resolv.conf 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hostname 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hosts 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/secure 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/auth.log 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /run/cloud-init/result.json 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/sa-host 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/17 22:08:22 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/17@tmp 22:08:22 22:08:22 22:08:22 ---> free -m: 22:08:22 total used free shared buff/cache available 22:08:22 Mem: 1837 691 160 0 985 1059 22:08:22 Swap: 1023 68 955 22:08:22 22:08:22 22:08:22 ---> ip addr: 22:08:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:08:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:08:22 inet 127.0.0.1/8 scope host lo 22:08:22 valid_lft forever preferred_lft forever 22:08:22 inet6 ::1/128 scope host 22:08:22 valid_lft forever preferred_lft forever 22:08:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:08:22 link/ether fa:16:3e:68:2c:21 brd ff:ff:ff:ff:ff:ff 22:08:22 inet 10.30.122.201/23 brd 10.30.123.255 scope global dynamic eth0 22:08:22 valid_lft 85044sec preferred_lft 85044sec 22:08:22 inet6 fe80::f816:3eff:fe68:2c21/64 scope link 22:08:22 valid_lft forever preferred_lft forever 22:08:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:08:22 link/ether 02:42:ba:4a:ee:2c brd ff:ff:ff:ff:ff:ff 22:08:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:08:22 valid_lft forever preferred_lft forever 22:08:22 inet6 fe80::42:baff:fe4a:ee2c/64 scope link 22:08:22 valid_lft forever preferred_lft forever 22:08:22 22:08:22 22:08:22 ---> sar -b -r -n DEV: 22:08:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/10/20 _x86_64_ (4 CPU) 22:08:22 22:08:22 21:45:35 LINUX RESTART (4 CPU) 22:08:22 22:08:22 21:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:08:22 21:47:01 98.64 33.65 64.99 0.00 7558.13 14672.96 0.00 22:08:22 21:48:01 277.10 96.99 180.12 0.00 6933.91 63309.15 0.00 22:08:22 21:49:01 269.77 128.79 140.98 0.00 5370.52 17249.79 0.00 22:08:22 21:50:02 146.88 73.27 73.61 0.00 3033.58 9144.20 0.00 22:08:22 21:51:01 386.68 171.40 215.28 0.00 73706.69 146601.09 0.00 22:08:22 21:52:02 2294.13 1934.07 360.07 0.00 170207.26 173306.96 0.00 22:08:22 21:53:01 751.08 459.69 291.39 0.00 43213.14 58840.86 0.00 22:08:22 21:54:04 1789.51 1437.84 351.67 0.00 124809.27 139898.38 0.00 22:08:22 21:55:01 1562.06 1248.67 313.38 0.00 96294.77 103342.45 0.00 22:08:22 21:56:01 601.20 410.26 190.93 0.00 36872.80 46606.34 0.00 22:08:22 21:57:01 6.16 0.52 5.65 0.00 4.13 193.42 0.00 22:08:22 21:58:01 1.48 1.23 0.25 0.00 94.19 2.88 0.00 22:08:22 21:59:01 0.25 0.03 0.22 0.00 0.27 2.61 0.00 22:08:22 22:00:01 0.42 0.15 0.27 0.00 1.73 3.53 0.00 22:08:22 22:01:01 2.21 2.03 0.18 0.00 60.47 3.16 0.00 22:08:22 22:02:01 1.20 0.35 0.85 0.00 23.04 16.75 0.00 22:08:22 22:03:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 22:08:22 22:04:01 0.15 0.00 0.15 0.00 0.00 1.80 0.00 22:08:22 22:05:01 0.23 0.03 0.20 0.00 0.40 1.95 0.00 22:08:22 22:06:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 22:08:22 22:07:02 0.58 0.33 0.25 0.00 155.90 3.48 0.00 22:08:22 22:08:01 105.35 66.96 38.39 0.00 5433.37 9436.34 0.00 22:08:22 Average: 377.40 276.06 101.34 0.00 26116.02 35605.69 0.00 22:08:22 22:08:22 21:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:08:22 21:47:01 71648 0 759220 40.35 2620 1048056 1439536 49.13 633992 971612 20 22:08:22 21:48:01 114372 0 687812 36.56 1492 1077868 1310156 44.71 568436 927556 8 22:08:22 21:49:01 232744 0 773176 41.09 532 875092 1656016 56.52 677972 688764 42396 22:08:22 21:50:02 280936 0 732316 38.92 460 867832 1319968 45.05 632456 676744 43496 22:08:22 21:51:01 68932 0 817052 43.42 0 995560 2241592 76.50 620648 986704 52000 22:08:22 21:52:02 105716 0 794912 42.25 0 980916 2127980 72.62 670032 872424 70648 22:08:22 21:53:01 52912 0 808356 42.96 0 1020276 2375296 81.06 737968 843740 2876 22:08:22 21:54:04 71652 0 787360 41.85 0 1022532 2113876 72.14 652300 921716 41024 22:08:22 21:55:01 349808 0 740584 39.36 0 791152 1894976 64.67 609196 674296 2388 22:08:22 21:56:01 675924 0 618732 32.88 0 586888 1214472 41.45 477692 486984 20 22:08:22 21:57:01 683288 0 611252 32.49 0 587004 1148296 39.19 473132 486460 16 22:08:22 21:58:01 681316 0 610396 32.44 0 589832 1141028 38.94 472824 489120 12 22:08:22 21:59:01 681448 0 610248 32.43 0 589848 1141028 38.94 472708 489128 12 22:08:22 22:00:01 681800 0 609892 32.41 0 589852 1141028 38.94 472836 489160 20 22:08:22 22:01:01 678760 0 611760 32.51 0 591024 1143864 39.04 473928 490012 16 22:08:22 22:02:01 678284 0 611548 32.50 0 591712 1141672 38.96 473456 490596 8 22:08:22 22:03:01 678512 0 611316 32.49 0 591716 1141600 38.96 473512 490592 8 22:08:22 22:04:01 679088 0 610736 32.46 0 591720 1141600 38.96 473392 490592 8 22:08:22 22:05:01 678280 0 611536 32.50 0 591728 1141756 38.97 473808 490604 12 22:08:22 22:06:01 678808 0 611000 32.47 0 591736 1141600 38.96 473400 490604 8 22:08:22 22:07:02 671384 0 613772 32.62 0 596388 1141684 38.96 479236 492444 16 22:08:22 22:08:01 86848 0 719036 38.22 0 1075660 1568968 53.55 665844 850868 129984 22:08:22 Average: 435566 0 680091 36.15 232 765654 1446727 49.37 552671 649578 17500 22:08:22 22:08:22 21:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:08:22 21:47:01 eth0 1729.31 1520.79 6355.09 205.27 0.00 0.00 0.00 0.00 22:08:22 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:47:01 veth7c8c4d0 841.50 691.88 80.29 2670.18 0.00 0.00 0.00 0.00 22:08:22 21:47:01 docker0 841.50 691.75 68.78 2670.17 0.00 0.00 0.00 0.00 22:08:22 21:48:01 eth0 711.56 569.72 4900.15 57.01 0.00 0.00 0.00 0.00 22:08:22 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:48:01 docker0 150.00 196.27 10.95 832.17 0.00 0.00 0.00 0.00 22:08:22 21:49:01 eth0 36.20 23.33 30.52 33.66 0.00 0.00 0.00 0.00 22:08:22 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:49:01 veth87e7c62 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:08:22 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:50:02 eth0 24.76 12.85 21.39 10.45 0.00 0.00 0.00 0.00 22:08:22 21:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:50:02 veth87e7c62 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:51:01 eth0 210.45 176.90 1715.05 84.34 0.00 0.00 0.00 0.00 22:08:22 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:51:01 vethc75f2b3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:08:22 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:52:02 vetha59069a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:08:22 21:52:02 eth0 51.43 30.87 167.95 12.84 0.00 0.00 0.00 0.00 22:08:22 21:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:52:02 vethc75f2b3 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:08:22 21:53:01 veth9052a53 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:53:01 veth629f028 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:53:01 vethef843f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:53:01 eth0 78.62 50.49 224.53 72.81 0.00 0.00 0.00 0.00 22:08:22 21:54:04 eth0 115.56 68.74 396.98 71.90 0.00 0.00 0.00 0.00 22:08:22 21:54:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 22:08:22 21:54:04 vethc75f2b3 0.00 0.80 0.00 0.04 0.00 0.00 0.00 0.00 22:08:22 21:54:04 docker0 1024.47 970.56 80.83 4032.28 0.00 0.00 0.00 0.00 22:08:22 21:55:01 vethcbf06bf 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:08:22 21:55:01 eth0 55.01 30.39 120.13 17.00 0.00 0.00 0.00 0.00 22:08:22 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:55:01 vethc75f2b3 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:56:01 eth0 47.16 31.33 30.64 67.41 0.00 0.00 0.00 0.00 22:08:22 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:56:01 docker0 1070.60 1021.09 84.46 4255.49 0.00 0.00 0.00 0.00 22:08:22 21:57:01 eth0 1.10 0.40 0.45 0.26 0.00 0.00 0.00 0.00 22:08:22 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:58:01 eth0 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 22:08:22 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:08:22 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:08:22 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:08:22 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:02:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 22:08:22 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:03:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:08:22 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:04:01 eth0 0.53 0.05 0.05 0.00 0.00 0.00 0.00 0.00 22:08:22 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:05:01 eth0 0.43 0.38 0.26 0.20 0.00 0.00 0.00 0.00 22:08:22 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:06:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:07:02 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 22:08:22 22:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:08:01 eth0 206.33 183.31 2198.65 62.88 0.00 0.00 0.00 0.00 22:08:22 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 Average: eth0 148.74 122.83 734.47 31.71 0.00 0.00 0.00 0.00 22:08:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:22 Average: docker0 48.76 46.51 3.85 193.81 0.00 0.00 0.00 0.00 22:08:22 22:08:22 22:08:22 ---> sar -P ALL: 22:08:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/10/20 _x86_64_ (4 CPU) 22:08:22 22:08:22 21:45:35 LINUX RESTART (4 CPU) 22:08:22 22:08:22 21:46:01 CPU %user %nice %system %iowait %steal %idle 22:08:22 21:47:01 all 20.58 0.00 7.02 2.62 0.05 69.73 22:08:22 21:47:01 0 21.48 0.00 10.52 3.70 0.03 64.27 22:08:22 21:47:01 1 19.22 0.00 5.74 0.95 0.05 74.04 22:08:22 21:47:01 2 22.93 0.00 5.90 1.82 0.09 69.27 22:08:22 21:47:01 3 18.72 0.00 5.96 4.03 0.03 71.26 22:08:22 21:48:01 all 13.03 0.00 8.83 3.52 0.06 74.56 22:08:22 21:48:01 0 12.57 0.00 10.41 2.54 0.03 74.45 22:08:22 21:48:01 1 13.51 0.00 8.13 4.72 0.07 73.57 22:08:22 21:48:01 2 13.26 0.00 8.16 3.82 0.05 74.71 22:08:22 21:48:01 3 12.80 0.00 8.65 2.97 0.07 75.52 22:08:22 21:49:01 all 44.06 0.00 12.24 6.19 0.05 37.47 22:08:22 21:49:01 0 43.67 0.00 11.84 5.84 0.05 38.60 22:08:22 21:49:01 1 46.46 0.00 12.00 5.30 0.07 36.17 22:08:22 21:49:01 2 42.57 0.00 13.42 8.38 0.03 35.59 22:08:22 21:49:01 3 43.53 0.00 11.69 5.21 0.05 39.53 22:08:22 21:50:02 all 54.15 0.00 13.49 4.16 0.04 28.15 22:08:22 21:50:02 0 55.21 0.00 12.28 5.24 0.05 27.21 22:08:22 21:50:02 1 51.87 0.00 14.61 4.56 0.03 28.93 22:08:22 21:50:02 2 56.26 0.00 13.37 2.23 0.03 28.11 22:08:22 21:50:02 3 53.27 0.00 13.68 4.63 0.05 28.36 22:08:22 21:51:01 all 21.92 0.00 17.75 5.50 0.07 54.75 22:08:22 21:51:01 0 21.37 0.00 17.62 5.38 0.07 55.56 22:08:22 21:51:01 1 20.89 0.00 18.34 6.87 0.09 53.82 22:08:22 21:51:01 2 22.45 0.00 17.77 5.34 0.09 54.35 22:08:22 21:51:01 3 22.98 0.00 17.29 4.41 0.03 55.28 22:08:22 21:52:02 all 19.03 0.00 22.58 32.73 0.08 25.58 22:08:22 21:52:02 0 17.95 0.00 22.54 32.67 0.09 26.76 22:08:22 21:52:02 1 19.31 0.00 23.14 29.59 0.07 27.89 22:08:22 21:52:02 2 19.03 0.00 22.41 35.43 0.09 23.04 22:08:22 21:52:02 3 19.84 0.00 22.22 33.23 0.09 24.62 22:08:22 21:53:01 all 50.87 0.00 18.83 17.22 0.04 13.03 22:08:22 21:53:01 0 50.83 0.00 18.70 12.46 0.05 17.96 22:08:22 21:53:01 1 50.31 0.00 19.17 20.37 0.03 10.12 22:08:22 21:53:01 2 51.28 0.00 19.20 18.01 0.03 11.47 22:08:22 21:53:01 3 51.08 0.00 18.25 18.06 0.03 12.57 22:08:22 21:54:04 all 11.85 0.00 18.76 34.18 0.07 35.15 22:08:22 21:54:04 0 10.82 0.00 17.81 29.09 0.07 42.21 22:08:22 21:54:04 1 12.21 0.00 17.93 36.35 0.08 33.43 22:08:22 21:54:04 2 12.27 0.00 18.89 36.19 0.08 32.56 22:08:22 21:54:04 3 12.09 0.00 20.45 35.07 0.03 32.36 22:08:22 21:55:01 all 46.43 0.00 20.88 20.34 0.07 12.28 22:08:22 21:55:01 0 46.43 0.00 20.41 19.80 0.05 13.30 22:08:22 21:55:01 1 44.47 0.00 20.91 22.37 0.09 12.16 22:08:22 21:55:01 2 46.65 0.00 21.53 18.91 0.05 12.85 22:08:22 21:55:01 3 48.18 0.00 20.68 20.26 0.09 10.80 22:08:22 21:56:01 all 25.46 0.00 11.73 11.85 0.03 50.93 22:08:22 21:56:01 0 25.05 0.00 11.88 11.37 0.03 51.66 22:08:22 21:56:01 1 25.34 0.00 11.63 13.21 0.02 49.80 22:08:22 21:56:01 2 25.55 0.00 11.74 11.80 0.05 50.85 22:08:22 21:56:01 3 25.89 0.00 11.67 10.98 0.03 51.42 22:08:22 21:57:01 all 0.13 0.00 0.06 0.00 0.00 99.81 22:08:22 21:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:08:22 21:57:01 1 0.05 0.00 0.07 0.00 0.00 99.88 22:08:22 21:57:01 2 0.03 0.00 0.08 0.02 0.00 99.87 22:08:22 21:57:01 3 0.40 0.00 0.07 0.00 0.00 99.53 22:08:22 22:08:22 21:57:01 CPU %user %nice %system %iowait %steal %idle 22:08:22 21:58:01 all 0.14 0.00 0.37 0.00 0.00 99.48 22:08:22 21:58:01 0 0.13 0.00 0.37 0.00 0.00 99.50 22:08:22 21:58:01 1 0.15 0.00 0.43 0.00 0.02 99.40 22:08:22 21:58:01 2 0.13 0.00 0.35 0.00 0.00 99.52 22:08:22 21:58:01 3 0.13 0.00 0.33 0.02 0.00 99.52 22:08:22 21:59:01 all 0.04 0.00 0.04 0.00 0.00 99.92 22:08:22 21:59:01 0 0.00 0.00 0.05 0.00 0.00 99.95 22:08:22 21:59:01 1 0.05 0.00 0.03 0.02 0.00 99.90 22:08:22 21:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:08:22 21:59:01 3 0.05 0.00 0.03 0.00 0.02 99.90 22:08:22 22:00:01 all 0.20 0.00 0.04 0.00 0.00 99.76 22:08:22 22:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:08:22 22:00:01 1 0.13 0.00 0.05 0.00 0.00 99.82 22:08:22 22:00:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:08:22 22:00:01 3 0.58 0.00 0.03 0.00 0.00 99.38 22:08:22 22:01:01 all 0.19 0.00 0.07 0.03 0.00 99.70 22:08:22 22:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:08:22 22:01:01 1 0.15 0.00 0.13 0.10 0.00 99.62 22:08:22 22:01:01 2 0.05 0.00 0.07 0.00 0.02 99.87 22:08:22 22:01:01 3 0.55 0.00 0.05 0.03 0.00 99.37 22:08:22 22:02:01 all 0.16 0.00 0.04 0.01 0.00 99.79 22:08:22 22:02:01 0 0.03 0.00 0.05 0.02 0.00 99.90 22:08:22 22:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:08:22 22:02:01 2 0.07 0.00 0.05 0.02 0.00 99.87 22:08:22 22:02:01 3 0.53 0.00 0.03 0.00 0.00 99.43 22:08:22 22:03:01 all 0.15 0.00 0.04 0.00 0.00 99.81 22:08:22 22:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:08:22 22:03:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:08:22 22:03:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:08:22 22:03:01 3 0.52 0.00 0.03 0.00 0.00 99.45 22:08:22 22:04:01 all 0.17 0.00 0.03 0.00 0.00 99.80 22:08:22 22:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:08:22 22:04:01 1 0.00 0.00 0.00 0.00 0.02 99.98 22:08:22 22:04:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:08:22 22:04:01 3 0.60 0.00 0.03 0.00 0.00 99.37 22:08:22 22:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:08:22 22:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:08:22 22:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:08:22 22:05:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:08:22 22:05:01 3 0.52 0.00 0.00 0.00 0.00 99.48 22:08:22 22:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:08:22 22:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:08:22 22:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:08:22 22:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:08:22 22:06:01 3 0.52 0.00 0.02 0.00 0.00 99.47 22:08:22 22:07:02 all 0.15 0.00 0.03 0.01 0.00 99.80 22:08:22 22:07:02 0 0.05 0.00 0.05 0.00 0.02 99.88 22:08:22 22:07:02 1 0.03 0.00 0.07 0.03 0.00 99.87 22:08:22 22:07:02 2 0.02 0.00 0.02 0.00 0.00 99.97 22:08:22 22:07:02 3 0.52 0.00 0.00 0.00 0.00 99.48 22:08:22 22:08:01 all 6.14 0.00 4.18 2.84 0.02 86.82 22:08:22 22:08:01 0 5.18 0.00 4.28 3.32 0.00 87.22 22:08:22 22:08:01 1 7.06 0.00 4.88 4.32 0.03 83.71 22:08:22 22:08:01 2 5.44 0.00 3.15 1.75 0.02 89.64 22:08:22 22:08:01 3 6.89 0.00 4.43 1.96 0.02 86.71 22:08:22 22:08:22 Average: CPU %user %nice %system %iowait %steal %idle 22:08:22 Average: all 14.02 0.00 6.99 6.30 0.03 72.66 22:08:22 Average: 0 13.83 0.00 7.09 5.87 0.02 73.19 22:08:22 Average: 1 13.87 0.00 7.02 6.66 0.03 72.43 22:08:22 Average: 2 14.15 0.00 6.96 6.42 0.03 72.44 22:08:22 Average: 3 14.23 0.00 6.91 6.25 0.02 72.59 22:08:22 22:08:22 22:08:22