Pull request #2854 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8b39a772a7508530d11dc8b0b1806ac46f5f00c7+30fe914c5ad8e4d98bae6ee0071c56635472cae5 (458af9840610d06d3bac6a7b848f853e4ccbc1fe) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9476 in /w/workspace/edgexfoundry_edgex-go_PR-2854 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 Merge succeeded, producing 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 Checking out Revision 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 (PR-2854) > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2854/head:refs/remotes/origin/PR-2854 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # 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 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:21:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:21:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:21:21 ========================================================= 12:21:21 EdgeX Global Pipelines Version Info 12:21:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2874f20e15792f819bf9a8187adbc32bd353ec1f # timeout=10 12:21:24 ------------------- 12:21:24 stable info: 12:21:24 ------------------- 12:21:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:21:24 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 12:21:24 Message: update stable to v1.0.148 12:21:25 ------------------- 12:21:25 experimental info: 12:21:25 ------------------- 12:21:25 Commited By: **** collab-it+edgex@linuxfoundation.org 12:21:25 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 12:21:25 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:21:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:21:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:21:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:21:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2854 [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2854 [Pipeline] echo 12:21:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2854 [Pipeline] echo 12:21:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [Pipeline] echo 12:21:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b39a77 [Pipeline] echo 12:21:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 12:21:28 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/core-command/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo core-command,cmd/core-command/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/core-data/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo core-data,cmd/core-data/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/core-metadata/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo core-metadata,cmd/core-metadata/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/security-proxy-setup/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/security-secrets-setup/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/support-logging/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo support-logging,cmd/support-logging/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/support-notifications/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo support-notifications,cmd/support-notifications/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ cut -d/ -f2 12:21:28 ++ dirname cmd/support-scheduler/Dockerfile 12:21:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:21:28 + for file in '`ls cmd/**/Dockerfile`' 12:21:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:21:28 ++ cut -d/ -f2 12:21:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:21:28 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-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-logging-go, dockerfile:cmd/support-logging/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 12:21:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:21:29 12:21:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:21:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:21:30 latest: Pulling from edgex-devops/git-semver 12:21:30 31603596830f: Pulling fs layer 12:21:30 2a8b12db71e7: Pulling fs layer 12:21:30 6ca5941a6612: Pulling fs layer 12:21:30 ecc8261a40a4: Pulling fs layer 12:21:30 ecc8261a40a4: Waiting 12:21:30 2a8b12db71e7: Verifying Checksum 12:21:30 2a8b12db71e7: Download complete 12:21:30 31603596830f: Verifying Checksum 12:21:30 31603596830f: Download complete 12:21:30 ecc8261a40a4: Verifying Checksum 12:21:30 ecc8261a40a4: Download complete 12:21:30 6ca5941a6612: Verifying Checksum 12:21:30 6ca5941a6612: Download complete 12:21:31 31603596830f: Pull complete 12:21:31 2a8b12db71e7: Pull complete 12:21:33 6ca5941a6612: Pull complete 12:21:33 ecc8261a40a4: Pull complete 12:21:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:21:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:21:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:21:34 prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container 12:21:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:21:36 $ docker top d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:21:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:21:37 [ssh-agent] Looking for ssh-agent implementation... 12:21:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:21:37 $ docker exec d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 ssh-agent 12:21:37 SSH_AUTH_SOCK=/tmp/ssh-IzQhCH63V9IB/agent.12 12:21:37 SSH_AGENT_PID=18 12:21:37 Running ssh-add (command line suppressed) 12:21:37 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8715240553541880991.key (/w/workspace/edgex-go/4@tmp/private_key_8715240553541880991.key) 12:21:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:21:38 + git tag --points-at HEAD [Pipeline] } 12:21:38 $ docker exec --env ******** --env ******** d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 ssh-agent -k 12:21:38 unset SSH_AUTH_SOCK; 12:21:38 unset SSH_AGENT_PID; 12:21:38 echo Agent pid 18 killed; 12:21:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:21:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:21:38 [ssh-agent] Looking for ssh-agent implementation... 12:21:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:21:39 $ docker exec d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 ssh-agent 12:21:39 SSH_AUTH_SOCK=/tmp/ssh-C5Gbv5NttrUQ/agent.47 12:21:39 SSH_AGENT_PID=52 12:21:39 Running ssh-add (command line suppressed) 12:21:40 Identity added: /w/workspace/edgex-go/4@tmp/private_key_832271127646775981.key (/w/workspace/edgex-go/4@tmp/private_key_832271127646775981.key) 12:21:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:21:40 + git semver init 12:21:40 # -> Open(): unable to determine branch for HEAD 12:21:40 # $GIT_DIR = /w/workspace/edgex-go/4/.git 12:21:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 12:21:40 # $SEMVER_REMOTE_NAME = origin 12:21:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:21:40 # $SEMVER_USER_NAME = edgex-jenkins 12:21:40 # $SEMVER_BRANCH = PR-2854 12:21:40 # $SEMVER_TEMP = /tmp/semver-065081488 12:21:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:22:38 # '/tmp/semver-065081488' -> '/w/workspace/edgex-go/4/.semver' 12:22:39 # -> Force: false 12:22:39 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 12:22:39 $ docker exec --env ******** --env ******** d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 ssh-agent -k 12:22:39 unset SSH_AUTH_SOCK; 12:22:39 unset SSH_AGENT_PID; 12:22:39 echo Agent pid 52 killed; 12:22:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:22:39 + git semver [Pipeline] } 12:22:40 $ docker stop --time=1 d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 12:22:41 $ docker rm -f d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 [Pipeline] // withDockerContainer [Pipeline] sh 12:22:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:22:43 Stashed 1 file(s) [Pipeline] echo 12:22:43 [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] echo 12:22:43 ========================================================= 12:22:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:22:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:22:44 + 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 . 12:22:51 Sending build context to Docker daemon 325.7MB 12:22:51 Step 1/7 : ARG BASE=golang:1.15-alpine 12:22:51 Step 2/7 : FROM ${BASE} 12:22:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:22:51 df20fa9351a1: Pulling fs layer 12:22:51 ed8968b2872e: Pulling fs layer 12:22:51 a92cc7c5fd73: Pulling fs layer 12:22:51 e871e8e8d7a9: Pulling fs layer 12:22:51 e73272ec9a57: Pulling fs layer 12:22:51 1e910a182e73: Pulling fs layer 12:22:51 4e634b169226: Pulling fs layer 12:22:51 e871e8e8d7a9: Waiting 12:22:51 e73272ec9a57: Waiting 12:22:51 1e910a182e73: Waiting 12:22:51 4e634b169226: Waiting 12:22:51 a92cc7c5fd73: Verifying Checksum 12:22:51 a92cc7c5fd73: Download complete 12:22:51 ed8968b2872e: Verifying Checksum 12:22:51 ed8968b2872e: Download complete 12:22:51 e73272ec9a57: Verifying Checksum 12:22:51 e73272ec9a57: Download complete 12:22:51 1e910a182e73: Verifying Checksum 12:22:51 1e910a182e73: Download complete 12:22:51 df20fa9351a1: Verifying Checksum 12:22:51 df20fa9351a1: Download complete 12:22:51 df20fa9351a1: Pull complete 12:22:52 ed8968b2872e: Pull complete 12:22:52 a92cc7c5fd73: Pull complete 12:22:57 4e634b169226: Verifying Checksum 12:22:57 4e634b169226: Download complete 12:22:57 e871e8e8d7a9: Verifying Checksum 12:22:57 e871e8e8d7a9: Download complete 12:22:58 Still waiting to schedule task 12:22:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 12:23:11 e871e8e8d7a9: Pull complete 12:23:11 e73272ec9a57: Pull complete 12:23:11 1e910a182e73: Pull complete 12:23:14 4e634b169226: Pull complete 12:23:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 12:23:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:23:14 ---> f7629b54cfaa 12:23:14 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 12:23:14 ---> Running in c12b1e27f618 12:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:23:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:23:17 (1/12) Installing libmagic (5.38-r0) 12:23:18 (2/12) Installing file (5.38-r0) 12:23:18 (3/12) Installing libc-dev (0.7.2-r3) 12:23:18 (4/12) Installing g++ (9.3.0-r2) 12:23:30 (5/12) Installing fortify-headers (1.1-r0) 12:23:30 (6/12) Installing patch (2.7.6-r6) 12:23:30 (7/12) Installing build-base (0.5-r2) 12:23:30 (8/12) Installing libsodium (1.0.18-r0) 12:23:30 (9/12) Installing pkgconf (1.7.2-r0) 12:23:30 (10/12) Installing libsodium-dev (1.0.18-r0) 12:23:30 (11/12) Installing libzmq (4.3.3-r0) 12:23:30 (12/12) Installing zeromq-dev (4.3.3-r0) 12:23:30 Executing busybox-1.31.1-r16.trigger 12:23:30 OK: 233 MiB in 51 packages 12:23:34 Removing intermediate container c12b1e27f618 12:23:34 ---> f73cfdbfc985 12:23:34 Step 4/7 : WORKDIR /edgex-go 12:23:34 ---> Running in 3034aa742567 12:23:34 Removing intermediate container 3034aa742567 12:23:34 ---> 5f490b9b2ea8 12:23:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:23:35 latest: Pulling from library/docker 12:23:35 188c0c94c7c5: Pulling fs layer 12:23:35 0c7c675703d6: Pulling fs layer 12:23:35 cc8c12a437cb: Pulling fs layer 12:23:35 c5dafad2182a: Pulling fs layer 12:23:35 5aa711733414: Pulling fs layer 12:23:35 058f73b55e4b: Pulling fs layer 12:23:35 8c9c664faf12: Pulling fs layer 12:23:35 c5dafad2182a: Waiting 12:23:35 5aa711733414: Waiting 12:23:35 058f73b55e4b: Waiting 12:23:35 8c9c664faf12: Waiting 12:23:35 cc8c12a437cb: Verifying Checksum 12:23:35 cc8c12a437cb: Download complete 12:23:35 0c7c675703d6: Verifying Checksum 12:23:35 0c7c675703d6: Download complete 12:23:35 188c0c94c7c5: Verifying Checksum 12:23:35 188c0c94c7c5: Download complete 12:23:35 5aa711733414: Verifying Checksum 12:23:35 5aa711733414: Download complete 12:23:35 058f73b55e4b: Verifying Checksum 12:23:35 058f73b55e4b: Download complete 12:23:36 8c9c664faf12: Verifying Checksum 12:23:36 8c9c664faf12: Download complete 12:23:36 188c0c94c7c5: Pull complete 12:23:36 0c7c675703d6: Pull complete 12:23:37 cc8c12a437cb: Pull complete 12:23:37 c5dafad2182a: Verifying Checksum 12:23:37 c5dafad2182a: Download complete 12:23:43 c5dafad2182a: Pull complete 12:23:43 5aa711733414: Pull complete 12:23:43 058f73b55e4b: Pull complete 12:23:43 8c9c664faf12: Pull complete 12:23:43 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 12:23:43 Status: Downloaded newer image for docker:latest 12:23:45 ---> 5cbcf11f1717 12:23:45 Step 6/7 : COPY go.mod . 12:23:46 ---> 064c9f81e222 12:23:46 Step 7/7 : RUN go mod download 12:23:46 ---> Running in 5276ec200d96 12:24:19 Removing intermediate container 5276ec200d96 12:24:19 ---> 53607bdcaa92 12:24:19 Successfully built 53607bdcaa92 12:24:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:24:20 + docker inspect -f . ci-base-image-x86_64 12:24:20 . [Pipeline] withDockerContainer 12:24:20 prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container 12:24:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:24:22 $ docker top 52816ee4267815a7d65b3d85a66d8840a661eb9d0288b6c27a108c3b36112094 -eo pid,comm [Pipeline] { [Pipeline] sh 12:24:23 + go version 12:24:23 go version go1.15.2 linux/amd64 [Pipeline] } 12:24:23 $ docker stop --time=1 52816ee4267815a7d65b3d85a66d8840a661eb9d0288b6c27a108c3b36112094 12:24:26 $ docker rm -f 52816ee4267815a7d65b3d85a66d8840a661eb9d0288b6c27a108c3b36112094 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:24:27 + docker inspect -f . ci-base-image-x86_64 12:24:27 . [Pipeline] withDockerContainer 12:24:28 prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container 12:24:29 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:24:31 $ docker top f5ec82d657c8acb09c7ffbe74e359326011cbeff10771f8f2e7b8490283fcc72 -eo pid,comm [Pipeline] { [Pipeline] echo 12:24:32 ========================================================= 12:24:32 [edgeXBuildGoParallel] Running Tests and Build... 12:24:32 ========================================================= [Pipeline] sh 12:24:33 + make test 12:24:33 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:24:39 ? github.com/edgexfoundry/edgex-go [no test files] 12:24:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:25:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:25:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:25:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:25:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:25:08 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.046s 12:25:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 12:25:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:25:08 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 12:25:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:25:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:25:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:25:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:25:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:25:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.050s coverage: 46.6% of statements 12:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:25:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9480 in /w/workspace/edgexfoundry_edgex-go_PR-2854 [Pipeline] { [Pipeline] ws 12:25:16 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 12:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.096s coverage: 27.1% of statements 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.017s coverage: 64.9% of statements 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:25:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.460s coverage: 84.5% of statements 12:25:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:25:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:25:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:25:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:25:20 using credential edgex-jenkins-ssh 12:25:21 Cloning the remote Git repository 12:25:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:25:21 > git init /w/workspace/edgex-go/4 # timeout=10 12:25:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:25:21 > git --version # timeout=10 12:25:21 > git --version # 'git version 2.17.1' 12:25:21 using GIT_SSH to set credentials SSH Credentials for GitHub 12:25:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:25:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.189s coverage: 28.6% of statements 12:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:25:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.029s coverage: 100.0% of statements 12:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:25:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 12:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:25:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 12:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:25:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 12:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:25:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.030s coverage: 100.0% of statements 12:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:25:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.097s coverage: 95.7% of statements 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:25:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:25:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.023s coverage: 0.0% of statements [no tests to run] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.146s coverage: 63.5% of statements 12:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:25:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 12:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 12:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.012s coverage: 100.0% of statements 12:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 12:25:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.013s coverage: 100.0% of statements 12:25:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 55.9% of statements 12:25:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:25:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:25:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 12:25:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 12:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.281s coverage: 86.3% of statements 12:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 12:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.498s coverage: 72.2% of statements 12:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.187s coverage: 72.1% of statements 12:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements 12:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 12:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 12:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 12:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 12:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.012s coverage: 28.8% of statements 12:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 12:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.011s coverage: 96.8% of statements 12:25:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 12:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.047s coverage: 36.5% of statements 12:25:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:25:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.235s coverage: 84.1% of statements 12:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements 12:25:36 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.047s coverage: 42.9% of statements 12:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 12:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 12:25:36 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements 12:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 12:25:36 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 12:25:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 12:25:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.028s coverage: 47.1% of statements 12:25:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:25:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:25:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements 12:25:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:25:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:25:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:25:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements 12:25:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:25:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements 12:25:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:25:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.153s coverage: 29.1% of statements 12:25:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:25:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:25:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:25:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:25:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:25:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.044s coverage: 99.0% of statements 12:25:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:25:42 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:25:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.021s coverage: 100.0% of statements 12:25:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:25:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 12:25:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:25:42 Merge succeeded, producing 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:25:42 Checking out Revision 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 (PR-2854) 12:25:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:25:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:25:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:25:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:25:41 using GIT_SSH to set credentials SSH Credentials for GitHub 12:25:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2854/head:refs/remotes/origin/PR-2854 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:25:42 > git config core.sparsecheckout # timeout=10 12:25:42 > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 12:25:42 > git remote # timeout=10 12:25:42 > git config --get remote.origin.url # timeout=10 12:25:42 using GIT_SSH to set credentials SSH Credentials for GitHub 12:25:42 > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 12:25:42 > git rev-parse HEAD^{commit} # timeout=10 12:25:42 > git config core.sparsecheckout # timeout=10 12:25:42 > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 12:25:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 12:25:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:25:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:25:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:25:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:25:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements 12:25:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:25:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:25:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.012s coverage: 100.0% of statements 12:25:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements 12:25:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.012s coverage: 100.0% of statements 12:25:45 GO111MODULE=on go vet ./... 12:25:46 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 12:25:47 ========================================================= 12:25:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:25:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:25:48 + 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 . 12:25:51 Sending build context to Docker daemon 165.2MB 12:25:51 Step 1/7 : ARG BASE=golang:1.15-alpine 12:25:51 Step 2/7 : FROM ${BASE} 12:25:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:25:51 b538f80385f9: Pulling fs layer 12:25:51 74f711af9a0d: Pulling fs layer 12:25:51 99f96fe45779: Pulling fs layer 12:25:51 8529a6b9a6be: Pulling fs layer 12:25:51 45590311c82a: Pulling fs layer 12:25:51 69ca0ff8b7b3: Pulling fs layer 12:25:51 209524e5b208: Pulling fs layer 12:25:51 8529a6b9a6be: Waiting 12:25:51 45590311c82a: Waiting 12:25:51 69ca0ff8b7b3: Waiting 12:25:51 209524e5b208: Waiting 12:25:51 99f96fe45779: Download complete 12:25:51 74f711af9a0d: Verifying Checksum 12:25:51 74f711af9a0d: Download complete 12:25:51 45590311c82a: Download complete 12:25:51 69ca0ff8b7b3: Verifying Checksum 12:25:51 69ca0ff8b7b3: Download complete 12:25:52 b538f80385f9: Verifying Checksum 12:25:52 b538f80385f9: Download complete 12:25:52 b538f80385f9: Pull complete 12:25:53 74f711af9a0d: Pull complete 12:25:53 99f96fe45779: Pull complete 12:25:55 209524e5b208: Verifying Checksum 12:25:56 8529a6b9a6be: Verifying Checksum 12:25:56 8529a6b9a6be: Download complete 12:25:58 gofmt -l . 12:25:58 [ "`gofmt -l .`" = "" ] 12:25:59 ./bin/test-go-mod-tidy.sh 12:26:00 ./bin/test-attribution-txt.sh [Pipeline] sh 12:26:05 + ls -al . 12:26:05 total 632 12:26:05 drwxrwxr-x 10 1001 1001 4096 Oct 28 12:26 . 12:26:05 drwxr-xr-x 4 root root 28 Oct 28 12:24 .. 12:26:05 -rw-rw-r-- 1 1001 1001 11 Oct 28 12:21 .dockerignore 12:26:05 drwxrwxr-x 8 1001 1001 179 Oct 28 12:21 .git 12:26:05 drwxrwxr-x 3 1001 1001 125 Oct 28 12:21 .github 12:26:05 -rw-rw-r-- 1 1001 1001 932 Oct 28 12:21 .gitignore 12:26:05 drwx------ 3 1001 1001 47 Oct 28 12:22 .semver 12:26:05 -rw-rw-r-- 1 1001 1001 166 Oct 28 12:21 .sonarcloud.properties 12:26:05 -rw-rw-r-- 1 1001 1001 3804 Oct 28 12:21 CONTRIBUTING.md 12:26:05 -rw-rw-r-- 1 1001 1001 1035 Oct 28 12:21 Dockerfile.build 12:26:05 -rw-rw-r-- 1 1001 1001 863 Oct 28 12:21 Jenkinsfile 12:26:05 -rw-rw-r-- 1 1001 1001 10775 Oct 28 12:21 LICENSE 12:26:05 -rw-rw-r-- 1 1001 1001 6237 Oct 28 12:21 Makefile 12:26:05 -rw-rw-r-- 1 1001 1001 6447 Oct 28 12:21 README.md 12:26:05 -rw-rw-r-- 1 1001 1001 259 Oct 28 12:21 SECURITY.md 12:26:05 -rw-rw-r-- 1 1001 1001 5 Oct 28 12:22 VERSION 12:26:05 -rw-rw-r-- 1 1001 1001 4131 Oct 28 12:21 ZMQWindows.md 12:26:05 drwxrwxr-x 2 1001 1001 117 Oct 28 12:21 bin 12:26:05 drwxrwxr-x 15 1001 1001 4096 Oct 28 12:21 cmd 12:26:05 -rw-r--r-- 1 root root 539324 Oct 28 12:25 coverage.out 12:26:05 -rw-r--r-- 1 root root 1041 Oct 28 12:25 go.mod 12:26:05 -rw-r--r-- 1 root root 19010 Oct 28 12:26 go.sum 12:26:05 drwxrwxr-x 8 1001 1001 127 Oct 28 12:21 internal 12:26:05 drwxrwxr-x 4 1001 1001 26 Oct 28 12:21 openapi 12:26:05 drwxrwxr-x 4 1001 1001 71 Oct 28 12:21 snap 12:26:05 -rw-rw-r-- 1 1001 1001 168 Oct 28 12:21 version.go [Pipeline] sh 12:26:06 + '[' -e coverage.out ] 12:26:06 + chown 1001:1001 coverage.out [Pipeline] stash 12:26:06 Stashed 1 file(s) [Pipeline] sh 12:26:07 8529a6b9a6be: Pull complete 12:26:07 45590311c82a: Pull complete 12:26:07 + make build 12:26: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 12:26:07 69ca0ff8b7b3: Pull complete 12:26:11 209524e5b208: Pull complete 12:26:11 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 12:26:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:26:11 ---> 5bddaf1c2fca 12:26:11 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 12:26:15 ---> Running in 42e78654dc7f 12:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:18 (1/12) Installing libmagic (5.38-r0) 12:26:18 (2/12) Installing file (5.38-r0) 12:26:18 (3/12) Installing libc-dev (0.7.2-r3) 12:26:19 (4/12) Installing g++ (9.3.0-r2) 12:26:26 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 12:26:29 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 12:26:29 (5/12) Installing fortify-headers (1.1-r0) 12:26:29 (6/12) Installing patch (2.7.6-r6) 12:26:29 (7/12) Installing build-base (0.5-r2) 12:26:29 (8/12) Installing libsodium (1.0.18-r0) 12:26:29 (9/12) Installing pkgconf (1.7.2-r0) 12:26:29 (10/12) Installing libsodium-dev (1.0.18-r0) 12:26:29 (11/12) Installing libzmq (4.3.3-r0) 12:26:29 (12/12) Installing zeromq-dev (4.3.3-r0) 12:26:30 Executing busybox-1.31.1-r16.trigger 12:26:30 OK: 217 MiB in 51 packages 12:26:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 12:26:34 Removing intermediate container 42e78654dc7f 12:26:34 ---> e495f79af232 12:26:34 Step 4/7 : WORKDIR /edgex-go 12:26:34 ---> Running in 9da35fcc81a5 12:26:34 Removing intermediate container 9da35fcc81a5 12:26:34 ---> 57ef35a1a194 12:26:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:26:35 latest: Pulling from library/docker 12:26:35 5f621e34cdf4: Pulling fs layer 12:26:35 85db56a05063: Pulling fs layer 12:26:35 ccb67d6aeaaa: Pulling fs layer 12:26:35 a0b19fc83503: Pulling fs layer 12:26:35 8eb508b41278: Pulling fs layer 12:26:35 37236713561e: Pulling fs layer 12:26:35 07c93f2b1b56: Pulling fs layer 12:26:35 8eb508b41278: Waiting 12:26:35 37236713561e: Waiting 12:26:35 07c93f2b1b56: Waiting 12:26:35 a0b19fc83503: Waiting 12:26:35 ccb67d6aeaaa: Verifying Checksum 12:26:35 ccb67d6aeaaa: Download complete 12:26:35 5f621e34cdf4: Verifying Checksum 12:26:35 5f621e34cdf4: Download complete 12:26:35 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 12:26:35 85db56a05063: Verifying Checksum 12:26:35 85db56a05063: Download complete 12:26:35 37236713561e: Download complete 12:26:35 8eb508b41278: Verifying Checksum 12:26:35 8eb508b41278: Download complete 12:26:36 07c93f2b1b56: Verifying Checksum 12:26:36 07c93f2b1b56: Download complete 12:26:36 5f621e34cdf4: Pull complete 12:26:36 85db56a05063: Pull complete 12:26:37 a0b19fc83503: Verifying Checksum 12:26:37 a0b19fc83503: Download complete 12:26:37 ccb67d6aeaaa: Pull complete 12:26:37 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 12:26:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:26:40 a0b19fc83503: Pull complete 12:26:40 8eb508b41278: Pull complete 12:26:41 37236713561e: Pull complete 12:26:41 07c93f2b1b56: Pull complete 12:26:41 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 12:26:41 Status: Downloaded newer image for docker:latest 12:26:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:26:45 ---> 6d5ec7742d4b 12:26:45 Step 6/7 : COPY go.mod . 12:26:45 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 12:26:46 ---> c567528f0063 12:26:46 Step 7/7 : RUN go mod download 12:26:46 ---> Running in eb3033d73844 12:26:48 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 12:26: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 12:26:54 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 12:26:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 12:27:00 $ docker stop --time=1 f5ec82d657c8acb09c7ffbe74e359326011cbeff10771f8f2e7b8490283fcc72 12:27:01 $ docker rm -f f5ec82d657c8acb09c7ffbe74e359326011cbeff10771f8f2e7b8490283fcc72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:27:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:27:04 12:27:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:27:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:27:05 latest: Pulling from edgex-devops/edgex-compose 12:27:05 cbdbe7a5bc2a: Pulling fs layer 12:27:05 ca9280d653b3: Pulling fs layer 12:27:05 7e9c9ca2126c: Pulling fs layer 12:27:05 cbdbe7a5bc2a: Download complete 12:27:07 cbdbe7a5bc2a: Pull complete 12:27:08 ca9280d653b3: Verifying Checksum 12:27:08 ca9280d653b3: Download complete 12:27:11 ca9280d653b3: Pull complete 12:27:13 Removing intermediate container eb3033d73844 12:27:13 ---> 1b7bc5f01ff6 12:27:13 Successfully built 1b7bc5f01ff6 12:27:13 Successfully tagged ci-base-image-arm64:latest 12:27:13 7e9c9ca2126c: Download complete [Pipeline] isUnix [Pipeline] sh 12:27:13 + docker inspect -f . ci-base-image-arm64 12:27:13 . [Pipeline] withDockerContainer 12:27:13 prd-ubuntu18.04-docker-arm64-4c-16g-9480 does not seem to be running inside a container 12:27:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:27:15 $ docker top e4418a7ba61f45c6ccf6ea34831e2ca2edcfb588592a984157fde91f75822243 -eo pid,comm [Pipeline] { [Pipeline] sh 12:27:17 + go version 12:27:17 go version go1.15.2 linux/arm64 [Pipeline] } 12:27:17 $ docker stop --time=1 e4418a7ba61f45c6ccf6ea34831e2ca2edcfb588592a984157fde91f75822243 12:27:19 $ docker rm -f e4418a7ba61f45c6ccf6ea34831e2ca2edcfb588592a984157fde91f75822243 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:27:20 + docker inspect -f . ci-base-image-arm64 12:27:20 . [Pipeline] withDockerContainer 12:27:20 prd-ubuntu18.04-docker-arm64-4c-16g-9480 does not seem to be running inside a container 12:27:20 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:27:22 $ docker top af4effb2da1a51fa8d68092db48587331e8816e63c9444125d04f17237c56272 -eo pid,comm [Pipeline] { [Pipeline] echo 12:27:22 ========================================================= 12:27:22 [edgeXBuildGoParallel] Running Tests and Build... 12:27:22 ========================================================= [Pipeline] sh 12:27:23 + make test 12:27:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:27:23 7e9c9ca2126c: Pull complete 12:27:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:27:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:27:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:27:23 prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container 12:27:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:27:25 ? github.com/edgexfoundry/edgex-go [no test files] 12:27:26 $ docker top ab688d17f39f00a21ff0132f5171542c1615e6df0b464d526f5500e6b69930e3 -eo pid,comm [Pipeline] { [Pipeline] sh 12:27:27 + docker-compose build --help 12:27:27 + grep parallel 12:27:29 --parallel Build images in parallel. [Pipeline] } 12:27:29 $ docker stop --time=1 ab688d17f39f00a21ff0132f5171542c1615e6df0b464d526f5500e6b69930e3 12:27:31 $ docker rm -f ab688d17f39f00a21ff0132f5171542c1615e6df0b464d526f5500e6b69930e3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:27:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:27:32 . [Pipeline] withDockerContainer 12:27:33 prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container 12:27:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:27:35 $ docker top 34ffad8cb406c23e3fe46da299f02e01ca60912dc7106d648664fa326c81c9db -eo pid,comm [Pipeline] { [Pipeline] sh 12:27:37 + docker-compose -f ./docker-compose-build.yml build --parallel 12:27:39 Building docker-core-command-go ... 12:27:39 Building docker-core-data-go ... 12:27:39 Building docker-core-metadata-go ... 12:27:39 Building docker-security-proxy-setup-go ... 12:27:39 Building docker-security-secrets-setup-go ... 12:27:39 Building docker-security-secretstore-setup-go ... 12:27:39 Building docker-support-logging-go ... 12:27:39 Building docker-support-notifications-go ... 12:27:39 Building docker-support-scheduler-go ... 12:27:39 Building docker-sys-mgmt-agent-go ... 12:27:39 Building docker-core-command-go 12:27:39 Building docker-core-metadata-go 12:27:39 Building docker-support-notifications-go 12:27:39 Building docker-support-logging-go 12:27:39 Building docker-support-scheduler-go 12:28:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:28:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:28:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:28:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:28:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:28:20 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.017s 12:28:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 12:28:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:28:20 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 12:28:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:28:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:28:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:28:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:28:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.054s coverage: 46.6% of statements 12:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:28:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:28:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:28:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:28:36 ---> 53607bdcaa92 12:28:36 Step 3/22 : WORKDIR /edgex-go 12:28:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:28:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:28:36 ---> 53607bdcaa92 12:28:36 Step 3/22 : WORKDIR /edgex-go 12:28:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:28:36 ---> 53607bdcaa92 12:28:36 Step 3/21 : WORKDIR /edgex-go 12:28:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:28:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:28:36 ---> 53607bdcaa92 12:28:36 Step 3/22 : WORKDIR /edgex-go 12:28:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:28:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:28:36 ---> 53607bdcaa92 12:28:36 Step 3/24 : WORKDIR /edgex-go 12:28:36 ---> Running in 195a66ea6fac 12:28:36 ---> Running in 1867a08fc4dc 12:28:36 ---> Running in 3e102c0727b1 12:28:36 ---> Running in 37d8751bdae9 12:28:36 ---> Running in 7a51cd5c62f5 12:28:36 Removing intermediate container 195a66ea6fac 12:28:36 ---> 8fee542852ca 12:28:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:28:36 Removing intermediate container 1867a08fc4dc 12:28:36 ---> 93038e95d55a 12:28:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:28:36 Removing intermediate container 37d8751bdae9 12:28:36 ---> 6f0082623cb8 12:28:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:28:36 Removing intermediate container 3e102c0727b1 12:28:36 ---> 1539568d2866 12:28:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:28:36 Removing intermediate container 7a51cd5c62f5 12:28:36 ---> 2ff668e72b99 12:28:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:28:36 ---> Running in cb0fd0efd10f 12:28:36 ---> Running in 550e5ac4933f 12:28:36 ---> Running in be7b21ad599c 12:28:36 ---> Running in 19e1e1680570 12:28:36 ---> Running in e095e38c59b5 12:28:36 Removing intermediate container 550e5ac4933f 12:28:36 ---> 9c87909fa554 12:28:36 Step 5/22 : RUN apk update && apk add make git 12:28:36 Removing intermediate container be7b21ad599c 12:28:36 ---> 93c124b3ff83 12:28:36 Step 5/21 : RUN apk update && apk add make git 12:28:36 ---> Running in e17ff39f9db8 12:28:36 ---> Running in 21c1089237e7 12:28:36 Removing intermediate container cb0fd0efd10f 12:28:36 ---> 71cb4c1e1585 12:28:36 Step 5/22 : RUN apk update && apk add make git 12:28:36 Removing intermediate container e095e38c59b5 12:28:36 ---> 09d496abeef2 12:28:36 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 12:28:36 Removing intermediate container 19e1e1680570 12:28:36 ---> a676ddab6811 12:28:36 Step 5/22 : RUN apk update && apk add make && apk add bash git 12:28:36 ---> Running in 255b80954e5a 12:28:36 ---> Running in ee105e0176f9 12:28:36 ---> Running in cff90c480ccc 12:28:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:28:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:28:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:28:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.217s coverage: 27.1% of statements 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:28:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:28:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:28:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.134s coverage: 64.9% of statements 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:28:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.454s coverage: 84.5% of statements 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:28:39 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:28:39 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:28:39 OK: 12752 distinct packages available 12:28:39 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:28:39 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:28:39 OK: 12752 distinct packages available 12:28:39 OK: 233 MiB in 51 packages 12:28:39 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:28:39 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:28:39 OK: 12752 distinct packages available 12:28:39 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:28:39 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:28:39 OK: 12752 distinct packages available 12:28:39 OK: 233 MiB in 51 packages 12:28:39 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:28:39 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:28:39 OK: 12752 distinct packages available 12:28:39 OK: 233 MiB in 51 packages 12:28:40 OK: 233 MiB in 51 packages 12:28:40 OK: 233 MiB in 51 packages 12:28:40 OK: 233 MiB in 51 packages 12:28:40 Removing intermediate container e17ff39f9db8 12:28:40 ---> 1ac3950d33ba 12:28:40 Step 6/22 : COPY go.mod . 12:28:40 Removing intermediate container 21c1089237e7 12:28:40 ---> b51a7d51ea28 12:28:40 Step 6/21 : COPY go.mod . 12:28:41 Removing intermediate container ee105e0176f9 12:28:41 ---> 99c64cfa376b 12:28:41 Step 6/24 : COPY go.mod . 12:28:41 Removing intermediate container 255b80954e5a 12:28:41 ---> cd21aaabbaa4 12:28:41 Step 6/22 : COPY go.mod . 12:28:41 ---> 3cab179d93ec 12:28:41 Step 7/22 : RUN go mod download 12:28:41 ---> aaf466a19686 12:28:41 Step 7/21 : RUN go mod download 12:28:41 Removing intermediate container cff90c480ccc 12:28:41 ---> 6a37b6ad27da 12:28:41 Step 6/22 : COPY go.mod . 12:28:41 ---> Running in 49c352f0ea10 12:28:41 ---> Running in 81604901649c 12:28:41 ---> 8d0814ec2032 12:28:41 Step 7/24 : RUN go mod download 12:28:41 ---> 0b707b319675 12:28:41 Step 7/22 : RUN go mod download 12:28:41 ---> Running in 861d86642788 12:28:41 ---> Running in 1e8c537b9037 12:28:41 ---> 14fe65ab91f0 12:28:41 Step 7/22 : RUN go mod download 12:28:42 ---> Running in b8c3385089be 12:28:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.532s coverage: 28.6% of statements 12:28:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:28:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:28:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:28:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:28:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:28:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements 12:28:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:28:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 12:28:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:28:45 Removing intermediate container 861d86642788 12:28:45 ---> 14e19cb4f483 12:28:45 Step 8/24 : COPY . . 12:28:45 Removing intermediate container b8c3385089be 12:28:45 ---> d21695364023 12:28:45 Step 8/22 : COPY . . 12:28:45 Removing intermediate container 49c352f0ea10 12:28:45 ---> f36249c9a36d 12:28:45 Step 8/21 : COPY . . 12:28:45 Removing intermediate container 1e8c537b9037 12:28:45 ---> 6f292ce68740 12:28:45 Step 8/22 : COPY . . 12:28:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 12:28:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:28:45 Removing intermediate container 81604901649c 12:28:45 ---> 82992474f615 12:28:45 Step 8/22 : COPY . . 12:28:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.191s coverage: 97.5% of statements 12:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:28:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements 12:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:28:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.245s coverage: 95.7% of statements 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:28:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.016s coverage: 58.8% of statements 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:28:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.035s coverage: 0.0% of statements [no tests to run] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.200s coverage: 63.5% of statements 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements 12:28:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 91.3% of statements 12:28:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.016s coverage: 100.0% of statements 12:28:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 12:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 12:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 55.9% of statements 12:28:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:28:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:28:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 12:28:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 12:29:33 ---> 0ba369dbf678 12:29:33 Step 9/22 : RUN make cmd/core-command/core-command 12:29:33 ---> b32c1c62c75a 12:29:33 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:29:33 ---> 743a56d46590 12:29:33 Step 9/22 : RUN make cmd/support-logging/support-logging 12:29:33 ---> 4734599ad29a 12:29:33 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 12:29:33 ---> Running in c98144e300ba 12:29:33 ---> Running in 245bdfb1a9ce 12:29:33 ---> Running in 99799a2a5194 12:29:33 ---> Running in 3183fea3751c 12:29:33 ---> f1a5da39a620 12:29:33 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:29:33 ---> Running in 02918c73a460 12:29:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 12:29:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:29:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:29:33 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 12:29:33 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 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 54.133s coverage: 86.3% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.134s coverage: 72.2% of statements 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.411s coverage: 72.1% of statements 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.043s coverage: 28.8% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 36.5% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.1% of statements 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.029s coverage: 42.9% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.045s coverage: 83.8% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.036s coverage: 100.0% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.200s coverage: 29.1% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements 12:29:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.018s coverage: 100.0% of statements 12:29:54 GO111MODULE=on go vet ./... 12:30:12 gofmt -l . 12:30:13 [ "`gofmt -l .`" = "" ] 12:30:16 ./bin/test-go-mod-tidy.sh 12:30:16 ./bin/test-attribution-txt.sh [Pipeline] sh 12:30:21 + ls -al . 12:30:21 total 660 12:30:21 drwxrwxr-x 9 1001 1001 4096 Oct 28 12:30 . 12:30:21 drwxr-xr-x 4 root root 4096 Oct 28 12:27 .. 12:30:21 -rw-rw-r-- 1 1001 1001 11 Oct 28 12:25 .dockerignore 12:30:21 drwxrwxr-x 8 1001 1001 4096 Oct 28 12:25 .git 12:30:21 drwxrwxr-x 3 1001 1001 4096 Oct 28 12:25 .github 12:30:21 -rw-rw-r-- 1 1001 1001 932 Oct 28 12:25 .gitignore 12:30:21 -rw-rw-r-- 1 1001 1001 166 Oct 28 12:25 .sonarcloud.properties 12:30:21 -rw-rw-r-- 1 1001 1001 3804 Oct 28 12:25 CONTRIBUTING.md 12:30:21 -rw-rw-r-- 1 1001 1001 1035 Oct 28 12:25 Dockerfile.build 12:30:21 -rw-rw-r-- 1 1001 1001 863 Oct 28 12:25 Jenkinsfile 12:30:21 -rw-rw-r-- 1 1001 1001 10775 Oct 28 12:25 LICENSE 12:30:21 -rw-rw-r-- 1 1001 1001 6237 Oct 28 12:25 Makefile 12:30:21 -rw-rw-r-- 1 1001 1001 6447 Oct 28 12:25 README.md 12:30:21 -rw-rw-r-- 1 1001 1001 259 Oct 28 12:25 SECURITY.md 12:30:21 -rw-rw-r-- 1 1001 1001 5 Oct 28 12:22 VERSION 12:30:21 -rw-rw-r-- 1 1001 1001 4131 Oct 28 12:25 ZMQWindows.md 12:30:21 drwxrwxr-x 2 1001 1001 4096 Oct 28 12:25 bin 12:30:21 drwxrwxr-x 15 1001 1001 4096 Oct 28 12:25 cmd 12:30:21 -rw-r--r-- 1 root root 539324 Oct 28 12:29 coverage.out 12:30:21 -rw-r--r-- 1 root root 1041 Oct 28 12:30 go.mod 12:30:21 -rw-r--r-- 1 root root 19010 Oct 28 12:30 go.sum 12:30:21 drwxrwxr-x 8 1001 1001 4096 Oct 28 12:25 internal 12:30:21 drwxrwxr-x 4 1001 1001 4096 Oct 28 12:25 openapi 12:30:21 drwxrwxr-x 4 1001 1001 4096 Oct 28 12:25 snap 12:30:21 -rw-rw-r-- 1 1001 1001 168 Oct 28 12:25 version.go [Pipeline] sh 12:30:22 + '[' -e coverage.out ] 12:30:22 + chown 1001:1001 coverage.out [Pipeline] stash 12:30:22 Warning: overwriting stash ‘coverage-report’ 12:30:23 Stashed 1 file(s) [Pipeline] sh 12:30:24 + make build 12:30:24 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 12:30:30 Removing intermediate container c98144e300ba 12:30:30 ---> 413a960109c6 12:30:30 12:30:30 Step 10/22 : FROM scratch 12:30:30 ---> 12:30:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:30:30 ---> Running in d83e61535c06 12:30:30 Removing intermediate container 245bdfb1a9ce 12:30:30 ---> c46b07d346df 12:30:30 12:30:30 Step 10/22 : FROM scratch 12:30:30 ---> 12:30:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:30:31 ---> Running in 58a2e1cd5bf8 12:30:31 Removing intermediate container d83e61535c06 12:30:31 ---> 4d66f9d43692 12:30:31 Step 12/22 : ENV APP_PORT=48061 12:30:32 ---> Running in b66d76ff6dc0 12:30:33 Removing intermediate container 58a2e1cd5bf8 12:30:33 ---> f80c0b89ec84 12:30:33 Step 12/22 : ENV APP_PORT=48082 12:30:35 ---> Running in ce4e722e04af 12:30:35 Removing intermediate container b66d76ff6dc0 12:30:35 ---> 6af87ff87033 12:30:35 Step 13/22 : EXPOSE $APP_PORT 12:30:35 ---> Running in d4dfb8187cc2 12:30:36 Removing intermediate container 3183fea3751c 12:30:36 ---> ec363400f260 12:30:36 12:30:36 Step 10/21 : FROM scratch 12:30:36 ---> 12:30:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:30:36 Removing intermediate container 99799a2a5194 12:30:36 ---> 06e194b3350c 12:30:36 12:30:36 Step 10/24 : FROM scratch 12:30:36 ---> 12:30:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:30:36 ---> Using cache 12:30:36 ---> f80c0b89ec84 12:30:36 Step 12/21 : ENV APP_PORT=48085 12:30:36 ---> Using cache 12:30:36 ---> 4d66f9d43692 12:30:36 Step 12/24 : ENV APP_PORT=48060 12:30:37 ---> Running in fa0cfa595d01 12:30:37 ---> Running in aa753b63b79b 12:30:38 Removing intermediate container d4dfb8187cc2 12:30:38 ---> 295f41bfd738 12:30:38 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 12:30:38 Removing intermediate container ce4e722e04af 12:30:38 ---> ad0dd12e6f9c 12:30:38 Step 13/22 : EXPOSE $APP_PORT 12:30:39 Removing intermediate container aa753b63b79b 12:30:39 ---> 4b660daf7811 12:30:39 Step 13/24 : EXPOSE $APP_PORT 12:30:39 Removing intermediate container fa0cfa595d01 12:30:39 ---> c006efd674ee 12:30:39 Step 13/21 : EXPOSE $APP_PORT 12:30:39 ---> Running in d55bad41ac18 12:30:39 ---> Running in 116325d8c170 12:30:39 ---> Running in a2dd0cd3ec60 12:30:39 Removing intermediate container 02918c73a460 12:30:39 ---> f304ce853ae6 12:30:39 12:30:39 Step 10/22 : FROM scratch 12:30:39 ---> 12:30:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:30:39 ---> Using cache 12:30:39 ---> f80c0b89ec84 12:30:39 Step 12/22 : ENV APP_PORT=48081 12:30:39 Removing intermediate container d55bad41ac18 12:30:39 ---> 110c5b574ccd 12:30:39 Step 14/22 : WORKDIR / 12:30:39 ---> Running in 5ae4198158af 12:30:39 ---> 1850c2059326 12:30:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 12:30:39 Removing intermediate container a2dd0cd3ec60 12:30:39 ---> 7976acf01618 12:30:39 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:30:39 ---> Running in 4a655b553a39 12:30:39 Removing intermediate container 116325d8c170 12:30:39 ---> 47284e3ca528 12:30:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 12:30:39 Removing intermediate container 5ae4198158af 12:30:39 ---> f19fc0b8ea1e 12:30:39 Step 13/22 : EXPOSE $APP_PORT 12:30:39 ---> Running in b353ce3237f8 12:30:39 Removing intermediate container 4a655b553a39 12:30:39 ---> ab088c4ad604 12:30:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 12:30:39 ---> 5baf25557208 12:30:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 12:30:40 ---> 9684942b0869 12:30:40 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:30:40 ---> ef85792eb735 12:30:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:30:40 Removing intermediate container b353ce3237f8 12:30:40 ---> f0c4baa7b3bb 12:30:40 Step 14/22 : WORKDIR / 12:30:40 ---> Running in 45cafbae0137 12:30:40 ---> a6606f015b1f 12:30:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:30:41 ---> e04c8e243fec 12:30:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 12:30:41 Removing intermediate container 45cafbae0137 12:30:41 ---> 912090037598 12:30:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 12:30:41 ---> 94f6d586341f 12:30:41 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:30:41 ---> f3914303e893 12:30:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:30:41 ---> 9d7c7865b0ea 12:30:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:30:42 ---> 424ab4f8469a 12:30:42 Step 18/22 : ENTRYPOINT ["/support-logging"] 12:30:42 ---> c322ff596bd2 12:30:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:30:42 ---> Running in 2376fc00738b 12:30:42 ---> 580c17931e1d 12:30:42 Step 18/22 : ENTRYPOINT ["/core-command"] 12:30:42 ---> b06907c71986 12:30:42 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:30:43 ---> 41b74f7d3a28 12:30:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 12:30:43 ---> Running in 0f932a1a114a 12:30:43 ---> Running in 80e182854e03 12:30:43 Removing intermediate container 2376fc00738b 12:30:43 ---> 5ebd90a73215 12:30:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:30:43 ---> 0cf68f035276 12:30:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:30:43 ---> Running in b0b4398e5688 12:30:43 ---> 6e0b3eea41c8 12:30:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:30:43 Removing intermediate container 0f932a1a114a 12:30:43 ---> be0181559fbb 12:30:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:30:43 Removing intermediate container 80e182854e03 12:30:43 ---> 8bc95b7b3cf6 12:30:43 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:30:44 ---> Running in cb037e8b2a44 12:30:44 ---> Running in 1054b8cc152f 12:30:44 Removing intermediate container b0b4398e5688 12:30:44 ---> bc1e6600bda2 12:30:44 Step 20/22 : LABEL arch=x86_64 12:30:44 ---> 99580ee8a3cd 12:30:44 Step 18/22 : ENTRYPOINT ["/core-metadata"] 12:30:44 ---> Running in 8d002a659e47 12:30:44 ---> Running in d211e0d10461 12:30:44 Removing intermediate container cb037e8b2a44 12:30:44 ---> 566651a98d14 12:30:44 Step 19/21 : LABEL arch=x86_64 12:30:44 Removing intermediate container 1054b8cc152f 12:30:44 ---> 33fe9042ef4d 12:30:44 Step 20/22 : LABEL arch=x86_64 12:30:44 ---> 90dad9ca13b9 12:30:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:30:44 ---> Running in b4134d75ea12 12:30:44 ---> Running in 82cfdbcff6ca 12:30:45 Removing intermediate container 8d002a659e47 12:30:45 ---> 5474d5beb918 12:30:45 Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:30:45 Removing intermediate container d211e0d10461 12:30:45 ---> ff960266dd7c 12:30:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:30:45 ---> Running in e9674ced11fc 12:30:45 ---> Running in 4f7a4ae1d85f 12:30:45 Removing intermediate container b4134d75ea12 12:30:45 ---> 5d540afe0156 12:30:45 Step 20/21 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:30:45 Removing intermediate container 82cfdbcff6ca 12:30:45 ---> be940e7ad2e3 12:30:45 Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:30:45 ---> 88b5538ae7f5 12:30:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:30:45 ---> Running in 99809e61697e 12:30:45 ---> Running in eafa74d036e8 12:30:45 ---> Running in 6cab4e3e0439 12:30:45 Removing intermediate container e9674ced11fc 12:30:45 ---> 6504ef183a63 12:30:45 Step 22/22 : LABEL version=0.0.0 12:30:45 Removing intermediate container 4f7a4ae1d85f 12:30:45 ---> 0b044bc59c14 12:30:45 Step 20/22 : LABEL arch=x86_64 12:30:45 Removing intermediate container 99809e61697e 12:30:45 ---> d39f6a1641ee 12:30:45 Step 21/21 : LABEL version=0.0.0 12:30:46 ---> Running in b1fb88830a46 12:30:46 ---> Running in f2a81f8403f1 12:30:46 ---> Running in 8c9d8c239fd4 12:30:46 Removing intermediate container eafa74d036e8 12:30:46 ---> fa8e0d6e834a 12:30:46 Step 22/22 : LABEL version=0.0.0 12:30:46 Removing intermediate container 6cab4e3e0439 12:30:46 ---> 16e7bcc8af5b 12:30:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:30:46 ---> Running in 91c89d191499 12:30:46 ---> Running in 7af3eb830729 12:30:46 Removing intermediate container b1fb88830a46 12:30:46 ---> 8077fb4c8ab3 12:30:46 Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:30:46 Removing intermediate container f2a81f8403f1 12:30:46 ---> 5c5f7b71d09f 12:30:46 12:30:46 Removing intermediate container 8c9d8c239fd4 12:30:46 ---> 5a024e3ce787 12:30:46 12:30:46 ---> Running in f93f0b6bdf9b 12:30:46 Removing intermediate container 91c89d191499 12:30:46 ---> 26784a4b7cb5 12:30:46 12:30:46 Successfully built 5c5f7b71d09f 12:30:46 Successfully built 5a024e3ce787 12:30:46 Successfully built 26784a4b7cb5 12:30:46 Removing intermediate container 7af3eb830729 12:30:46 ---> da66b02705b4 12:30:46 Step 22/24 : LABEL arch=x86_64 12:30:46 Successfully tagged docker-support-logging-go:latest 12:30:46  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go 12:30:46 Successfully tagged docker-core-command-go:latest 12:30:46 Successfully tagged docker-support-scheduler-go:latest 12:30:46 Building docker-sys-mgmt-agent-go 12:30:46  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 12:30:46  Building docker-core-command-go ... done Removing intermediate container f93f0b6bdf9b 12:30:46 ---> abdaea294f78 12:30:46 Step 22/22 : LABEL version=0.0.0 12:30:47 ---> Running in c8757cc21054 12:30:47 ---> Running in 9f2f94b6b566 12:30:47 Removing intermediate container c8757cc21054 12:30:47 ---> 7335f3d9f266 12:30:47 Step 23/24 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:30:47 Removing intermediate container 9f2f94b6b566 12:30:47 ---> 86208ab3a6b4 12:30:47 12:30:47 ---> Running in 531f8d1fef95 12:30:47 Successfully built 86208ab3a6b4 12:30:47 Successfully tagged docker-core-metadata-go:latest 12:30:47 Building docker-security-secrets-setup-go 12:30:47  Building docker-core-metadata-go ... done Removing intermediate container 531f8d1fef95 12:30:47 ---> 912b08f234c9 12:30:47 Step 24/24 : LABEL version=0.0.0 12:30:47 ---> Running in f7b0208608d3 12:30:48 Removing intermediate container f7b0208608d3 12:30:48 ---> 3439d25c9f88 12:30:48 12:30:48 Successfully built 3439d25c9f88 12:30:48 Successfully tagged docker-support-notifications-go:latest 12:30:48  Building docker-support-notifications-go ... done Building docker-core-data-go 12:30:50 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 12:31:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:31:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 12:31:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:31:17 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 12:31:18 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 12:31:25 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 12:31: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 12:31:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 12:31:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:31:36 ---> 53607bdcaa92 12:31:36 Step 3/23 : WORKDIR /edgex-go 12:31:36 ---> Using cache 12:31:36 ---> 2ff668e72b99 12:31:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:31:36 ---> Using cache 12:31:36 ---> 09d496abeef2 12:31:36 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 12:31:36 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 12:31:36 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 12:31:36 ---> 53607bdcaa92 12:31:36 Step 3/29 : WORKDIR /edgex-go 12:31:36 ---> Using cache 12:31:36 ---> 2ff668e72b99 12:31:36 Step 4/29 : RUN apk update && apk add make git 12:31:36 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 12:31:36 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:31:36 ---> 53607bdcaa92 12:31:36 Step 3/20 : WORKDIR /edgex-go 12:31:36 ---> Using cache 12:31:36 ---> 2ff668e72b99 12:31:36 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:31:36 ---> Using cache 12:31:36 ---> 09d496abeef2 12:31:36 Step 5/20 : RUN apk update && apk add make git 12:31:36 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 12:31:36 Step 2/27 : FROM ${BUILDER_BASE} AS builder 12:31:36 ---> 53607bdcaa92 12:31:36 Step 3/27 : WORKDIR /edgex-go 12:31:36 ---> Using cache 12:31:36 ---> 2ff668e72b99 12:31:36 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:31:36 ---> Using cache 12:31:36 ---> 09d496abeef2 12:31:36 Step 5/27 : RUN apk update && apk add make bash git 12:31:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 12:31:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:31:36 ---> 53607bdcaa92 12:31:36 Step 3/26 : WORKDIR /edgex-go 12:31:36 ---> Using cache 12:31:36 ---> 2ff668e72b99 12:31:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:31:36 ---> Using cache 12:31:36 ---> 09d496abeef2 12:31:36 Step 5/26 : RUN apk update && apk add make git 12:31:36 ---> Running in aa57637b4f57 12:31:36 ---> Running in 6382b1336b05 12:31:36 ---> Running in 571e4a1e8ce6 12:31:36 ---> Running in 8204af14daf4 12:31:36 ---> Running in 6555f8329f2b 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:31:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:31:37 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:31:37 OK: 12752 distinct packages available 12:31:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:31:37 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:31:37 OK: 12752 distinct packages available 12:31:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:31:37 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:31:37 OK: 12752 distinct packages available 12:31:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:31:37 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:31:37 OK: 12752 distinct packages available 12:31:37 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 12:31:37 OK: 233 MiB in 51 packages 12:31:37 OK: 233 MiB in 51 packages 12:31:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:31:37 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:31:37 OK: 12752 distinct packages available 12:31:37 OK: 233 MiB in 51 packages 12:31:37 OK: 233 MiB in 51 packages 12:31:38 OK: 233 MiB in 51 packages 12:31:39 Removing intermediate container 6555f8329f2b 12:31:39 ---> 04687dbec7be 12:31:39 Step 5/29 : COPY go.mod . 12:31:39 Removing intermediate container 6382b1336b05 12:31:39 ---> 56683948226a 12:31:39 Step 6/27 : COPY go.mod . 12:31:39 Removing intermediate container 8204af14daf4 12:31:39 ---> e804a7afc276 12:31:39 Step 6/26 : COPY go.mod . 12:31:39 Removing intermediate container aa57637b4f57 12:31:39 ---> 3a0ecc12f063 12:31:39 Step 6/23 : COPY go.mod . 12:31:39 Removing intermediate container 571e4a1e8ce6 12:31:39 ---> 3f2d9810c6d9 12:31:39 Step 6/20 : COPY go.mod . 12:31:39 ---> a79290e55e76 12:31:39 Step 6/29 : RUN go mod download 12:31:39 ---> Running in 5039afc17406 12:31:39 ---> 8fe6f7428e04 12:31:39 Step 7/27 : RUN go mod download 12:31:39 ---> a094722f181f 12:31:39 Step 7/23 : RUN go mod download 12:31:39 ---> bcdb23e37076 12:31:39 Step 7/26 : RUN go mod download 12:31:39 ---> Running in 14df05c2146a 12:31:39 ---> Running in 750df64dc9a2 12:31:39 ---> 272f32ca259b 12:31:39 Step 7/20 : RUN go mod download 12:31:39 ---> Running in fc3c7d6511c6 12:31:40 ---> Running in 6a63c52ddd1f 12:31:41 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 12:31:43 Removing intermediate container fc3c7d6511c6 12:31:43 ---> 460c05fedefc 12:31:43 Step 8/23 : COPY . . 12:31:43 Removing intermediate container 14df05c2146a 12:31:43 ---> 667400c00234 12:31:43 Step 8/27 : COPY . . 12:31:43 Removing intermediate container 6a63c52ddd1f 12:31:43 ---> efb83880cbef 12:31:43 Step 8/20 : COPY . . 12:31:43 Removing intermediate container 5039afc17406 12:31:43 ---> 5b9e74e646c8 12:31:43 Step 7/29 : COPY . . 12:31:44 Removing intermediate container 750df64dc9a2 12:31:44 ---> 0c0e6fb0a4ea 12:31:44 Step 8/26 : COPY . . 12:31:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:31:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 12:31:54 $ docker stop --time=1 af4effb2da1a51fa8d68092db48587331e8816e63c9444125d04f17237c56272 12:31:56 $ docker rm -f af4effb2da1a51fa8d68092db48587331e8816e63c9444125d04f17237c56272 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:31:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:31:58 12:31:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:31:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:31:59 latest: Pulling from edgex-devops/edgex-compose-arm64 12:31:59 29e5d40040c1: Pulling fs layer 12:31:59 1ce36da41761: Pulling fs layer 12:31:59 25b303627fd3: Pulling fs layer 12:31:59 29e5d40040c1: Verifying Checksum 12:31:59 29e5d40040c1: Download complete 12:31:59 1ce36da41761: Verifying Checksum 12:31:59 1ce36da41761: Download complete 12:31:59 29e5d40040c1: Pull complete 12:32:01 1ce36da41761: Pull complete 12:32:01 25b303627fd3: Verifying Checksum 12:32:01 25b303627fd3: Download complete 12:32:11 25b303627fd3: Pull complete 12:32:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:32:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:32:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:32:11 prd-ubuntu18.04-docker-arm64-4c-16g-9480 does not seem to be running inside a container 12:32:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:32:15 $ docker top 0d2ab34fa4c8d9e03873edab86e7e257f57a1bb405244ae651fdeaec16729ec6 -eo pid,comm [Pipeline] { [Pipeline] sh 12:32:17 + docker-compose build --help 12:32:17 + grep parallel 12:32:21 --parallel Build images in parallel. [Pipeline] } 12:32:21 $ docker stop --time=1 0d2ab34fa4c8d9e03873edab86e7e257f57a1bb405244ae651fdeaec16729ec6 12:32:23 $ docker rm -f 0d2ab34fa4c8d9e03873edab86e7e257f57a1bb405244ae651fdeaec16729ec6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:32:24 . [Pipeline] withDockerContainer 12:32:24 prd-ubuntu18.04-docker-arm64-4c-16g-9480 does not seem to be running inside a container 12:32:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:32:25 $ docker top f1b43b81444b25284878e1a1323a40c7fe459a0c935efc9dd66645b6e3f4a440 -eo pid,comm [Pipeline] { [Pipeline] sh 12:32:26 + docker-compose -f ./docker-compose-build.yml build --parallel 12:32:32 ---> 62db91371b71 12:32:32 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 12:32:32 ---> f25b6ccfdc87 12:32:32 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:32:32 ---> 6607623b2425 12:32:32 Step 9/23 : RUN make cmd/core-data/core-data 12:32:32 ---> Running in 79678aae4254 12:32:32 ---> Running in f75dd5635d38 12:32:32 ---> 2a633843ab68 12:32:32 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 12:32:32 ---> Running in c1754df034c5 12:32:32 ---> Running in ae307c029dfa 12:32:32 ---> f8d496689488 12:32:32 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 12:32:32 ---> Running in 51e993db0522 12:32:32 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 12:32:32 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 12:32:32 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 12:32: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 12:32:32 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 12:32:33 Building docker-core-command-go ... 12:32:33 Building docker-core-data-go ... 12:32:33 Building docker-core-metadata-go ... 12:32:33 Building docker-security-proxy-setup-go ... 12:32:33 Building docker-security-secrets-setup-go ... 12:32:33 Building docker-security-secretstore-setup-go ... 12:32:33 Building docker-support-logging-go ... 12:32:33 Building docker-support-notifications-go ... 12:32:33 Building docker-support-scheduler-go ... 12:32:33 Building docker-sys-mgmt-agent-go ... 12:32:33 Building docker-core-data-go 12:32:33 Building docker-core-metadata-go 12:32:33 Building docker-sys-mgmt-agent-go 12:32:33 Building docker-security-proxy-setup-go 12:32:33 Building docker-security-secrets-setup-go 12:33:12 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 12:33:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 12:33:18 Removing intermediate container f75dd5635d38 12:33:18 ---> 5a173177479f 12:33:18 12:33:18 Step 10/20 : FROM alpine 12:33:18 Removing intermediate container ae307c029dfa 12:33:18 ---> d17ccebd024b 12:33:18 12:33:18 Step 9/29 : FROM alpine:latest 12:33:18 Removing intermediate container 79678aae4254 12:33:18 ---> 3b5c577dd514 12:33:18 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:33:18 ---> Running in 1a739a4067bb 12:33:18 latest: Pulling from library/alpine 12:33:18 latest: Pulling from library/alpine 12:33:18 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 12:33:19 Status: Downloaded newer image for alpine:latest 12:33:19 ---> d6e46aa2470d 12:33:19 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 12:33:19 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 12:33:19 Status: Image is up to date for alpine:latest 12:33:19 ---> d6e46aa2470d 12:33:19 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 12:33:19 ---> Running in ae296cda8022 12:33:19 ---> Running in 4cbea72e2c07 12:33:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:33:19 Removing intermediate container ae296cda8022 12:33:19 ---> f1e84cb65586 12:33:19 Step 11/29 : USER root 12:33:20 ---> Running in 92b81081594c 12:33:20 Removing intermediate container 92b81081594c 12:33:20 ---> ab67d51455ae 12:33:20 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 12:33:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:20 ---> Running in d59972c84359 12:33:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:21 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:33:21 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:33:21 OK: 12744 distinct packages available 12:33:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:22 (1/4) Installing ca-certificates (20191127-r4) 12:33:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:33:22 (3/4) Installing libcurl (7.69.1-r1) 12:33:22 (4/4) Installing curl (7.69.1-r1) 12:33:22 Executing busybox-1.31.1-r19.trigger 12:33:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:22 Executing ca-certificates-20191127-r4.trigger 12:33:22 OK: 7 MiB in 18 packages 12:33:22 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:33:22 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:33:22 OK: 12744 distinct packages available 12:33:22 (1/2) Installing ca-certificates (20191127-r4) 12:33:23 (2/2) Installing dumb-init (1.2.2-r1) 12:33:23 Executing busybox-1.31.1-r19.trigger 12:33:23 Executing ca-certificates-20191127-r4.trigger 12:33:23 OK: 6 MiB in 16 packages 12:33:24 Removing intermediate container 1a739a4067bb 12:33:24 ---> 88af2697442f 12:33:24 12:33:24 Step 11/27 : FROM docker:latest 12:33:24 ---> 6972c414f322 12:33:24 Step 12/27 : RUN apk add --no-cache bash 12:33:24 ---> Running in 19c906dde1c9 12:33:24 Removing intermediate container 51e993db0522 12:33:24 ---> 019181cb05c5 12:33:24 12:33:24 Step 10/26 : FROM alpine:3.10 12:33:25 3.10: Pulling from library/alpine 12:33:26 Removing intermediate container 4cbea72e2c07 12:33:26 ---> 2241ca6b3d62 12:33:26 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:33:26 Removing intermediate container d59972c84359 12:33:26 ---> 0f1340bdbc1c 12:33:26 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 12:33:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:26 ---> Running in 739d99942052 12:33:26 ---> Running in bd503edf7888 12:33:26 Removing intermediate container 739d99942052 12:33:26 ---> a71b875ad65c 12:33:26 Step 14/29 : WORKDIR $BASE_DIR 12:33:26 Removing intermediate container bd503edf7888 12:33:26 ---> 467959b7acb4 12:33:26 Step 13/20 : WORKDIR /edgex 12:33:26 ---> Running in 5d0365563de4 12:33:26 ---> Running in 88a4209caeff 12:33:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:27 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 12:33:27 (1/2) Installing readline (8.0.4-r0) 12:33:27 (2/2) Installing bash (5.0.17-r0) 12:33:27 Executing bash-5.0.17-r0.post-install 12:33:27 Executing busybox-1.31.1-r19.trigger 12:33:27 OK: 12 MiB in 22 packages 12:33:27 Status: Downloaded newer image for alpine:3.10 12:33:27 ---> be4e4bea2c2e 12:33:27 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:33:27 Removing intermediate container 88a4209caeff 12:33:27 ---> c5af19654663 12:33:27 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 12:33:29 Removing intermediate container 5d0365563de4 12:33:29 ---> a7c42cbaf935 12:33:29 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:33:29 ---> Running in 2fd0ea0f6473 12:33:29 ---> Running in 69711202f719 12:33:29 Removing intermediate container c1754df034c5 12:33:29 ---> 949b7d8cae75 12:33:29 12:33:29 Step 10/23 : FROM alpine 12:33:29 ---> d6e46aa2470d 12:33:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:33:29 ---> 77a495ca9527 12:33:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:33:30 ---> Running in 63454f87bdc5 12:33:30 Removing intermediate container 19c906dde1c9 12:33:30 ---> 2769ab802c81 12:33:30 Step 13/27 : RUN rm -rf /var/cache/apk/* 12:33:30 ---> Running in 6690be9cfd5c 12:33:30 Removing intermediate container 63454f87bdc5 12:33:30 ---> fa9c769fd69e 12:33:30 Step 12/23 : ENV APP_PORT=48080 12:33:30 ---> Running in b832a638bd21 12:33:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 12:33:30 ---> ca2a4208f03c 12:33:30 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:33:30 ---> Running in 645cbd1f1c0f 12:33:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 12:33:30 Removing intermediate container b832a638bd21 12:33:30 ---> 107b02fd87ef 12:33:30 Step 13/23 : EXPOSE $APP_PORT 12:33:31 ---> Running in 538baea9e231 12:33:31 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 12:33:31 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 12:33:31 OK: 10346 distinct packages available 12:33:31 Removing intermediate container 645cbd1f1c0f 12:33:31 ---> 4032d725a9ff 12:33:31 Step 17/20 : CMD ["--init=true"] 12:33:31 (1/5) Installing ca-certificates (20191127-r2) 12:33:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 12:33:31 (3/5) Installing libcurl (7.66.0-r1) 12:33:31 (4/5) Installing curl (7.66.0-r1) 12:33:31 (5/5) Installing dumb-init (1.2.2-r1) 12:33:31 Executing busybox-1.30.1-r3.trigger 12:33:31 Executing ca-certificates-20191127-r2.trigger 12:33:32 OK: 7 MiB in 19 packages 12:33:32 ---> Running in 5a59ece700e2 12:33:32 Removing intermediate container 538baea9e231 12:33:32 ---> 7e2e1b87758b 12:33:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:32 Removing intermediate container 2fd0ea0f6473 12:33:32 ---> 79c41a6e1892 12:33:32 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 12:33:32 ---> Running in dcd96aadfb3f 12:33:32 Removing intermediate container 5a59ece700e2 12:33:32 ---> ef72d90b52c7 12:33:32 Step 18/20 : LABEL arch=x86_64 12:33:33 ---> Running in b07ee325bb60 12:33:33 Removing intermediate container 6690be9cfd5c 12:33:33 ---> 77dab62adc85 12:33:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:33:33 ---> Running in cb764ac7d705 12:33:33 Removing intermediate container b07ee325bb60 12:33:33 ---> f762930818dd 12:33:33 Step 19/20 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:33:33 ---> 892383a01c0e 12:33:33 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 12:33:33 Removing intermediate container 69711202f719 12:33:33 ---> 52d6a8279e78 12:33:33 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:33:33 ---> Running in c6fab01ce791 12:33:34 ---> Running in f5e88bc432f1 12:33:34 Removing intermediate container cb764ac7d705 12:33:34 ---> 4bee9ff987f5 12:33:34 Step 15/27 : ENV APP_PORT=48090 12:33:34 Removing intermediate container c6fab01ce791 12:33:34 ---> 8f58f7b4ebe2 12:33:34 Step 20/20 : LABEL version=0.0.0 12:33:34 ---> 65afb60c1376 12:33:34 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 12:33:34 ---> Running in e3a36067fea5 12:33:34 ---> Running in 278a18746ef2 12:33:34 Removing intermediate container f5e88bc432f1 12:33:34 ---> 399988b8d648 12:33:34 Step 13/26 : WORKDIR / 12:33:35 Removing intermediate container dcd96aadfb3f 12:33:35 ---> e1c9a4638faf 12:33:35 Step 15/23 : RUN apk --no-cache add zeromq 12:33:35 ---> Running in 536499935e83 12:33:35 ---> 0598d299325d 12:33:35 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 12:33:35 ---> Running in 0b8ba42fc36a 12:33:35 Removing intermediate container 278a18746ef2 12:33:35 ---> 1b28e5ccde87 12:33:35 12:33:35 Removing intermediate container e3a36067fea5 12:33:35 ---> cfbd56b5a850 12:33:35 Step 16/27 : EXPOSE $APP_PORT 12:33:35 ---> Running in c244a44b61fe 12:33:35 Removing intermediate container 536499935e83 12:33:35 ---> de27b23f3265 12:33:35 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:33:35 ---> aea5ede68545 12:33:35 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 12:33:36 Successfully built 1b28e5ccde87 12:33:36 Successfully tagged docker-security-proxy-setup-go:latest 12:33:36  Building docker-security-proxy-setup-go ... done Removing intermediate container c244a44b61fe 12:33:36 ---> 598b87b066e2 12:33:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:33:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:36 ---> e593603cdebb 12:33:36 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 12:33:36 ---> f50614845fac 12:33:36 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:33:36 ---> Running in 58502360f33b 12:33:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:38 ---> 30c2e83c0a5a 12:33:38 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:33:38 ---> ff747a0060c7 12:33:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:33:38 ---> 103ce9616613 12:33:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 12:33:38 ---> 18b1069335a3 12:33:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:33:38 Removing intermediate container 58502360f33b 12:33:38 ---> cc455767bef4 12:33:38 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 12:33:39 ---> 7a522b4e98d7 12:33:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:33:39 ---> f25af047e668 12:33:39 Step 20/27 : RUN apk --no-cache add py3-pip 12:33:39 (1/5) Installing libgcc (9.3.0-r2) 12:33:39 ---> Running in 9cdcde429306 12:33:39 (2/5) Installing libsodium (1.0.18-r0) 12:33:39 ---> 5b6bd9ac8d5b 12:33:39 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:33:39 ---> Running in 63139113d05f 12:33:39 (3/5) Installing libstdc++ (9.3.0-r2) 12:33:39 ---> 1e66f85537ce 12:33:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:33:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:33:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:33:40 (4/5) Installing libzmq (4.3.3-r0) 12:33:40 ---> d05b053db2a2 12:33:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 12:33:40 (5/5) Installing zeromq (4.3.3-r0) 12:33:40 Executing busybox-1.31.1-r19.trigger 12:33:40 OK: 8 MiB in 19 packages 12:33:40 (1/33) Installing libbz2 (1.0.8-r1) 12:33:41 (2/33) Installing expat (2.2.9-r1) 12:33:41 Removing intermediate container 63139113d05f 12:33:41 ---> 1c04c1c1f2ef 12:33:41 Step 24/29 : RUN chmod 755 security-secrets-setup 12:33:41 (3/33) Installing libffi (3.3-r2) 12:33:41 (4/33) Installing gdbm (1.13-r1) 12:33:41 (5/33) Installing xz-libs (5.2.5-r0) 12:33:41 ---> Running in f6b6ea707e9a 12:33:41 (6/33) Installing sqlite-libs (3.32.1-r0) 12:33:41 ---> ef03c44d3aff 12:33:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:33:41 (7/33) Installing python3 (3.8.5-r0) 12:33:41 Removing intermediate container 0b8ba42fc36a 12:33:41 ---> a4f474438724 12:33:41 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 12:33:41 ---> d38153bdf3a6 12:33:41 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:33:41 ---> Running in b6391c8dcc10 12:33:42 ---> 8c4ffcc3592d 12:33:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:33:43 Removing intermediate container f6b6ea707e9a 12:33:43 ---> 758c98511394 12:33:43 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 12:33:44 ---> Running in 80c65415a8f0 12:33:44 ---> 24f129927795 12:33:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:33:45 Removing intermediate container 80c65415a8f0 12:33:45 ---> 02b26c89a672 12:33:45 Step 26/29 : CMD [ "generate" ] 12:33:45 Removing intermediate container b6391c8dcc10 12:33:45 ---> d1019b2f079f 12:33:45 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 12:33:45 ---> Running in 006d08a37ec2 12:33:45 ---> 547134a504e5 12:33:45 Step 19/23 : ENTRYPOINT ["/core-data"] 12:33:45 ---> Running in 7d2a1d74a583 12:33:46 ---> Running in a74d9f55bffe 12:33:47 Removing intermediate container 7d2a1d74a583 12:33:47 ---> 10e25cdcedd8 12:33:47 Step 24/26 : LABEL arch=x86_64 12:33:47 Removing intermediate container 006d08a37ec2 12:33:47 ---> dd444d8470a6 12:33:47 Step 27/29 : LABEL arch=x86_64 12:33:47 ---> Running in 101b76d43563 12:33:47 ---> Running in bc4e253b06af 12:33:47 Removing intermediate container a74d9f55bffe 12:33:47 ---> 43a5230e9558 12:33:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:33:47 (8/33) Installing py3-appdirs (1.4.4-r1) 12:33:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:33:47 (10/33) Installing py3-parsing (2.4.7-r0) 12:33:47 (11/33) Installing py3-six (1.15.0-r0) 12:33:47 (12/33) Installing py3-packaging (20.4-r0) 12:33:47 ---> Running in 4748669dae6a 12:33:47 (13/33) Installing py3-setuptools (47.0.0-r0) 12:33:47 (14/33) Installing py3-chardet (3.0.4-r4) 12:33:47 (15/33) Installing py3-idna (2.9-r0) 12:33:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:33:48 Removing intermediate container 101b76d43563 12:33:48 ---> 2a9afb14051f 12:33:48 Step 28/29 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:33:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:33:48 Removing intermediate container bc4e253b06af 12:33:48 ---> 2020bc59dfa2 12:33:48 Step 25/26 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:33:48 (18/33) Installing py3-requests (2.23.0-r0) 12:33:48 (19/33) Installing py3-msgpack (1.0.0-r0) 12:33:48 (20/33) Installing py3-lockfile (0.12.2-r3) 12:33:48 ---> Running in a1c72bb479ed 12:33:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:33:48 Removing intermediate container 4748669dae6a 12:33:48 ---> 723aca7350da 12:33:48 Step 21/23 : LABEL arch=x86_64 12:33:48 (22/33) Installing py3-colorama (0.4.3-r0) 12:33:48 (23/33) Installing py3-distlib (0.3.0-r0) 12:33:48 ---> Running in af60569d4da1 12:33:49 (24/33) Installing py3-distro (1.5.0-r1) 12:33:49 ---> Running in 2f34444ee1c3 12:33:49 (25/33) Installing py3-webencodings (0.5.1-r3) 12:33:49 (26/33) Installing py3-html5lib (1.0.1-r4) 12:33:49 (27/33) Installing py3-pytoml (0.1.21-r0) 12:33:49 Removing intermediate container a1c72bb479ed 12:33:49 ---> e68b4f619e1e 12:33:49 Step 29/29 : LABEL version=0.0.0 12:33:49 (28/33) Installing py3-pep517 (0.8.2-r0) 12:33:49 (29/33) Installing py3-progress (1.5-r0) 12:33:49 (30/33) Installing py3-toml (0.10.1-r0) 12:33:49 Removing intermediate container af60569d4da1 12:33:49 ---> 24516207576f 12:33:49 Step 26/26 : LABEL version=0.0.0 12:33:49 (31/33) Installing py3-retrying (1.3.3-r0) 12:33:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:33:49 (33/33) Installing py3-pip (20.1.1-r0) 12:33:49 ---> Running in ab8f80ec88a3 12:33:49 Removing intermediate container 2f34444ee1c3 12:33:49 ---> a9014b4440c6 12:33:49 Step 22/23 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:33:50 Executing busybox-1.31.1-r19.trigger 12:33:50 OK: 71 MiB in 55 packages 12:33:50 ---> Running in 94462ab730af 12:33:50 ---> Running in 7367c38e23c6 12:33:50 Removing intermediate container ab8f80ec88a3 12:33:50 ---> 0fd4ad828937 12:33:50 12:33:50 Successfully built 0fd4ad828937 12:33:50 Removing intermediate container 94462ab730af 12:33:50 ---> 28f83a17c828 12:33:50 12:33:50 Successfully tagged docker-security-secrets-setup-go:latest 12:33:51  Building docker-security-secrets-setup-go ... done Removing intermediate container 7367c38e23c6 12:33:51 ---> 3a3271cd062e 12:33:51 Step 23/23 : LABEL version=0.0.0 12:33:51 ---> Running in 6631c1b5e200 12:33:51 Successfully built 28f83a17c828 12:33:51 Successfully tagged docker-security-secretstore-setup-go:latest 12:33:52  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6631c1b5e200 12:33:52 ---> bb9b897bdcec 12:33:52 12:33:52 Successfully built bb9b897bdcec 12:33:52 Successfully tagged docker-core-data-go:latest 12:33:55 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 12:33:55 Step 2/27 : FROM ${BUILDER_BASE} AS builder 12:33:55 ---> 1b7bc5f01ff6 12:33:55 Step 3/27 : WORKDIR /edgex-go 12:33:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:33:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:33:55 ---> 1b7bc5f01ff6 12:33:55 Step 3/22 : WORKDIR /edgex-go 12:33:55 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 12:33:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:33:55 ---> 1b7bc5f01ff6 12:33:55 Step 3/20 : WORKDIR /edgex-go 12:33:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 12:33:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:33:55 ---> 1b7bc5f01ff6 12:33:55 Step 3/23 : WORKDIR /edgex-go 12:33:55 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 12:33:55 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 12:33:55 ---> 1b7bc5f01ff6 12:33:55 Step 3/29 : WORKDIR /edgex-go 12:33:55 ---> Running in c70d46ed13f6 12:33:55 ---> Running in c39b89d1ef72 12:33:55 ---> Running in e51c7d7bc6e9 12:33:55 ---> Running in 4479729550e1 12:33:55 ---> Running in 24a297f93ee8 12:33:55 Removing intermediate container e51c7d7bc6e9 12:33:55 ---> 57276cd25a4f 12:33:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:55 Removing intermediate container c39b89d1ef72 12:33:55 ---> 7aa412ee45fc 12:33:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:55 Removing intermediate container c70d46ed13f6 12:33:55 ---> 350b124206a7 12:33:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:55 Removing intermediate container 24a297f93ee8 12:33:55 ---> 925881ab0f9e 12:33:55 Step 4/29 : RUN apk update && apk add make git 12:33:55 Removing intermediate container 4479729550e1 12:33:55 ---> 172c7775548d 12:33:55 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:55 ---> Running in fe3d6798e612 12:33:55 ---> Running in 030676c7238f 12:33:55 ---> Running in e64efba0200b 12:33:55 ---> Running in 69f3d2abd4d6 12:33:55 ---> Running in 5b963771d11f 12:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:33:55 Removing intermediate container 030676c7238f 12:33:55 ---> 31e0c436beca 12:33:55 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 12:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:33:55 Removing intermediate container fe3d6798e612 12:33:55 ---> ce2c1e8832cd 12:33:55 Step 5/20 : RUN apk update && apk add make git 12:33:55 ---> Running in b36b28abc78f 12:33:55 Removing intermediate container 69f3d2abd4d6 12:33:55 ---> eb4c08113413 12:33:55 Step 5/22 : RUN apk update && apk add make git 12:33:55 ---> Running in 344f13a76907 12:33:55 Removing intermediate container e64efba0200b 12:33:55 ---> f92e4d093418 12:33:55 Step 5/27 : RUN apk update && apk add make bash git 12:33:55 ---> Running in 4f8892ca777c 12:33:55 ---> Running in ff0b0c81d14f 12:33:55 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:33:55 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:33:55 OK: 12623 distinct packages available 12:33:55 OK: 217 MiB in 51 packages 12:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:33:56 Removing intermediate container 5b963771d11f 12:33:56 ---> 48ca23742a1c 12:33:56 Step 5/29 : COPY go.mod . 12:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:33:57 ---> 643e026d036b 12:33:57 Step 6/29 : RUN go mod download 12:33:57 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:33:57 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:33:57 OK: 12623 distinct packages available 12:33:57 ---> Running in 3664a806d17c 12:33:57 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:33:57 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:33:57 OK: 12623 distinct packages available 12:33:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:33:58 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:33:58 OK: 12623 distinct packages available 12:33:58 OK: 217 MiB in 51 packages 12:33:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:33:58 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:33:58 OK: 12623 distinct packages available 12:33:59 OK: 217 MiB in 51 packages 12:33:59  Building docker-core-data-go ... done Removing intermediate container 9cdcde429306 12:33:59 ---> da9170e57ace 12:33:59 Step 21/27 : RUN pip install docker-compose==1.23.2 12:33:59 ---> Running in a9608bfb8dfe 12:33:59 OK: 217 MiB in 51 packages 12:33:59 OK: 217 MiB in 51 packages 12:34:00 Removing intermediate container b36b28abc78f 12:34:00 ---> f5fae3e97c12 12:34:00 Step 6/23 : COPY go.mod . 12:34:00 Collecting docker-compose==1.23.2 12:34:01 Removing intermediate container 344f13a76907 12:34:01 ---> 8233a6d54890 12:34:01 Step 6/20 : COPY go.mod . 12:34:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:34:01 Removing intermediate container ff0b0c81d14f 12:34:01 ---> 837065dbd116 12:34:01 Step 6/27 : COPY go.mod . 12:34:01 Collecting jsonschema<3,>=2.5.1 12:34:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:34:01 ---> 50be383b4a7b 12:34:01 Step 7/23 : RUN go mod download 12:34:01 Removing intermediate container 4f8892ca777c 12:34:01 ---> f88cac39d367 12:34:01 Step 6/22 : COPY go.mod . 12:34:01 Collecting PyYAML<4,>=3.10 12:34:01 Downloading PyYAML-3.13.tar.gz (270 kB) 12:34:01 ---> Running in 52f00af9079f 12:34:02 ---> c824b0c5cfc1 12:34:02 Step 7/20 : RUN go mod download 12:34:02 Removing intermediate container 3664a806d17c 12:34:02 ---> ae7cf74c4dab 12:34:02 Step 7/29 : COPY . . 12:34:02 ---> a45367b63b6f 12:34:02 Step 7/27 : RUN go mod download 12:34:02 ---> Running in d3408bccd34c 12:34:02 Collecting dockerpty<0.5,>=0.4.1 12:34:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:34:02 ---> Running in 413a27631995 12:34:02 ---> b03dc2d3e147 12:34:02 Step 7/22 : RUN go mod download 12:34:03 ---> Running in cb75c84eb2cd 12:34:03 Collecting docker<4.0,>=3.6.0 12:34:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:34:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:34:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:34: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) 12:34:04 Collecting cached-property<2,>=1.2.0 12:34:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:34:04 Collecting docopt<0.7,>=0.6.1 12:34:04 Downloading docopt-0.6.2.tar.gz (25 kB) 12:34:05 Collecting websocket-client<1.0,>=0.32.0 12:34:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:34:05 Collecting texttable<0.10,>=0.9.0 12:34:05 Downloading texttable-0.9.1.tar.gz (11 kB) 12:34:06 Collecting docker-pycreds>=0.4.0 12:34:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:34:06 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) 12:34:06 Collecting idna<2.8,>=2.5 12:34:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:34:06 Collecting urllib3<1.25,>=1.21.1 12:34:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:34: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) 12:34:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:34:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:34:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:34:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:34:07 Installing collected packages: jsonschema, PyYAML, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, docopt, texttable, docker-compose 12:34:08 Running setup.py install for PyYAML: started 12:34:08 Running setup.py install for PyYAML: finished with status 'done' 12:34:08 Running setup.py install for dockerpty: started 12:34:09 Running setup.py install for dockerpty: finished with status 'done' 12:34:09 Attempting uninstall: idna 12:34:09 Found existing installation: idna 2.9 12:34:09 Uninstalling idna-2.9: 12:34:09 Successfully uninstalled idna-2.9 12:34:09 Attempting uninstall: urllib3 12:34:09 Found existing installation: urllib3 1.25.9 12:34:09 Uninstalling urllib3-1.25.9: 12:34:09 Successfully uninstalled urllib3-1.25.9 12:34:09 Removing intermediate container 52f00af9079f 12:34:09 ---> 4b267abbc142 12:34:09 Step 8/23 : COPY . . 12:34:09 Removing intermediate container d3408bccd34c 12:34:09 ---> 843192286cb6 12:34:09 Step 8/20 : COPY . . 12:34:09 Removing intermediate container cb75c84eb2cd 12:34:09 ---> 3e1b98f1bcac 12:34:09 Removing intermediate container 413a27631995 12:34:09 Step 8/22 : COPY . . ---> 66d463a1183b 12:34:09 12:34:09 Step 8/27 : COPY . . 12:34:09 Attempting uninstall: requests 12:34:09 Found existing installation: requests 2.23.0 12:34:09 Uninstalling requests-2.23.0: 12:34:09 Successfully uninstalled requests-2.23.0 12:34:10 Running setup.py install for docopt: started 12:34:11 Running setup.py install for docopt: finished with status 'done' 12:34:11 Running setup.py install for texttable: started 12:34:11 Running setup.py install for texttable: finished with status 'done' 12:34:12 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 12:34:16 Removing intermediate container a9608bfb8dfe 12:34:16 ---> a98b460e1fcd 12:34:16 Step 22/27 : RUN apk --no-cache add curl 12:34:16 ---> Running in 16ae0533580f 12:34:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:34:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:34:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:34:17 (2/3) Installing libcurl (7.69.1-r1) 12:34:17 (3/3) Installing curl (7.69.1-r1) 12:34:17 Executing busybox-1.31.1-r19.trigger 12:34:17 OK: 72 MiB in 58 packages 12:34:18 Removing intermediate container 16ae0533580f 12:34:18 ---> 8dc200f7639b 12:34:18 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 12:34:18 ---> Running in 5c9c11b54c08 12:34:18 Removing intermediate container 5c9c11b54c08 12:34:18 ---> bd43a53b45c9 12:34:18 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:34:18 ---> Running in 258839562e12 12:34:18 Removing intermediate container 258839562e12 12:34:18 ---> f264a3357882 12:34:18 Step 25/27 : LABEL arch=x86_64 12:34:18 ---> Running in 865632e7fe02 12:34:19 Removing intermediate container 865632e7fe02 12:34:19 ---> 8794d4fd25a3 12:34:19 Step 26/27 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:34:19 ---> Running in 45a9b29aa7dd 12:34:19 Removing intermediate container 45a9b29aa7dd 12:34:19 ---> 78faa2b06e1c 12:34:19 Step 27/27 : LABEL version=0.0.0 12:34:19 ---> Running in be30048381c7 12:34:20 Removing intermediate container be30048381c7 12:34:20 ---> 006db544d945 12:34:20 12:34:20 Successfully built 006db544d945 12:34:20 Successfully tagged docker-sys-mgmt-agent-go:latest 12:34:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:34:20 $ docker stop --time=1 34ffad8cb406c23e3fe46da299f02e01ca60912dc7106d648664fa326c81c9db 12:34:22 $ docker rm -f 34ffad8cb406c23e3fe46da299f02e01ca60912dc7106d648664fa326c81c9db [Pipeline] // withDockerContainer [Pipeline] sh 12:34:23 + docker images 12:34:23 + grep docker 12:34:24 docker-sys-mgmt-agent-go latest 006db544d945 5 seconds ago 290MB 12:34:24 docker-core-data-go latest bb9b897bdcec 33 seconds ago 23.7MB 12:34:24 docker-security-secrets-setup-go latest 0fd4ad828937 34 seconds ago 24MB 12:34:24 docker-security-secretstore-setup-go latest 28f83a17c828 34 seconds ago 32.4MB 12:34:24 docker-security-proxy-setup-go latest 1b28e5ccde87 50 seconds ago 15.8MB 12:34:24 docker-support-notifications-go latest 3439d25c9f88 3 minutes ago 13.6MB 12:34:24 docker-core-metadata-go latest 86208ab3a6b4 3 minutes ago 14.5MB 12:34:24 docker-support-scheduler-go latest 5a024e3ce787 3 minutes ago 12.3MB 12:34:24 docker-support-logging-go latest 5c5f7b71d09f 3 minutes ago 11.1MB 12:34:24 docker-core-command-go latest 26784a4b7cb5 3 minutes ago 12.2MB 12:34:24 docker latest 6972c414f322 6 days ago 217MB [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 12:34:31 ---> 02f612386c65 12:34:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 12:34:31 ---> 3c03d1aad530 12:34:31 Step 9/23 : RUN make cmd/core-data/core-data 12:34:31 ---> 4e04f4daf11e 12:34:31 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:34:31 ---> 32e689822cd6 12:34:31 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 12:34:31 ---> Running in 690a059592a0 12:34:31 ---> acda757f5d40 12:34:31 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:34:31 ---> Running in 34476e9d0681 12:34:31 ---> Running in 3fc4f5e24009 12:34:31 ---> Running in 9c2680ed09b4 12:34:31 ---> Running in 8a80524c0127 12:34: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 12:34: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 12:34:32 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 12:34:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:34:32 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 12:34:40 Still waiting to schedule task 12:34:40 Waiting for next available executor on ‘centos7-docker-8c-8g’ 12:36:09 Removing intermediate container 690a059592a0 12:36:09 ---> 2638778381e9 12:36:09 12:36:09 Step 9/29 : FROM alpine:latest 12:36:09 Removing intermediate container 3fc4f5e24009 12:36:09 ---> 58429c1a913a 12:36:09 12:36:09 Step 10/20 : FROM alpine 12:36:09 latest: Pulling from library/alpine 12:36:09 latest: Pulling from library/alpine 12:36:09 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 12:36:09 Status: Downloaded newer image for alpine:latest 12:36:09 ---> 2e77e061c27f 12:36:09 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 12:36:09 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 12:36:09 Status: Image is up to date for alpine:latest 12:36:09 ---> 2e77e061c27f 12:36:09 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 12:36:09 ---> Running in 60d6d7d51623 12:36:09 ---> Running in 67d8c06e6ef9 12:36:09 Removing intermediate container 60d6d7d51623 12:36:09 ---> 4b350f538ed4 12:36:09 Step 11/29 : USER root 12:36:09 ---> Running in b6225745a556 12:36:09 Removing intermediate container b6225745a556 12:36:09 ---> e7e49b4249d7 12:36:09 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 12:36:09 ---> Running in c79803b3bf5b 12:36:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:36:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:36:09 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:36:09 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:36:09 OK: 12615 distinct packages available 12:36:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:36:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:36:09 (1/4) Installing ca-certificates (20191127-r4) 12:36:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:36:09 (3/4) Installing libcurl (7.69.1-r1) 12:36:09 (4/4) Installing curl (7.69.1-r1) 12:36:09 Executing busybox-1.31.1-r19.trigger 12:36:09 Executing ca-certificates-20191127-r4.trigger 12:36:09 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:36:09 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:36:09 OK: 12615 distinct packages available 12:36:09 OK: 7 MiB in 18 packages 12:36:09 (1/2) Installing ca-certificates (20191127-r4) 12:36:10 (2/2) Installing dumb-init (1.2.2-r1) 12:36:10 Executing busybox-1.31.1-r19.trigger 12:36:10 Executing ca-certificates-20191127-r4.trigger 12:36:10 OK: 6 MiB in 16 packages 12:36:13 Removing intermediate container 9c2680ed09b4 12:36:13 ---> ee65e1f7047f 12:36:13 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:36:13 ---> Running in b925d7fbccb8 12:36:13 Removing intermediate container 67d8c06e6ef9 12:36:13 ---> 803969d2fd5c 12:36:13 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:36:13 ---> Running in 4a85165e9774 12:36:14 Removing intermediate container c79803b3bf5b 12:36:14 ---> 9018e48010cc 12:36:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 12:36:14 Removing intermediate container 4a85165e9774 12:36:14 ---> 5577157dec5f 12:36:14 Step 13/20 : WORKDIR /edgex 12:36:15 ---> Running in 300091c32417 12:36:15 ---> Running in 3ab951c66e40 12:36:16 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 12:36:16 Removing intermediate container 3ab951c66e40 12:36:16 Removing intermediate container 300091c32417 12:36:16 ---> eff57db7cb0c 12:36:16 ---> bf9241582b21 12:36:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:36:16 Step 14/29 : WORKDIR $BASE_DIR 12:36:16 ---> Running in 2f6de5abc4d9 12:36:17 Removing intermediate container 2f6de5abc4d9 12:36:17 ---> 5fe0450f299d 12:36:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 12:36:17 ---> c96b50e93289 12:36:17 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:36:18 ---> Running in d99e272e60af 12:36:20 ---> f4a47fe03bf9 12:36:20 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:36:20 ---> Running in 94318b6aa26f 12:36:20 Removing intermediate container 94318b6aa26f 12:36:20 ---> 8cb7fa1d84d5 12:36:20 Step 17/20 : CMD ["--init=true"] 12:36:21 ---> Running in 291683a549a6 12:36:22 Removing intermediate container 291683a549a6 12:36:22 ---> 482acffcb800 12:36:22 Step 18/20 : LABEL arch=arm64 12:36:22 ---> Running in 37286d261911 12:36:23 Removing intermediate container b925d7fbccb8 12:36:23 ---> 9172cfc7a068 12:36:23 12:36:23 Step 11/27 : FROM docker:latest 12:36:23 ---> 5d4db4dc0692 12:36:23 Step 12/27 : RUN apk add --no-cache bash 12:36:23 ---> Running in 47ec05e82da1 12:36:23 Removing intermediate container d99e272e60af 12:36:23 ---> 476272ed90de 12:36:23 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 12:36:23 Removing intermediate container 37286d261911 12:36:23 ---> 347396350eae 12:36:23 Step 19/20 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:36:24 ---> Running in 608345a908ec 12:36:25 Removing intermediate container 608345a908ec 12:36:25 ---> 886a46f9e6b1 12:36:25 Step 20/20 : LABEL version=0.0.0 12:36:25 ---> Running in b730ed1cfbbe 12:36:26 ---> 2d4563e3625b 12:36:26 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 12:36:26 Removing intermediate container b730ed1cfbbe 12:36:26 ---> 63b4adc9a95f 12:36:26 12:36:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:36:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:36:27 Successfully built 63b4adc9a95f 12:36:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 12:36:27 Building docker-security-secretstore-setup-go 12:36:28  Building docker-security-proxy-setup-go ... done  ---> ade20cb45c19 12:36:28 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 12:36:28 (1/2) Installing readline (8.0.4-r0) 12:36:28 (2/2) Installing bash (5.0.17-r0) 12:36:28 Executing bash-5.0.17-r0.post-install 12:36:29 Executing busybox-1.31.1-r19.trigger 12:36:29 OK: 12 MiB in 22 packages 12:36:29 ---> b6509ef28cdf 12:36:29 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 12:36:30 ---> 918b033d36d7 12:36:30 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 12:36:31 Removing intermediate container 47ec05e82da1 12:36:31 ---> 9c7b8a860ff6 12:36:31 Step 13/27 : RUN rm -rf /var/cache/apk/* 12:36:32 ---> Running in a2e0d9550123 12:36:32 ---> 53cf3855be98 12:36:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 12:36:32 ---> Running in 0053e8fd8649 12:36:38 Removing intermediate container a2e0d9550123 12:36:38 ---> 3a76da6cfda5 12:36:38 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:36:38 ---> Running in 29b34dc2b41d 12:36:38 Removing intermediate container 0053e8fd8649 12:36:38 ---> 363d2eb0f404 12:36:38 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 12:36:39 Removing intermediate container 29b34dc2b41d 12:36:39 ---> b49496b054d5 12:36:39 Step 15/27 : ENV APP_PORT=48090 12:36:40 ---> Running in be9a6395e33b 12:36:40 ---> 48504f8ebefe 12:36:40 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:36:40 ---> Running in ee4d14d5b689 12:36:41 Removing intermediate container be9a6395e33b 12:36:41 ---> 0b37268be30d 12:36:41 Step 16/27 : EXPOSE $APP_PORT 12:36:41 ---> Running in f65f94220ab7 12:36:43 Removing intermediate container f65f94220ab7 12:36:43 ---> cb1755adf1c7 12:36:43 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:36:45 ---> a4ebcee606ae 12:36:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:36:46 Removing intermediate container ee4d14d5b689 12:36:46 ---> 25a1f0dbd333 12:36:46 Step 24/29 : RUN chmod 755 security-secrets-setup 12:36:46 ---> Running in af7f18490175 12:36:47 ---> 52e1460f2802 12:36:47 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:36:49 ---> f92dca900ac6 12:36:49 Step 20/27 : RUN apk --no-cache add py3-pip 12:36:49 ---> Running in 56055e3ae2d7 12:36:52 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 12:36:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:36:52 ---> 1b7bc5f01ff6 12:36:52 Step 3/26 : WORKDIR /edgex-go 12:36:52 ---> Using cache 12:36:52 ---> 172c7775548d 12:36:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:52 ---> Using cache 12:36:52 ---> f92e4d093418 12:36:52 Step 5/26 : RUN apk update && apk add make git 12:36:52 ---> Running in 03a3d46a2880 12:36:52 Removing intermediate container af7f18490175 12:36:52 ---> 43b2cd49096a 12:36:52 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 12:36:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:36:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:36:53 ---> Running in c77b7fcc87b7 12:36:53 (1/33) Installing libbz2 (1.0.8-r1) 12:36:53 (2/33) Installing expat (2.2.9-r1) 12:36:53 (3/33) Installing libffi (3.3-r2) 12:36:53 (4/33) Installing gdbm (1.13-r1) 12:36:53 (5/33) Installing xz-libs (5.2.5-r0) 12:36:53 (6/33) Installing sqlite-libs (3.32.1-r0) 12:36:53 (7/33) Installing python3 (3.8.5-r0) 12:36:54 Removing intermediate container c77b7fcc87b7 12:36:54 ---> 0b020db39f1b 12:36:54 Step 26/29 : CMD [ "generate" ] 12:36:55 ---> Running in f469de128964 12:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:36:56 Removing intermediate container f469de128964 12:36:56 ---> e7fc1fc26467 12:36:56 Step 27/29 : LABEL arch=arm64 12:36:56 (8/33) Installing py3-appdirs (1.4.4-r1) 12:36:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:36:56 (10/33) Installing py3-parsing (2.4.7-r0) 12:36:56 (11/33) Installing py3-six (1.15.0-r0) 12:36:56 (12/33) Installing py3-packaging (20.4-r0) 12:36:56 (13/33) Installing py3-setuptools (47.0.0-r0) 12:36:56 (14/33) Installing py3-chardet (3.0.4-r4) 12:36:57 (15/33) Installing py3-idna (2.9-r0) 12:36:57 ---> Running in 42cb48bd500d 12:36:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:36:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:36:57 Removing intermediate container 8a80524c0127 12:36:57 ---> 91409f018e92 12:36:57 12:36:57 Step 10/22 : FROM scratch 12:36:57 ---> 12:36:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:36:57 (18/33) Installing py3-requests (2.23.0-r0) 12:36:57 (19/33) Installing py3-msgpack (1.0.0-r0) 12:36:57 (20/33) Installing py3-lockfile (0.12.2-r3) 12:36:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:36:57 (22/33) Installing py3-colorama (0.4.3-r0) 12:36:57 (23/33) Installing py3-distlib (0.3.0-r0) 12:36:57 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:36:57 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:36:57 OK: 12623 distinct packages available 12:36:57 (24/33) Installing py3-distro (1.5.0-r1) 12:36:57 (25/33) Installing py3-webencodings (0.5.1-r3) 12:36:57 (26/33) Installing py3-html5lib (1.0.1-r4) 12:36:57 (27/33) Installing py3-pytoml (0.1.21-r0) 12:36:57 (28/33) Installing py3-pep517 (0.8.2-r0) 12:36:57 (29/33) Installing py3-progress (1.5-r0) 12:36:57 (30/33) Installing py3-toml (0.10.1-r0) 12:36:57 (31/33) Installing py3-retrying (1.3.3-r0) 12:36:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:36:57 (33/33) Installing py3-pip (20.1.1-r0) 12:36:57 ---> Running in 7d90404b3450 12:36:57 Executing busybox-1.31.1-r19.trigger 12:36:57 OK: 71 MiB in 55 packages 12:36:58 Removing intermediate container 42cb48bd500d 12:36:58 ---> 98eba61eed67 12:36:58 Step 28/29 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:36:58 Removing intermediate container 7d90404b3450 12:36:58 ---> b5bc2a1eeea7 12:36:58 Step 12/22 : ENV APP_PORT=48081 12:36:58 OK: 217 MiB in 51 packages 12:36:58 ---> Running in 13b02508ab95 12:36:58 ---> Running in 3da9e4f48eff 12:36:59 Removing intermediate container 13b02508ab95 12:36:59 ---> debd33b0bd36 12:36:59 Step 29/29 : LABEL version=0.0.0 12:36:59 Removing intermediate container 3da9e4f48eff 12:36:59 ---> 78adf662ae27 12:36:59 Step 13/22 : EXPOSE $APP_PORT 12:36:59 ---> Running in f3b6271aa33c 12:36:59 ---> Running in bb3e410c0c52 12:37:00 Removing intermediate container 03a3d46a2880 12:37:00 ---> a57315799600 12:37:00 Step 6/26 : COPY go.mod . 12:37:00 Removing intermediate container bb3e410c0c52 12:37:00 Removing intermediate container f3b6271aa33c 12:37:00 ---> dea2ffc0fc21 12:37:00 12:37:00 ---> 1a4c6ec6fed0 12:37:00 Step 14/22 : WORKDIR / 12:37:00 ---> Running in 01ae981836fd 12:37:01 Successfully built dea2ffc0fc21 12:37:01 Successfully tagged docker-security-secrets-setup-go-arm64:latest 12:37:01 Building docker-support-scheduler-go 12:37:01  Building docker-security-secrets-setup-go ... done  ---> 99842471ee6d 12:37:01 Step 7/26 : RUN go mod download 12:37:01 ---> Running in cb9eee516677 12:37:01 Removing intermediate container 01ae981836fd 12:37:01 ---> 26ba87ec0f4a 12:37:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 12:37:04 ---> 49b5a6106ad0 12:37:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:37:07 ---> 13cb65e9edf9 12:37:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:37:07 Removing intermediate container 34476e9d0681 12:37:07 ---> eab5579575d9 12:37:07 12:37:07 Step 10/23 : FROM alpine 12:37:07 ---> 2e77e061c27f 12:37:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:37:08 Removing intermediate container cb9eee516677 12:37:08 ---> c208539a9e3b 12:37:08 Step 8/26 : COPY . . 12:37:08 ---> Running in 0d38b9d696ab 12:37:08 Removing intermediate container 56055e3ae2d7 12:37:08 ---> 015e5a1a3d15 12:37:08 Step 21/27 : RUN pip install docker-compose==1.23.2 12:37:09 ---> 3303453d2255 12:37:09 Step 18/22 : ENTRYPOINT ["/core-metadata"] 12:37:09 ---> Running in e3b1f03adadf 12:37:09 ---> Running in 6374ce7e7d09 12:37:09 Removing intermediate container 0d38b9d696ab 12:37:09 ---> af1d603571fa 12:37:09 Step 12/23 : ENV APP_PORT=48080 12:37:09 ---> Running in 2c5e32d185bc 12:37:10 Removing intermediate container 6374ce7e7d09 12:37:10 ---> a91c9e9cccbf 12:37:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:37:10 Removing intermediate container 2c5e32d185bc 12:37:10 ---> 26a4fc4fe262 12:37:10 Step 13/23 : EXPOSE $APP_PORT 12:37:11 ---> Running in decddda07d4d 12:37:12 ---> Running in 3d94e56b1938 12:37:12 Removing intermediate container decddda07d4d 12:37:12 ---> 6bf7a68e9766 12:37:12 Step 20/22 : LABEL arch=arm64 12:37:13 Removing intermediate container 3d94e56b1938 12:37:13 ---> 8a1af56a2250 12:37:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:37:13 ---> Running in 46a28a505829 12:37:14 ---> Running in 3148606d8d45 12:37:15 Removing intermediate container 46a28a505829 12:37:15 ---> a4103e187b83 12:37:15 Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:37:16 ---> Running in 2bffe63f51ab 12:37:17 Collecting docker-compose==1.23.2 12:37:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:37:17 Removing intermediate container 2bffe63f51ab 12:37:17 ---> c6aa0b81def5 12:37:17 Step 22/22 : LABEL version=0.0.0 12:37:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:37:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:37:18 ---> 1b7bc5f01ff6 12:37:18 Step 3/21 : WORKDIR /edgex-go 12:37:18 ---> Using cache 12:37:18 ---> 172c7775548d 12:37:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:37:18 ---> Using cache 12:37:18 ---> f92e4d093418 12:37:18 Step 5/21 : RUN apk update && apk add make git 12:37:18 ---> Using cache 12:37:18 ---> a57315799600 12:37:18 Step 6/21 : COPY go.mod . 12:37:18 ---> Using cache 12:37:18 ---> 99842471ee6d 12:37:18 Step 7/21 : RUN go mod download 12:37:18 ---> Using cache 12:37:18 ---> c208539a9e3b 12:37:18 Step 8/21 : COPY . . 12:37:18 ---> Running in cb9d565ddbfa 12:37:18 Collecting docker<4.0,>=3.6.0 12:37:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:37:19 Removing intermediate container cb9d565ddbfa 12:37:19 ---> 7742d424b8f6 12:37:19 12:37:20 Successfully built 7742d424b8f6 12:37:20 Successfully tagged docker-core-metadata-go-arm64:latest 12:37:20  Building docker-core-metadata-go ... done Building docker-support-logging-go 12:37:20 Removing intermediate container 3148606d8d45 12:37:20 ---> d3021ade6bc4 12:37:20 Step 15/23 : RUN apk --no-cache add zeromq 12:37:20 Collecting cached-property<2,>=1.2.0 12:37:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:37:21 ---> Running in c8b012623726 12:37:22 Collecting websocket-client<1.0,>=0.32.0 12:37:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:37:22 Collecting jsonschema<3,>=2.5.1 12:37:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:37:23 Collecting docopt<0.7,>=0.6.1 12:37:23 Downloading docopt-0.6.2.tar.gz (25 kB) 12:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:25 (1/5) Installing libgcc (9.3.0-r2) 12:37:25 (2/5) Installing libsodium (1.0.18-r0) 12:37:25 (3/5) Installing libstdc++ (9.3.0-r2) 12:37:25 (4/5) Installing libzmq (4.3.3-r0) 12:37:25 (5/5) Installing zeromq (4.3.3-r0) 12:37:25 Executing busybox-1.31.1-r19.trigger 12:37:25 OK: 8 MiB in 19 packages 12:37:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:37:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:37:30 Collecting PyYAML<4,>=3.10 12:37:30 Downloading PyYAML-3.13.tar.gz (270 kB) 12:37:31 ---> 3d07f7eccaf5 12:37:31 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 12:37:33 ---> Running in 36c52b057a7e 12:37:33 Removing intermediate container c8b012623726 12:37:33 ---> bd161e8b1403 12:37:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 12:37:35 ---> 805572614a26 12:37:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:37:35 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 12:37:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:37:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:37:35 ---> 1b7bc5f01ff6 12:37:35 Step 3/22 : WORKDIR /edgex-go 12:37:35 ---> Using cache 12:37:35 ---> 172c7775548d 12:37:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesCollecting texttable<0.10,>=0.9.0 12:37:35 12:37:35 ---> Using cache 12:37:35 ---> f92e4d093418 12:37:35 Step 5/22 : RUN apk update && apk add make && apk add bash git 12:37:35 Downloading texttable-0.9.1.tar.gz (11 kB) 12:37:35 ---> Running in 9862e176cc42 12:37:35 ---> 2552613fa2e4 12:37:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 12:37:36 ---> Running in eb708d8d439d 12:37:37 ---> 83063e4030ad 12:37:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:38 ---> bbd0464279a7 12:37:38 Step 19/23 : ENTRYPOINT ["/core-data"] 12:37:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:37:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:37:38 ---> Running in dbb67a5d8255 12:37:38 Collecting dockerpty<0.5,>=0.4.1 12:37:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:37:39 Removing intermediate container dbb67a5d8255 12:37:39 ---> fc005a99b0a3 12:37:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:39 ---> Running in cc002722185a 12:37:40 Removing intermediate container cc002722185a 12:37:40 ---> 9ab8ab2e75de 12:37:40 Step 21/23 : LABEL arch=arm64 12:37:40 ---> Running in b33241c8cc78 12:37:40 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:37:40 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:37:40 OK: 12623 distinct packages available 12:37:40 Removing intermediate container b33241c8cc78 12:37:40 ---> 1f7a87773411 12:37:40 Step 22/23 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:37:41 ---> Running in 147d8062119c 12:37:41 Removing intermediate container 147d8062119c 12:37:41 ---> 9ec9a7e862c9 12:37:41 Step 23/23 : LABEL version=0.0.0 12:37:41 OK: 217 MiB in 51 packages 12:37:41 ---> Running in 21e2d9894857 12:37:42 Collecting docker-pycreds>=0.4.0 12:37:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:37:42 Removing intermediate container 21e2d9894857 12:37:42 ---> 0eb0f90fad97 12:37:42 12:37:42 OK: 217 MiB in 51 packages 12:37:42 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) 12:37:43 Successfully built 0eb0f90fad97 12:37:43 Successfully tagged docker-core-data-go-arm64:latest 12:37:43 Building docker-support-notifications-go 12:37:43  Building docker-core-data-go ... done Collecting idna<2.8,>=2.5 12:37:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:37:43 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) 12:37:44 Collecting urllib3<1.25,>=1.21.1 12:37:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:37:44 Removing intermediate container 9862e176cc42 12:37:44 ---> 026ce5fb3663 12:37:44 Step 6/22 : COPY go.mod . 12:37:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:37:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:37:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:37:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:37:46 ---> 2b7c923d6406 12:37:46 Step 7/22 : RUN go mod download 12:37:46 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, docopt, PyYAML, texttable, dockerpty, docker-compose 12:37:46 ---> Running in cf1ebf17cfff 12:37:46 Attempting uninstall: idna 12:37:46 Found existing installation: idna 2.9 12:37:46 Uninstalling idna-2.9: 12:37:46 Successfully uninstalled idna-2.9 12:37:48 Attempting uninstall: urllib3 12:37:48 Found existing installation: urllib3 1.25.9 12:37:48 Uninstalling urllib3-1.25.9: 12:37:48 Successfully uninstalled urllib3-1.25.9 12:37:49 Attempting uninstall: requests 12:37:49 Found existing installation: requests 2.23.0 12:37:49 Uninstalling requests-2.23.0: 12:37:49 Successfully uninstalled requests-2.23.0 12:37:49 Running on prd-centos7-docker-8c-8g-9484 in /w/workspace/edgexfoundry_edgex-go_PR-2854 [Pipeline] { [Pipeline] ws 12:37:49 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 12:37:52 using credential edgex-jenkins-ssh 12:37:52 Cloning the remote Git repository 12:37:52 Removing intermediate container cf1ebf17cfff 12:37:52 ---> 53a25a34d114 12:37:52 Step 8/22 : COPY . . 12:37:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:37:52 > git init /w/workspace/edgex-go/4 # timeout=10 12:37:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:37:52 > git --version # timeout=10 12:37:52 > git --version # 'git version 2.16.5' 12:37:52 using GIT_SSH to set credentials SSH Credentials for GitHub 12:37:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:37:53 Running setup.py install for docopt: started 12:37:56 Running setup.py install for docopt: finished with status 'done' 12:37:56 Running setup.py install for PyYAML: started 12:37:57 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:37:57 Merge succeeded, producing 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:37:57 Checking out Revision 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 (PR-2854) 12:37:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:37:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:37:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:37:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:37:57 using GIT_SSH to set credentials SSH Credentials for GitHub 12:37:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2854/head:refs/remotes/origin/PR-2854 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:37:57 > git config core.sparsecheckout # timeout=10 12:37:57 > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 12:37:57 > git remote # timeout=10 12:37:57 > git config --get remote.origin.url # timeout=10 12:37:57 using GIT_SSH to set credentials SSH Credentials for GitHub 12:37:57 > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 12:37:57 > git rev-parse HEAD^{commit} # timeout=10 12:37:57 > git config core.sparsecheckout # timeout=10 12:37:57 > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 12:38:01 Running setup.py install for PyYAML: finished with status 'done' 12:38:01 Running setup.py install for texttable: started 12:38:01 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:02 ++ find /w/workspace/edgex-go/4 12:38:02 ++ grep snapcraft.yaml 12:38:02 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:38:02 provisioning config files... 12:38:02 copy managed file [EdgeX] to file:/w/workspace/edgex-go/4@tmp/config9191366129314350949tmp [Pipeline] { [Pipeline] sh 12:38:03 + cp /w/workspace/edgex-go/4@tmp/config9191366129314350949tmp /w/workspace/edgex-go/4/edgex-snap-store-login [Pipeline] sh 12:38:03 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/4:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 12:38:03 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 12:38:03 latest: Pulling from edgex-devops/edgex-snap-builder 12:38:03 f08d8e2a3ba1: Pulling fs layer 12:38:03 3baa9cb2483b: Pulling fs layer 12:38:03 94e5ff4c0b15: Pulling fs layer 12:38:03 1860925334f9: Pulling fs layer 12:38:03 2daf38717194: Pulling fs layer 12:38:03 309017e8d7a4: Pulling fs layer 12:38:03 f7790dc9fd0f: Pulling fs layer 12:38:03 cac0ae9282c2: Pulling fs layer 12:38:03 1f4cadf9a1ed: Pulling fs layer 12:38:03 cac0ae9282c2: Waiting 12:38:03 309017e8d7a4: Waiting 12:38:03 1f4cadf9a1ed: Waiting 12:38:03 f7790dc9fd0f: Waiting 12:38:03 1860925334f9: Waiting 12:38:03 2daf38717194: Waiting 12:38:03 94e5ff4c0b15: Verifying Checksum 12:38:03 94e5ff4c0b15: Download complete 12:38:03 3baa9cb2483b: Download complete 12:38:03 1860925334f9: Verifying Checksum 12:38:03 1860925334f9: Download complete 12:38:03 309017e8d7a4: Verifying Checksum 12:38:03 309017e8d7a4: Download complete 12:38:03 Running setup.py install for texttable: finished with status 'done' 12:38:03 Running setup.py install for dockerpty: started 12:38:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:38:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:38:05 ---> 1b7bc5f01ff6 12:38:05 Step 3/24 : WORKDIR /edgex-go 12:38:05 ---> Using cache 12:38:05 ---> 172c7775548d 12:38:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:38:05 ---> Using cache 12:38:05 ---> f92e4d093418 12:38:05 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 12:38:05 f7790dc9fd0f: Verifying Checksum 12:38:05 f7790dc9fd0f: Download complete 12:38:05 cac0ae9282c2: Download complete 12:38:05 1f4cadf9a1ed: Verifying Checksum 12:38:05 1f4cadf9a1ed: Download complete 12:38:06 f08d8e2a3ba1: Verifying Checksum 12:38:06 f08d8e2a3ba1: Download complete 12:38:07 Running setup.py install for dockerpty: finished with status 'done' 12:38:07 f08d8e2a3ba1: Pull complete 12:38:07 3baa9cb2483b: Pull complete 12:38:07 94e5ff4c0b15: Pull complete 12:38:07 1860925334f9: Pull complete 12:38:08 ---> Running in 8892b0b84d73 12:38:08 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 12:38:12 2daf38717194: Verifying Checksum 12:38:12 2daf38717194: Download complete 12:38:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:38:12 ---> f534eeb915a8 12:38:12 Step 9/22 : RUN make cmd/support-logging/support-logging 12:38:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:38:12 ---> Running in b99305ac23e3 12:38:14 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:38:14 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:38:14 OK: 12623 distinct packages available 12:38:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 12:38:15 OK: 217 MiB in 51 packages 12:38:15 Removing intermediate container e3b1f03adadf 12:38:15 ---> 47f21ddcabd2 12:38:15 Step 22/27 : RUN apk --no-cache add curl 12:38:15 ---> Running in b9413625848e 12:38:17 Removing intermediate container 8892b0b84d73 12:38:17 ---> bbc7b76e466d 12:38:17 Step 6/24 : COPY go.mod . 12:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:38:18 ---> 41f88815067d 12:38:18 Step 7/24 : RUN go mod download 12:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:38:18 ---> Running in 264119546cea 12:38:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:38:19 (2/3) Installing libcurl (7.69.1-r1) 12:38:19 (3/3) Installing curl (7.69.1-r1) 12:38:19 Executing busybox-1.31.1-r19.trigger 12:38:19 OK: 71 MiB in 58 packages 12:38:20 Removing intermediate container b9413625848e 12:38:20 ---> 35bae53844b2 12:38:20 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 12:38:21 ---> Running in 74e1ac935f21 12:38:21 Removing intermediate container 74e1ac935f21 12:38:21 ---> 4daa8cb984a2 12:38:21 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:38:22 ---> Running in e2394e394cae 12:38:22 Removing intermediate container e2394e394cae 12:38:22 ---> e1229f626413 12:38:22 Step 25/27 : LABEL arch=arm64 12:38:23 ---> Running in bb501f83a702 12:38:24 Removing intermediate container bb501f83a702 12:38:24 ---> 257117740e0e 12:38:24 Step 26/27 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:38:24 ---> Running in 53ae7d64b60c 12:38:24 Removing intermediate container 264119546cea 12:38:24 ---> 5bf4f20f32a6 12:38:24 Step 8/24 : COPY . . 12:38:25 Removing intermediate container 53ae7d64b60c 12:38:25 ---> 592862c35528 12:38:25 Step 27/27 : LABEL version=0.0.0 12:38:25 ---> Running in 98b88ab98b64 12:38:26 Removing intermediate container 98b88ab98b64 12:38:26 ---> bd1061b971f5 12:38:26 12:38:27 Successfully built bd1061b971f5 12:38:27 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 12:38:27 Building docker-core-command-go 12:38:34 2daf38717194: Pull complete 12:38:34 309017e8d7a4: Pull complete 12:38:34 f7790dc9fd0f: Pull complete 12:38:34 cac0ae9282c2: Pull complete 12:38:34 1f4cadf9a1ed: Pull complete 12:38:34 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 12:38:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 12:38:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:38:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:38:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] 12:38:34 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:38:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 12:38:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] 12:38:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 12:38:34 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 12:38:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 12:38:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 12:38:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 12:38:34 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 12:38:34 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 12:38:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 12:38:35 Fetched 8169 kB in 2s (5280 kB/s) 12:38:36 Reading package lists... 12:38:38 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: 12:38:38 - README.md 12:38:38 12:38:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:38:40 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 12:38:40 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:38:40 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:38:40 0% [1 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 12:38:41 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 43% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 12:38:43 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip 12:38:45 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 59% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 12:38:45 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 12:38:45 Reading state information... 0% Reading state information... 0% Reading state information... Done 12:38:45 The following packages were automatically installed and are no longer required: 12:38:45 libjq1 libonig4 12:38:45 Use 'sudo apt autoremove' to remove them. 12:38:45 Suggested packages: 12:38:45 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 12:38:45 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 12:38:45 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 12:38:45 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 12:38:45 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 12:38:45 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 12:38:45 git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc 12:38:45 man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 12:38:45 | libterm-readline-perl-perl 12:38:45 The following NEW packages will be installed: 12:38:45 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 12:38:45 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 12:38:45 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 12:38:45 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 12:38:45 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 12:38:45 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 12:38:45 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 12:38:45 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 12:38:45 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 12:38:45 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 12:38:45 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 12:38:45 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 12:38:45 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 12:38:45 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 12:38:45 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 12:38:45 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 12:38:45 perl perl-modules-5.26 pkg-config unzip zip 12:38:45 The following packages will be upgraded: 12:38:45 perl-base 12:38:45 1 upgraded, 101 newly installed, 0 to remove and 32 not upgraded. 12:38:45 Need to get 81.6 MB of archives. 12:38:45 After this operation, 369 MB of additional disk space will be used. 12:38:45 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 12:38:46 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 600 kB/1391 kB 43%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 12:38:46 2% [2 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 2% [Working] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 12:38:46 2% [3 perl-modules-5.26 22.9 kB/2762 kB 1%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 12:38:46 5% [4 libgdbm5 11.4 kB/26.0 kB 44%] 5% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 12:38:46 5% [5 libgdbm-compat4 6084 B/6084 B 100%] 5% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 12:38:47 5% [6 libperl5.26 10.9 kB/3534 kB 0%] 9% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 12:38:47 9% [7 perl 34.4 kB/201 kB 17%] 9% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 12:38:47 9% [8 less 36.1 kB/112 kB 32%] 9% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 12:38:47 9% [9 netbase 9390 B/12.7 kB 74%] 10% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 12:38:47 10% [10 manpages 60.7 kB/1234 kB 5%] 11% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 12:38:47 11% [11 binutils-common 7696 B/196 kB 4%] 11% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 12:38:47 11% [12 libbinutils 7549 B/488 kB 2%] 12% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 12:38:47 12% [13 binutils-x86-64-linux-gnu 43.9 kB/1839 kB 2%] 14% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 12:38:47 14% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 12:38:47 14% [15 libc-dev-bin 35.7 kB/71.8 kB 50%] 15% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 12:38:47 15% [16 linux-libc-dev 29.2 kB/998 kB 3%] 16% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 12:38:47 16% [17 libc6-dev 14.3 kB/2585 kB 1%] 19% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 12:38:47 19% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 12:38:47 19% [19 libisl19 32.1 kB/551 kB 6%] 19% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 12:38:47 20% [20 libmpfr6 65.5 kB/243 kB 27%] 20% [Working] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 12:38:47 20% [21 libmpc3 23.9 kB/40.8 kB 59%] 20% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 12:38:48 20% [22 cpp-7 48.4 kB/8591 kB 1%] 29% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 12:38:48 29% [23 cpp 27.7 kB/27.7 kB 100%] 29% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 12:38:48 29% [24 libcc1-0 0 B/39.4 kB 0%] 29% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 12:38:48 29% [25 libgomp1 40.2 kB/76.5 kB 53%] 29% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 12:38:48 30% [26 libitm1 27.9 kB/27.9 kB 100%] 30% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 12:38:48 30% [27 libatomic1 9192 B/9192 B 100%] 30% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 12:38:48 30% [28 libasan4 56.9 kB/358 kB 16%] 30% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 12:38:48 30% [29 liblsan0 25.9 kB/133 kB 20%] 31% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 12:38:48 31% [30 libtsan0 22.6 kB/288 kB 8%] 31% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 12:38:48 31% [31 libubsan0 15.9 kB/126 kB 13%] 32% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 12:38:48 32% [32 libcilkrts5 24.2 kB/42.5 kB 57%] 32% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 12:38:48 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 12:38:48 32% [34 libquadmath0 13.2 kB/134 kB 10%] 32% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 12:38:48 32% [35 libgcc-7-dev 10.1 kB/2378 kB 0%] 35% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 12:38:48 35% [36 gcc-7 14.3 kB/9381 kB 0%] 43% [36 gcc-7 8245 kB/9381 kB 88%] 44% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 12:38:48 44% [37 gcc 5184 B/5184 B 100%] 44% [Working] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 12:38:48 45% [38 libstdc++-7-dev 31.0 kB/1471 kB 2%] 46% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 12:38:48 46% [39 g++-7 11.6 kB/9697 kB 0%] 56% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 12:38:48 56% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 12:38:48 56% [41 make 11.4 kB/154 kB 7%] 56% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 12:38:48 56% [42 libdpkg-perl 28.7 kB/211 kB 14%] 57% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 12:38:49 57% [43 patch 24.6 kB/102 kB 24%] 57% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 12:38:49 57% [44 dpkg-dev 12.3 kB/607 kB 2%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 12:38:49 58% [45 build-essential 4758 B/4758 B 100%] 58% [Working] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 12:38:49 58% [46 cmake-data 45.5 kB/1332 kB 3%] 60% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 12:38:49 60% [47 libarchive13 24.4 kB/288 kB 8%] 60% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 12:38:49 60% [48 libjsoncpp1 64.2 kB/73.6 kB 87%] 60% [Working] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 12:38:49 60% [49 librhash0 55.9 kB/78.1 kB 72%] 61% [Working] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 12:38:49 61% [50 libuv1 43.1 kB/64.4 kB 67%] 61% [Working] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 12:38:49 61% [51 cmake 20.3 kB/3152 kB 1%] 64% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 12:38:49 64% [52 curl 37.4 kB/159 kB 24%] 64% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 12:38:49 65% [53 libfakeroot 9517 B/25.9 kB 37%] 65% [Working] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 12:38:49 65% [54 fakeroot 0 B/62.3 kB 0%] 65% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] 12:38:49 65% [55 libc6-i386 24.3 kB/2650 kB 1%] 68% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] 12:38:49 68% [56 libc6-dev-i386 22.7 kB/1817 kB 1%] 70% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] 12:38:49 70% [57 libc6-x32 28.7 kB/2847 kB 1%] 73% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] 12:38:49 73% [58 libc6-dev-x32 10.9 kB/2018 kB 1%] 75% [Working] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 12:38:49 75% [59 lib32gcc1 24.0 kB/48.1 kB 50%] 75% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 12:38:49 75% [60 libx32gcc1 0 B/40.5 kB 0%] 75% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 12:38:49 75% [61 lib32gomp1 0 B/83.7 kB 0%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 12:38:49 76% [62 libx32gomp1 44.7 kB/77.8 kB 57%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 12:38:49 76% [63 lib32itm1 30.0 kB/30.0 kB 100%] 76% [Working] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 12:38:49 76% [64 libx32itm1 4608 B/28.1 kB 16%] 76% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 12:38:49 76% [65 lib32atomic1 8664 B/8664 B 100%] 77% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 12:38:49 77% [66 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 12:38:49 77% [67 lib32asan4 0 B/362 kB 0%] 77% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 12:38:49 77% [68 libx32asan4 1005 B/351 kB 0%] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 12:38:49 78% [69 lib32stdc++6 30.8 kB/415 kB 7%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 12:38:49 79% [70 lib32ubsan0 8688 B/140 kB 6%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 12:38:49 79% [71 libx32stdc++6 65.4 kB/387 kB 17%] 79% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 12:38:49 79% [72 libx32ubsan0 5426 B/127 kB 4%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 12:38:49 80% [73 lib32cilkrts5 8953 B/47.2 kB 19%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 12:38:49 80% [74 libx32cilkrts5 27.0 kB/43.0 kB 63%] 80% [Working] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 12:38:49 80% [75 lib32mpx2 12.9 kB/12.9 kB 100%] 80% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 12:38:49 80% [76 lib32quadmath0 0 B/208 kB 0%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 12:38:49 81% [77 libx32quadmath0 24.7 kB/135 kB 18%] 81% [Working] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 12:38:49 81% [78 lib32gcc-7-dev 20.1 kB/2211 kB 1%] 84% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 12:38:49 84% [79 libx32gcc-7-dev 16.6 kB/1999 kB 1%] 86% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 12:38:49 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 12:38:50  Building docker-sys-mgmt-agent-go ... done  ---> 925992b9dfdf 12:38:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:38:50 ---> Running in f0316c564c00 12:38:50 86% [81 lib32stdc++-7-dev 22.7 kB/626 kB 4%] 87% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 12:38:50 87% [82 libx32stdc++-7-dev 20.9 kB/582 kB 4%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 12:38:50 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 12:38:50 88% [84 gcc-multilib 1428 B/1428 B 100%] 88% [Working] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 12:38:50 88% [85 g++-multilib 0 B/1020 B 0%] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 12:38:50 88% [86 libcurl3-gnutls 35.0 kB/213 kB 16%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 12:38:50 88% [87 liberror-perl 18.7 kB/22.8 kB 82%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 12:38:50 89% [88 git-man 31.9 kB/804 kB 4%] 90% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 12:38:50 90% [89 git 34.5 kB/3915 kB 1%] 94% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 12:38:50 94% [90 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 94% [Working] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 12:38:50 94% [91 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 12:38:50 94% [92 libalgorithm-merge-perl 1456 B/12.0 kB 12%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 12:38:50 94% [93 libfile-fcntllock-perl 16.4 kB/33.2 kB 49%] 95% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 12:38:50 95% [94 libnorm1 4096 B/224 kB 2%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 12:38:50 95% [95 libpgm-5.2-0 58.6 kB/157 kB 37%] 95% [Working] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 12:38:50 95% [96 libsodium23 32.4 kB/143 kB 23%] 96% [Working] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 12:38:50 96% [97 libzmq5 20.3 kB/221 kB 9%] 96% [Working] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 12:38:50 96% [98 libzmq3-dev 47.1 kB/400 kB 12%] 97% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 12:38:50 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 12:38:50 97% [99 manpages-dev 54.1 kB/2217 kB 2%] 99% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 12:38:50 99% [100 pkg-config 26.4 kB/45.0 kB 59%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 12:38:50 99% [101 unzip 15.9 kB/167 kB 10%] 100% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 12:38:51 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 5s (15.3 MB/s) 12:38:51 debconf: delaying package configuration, since apt-utils is not installed 12:38:51 (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 ... 9889 files and directories currently installed.) 12:38:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 12:38:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 12:38:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:38:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:38:51 ---> 1b7bc5f01ff6 12:38:51 Step 3/22 : WORKDIR /edgex-go 12:38:51 ---> Using cache 12:38:51 ---> 172c7775548d 12:38:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:38:51 ---> Using cache 12:38:51 ---> f92e4d093418 12:38:51 Step 5/22 : RUN apk update && apk add make git 12:38:51 ---> Using cache 12:38:51 ---> a57315799600 12:38:51 Step 6/22 : COPY go.mod . 12:38:51 ---> Using cache 12:38:51 ---> 99842471ee6d 12:38:51 Step 7/22 : RUN go mod download 12:38:51 ---> Using cache 12:38:51 ---> c208539a9e3b 12:38:51 Step 8/22 : COPY . . 12:38:51 ---> Using cache 12:38:51 ---> 2552613fa2e4 12:38:51 Step 9/22 : RUN make cmd/core-command/core-command 12:38:52 ---> Running in 12eee2f976b8 12:38:53 Setting up perl-base (5.26.1-6ubuntu0.5) ... 12:38:53 Selecting previously unselected package liblocale-gettext-perl. 12:38:53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 12:38:53 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 12:38:53 Unpacking liblocale-gettext-perl (1.07-3build2) ... 12:38:53 Selecting previously unselected package perl-modules-5.26. 12:38:53 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 12:38:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 12:38:54 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 12:38:54 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 12:38:54 Selecting previously unselected package libgdbm5:amd64. 12:38:54 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 12:38:54 Unpacking libgdbm5:amd64 (1.14.1-6) ... 12:38:54 Selecting previously unselected package libgdbm-compat4:amd64. 12:38:54 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 12:38:55 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 12:38:55 Selecting previously unselected package libperl5.26:amd64. 12:38:55 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 12:38:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 12:38:55 Selecting previously unselected package perl. 12:38:55 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 12:38:55 Unpacking perl (5.26.1-6ubuntu0.5) ... 12:38:55 Selecting previously unselected package less. 12:38:55 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 12:38:55 Unpacking less (487-0.1) ... 12:38:55 Selecting previously unselected package netbase. 12:38:55 Preparing to unpack .../007-netbase_5.4_all.deb ... 12:38:55 Unpacking netbase (5.4) ... 12:38:55 Selecting previously unselected package manpages. 12:38:55 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 12:38:55 Unpacking manpages (4.15-1) ... 12:38:55 Selecting previously unselected package binutils-common:amd64. 12:38:55 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:38:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 12:38:55 Selecting previously unselected package libbinutils:amd64. 12:38:55 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:38:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 12:38:56 Selecting previously unselected package binutils-x86-64-linux-gnu. 12:38:56 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:38:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 12:38:56 Selecting previously unselected package binutils. 12:38:56 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:38:56 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 12:38:56 Selecting previously unselected package libc-dev-bin. 12:38:56 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 12:38:56 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 12:38:56 Selecting previously unselected package linux-libc-dev:amd64. 12:38:56 Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... 12:38:56 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 12:38:56 Selecting previously unselected package libc6-dev:amd64. 12:38:56 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 12:38:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 12:38:57 Selecting previously unselected package gcc-7-base:amd64. 12:38:57 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:38:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 12:38:57 Selecting previously unselected package libisl19:amd64. 12:38:57 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 12:38:57 Unpacking libisl19:amd64 (0.19-1) ... 12:38:57 Selecting previously unselected package libmpfr6:amd64. 12:38:57 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 12:38:57 Unpacking libmpfr6:amd64 (4.0.1-1) ... 12:38:57 Selecting previously unselected package libmpc3:amd64. 12:38:57 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 12:38:57 Unpacking libmpc3:amd64 (1.1.0-1) ... 12:38:57 Selecting previously unselected package cpp-7. 12:38:57 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:38:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package cpp. 12:38:58 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:38:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 12:38:58 Selecting previously unselected package libcc1-0:amd64. 12:38:58 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package libgomp1:amd64. 12:38:58 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package libitm1:amd64. 12:38:58 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package libatomic1:amd64. 12:38:58 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package libasan4:amd64. 12:38:58 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package liblsan0:amd64. 12:38:58 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package libtsan0:amd64. 12:38:58 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package libubsan0:amd64. 12:38:58 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 12:38:58 Selecting previously unselected package libcilkrts5:amd64. 12:38:58 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:38:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 12:38:59 Selecting previously unselected package libmpx2:amd64. 12:38:59 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:38:59 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 12:38:59 Selecting previously unselected package libquadmath0:amd64. 12:38:59 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:38:59 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:38:59 Selecting previously unselected package libgcc-7-dev:amd64. 12:38:59 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:38:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:38:59 Selecting previously unselected package gcc-7. 12:38:59 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:38:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 12:39:00 Selecting previously unselected package gcc. 12:39:00 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:39:00 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 12:39:00 Selecting previously unselected package libstdc++-7-dev:amd64. 12:39:00 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:39:01 Selecting previously unselected package g++-7. 12:39:01 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:01 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 12:39:01 Selecting previously unselected package g++. 12:39:01 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:39:01 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 12:39:01 Selecting previously unselected package make. 12:39:01 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 12:39:01 Unpacking make (4.1-9.1ubuntu1) ... 12:39:01 Selecting previously unselected package libdpkg-perl. 12:39:01 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 12:39:01 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 12:39:01 Selecting previously unselected package patch. 12:39:01 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 12:39:02 Unpacking patch (2.7.6-2ubuntu1.1) ... 12:39:02 Selecting previously unselected package dpkg-dev. 12:39:02 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 12:39:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 12:39:02 Selecting previously unselected package build-essential. 12:39:02 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 12:39:02 Unpacking build-essential (12.4ubuntu1) ... 12:39:02 Selecting previously unselected package cmake-data. 12:39:02 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 12:39:02 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 12:39:03 Selecting previously unselected package libarchive13:amd64. 12:39:03 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 12:39:03 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 12:39:03 Selecting previously unselected package libjsoncpp1:amd64. 12:39:03 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 12:39:03 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 12:39:03 Selecting previously unselected package librhash0:amd64. 12:39:03 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 12:39:03 Unpacking librhash0:amd64 (1.3.6-2) ... 12:39:03 Selecting previously unselected package libuv1:amd64. 12:39:03 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 12:39:03 Unpacking libuv1:amd64 (1.18.0-3) ... 12:39:03 Selecting previously unselected package cmake. 12:39:03 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 12:39:03 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 12:39:04 Selecting previously unselected package curl. 12:39:04 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 12:39:04 Unpacking curl (7.58.0-2ubuntu3.10) ... 12:39:04 Selecting previously unselected package libfakeroot:amd64. 12:39:04 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 12:39:04 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 12:39:04 Selecting previously unselected package fakeroot. 12:39:04 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 12:39:04 Unpacking fakeroot (1.22-2ubuntu1) ... 12:39:04 Selecting previously unselected package libc6-i386. 12:39:04 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... 12:39:04 Unpacking libc6-i386 (2.27-3ubuntu1.2) ... 12:39:04 Selecting previously unselected package libc6-dev-i386. 12:39:04 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... 12:39:04 Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... 12:39:04 Selecting previously unselected package libc6-x32. 12:39:04 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... 12:39:04 Unpacking libc6-x32 (2.27-3ubuntu1.2) ... 12:39:05 Selecting previously unselected package libc6-dev-x32. 12:39:05 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... 12:39:05 Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... 12:39:05 Selecting previously unselected package lib32gcc1. 12:39:05 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:05 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 12:39:05 Selecting previously unselected package libx32gcc1. 12:39:05 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:05 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 12:39:05 Selecting previously unselected package lib32gomp1. 12:39:05 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:05 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 12:39:05 Selecting previously unselected package libx32gomp1. 12:39:05 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:05 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 12:39:05 Selecting previously unselected package lib32itm1. 12:39:05 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:05 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 12:39:05 Selecting previously unselected package libx32itm1. 12:39:05 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:05 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package lib32atomic1. 12:39:06 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package libx32atomic1. 12:39:06 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package lib32asan4. 12:39:06 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package libx32asan4. 12:39:06 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package lib32stdc++6. 12:39:06 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package lib32ubsan0. 12:39:06 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package libx32stdc++6. 12:39:06 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package libx32ubsan0. 12:39:06 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package lib32cilkrts5. 12:39:06 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package libx32cilkrts5. 12:39:06 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package lib32mpx2. 12:39:06 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 12:39:06 Selecting previously unselected package lib32quadmath0. 12:39:06 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:06 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 12:39:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 12:39:07 Selecting previously unselected package libx32quadmath0. 12:39:07 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:39:07 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 12:39:07 Selecting previously unselected package lib32gcc-7-dev. 12:39:07 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:07 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 12:39:07 Selecting previously unselected package libx32gcc-7-dev. 12:39:07 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:07 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 12:39:07 Selecting previously unselected package gcc-7-multilib. 12:39:07 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:07 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 12:39:07 Selecting previously unselected package lib32stdc++-7-dev. 12:39:07 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:07 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 12:39:07 Selecting previously unselected package libx32stdc++-7-dev. 12:39:07 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:07 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 12:39:07 Selecting previously unselected package g++-7-multilib. 12:39:07 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:39:07 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 12:39:07 Selecting previously unselected package gcc-multilib. 12:39:07 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:39:08 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 12:39:08 Selecting previously unselected package g++-multilib. 12:39:08 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:39:08 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 12:39:08 Selecting previously unselected package libcurl3-gnutls:amd64. 12:39:08 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 12:39:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 12:39:08 Selecting previously unselected package liberror-perl. 12:39:08 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 12:39:08 Unpacking liberror-perl (0.17025-1) ... 12:39:08 Selecting previously unselected package git-man. 12:39:08 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 12:39:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 12:39:08 Selecting previously unselected package git. 12:39:08 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 12:39:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 12:39:09 Selecting previously unselected package libalgorithm-diff-perl. 12:39:09 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 12:39:09 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 12:39:09 Selecting previously unselected package libalgorithm-diff-xs-perl. 12:39:09 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 12:39:09 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 12:39:09 Selecting previously unselected package libalgorithm-merge-perl. 12:39:09 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 12:39:09 Unpacking libalgorithm-merge-perl (0.08-3) ... 12:39:09 Selecting previously unselected package libfile-fcntllock-perl. 12:39:09 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 12:39:09 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 12:39:09 Selecting previously unselected package libnorm1:amd64. 12:39:09 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 12:39:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:39:09 Selecting previously unselected package libpgm-5.2-0:amd64. 12:39:09 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 12:39:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:39:09 Selecting previously unselected package libsodium23:amd64. 12:39:09 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 12:39:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 12:39:09 Selecting previously unselected package libzmq5:amd64. 12:39:09 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 12:39:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:39:09 Selecting previously unselected package libzmq3-dev:amd64. 12:39:09 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 12:39:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:39:09 Selecting previously unselected package manpages-dev. 12:39:09 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 12:39:09 Unpacking manpages-dev (4.15-1) ... 12:39:10 Selecting previously unselected package pkg-config. 12:39:10 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 12:39:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 12:39:10 Selecting previously unselected package unzip. 12:39:10 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 12:39:10 Unpacking unzip (6.0-21ubuntu1) ... 12:39:10 Selecting previously unselected package zip. 12:39:10 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 12:39:10 Unpacking zip (3.0-11build1) ... 12:39:10 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up libc6-x32 (2.27-3ubuntu1.2) ... 12:39:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:39:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up manpages (4.15-1) ... 12:39:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 12:39:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up less (487-0.1) ... 12:39:10 Setting up make (4.1-9.1ubuntu1) ... 12:39:10 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up curl (7.58.0-2ubuntu3.10) ... 12:39:10 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 12:39:10 Setting up libuv1:amd64 (1.18.0-3) ... 12:39:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 12:39:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up unzip (6.0-21ubuntu1) ... 12:39:10 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 12:39:10 Setting up libmpfr6:amd64 (4.0.1-1) ... 12:39:10 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 12:39:10 Setting up libc6-i386 (2.27-3ubuntu1.2) ... 12:39:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 12:39:10 Setting up libgdbm5:amd64 (1.14.1-6) ... 12:39:10 Setting up zip (3.0-11build1) ... 12:39:10 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up librhash0:amd64 (1.3.6-2) ... 12:39:10 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:39:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 12:39:10 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 12:39:10 Setting up libsodium23:amd64 (1.0.16-2) ... 12:39:10 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 12:39:10 Setting up patch (2.7.6-2ubuntu1.1) ... 12:39:10 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 12:39:10 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up liblocale-gettext-perl (1.07-3build2) ... 12:39:11 Setting up libmpc3:amd64 (1.1.0-1) ... 12:39:11 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 12:39:11 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 12:39:11 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up manpages-dev (4.15-1) ... 12:39:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 12:39:11 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up netbase (5.4) ... 12:39:11 Setting up libisl19:amd64 (0.19-1) ... 12:39:11 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 12:39:11 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:39:11 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 12:39:11 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:39:11 Setting up fakeroot (1.22-2ubuntu1) ... 12:39:11 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 12:39:11 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 12:39:11 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 12:39:11 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 12:39:11 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 12:39:11 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 12:39:11 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 12:39:11 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 12:39:11 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 12:39:11 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 12:39:11 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 12:39:11 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 12:39:11 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... 12:39:11 Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... 12:39:11 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 12:39:11 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 12:39:11 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up perl (5.26.1-6ubuntu0.5) ... 12:39:11 Setting up libfile-fcntllock-perl (0.22-3build2) ... 12:39:11 Setting up libalgorithm-diff-perl (1.19.03-1) ... 12:39:11 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 12:39:11 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 12:39:11 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 12:39:12 Setting up liberror-perl (0.17025-1) ... 12:39:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 12:39:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 12:39:12 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 12:39:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 12:39:12 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 12:39:12 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 12:39:12 Setting up libalgorithm-merge-perl (0.08-3) ... 12:39:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 12:39:12 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 12:39:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 12:39:12 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 12:39:12 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 12:39:12 Setting up git (1:2.17.1-1ubuntu0.7) ... 12:39:12 Setting up build-essential (12.4ubuntu1) ... 12:39:12 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 12:39:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 12:39:12 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 12:39:12 Processing triggers for mime-support (3.60ubuntu1) ... 12:39:12 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 12:39:14 binutils set to automatically installed. 12:39:14 binutils-common set to automatically installed. 12:39:14 binutils-x86-64-linux-gnu set to automatically installed. 12:39:14 build-essential set to automatically installed. 12:39:14 cmake set to automatically installed. 12:39:14 cmake-data set to automatically installed. 12:39:14 cpp set to automatically installed. 12:39:14 cpp-7 set to automatically installed. 12:39:14 curl set to automatically installed. 12:39:14 dpkg-dev set to automatically installed. 12:39:14 fakeroot set to automatically installed. 12:39:14 g++ set to automatically installed. 12:39:14 g++-7 set to automatically installed. 12:39:14 g++-7-multilib set to automatically installed. 12:39:14 g++-multilib set to automatically installed. 12:39:14 gcc set to automatically installed. 12:39:14 gcc-7 set to automatically installed. 12:39:14 gcc-7-base set to automatically installed. 12:39:14 gcc-7-multilib set to automatically installed. 12:39:14 gcc-multilib set to automatically installed. 12:39:14 git set to automatically installed. 12:39:14 git-man set to automatically installed. 12:39:14 less set to automatically installed. 12:39:14 lib32asan4 set to automatically installed. 12:39:14 lib32atomic1 set to automatically installed. 12:39:14 lib32cilkrts5 set to automatically installed. 12:39:14 lib32gcc-7-dev set to automatically installed. 12:39:14 lib32gcc1 set to automatically installed. 12:39:14 lib32gomp1 set to automatically installed. 12:39:14 lib32itm1 set to automatically installed. 12:39:14 lib32mpx2 set to automatically installed. 12:39:14 lib32quadmath0 set to automatically installed. 12:39:14 lib32stdc++-7-dev set to automatically installed. 12:39:14 lib32stdc++6 set to automatically installed. 12:39:14 lib32ubsan0 set to automatically installed. 12:39:14 libalgorithm-diff-perl set to automatically installed. 12:39:14 libalgorithm-diff-xs-perl set to automatically installed. 12:39:14 libalgorithm-merge-perl set to automatically installed. 12:39:14 libarchive13 set to automatically installed. 12:39:14 libasan4 set to automatically installed. 12:39:14 libatomic1 set to automatically installed. 12:39:14 libbinutils set to automatically installed. 12:39:14 libc-dev-bin set to automatically installed. 12:39:14 libc6-dev set to automatically installed. 12:39:14 libc6-dev-i386 set to automatically installed. 12:39:14 libc6-dev-x32 set to automatically installed. 12:39:14 libc6-i386 set to automatically installed. 12:39:14 libc6-x32 set to automatically installed. 12:39:14 libcc1-0 set to automatically installed. 12:39:14 libcilkrts5 set to automatically installed. 12:39:14 libcurl3-gnutls set to automatically installed. 12:39:14 libdpkg-perl set to automatically installed. 12:39:14 liberror-perl set to automatically installed. 12:39:14 libfakeroot set to automatically installed. 12:39:14 libfile-fcntllock-perl set to automatically installed. 12:39:14 libgcc-7-dev set to automatically installed. 12:39:14 libgdbm-compat4 set to automatically installed. 12:39:14 libgdbm5 set to automatically installed. 12:39:14 libgomp1 set to automatically installed. 12:39:14 libisl19 set to automatically installed. 12:39:14 libitm1 set to automatically installed. 12:39:14 libjsoncpp1 set to automatically installed. 12:39:14 liblocale-gettext-perl set to automatically installed. 12:39:14 liblsan0 set to automatically installed. 12:39:14 libmpc3 set to automatically installed. 12:39:14 libmpfr6 set to automatically installed. 12:39:14 libmpx2 set to automatically installed. 12:39:14 libnorm1 set to automatically installed. 12:39:14 libperl5.26 set to automatically installed. 12:39:14 libpgm-5.2-0 set to automatically installed. 12:39:14 libquadmath0 set to automatically installed. 12:39:14 librhash0 set to automatically installed. 12:39:14 libsodium23 set to automatically installed. 12:39:14 libstdc++-7-dev set to automatically installed. 12:39:14 libtsan0 set to automatically installed. 12:39:14 libubsan0 set to automatically installed. 12:39:14 libuv1 set to automatically installed. 12:39:14 libx32asan4 set to automatically installed. 12:39:14 libx32atomic1 set to automatically installed. 12:39:14 libx32cilkrts5 set to automatically installed. 12:39:14 libx32gcc-7-dev set to automatically installed. 12:39:14 libx32gcc1 set to automatically installed. 12:39:14 libx32gomp1 set to automatically installed. 12:39:14 libx32itm1 set to automatically installed. 12:39:14 libx32quadmath0 set to automatically installed. 12:39:14 libx32stdc++-7-dev set to automatically installed. 12:39:14 libx32stdc++6 set to automatically installed. 12:39:14 libx32ubsan0 set to automatically installed. 12:39:14 libzmq3-dev set to automatically installed. 12:39:14 libzmq5 set to automatically installed. 12:39:14 linux-libc-dev set to automatically installed. 12:39:14 make set to automatically installed. 12:39:14 manpages set to automatically installed. 12:39:14 manpages-dev set to automatically installed. 12:39:14 netbase set to automatically installed. 12:39:14 patch set to automatically installed. 12:39:14 perl set to automatically installed. 12:39:14 perl-base set to automatically installed. 12:39:14 perl-modules-5.26 set to automatically installed. 12:39:14 pkg-config set to automatically installed. 12:39:14 unzip set to automatically installed. 12:39:14 zip set to automatically installed. 12:39:14 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 12:39:14 Please ensure the environment is properly setup before continuing. 12:39:14 Ignore this message if the appropriate measures have already been taken 12:39:15 Pulling go-build-helper  12:39:16 'go115' has dependencies that need to be staged: go-build-helper 12:39:16 Skipping pull go-build-helper (already ran) 12:39:16 Building go-build-helper  12:39:19 Removing intermediate container 36c52b057a7e 12:39:19 ---> 0b06100b7d24 12:39:19 12:39:19 Step 10/26 : FROM alpine:3.10 12:39:19 3.10: Pulling from library/alpine 12:39:20 Staging go-build-helper  12:39:20 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 12:39:20 Status: Downloaded newer image for alpine:3.10 12:39:20 ---> 536a684cf733 12:39:20 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:39:20 Pulling go115  12:39:20 ---> Running in 2dfe33d8b121 12:39:21 'app-service-config' has dependencies that need to be staged: go115 12:39:21 Skipping pull go115 (already ran) 12:39:21 Building go115  12:39:21 % Total % Received % Xferd Average Speed Time Time Time Current 12:39:21 Dload Upload Total Spent Left Speed 12:39:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 26.9M 0 0 45.5M 0 0:00:02 --:--:-- 0:00:02 45.5M 74 115M 74 86.0M 0 0 53.4M 0 0:00:02 0:00:01 0:00:01 53.4M 78 115M 78 91.0M 0 0 53.9M 0 0:00:02 0:00:01 0:00:01 53.9M 12:39:23 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 12:39:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 12:39:23 Failed to run 'override-build': Exit code was 56. 12:39:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 12:39:24 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 12:39:24 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 12:39:24 OK: 10167 distinct packages available [Pipeline] } 12:39:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 12:39:24 (1/5) Installing ca-certificates (20191127-r2) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 12:39:25 (2/5) Installing nghttp2-libs (1.39.2-r1) 12:39:25 (3/5) Installing libcurl (7.66.0-r1) 12:39:25 (4/5) Installing curl (7.66.0-r1) 12:39:25 (5/5) Installing dumb-init (1.2.2-r1) 12:39:25 Executing busybox-1.30.1-r3.trigger 12:39:25 Executing ca-certificates-20191127-r2.trigger [Pipeline] } [Pipeline] // stage [Pipeline] } 12:39:25 Failed in branch amd64 12:39:25 OK: 7 MiB in 19 packages 12:39:28 Removing intermediate container 2dfe33d8b121 12:39:28 ---> f3677e3433ee 12:39:28 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:39:28 ---> Running in 20f1049abb4d 12:39:29 Removing intermediate container 20f1049abb4d 12:39:29 ---> 7cfd07e59bbe 12:39:29 Step 13/26 : WORKDIR / 12:39:30 ---> Running in ce4235fff697 12:39:31 Removing intermediate container ce4235fff697 12:39:31 ---> 019931872f5b 12:39:31 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:39:31 Removing intermediate container eb708d8d439d 12:39:31 ---> ba6b064d8d5e 12:39:31 12:39:31 Step 10/21 : FROM scratch 12:39:31 ---> 12:39:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:39:31 ---> Using cache 12:39:31 ---> b5bc2a1eeea7 12:39:31 Step 12/21 : ENV APP_PORT=48085 12:39:32 ---> Running in 8eb65126c13f 12:39:32 ---> 993e70c9535e 12:39:32 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:39:32 Removing intermediate container 8eb65126c13f 12:39:32 ---> d9071e680051 12:39:32 Step 13/21 : EXPOSE $APP_PORT 12:39:33 ---> Running in e99317c9db99 12:39:33 ---> c07611c1f627 12:39:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:39:33 Removing intermediate container e99317c9db99 12:39:33 ---> ed0455d219ef 12:39:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 12:39:35 ---> 25dbd3d49188 12:39:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 12:39:35 ---> 1396c18ad72d 12:39:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:39:36 ---> 5b6942912f6b 12:39:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:39:37 ---> 6b5eef71df93 12:39:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:39:38 ---> 5a4fe986ee67 12:39:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:39:38 ---> 0225b61b2675 12:39:38 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:39:38 ---> Running in fd7e0d4d7d48 12:39:39 Removing intermediate container fd7e0d4d7d48 12:39:39 ---> 814feaf6c8da 12:39:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:39:39 ---> 283768aba2c8 12:39:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 12:39:40 ---> Running in 6cef54a556ea 12:39:40 Removing intermediate container 6cef54a556ea 12:39:40 ---> db26b2483a78 12:39:40 Step 19/21 : LABEL arch=arm64 12:39:41 ---> Running in 782499e5f223 12:39:41 ---> d226d4c9dd76 12:39:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:39:41 Removing intermediate container 782499e5f223 12:39:41 ---> bc9c0aa7df21 12:39:41 Step 20/21 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:39:42 ---> Running in f1d2277efe1a 12:39:43 Removing intermediate container f1d2277efe1a 12:39:43 ---> 845764f6d702 12:39:43 Step 21/21 : LABEL version=0.0.0 12:39:43 ---> b63896c48733 12:39:43 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:39:43 ---> Running in 0c134b03d21e 12:39:43 ---> Running in a82a12ab83be 12:39:44 Removing intermediate container 0c134b03d21e 12:39:44 ---> 8a62c4895464 12:39:44 12:39:44 Successfully built 8a62c4895464 12:39:44 Successfully tagged docker-support-scheduler-go-arm64:latest 12:39:47  Building docker-support-scheduler-go ... done Removing intermediate container a82a12ab83be 12:39:47 ---> f22b86f97254 12:39:47 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 12:39:47 ---> Running in acb74b8b7f5d 12:39:48 Removing intermediate container acb74b8b7f5d 12:39:48 ---> 6e98995fd9ee 12:39:48 Step 24/26 : LABEL arch=arm64 12:39:48 ---> Running in 7aa1d1382a25 12:39:49 Removing intermediate container 7aa1d1382a25 12:39:49 ---> 2b5182c4d354 12:39:49 Step 25/26 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:39:49 ---> Running in 611af180e507 12:39:50 Removing intermediate container 611af180e507 12:39:50 ---> c214a4147e28 12:39:50 Step 26/26 : LABEL version=0.0.0 12:39:50 ---> Running in de104c3d0e43 12:39:51 Removing intermediate container b99305ac23e3 12:39:51 ---> 6c99578b93cc 12:39:51 12:39:51 Step 10/22 : FROM scratch 12:39:51 ---> 12:39:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:39:51 ---> Running in 609c89edd518 12:39:51 Removing intermediate container de104c3d0e43 12:39:51 ---> da617984340f 12:39:51 12:39:52 Successfully built da617984340f 12:39:52 Removing intermediate container 609c89edd518 12:39:52 ---> 83541766786c 12:39:52 Step 12/22 : ENV APP_PORT=48061 12:39:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 12:39:52  Building docker-security-secretstore-setup-go ... done  ---> Running in 6abb7414e74f 12:39:52 Removing intermediate container 6abb7414e74f 12:39:52 ---> dd22b8c25f0d 12:39:52 Step 13/22 : EXPOSE $APP_PORT 12:39:53 ---> Running in 2b5707c375cc 12:39:53 Removing intermediate container 2b5707c375cc 12:39:53 ---> e12d50e8e158 12:39:53 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 12:39:54 ---> 28d97ba57452 12:39:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 12:39:55 ---> fc331816e02d 12:39:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 12:39:57 ---> 92510469019c 12:39:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 12:39:58 ---> 67f812e044c7 12:39:58 Step 18/22 : ENTRYPOINT ["/support-logging"] 12:39:58 ---> Running in 6790e3f45fdf 12:39:59 Removing intermediate container 6790e3f45fdf 12:39:59 ---> 91f5f9de4a6e 12:39:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:39:59 ---> Running in bd2255cea702 12:39:59 Removing intermediate container bd2255cea702 12:39:59 ---> f6a03fb684f2 12:39:59 Step 20/22 : LABEL arch=arm64 12:40:00 ---> Running in 57a8a51acf42 12:40:00 Removing intermediate container 57a8a51acf42 12:40:00 ---> 3ec5692ad735 12:40:00 Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:40:00 ---> Running in f2d128453572 12:40:01 Removing intermediate container f2d128453572 12:40:01 ---> 0186ab32f3b8 12:40:01 Step 22/22 : LABEL version=0.0.0 12:40:01 ---> Running in 5f9f95593bd0 12:40:02 Removing intermediate container 5f9f95593bd0 12:40:02 ---> 9689b3f465e4 12:40:02 12:40:02 Successfully built 9689b3f465e4 12:40:02 Successfully tagged docker-support-logging-go-arm64:latest 12:40:18  Building docker-support-logging-go ... done Removing intermediate container 12eee2f976b8 12:40:18 ---> 55a892b55603 12:40:18 12:40:18 Step 10/22 : FROM scratch 12:40:18 ---> 12:40:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:40:18 Removing intermediate container f0316c564c00 12:40:18 ---> 1e9be94d11ea 12:40:18 12:40:18 Step 10/24 : FROM scratch 12:40:18 ---> 12:40:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:40:18 ---> Using cache 12:40:18 ---> b5bc2a1eeea7 12:40:18 Step 12/22 : ENV APP_PORT=48082 12:40:18 ---> Using cache 12:40:18 ---> 83541766786c 12:40:18 Step 12/24 : ENV APP_PORT=48060 12:40:18 ---> Running in 0ca985e9f8ca 12:40:18 ---> Running in 67e659784bfd 12:40:18 Removing intermediate container 0ca985e9f8ca 12:40:18 ---> 483e431755f2 12:40:18 Step 13/22 : EXPOSE $APP_PORT 12:40:18 Removing intermediate container 67e659784bfd 12:40:18 ---> 340d6e5657d0 12:40:18 Step 13/24 : EXPOSE $APP_PORT 12:40:18 ---> Running in 6c5aaf15beda 12:40:18 ---> Running in 907657708d85 12:40:18 Removing intermediate container 6c5aaf15beda 12:40:18 ---> a1391515f757 12:40:18 Step 14/22 : WORKDIR / 12:40:18 Removing intermediate container 907657708d85 12:40:18 ---> 5e37f102d74b 12:40:18 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:40:18 ---> Running in 8bbd218d7393 12:40:18 Removing intermediate container 8bbd218d7393 12:40:18 ---> d3d1f41d6b26 12:40:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 12:40:18 ---> a588a5c7ed22 12:40:18 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:40:18 ---> 9d0c003611d4 12:40:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:40:18 ---> 97c1293a5d60 12:40:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:40:19 ---> fc278884d907 12:40:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:40:20 ---> c44437d71835 12:40:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 12:40:20 ---> 8e3226d190aa 12:40:20 Step 18/22 : ENTRYPOINT ["/core-command"] 12:40:20 ---> Running in 19d7853bd285 12:40:21 ---> 6d91a8468230 12:40:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:40:21 Removing intermediate container 19d7853bd285 12:40:21 ---> 57a582f6e128 12:40:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:40:21 ---> Running in 48a567ce4c64 12:40:22 Removing intermediate container 48a567ce4c64 12:40:22 ---> 9b511f0ebabe 12:40:22 Step 20/22 : LABEL arch=arm64 12:40:22 ---> bab44dd0f26a 12:40:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:40:22 ---> Running in a3dff74cc560 12:40:22 Removing intermediate container a3dff74cc560 12:40:22 ---> b5f87f2bf71b 12:40:22 Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:40:22 ---> Running in ae17a6d50a0d 12:40:22 ---> a14101a59e21 12:40:22 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:40:22 ---> Running in 39a1c59ddaf7 12:40:23 Removing intermediate container ae17a6d50a0d 12:40:23 ---> c3bae41ac4e3 12:40:23 Step 22/22 : LABEL version=0.0.0 12:40:23 ---> Running in 4bc13bf976be 12:40:23 Removing intermediate container 39a1c59ddaf7 12:40:23 ---> a57b3648fd4c 12:40:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:40:23 ---> Running in 0c43ed14b2d0 12:40:23 Removing intermediate container 4bc13bf976be 12:40:23 ---> 2709b7924353 12:40:23 12:40:24 Successfully built 2709b7924353 12:40:24 Successfully tagged docker-core-command-go-arm64:latest 12:40:24  Building docker-core-command-go ... done Removing intermediate container 0c43ed14b2d0 12:40:24 ---> a57269908634 12:40:24 Step 22/24 : LABEL arch=arm64 12:40:24 ---> Running in 2e6be411d88f 12:40:24 Removing intermediate container 2e6be411d88f 12:40:24 ---> e7fa24ed69b4 12:40:24 Step 23/24 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 12:40:24 ---> Running in 42d1c2205d04 12:40:25 Removing intermediate container 42d1c2205d04 12:40:25 ---> 4079aac6ee04 12:40:25 Step 24/24 : LABEL version=0.0.0 12:40:25 ---> Running in a0f17a8e390f 12:40:25 Removing intermediate container a0f17a8e390f 12:40:25 ---> 5b2e40600dfc 12:40:25 12:40:26 Successfully built 5b2e40600dfc 12:40:26 Successfully tagged docker-support-notifications-go-arm64:latest 12:40:26  Building docker-support-notifications-go ... done  [Pipeline] } 12:40:26 $ docker stop --time=1 f1b43b81444b25284878e1a1323a40c7fe459a0c935efc9dd66645b6e3f4a440 12:40:28 $ docker rm -f f1b43b81444b25284878e1a1323a40c7fe459a0c935efc9dd66645b6e3f4a440 [Pipeline] // withDockerContainer [Pipeline] sh 12:40:29 + docker images 12:40:29 + grep docker 12:40:29 docker-support-notifications-go-arm64 latest 5b2e40600dfc 4 seconds ago 12.9MB 12:40:29 docker-core-command-go-arm64 latest 2709b7924353 6 seconds ago 11.4MB 12:40:29 docker-support-logging-go-arm64 latest 9689b3f465e4 27 seconds ago 10.6MB 12:40:29 docker-security-secretstore-setup-go-arm64 latest da617984340f 38 seconds ago 30.8MB 12:40:29 docker-support-scheduler-go-arm64 latest 8a62c4895464 46 seconds ago 11.5MB 12:40:29 docker-sys-mgmt-agent-go-arm64 latest bd1061b971f5 2 minutes ago 270MB 12:40:29 docker-core-data-go-arm64 latest 0eb0f90fad97 2 minutes ago 22.3MB 12:40:29 docker-core-metadata-go-arm64 latest 7742d424b8f6 3 minutes ago 13.5MB 12:40:29 docker-security-secrets-setup-go-arm64 latest dea2ffc0fc21 3 minutes ago 22.7MB 12:40:29 docker-security-proxy-setup-go-arm64 latest 63b4adc9a95f 4 minutes ago 15.1MB 12:40:29 docker latest 5d4db4dc0692 6 days ago 198MB [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 12:40:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:40:34 ---> package-listing.sh 12:40:34 ++ tr '[:upper:]' '[:lower:]' 12:40:34 ++ facter osfamily 12:40:34 + OS_FAMILY=redhat 12:40:34 + workspace=/w/workspace/edgex-go/4 12:40:34 + START_PACKAGES=/tmp/packages_start.txt 12:40:34 + END_PACKAGES=/tmp/packages_end.txt 12:40:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:40:34 + PACKAGES=/tmp/packages_start.txt 12:40:34 + '[' /w/workspace/edgex-go/4 ']' 12:40:34 + PACKAGES=/tmp/packages_end.txt 12:40:34 + case "${OS_FAMILY}" in 12:40:34 + rpm -qa 12:40:34 + sort 12:40:39 + '[' -f /tmp/packages_start.txt ']' 12:40:39 + '[' -f /tmp/packages_end.txt ']' 12:40:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:40:39 + '[' /w/workspace/edgex-go/4 ']' 12:40:39 + mkdir -p /w/workspace/edgex-go/4/archives/ 12:40:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 12:40:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:40:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:40:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:40:40 12:40:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:40:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:40:41 alpine: Pulling from edgex-lftools-log-publisher 12:40:41 df20fa9351a1: Already exists 12:40:41 36b3adc4ff6f: Pulling fs layer 12:40:41 8ad3a11d3b57: Pulling fs layer 12:40:41 46f8f816bc3b: Pulling fs layer 12:40:41 93b61091891f: Pulling fs layer 12:40:41 93b9cdb0e59b: Pulling fs layer 12:40:41 5e14af77c1be: Pulling fs layer 12:40:41 01666e4c0597: Pulling fs layer 12:40:41 aa168da1d23b: Pulling fs layer 12:40:41 93b61091891f: Waiting 12:40:41 93b9cdb0e59b: Waiting 12:40:41 5e14af77c1be: Waiting 12:40:41 01666e4c0597: Waiting 12:40:41 aa168da1d23b: Waiting 12:40:41 46f8f816bc3b: Verifying Checksum 12:40:41 46f8f816bc3b: Download complete 12:40:41 36b3adc4ff6f: Verifying Checksum 12:40:41 36b3adc4ff6f: Download complete 12:40:41 93b9cdb0e59b: Verifying Checksum 12:40:41 93b9cdb0e59b: Download complete 12:40:41 5e14af77c1be: Verifying Checksum 12:40:41 5e14af77c1be: Download complete 12:40:41 01666e4c0597: Verifying Checksum 12:40:41 01666e4c0597: Download complete 12:40:41 93b61091891f: Verifying Checksum 12:40:41 93b61091891f: Download complete 12:40:41 36b3adc4ff6f: Pull complete 12:40:42 8ad3a11d3b57: Verifying Checksum 12:40:42 8ad3a11d3b57: Download complete 12:40:43 8ad3a11d3b57: Pull complete 12:40:44 46f8f816bc3b: Pull complete 12:40:44 93b61091891f: Pull complete 12:40:44 93b9cdb0e59b: Pull complete 12:40:45 5e14af77c1be: Pull complete 12:40:45 01666e4c0597: Pull complete 12:40:52 aa168da1d23b: Verifying Checksum 12:40:52 aa168da1d23b: Download complete 12:41:07 aa168da1d23b: Pull complete 12:41:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:41:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:41:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:41:08 prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container 12:41:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:41:11 $ docker top bd1207466d24d8abc13cebc3731e6266fb2915fdfc295b8f5dd3a6438c1d3230 -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:13 + touch /tmp/pre-build-complete [Pipeline] sh 12:41:13 + mkdir -p /var/log/sa [Pipeline] sh 12:41:13 + ls /var/log/sa-host 12:41:13 + sadf -c /var/log/sa-host/sa05 12:41:13 file_magic: OK 12:41:13 HZ: Using current value: 100 12:41:13 file_header: OK 12:41:13 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 12:41:13 Statistics: 12:41:13 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:41:13 File successfully converted to sysstat format version 12.2.1 12:41:13 + sadf -c /var/log/sa-host/sa28 12:41:13 file_magic: OK 12:41:13 HZ: Using current value: 100 12:41:13 file_header: OK 12:41:13 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 12:41:13 Statistics: 12:41:13 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... 12:41:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:41:14 provisioning config files... 12:41:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1681612771161582868tmp [Pipeline] { [Pipeline] echo 12:41:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:41:15 ---> create-netrc.sh [Pipeline] } 12:41:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:41:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:41:15 ---> python-tools-install.sh [Pipeline] echo 12:41:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:41:16 ---> sudo-logs.sh 12:41:16 Archiving 'sudo' log.. [Pipeline] echo 12:41:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:41:16 ---> job-cost.sh 12:41:16 lf-activate-venv: SKIPPING 12:41:16 INFO: No Stack... 12:41:18 INFO: Retrieving Pricing Info for: v1-standard-2 12:41:18 INFO: Archiving Costs [Pipeline] echo 12:41:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:41:19 ---> logs-deploy.sh 12:41:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2854/4 12:41:19 INFO: archiving workspace using pattern(s): 12:41:21 Archives upload complete. 12:41:21 INFO: archiving logs to Nexus 12:41:23 ---> uname -a: 12:41:23 Linux prd-centos7-docker-4c-2g-9476.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 12:41:23 12:41:23 12:41:23 ---> lscpu: 12:41:23 Architecture: x86_64 12:41:23 CPU op-mode(s): 32-bit, 64-bit 12:41:23 Byte Order: Little Endian 12:41:23 Address sizes: 40 bits physical, 48 bits virtual 12:41:23 CPU(s): 4 12:41:23 On-line CPU(s) list: 0-3 12:41:23 Thread(s) per core: 1 12:41:23 Core(s) per socket: 1 12:41:23 Socket(s): 4 12:41:23 NUMA node(s): 1 12:41:23 Vendor ID: GenuineIntel 12:41:23 CPU family: 6 12:41:23 Model: 44 12:41:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:41:23 Stepping: 1 12:41:23 CPU MHz: 2933.438 12:41:23 BogoMIPS: 5866.87 12:41:23 Virtualization: VT-x 12:41:23 Hypervisor vendor: KVM 12:41:23 Virtualization type: full 12:41:23 L1d cache: 128 KiB 12:41:23 L1i cache: 128 KiB 12:41:23 L2 cache: 16 MiB 12:41:23 L3 cache: 64 MiB 12:41:23 NUMA node0 CPU(s): 0-3 12:41:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:41:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:41:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:41:23 Vulnerability Meltdown: Mitigation; PTI 12:41:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:41:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:41:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:41:23 Vulnerability Tsx async abort: Not affected 12:41:23 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 12:41:23 12:41:23 12:41:23 ---> nproc: 12:41:23 4 12:41:23 12:41:23 12:41:23 ---> df -h: 12:41:23 Filesystem Size Used Available Use% Mounted on 12:41:23 overlay 50.0G 13.1G 36.9G 26% / 12:41:23 tmpfs 64.0M 0 64.0M 0% /dev 12:41:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:41:23 shm 64.0M 0 64.0M 0% /dev/shm 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/4@tmp 12:41:23 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/4 12:41:23 12:41:23 12:41:23 ---> free -m: 12:41:23 total used free shared buff/cache available 12:41:23 Mem: 1837 668 131 0 1037 1088 12:41:23 Swap: 1023 55 968 12:41:23 12:41:23 12:41:23 ---> ip addr: 12:41:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:41:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:41:23 inet 127.0.0.1/8 scope host lo 12:41:23 valid_lft forever preferred_lft forever 12:41:23 inet6 ::1/128 scope host 12:41:23 valid_lft forever preferred_lft forever 12:41:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:41:23 link/ether fa:16:3e:a1:ec:48 brd ff:ff:ff:ff:ff:ff 12:41:23 inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 12:41:23 valid_lft 85109sec preferred_lft 85109sec 12:41:23 inet6 fe80::f816:3eff:fea1:ec48/64 scope link 12:41:23 valid_lft forever preferred_lft forever 12:41:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:41:23 link/ether 02:42:12:c8:f4:f8 brd ff:ff:ff:ff:ff:ff 12:41:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:41:23 valid_lft forever preferred_lft forever 12:41:23 inet6 fe80::42:12ff:fec8:f4f8/64 scope link 12:41:23 valid_lft forever preferred_lft forever 12:41:23 12:41:23 12:41:23 ---> sar -b -r -n DEV: 12:41:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 12:41:23 12:41:23 12:19:33 LINUX RESTART (4 CPU) 12:41:23 12:41:23 12:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:41:23 12:21:02 126.87 65.34 61.53 0.00 5199.37 38130.48 0.00 12:41:23 12:22:01 49.75 12.02 37.73 0.00 4903.50 7585.93 0.00 12:41:23 12:23:01 117.01 64.33 52.68 0.00 5020.41 28240.02 0.00 12:41:23 12:24:01 174.14 29.61 144.53 0.00 2022.39 39873.66 0.00 12:41:23 12:25:01 204.36 128.09 76.27 0.00 5755.07 7434.79 0.00 12:41:23 12:26:02 102.94 44.16 58.78 0.00 2029.44 5769.98 0.00 12:41:23 12:27:01 42.42 10.65 31.76 0.00 1251.75 7590.94 0.00 12:41:23 12:28:02 211.85 62.16 149.69 0.00 20879.55 89985.26 0.00 12:41:23 12:29:02 1904.73 1629.09 275.64 0.00 143163.50 151774.59 0.00 12:41:23 12:30:02 1095.48 923.94 171.55 0.00 75894.25 81882.56 0.00 12:41:23 12:31:01 312.10 80.89 231.21 0.00 22725.49 98570.99 0.00 12:41:23 12:32:01 1978.39 1721.58 256.81 0.00 146826.73 152046.02 0.00 12:41:23 12:33:02 1141.53 950.73 190.79 0.00 80563.75 83970.81 0.00 12:41:23 12:34:01 327.24 67.39 259.85 0.00 8555.33 28195.62 0.00 12:41:23 12:35:01 44.39 11.34 33.05 0.00 3006.15 1246.55 0.00 12:41:23 12:36:02 2.40 0.07 2.33 0.00 2.66 39.19 0.00 12:41:23 12:37:01 0.30 0.00 0.30 0.00 0.00 4.17 0.00 12:41:23 12:38:01 0.47 0.03 0.43 0.00 0.40 4.16 0.00 12:41:23 12:39:01 0.78 0.02 0.77 0.00 0.53 8.94 0.00 12:41:23 12:40:01 0.57 0.00 0.57 0.00 0.00 6.22 0.00 12:41:23 12:41:01 100.27 47.34 52.92 0.00 5038.41 13416.78 0.00 12:41:23 Average: 379.21 279.65 99.56 0.00 25468.77 39915.57 0.00 12:41:23 12:41:23 12:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:41:23 12:21:02 72248 0 522784 27.78 2620 1283904 1101020 37.58 480908 1172628 109984 12:41:23 12:22:01 65680 0 631536 33.56 2620 1181720 1362900 46.51 570848 1078324 67836 12:41:23 12:23:01 68580 0 637776 33.90 2596 1172604 1552696 52.99 688188 952504 94848 12:41:23 12:24:01 77368 0 704344 37.43 1492 1098352 1535920 52.42 676084 897892 6632 12:41:23 12:25:01 250828 0 691288 36.74 1440 938000 1733784 59.17 652948 741512 95932 12:41:23 12:26:02 345232 0 646056 34.34 1260 889008 1219464 41.62 637052 653964 20104 12:41:23 12:27:01 201012 0 681988 36.25 1164 997392 1487192 50.76 666368 769476 25232 12:41:23 12:28:02 69760 0 796800 42.35 76 1014920 2367884 80.81 784788 837592 36980 12:41:23 12:29:02 67592 0 779336 41.42 0 1034628 2328380 79.46 712972 920084 25308 12:41:23 12:30:02 139632 0 1158824 61.59 0 583100 3356840 114.56 870292 656184 53548 12:41:23 12:31:01 71004 0 608828 32.36 0 1201724 1362212 46.49 762168 866084 36892 12:41:23 12:32:01 149452 0 704184 37.43 0 1027920 1955332 66.73 615376 934868 41264 12:41:23 12:33:02 365968 0 1005708 53.45 0 509880 4055164 138.40 613240 678728 18656 12:41:23 12:34:01 278736 0 669912 35.60 0 932908 1516364 51.75 561936 813288 2964 12:41:23 12:35:01 263780 0 591752 31.45 0 1026024 1230748 42.00 534200 860508 8 12:41:23 12:36:02 268812 0 586736 31.18 0 1026008 1203624 41.08 530188 860440 8 12:41:23 12:37:01 269708 0 585808 31.13 0 1026040 1195436 40.80 529524 860472 8 12:41:23 12:38:01 269448 0 586060 31.15 0 1026048 1195600 40.80 530020 860484 8 12:41:23 12:39:01 270040 0 585472 31.12 0 1026044 1195468 40.80 529704 860484 8 12:41:23 12:40:01 269792 0 585696 31.13 0 1026068 1195468 40.80 529460 860500 8 12:41:23 12:41:01 65852 0 678212 36.05 0 1137492 1653760 56.44 654256 917308 70152 12:41:23 Average: 185739 0 687576 36.54 632 1007609 1705012 58.19 625263 859682 33637 12:41:23 12:41:23 12:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:41:23 12:21:02 eth0 436.66 323.29 2438.88 58.49 0.00 0.00 0.00 0.00 12:41:23 12:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:22:01 veth32b025b 433.32 340.22 40.66 1188.12 0.00 0.00 0.00 0.00 12:41:23 12:22:01 eth0 602.57 638.88 2423.83 93.15 0.00 0.00 0.00 0.00 12:41:23 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:22:01 docker0 433.32 340.08 34.74 1188.11 0.00 0.00 0.00 0.00 12:41:23 12:23:01 eth0 710.76 740.30 4312.85 68.60 0.00 0.00 0.00 0.00 12:41:23 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:23:01 docker0 492.61 405.64 37.97 1484.15 0.00 0.00 0.00 0.00 12:41:23 12:24:01 eth0 317.44 200.63 2000.05 57.60 0.00 0.00 0.00 0.00 12:41:23 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:24:01 docker0 96.30 136.64 6.78 827.91 0.00 0.00 0.00 0.00 12:41:23 12:25:01 vethb8129ee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:25:01 eth0 30.76 26.76 26.35 35.73 0.00 0.00 0.00 0.00 12:41:23 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:26:02 vethb8129ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:26:02 eth0 38.71 29.17 28.55 35.62 0.00 0.00 0.00 0.00 12:41:23 12:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:27:01 vethb8129ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:27:01 eth0 38.95 33.79 26.68 59.47 0.00 0.00 0.00 0.00 12:41:23 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:28:02 veth8509f80 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:28:02 eth0 187.41 140.42 1672.69 42.42 0.00 0.00 0.00 0.00 12:41:23 12:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:29:02 veth8509f80 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:29:02 eth0 38.88 23.41 157.20 6.68 0.00 0.00 0.00 0.00 12:41:23 12:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:29:02 docker0 13.12 24.94 0.70 146.62 0.00 0.00 0.00 0.00 12:41:23 12:30:02 veth8509f80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:30:02 veth59e99f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:30:02 vethe1370ba 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:30:02 vethc8b7c97 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:31:01 veth8509f80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:31:01 eth0 2480.31 2215.55 13300.00 507.73 0.00 0.00 0.00 0.00 12:41:23 12:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:41:23 12:31:01 docker0 1041.34 913.21 80.63 3673.50 0.00 0.00 0.00 0.00 12:41:23 12:32:01 veth8509f80 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:32:01 eth0 34.38 22.62 155.01 6.21 0.00 0.00 0.00 0.00 12:41:23 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:32:01 docker0 13.26 21.73 0.73 145.43 0.00 0.00 0.00 0.00 12:41:23 12:33:02 veth46eb093 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:33:02 veth8509f80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:33:02 eth0 15.55 14.10 6.16 32.53 0.00 0.00 0.00 0.00 12:41:23 12:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:34:01 veth8509f80 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 12:41:23 12:34:01 veth942d79a 2.28 2.60 0.22 8.57 0.00 0.00 0.00 0.00 12:41:23 12:34:01 eth0 227.78 147.46 595.69 55.20 0.00 0.00 0.00 0.00 12:41:23 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:35:01 eth0 33.63 25.08 64.87 36.77 0.00 0.00 0.00 0.00 12:41:23 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:35:01 docker0 1146.73 1086.13 86.22 4329.73 0.00 0.00 0.00 0.00 12:41:23 12:36:02 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 12:41:23 12:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:37:01 eth0 0.17 0.14 0.06 0.01 0.00 0.00 0.00 0.00 12:41:23 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:38:01 eth0 0.88 0.38 0.31 0.20 0.00 0.00 0.00 0.00 12:41:23 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:39:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:40:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:41:23 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:41:01 eth0 226.94 195.68 2121.54 38.81 0.00 0.00 0.00 0.00 12:41:23 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 Average: eth0 141.59 123.01 765.60 31.96 0.00 0.00 0.00 0.00 12:41:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:41:23 Average: docker0 54.74 51.85 4.12 206.69 0.00 0.00 0.00 0.00 12:41:23 12:41:23 12:41:23 ---> sar -P ALL: 12:41:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 12:41:23 12:41:23 12:19:33 LINUX RESTART (4 CPU) 12:41:23 12:41:23 12:20:01 CPU %user %nice %system %iowait %steal %idle 12:41:23 12:21:02 all 13.14 0.00 8.49 5.57 17.45 55.35 12:41:23 12:21:02 0 11.71 0.00 7.86 7.12 20.22 53.09 12:41:23 12:21:02 1 11.76 0.00 11.38 3.17 17.05 56.64 12:41:23 12:21:02 2 13.39 0.00 7.28 6.76 16.52 56.05 12:41:23 12:21:02 3 15.83 0.00 7.35 5.23 15.94 55.65 12:41:23 12:22:01 all 4.65 0.00 2.85 1.05 11.44 80.02 12:41:23 12:22:01 0 5.48 0.00 2.66 0.36 12.36 79.14 12:41:23 12:22:01 1 4.22 0.00 3.25 0.70 11.16 80.67 12:41:23 12:22:01 2 3.90 0.00 2.82 2.93 10.50 79.84 12:41:23 12:22:01 3 5.01 0.00 2.66 0.18 11.75 80.39 12:41:23 12:23:01 all 6.65 0.00 2.98 0.65 15.35 74.37 12:41:23 12:23:01 0 7.05 0.00 2.52 0.33 17.46 72.63 12:41:23 12:23:01 1 6.28 0.00 4.38 0.66 14.99 73.69 12:41:23 12:23:01 2 5.09 0.00 2.54 0.87 14.42 77.07 12:41:23 12:23:01 3 8.18 0.00 2.49 0.73 14.56 74.04 12:41:23 12:24:01 all 5.50 0.00 4.47 2.68 16.83 70.51 12:41:23 12:24:01 0 5.72 0.00 4.18 2.47 18.50 69.13 12:41:23 12:24:01 1 6.31 0.00 4.92 2.63 16.42 69.72 12:41:23 12:24:01 2 4.77 0.00 4.47 2.24 15.99 72.53 12:41:23 12:24:01 3 5.22 0.00 4.31 3.39 16.39 70.69 12:41:23 12:25:01 all 20.14 0.00 8.39 4.83 20.14 46.50 12:41:23 12:25:01 0 21.10 0.00 9.82 3.54 20.86 44.68 12:41:23 12:25:01 1 18.19 0.00 7.01 6.35 20.53 47.92 12:41:23 12:25:01 2 19.35 0.00 8.37 4.68 20.01 47.59 12:41:23 12:25:01 3 21.99 0.00 8.39 4.72 19.15 45.76 12:41:23 12:26:02 all 36.42 0.00 14.07 3.56 23.13 22.82 12:41:23 12:26:02 0 39.39 0.00 14.82 5.74 23.09 16.96 12:41:23 12:26:02 1 29.74 0.00 12.67 2.81 25.66 29.12 12:41:23 12:26:02 2 38.15 0.00 14.49 4.34 23.07 19.95 12:41:23 12:26:02 3 38.88 0.00 14.41 1.47 20.57 24.68 12:41:23 12:27:01 all 17.47 0.00 9.12 0.46 24.68 48.27 12:41:23 12:27:01 0 16.96 0.00 9.14 0.60 25.66 47.64 12:41:23 12:27:01 1 17.97 0.00 9.00 0.38 24.68 47.97 12:41:23 12:27:01 2 17.42 0.00 9.04 0.14 23.56 49.83 12:41:23 12:27:01 3 17.54 0.00 9.31 0.71 24.80 47.64 12:41:23 12:28:02 all 5.61 0.00 7.00 6.36 27.67 53.35 12:41:23 12:28:02 0 4.60 0.00 7.18 6.22 30.24 51.77 12:41:23 12:28:02 1 6.44 0.00 6.82 6.57 27.30 52.87 12:41:23 12:28:02 2 4.96 0.00 6.93 5.69 25.78 56.64 12:41:23 12:28:02 3 6.48 0.00 7.07 6.96 27.32 52.17 12:41:23 12:29:02 all 15.35 0.00 18.20 16.47 21.33 28.65 12:41:23 12:29:02 0 13.34 0.00 15.78 17.43 23.10 30.35 12:41:23 12:29:02 1 17.84 0.00 23.07 17.13 19.48 22.47 12:41:23 12:29:02 2 14.51 0.00 16.82 17.48 20.87 30.32 12:41:23 12:29:02 3 15.86 0.00 17.40 13.80 21.78 31.16 12:41:23 12:30:02 all 44.91 0.00 14.47 9.32 16.99 14.31 12:41:23 12:30:02 0 43.39 0.00 14.08 9.41 17.71 15.41 12:41:23 12:30:02 1 47.31 0.00 14.50 9.81 15.63 12.74 12:41:23 12:30:02 2 42.50 0.00 14.37 9.40 18.27 15.46 12:41:23 12:30:02 3 46.34 0.00 14.95 8.62 16.40 13.69 12:41:23 12:31:01 all 30.83 0.00 14.20 9.12 21.84 24.01 12:41:23 12:31:01 0 28.58 0.00 13.45 9.19 21.96 26.82 12:41:23 12:31:01 1 30.20 0.00 14.19 9.24 23.56 22.81 12:41:23 12:31:01 2 33.21 0.00 14.74 8.45 20.19 23.40 12:41:23 12:31:01 3 31.28 0.00 14.39 9.59 21.63 23.10 12:41:23 12:41:23 12:31:01 CPU %user %nice %system %iowait %steal %idle 12:41:23 12:32:01 all 15.46 0.00 18.29 18.32 20.24 27.69 12:41:23 12:32:01 0 13.94 0.00 17.24 17.08 20.59 31.16 12:41:23 12:32:01 1 15.49 0.00 18.64 18.68 20.65 26.55 12:41:23 12:32:01 2 16.18 0.00 17.70 18.10 20.13 27.90 12:41:23 12:32:01 3 16.30 0.00 19.62 19.47 19.57 25.04 12:41:23 12:33:02 all 47.68 0.00 15.56 9.50 14.07 13.19 12:41:23 12:33:02 0 46.17 0.00 15.04 9.25 15.28 14.26 12:41:23 12:33:02 1 48.92 0.00 14.83 8.91 13.04 14.30 12:41:23 12:33:02 2 47.82 0.00 15.04 11.56 14.80 10.79 12:41:23 12:33:02 3 47.78 0.00 17.37 8.36 13.20 13.28 12:41:23 12:34:01 all 23.18 0.00 13.19 11.74 16.45 35.44 12:41:23 12:34:01 0 23.58 0.00 13.60 8.85 16.99 36.98 12:41:23 12:34:01 1 22.03 0.00 12.47 15.32 16.72 33.46 12:41:23 12:34:01 2 23.67 0.00 13.73 10.94 15.59 36.06 12:41:23 12:34:01 3 23.43 0.00 12.97 11.85 16.48 35.26 12:41:23 12:35:01 all 3.34 0.00 1.77 1.09 3.96 89.84 12:41:23 12:35:01 0 5.54 0.00 2.01 1.60 4.51 86.34 12:41:23 12:35:01 1 3.59 0.00 1.83 1.88 3.37 89.34 12:41:23 12:35:01 2 2.63 0.00 1.95 0.18 3.98 91.26 12:41:23 12:35:01 3 1.63 0.00 1.31 0.71 3.98 92.38 12:41:23 12:36:02 all 0.10 0.00 0.05 0.00 0.17 99.68 12:41:23 12:36:02 0 0.03 0.00 0.03 0.00 0.10 99.83 12:41:23 12:36:02 1 0.27 0.00 0.07 0.00 0.27 99.40 12:41:23 12:36:02 2 0.10 0.00 0.03 0.00 0.13 99.73 12:41:23 12:36:02 3 0.02 0.00 0.05 0.00 0.20 99.73 12:41:23 12:37:01 all 0.09 0.00 0.02 0.00 0.30 99.59 12:41:23 12:37:01 0 0.02 0.00 0.00 0.00 0.32 99.66 12:41:23 12:37:01 1 0.32 0.00 0.05 0.00 0.44 99.19 12:41:23 12:37:01 2 0.02 0.00 0.02 0.00 0.32 99.64 12:41:23 12:37:01 3 0.02 0.00 0.02 0.00 0.10 99.86 12:41:23 12:38:01 all 0.08 0.00 0.04 0.00 0.39 99.49 12:41:23 12:38:01 0 0.02 0.00 0.02 0.00 0.22 99.75 12:41:23 12:38:01 1 0.27 0.00 0.05 0.00 0.70 98.99 12:41:23 12:38:01 2 0.03 0.00 0.05 0.00 0.48 99.44 12:41:23 12:38:01 3 0.02 0.00 0.05 0.00 0.15 99.78 12:41:23 12:39:01 all 0.12 0.00 0.02 0.00 0.22 99.65 12:41:23 12:39:01 0 0.03 0.00 0.03 0.00 0.35 99.58 12:41:23 12:39:01 1 0.37 0.00 0.02 0.00 0.20 99.42 12:41:23 12:39:01 2 0.03 0.00 0.02 0.00 0.08 99.87 12:41:23 12:39:01 3 0.03 0.00 0.02 0.00 0.23 99.72 12:41:23 12:40:01 all 0.10 0.00 0.03 0.00 0.21 99.65 12:41:23 12:40:01 0 0.02 0.00 0.02 0.00 0.13 99.83 12:41:23 12:40:01 1 0.25 0.00 0.05 0.00 0.28 99.42 12:41:23 12:40:01 2 0.12 0.00 0.05 0.00 0.28 99.55 12:41:23 12:40:01 3 0.02 0.00 0.02 0.00 0.15 99.82 12:41:23 12:41:01 all 3.41 0.00 2.59 1.44 8.17 84.38 12:41:23 12:41:01 0 2.14 0.00 2.01 0.68 8.42 86.75 12:41:23 12:41:01 1 3.59 0.00 2.67 1.71 7.74 84.28 12:41:23 12:41:01 2 3.29 0.00 2.50 1.06 8.51 84.64 12:41:23 12:41:01 3 4.64 0.00 3.19 2.32 8.02 81.82 12:41:23 Average: all 13.28 0.00 7.13 4.68 13.23 61.67 12:41:23 Average: 0 12.97 0.00 6.94 4.58 14.07 61.44 12:41:23 Average: 1 13.32 0.00 7.44 4.84 13.22 61.18 12:41:23 Average: 2 13.05 0.00 6.99 4.79 12.85 62.32 12:41:23 Average: 3 13.80 0.00 7.16 4.49 12.80 61.75 12:41:23 12:41:23 12:41:23