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 [2020-10-28T12:21:21.600Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T12:21:21.833Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T12:21:21.927Z] ========================================================= [2020-10-28T12:21:21.927Z] EdgeX Global Pipelines Version Info [2020-10-28T12:21:21.927Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2874f20e15792f819bf9a8187adbc32bd353ec1f # timeout=10 [2020-10-28T12:21:24.427Z] ------------------- [2020-10-28T12:21:24.427Z] stable info: [2020-10-28T12:21:24.427Z] ------------------- [2020-10-28T12:21:24.427Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T12:21:24.427Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T12:21:24.427Z] Message: update stable to v1.0.148 [2020-10-28T12:21:25.397Z] ------------------- [2020-10-28T12:21:25.397Z] experimental info: [2020-10-28T12:21:25.397Z] ------------------- [2020-10-28T12:21:25.397Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T12:21:25.397Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T12:21:25.397Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-28T12:21:25.738Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-28T12:21:25.830Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-28T12:21:25.929Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T12:21:26.020Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T12:21:26.113Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T12:21:26.214Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T12:21:26.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T12:21:26.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-28T12:21:26.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-28T12:21:26.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-28T12:21:26.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T12:21:26.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T12:21:26.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T12:21:27.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T12:21:27.095Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T12:21:27.185Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T12:21:27.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T12:21:27.370Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T12:21:27.475Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-28T12:21:27.589Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-28T12:21:27.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-28T12:21:27.778Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2854 [Pipeline] echo [2020-10-28T12:21:27.869Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2854 [Pipeline] echo [2020-10-28T12:21:27.959Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2854 [Pipeline] echo [2020-10-28T12:21:28.064Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [Pipeline] echo [2020-10-28T12:21:28.152Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b39a77 [Pipeline] echo [2020-10-28T12:21:28.240Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-28T12:21:28.636Z] ++ 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 [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/core-command/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/core-data/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-28T12:21:28.636Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-28T12:21:28.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T12:21:28.636Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-28T12:21:28.636Z] ++ cut -d/ -f2 [2020-10-28T12:21:28.636Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-28T12:21:28.748Z] 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 [2020-10-28T12:21:29.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:21:29.892Z] [2020-10-28T12:21:29.892Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:21:30.342Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:21:30.342Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T12:21:30.342Z] 31603596830f: Pulling fs layer [2020-10-28T12:21:30.342Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T12:21:30.342Z] 6ca5941a6612: Pulling fs layer [2020-10-28T12:21:30.342Z] ecc8261a40a4: Pulling fs layer [2020-10-28T12:21:30.342Z] ecc8261a40a4: Waiting [2020-10-28T12:21:30.342Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T12:21:30.342Z] 2a8b12db71e7: Download complete [2020-10-28T12:21:30.630Z] 31603596830f: Verifying Checksum [2020-10-28T12:21:30.630Z] 31603596830f: Download complete [2020-10-28T12:21:30.914Z] ecc8261a40a4: Verifying Checksum [2020-10-28T12:21:30.914Z] ecc8261a40a4: Download complete [2020-10-28T12:21:30.914Z] 6ca5941a6612: Verifying Checksum [2020-10-28T12:21:30.914Z] 6ca5941a6612: Download complete [2020-10-28T12:21:31.181Z] 31603596830f: Pull complete [2020-10-28T12:21:31.453Z] 2a8b12db71e7: Pull complete [2020-10-28T12:21:33.468Z] 6ca5941a6612: Pull complete [2020-10-28T12:21:33.780Z] ecc8261a40a4: Pull complete [2020-10-28T12:21:33.780Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T12:21:33.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T12:21:33.780Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T12:21:34.032Z] prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container [2020-10-28T12:21:34.166Z] $ 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 [2020-10-28T12:21:36.664Z] $ docker top d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T12:21:37.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T12:21:37.058Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T12:21:37.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T12:21:37.398Z] $ docker exec d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 ssh-agent [2020-10-28T12:21:37.648Z] SSH_AUTH_SOCK=/tmp/ssh-IzQhCH63V9IB/agent.12 [2020-10-28T12:21:37.648Z] SSH_AGENT_PID=18 [2020-10-28T12:21:37.669Z] Running ssh-add (command line suppressed) [2020-10-28T12:21:37.880Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8715240553541880991.key (/w/workspace/edgex-go/4@tmp/private_key_8715240553541880991.key) [2020-10-28T12:21:38.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T12:21:38.484Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T12:21:38.539Z] $ docker exec --env ******** --env ******** d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 ssh-agent -k [2020-10-28T12:21:38.774Z] unset SSH_AUTH_SOCK; [2020-10-28T12:21:38.774Z] unset SSH_AGENT_PID; [2020-10-28T12:21:38.774Z] echo Agent pid 18 killed; [2020-10-28T12:21:38.849Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T12:21:38.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T12:21:38.998Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T12:21:39.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T12:21:39.435Z] $ docker exec d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 ssh-agent [2020-10-28T12:21:39.882Z] SSH_AUTH_SOCK=/tmp/ssh-C5Gbv5NttrUQ/agent.47 [2020-10-28T12:21:39.882Z] SSH_AGENT_PID=52 [2020-10-28T12:21:39.903Z] Running ssh-add (command line suppressed) [2020-10-28T12:21:40.256Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_832271127646775981.key (/w/workspace/edgex-go/4@tmp/private_key_832271127646775981.key) [2020-10-28T12:21:40.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T12:21:40.736Z] + git semver init [2020-10-28T12:21:40.736Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T12:21:40.736Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-10-28T12:21:40.736Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-10-28T12:21:40.736Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T12:21:40.736Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T12:21:40.736Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T12:21:40.736Z] # $SEMVER_BRANCH = PR-2854 [2020-10-28T12:21:40.737Z] # $SEMVER_TEMP = /tmp/semver-065081488 [2020-10-28T12:21:40.737Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-28T12:22:38.003Z] # '/tmp/semver-065081488' -> '/w/workspace/edgex-go/4/.semver' [2020-10-28T12:22:39.036Z] # -> Force: false [2020-10-28T12:22:39.036Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-10-28T12:22:39.057Z] $ docker exec --env ******** --env ******** d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 ssh-agent -k [2020-10-28T12:22:39.335Z] unset SSH_AUTH_SOCK; [2020-10-28T12:22:39.336Z] unset SSH_AGENT_PID; [2020-10-28T12:22:39.336Z] echo Agent pid 52 killed; [2020-10-28T12:22:39.450Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T12:22:39.970Z] + git semver [Pipeline] } [2020-10-28T12:22:40.002Z] $ docker stop --time=1 d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 [2020-10-28T12:22:41.698Z] $ docker rm -f d596858e5f62b1fe0a0efcbe4870a03c3a2b4f62d5e6a42ff387bb2ec80036f3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:22:42.305Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T12:22:43.257Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T12:22:43.260Z] [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 [2020-10-28T12:22:43.944Z] ========================================================= [2020-10-28T12:22:43.944Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T12:22:43.944Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:22:44.628Z] + 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 . [2020-10-28T12:22:51.483Z] Sending build context to Docker daemon 325.7MB [2020-10-28T12:22:51.483Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T12:22:51.483Z] Step 2/7 : FROM ${BASE} [2020-10-28T12:22:51.483Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T12:22:51.483Z] df20fa9351a1: Pulling fs layer [2020-10-28T12:22:51.483Z] ed8968b2872e: Pulling fs layer [2020-10-28T12:22:51.483Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T12:22:51.483Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T12:22:51.483Z] e73272ec9a57: Pulling fs layer [2020-10-28T12:22:51.483Z] 1e910a182e73: Pulling fs layer [2020-10-28T12:22:51.483Z] 4e634b169226: Pulling fs layer [2020-10-28T12:22:51.483Z] e871e8e8d7a9: Waiting [2020-10-28T12:22:51.483Z] e73272ec9a57: Waiting [2020-10-28T12:22:51.483Z] 1e910a182e73: Waiting [2020-10-28T12:22:51.483Z] 4e634b169226: Waiting [2020-10-28T12:22:51.483Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T12:22:51.483Z] a92cc7c5fd73: Download complete [2020-10-28T12:22:51.483Z] ed8968b2872e: Verifying Checksum [2020-10-28T12:22:51.483Z] ed8968b2872e: Download complete [2020-10-28T12:22:51.483Z] e73272ec9a57: Verifying Checksum [2020-10-28T12:22:51.483Z] e73272ec9a57: Download complete [2020-10-28T12:22:51.483Z] 1e910a182e73: Verifying Checksum [2020-10-28T12:22:51.483Z] 1e910a182e73: Download complete [2020-10-28T12:22:51.483Z] df20fa9351a1: Verifying Checksum [2020-10-28T12:22:51.483Z] df20fa9351a1: Download complete [2020-10-28T12:22:51.780Z] df20fa9351a1: Pull complete [2020-10-28T12:22:52.494Z] ed8968b2872e: Pull complete [2020-10-28T12:22:52.789Z] a92cc7c5fd73: Pull complete [2020-10-28T12:22:57.241Z] 4e634b169226: Verifying Checksum [2020-10-28T12:22:57.241Z] 4e634b169226: Download complete [2020-10-28T12:22:57.845Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T12:22:57.845Z] e871e8e8d7a9: Download complete [2020-10-28T12:22:58.721Z] Still waiting to schedule task [2020-10-28T12:22:58.722Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-28T12:23:11.002Z] e871e8e8d7a9: Pull complete [2020-10-28T12:23:11.003Z] e73272ec9a57: Pull complete [2020-10-28T12:23:11.003Z] 1e910a182e73: Pull complete [2020-10-28T12:23:14.571Z] 4e634b169226: Pull complete [2020-10-28T12:23:14.571Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T12:23:14.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T12:23:14.571Z] ---> f7629b54cfaa [2020-10-28T12:23:14.571Z] 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 [2020-10-28T12:23:14.571Z] ---> Running in c12b1e27f618 [2020-10-28T12:23:15.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:16.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:23:17.407Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T12:23:18.045Z] (2/12) Installing file (5.38-r0) [2020-10-28T12:23:18.045Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T12:23:18.045Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T12:23:30.843Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T12:23:30.843Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T12:23:30.843Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T12:23:30.843Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T12:23:30.843Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T12:23:30.843Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T12:23:30.843Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T12:23:30.843Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T12:23:30.843Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T12:23:30.843Z] OK: 233 MiB in 51 packages [2020-10-28T12:23:34.451Z] Removing intermediate container c12b1e27f618 [2020-10-28T12:23:34.451Z] ---> f73cfdbfc985 [2020-10-28T12:23:34.451Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T12:23:34.451Z] ---> Running in 3034aa742567 [2020-10-28T12:23:34.763Z] Removing intermediate container 3034aa742567 [2020-10-28T12:23:34.763Z] ---> 5f490b9b2ea8 [2020-10-28T12:23:34.763Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T12:23:35.404Z] latest: Pulling from library/docker [2020-10-28T12:23:35.404Z] 188c0c94c7c5: Pulling fs layer [2020-10-28T12:23:35.404Z] 0c7c675703d6: Pulling fs layer [2020-10-28T12:23:35.404Z] cc8c12a437cb: Pulling fs layer [2020-10-28T12:23:35.404Z] c5dafad2182a: Pulling fs layer [2020-10-28T12:23:35.404Z] 5aa711733414: Pulling fs layer [2020-10-28T12:23:35.404Z] 058f73b55e4b: Pulling fs layer [2020-10-28T12:23:35.404Z] 8c9c664faf12: Pulling fs layer [2020-10-28T12:23:35.404Z] c5dafad2182a: Waiting [2020-10-28T12:23:35.404Z] 5aa711733414: Waiting [2020-10-28T12:23:35.404Z] 058f73b55e4b: Waiting [2020-10-28T12:23:35.404Z] 8c9c664faf12: Waiting [2020-10-28T12:23:35.404Z] cc8c12a437cb: Verifying Checksum [2020-10-28T12:23:35.404Z] cc8c12a437cb: Download complete [2020-10-28T12:23:35.731Z] 0c7c675703d6: Verifying Checksum [2020-10-28T12:23:35.731Z] 0c7c675703d6: Download complete [2020-10-28T12:23:35.731Z] 188c0c94c7c5: Verifying Checksum [2020-10-28T12:23:35.731Z] 188c0c94c7c5: Download complete [2020-10-28T12:23:35.731Z] 5aa711733414: Verifying Checksum [2020-10-28T12:23:35.731Z] 5aa711733414: Download complete [2020-10-28T12:23:35.731Z] 058f73b55e4b: Verifying Checksum [2020-10-28T12:23:35.731Z] 058f73b55e4b: Download complete [2020-10-28T12:23:36.043Z] 8c9c664faf12: Verifying Checksum [2020-10-28T12:23:36.043Z] 8c9c664faf12: Download complete [2020-10-28T12:23:36.323Z] 188c0c94c7c5: Pull complete [2020-10-28T12:23:36.853Z] 0c7c675703d6: Pull complete [2020-10-28T12:23:37.290Z] cc8c12a437cb: Pull complete [2020-10-28T12:23:37.290Z] c5dafad2182a: Verifying Checksum [2020-10-28T12:23:37.290Z] c5dafad2182a: Download complete [2020-10-28T12:23:43.047Z] c5dafad2182a: Pull complete [2020-10-28T12:23:43.047Z] 5aa711733414: Pull complete [2020-10-28T12:23:43.379Z] 058f73b55e4b: Pull complete [2020-10-28T12:23:43.696Z] 8c9c664faf12: Pull complete [2020-10-28T12:23:43.696Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T12:23:43.696Z] Status: Downloaded newer image for docker:latest [2020-10-28T12:23:45.980Z] ---> 5cbcf11f1717 [2020-10-28T12:23:45.980Z] Step 6/7 : COPY go.mod . [2020-10-28T12:23:46.631Z] ---> 064c9f81e222 [2020-10-28T12:23:46.631Z] Step 7/7 : RUN go mod download [2020-10-28T12:23:46.631Z] ---> Running in 5276ec200d96 [2020-10-28T12:24:19.697Z] Removing intermediate container 5276ec200d96 [2020-10-28T12:24:19.697Z] ---> 53607bdcaa92 [2020-10-28T12:24:19.697Z] Successfully built 53607bdcaa92 [2020-10-28T12:24:19.697Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:24:20.130Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T12:24:20.406Z] . [Pipeline] withDockerContainer [2020-10-28T12:24:20.606Z] prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container [2020-10-28T12:24:20.832Z] $ 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 [2020-10-28T12:24:22.692Z] $ docker top 52816ee4267815a7d65b3d85a66d8840a661eb9d0288b6c27a108c3b36112094 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:24:23.591Z] + go version [2020-10-28T12:24:23.591Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T12:24:23.659Z] $ docker stop --time=1 52816ee4267815a7d65b3d85a66d8840a661eb9d0288b6c27a108c3b36112094 [2020-10-28T12:24:26.359Z] $ docker rm -f 52816ee4267815a7d65b3d85a66d8840a661eb9d0288b6c27a108c3b36112094 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:24:27.877Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T12:24:27.877Z] . [Pipeline] withDockerContainer [2020-10-28T12:24:28.761Z] prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container [2020-10-28T12:24:29.286Z] $ 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 [2020-10-28T12:24:31.316Z] $ docker top f5ec82d657c8acb09c7ffbe74e359326011cbeff10771f8f2e7b8490283fcc72 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-28T12:24:32.015Z] ========================================================= [2020-10-28T12:24:32.015Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-28T12:24:32.015Z] ========================================================= [Pipeline] sh [2020-10-28T12:24:33.056Z] + make test [2020-10-28T12:24:33.534Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T12:24:39.210Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-28T12:24:58.043Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-28T12:25:05.061Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-28T12:25:05.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-28T12:25:05.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-28T12:25:05.961Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-28T12:25:08.625Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.046s [2020-10-28T12:25:08.625Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-28T12:25:08.625Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-28T12:25:08.625Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-28T12:25:10.135Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-28T12:25:11.189Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-28T12:25:11.486Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-28T12:25:11.486Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-28T12:25:11.486Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-28T12:25:16.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.050s coverage: 46.6% of statements [2020-10-28T12:25:16.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-28T12:25:16.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-28T12:25:16.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-28T12:25:16.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-28T12:25:16.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-28T12:25:16.153Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9480 in /w/workspace/edgexfoundry_edgex-go_PR-2854 [Pipeline] { [Pipeline] ws [2020-10-28T12:25:16.206Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-10-28T12:25:19.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.096s coverage: 27.1% of statements [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-28T12:25:19.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-28T12:25:19.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-28T12:25:19.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.017s coverage: 64.9% of statements [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-28T12:25:19.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-28T12:25:20.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.460s coverage: 84.5% of statements [2020-10-28T12:25:20.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-28T12:25:20.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T12:25:20.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-28T12:25:20.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-28T12:25:20.958Z] using credential edgex-jenkins-ssh [2020-10-28T12:25:21.020Z] Cloning the remote Git repository [2020-10-28T12:25:21.087Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:25:21.186Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-10-28T12:25:21.247Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:25:21.248Z] > git --version # timeout=10 [2020-10-28T12:25:21.262Z] > git --version # 'git version 2.17.1' [2020-10-28T12:25:21.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T12:25:21.310Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T12:25:22.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.189s coverage: 28.6% of statements [2020-10-28T12:25:22.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-28T12:25:22.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-28T12:25:22.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-28T12:25:22.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-28T12:25:22.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-28T12:25:22.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.029s coverage: 100.0% of statements [2020-10-28T12:25:22.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-28T12:25:22.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2020-10-28T12:25:22.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-28T12:25:24.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2020-10-28T12:25:24.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-28T12:25:25.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2020-10-28T12:25:25.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-28T12:25:25.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.030s coverage: 100.0% of statements [2020-10-28T12:25:25.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-28T12:25:25.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-28T12:25:25.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-28T12:25:25.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-28T12:25:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.097s coverage: 95.7% of statements [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-28T12:25:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-28T12:25:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.023s coverage: 0.0% of statements [no tests to run] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-28T12:25:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-28T12:25:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.146s coverage: 63.5% of statements [2020-10-28T12:25:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-28T12:25:29.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-28T12:25:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2020-10-28T12:25:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2020-10-28T12:25:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.012s coverage: 100.0% of statements [2020-10-28T12:25:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2020-10-28T12:25:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.013s coverage: 100.0% of statements [2020-10-28T12:25:32.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 55.9% of statements [2020-10-28T12:25:32.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-28T12:25:32.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-28T12:25:32.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-28T12:25:32.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-28T12:25:33.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.281s coverage: 86.3% of statements [2020-10-28T12:25:33.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-28T12:25:33.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.498s coverage: 72.2% of statements [2020-10-28T12:25:33.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.187s coverage: 72.1% of statements [2020-10-28T12:25:33.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements [2020-10-28T12:25:33.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements [2020-10-28T12:25:33.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-28T12:25:33.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-28T12:25:33.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-28T12:25:33.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.012s coverage: 28.8% of statements [2020-10-28T12:25:33.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-28T12:25:33.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.011s coverage: 96.8% of statements [2020-10-28T12:25:33.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-28T12:25:36.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.047s coverage: 36.5% of statements [2020-10-28T12:25:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-28T12:25:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-28T12:25:36.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.235s coverage: 84.1% of statements [2020-10-28T12:25:36.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements [2020-10-28T12:25:36.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.047s coverage: 42.9% of statements [2020-10-28T12:25:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-28T12:25:36.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-28T12:25:36.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements [2020-10-28T12:25:36.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-28T12:25:36.964Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements [2020-10-28T12:25:36.964Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-28T12:25:40.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.028s coverage: 47.1% of statements [2020-10-28T12:25:40.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-28T12:25:40.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-28T12:25:40.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements [2020-10-28T12:25:40.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-28T12:25:40.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-28T12:25:40.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-28T12:25:40.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements [2020-10-28T12:25:40.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-28T12:25:40.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements [2020-10-28T12:25:40.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-28T12:25:41.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.153s coverage: 29.1% of statements [2020-10-28T12:25:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-28T12:25:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-28T12:25:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-28T12:25:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-28T12:25:41.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-28T12:25:41.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.044s coverage: 99.0% of statements [2020-10-28T12:25:41.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-28T12:25:42.078Z] Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:25:42.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.021s coverage: 100.0% of statements [2020-10-28T12:25:42.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-28T12:25:42.258Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2020-10-28T12:25:42.258Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-28T12:25:42.496Z] Merge succeeded, producing 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:25:42.496Z] Checking out Revision 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 (PR-2854) [2020-10-28T12:25:41.431Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T12:25:41.450Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T12:25:41.476Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T12:25:41.505Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:25:41.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T12:25:41.520Z] > 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 [2020-10-28T12:25:42.100Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T12:25:42.118Z] > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 [2020-10-28T12:25:42.426Z] > git remote # timeout=10 [2020-10-28T12:25:42.443Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T12:25:42.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T12:25:42.467Z] > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 [2020-10-28T12:25:42.489Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T12:25:42.541Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T12:25:42.553Z] > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 [2020-10-28T12:25:42.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2020-10-28T12:25:42.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-28T12:25:42.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-28T12:25:42.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-28T12:25:42.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-28T12:25:43.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements [2020-10-28T12:25:43.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-28T12:25:43.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-28T12:25:43.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.012s coverage: 100.0% of statements [2020-10-28T12:25:43.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements [2020-10-28T12:25:44.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.012s coverage: 100.0% of statements [2020-10-28T12:25:45.490Z] GO111MODULE=on go vet ./... [2020-10-28T12:25:46.905Z] 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 [2020-10-28T12:25:47.861Z] ========================================================= [2020-10-28T12:25:47.861Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T12:25:47.862Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:25:48.829Z] + 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 . [2020-10-28T12:25:51.453Z] Sending build context to Docker daemon 165.2MB [2020-10-28T12:25:51.453Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T12:25:51.453Z] Step 2/7 : FROM ${BASE} [2020-10-28T12:25:51.726Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T12:25:51.726Z] b538f80385f9: Pulling fs layer [2020-10-28T12:25:51.726Z] 74f711af9a0d: Pulling fs layer [2020-10-28T12:25:51.726Z] 99f96fe45779: Pulling fs layer [2020-10-28T12:25:51.726Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T12:25:51.726Z] 45590311c82a: Pulling fs layer [2020-10-28T12:25:51.726Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T12:25:51.726Z] 209524e5b208: Pulling fs layer [2020-10-28T12:25:51.726Z] 8529a6b9a6be: Waiting [2020-10-28T12:25:51.726Z] 45590311c82a: Waiting [2020-10-28T12:25:51.726Z] 69ca0ff8b7b3: Waiting [2020-10-28T12:25:51.726Z] 209524e5b208: Waiting [2020-10-28T12:25:51.726Z] 99f96fe45779: Download complete [2020-10-28T12:25:51.726Z] 74f711af9a0d: Verifying Checksum [2020-10-28T12:25:51.726Z] 74f711af9a0d: Download complete [2020-10-28T12:25:51.726Z] 45590311c82a: Download complete [2020-10-28T12:25:51.726Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-28T12:25:51.726Z] 69ca0ff8b7b3: Download complete [2020-10-28T12:25:52.000Z] b538f80385f9: Verifying Checksum [2020-10-28T12:25:52.000Z] b538f80385f9: Download complete [2020-10-28T12:25:52.604Z] b538f80385f9: Pull complete [2020-10-28T12:25:53.201Z] 74f711af9a0d: Pull complete [2020-10-28T12:25:53.480Z] 99f96fe45779: Pull complete [2020-10-28T12:25:55.469Z] 209524e5b208: Verifying Checksum [2020-10-28T12:25:56.907Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T12:25:56.907Z] 8529a6b9a6be: Download complete [2020-10-28T12:25:58.020Z] gofmt -l . [2020-10-28T12:25:58.714Z] [ "`gofmt -l .`" = "" ] [2020-10-28T12:25:59.781Z] ./bin/test-go-mod-tidy.sh [2020-10-28T12:26:00.792Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-28T12:26:05.604Z] + ls -al . [2020-10-28T12:26:05.604Z] total 632 [2020-10-28T12:26:05.604Z] drwxrwxr-x 10 1001 1001 4096 Oct 28 12:26 . [2020-10-28T12:26:05.604Z] drwxr-xr-x 4 root root 28 Oct 28 12:24 .. [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 12:21 .dockerignore [2020-10-28T12:26:05.604Z] drwxrwxr-x 8 1001 1001 179 Oct 28 12:21 .git [2020-10-28T12:26:05.604Z] drwxrwxr-x 3 1001 1001 125 Oct 28 12:21 .github [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 932 Oct 28 12:21 .gitignore [2020-10-28T12:26:05.604Z] drwx------ 3 1001 1001 47 Oct 28 12:22 .semver [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 12:21 .sonarcloud.properties [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 12:21 CONTRIBUTING.md [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 1035 Oct 28 12:21 Dockerfile.build [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 863 Oct 28 12:21 Jenkinsfile [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 12:21 LICENSE [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 6237 Oct 28 12:21 Makefile [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 6447 Oct 28 12:21 README.md [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 259 Oct 28 12:21 SECURITY.md [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 12:22 VERSION [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 12:21 ZMQWindows.md [2020-10-28T12:26:05.604Z] drwxrwxr-x 2 1001 1001 117 Oct 28 12:21 bin [2020-10-28T12:26:05.604Z] drwxrwxr-x 15 1001 1001 4096 Oct 28 12:21 cmd [2020-10-28T12:26:05.604Z] -rw-r--r-- 1 root root 539324 Oct 28 12:25 coverage.out [2020-10-28T12:26:05.604Z] -rw-r--r-- 1 root root 1041 Oct 28 12:25 go.mod [2020-10-28T12:26:05.604Z] -rw-r--r-- 1 root root 19010 Oct 28 12:26 go.sum [2020-10-28T12:26:05.604Z] drwxrwxr-x 8 1001 1001 127 Oct 28 12:21 internal [2020-10-28T12:26:05.604Z] drwxrwxr-x 4 1001 1001 26 Oct 28 12:21 openapi [2020-10-28T12:26:05.604Z] drwxrwxr-x 4 1001 1001 71 Oct 28 12:21 snap [2020-10-28T12:26:05.604Z] -rw-rw-r-- 1 1001 1001 168 Oct 28 12:21 version.go [Pipeline] sh [2020-10-28T12:26:06.271Z] + '[' -e coverage.out ] [2020-10-28T12:26:06.271Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-28T12:26:06.812Z] Stashed 1 file(s) [Pipeline] sh [2020-10-28T12:26:07.097Z] 8529a6b9a6be: Pull complete [2020-10-28T12:26:07.097Z] 45590311c82a: Pull complete [2020-10-28T12:26:07.206Z] + make build [2020-10-28T12:26:07.206Z] 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 [2020-10-28T12:26:07.371Z] 69ca0ff8b7b3: Pull complete [2020-10-28T12:26:11.702Z] 209524e5b208: Pull complete [2020-10-28T12:26:11.702Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T12:26:11.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T12:26:11.702Z] ---> 5bddaf1c2fca [2020-10-28T12:26:11.702Z] 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 [2020-10-28T12:26:15.116Z] ---> Running in 42e78654dc7f [2020-10-28T12:26:16.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:17.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:26:18.955Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T12:26:18.956Z] (2/12) Installing file (5.38-r0) [2020-10-28T12:26:18.956Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T12:26:19.226Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T12:26:26.055Z] 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 [2020-10-28T12:26:29.073Z] 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 [2020-10-28T12:26:29.526Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T12:26:29.526Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T12:26:29.526Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T12:26:29.526Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T12:26:29.526Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T12:26:29.526Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T12:26:29.823Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T12:26:29.823Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T12:26:30.134Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T12:26:30.134Z] OK: 217 MiB in 51 packages [2020-10-28T12:26:32.935Z] 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 [2020-10-28T12:26:34.642Z] Removing intermediate container 42e78654dc7f [2020-10-28T12:26:34.643Z] ---> e495f79af232 [2020-10-28T12:26:34.643Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T12:26:34.643Z] ---> Running in 9da35fcc81a5 [2020-10-28T12:26:34.914Z] Removing intermediate container 9da35fcc81a5 [2020-10-28T12:26:34.914Z] ---> 57ef35a1a194 [2020-10-28T12:26:34.914Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T12:26:35.189Z] latest: Pulling from library/docker [2020-10-28T12:26:35.482Z] 5f621e34cdf4: Pulling fs layer [2020-10-28T12:26:35.482Z] 85db56a05063: Pulling fs layer [2020-10-28T12:26:35.482Z] ccb67d6aeaaa: Pulling fs layer [2020-10-28T12:26:35.482Z] a0b19fc83503: Pulling fs layer [2020-10-28T12:26:35.482Z] 8eb508b41278: Pulling fs layer [2020-10-28T12:26:35.482Z] 37236713561e: Pulling fs layer [2020-10-28T12:26:35.482Z] 07c93f2b1b56: Pulling fs layer [2020-10-28T12:26:35.482Z] 8eb508b41278: Waiting [2020-10-28T12:26:35.482Z] 37236713561e: Waiting [2020-10-28T12:26:35.482Z] 07c93f2b1b56: Waiting [2020-10-28T12:26:35.482Z] a0b19fc83503: Waiting [2020-10-28T12:26:35.482Z] ccb67d6aeaaa: Verifying Checksum [2020-10-28T12:26:35.482Z] ccb67d6aeaaa: Download complete [2020-10-28T12:26:35.482Z] 5f621e34cdf4: Verifying Checksum [2020-10-28T12:26:35.482Z] 5f621e34cdf4: Download complete [2020-10-28T12:26:35.652Z] 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 [2020-10-28T12:26:35.759Z] 85db56a05063: Verifying Checksum [2020-10-28T12:26:35.759Z] 85db56a05063: Download complete [2020-10-28T12:26:35.759Z] 37236713561e: Download complete [2020-10-28T12:26:35.759Z] 8eb508b41278: Verifying Checksum [2020-10-28T12:26:35.759Z] 8eb508b41278: Download complete [2020-10-28T12:26:36.042Z] 07c93f2b1b56: Verifying Checksum [2020-10-28T12:26:36.042Z] 07c93f2b1b56: Download complete [2020-10-28T12:26:36.322Z] 5f621e34cdf4: Pull complete [2020-10-28T12:26:36.953Z] 85db56a05063: Pull complete [2020-10-28T12:26:37.261Z] a0b19fc83503: Verifying Checksum [2020-10-28T12:26:37.261Z] a0b19fc83503: Download complete [2020-10-28T12:26:37.693Z] ccb67d6aeaaa: Pull complete [2020-10-28T12:26:37.983Z] 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 [2020-10-28T12:26:39.410Z] 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 [2020-10-28T12:26:40.892Z] a0b19fc83503: Pull complete [2020-10-28T12:26:40.893Z] 8eb508b41278: Pull complete [2020-10-28T12:26:41.501Z] 37236713561e: Pull complete [2020-10-28T12:26:41.834Z] 07c93f2b1b56: Pull complete [2020-10-28T12:26:41.834Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T12:26:41.834Z] Status: Downloaded newer image for docker:latest [2020-10-28T12:26:42.740Z] 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 [2020-10-28T12:26:45.644Z] ---> 6d5ec7742d4b [2020-10-28T12:26:45.644Z] Step 6/7 : COPY go.mod . [2020-10-28T12:26:45.648Z] 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 [2020-10-28T12:26:46.071Z] ---> c567528f0063 [2020-10-28T12:26:46.071Z] Step 7/7 : RUN go mod download [2020-10-28T12:26:46.071Z] ---> Running in eb3033d73844 [2020-10-28T12:26:48.461Z] 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 [2020-10-28T12:26:51.383Z] 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 [2020-10-28T12:26:54.112Z] 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 [2020-10-28T12:26:57.028Z] 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] } [2020-10-28T12:27:00.047Z] $ docker stop --time=1 f5ec82d657c8acb09c7ffbe74e359326011cbeff10771f8f2e7b8490283fcc72 [2020-10-28T12:27:01.850Z] $ docker rm -f f5ec82d657c8acb09c7ffbe74e359326011cbeff10771f8f2e7b8490283fcc72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:27:04.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T12:27:04.308Z] [2020-10-28T12:27:04.308Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:27:04.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T12:27:05.118Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-28T12:27:05.118Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-28T12:27:05.118Z] ca9280d653b3: Pulling fs layer [2020-10-28T12:27:05.118Z] 7e9c9ca2126c: Pulling fs layer [2020-10-28T12:27:05.994Z] cbdbe7a5bc2a: Download complete [2020-10-28T12:27:07.054Z] cbdbe7a5bc2a: Pull complete [2020-10-28T12:27:08.249Z] ca9280d653b3: Verifying Checksum [2020-10-28T12:27:08.249Z] ca9280d653b3: Download complete [2020-10-28T12:27:11.939Z] ca9280d653b3: Pull complete [2020-10-28T12:27:13.009Z] Removing intermediate container eb3033d73844 [2020-10-28T12:27:13.009Z] ---> 1b7bc5f01ff6 [2020-10-28T12:27:13.009Z] Successfully built 1b7bc5f01ff6 [2020-10-28T12:27:13.009Z] Successfully tagged ci-base-image-arm64:latest [2020-10-28T12:27:13.047Z] 7e9c9ca2126c: Download complete [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:27:13.472Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T12:27:13.472Z] . [Pipeline] withDockerContainer [2020-10-28T12:27:13.726Z] prd-ubuntu18.04-docker-arm64-4c-16g-9480 does not seem to be running inside a container [2020-10-28T12:27:13.832Z] $ 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 [2020-10-28T12:27:15.834Z] $ docker top e4418a7ba61f45c6ccf6ea34831e2ca2edcfb588592a984157fde91f75822243 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:27:17.276Z] + go version [2020-10-28T12:27:17.276Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T12:27:17.303Z] $ docker stop --time=1 e4418a7ba61f45c6ccf6ea34831e2ca2edcfb588592a984157fde91f75822243 [2020-10-28T12:27:19.179Z] $ docker rm -f e4418a7ba61f45c6ccf6ea34831e2ca2edcfb588592a984157fde91f75822243 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:27:20.276Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T12:27:20.277Z] . [Pipeline] withDockerContainer [2020-10-28T12:27:20.569Z] prd-ubuntu18.04-docker-arm64-4c-16g-9480 does not seem to be running inside a container [2020-10-28T12:27:20.665Z] $ 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 [2020-10-28T12:27:22.046Z] $ docker top af4effb2da1a51fa8d68092db48587331e8816e63c9444125d04f17237c56272 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-28T12:27:22.414Z] ========================================================= [2020-10-28T12:27:22.414Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-28T12:27:22.414Z] ========================================================= [Pipeline] sh [2020-10-28T12:27:23.061Z] + make test [2020-10-28T12:27:23.061Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T12:27:23.549Z] 7e9c9ca2126c: Pull complete [2020-10-28T12:27:23.549Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-28T12:27:23.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T12:27:23.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-28T12:27:23.966Z] prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container [2020-10-28T12:27:24.367Z] $ 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 [2020-10-28T12:27:25.709Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-28T12:27:26.350Z] $ docker top ab688d17f39f00a21ff0132f5171542c1615e6df0b464d526f5500e6b69930e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:27:27.184Z] + docker-compose build --help [2020-10-28T12:27:27.184Z] + grep parallel [2020-10-28T12:27:29.538Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T12:27:29.878Z] $ docker stop --time=1 ab688d17f39f00a21ff0132f5171542c1615e6df0b464d526f5500e6b69930e3 [2020-10-28T12:27:31.798Z] $ docker rm -f ab688d17f39f00a21ff0132f5171542c1615e6df0b464d526f5500e6b69930e3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:27:32.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T12:27:32.870Z] . [Pipeline] withDockerContainer [2020-10-28T12:27:33.153Z] prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container [2020-10-28T12:27:33.348Z] $ 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 [2020-10-28T12:27:35.454Z] $ docker top 34ffad8cb406c23e3fe46da299f02e01ca60912dc7106d648664fa326c81c9db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:27:37.502Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T12:27:39.074Z] Building docker-core-command-go ... [2020-10-28T12:27:39.074Z] Building docker-core-data-go ... [2020-10-28T12:27:39.074Z] Building docker-core-metadata-go ... [2020-10-28T12:27:39.074Z] Building docker-security-proxy-setup-go ... [2020-10-28T12:27:39.074Z] Building docker-security-secrets-setup-go ... [2020-10-28T12:27:39.074Z] Building docker-security-secretstore-setup-go ... [2020-10-28T12:27:39.074Z] Building docker-support-logging-go ... [2020-10-28T12:27:39.074Z] Building docker-support-notifications-go ... [2020-10-28T12:27:39.074Z] Building docker-support-scheduler-go ... [2020-10-28T12:27:39.074Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T12:27:39.074Z] Building docker-core-command-go [2020-10-28T12:27:39.074Z] Building docker-core-metadata-go [2020-10-28T12:27:39.074Z] Building docker-support-notifications-go [2020-10-28T12:27:39.074Z] Building docker-support-logging-go [2020-10-28T12:27:39.074Z] Building docker-support-scheduler-go [2020-10-28T12:28:04.789Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-28T12:28:17.271Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-28T12:28:17.271Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-28T12:28:17.271Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-28T12:28:17.271Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-28T12:28:20.683Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.017s [2020-10-28T12:28:20.683Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-28T12:28:20.683Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-28T12:28:20.683Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-28T12:28:23.330Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-28T12:28:23.608Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-28T12:28:23.887Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-28T12:28:23.887Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-28T12:28:23.887Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-28T12:28:34.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.054s coverage: 46.6% of statements [2020-10-28T12:28:34.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-28T12:28:34.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-28T12:28:34.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-28T12:28:34.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-28T12:28:34.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-28T12:28:36.511Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:28:36.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:28:36.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:28:36.511Z] ---> 53607bdcaa92 [2020-10-28T12:28:36.511Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:28:36.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:28:36.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:28:36.511Z] ---> 53607bdcaa92 [2020-10-28T12:28:36.511Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:28:36.511Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:28:36.511Z] ---> 53607bdcaa92 [2020-10-28T12:28:36.511Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T12:28:36.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:28:36.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:28:36.511Z] ---> 53607bdcaa92 [2020-10-28T12:28:36.511Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:28:36.511Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:28:36.511Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:28:36.511Z] ---> 53607bdcaa92 [2020-10-28T12:28:36.511Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T12:28:36.511Z] ---> Running in 195a66ea6fac [2020-10-28T12:28:36.511Z] ---> Running in 1867a08fc4dc [2020-10-28T12:28:36.511Z] ---> Running in 3e102c0727b1 [2020-10-28T12:28:36.511Z] ---> Running in 37d8751bdae9 [2020-10-28T12:28:36.511Z] ---> Running in 7a51cd5c62f5 [2020-10-28T12:28:36.511Z] Removing intermediate container 195a66ea6fac [2020-10-28T12:28:36.511Z] ---> 8fee542852ca [2020-10-28T12:28:36.511Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:28:36.511Z] Removing intermediate container 1867a08fc4dc [2020-10-28T12:28:36.511Z] ---> 93038e95d55a [2020-10-28T12:28:36.511Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:28:36.511Z] Removing intermediate container 37d8751bdae9 [2020-10-28T12:28:36.511Z] ---> 6f0082623cb8 [2020-10-28T12:28:36.511Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:28:36.511Z] Removing intermediate container 3e102c0727b1 [2020-10-28T12:28:36.511Z] ---> 1539568d2866 [2020-10-28T12:28:36.511Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:28:36.511Z] Removing intermediate container 7a51cd5c62f5 [2020-10-28T12:28:36.511Z] ---> 2ff668e72b99 [2020-10-28T12:28:36.511Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:28:36.511Z] ---> Running in cb0fd0efd10f [2020-10-28T12:28:36.511Z] ---> Running in 550e5ac4933f [2020-10-28T12:28:36.511Z] ---> Running in be7b21ad599c [2020-10-28T12:28:36.511Z] ---> Running in 19e1e1680570 [2020-10-28T12:28:36.511Z] ---> Running in e095e38c59b5 [2020-10-28T12:28:36.511Z] Removing intermediate container 550e5ac4933f [2020-10-28T12:28:36.511Z] ---> 9c87909fa554 [2020-10-28T12:28:36.511Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T12:28:36.511Z] Removing intermediate container be7b21ad599c [2020-10-28T12:28:36.511Z] ---> 93c124b3ff83 [2020-10-28T12:28:36.511Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T12:28:36.511Z] ---> Running in e17ff39f9db8 [2020-10-28T12:28:36.511Z] ---> Running in 21c1089237e7 [2020-10-28T12:28:36.511Z] Removing intermediate container cb0fd0efd10f [2020-10-28T12:28:36.511Z] ---> 71cb4c1e1585 [2020-10-28T12:28:36.511Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T12:28:36.511Z] Removing intermediate container e095e38c59b5 [2020-10-28T12:28:36.511Z] ---> 09d496abeef2 [2020-10-28T12:28:36.511Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T12:28:36.511Z] Removing intermediate container 19e1e1680570 [2020-10-28T12:28:36.511Z] ---> a676ddab6811 [2020-10-28T12:28:36.511Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T12:28:36.511Z] ---> Running in 255b80954e5a [2020-10-28T12:28:36.797Z] ---> Running in ee105e0176f9 [2020-10-28T12:28:36.797Z] ---> Running in cff90c480ccc [2020-10-28T12:28:37.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:37.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:37.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:38.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:38.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.217s coverage: 27.1% of statements [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-28T12:28:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-28T12:28:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-28T12:28:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.134s coverage: 64.9% of statements [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-28T12:28:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.454s coverage: 84.5% of statements [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-28T12:28:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-28T12:28:38.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:38.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:38.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:38.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:38.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:28:39.210Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:28:39.210Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:28:39.210Z] OK: 12752 distinct packages available [2020-10-28T12:28:39.210Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:28:39.210Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:28:39.210Z] OK: 12752 distinct packages available [2020-10-28T12:28:39.576Z] OK: 233 MiB in 51 packages [2020-10-28T12:28:39.576Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:28:39.576Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:28:39.576Z] OK: 12752 distinct packages available [2020-10-28T12:28:39.576Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:28:39.576Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:28:39.576Z] OK: 12752 distinct packages available [2020-10-28T12:28:39.576Z] OK: 233 MiB in 51 packages [2020-10-28T12:28:39.914Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:28:39.914Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:28:39.914Z] OK: 12752 distinct packages available [2020-10-28T12:28:39.914Z] OK: 233 MiB in 51 packages [2020-10-28T12:28:40.209Z] OK: 233 MiB in 51 packages [2020-10-28T12:28:40.209Z] OK: 233 MiB in 51 packages [2020-10-28T12:28:40.520Z] OK: 233 MiB in 51 packages [2020-10-28T12:28:40.801Z] Removing intermediate container e17ff39f9db8 [2020-10-28T12:28:40.801Z] ---> 1ac3950d33ba [2020-10-28T12:28:40.801Z] Step 6/22 : COPY go.mod . [2020-10-28T12:28:40.801Z] Removing intermediate container 21c1089237e7 [2020-10-28T12:28:40.801Z] ---> b51a7d51ea28 [2020-10-28T12:28:40.801Z] Step 6/21 : COPY go.mod . [2020-10-28T12:28:41.083Z] Removing intermediate container ee105e0176f9 [2020-10-28T12:28:41.083Z] ---> 99c64cfa376b [2020-10-28T12:28:41.083Z] Step 6/24 : COPY go.mod . [2020-10-28T12:28:41.372Z] Removing intermediate container 255b80954e5a [2020-10-28T12:28:41.372Z] ---> cd21aaabbaa4 [2020-10-28T12:28:41.372Z] Step 6/22 : COPY go.mod . [2020-10-28T12:28:41.372Z] ---> 3cab179d93ec [2020-10-28T12:28:41.372Z] Step 7/22 : RUN go mod download [2020-10-28T12:28:41.372Z] ---> aaf466a19686 [2020-10-28T12:28:41.372Z] Step 7/21 : RUN go mod download [2020-10-28T12:28:41.372Z] Removing intermediate container cff90c480ccc [2020-10-28T12:28:41.372Z] ---> 6a37b6ad27da [2020-10-28T12:28:41.372Z] Step 6/22 : COPY go.mod . [2020-10-28T12:28:41.685Z] ---> Running in 49c352f0ea10 [2020-10-28T12:28:41.685Z] ---> Running in 81604901649c [2020-10-28T12:28:41.685Z] ---> 8d0814ec2032 [2020-10-28T12:28:41.685Z] Step 7/24 : RUN go mod download [2020-10-28T12:28:41.966Z] ---> 0b707b319675 [2020-10-28T12:28:41.966Z] Step 7/22 : RUN go mod download [2020-10-28T12:28:41.966Z] ---> Running in 861d86642788 [2020-10-28T12:28:41.966Z] ---> Running in 1e8c537b9037 [2020-10-28T12:28:41.966Z] ---> 14fe65ab91f0 [2020-10-28T12:28:41.966Z] Step 7/22 : RUN go mod download [2020-10-28T12:28:42.256Z] ---> Running in b8c3385089be [2020-10-28T12:28:45.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.532s coverage: 28.6% of statements [2020-10-28T12:28:45.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-28T12:28:45.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-28T12:28:45.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-28T12:28:45.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-28T12:28:45.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-28T12:28:45.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements [2020-10-28T12:28:45.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-28T12:28:45.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2020-10-28T12:28:45.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-28T12:28:45.689Z] Removing intermediate container 861d86642788 [2020-10-28T12:28:45.689Z] ---> 14e19cb4f483 [2020-10-28T12:28:45.689Z] Step 8/24 : COPY . . [2020-10-28T12:28:45.689Z] Removing intermediate container b8c3385089be [2020-10-28T12:28:45.689Z] ---> d21695364023 [2020-10-28T12:28:45.689Z] Step 8/22 : COPY . . [2020-10-28T12:28:45.689Z] Removing intermediate container 49c352f0ea10 [2020-10-28T12:28:45.689Z] ---> f36249c9a36d [2020-10-28T12:28:45.689Z] Step 8/21 : COPY . . [2020-10-28T12:28:45.689Z] Removing intermediate container 1e8c537b9037 [2020-10-28T12:28:45.689Z] ---> 6f292ce68740 [2020-10-28T12:28:45.689Z] Step 8/22 : COPY . . [2020-10-28T12:28:45.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2020-10-28T12:28:45.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-28T12:28:45.962Z] Removing intermediate container 81604901649c [2020-10-28T12:28:45.962Z] ---> 82992474f615 [2020-10-28T12:28:45.962Z] Step 8/22 : COPY . . [2020-10-28T12:28:47.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.191s coverage: 97.5% of statements [2020-10-28T12:28:47.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-28T12:28:47.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements [2020-10-28T12:28:47.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-28T12:28:47.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-28T12:28:47.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-28T12:28:47.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-28T12:28:51.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.245s coverage: 95.7% of statements [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-28T12:28:51.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.016s coverage: 58.8% of statements [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-28T12:28:51.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.035s coverage: 0.0% of statements [no tests to run] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-28T12:28:51.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.200s coverage: 63.5% of statements [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-28T12:28:51.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-28T12:28:51.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements [2020-10-28T12:28:52.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 91.3% of statements [2020-10-28T12:28:52.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.016s coverage: 100.0% of statements [2020-10-28T12:28:52.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2020-10-28T12:28:54.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2020-10-28T12:28:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 55.9% of statements [2020-10-28T12:28:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-28T12:28:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-28T12:28:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-28T12:28:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-28T12:29:33.575Z] ---> 0ba369dbf678 [2020-10-28T12:29:33.575Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T12:29:33.575Z] ---> b32c1c62c75a [2020-10-28T12:29:33.575Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T12:29:33.575Z] ---> 743a56d46590 [2020-10-28T12:29:33.575Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T12:29:33.575Z] ---> 4734599ad29a [2020-10-28T12:29:33.575Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T12:29:33.575Z] ---> Running in c98144e300ba [2020-10-28T12:29:33.575Z] ---> Running in 245bdfb1a9ce [2020-10-28T12:29:33.575Z] ---> Running in 99799a2a5194 [2020-10-28T12:29:33.575Z] ---> Running in 3183fea3751c [2020-10-28T12:29:33.575Z] ---> f1a5da39a620 [2020-10-28T12:29:33.575Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T12:29:33.575Z] ---> Running in 02918c73a460 [2020-10-28T12:29:33.575Z] 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 [2020-10-28T12:29:33.575Z] 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 [2020-10-28T12:29:33.575Z] 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 [2020-10-28T12:29:33.575Z] 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 [2020-10-28T12:29:33.575Z] 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 [2020-10-28T12:29:54.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 54.133s coverage: 86.3% of statements [2020-10-28T12:29:54.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-28T12:29:54.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.134s coverage: 72.2% of statements [2020-10-28T12:29:54.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.411s coverage: 72.1% of statements [2020-10-28T12:29:54.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.043s coverage: 28.8% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 36.5% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.1% of statements [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.029s coverage: 42.9% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.045s coverage: 83.8% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.036s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.200s coverage: 29.1% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-28T12:29:54.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements [2020-10-28T12:29:54.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.018s coverage: 100.0% of statements [2020-10-28T12:29:54.627Z] GO111MODULE=on go vet ./... [2020-10-28T12:30:12.993Z] gofmt -l . [2020-10-28T12:30:13.586Z] [ "`gofmt -l .`" = "" ] [2020-10-28T12:30:16.196Z] ./bin/test-go-mod-tidy.sh [2020-10-28T12:30:16.790Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-28T12:30:21.741Z] + ls -al . [2020-10-28T12:30:21.741Z] total 660 [2020-10-28T12:30:21.741Z] drwxrwxr-x 9 1001 1001 4096 Oct 28 12:30 . [2020-10-28T12:30:21.741Z] drwxr-xr-x 4 root root 4096 Oct 28 12:27 .. [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 12:25 .dockerignore [2020-10-28T12:30:21.741Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 12:25 .git [2020-10-28T12:30:21.741Z] drwxrwxr-x 3 1001 1001 4096 Oct 28 12:25 .github [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 932 Oct 28 12:25 .gitignore [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 12:25 .sonarcloud.properties [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 12:25 CONTRIBUTING.md [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 1035 Oct 28 12:25 Dockerfile.build [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 863 Oct 28 12:25 Jenkinsfile [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 12:25 LICENSE [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 6237 Oct 28 12:25 Makefile [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 6447 Oct 28 12:25 README.md [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 259 Oct 28 12:25 SECURITY.md [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 12:22 VERSION [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 12:25 ZMQWindows.md [2020-10-28T12:30:21.741Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 12:25 bin [2020-10-28T12:30:21.741Z] drwxrwxr-x 15 1001 1001 4096 Oct 28 12:25 cmd [2020-10-28T12:30:21.741Z] -rw-r--r-- 1 root root 539324 Oct 28 12:29 coverage.out [2020-10-28T12:30:21.741Z] -rw-r--r-- 1 root root 1041 Oct 28 12:30 go.mod [2020-10-28T12:30:21.741Z] -rw-r--r-- 1 root root 19010 Oct 28 12:30 go.sum [2020-10-28T12:30:21.741Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 12:25 internal [2020-10-28T12:30:21.741Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 12:25 openapi [2020-10-28T12:30:21.741Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 12:25 snap [2020-10-28T12:30:21.741Z] -rw-rw-r-- 1 1001 1001 168 Oct 28 12:25 version.go [Pipeline] sh [2020-10-28T12:30:22.394Z] + '[' -e coverage.out ] [2020-10-28T12:30:22.394Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-28T12:30:22.413Z] Warning: overwriting stash ‘coverage-report’ [2020-10-28T12:30:23.491Z] Stashed 1 file(s) [Pipeline] sh [2020-10-28T12:30:24.138Z] + make build [2020-10-28T12:30:24.138Z] 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 [2020-10-28T12:30:30.946Z] Removing intermediate container c98144e300ba [2020-10-28T12:30:30.946Z] ---> 413a960109c6 [2020-10-28T12:30:30.946Z] [2020-10-28T12:30:30.946Z] Step 10/22 : FROM scratch [2020-10-28T12:30:30.946Z] ---> [2020-10-28T12:30:30.946Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T12:30:30.946Z] ---> Running in d83e61535c06 [2020-10-28T12:30:30.946Z] Removing intermediate container 245bdfb1a9ce [2020-10-28T12:30:30.946Z] ---> c46b07d346df [2020-10-28T12:30:30.946Z] [2020-10-28T12:30:30.946Z] Step 10/22 : FROM scratch [2020-10-28T12:30:30.946Z] ---> [2020-10-28T12:30:30.946Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:30:31.297Z] ---> Running in 58a2e1cd5bf8 [2020-10-28T12:30:31.297Z] Removing intermediate container d83e61535c06 [2020-10-28T12:30:31.297Z] ---> 4d66f9d43692 [2020-10-28T12:30:31.297Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T12:30:32.391Z] ---> Running in b66d76ff6dc0 [2020-10-28T12:30:33.645Z] Removing intermediate container 58a2e1cd5bf8 [2020-10-28T12:30:33.645Z] ---> f80c0b89ec84 [2020-10-28T12:30:33.645Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T12:30:35.688Z] ---> Running in ce4e722e04af [2020-10-28T12:30:35.688Z] Removing intermediate container b66d76ff6dc0 [2020-10-28T12:30:35.688Z] ---> 6af87ff87033 [2020-10-28T12:30:35.688Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:30:35.688Z] ---> Running in d4dfb8187cc2 [2020-10-28T12:30:36.346Z] Removing intermediate container 3183fea3751c [2020-10-28T12:30:36.346Z] ---> ec363400f260 [2020-10-28T12:30:36.346Z] [2020-10-28T12:30:36.346Z] Step 10/21 : FROM scratch [2020-10-28T12:30:36.346Z] ---> [2020-10-28T12:30:36.346Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:30:36.346Z] Removing intermediate container 99799a2a5194 [2020-10-28T12:30:36.346Z] ---> 06e194b3350c [2020-10-28T12:30:36.346Z] [2020-10-28T12:30:36.346Z] Step 10/24 : FROM scratch [2020-10-28T12:30:36.346Z] ---> [2020-10-28T12:30:36.346Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T12:30:36.346Z] ---> Using cache [2020-10-28T12:30:36.346Z] ---> f80c0b89ec84 [2020-10-28T12:30:36.346Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T12:30:36.346Z] ---> Using cache [2020-10-28T12:30:36.346Z] ---> 4d66f9d43692 [2020-10-28T12:30:36.346Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T12:30:37.820Z] ---> Running in fa0cfa595d01 [2020-10-28T12:30:37.820Z] ---> Running in aa753b63b79b [2020-10-28T12:30:38.791Z] Removing intermediate container d4dfb8187cc2 [2020-10-28T12:30:38.791Z] ---> 295f41bfd738 [2020-10-28T12:30:38.791Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T12:30:38.791Z] Removing intermediate container ce4e722e04af [2020-10-28T12:30:38.791Z] ---> ad0dd12e6f9c [2020-10-28T12:30:38.791Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:30:39.088Z] Removing intermediate container aa753b63b79b [2020-10-28T12:30:39.088Z] ---> 4b660daf7811 [2020-10-28T12:30:39.088Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T12:30:39.088Z] Removing intermediate container fa0cfa595d01 [2020-10-28T12:30:39.088Z] ---> c006efd674ee [2020-10-28T12:30:39.088Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T12:30:39.088Z] ---> Running in d55bad41ac18 [2020-10-28T12:30:39.088Z] ---> Running in 116325d8c170 [2020-10-28T12:30:39.088Z] ---> Running in a2dd0cd3ec60 [2020-10-28T12:30:39.088Z] Removing intermediate container 02918c73a460 [2020-10-28T12:30:39.088Z] ---> f304ce853ae6 [2020-10-28T12:30:39.088Z] [2020-10-28T12:30:39.088Z] Step 10/22 : FROM scratch [2020-10-28T12:30:39.088Z] ---> [2020-10-28T12:30:39.088Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:30:39.376Z] ---> Using cache [2020-10-28T12:30:39.376Z] ---> f80c0b89ec84 [2020-10-28T12:30:39.376Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T12:30:39.376Z] Removing intermediate container d55bad41ac18 [2020-10-28T12:30:39.376Z] ---> 110c5b574ccd [2020-10-28T12:30:39.376Z] Step 14/22 : WORKDIR / [2020-10-28T12:30:39.376Z] ---> Running in 5ae4198158af [2020-10-28T12:30:39.376Z] ---> 1850c2059326 [2020-10-28T12:30:39.376Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T12:30:39.651Z] Removing intermediate container a2dd0cd3ec60 [2020-10-28T12:30:39.651Z] ---> 7976acf01618 [2020-10-28T12:30:39.651Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T12:30:39.651Z] ---> Running in 4a655b553a39 [2020-10-28T12:30:39.651Z] Removing intermediate container 116325d8c170 [2020-10-28T12:30:39.651Z] ---> 47284e3ca528 [2020-10-28T12:30:39.651Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T12:30:39.651Z] Removing intermediate container 5ae4198158af [2020-10-28T12:30:39.651Z] ---> f19fc0b8ea1e [2020-10-28T12:30:39.651Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:30:39.928Z] ---> Running in b353ce3237f8 [2020-10-28T12:30:39.928Z] Removing intermediate container 4a655b553a39 [2020-10-28T12:30:39.928Z] ---> ab088c4ad604 [2020-10-28T12:30:39.928Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T12:30:39.928Z] ---> 5baf25557208 [2020-10-28T12:30:39.928Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T12:30:40.213Z] ---> 9684942b0869 [2020-10-28T12:30:40.213Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T12:30:40.213Z] ---> ef85792eb735 [2020-10-28T12:30:40.213Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T12:30:40.503Z] Removing intermediate container b353ce3237f8 [2020-10-28T12:30:40.503Z] ---> f0c4baa7b3bb [2020-10-28T12:30:40.503Z] Step 14/22 : WORKDIR / [2020-10-28T12:30:40.833Z] ---> Running in 45cafbae0137 [2020-10-28T12:30:40.833Z] ---> a6606f015b1f [2020-10-28T12:30:40.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T12:30:41.865Z] ---> e04c8e243fec [2020-10-28T12:30:41.865Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T12:30:41.865Z] Removing intermediate container 45cafbae0137 [2020-10-28T12:30:41.865Z] ---> 912090037598 [2020-10-28T12:30:41.865Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T12:30:41.865Z] ---> 94f6d586341f [2020-10-28T12:30:41.865Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T12:30:41.865Z] ---> f3914303e893 [2020-10-28T12:30:41.865Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T12:30:41.865Z] ---> 9d7c7865b0ea [2020-10-28T12:30:41.865Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T12:30:42.149Z] ---> 424ab4f8469a [2020-10-28T12:30:42.149Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T12:30:42.441Z] ---> c322ff596bd2 [2020-10-28T12:30:42.441Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T12:30:42.441Z] ---> Running in 2376fc00738b [2020-10-28T12:30:42.441Z] ---> 580c17931e1d [2020-10-28T12:30:42.441Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T12:30:42.781Z] ---> b06907c71986 [2020-10-28T12:30:42.781Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T12:30:43.515Z] ---> 41b74f7d3a28 [2020-10-28T12:30:43.515Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T12:30:43.515Z] ---> Running in 0f932a1a114a [2020-10-28T12:30:43.515Z] ---> Running in 80e182854e03 [2020-10-28T12:30:43.515Z] Removing intermediate container 2376fc00738b [2020-10-28T12:30:43.515Z] ---> 5ebd90a73215 [2020-10-28T12:30:43.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:30:43.835Z] ---> 0cf68f035276 [2020-10-28T12:30:43.835Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T12:30:43.835Z] ---> Running in b0b4398e5688 [2020-10-28T12:30:43.835Z] ---> 6e0b3eea41c8 [2020-10-28T12:30:43.835Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T12:30:43.835Z] Removing intermediate container 0f932a1a114a [2020-10-28T12:30:43.835Z] ---> be0181559fbb [2020-10-28T12:30:43.835Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:30:43.835Z] Removing intermediate container 80e182854e03 [2020-10-28T12:30:43.835Z] ---> 8bc95b7b3cf6 [2020-10-28T12:30:43.835Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:30:44.157Z] ---> Running in cb037e8b2a44 [2020-10-28T12:30:44.157Z] ---> Running in 1054b8cc152f [2020-10-28T12:30:44.465Z] Removing intermediate container b0b4398e5688 [2020-10-28T12:30:44.465Z] ---> bc1e6600bda2 [2020-10-28T12:30:44.465Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T12:30:44.465Z] ---> 99580ee8a3cd [2020-10-28T12:30:44.465Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T12:30:44.465Z] ---> Running in 8d002a659e47 [2020-10-28T12:30:44.764Z] ---> Running in d211e0d10461 [2020-10-28T12:30:44.764Z] Removing intermediate container cb037e8b2a44 [2020-10-28T12:30:44.764Z] ---> 566651a98d14 [2020-10-28T12:30:44.764Z] Step 19/21 : LABEL arch=x86_64 [2020-10-28T12:30:44.764Z] Removing intermediate container 1054b8cc152f [2020-10-28T12:30:44.764Z] ---> 33fe9042ef4d [2020-10-28T12:30:44.764Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T12:30:44.764Z] ---> 90dad9ca13b9 [2020-10-28T12:30:44.764Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T12:30:44.764Z] ---> Running in b4134d75ea12 [2020-10-28T12:30:44.764Z] ---> Running in 82cfdbcff6ca [2020-10-28T12:30:45.029Z] Removing intermediate container 8d002a659e47 [2020-10-28T12:30:45.029Z] ---> 5474d5beb918 [2020-10-28T12:30:45.029Z] Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:30:45.029Z] Removing intermediate container d211e0d10461 [2020-10-28T12:30:45.029Z] ---> ff960266dd7c [2020-10-28T12:30:45.029Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:30:45.298Z] ---> Running in e9674ced11fc [2020-10-28T12:30:45.298Z] ---> Running in 4f7a4ae1d85f [2020-10-28T12:30:45.298Z] Removing intermediate container b4134d75ea12 [2020-10-28T12:30:45.298Z] ---> 5d540afe0156 [2020-10-28T12:30:45.298Z] Step 20/21 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:30:45.595Z] Removing intermediate container 82cfdbcff6ca [2020-10-28T12:30:45.595Z] ---> be940e7ad2e3 [2020-10-28T12:30:45.595Z] Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:30:45.595Z] ---> 88b5538ae7f5 [2020-10-28T12:30:45.595Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T12:30:45.595Z] ---> Running in 99809e61697e [2020-10-28T12:30:45.595Z] ---> Running in eafa74d036e8 [2020-10-28T12:30:45.595Z] ---> Running in 6cab4e3e0439 [2020-10-28T12:30:45.861Z] Removing intermediate container e9674ced11fc [2020-10-28T12:30:45.861Z] ---> 6504ef183a63 [2020-10-28T12:30:45.861Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T12:30:45.861Z] Removing intermediate container 4f7a4ae1d85f [2020-10-28T12:30:45.861Z] ---> 0b044bc59c14 [2020-10-28T12:30:45.861Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T12:30:45.861Z] Removing intermediate container 99809e61697e [2020-10-28T12:30:45.861Z] ---> d39f6a1641ee [2020-10-28T12:30:45.861Z] Step 21/21 : LABEL version=0.0.0 [2020-10-28T12:30:46.128Z] ---> Running in b1fb88830a46 [2020-10-28T12:30:46.128Z] ---> Running in f2a81f8403f1 [2020-10-28T12:30:46.128Z] ---> Running in 8c9d8c239fd4 [2020-10-28T12:30:46.128Z] Removing intermediate container eafa74d036e8 [2020-10-28T12:30:46.128Z] ---> fa8e0d6e834a [2020-10-28T12:30:46.128Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T12:30:46.128Z] Removing intermediate container 6cab4e3e0439 [2020-10-28T12:30:46.128Z] ---> 16e7bcc8af5b [2020-10-28T12:30:46.128Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:30:46.400Z] ---> Running in 91c89d191499 [2020-10-28T12:30:46.400Z] ---> Running in 7af3eb830729 [2020-10-28T12:30:46.400Z] Removing intermediate container b1fb88830a46 [2020-10-28T12:30:46.400Z] ---> 8077fb4c8ab3 [2020-10-28T12:30:46.400Z] Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:30:46.672Z] Removing intermediate container f2a81f8403f1 [2020-10-28T12:30:46.672Z] ---> 5c5f7b71d09f [2020-10-28T12:30:46.672Z] [2020-10-28T12:30:46.672Z] Removing intermediate container 8c9d8c239fd4 [2020-10-28T12:30:46.672Z] ---> 5a024e3ce787 [2020-10-28T12:30:46.672Z] [2020-10-28T12:30:46.672Z] ---> Running in f93f0b6bdf9b [2020-10-28T12:30:46.942Z] Removing intermediate container 91c89d191499 [2020-10-28T12:30:46.942Z] ---> 26784a4b7cb5 [2020-10-28T12:30:46.942Z] [2020-10-28T12:30:46.942Z] Successfully built 5c5f7b71d09f [2020-10-28T12:30:46.942Z] Successfully built 5a024e3ce787 [2020-10-28T12:30:46.942Z] Successfully built 26784a4b7cb5 [2020-10-28T12:30:46.942Z] Removing intermediate container 7af3eb830729 [2020-10-28T12:30:46.942Z] ---> da66b02705b4 [2020-10-28T12:30:46.942Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T12:30:46.942Z] Successfully tagged docker-support-logging-go:latest [2020-10-28T12:30:46.942Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-10-28T12:30:46.942Z] Successfully tagged docker-core-command-go:latest [2020-10-28T12:30:46.942Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-28T12:30:46.942Z] Building docker-sys-mgmt-agent-go [2020-10-28T12:30:46.942Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-10-28T12:30:46.942Z]  Building docker-core-command-go ... done Removing intermediate container f93f0b6bdf9b [2020-10-28T12:30:46.942Z] ---> abdaea294f78 [2020-10-28T12:30:46.942Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T12:30:47.225Z] ---> Running in c8757cc21054 [2020-10-28T12:30:47.225Z] ---> Running in 9f2f94b6b566 [2020-10-28T12:30:47.225Z] Removing intermediate container c8757cc21054 [2020-10-28T12:30:47.225Z] ---> 7335f3d9f266 [2020-10-28T12:30:47.225Z] Step 23/24 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:30:47.503Z] Removing intermediate container 9f2f94b6b566 [2020-10-28T12:30:47.503Z] ---> 86208ab3a6b4 [2020-10-28T12:30:47.503Z] [2020-10-28T12:30:47.503Z] ---> Running in 531f8d1fef95 [2020-10-28T12:30:47.503Z] Successfully built 86208ab3a6b4 [2020-10-28T12:30:47.503Z] Successfully tagged docker-core-metadata-go:latest [2020-10-28T12:30:47.503Z] Building docker-security-secrets-setup-go [2020-10-28T12:30:47.784Z]  Building docker-core-metadata-go ... done Removing intermediate container 531f8d1fef95 [2020-10-28T12:30:47.784Z] ---> 912b08f234c9 [2020-10-28T12:30:47.784Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T12:30:47.784Z] ---> Running in f7b0208608d3 [2020-10-28T12:30:48.050Z] Removing intermediate container f7b0208608d3 [2020-10-28T12:30:48.050Z] ---> 3439d25c9f88 [2020-10-28T12:30:48.050Z] [2020-10-28T12:30:48.050Z] Successfully built 3439d25c9f88 [2020-10-28T12:30:48.321Z] Successfully tagged docker-support-notifications-go:latest [2020-10-28T12:30:48.321Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-10-28T12:30:50.921Z] 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 [2020-10-28T12:31:01.075Z] 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 [2020-10-28T12:31:06.469Z] 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 [2020-10-28T12:31:10.773Z] 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 [2020-10-28T12:31:17.503Z] 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 [2020-10-28T12:31:18.499Z] 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 [2020-10-28T12:31:25.245Z] 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 [2020-10-28T12:31:31.973Z] 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 [2020-10-28T12:31:36.525Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:31:36.525Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:31:36.525Z] ---> 53607bdcaa92 [2020-10-28T12:31:36.525Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T12:31:36.525Z] ---> Using cache [2020-10-28T12:31:36.525Z] ---> 2ff668e72b99 [2020-10-28T12:31:36.525Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:31:36.525Z] ---> Using cache [2020-10-28T12:31:36.525Z] ---> 09d496abeef2 [2020-10-28T12:31:36.525Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T12:31:36.525Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:31:36.525Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T12:31:36.525Z] ---> 53607bdcaa92 [2020-10-28T12:31:36.525Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T12:31:36.526Z] ---> Using cache [2020-10-28T12:31:36.526Z] ---> 2ff668e72b99 [2020-10-28T12:31:36.526Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T12:31:36.526Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:31:36.526Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:31:36.526Z] ---> 53607bdcaa92 [2020-10-28T12:31:36.526Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T12:31:36.526Z] ---> Using cache [2020-10-28T12:31:36.526Z] ---> 2ff668e72b99 [2020-10-28T12:31:36.526Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:31:36.526Z] ---> Using cache [2020-10-28T12:31:36.526Z] ---> 09d496abeef2 [2020-10-28T12:31:36.526Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T12:31:36.526Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:31:36.526Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:31:36.526Z] ---> 53607bdcaa92 [2020-10-28T12:31:36.526Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T12:31:36.526Z] ---> Using cache [2020-10-28T12:31:36.526Z] ---> 2ff668e72b99 [2020-10-28T12:31:36.526Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:31:36.526Z] ---> Using cache [2020-10-28T12:31:36.526Z] ---> 09d496abeef2 [2020-10-28T12:31:36.526Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T12:31:36.526Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:31:36.526Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:31:36.526Z] ---> 53607bdcaa92 [2020-10-28T12:31:36.526Z] Step 3/26 : WORKDIR /edgex-go [2020-10-28T12:31:36.526Z] ---> Using cache [2020-10-28T12:31:36.526Z] ---> 2ff668e72b99 [2020-10-28T12:31:36.526Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:31:36.526Z] ---> Using cache [2020-10-28T12:31:36.526Z] ---> 09d496abeef2 [2020-10-28T12:31:36.526Z] Step 5/26 : RUN apk update && apk add make git [2020-10-28T12:31:36.526Z] ---> Running in aa57637b4f57 [2020-10-28T12:31:36.526Z] ---> Running in 6382b1336b05 [2020-10-28T12:31:36.526Z] ---> Running in 571e4a1e8ce6 [2020-10-28T12:31:36.526Z] ---> Running in 8204af14daf4 [2020-10-28T12:31:36.526Z] ---> Running in 6555f8329f2b [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:31:37.206Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:31:37.206Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:31:37.206Z] OK: 12752 distinct packages available [2020-10-28T12:31:37.206Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:31:37.206Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:31:37.206Z] OK: 12752 distinct packages available [2020-10-28T12:31:37.206Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:31:37.206Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:31:37.206Z] OK: 12752 distinct packages available [2020-10-28T12:31:37.206Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:31:37.206Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:31:37.206Z] OK: 12752 distinct packages available [2020-10-28T12:31:37.380Z] 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 [2020-10-28T12:31:37.518Z] OK: 233 MiB in 51 packages [2020-10-28T12:31:37.518Z] OK: 233 MiB in 51 packages [2020-10-28T12:31:37.518Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:31:37.518Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:31:37.518Z] OK: 12752 distinct packages available [2020-10-28T12:31:37.518Z] OK: 233 MiB in 51 packages [2020-10-28T12:31:37.795Z] OK: 233 MiB in 51 packages [2020-10-28T12:31:38.061Z] OK: 233 MiB in 51 packages [2020-10-28T12:31:39.196Z] Removing intermediate container 6555f8329f2b [2020-10-28T12:31:39.196Z] ---> 04687dbec7be [2020-10-28T12:31:39.196Z] Step 5/29 : COPY go.mod . [2020-10-28T12:31:39.196Z] Removing intermediate container 6382b1336b05 [2020-10-28T12:31:39.196Z] ---> 56683948226a [2020-10-28T12:31:39.196Z] Step 6/27 : COPY go.mod . [2020-10-28T12:31:39.196Z] Removing intermediate container 8204af14daf4 [2020-10-28T12:31:39.196Z] ---> e804a7afc276 [2020-10-28T12:31:39.196Z] Step 6/26 : COPY go.mod . [2020-10-28T12:31:39.196Z] Removing intermediate container aa57637b4f57 [2020-10-28T12:31:39.196Z] ---> 3a0ecc12f063 [2020-10-28T12:31:39.196Z] Step 6/23 : COPY go.mod . [2020-10-28T12:31:39.196Z] Removing intermediate container 571e4a1e8ce6 [2020-10-28T12:31:39.196Z] ---> 3f2d9810c6d9 [2020-10-28T12:31:39.196Z] Step 6/20 : COPY go.mod . [2020-10-28T12:31:39.625Z] ---> a79290e55e76 [2020-10-28T12:31:39.625Z] Step 6/29 : RUN go mod download [2020-10-28T12:31:39.625Z] ---> Running in 5039afc17406 [2020-10-28T12:31:39.625Z] ---> 8fe6f7428e04 [2020-10-28T12:31:39.625Z] Step 7/27 : RUN go mod download [2020-10-28T12:31:39.932Z] ---> a094722f181f [2020-10-28T12:31:39.932Z] Step 7/23 : RUN go mod download [2020-10-28T12:31:39.932Z] ---> bcdb23e37076 [2020-10-28T12:31:39.932Z] Step 7/26 : RUN go mod download [2020-10-28T12:31:39.932Z] ---> Running in 14df05c2146a [2020-10-28T12:31:39.932Z] ---> Running in 750df64dc9a2 [2020-10-28T12:31:39.932Z] ---> 272f32ca259b [2020-10-28T12:31:39.932Z] Step 7/20 : RUN go mod download [2020-10-28T12:31:39.932Z] ---> Running in fc3c7d6511c6 [2020-10-28T12:31:40.212Z] ---> Running in 6a63c52ddd1f [2020-10-28T12:31:41.750Z] 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 [2020-10-28T12:31:43.007Z] Removing intermediate container fc3c7d6511c6 [2020-10-28T12:31:43.007Z] ---> 460c05fedefc [2020-10-28T12:31:43.007Z] Step 8/23 : COPY . . [2020-10-28T12:31:43.384Z] Removing intermediate container 14df05c2146a [2020-10-28T12:31:43.384Z] ---> 667400c00234 [2020-10-28T12:31:43.384Z] Step 8/27 : COPY . . [2020-10-28T12:31:43.709Z] Removing intermediate container 6a63c52ddd1f [2020-10-28T12:31:43.709Z] ---> efb83880cbef [2020-10-28T12:31:43.709Z] Step 8/20 : COPY . . [2020-10-28T12:31:43.709Z] Removing intermediate container 5039afc17406 [2020-10-28T12:31:43.709Z] ---> 5b9e74e646c8 [2020-10-28T12:31:43.709Z] Step 7/29 : COPY . . [2020-10-28T12:31:44.347Z] Removing intermediate container 750df64dc9a2 [2020-10-28T12:31:44.347Z] ---> 0c0e6fb0a4ea [2020-10-28T12:31:44.347Z] Step 8/26 : COPY . . [2020-10-28T12:31:47.201Z] 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 [2020-10-28T12:31:50.611Z] 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] } [2020-10-28T12:31:54.033Z] $ docker stop --time=1 af4effb2da1a51fa8d68092db48587331e8816e63c9444125d04f17237c56272 [2020-10-28T12:31:56.365Z] $ docker rm -f af4effb2da1a51fa8d68092db48587331e8816e63c9444125d04f17237c56272 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:31:58.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T12:31:58.365Z] [2020-10-28T12:31:58.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:31:58.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T12:31:59.031Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-28T12:31:59.031Z] 29e5d40040c1: Pulling fs layer [2020-10-28T12:31:59.031Z] 1ce36da41761: Pulling fs layer [2020-10-28T12:31:59.031Z] 25b303627fd3: Pulling fs layer [2020-10-28T12:31:59.031Z] 29e5d40040c1: Verifying Checksum [2020-10-28T12:31:59.031Z] 29e5d40040c1: Download complete [2020-10-28T12:31:59.634Z] 1ce36da41761: Verifying Checksum [2020-10-28T12:31:59.634Z] 1ce36da41761: Download complete [2020-10-28T12:31:59.911Z] 29e5d40040c1: Pull complete [2020-10-28T12:32:01.348Z] 1ce36da41761: Pull complete [2020-10-28T12:32:01.623Z] 25b303627fd3: Verifying Checksum [2020-10-28T12:32:01.623Z] 25b303627fd3: Download complete [2020-10-28T12:32:11.764Z] 25b303627fd3: Pull complete [2020-10-28T12:32:11.764Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-28T12:32:11.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T12:32:11.764Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-28T12:32:11.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-9480 does not seem to be running inside a container [2020-10-28T12:32:12.079Z] $ 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 [2020-10-28T12:32:15.827Z] $ docker top 0d2ab34fa4c8d9e03873edab86e7e257f57a1bb405244ae651fdeaec16729ec6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:32:17.246Z] + docker-compose build --help [2020-10-28T12:32:17.246Z] + grep parallel [2020-10-28T12:32:21.525Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T12:32:21.543Z] $ docker stop --time=1 0d2ab34fa4c8d9e03873edab86e7e257f57a1bb405244ae651fdeaec16729ec6 [2020-10-28T12:32:23.382Z] $ docker rm -f 0d2ab34fa4c8d9e03873edab86e7e257f57a1bb405244ae651fdeaec16729ec6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:32:24.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T12:32:24.163Z] . [Pipeline] withDockerContainer [2020-10-28T12:32:24.442Z] prd-ubuntu18.04-docker-arm64-4c-16g-9480 does not seem to be running inside a container [2020-10-28T12:32:24.527Z] $ 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 [2020-10-28T12:32:25.894Z] $ docker top f1b43b81444b25284878e1a1323a40c7fe459a0c935efc9dd66645b6e3f4a440 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:32:26.923Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T12:32:32.573Z] ---> 62db91371b71 [2020-10-28T12:32:32.573Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T12:32:32.573Z] ---> f25b6ccfdc87 [2020-10-28T12:32:32.573Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T12:32:32.573Z] ---> 6607623b2425 [2020-10-28T12:32:32.573Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T12:32:32.573Z] ---> Running in 79678aae4254 [2020-10-28T12:32:32.573Z] ---> Running in f75dd5635d38 [2020-10-28T12:32:32.573Z] ---> 2a633843ab68 [2020-10-28T12:32:32.573Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T12:32:32.573Z] ---> Running in c1754df034c5 [2020-10-28T12:32:32.573Z] ---> Running in ae307c029dfa [2020-10-28T12:32:32.573Z] ---> f8d496689488 [2020-10-28T12:32:32.573Z] 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 [2020-10-28T12:32:32.573Z] ---> Running in 51e993db0522 [2020-10-28T12:32:32.573Z] 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 [2020-10-28T12:32:32.573Z] 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 [2020-10-28T12:32:32.573Z] 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 [2020-10-28T12:32:32.573Z] 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 [2020-10-28T12:32:32.573Z] 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 [2020-10-28T12:32:33.627Z] Building docker-core-command-go ... [2020-10-28T12:32:33.627Z] Building docker-core-data-go ... [2020-10-28T12:32:33.627Z] Building docker-core-metadata-go ... [2020-10-28T12:32:33.628Z] Building docker-security-proxy-setup-go ... [2020-10-28T12:32:33.628Z] Building docker-security-secrets-setup-go ... [2020-10-28T12:32:33.628Z] Building docker-security-secretstore-setup-go ... [2020-10-28T12:32:33.628Z] Building docker-support-logging-go ... [2020-10-28T12:32:33.628Z] Building docker-support-notifications-go ... [2020-10-28T12:32:33.628Z] Building docker-support-scheduler-go ... [2020-10-28T12:32:33.628Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T12:32:33.628Z] Building docker-core-data-go [2020-10-28T12:32:33.628Z] Building docker-core-metadata-go [2020-10-28T12:32:33.628Z] Building docker-sys-mgmt-agent-go [2020-10-28T12:32:33.628Z] Building docker-security-proxy-setup-go [2020-10-28T12:32:33.628Z] Building docker-security-secrets-setup-go [2020-10-28T12:33:12.221Z] 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 [2020-10-28T12:33:18.165Z] 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 [2020-10-28T12:33:18.165Z] Removing intermediate container f75dd5635d38 [2020-10-28T12:33:18.165Z] ---> 5a173177479f [2020-10-28T12:33:18.165Z] [2020-10-28T12:33:18.165Z] Step 10/20 : FROM alpine [2020-10-28T12:33:18.165Z] Removing intermediate container ae307c029dfa [2020-10-28T12:33:18.165Z] ---> d17ccebd024b [2020-10-28T12:33:18.165Z] [2020-10-28T12:33:18.165Z] Step 9/29 : FROM alpine:latest [2020-10-28T12:33:18.165Z] Removing intermediate container 79678aae4254 [2020-10-28T12:33:18.165Z] ---> 3b5c577dd514 [2020-10-28T12:33:18.165Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T12:33:18.165Z] ---> Running in 1a739a4067bb [2020-10-28T12:33:18.453Z] latest: Pulling from library/alpine [2020-10-28T12:33:18.846Z] latest: Pulling from library/alpine [2020-10-28T12:33:18.846Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T12:33:19.157Z] Status: Downloaded newer image for alpine:latest [2020-10-28T12:33:19.157Z] ---> d6e46aa2470d [2020-10-28T12:33:19.157Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-28T12:33:19.157Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T12:33:19.157Z] Status: Image is up to date for alpine:latest [2020-10-28T12:33:19.157Z] ---> d6e46aa2470d [2020-10-28T12:33:19.157Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T12:33:19.157Z] ---> Running in ae296cda8022 [2020-10-28T12:33:19.453Z] ---> Running in 4cbea72e2c07 [2020-10-28T12:33:19.744Z] 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 [2020-10-28T12:33:19.744Z] Removing intermediate container ae296cda8022 [2020-10-28T12:33:19.744Z] ---> f1e84cb65586 [2020-10-28T12:33:19.744Z] Step 11/29 : USER root [2020-10-28T12:33:20.030Z] ---> Running in 92b81081594c [2020-10-28T12:33:20.797Z] Removing intermediate container 92b81081594c [2020-10-28T12:33:20.797Z] ---> ab67d51455ae [2020-10-28T12:33:20.797Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T12:33:20.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:20.797Z] ---> Running in d59972c84359 [2020-10-28T12:33:21.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:21.742Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:33:21.742Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:33:21.742Z] OK: 12744 distinct packages available [2020-10-28T12:33:21.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:22.049Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T12:33:22.049Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T12:33:22.049Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T12:33:22.049Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T12:33:22.345Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:33:22.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:22.345Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T12:33:22.345Z] OK: 7 MiB in 18 packages [2020-10-28T12:33:22.618Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:33:22.618Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:33:22.618Z] OK: 12744 distinct packages available [2020-10-28T12:33:22.903Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T12:33:23.225Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T12:33:23.225Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:33:23.225Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T12:33:23.225Z] OK: 6 MiB in 16 packages [2020-10-28T12:33:24.255Z] Removing intermediate container 1a739a4067bb [2020-10-28T12:33:24.255Z] ---> 88af2697442f [2020-10-28T12:33:24.255Z] [2020-10-28T12:33:24.255Z] Step 11/27 : FROM docker:latest [2020-10-28T12:33:24.255Z] ---> 6972c414f322 [2020-10-28T12:33:24.255Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T12:33:24.544Z] ---> Running in 19c906dde1c9 [2020-10-28T12:33:24.544Z] Removing intermediate container 51e993db0522 [2020-10-28T12:33:24.544Z] ---> 019181cb05c5 [2020-10-28T12:33:24.544Z] [2020-10-28T12:33:24.544Z] Step 10/26 : FROM alpine:3.10 [2020-10-28T12:33:25.181Z] 3.10: Pulling from library/alpine [2020-10-28T12:33:26.081Z] Removing intermediate container 4cbea72e2c07 [2020-10-28T12:33:26.081Z] ---> 2241ca6b3d62 [2020-10-28T12:33:26.081Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T12:33:26.081Z] Removing intermediate container d59972c84359 [2020-10-28T12:33:26.081Z] ---> 0f1340bdbc1c [2020-10-28T12:33:26.081Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T12:33:26.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:26.081Z] ---> Running in 739d99942052 [2020-10-28T12:33:26.081Z] ---> Running in bd503edf7888 [2020-10-28T12:33:26.409Z] Removing intermediate container 739d99942052 [2020-10-28T12:33:26.410Z] ---> a71b875ad65c [2020-10-28T12:33:26.410Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T12:33:26.410Z] Removing intermediate container bd503edf7888 [2020-10-28T12:33:26.410Z] ---> 467959b7acb4 [2020-10-28T12:33:26.410Z] Step 13/20 : WORKDIR /edgex [2020-10-28T12:33:26.740Z] ---> Running in 5d0365563de4 [2020-10-28T12:33:26.740Z] ---> Running in 88a4209caeff [2020-10-28T12:33:26.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:27.033Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T12:33:27.336Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T12:33:27.336Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T12:33:27.336Z] Executing bash-5.0.17-r0.post-install [2020-10-28T12:33:27.336Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:33:27.336Z] OK: 12 MiB in 22 packages [2020-10-28T12:33:27.629Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T12:33:27.629Z] ---> be4e4bea2c2e [2020-10-28T12:33:27.629Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T12:33:27.629Z] Removing intermediate container 88a4209caeff [2020-10-28T12:33:27.629Z] ---> c5af19654663 [2020-10-28T12:33:27.629Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T12:33:29.129Z] Removing intermediate container 5d0365563de4 [2020-10-28T12:33:29.129Z] ---> a7c42cbaf935 [2020-10-28T12:33:29.129Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T12:33:29.129Z] ---> Running in 2fd0ea0f6473 [2020-10-28T12:33:29.129Z] ---> Running in 69711202f719 [2020-10-28T12:33:29.420Z] Removing intermediate container c1754df034c5 [2020-10-28T12:33:29.420Z] ---> 949b7d8cae75 [2020-10-28T12:33:29.420Z] [2020-10-28T12:33:29.420Z] Step 10/23 : FROM alpine [2020-10-28T12:33:29.420Z] ---> d6e46aa2470d [2020-10-28T12:33:29.420Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:33:29.705Z] ---> 77a495ca9527 [2020-10-28T12:33:29.705Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T12:33:30.036Z] ---> Running in 63454f87bdc5 [2020-10-28T12:33:30.036Z] Removing intermediate container 19c906dde1c9 [2020-10-28T12:33:30.036Z] ---> 2769ab802c81 [2020-10-28T12:33:30.036Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T12:33:30.328Z] ---> Running in 6690be9cfd5c [2020-10-28T12:33:30.328Z] Removing intermediate container 63454f87bdc5 [2020-10-28T12:33:30.328Z] ---> fa9c769fd69e [2020-10-28T12:33:30.328Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T12:33:30.603Z] ---> Running in b832a638bd21 [2020-10-28T12:33:30.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:30.917Z] ---> ca2a4208f03c [2020-10-28T12:33:30.917Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T12:33:30.917Z] ---> Running in 645cbd1f1c0f [2020-10-28T12:33:30.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:30.917Z] Removing intermediate container b832a638bd21 [2020-10-28T12:33:30.917Z] ---> 107b02fd87ef [2020-10-28T12:33:30.917Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T12:33:31.213Z] ---> Running in 538baea9e231 [2020-10-28T12:33:31.213Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T12:33:31.213Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T12:33:31.213Z] OK: 10346 distinct packages available [2020-10-28T12:33:31.582Z] Removing intermediate container 645cbd1f1c0f [2020-10-28T12:33:31.582Z] ---> 4032d725a9ff [2020-10-28T12:33:31.582Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T12:33:31.582Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T12:33:31.582Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T12:33:31.582Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T12:33:31.879Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T12:33:31.879Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T12:33:31.879Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T12:33:31.879Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T12:33:32.154Z] OK: 7 MiB in 19 packages [2020-10-28T12:33:32.154Z] ---> Running in 5a59ece700e2 [2020-10-28T12:33:32.154Z] Removing intermediate container 538baea9e231 [2020-10-28T12:33:32.154Z] ---> 7e2e1b87758b [2020-10-28T12:33:32.154Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:33:32.454Z] Removing intermediate container 2fd0ea0f6473 [2020-10-28T12:33:32.454Z] ---> 79c41a6e1892 [2020-10-28T12:33:32.454Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T12:33:32.742Z] ---> Running in dcd96aadfb3f [2020-10-28T12:33:32.742Z] Removing intermediate container 5a59ece700e2 [2020-10-28T12:33:32.742Z] ---> ef72d90b52c7 [2020-10-28T12:33:32.742Z] Step 18/20 : LABEL arch=x86_64 [2020-10-28T12:33:33.026Z] ---> Running in b07ee325bb60 [2020-10-28T12:33:33.026Z] Removing intermediate container 6690be9cfd5c [2020-10-28T12:33:33.026Z] ---> 77dab62adc85 [2020-10-28T12:33:33.026Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T12:33:33.305Z] ---> Running in cb764ac7d705 [2020-10-28T12:33:33.599Z] Removing intermediate container b07ee325bb60 [2020-10-28T12:33:33.599Z] ---> f762930818dd [2020-10-28T12:33:33.599Z] Step 19/20 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:33:33.599Z] ---> 892383a01c0e [2020-10-28T12:33:33.599Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T12:33:33.599Z] Removing intermediate container 69711202f719 [2020-10-28T12:33:33.599Z] ---> 52d6a8279e78 [2020-10-28T12:33:33.599Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T12:33:33.877Z] ---> Running in c6fab01ce791 [2020-10-28T12:33:34.487Z] ---> Running in f5e88bc432f1 [2020-10-28T12:33:34.487Z] Removing intermediate container cb764ac7d705 [2020-10-28T12:33:34.487Z] ---> 4bee9ff987f5 [2020-10-28T12:33:34.487Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T12:33:34.487Z] Removing intermediate container c6fab01ce791 [2020-10-28T12:33:34.487Z] ---> 8f58f7b4ebe2 [2020-10-28T12:33:34.487Z] Step 20/20 : LABEL version=0.0.0 [2020-10-28T12:33:34.487Z] ---> 65afb60c1376 [2020-10-28T12:33:34.487Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T12:33:34.765Z] ---> Running in e3a36067fea5 [2020-10-28T12:33:34.765Z] ---> Running in 278a18746ef2 [2020-10-28T12:33:34.765Z] Removing intermediate container f5e88bc432f1 [2020-10-28T12:33:34.765Z] ---> 399988b8d648 [2020-10-28T12:33:34.765Z] Step 13/26 : WORKDIR / [2020-10-28T12:33:35.064Z] Removing intermediate container dcd96aadfb3f [2020-10-28T12:33:35.064Z] ---> e1c9a4638faf [2020-10-28T12:33:35.064Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T12:33:35.064Z] ---> Running in 536499935e83 [2020-10-28T12:33:35.064Z] ---> 0598d299325d [2020-10-28T12:33:35.064Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T12:33:35.064Z] ---> Running in 0b8ba42fc36a [2020-10-28T12:33:35.064Z] Removing intermediate container 278a18746ef2 [2020-10-28T12:33:35.064Z] ---> 1b28e5ccde87 [2020-10-28T12:33:35.064Z] [2020-10-28T12:33:35.064Z] Removing intermediate container e3a36067fea5 [2020-10-28T12:33:35.064Z] ---> cfbd56b5a850 [2020-10-28T12:33:35.064Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T12:33:35.409Z] ---> Running in c244a44b61fe [2020-10-28T12:33:35.409Z] Removing intermediate container 536499935e83 [2020-10-28T12:33:35.409Z] ---> de27b23f3265 [2020-10-28T12:33:35.409Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T12:33:35.711Z] ---> aea5ede68545 [2020-10-28T12:33:35.711Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T12:33:36.018Z] Successfully built 1b28e5ccde87 [2020-10-28T12:33:36.018Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-28T12:33:36.018Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c244a44b61fe [2020-10-28T12:33:36.018Z] ---> 598b87b066e2 [2020-10-28T12:33:36.018Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T12:33:36.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:36.342Z] ---> e593603cdebb [2020-10-28T12:33:36.342Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T12:33:36.342Z] ---> f50614845fac [2020-10-28T12:33:36.342Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T12:33:36.342Z] ---> Running in 58502360f33b [2020-10-28T12:33:37.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:38.081Z] ---> 30c2e83c0a5a [2020-10-28T12:33:38.081Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T12:33:38.081Z] ---> ff747a0060c7 [2020-10-28T12:33:38.081Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T12:33:38.433Z] ---> 103ce9616613 [2020-10-28T12:33:38.433Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-28T12:33:38.433Z] ---> 18b1069335a3 [2020-10-28T12:33:38.433Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T12:33:38.834Z] Removing intermediate container 58502360f33b [2020-10-28T12:33:38.834Z] ---> cc455767bef4 [2020-10-28T12:33:38.834Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T12:33:39.147Z] ---> 7a522b4e98d7 [2020-10-28T12:33:39.147Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T12:33:39.147Z] ---> f25af047e668 [2020-10-28T12:33:39.147Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T12:33:39.147Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T12:33:39.147Z] ---> Running in 9cdcde429306 [2020-10-28T12:33:39.147Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T12:33:39.147Z] ---> 5b6bd9ac8d5b [2020-10-28T12:33:39.148Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T12:33:39.462Z] ---> Running in 63139113d05f [2020-10-28T12:33:39.462Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T12:33:39.784Z] ---> 1e66f85537ce [2020-10-28T12:33:39.784Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T12:33:39.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:40.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:33:40.438Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T12:33:40.438Z] ---> d05b053db2a2 [2020-10-28T12:33:40.438Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-28T12:33:40.721Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T12:33:40.721Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:33:40.721Z] OK: 8 MiB in 19 packages [2020-10-28T12:33:40.721Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T12:33:41.003Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T12:33:41.003Z] Removing intermediate container 63139113d05f [2020-10-28T12:33:41.003Z] ---> 1c04c1c1f2ef [2020-10-28T12:33:41.003Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T12:33:41.003Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T12:33:41.003Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T12:33:41.003Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T12:33:41.003Z] ---> Running in f6b6ea707e9a [2020-10-28T12:33:41.003Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T12:33:41.003Z] ---> ef03c44d3aff [2020-10-28T12:33:41.003Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T12:33:41.812Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T12:33:41.812Z] Removing intermediate container 0b8ba42fc36a [2020-10-28T12:33:41.812Z] ---> a4f474438724 [2020-10-28T12:33:41.812Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T12:33:41.812Z] ---> d38153bdf3a6 [2020-10-28T12:33:41.812Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T12:33:41.812Z] ---> Running in b6391c8dcc10 [2020-10-28T12:33:42.111Z] ---> 8c4ffcc3592d [2020-10-28T12:33:42.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T12:33:43.753Z] Removing intermediate container f6b6ea707e9a [2020-10-28T12:33:43.753Z] ---> 758c98511394 [2020-10-28T12:33:43.753Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T12:33:44.581Z] ---> Running in 80c65415a8f0 [2020-10-28T12:33:44.581Z] ---> 24f129927795 [2020-10-28T12:33:44.581Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T12:33:45.850Z] Removing intermediate container 80c65415a8f0 [2020-10-28T12:33:45.850Z] ---> 02b26c89a672 [2020-10-28T12:33:45.850Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T12:33:45.850Z] Removing intermediate container b6391c8dcc10 [2020-10-28T12:33:45.850Z] ---> d1019b2f079f [2020-10-28T12:33:45.850Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T12:33:45.850Z] ---> Running in 006d08a37ec2 [2020-10-28T12:33:45.850Z] ---> 547134a504e5 [2020-10-28T12:33:45.850Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T12:33:45.850Z] ---> Running in 7d2a1d74a583 [2020-10-28T12:33:46.474Z] ---> Running in a74d9f55bffe [2020-10-28T12:33:47.063Z] Removing intermediate container 7d2a1d74a583 [2020-10-28T12:33:47.063Z] ---> 10e25cdcedd8 [2020-10-28T12:33:47.063Z] Step 24/26 : LABEL arch=x86_64 [2020-10-28T12:33:47.063Z] Removing intermediate container 006d08a37ec2 [2020-10-28T12:33:47.063Z] ---> dd444d8470a6 [2020-10-28T12:33:47.063Z] Step 27/29 : LABEL arch=x86_64 [2020-10-28T12:33:47.379Z] ---> Running in 101b76d43563 [2020-10-28T12:33:47.379Z] ---> Running in bc4e253b06af [2020-10-28T12:33:47.379Z] Removing intermediate container a74d9f55bffe [2020-10-28T12:33:47.379Z] ---> 43a5230e9558 [2020-10-28T12:33:47.379Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:33:47.379Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T12:33:47.379Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T12:33:47.379Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T12:33:47.650Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T12:33:47.650Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T12:33:47.650Z] ---> Running in 4748669dae6a [2020-10-28T12:33:47.650Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T12:33:47.650Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T12:33:47.913Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T12:33:48.179Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T12:33:48.179Z] Removing intermediate container 101b76d43563 [2020-10-28T12:33:48.179Z] ---> 2a9afb14051f [2020-10-28T12:33:48.179Z] Step 28/29 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:33:48.179Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T12:33:48.179Z] Removing intermediate container bc4e253b06af [2020-10-28T12:33:48.179Z] ---> 2020bc59dfa2 [2020-10-28T12:33:48.179Z] Step 25/26 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:33:48.179Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T12:33:48.179Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T12:33:48.446Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T12:33:48.743Z] ---> Running in a1c72bb479ed [2020-10-28T12:33:48.743Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T12:33:48.743Z] Removing intermediate container 4748669dae6a [2020-10-28T12:33:48.743Z] ---> 723aca7350da [2020-10-28T12:33:48.743Z] Step 21/23 : LABEL arch=x86_64 [2020-10-28T12:33:48.743Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T12:33:48.743Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T12:33:48.743Z] ---> Running in af60569d4da1 [2020-10-28T12:33:49.058Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T12:33:49.058Z] ---> Running in 2f34444ee1c3 [2020-10-28T12:33:49.058Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T12:33:49.058Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T12:33:49.330Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T12:33:49.330Z] Removing intermediate container a1c72bb479ed [2020-10-28T12:33:49.330Z] ---> e68b4f619e1e [2020-10-28T12:33:49.330Z] Step 29/29 : LABEL version=0.0.0 [2020-10-28T12:33:49.330Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T12:33:49.330Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T12:33:49.330Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T12:33:49.330Z] Removing intermediate container af60569d4da1 [2020-10-28T12:33:49.330Z] ---> 24516207576f [2020-10-28T12:33:49.330Z] Step 26/26 : LABEL version=0.0.0 [2020-10-28T12:33:49.595Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T12:33:49.595Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T12:33:49.595Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T12:33:49.867Z] ---> Running in ab8f80ec88a3 [2020-10-28T12:33:49.867Z] Removing intermediate container 2f34444ee1c3 [2020-10-28T12:33:49.867Z] ---> a9014b4440c6 [2020-10-28T12:33:49.867Z] Step 22/23 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:33:50.150Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:33:50.150Z] OK: 71 MiB in 55 packages [2020-10-28T12:33:50.150Z] ---> Running in 94462ab730af [2020-10-28T12:33:50.150Z] ---> Running in 7367c38e23c6 [2020-10-28T12:33:50.460Z] Removing intermediate container ab8f80ec88a3 [2020-10-28T12:33:50.460Z] ---> 0fd4ad828937 [2020-10-28T12:33:50.460Z] [2020-10-28T12:33:50.834Z] Successfully built 0fd4ad828937 [2020-10-28T12:33:50.834Z] Removing intermediate container 94462ab730af [2020-10-28T12:33:50.834Z] ---> 28f83a17c828 [2020-10-28T12:33:50.834Z] [2020-10-28T12:33:50.834Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-28T12:33:51.537Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 7367c38e23c6 [2020-10-28T12:33:51.537Z] ---> 3a3271cd062e [2020-10-28T12:33:51.537Z] Step 23/23 : LABEL version=0.0.0 [2020-10-28T12:33:51.537Z] ---> Running in 6631c1b5e200 [2020-10-28T12:33:51.537Z] Successfully built 28f83a17c828 [2020-10-28T12:33:51.537Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-28T12:33:52.253Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6631c1b5e200 [2020-10-28T12:33:52.253Z] ---> bb9b897bdcec [2020-10-28T12:33:52.253Z] [2020-10-28T12:33:52.542Z] Successfully built bb9b897bdcec [2020-10-28T12:33:52.542Z] Successfully tagged docker-core-data-go:latest [2020-10-28T12:33:55.392Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:33:55.392Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:33:55.392Z] ---> 1b7bc5f01ff6 [2020-10-28T12:33:55.392Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T12:33:55.392Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:33:55.392Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:33:55.392Z] ---> 1b7bc5f01ff6 [2020-10-28T12:33:55.392Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:33:55.392Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:33:55.392Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:33:55.392Z] ---> 1b7bc5f01ff6 [2020-10-28T12:33:55.392Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T12:33:55.392Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:33:55.392Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:33:55.392Z] ---> 1b7bc5f01ff6 [2020-10-28T12:33:55.392Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T12:33:55.392Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:33:55.392Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T12:33:55.392Z] ---> 1b7bc5f01ff6 [2020-10-28T12:33:55.392Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T12:33:55.392Z] ---> Running in c70d46ed13f6 [2020-10-28T12:33:55.392Z] ---> Running in c39b89d1ef72 [2020-10-28T12:33:55.392Z] ---> Running in e51c7d7bc6e9 [2020-10-28T12:33:55.392Z] ---> Running in 4479729550e1 [2020-10-28T12:33:55.392Z] ---> Running in 24a297f93ee8 [2020-10-28T12:33:55.392Z] Removing intermediate container e51c7d7bc6e9 [2020-10-28T12:33:55.392Z] ---> 57276cd25a4f [2020-10-28T12:33:55.392Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:33:55.392Z] Removing intermediate container c39b89d1ef72 [2020-10-28T12:33:55.392Z] ---> 7aa412ee45fc [2020-10-28T12:33:55.392Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:33:55.392Z] Removing intermediate container c70d46ed13f6 [2020-10-28T12:33:55.392Z] ---> 350b124206a7 [2020-10-28T12:33:55.392Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:33:55.392Z] Removing intermediate container 24a297f93ee8 [2020-10-28T12:33:55.392Z] ---> 925881ab0f9e [2020-10-28T12:33:55.392Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T12:33:55.392Z] Removing intermediate container 4479729550e1 [2020-10-28T12:33:55.392Z] ---> 172c7775548d [2020-10-28T12:33:55.392Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:33:55.392Z] ---> Running in fe3d6798e612 [2020-10-28T12:33:55.392Z] ---> Running in 030676c7238f [2020-10-28T12:33:55.392Z] ---> Running in e64efba0200b [2020-10-28T12:33:55.392Z] ---> Running in 69f3d2abd4d6 [2020-10-28T12:33:55.392Z] ---> Running in 5b963771d11f [2020-10-28T12:33:55.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:55.392Z] Removing intermediate container 030676c7238f [2020-10-28T12:33:55.392Z] ---> 31e0c436beca [2020-10-28T12:33:55.392Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T12:33:55.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:55.392Z] Removing intermediate container fe3d6798e612 [2020-10-28T12:33:55.392Z] ---> ce2c1e8832cd [2020-10-28T12:33:55.392Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T12:33:55.392Z] ---> Running in b36b28abc78f [2020-10-28T12:33:55.392Z] Removing intermediate container 69f3d2abd4d6 [2020-10-28T12:33:55.392Z] ---> eb4c08113413 [2020-10-28T12:33:55.392Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T12:33:55.392Z] ---> Running in 344f13a76907 [2020-10-28T12:33:55.392Z] Removing intermediate container e64efba0200b [2020-10-28T12:33:55.392Z] ---> f92e4d093418 [2020-10-28T12:33:55.392Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T12:33:55.392Z] ---> Running in 4f8892ca777c [2020-10-28T12:33:55.392Z] ---> Running in ff0b0c81d14f [2020-10-28T12:33:55.392Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:33:55.392Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:33:55.392Z] OK: 12623 distinct packages available [2020-10-28T12:33:55.392Z] OK: 217 MiB in 51 packages [2020-10-28T12:33:55.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:55.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:55.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:55.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:56.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:56.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:56.830Z] Removing intermediate container 5b963771d11f [2020-10-28T12:33:56.830Z] ---> 48ca23742a1c [2020-10-28T12:33:56.830Z] Step 5/29 : COPY go.mod . [2020-10-28T12:33:56.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:57.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:33:57.385Z] ---> 643e026d036b [2020-10-28T12:33:57.385Z] Step 6/29 : RUN go mod download [2020-10-28T12:33:57.667Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:33:57.667Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:33:57.667Z] OK: 12623 distinct packages available [2020-10-28T12:33:57.667Z] ---> Running in 3664a806d17c [2020-10-28T12:33:57.950Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:33:57.950Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:33:57.950Z] OK: 12623 distinct packages available [2020-10-28T12:33:58.228Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:33:58.228Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:33:58.228Z] OK: 12623 distinct packages available [2020-10-28T12:33:58.505Z] OK: 217 MiB in 51 packages [2020-10-28T12:33:58.505Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:33:58.505Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:33:58.505Z] OK: 12623 distinct packages available [2020-10-28T12:33:59.105Z] OK: 217 MiB in 51 packages [2020-10-28T12:33:59.517Z]  Building docker-core-data-go ... done Removing intermediate container 9cdcde429306 [2020-10-28T12:33:59.517Z] ---> da9170e57ace [2020-10-28T12:33:59.517Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T12:33:59.517Z] ---> Running in a9608bfb8dfe [2020-10-28T12:33:59.596Z] OK: 217 MiB in 51 packages [2020-10-28T12:33:59.885Z] OK: 217 MiB in 51 packages [2020-10-28T12:34:00.526Z] Removing intermediate container b36b28abc78f [2020-10-28T12:34:00.526Z] ---> f5fae3e97c12 [2020-10-28T12:34:00.526Z] Step 6/23 : COPY go.mod . [2020-10-28T12:34:00.946Z] Collecting docker-compose==1.23.2 [2020-10-28T12:34:01.138Z] Removing intermediate container 344f13a76907 [2020-10-28T12:34:01.138Z] ---> 8233a6d54890 [2020-10-28T12:34:01.138Z] Step 6/20 : COPY go.mod . [2020-10-28T12:34:01.215Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T12:34:01.410Z] Removing intermediate container ff0b0c81d14f [2020-10-28T12:34:01.411Z] ---> 837065dbd116 [2020-10-28T12:34:01.411Z] Step 6/27 : COPY go.mod . [2020-10-28T12:34:01.485Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T12:34:01.485Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T12:34:01.686Z] ---> 50be383b4a7b [2020-10-28T12:34:01.686Z] Step 7/23 : RUN go mod download [2020-10-28T12:34:01.686Z] Removing intermediate container 4f8892ca777c [2020-10-28T12:34:01.686Z] ---> f88cac39d367 [2020-10-28T12:34:01.686Z] Step 6/22 : COPY go.mod . [2020-10-28T12:34:01.765Z] Collecting PyYAML<4,>=3.10 [2020-10-28T12:34:01.765Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T12:34:01.964Z] ---> Running in 52f00af9079f [2020-10-28T12:34:02.236Z] ---> c824b0c5cfc1 [2020-10-28T12:34:02.236Z] Step 7/20 : RUN go mod download [2020-10-28T12:34:02.236Z] Removing intermediate container 3664a806d17c [2020-10-28T12:34:02.236Z] ---> ae7cf74c4dab [2020-10-28T12:34:02.236Z] Step 7/29 : COPY . . [2020-10-28T12:34:02.511Z] ---> a45367b63b6f [2020-10-28T12:34:02.511Z] Step 7/27 : RUN go mod download [2020-10-28T12:34:02.511Z] ---> Running in d3408bccd34c [2020-10-28T12:34:02.783Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T12:34:02.783Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T12:34:02.786Z] ---> Running in 413a27631995 [2020-10-28T12:34:02.786Z] ---> b03dc2d3e147 [2020-10-28T12:34:02.786Z] Step 7/22 : RUN go mod download [2020-10-28T12:34:03.061Z] ---> Running in cb75c84eb2cd [2020-10-28T12:34:03.818Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T12:34:03.818Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T12:34:04.094Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T12:34:04.094Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T12:34:04.416Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-28T12:34:04.416Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T12:34:04.416Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T12:34:04.416Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T12:34:04.416Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T12:34:05.479Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T12:34:05.479Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T12:34:05.826Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T12:34:05.826Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T12:34:06.116Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T12:34:06.389Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T12:34:06.389Z] 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) [2020-10-28T12:34:06.389Z] Collecting idna<2.8,>=2.5 [2020-10-28T12:34:06.389Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T12:34:06.657Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T12:34:06.657Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T12:34:07.251Z] 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) [2020-10-28T12:34:07.251Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T12:34:07.252Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T12:34:07.252Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T12:34:07.252Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T12:34:07.515Z] Installing collected packages: jsonschema, PyYAML, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, docopt, texttable, docker-compose [2020-10-28T12:34:08.165Z] Running setup.py install for PyYAML: started [2020-10-28T12:34:08.810Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T12:34:08.810Z] Running setup.py install for dockerpty: started [2020-10-28T12:34:09.417Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T12:34:09.417Z] Attempting uninstall: idna [2020-10-28T12:34:09.417Z] Found existing installation: idna 2.9 [2020-10-28T12:34:09.417Z] Uninstalling idna-2.9: [2020-10-28T12:34:09.417Z] Successfully uninstalled idna-2.9 [2020-10-28T12:34:09.707Z] Attempting uninstall: urllib3 [2020-10-28T12:34:09.707Z] Found existing installation: urllib3 1.25.9 [2020-10-28T12:34:09.707Z] Uninstalling urllib3-1.25.9: [2020-10-28T12:34:09.707Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T12:34:09.788Z] Removing intermediate container 52f00af9079f [2020-10-28T12:34:09.788Z] ---> 4b267abbc142 [2020-10-28T12:34:09.788Z] Step 8/23 : COPY . . [2020-10-28T12:34:09.788Z] Removing intermediate container d3408bccd34c [2020-10-28T12:34:09.788Z] ---> 843192286cb6 [2020-10-28T12:34:09.788Z] Step 8/20 : COPY . . [2020-10-28T12:34:09.788Z] Removing intermediate container cb75c84eb2cd [2020-10-28T12:34:09.788Z] ---> 3e1b98f1bcac [2020-10-28T12:34:09.788Z] Removing intermediate container 413a27631995 [2020-10-28T12:34:09.788Z] Step 8/22 : COPY . . ---> 66d463a1183b [2020-10-28T12:34:09.788Z] [2020-10-28T12:34:09.788Z] Step 8/27 : COPY . . [2020-10-28T12:34:09.980Z] Attempting uninstall: requests [2020-10-28T12:34:09.980Z] Found existing installation: requests 2.23.0 [2020-10-28T12:34:09.980Z] Uninstalling requests-2.23.0: [2020-10-28T12:34:09.980Z] Successfully uninstalled requests-2.23.0 [2020-10-28T12:34:10.975Z] Running setup.py install for docopt: started [2020-10-28T12:34:11.325Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T12:34:11.325Z] Running setup.py install for texttable: started [2020-10-28T12:34:11.946Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T12:34:12.219Z] 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 [2020-10-28T12:34:16.361Z] Removing intermediate container a9608bfb8dfe [2020-10-28T12:34:16.361Z] ---> a98b460e1fcd [2020-10-28T12:34:16.361Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T12:34:16.361Z] ---> Running in 16ae0533580f [2020-10-28T12:34:16.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T12:34:17.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T12:34:17.380Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T12:34:17.380Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T12:34:17.380Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T12:34:17.380Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:34:17.380Z] OK: 72 MiB in 58 packages [2020-10-28T12:34:18.364Z] Removing intermediate container 16ae0533580f [2020-10-28T12:34:18.364Z] ---> 8dc200f7639b [2020-10-28T12:34:18.364Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T12:34:18.364Z] ---> Running in 5c9c11b54c08 [2020-10-28T12:34:18.364Z] Removing intermediate container 5c9c11b54c08 [2020-10-28T12:34:18.364Z] ---> bd43a53b45c9 [2020-10-28T12:34:18.364Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:34:18.364Z] ---> Running in 258839562e12 [2020-10-28T12:34:18.677Z] Removing intermediate container 258839562e12 [2020-10-28T12:34:18.677Z] ---> f264a3357882 [2020-10-28T12:34:18.677Z] Step 25/27 : LABEL arch=x86_64 [2020-10-28T12:34:18.677Z] ---> Running in 865632e7fe02 [2020-10-28T12:34:19.307Z] Removing intermediate container 865632e7fe02 [2020-10-28T12:34:19.307Z] ---> 8794d4fd25a3 [2020-10-28T12:34:19.307Z] Step 26/27 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:34:19.307Z] ---> Running in 45a9b29aa7dd [2020-10-28T12:34:19.593Z] Removing intermediate container 45a9b29aa7dd [2020-10-28T12:34:19.594Z] ---> 78faa2b06e1c [2020-10-28T12:34:19.594Z] Step 27/27 : LABEL version=0.0.0 [2020-10-28T12:34:19.864Z] ---> Running in be30048381c7 [2020-10-28T12:34:20.127Z] Removing intermediate container be30048381c7 [2020-10-28T12:34:20.127Z] ---> 006db544d945 [2020-10-28T12:34:20.127Z] [2020-10-28T12:34:20.408Z] Successfully built 006db544d945 [2020-10-28T12:34:20.408Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-28T12:34:20.695Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-28T12:34:20.707Z] $ docker stop --time=1 34ffad8cb406c23e3fe46da299f02e01ca60912dc7106d648664fa326c81c9db [2020-10-28T12:34:22.984Z] $ docker rm -f 34ffad8cb406c23e3fe46da299f02e01ca60912dc7106d648664fa326c81c9db [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:34:23.776Z] + docker images [2020-10-28T12:34:23.776Z] + grep docker [2020-10-28T12:34:24.397Z] docker-sys-mgmt-agent-go latest 006db544d945 5 seconds ago 290MB [2020-10-28T12:34:24.397Z] docker-core-data-go latest bb9b897bdcec 33 seconds ago 23.7MB [2020-10-28T12:34:24.397Z] docker-security-secrets-setup-go latest 0fd4ad828937 34 seconds ago 24MB [2020-10-28T12:34:24.397Z] docker-security-secretstore-setup-go latest 28f83a17c828 34 seconds ago 32.4MB [2020-10-28T12:34:24.397Z] docker-security-proxy-setup-go latest 1b28e5ccde87 50 seconds ago 15.8MB [2020-10-28T12:34:24.397Z] docker-support-notifications-go latest 3439d25c9f88 3 minutes ago 13.6MB [2020-10-28T12:34:24.397Z] docker-core-metadata-go latest 86208ab3a6b4 3 minutes ago 14.5MB [2020-10-28T12:34:24.397Z] docker-support-scheduler-go latest 5a024e3ce787 3 minutes ago 12.3MB [2020-10-28T12:34:24.397Z] docker-support-logging-go latest 5c5f7b71d09f 3 minutes ago 11.1MB [2020-10-28T12:34:24.397Z] docker-core-command-go latest 26784a4b7cb5 3 minutes ago 12.2MB [2020-10-28T12:34:24.397Z] 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 [2020-10-28T12:34:31.966Z] ---> 02f612386c65 [2020-10-28T12:34:31.966Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T12:34:31.967Z] ---> 3c03d1aad530 [2020-10-28T12:34:31.967Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T12:34:31.967Z] ---> 4e04f4daf11e [2020-10-28T12:34:31.967Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T12:34:31.967Z] ---> 32e689822cd6 [2020-10-28T12:34:31.967Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T12:34:31.967Z] ---> Running in 690a059592a0 [2020-10-28T12:34:31.967Z] ---> acda757f5d40 [2020-10-28T12:34:31.967Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T12:34:31.967Z] ---> Running in 34476e9d0681 [2020-10-28T12:34:31.967Z] ---> Running in 3fc4f5e24009 [2020-10-28T12:34:31.967Z] ---> Running in 9c2680ed09b4 [2020-10-28T12:34:31.967Z] ---> Running in 8a80524c0127 [2020-10-28T12:34:31.967Z] 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 [2020-10-28T12:34:32.243Z] 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 [2020-10-28T12:34:32.518Z] 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 [2020-10-28T12:34:32.518Z] 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 [2020-10-28T12:34:32.794Z] 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 [2020-10-28T12:34:40.253Z] Still waiting to schedule task [2020-10-28T12:34:40.253Z] Waiting for next available executor on ‘centos7-docker-8c-8g’ [2020-10-28T12:36:09.649Z] Removing intermediate container 690a059592a0 [2020-10-28T12:36:09.649Z] ---> 2638778381e9 [2020-10-28T12:36:09.649Z] [2020-10-28T12:36:09.649Z] Step 9/29 : FROM alpine:latest [2020-10-28T12:36:09.649Z] Removing intermediate container 3fc4f5e24009 [2020-10-28T12:36:09.649Z] ---> 58429c1a913a [2020-10-28T12:36:09.649Z] [2020-10-28T12:36:09.649Z] Step 10/20 : FROM alpine [2020-10-28T12:36:09.649Z] latest: Pulling from library/alpine [2020-10-28T12:36:09.649Z] latest: Pulling from library/alpine [2020-10-28T12:36:09.649Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T12:36:09.649Z] Status: Downloaded newer image for alpine:latest [2020-10-28T12:36:09.649Z] ---> 2e77e061c27f [2020-10-28T12:36:09.649Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-28T12:36:09.649Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T12:36:09.649Z] Status: Image is up to date for alpine:latest [2020-10-28T12:36:09.649Z] ---> 2e77e061c27f [2020-10-28T12:36:09.649Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T12:36:09.649Z] ---> Running in 60d6d7d51623 [2020-10-28T12:36:09.649Z] ---> Running in 67d8c06e6ef9 [2020-10-28T12:36:09.650Z] Removing intermediate container 60d6d7d51623 [2020-10-28T12:36:09.650Z] ---> 4b350f538ed4 [2020-10-28T12:36:09.650Z] Step 11/29 : USER root [2020-10-28T12:36:09.650Z] ---> Running in b6225745a556 [2020-10-28T12:36:09.650Z] Removing intermediate container b6225745a556 [2020-10-28T12:36:09.650Z] ---> e7e49b4249d7 [2020-10-28T12:36:09.650Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T12:36:09.650Z] ---> Running in c79803b3bf5b [2020-10-28T12:36:09.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:09.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:09.650Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:36:09.650Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:36:09.650Z] OK: 12615 distinct packages available [2020-10-28T12:36:09.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:09.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:09.650Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T12:36:09.650Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T12:36:09.650Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T12:36:09.650Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T12:36:09.650Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:36:09.650Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T12:36:09.650Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:36:09.650Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:36:09.650Z] OK: 12615 distinct packages available [2020-10-28T12:36:09.650Z] OK: 7 MiB in 18 packages [2020-10-28T12:36:09.968Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T12:36:10.263Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T12:36:10.263Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:36:10.263Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T12:36:10.543Z] OK: 6 MiB in 16 packages [2020-10-28T12:36:13.197Z] Removing intermediate container 9c2680ed09b4 [2020-10-28T12:36:13.197Z] ---> ee65e1f7047f [2020-10-28T12:36:13.197Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T12:36:13.197Z] ---> Running in b925d7fbccb8 [2020-10-28T12:36:13.197Z] Removing intermediate container 67d8c06e6ef9 [2020-10-28T12:36:13.197Z] ---> 803969d2fd5c [2020-10-28T12:36:13.197Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T12:36:13.478Z] ---> Running in 4a85165e9774 [2020-10-28T12:36:14.933Z] Removing intermediate container c79803b3bf5b [2020-10-28T12:36:14.933Z] ---> 9018e48010cc [2020-10-28T12:36:14.933Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T12:36:14.933Z] Removing intermediate container 4a85165e9774 [2020-10-28T12:36:14.933Z] ---> 5577157dec5f [2020-10-28T12:36:14.933Z] Step 13/20 : WORKDIR /edgex [2020-10-28T12:36:15.211Z] ---> Running in 300091c32417 [2020-10-28T12:36:15.211Z] ---> Running in 3ab951c66e40 [2020-10-28T12:36:16.204Z] 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 [2020-10-28T12:36:16.204Z] Removing intermediate container 3ab951c66e40 [2020-10-28T12:36:16.204Z] Removing intermediate container 300091c32417 [2020-10-28T12:36:16.204Z] ---> eff57db7cb0c [2020-10-28T12:36:16.204Z] ---> bf9241582b21 [2020-10-28T12:36:16.204Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T12:36:16.204Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T12:36:16.485Z] ---> Running in 2f6de5abc4d9 [2020-10-28T12:36:17.486Z] Removing intermediate container 2f6de5abc4d9 [2020-10-28T12:36:17.486Z] ---> 5fe0450f299d [2020-10-28T12:36:17.486Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T12:36:17.486Z] ---> c96b50e93289 [2020-10-28T12:36:17.765Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T12:36:18.048Z] ---> Running in d99e272e60af [2020-10-28T12:36:20.123Z] ---> f4a47fe03bf9 [2020-10-28T12:36:20.123Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T12:36:20.123Z] ---> Running in 94318b6aa26f [2020-10-28T12:36:20.817Z] Removing intermediate container 94318b6aa26f [2020-10-28T12:36:20.817Z] ---> 8cb7fa1d84d5 [2020-10-28T12:36:20.817Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T12:36:21.094Z] ---> Running in 291683a549a6 [2020-10-28T12:36:22.097Z] Removing intermediate container 291683a549a6 [2020-10-28T12:36:22.097Z] ---> 482acffcb800 [2020-10-28T12:36:22.097Z] Step 18/20 : LABEL arch=arm64 [2020-10-28T12:36:22.706Z] ---> Running in 37286d261911 [2020-10-28T12:36:23.324Z] Removing intermediate container b925d7fbccb8 [2020-10-28T12:36:23.324Z] ---> 9172cfc7a068 [2020-10-28T12:36:23.324Z] [2020-10-28T12:36:23.324Z] Step 11/27 : FROM docker:latest [2020-10-28T12:36:23.324Z] ---> 5d4db4dc0692 [2020-10-28T12:36:23.324Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T12:36:23.615Z] ---> Running in 47ec05e82da1 [2020-10-28T12:36:23.918Z] Removing intermediate container d99e272e60af [2020-10-28T12:36:23.918Z] ---> 476272ed90de [2020-10-28T12:36:23.918Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T12:36:23.918Z] Removing intermediate container 37286d261911 [2020-10-28T12:36:23.918Z] ---> 347396350eae [2020-10-28T12:36:23.918Z] Step 19/20 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:36:24.211Z] ---> Running in 608345a908ec [2020-10-28T12:36:25.679Z] Removing intermediate container 608345a908ec [2020-10-28T12:36:25.679Z] ---> 886a46f9e6b1 [2020-10-28T12:36:25.679Z] Step 20/20 : LABEL version=0.0.0 [2020-10-28T12:36:25.958Z] ---> Running in b730ed1cfbbe [2020-10-28T12:36:26.560Z] ---> 2d4563e3625b [2020-10-28T12:36:26.560Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T12:36:26.835Z] Removing intermediate container b730ed1cfbbe [2020-10-28T12:36:26.835Z] ---> 63b4adc9a95f [2020-10-28T12:36:26.835Z] [2020-10-28T12:36:26.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:27.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:27.745Z] Successfully built 63b4adc9a95f [2020-10-28T12:36:27.745Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-28T12:36:27.745Z] Building docker-security-secretstore-setup-go [2020-10-28T12:36:28.028Z]  Building docker-security-proxy-setup-go ... done  ---> ade20cb45c19 [2020-10-28T12:36:28.028Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T12:36:28.308Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T12:36:28.308Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T12:36:28.308Z] Executing bash-5.0.17-r0.post-install [2020-10-28T12:36:29.426Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:36:29.426Z] OK: 12 MiB in 22 packages [2020-10-28T12:36:29.426Z] ---> b6509ef28cdf [2020-10-28T12:36:29.426Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T12:36:30.884Z] ---> 918b033d36d7 [2020-10-28T12:36:30.884Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T12:36:31.504Z] Removing intermediate container 47ec05e82da1 [2020-10-28T12:36:31.504Z] ---> 9c7b8a860ff6 [2020-10-28T12:36:31.504Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T12:36:32.115Z] ---> Running in a2e0d9550123 [2020-10-28T12:36:32.397Z] ---> 53cf3855be98 [2020-10-28T12:36:32.397Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T12:36:32.675Z] ---> Running in 0053e8fd8649 [2020-10-28T12:36:38.131Z] Removing intermediate container a2e0d9550123 [2020-10-28T12:36:38.131Z] ---> 3a76da6cfda5 [2020-10-28T12:36:38.131Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T12:36:38.131Z] ---> Running in 29b34dc2b41d [2020-10-28T12:36:38.131Z] Removing intermediate container 0053e8fd8649 [2020-10-28T12:36:38.131Z] ---> 363d2eb0f404 [2020-10-28T12:36:38.131Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T12:36:39.590Z] Removing intermediate container 29b34dc2b41d [2020-10-28T12:36:39.590Z] ---> b49496b054d5 [2020-10-28T12:36:39.590Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T12:36:40.205Z] ---> Running in be9a6395e33b [2020-10-28T12:36:40.205Z] ---> 48504f8ebefe [2020-10-28T12:36:40.205Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T12:36:40.481Z] ---> Running in ee4d14d5b689 [2020-10-28T12:36:41.089Z] Removing intermediate container be9a6395e33b [2020-10-28T12:36:41.089Z] ---> 0b37268be30d [2020-10-28T12:36:41.089Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T12:36:41.689Z] ---> Running in f65f94220ab7 [2020-10-28T12:36:43.137Z] Removing intermediate container f65f94220ab7 [2020-10-28T12:36:43.137Z] ---> cb1755adf1c7 [2020-10-28T12:36:43.137Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T12:36:45.785Z] ---> a4ebcee606ae [2020-10-28T12:36:45.785Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T12:36:46.391Z] Removing intermediate container ee4d14d5b689 [2020-10-28T12:36:46.391Z] ---> 25a1f0dbd333 [2020-10-28T12:36:46.391Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T12:36:46.671Z] ---> Running in af7f18490175 [2020-10-28T12:36:47.660Z] ---> 52e1460f2802 [2020-10-28T12:36:47.660Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T12:36:49.639Z] ---> f92dca900ac6 [2020-10-28T12:36:49.639Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T12:36:49.918Z] ---> Running in 56055e3ae2d7 [2020-10-28T12:36:52.737Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:36:52.737Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:36:52.737Z] ---> 1b7bc5f01ff6 [2020-10-28T12:36:52.737Z] Step 3/26 : WORKDIR /edgex-go [2020-10-28T12:36:52.737Z] ---> Using cache [2020-10-28T12:36:52.737Z] ---> 172c7775548d [2020-10-28T12:36:52.737Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:36:52.737Z] ---> Using cache [2020-10-28T12:36:52.737Z] ---> f92e4d093418 [2020-10-28T12:36:52.737Z] Step 5/26 : RUN apk update && apk add make git [2020-10-28T12:36:52.737Z] ---> Running in 03a3d46a2880 [2020-10-28T12:36:52.737Z] Removing intermediate container af7f18490175 [2020-10-28T12:36:52.737Z] ---> 43b2cd49096a [2020-10-28T12:36:52.737Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T12:36:53.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:53.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:53.307Z] ---> Running in c77b7fcc87b7 [2020-10-28T12:36:53.908Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T12:36:53.908Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T12:36:53.908Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T12:36:53.908Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T12:36:53.908Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T12:36:53.908Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T12:36:53.908Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T12:36:54.534Z] Removing intermediate container c77b7fcc87b7 [2020-10-28T12:36:54.534Z] ---> 0b020db39f1b [2020-10-28T12:36:54.534Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T12:36:55.530Z] ---> Running in f469de128964 [2020-10-28T12:36:55.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:56.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:36:56.510Z] Removing intermediate container f469de128964 [2020-10-28T12:36:56.510Z] ---> e7fc1fc26467 [2020-10-28T12:36:56.510Z] Step 27/29 : LABEL arch=arm64 [2020-10-28T12:36:56.792Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T12:36:56.792Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T12:36:56.792Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T12:36:56.792Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T12:36:56.792Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T12:36:56.792Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T12:36:56.792Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T12:36:57.069Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T12:36:57.069Z] ---> Running in 42cb48bd500d [2020-10-28T12:36:57.069Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T12:36:57.069Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T12:36:57.069Z] Removing intermediate container 8a80524c0127 [2020-10-28T12:36:57.069Z] ---> 91409f018e92 [2020-10-28T12:36:57.069Z] [2020-10-28T12:36:57.069Z] Step 10/22 : FROM scratch [2020-10-28T12:36:57.069Z] ---> [2020-10-28T12:36:57.069Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:36:57.407Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T12:36:57.407Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T12:36:57.407Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T12:36:57.407Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T12:36:57.407Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T12:36:57.407Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T12:36:57.407Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:36:57.407Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:36:57.407Z] OK: 12623 distinct packages available [2020-10-28T12:36:57.681Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T12:36:57.681Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T12:36:57.681Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T12:36:57.681Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T12:36:57.681Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T12:36:57.681Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T12:36:57.681Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T12:36:57.681Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T12:36:57.681Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T12:36:57.681Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T12:36:57.968Z] ---> Running in 7d90404b3450 [2020-10-28T12:36:57.968Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:36:57.968Z] OK: 71 MiB in 55 packages [2020-10-28T12:36:58.256Z] Removing intermediate container 42cb48bd500d [2020-10-28T12:36:58.256Z] ---> 98eba61eed67 [2020-10-28T12:36:58.256Z] Step 28/29 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:36:58.534Z] Removing intermediate container 7d90404b3450 [2020-10-28T12:36:58.534Z] ---> b5bc2a1eeea7 [2020-10-28T12:36:58.534Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T12:36:58.534Z] OK: 217 MiB in 51 packages [2020-10-28T12:36:58.811Z] ---> Running in 13b02508ab95 [2020-10-28T12:36:58.811Z] ---> Running in 3da9e4f48eff [2020-10-28T12:36:59.411Z] Removing intermediate container 13b02508ab95 [2020-10-28T12:36:59.411Z] ---> debd33b0bd36 [2020-10-28T12:36:59.411Z] Step 29/29 : LABEL version=0.0.0 [2020-10-28T12:36:59.689Z] Removing intermediate container 3da9e4f48eff [2020-10-28T12:36:59.689Z] ---> 78adf662ae27 [2020-10-28T12:36:59.689Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:36:59.689Z] ---> Running in f3b6271aa33c [2020-10-28T12:36:59.963Z] ---> Running in bb3e410c0c52 [2020-10-28T12:37:00.236Z] Removing intermediate container 03a3d46a2880 [2020-10-28T12:37:00.236Z] ---> a57315799600 [2020-10-28T12:37:00.236Z] Step 6/26 : COPY go.mod . [2020-10-28T12:37:00.509Z] Removing intermediate container bb3e410c0c52 [2020-10-28T12:37:00.509Z] Removing intermediate container f3b6271aa33c [2020-10-28T12:37:00.509Z] ---> dea2ffc0fc21 [2020-10-28T12:37:00.509Z] [2020-10-28T12:37:00.509Z] ---> 1a4c6ec6fed0 [2020-10-28T12:37:00.509Z] Step 14/22 : WORKDIR / [2020-10-28T12:37:00.788Z] ---> Running in 01ae981836fd [2020-10-28T12:37:01.392Z] Successfully built dea2ffc0fc21 [2020-10-28T12:37:01.392Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-28T12:37:01.392Z] Building docker-support-scheduler-go [2020-10-28T12:37:01.671Z]  Building docker-security-secrets-setup-go ... done  ---> 99842471ee6d [2020-10-28T12:37:01.671Z] Step 7/26 : RUN go mod download [2020-10-28T12:37:01.957Z] ---> Running in cb9eee516677 [2020-10-28T12:37:01.957Z] Removing intermediate container 01ae981836fd [2020-10-28T12:37:01.957Z] ---> 26ba87ec0f4a [2020-10-28T12:37:01.957Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T12:37:04.591Z] ---> 49b5a6106ad0 [2020-10-28T12:37:04.591Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T12:37:07.977Z] ---> 13cb65e9edf9 [2020-10-28T12:37:07.977Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T12:37:07.977Z] Removing intermediate container 34476e9d0681 [2020-10-28T12:37:07.977Z] ---> eab5579575d9 [2020-10-28T12:37:07.977Z] [2020-10-28T12:37:07.977Z] Step 10/23 : FROM alpine [2020-10-28T12:37:07.977Z] ---> 2e77e061c27f [2020-10-28T12:37:07.977Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:37:08.258Z] Removing intermediate container cb9eee516677 [2020-10-28T12:37:08.258Z] ---> c208539a9e3b [2020-10-28T12:37:08.258Z] Step 8/26 : COPY . . [2020-10-28T12:37:08.549Z] ---> Running in 0d38b9d696ab [2020-10-28T12:37:08.825Z] Removing intermediate container 56055e3ae2d7 [2020-10-28T12:37:08.825Z] ---> 015e5a1a3d15 [2020-10-28T12:37:08.825Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T12:37:09.099Z] ---> 3303453d2255 [2020-10-28T12:37:09.099Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T12:37:09.099Z] ---> Running in e3b1f03adadf [2020-10-28T12:37:09.372Z] ---> Running in 6374ce7e7d09 [2020-10-28T12:37:09.372Z] Removing intermediate container 0d38b9d696ab [2020-10-28T12:37:09.372Z] ---> af1d603571fa [2020-10-28T12:37:09.372Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T12:37:09.976Z] ---> Running in 2c5e32d185bc [2020-10-28T12:37:10.582Z] Removing intermediate container 6374ce7e7d09 [2020-10-28T12:37:10.582Z] ---> a91c9e9cccbf [2020-10-28T12:37:10.582Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:37:10.864Z] Removing intermediate container 2c5e32d185bc [2020-10-28T12:37:10.865Z] ---> 26a4fc4fe262 [2020-10-28T12:37:10.865Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T12:37:11.510Z] ---> Running in decddda07d4d [2020-10-28T12:37:12.118Z] ---> Running in 3d94e56b1938 [2020-10-28T12:37:12.731Z] Removing intermediate container decddda07d4d [2020-10-28T12:37:12.731Z] ---> 6bf7a68e9766 [2020-10-28T12:37:12.731Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T12:37:13.719Z] Removing intermediate container 3d94e56b1938 [2020-10-28T12:37:13.719Z] ---> 8a1af56a2250 [2020-10-28T12:37:13.719Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:37:13.994Z] ---> Running in 46a28a505829 [2020-10-28T12:37:14.591Z] ---> Running in 3148606d8d45 [2020-10-28T12:37:15.578Z] Removing intermediate container 46a28a505829 [2020-10-28T12:37:15.578Z] ---> a4103e187b83 [2020-10-28T12:37:15.578Z] Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:37:16.178Z] ---> Running in 2bffe63f51ab [2020-10-28T12:37:17.158Z] Collecting docker-compose==1.23.2 [2020-10-28T12:37:17.158Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T12:37:17.434Z] Removing intermediate container 2bffe63f51ab [2020-10-28T12:37:17.710Z] ---> c6aa0b81def5 [2020-10-28T12:37:17.710Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T12:37:18.320Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:37:18.320Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:37:18.320Z] ---> 1b7bc5f01ff6 [2020-10-28T12:37:18.320Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T12:37:18.320Z] ---> Using cache [2020-10-28T12:37:18.320Z] ---> 172c7775548d [2020-10-28T12:37:18.320Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:37:18.320Z] ---> Using cache [2020-10-28T12:37:18.320Z] ---> f92e4d093418 [2020-10-28T12:37:18.320Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T12:37:18.320Z] ---> Using cache [2020-10-28T12:37:18.320Z] ---> a57315799600 [2020-10-28T12:37:18.320Z] Step 6/21 : COPY go.mod . [2020-10-28T12:37:18.320Z] ---> Using cache [2020-10-28T12:37:18.320Z] ---> 99842471ee6d [2020-10-28T12:37:18.320Z] Step 7/21 : RUN go mod download [2020-10-28T12:37:18.320Z] ---> Using cache [2020-10-28T12:37:18.320Z] ---> c208539a9e3b [2020-10-28T12:37:18.320Z] Step 8/21 : COPY . . [2020-10-28T12:37:18.320Z] ---> Running in cb9d565ddbfa [2020-10-28T12:37:18.913Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T12:37:18.913Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T12:37:19.568Z] Removing intermediate container cb9d565ddbfa [2020-10-28T12:37:19.568Z] ---> 7742d424b8f6 [2020-10-28T12:37:19.568Z] [2020-10-28T12:37:20.204Z] Successfully built 7742d424b8f6 [2020-10-28T12:37:20.204Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-28T12:37:20.204Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-10-28T12:37:20.204Z] Removing intermediate container 3148606d8d45 [2020-10-28T12:37:20.204Z] ---> d3021ade6bc4 [2020-10-28T12:37:20.204Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T12:37:20.489Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T12:37:20.489Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T12:37:21.468Z] ---> Running in c8b012623726 [2020-10-28T12:37:22.070Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T12:37:22.070Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T12:37:22.676Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T12:37:22.951Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T12:37:23.543Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T12:37:23.543Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T12:37:23.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:37:24.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:37:25.124Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T12:37:25.124Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T12:37:25.124Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T12:37:25.401Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T12:37:25.678Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T12:37:25.678Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:37:25.678Z] OK: 8 MiB in 19 packages [2020-10-28T12:37:28.347Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T12:37:28.347Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T12:37:30.974Z] Collecting PyYAML<4,>=3.10 [2020-10-28T12:37:30.974Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T12:37:31.573Z] ---> 3d07f7eccaf5 [2020-10-28T12:37:31.573Z] 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 [2020-10-28T12:37:33.010Z] ---> Running in 36c52b057a7e [2020-10-28T12:37:33.010Z] Removing intermediate container c8b012623726 [2020-10-28T12:37:33.010Z] ---> bd161e8b1403 [2020-10-28T12:37:33.010Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T12:37:35.641Z] ---> 805572614a26 [2020-10-28T12:37:35.641Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T12:37:35.641Z] 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 [2020-10-28T12:37:35.641Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:37:35.641Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:37:35.641Z] ---> 1b7bc5f01ff6 [2020-10-28T12:37:35.641Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:37:35.641Z] ---> Using cache [2020-10-28T12:37:35.641Z] ---> 172c7775548d [2020-10-28T12:37:35.641Z] 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 [2020-10-28T12:37:35.641Z] [2020-10-28T12:37:35.641Z] ---> Using cache [2020-10-28T12:37:35.641Z] ---> f92e4d093418 [2020-10-28T12:37:35.641Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T12:37:35.641Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T12:37:35.641Z] ---> Running in 9862e176cc42 [2020-10-28T12:37:35.641Z] ---> 2552613fa2e4 [2020-10-28T12:37:35.641Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T12:37:36.237Z] ---> Running in eb708d8d439d [2020-10-28T12:37:37.673Z] ---> 83063e4030ad [2020-10-28T12:37:37.673Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T12:37:38.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:37:38.698Z] ---> bbd0464279a7 [2020-10-28T12:37:38.698Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T12:37:38.698Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-28T12:37:38.698Z] 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 [2020-10-28T12:37:38.698Z] ---> Running in dbb67a5d8255 [2020-10-28T12:37:38.973Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T12:37:38.973Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T12:37:39.581Z] Removing intermediate container dbb67a5d8255 [2020-10-28T12:37:39.581Z] ---> fc005a99b0a3 [2020-10-28T12:37:39.581Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:37:39.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:37:39.581Z] ---> Running in cc002722185a [2020-10-28T12:37:40.199Z] Removing intermediate container cc002722185a [2020-10-28T12:37:40.199Z] ---> 9ab8ab2e75de [2020-10-28T12:37:40.199Z] Step 21/23 : LABEL arch=arm64 [2020-10-28T12:37:40.199Z] ---> Running in b33241c8cc78 [2020-10-28T12:37:40.811Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:37:40.811Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:37:40.811Z] OK: 12623 distinct packages available [2020-10-28T12:37:40.811Z] Removing intermediate container b33241c8cc78 [2020-10-28T12:37:40.811Z] ---> 1f7a87773411 [2020-10-28T12:37:40.811Z] Step 22/23 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:37:41.093Z] ---> Running in 147d8062119c [2020-10-28T12:37:41.704Z] Removing intermediate container 147d8062119c [2020-10-28T12:37:41.704Z] ---> 9ec9a7e862c9 [2020-10-28T12:37:41.704Z] Step 23/23 : LABEL version=0.0.0 [2020-10-28T12:37:41.704Z] OK: 217 MiB in 51 packages [2020-10-28T12:37:41.981Z] ---> Running in 21e2d9894857 [2020-10-28T12:37:42.603Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T12:37:42.603Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T12:37:42.603Z] Removing intermediate container 21e2d9894857 [2020-10-28T12:37:42.603Z] ---> 0eb0f90fad97 [2020-10-28T12:37:42.603Z] [2020-10-28T12:37:42.603Z] OK: 217 MiB in 51 packages [2020-10-28T12:37:42.888Z] 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) [2020-10-28T12:37:43.170Z] Successfully built 0eb0f90fad97 [2020-10-28T12:37:43.170Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-28T12:37:43.170Z] Building docker-support-notifications-go [2020-10-28T12:37:43.170Z]  Building docker-core-data-go ... done Collecting idna<2.8,>=2.5 [2020-10-28T12:37:43.170Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T12:37:43.445Z] 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) [2020-10-28T12:37:44.453Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T12:37:44.453Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T12:37:44.453Z] Removing intermediate container 9862e176cc42 [2020-10-28T12:37:44.453Z] ---> 026ce5fb3663 [2020-10-28T12:37:44.453Z] Step 6/22 : COPY go.mod . [2020-10-28T12:37:45.054Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T12:37:45.054Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T12:37:45.054Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T12:37:45.054Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T12:37:46.052Z] ---> 2b7c923d6406 [2020-10-28T12:37:46.052Z] Step 7/22 : RUN go mod download [2020-10-28T12:37:46.339Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, docopt, PyYAML, texttable, dockerpty, docker-compose [2020-10-28T12:37:46.339Z] ---> Running in cf1ebf17cfff [2020-10-28T12:37:46.629Z] Attempting uninstall: idna [2020-10-28T12:37:46.629Z] Found existing installation: idna 2.9 [2020-10-28T12:37:46.629Z] Uninstalling idna-2.9: [2020-10-28T12:37:46.948Z] Successfully uninstalled idna-2.9 [2020-10-28T12:37:48.487Z] Attempting uninstall: urllib3 [2020-10-28T12:37:48.489Z] Found existing installation: urllib3 1.25.9 [2020-10-28T12:37:48.489Z] Uninstalling urllib3-1.25.9: [2020-10-28T12:37:48.763Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T12:37:49.753Z] Attempting uninstall: requests [2020-10-28T12:37:49.753Z] Found existing installation: requests 2.23.0 [2020-10-28T12:37:49.753Z] Uninstalling requests-2.23.0: [2020-10-28T12:37:49.753Z] Successfully uninstalled requests-2.23.0 [2020-10-28T12:37:49.889Z] Running on prd-centos7-docker-8c-8g-9484 in /w/workspace/edgexfoundry_edgex-go_PR-2854 [Pipeline] { [Pipeline] ws [2020-10-28T12:37:49.946Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-10-28T12:37:52.108Z] using credential edgex-jenkins-ssh [2020-10-28T12:37:52.207Z] Cloning the remote Git repository [2020-10-28T12:37:52.419Z] Removing intermediate container cf1ebf17cfff [2020-10-28T12:37:52.419Z] ---> 53a25a34d114 [2020-10-28T12:37:52.419Z] Step 8/22 : COPY . . [2020-10-28T12:37:51.927Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:37:52.000Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-10-28T12:37:52.025Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:37:52.025Z] > git --version # timeout=10 [2020-10-28T12:37:52.031Z] > git --version # 'git version 2.16.5' [2020-10-28T12:37:52.032Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T12:37:52.056Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T12:37:53.425Z] Running setup.py install for docopt: started [2020-10-28T12:37:56.848Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T12:37:56.848Z] Running setup.py install for PyYAML: started [2020-10-28T12:37:57.433Z] Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:37:57.583Z] Merge succeeded, producing 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:37:57.583Z] Checking out Revision 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 (PR-2854) [2020-10-28T12:37:57.021Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T12:37:57.025Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T12:37:57.035Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T12:37:57.047Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T12:37:57.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T12:37:57.050Z] > 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 [2020-10-28T12:37:57.443Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T12:37:57.447Z] > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 [2020-10-28T12:37:57.560Z] > git remote # timeout=10 [2020-10-28T12:37:57.565Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T12:37:57.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T12:37:57.572Z] > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 [2020-10-28T12:37:57.580Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T12:37:57.588Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T12:37:57.591Z] > git checkout -f 8b39a772a7508530d11dc8b0b1806ac46f5f00c7 # timeout=10 [2020-10-28T12:38:01.198Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T12:38:01.198Z] Running setup.py install for texttable: started [2020-10-28T12:38:01.247Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T12:38:02.771Z] ++ find /w/workspace/edgex-go/4 [2020-10-28T12:38:02.771Z] ++ grep snapcraft.yaml [2020-10-28T12:38:02.771Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T12:38:02.903Z] provisioning config files... [2020-10-28T12:38:02.921Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/4@tmp/config9191366129314350949tmp [Pipeline] { [Pipeline] sh [2020-10-28T12:38:03.278Z] + cp /w/workspace/edgex-go/4@tmp/config9191366129314350949tmp /w/workspace/edgex-go/4/edgex-snap-store-login [Pipeline] sh [2020-10-28T12:38:03.573Z] + 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 [2020-10-28T12:38:03.573Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-28T12:38:03.573Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-28T12:38:03.573Z] f08d8e2a3ba1: Pulling fs layer [2020-10-28T12:38:03.573Z] 3baa9cb2483b: Pulling fs layer [2020-10-28T12:38:03.573Z] 94e5ff4c0b15: Pulling fs layer [2020-10-28T12:38:03.573Z] 1860925334f9: Pulling fs layer [2020-10-28T12:38:03.573Z] 2daf38717194: Pulling fs layer [2020-10-28T12:38:03.573Z] 309017e8d7a4: Pulling fs layer [2020-10-28T12:38:03.573Z] f7790dc9fd0f: Pulling fs layer [2020-10-28T12:38:03.573Z] cac0ae9282c2: Pulling fs layer [2020-10-28T12:38:03.573Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-28T12:38:03.573Z] cac0ae9282c2: Waiting [2020-10-28T12:38:03.573Z] 309017e8d7a4: Waiting [2020-10-28T12:38:03.573Z] 1f4cadf9a1ed: Waiting [2020-10-28T12:38:03.573Z] f7790dc9fd0f: Waiting [2020-10-28T12:38:03.573Z] 1860925334f9: Waiting [2020-10-28T12:38:03.573Z] 2daf38717194: Waiting [2020-10-28T12:38:03.573Z] 94e5ff4c0b15: Verifying Checksum [2020-10-28T12:38:03.573Z] 94e5ff4c0b15: Download complete [2020-10-28T12:38:03.573Z] 3baa9cb2483b: Download complete [2020-10-28T12:38:03.573Z] 1860925334f9: Verifying Checksum [2020-10-28T12:38:03.573Z] 1860925334f9: Download complete [2020-10-28T12:38:03.834Z] 309017e8d7a4: Verifying Checksum [2020-10-28T12:38:03.834Z] 309017e8d7a4: Download complete [2020-10-28T12:38:03.856Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T12:38:03.856Z] Running setup.py install for dockerpty: started [2020-10-28T12:38:05.311Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:38:05.311Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:38:05.311Z] ---> 1b7bc5f01ff6 [2020-10-28T12:38:05.311Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T12:38:05.311Z] ---> Using cache [2020-10-28T12:38:05.311Z] ---> 172c7775548d [2020-10-28T12:38:05.311Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:38:05.311Z] ---> Using cache [2020-10-28T12:38:05.311Z] ---> f92e4d093418 [2020-10-28T12:38:05.311Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T12:38:05.751Z] f7790dc9fd0f: Verifying Checksum [2020-10-28T12:38:05.751Z] f7790dc9fd0f: Download complete [2020-10-28T12:38:05.751Z] cac0ae9282c2: Download complete [2020-10-28T12:38:05.751Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-28T12:38:05.751Z] 1f4cadf9a1ed: Download complete [2020-10-28T12:38:06.322Z] f08d8e2a3ba1: Verifying Checksum [2020-10-28T12:38:06.322Z] f08d8e2a3ba1: Download complete [2020-10-28T12:38:07.405Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T12:38:07.716Z] f08d8e2a3ba1: Pull complete [2020-10-28T12:38:07.717Z] 3baa9cb2483b: Pull complete [2020-10-28T12:38:07.717Z] 94e5ff4c0b15: Pull complete [2020-10-28T12:38:07.977Z] 1860925334f9: Pull complete [2020-10-28T12:38:08.929Z] ---> Running in 8892b0b84d73 [2020-10-28T12:38:08.929Z] 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 [2020-10-28T12:38:12.207Z] 2daf38717194: Verifying Checksum [2020-10-28T12:38:12.207Z] 2daf38717194: Download complete [2020-10-28T12:38:12.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:38:12.663Z] ---> f534eeb915a8 [2020-10-28T12:38:12.663Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T12:38:12.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:38:12.663Z] ---> Running in b99305ac23e3 [2020-10-28T12:38:14.120Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T12:38:14.120Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T12:38:14.120Z] OK: 12623 distinct packages available [2020-10-28T12:38:15.123Z] 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 [2020-10-28T12:38:15.123Z] OK: 217 MiB in 51 packages [2020-10-28T12:38:15.407Z] Removing intermediate container e3b1f03adadf [2020-10-28T12:38:15.407Z] ---> 47f21ddcabd2 [2020-10-28T12:38:15.407Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T12:38:15.688Z] ---> Running in b9413625848e [2020-10-28T12:38:17.150Z] Removing intermediate container 8892b0b84d73 [2020-10-28T12:38:17.150Z] ---> bbc7b76e466d [2020-10-28T12:38:17.150Z] Step 6/24 : COPY go.mod . [2020-10-28T12:38:18.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:38:18.145Z] ---> 41f88815067d [2020-10-28T12:38:18.145Z] Step 7/24 : RUN go mod download [2020-10-28T12:38:18.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:38:18.434Z] ---> Running in 264119546cea [2020-10-28T12:38:19.040Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T12:38:19.040Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T12:38:19.344Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T12:38:19.344Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T12:38:19.344Z] OK: 71 MiB in 58 packages [2020-10-28T12:38:20.926Z] Removing intermediate container b9413625848e [2020-10-28T12:38:20.926Z] ---> 35bae53844b2 [2020-10-28T12:38:20.926Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T12:38:21.217Z] ---> Running in 74e1ac935f21 [2020-10-28T12:38:21.833Z] Removing intermediate container 74e1ac935f21 [2020-10-28T12:38:21.833Z] ---> 4daa8cb984a2 [2020-10-28T12:38:21.833Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:38:22.115Z] ---> Running in e2394e394cae [2020-10-28T12:38:22.733Z] Removing intermediate container e2394e394cae [2020-10-28T12:38:22.733Z] ---> e1229f626413 [2020-10-28T12:38:22.733Z] Step 25/27 : LABEL arch=arm64 [2020-10-28T12:38:23.021Z] ---> Running in bb501f83a702 [2020-10-28T12:38:24.041Z] Removing intermediate container bb501f83a702 [2020-10-28T12:38:24.041Z] ---> 257117740e0e [2020-10-28T12:38:24.041Z] Step 26/27 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:38:24.336Z] ---> Running in 53ae7d64b60c [2020-10-28T12:38:24.616Z] Removing intermediate container 264119546cea [2020-10-28T12:38:24.616Z] ---> 5bf4f20f32a6 [2020-10-28T12:38:24.616Z] Step 8/24 : COPY . . [2020-10-28T12:38:25.232Z] Removing intermediate container 53ae7d64b60c [2020-10-28T12:38:25.232Z] ---> 592862c35528 [2020-10-28T12:38:25.232Z] Step 27/27 : LABEL version=0.0.0 [2020-10-28T12:38:25.232Z] ---> Running in 98b88ab98b64 [2020-10-28T12:38:26.739Z] Removing intermediate container 98b88ab98b64 [2020-10-28T12:38:26.739Z] ---> bd1061b971f5 [2020-10-28T12:38:26.739Z] [2020-10-28T12:38:27.789Z] Successfully built bd1061b971f5 [2020-10-28T12:38:27.789Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-28T12:38:27.789Z] Building docker-core-command-go [2020-10-28T12:38:34.180Z] 2daf38717194: Pull complete [2020-10-28T12:38:34.180Z] 309017e8d7a4: Pull complete [2020-10-28T12:38:34.180Z] f7790dc9fd0f: Pull complete [2020-10-28T12:38:34.180Z] cac0ae9282c2: Pull complete [2020-10-28T12:38:34.180Z] 1f4cadf9a1ed: Pull complete [2020-10-28T12:38:34.180Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-28T12:38:34.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-28T12:38:34.180Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-28T12:38:34.180Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-28T12:38:34.180Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] [2020-10-28T12:38:34.180Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-28T12:38:34.180Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-10-28T12:38:34.180Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] [2020-10-28T12:38:34.180Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-28T12:38:34.180Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-28T12:38:34.441Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-28T12:38:34.441Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-10-28T12:38:34.703Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2020-10-28T12:38:34.965Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-28T12:38:34.965Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-28T12:38:34.965Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-28T12:38:35.229Z] Fetched 8169 kB in 2s (5280 kB/s) [2020-10-28T12:38:36.615Z] Reading package lists... [2020-10-28T12:38:38.013Z] 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: [2020-10-28T12:38:38.013Z] - README.md [2020-10-28T12:38:38.013Z] [2020-10-28T12:38:38.013Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-10-28T12:38:40.187Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-28T12:38:40.187Z] 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-28T12:38:40.187Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-28T12:38:40.187Z] 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 [2020-10-28T12:38:41.808Z] 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 [2020-10-28T12:38:43.722Z] 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 [2020-10-28T12:38:45.081Z] 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 [2020-10-28T12:38:45.341Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-28T12:38:45.341Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-28T12:38:45.341Z] The following packages were automatically installed and are no longer required: [2020-10-28T12:38:45.341Z] libjq1 libonig4 [2020-10-28T12:38:45.341Z] Use 'sudo apt autoremove' to remove them. [2020-10-28T12:38:45.341Z] Suggested packages: [2020-10-28T12:38:45.341Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-10-28T12:38:45.341Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-10-28T12:38:45.341Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-10-28T12:38:45.341Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-10-28T12:38:45.341Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-10-28T12:38:45.341Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-10-28T12:38:45.341Z] git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc [2020-10-28T12:38:45.341Z] man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-28T12:38:45.341Z] | libterm-readline-perl-perl [2020-10-28T12:38:45.911Z] The following NEW packages will be installed: [2020-10-28T12:38:45.911Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-10-28T12:38:45.911Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-10-28T12:38:45.911Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-10-28T12:38:45.911Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-10-28T12:38:45.911Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-10-28T12:38:45.911Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-10-28T12:38:45.911Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-10-28T12:38:45.911Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-10-28T12:38:45.911Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-10-28T12:38:45.911Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-10-28T12:38:45.911Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-10-28T12:38:45.911Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-10-28T12:38:45.911Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-10-28T12:38:45.911Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-10-28T12:38:45.911Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-10-28T12:38:45.911Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-10-28T12:38:45.911Z] perl perl-modules-5.26 pkg-config unzip zip [2020-10-28T12:38:45.911Z] The following packages will be upgraded: [2020-10-28T12:38:45.911Z] perl-base [2020-10-28T12:38:45.911Z] 1 upgraded, 101 newly installed, 0 to remove and 32 not upgraded. [2020-10-28T12:38:45.911Z] Need to get 81.6 MB of archives. [2020-10-28T12:38:45.911Z] After this operation, 369 MB of additional disk space will be used. [2020-10-28T12:38:45.911Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-10-28T12:38:46.745Z] 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] [2020-10-28T12:38:46.745Z] 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] [2020-10-28T12:38:46.745Z] 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] [2020-10-28T12:38:46.745Z] 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] [2020-10-28T12:38:46.745Z] 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] [2020-10-28T12:38:47.005Z] 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] [2020-10-28T12:38:47.005Z] 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] [2020-10-28T12:38:47.005Z] 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] [2020-10-28T12:38:47.005Z] 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] [2020-10-28T12:38:47.005Z] 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] [2020-10-28T12:38:47.005Z] 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] [2020-10-28T12:38:47.005Z] 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] [2020-10-28T12:38:47.268Z] 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] [2020-10-28T12:38:47.268Z] 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] [2020-10-28T12:38:47.268Z] 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] [2020-10-28T12:38:47.268Z] 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] [2020-10-28T12:38:47.528Z] 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] [2020-10-28T12:38:47.528Z] 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] [2020-10-28T12:38:47.528Z] 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] [2020-10-28T12:38:47.528Z] 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] [2020-10-28T12:38:47.528Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.098Z] 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] [2020-10-28T12:38:48.669Z] 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] [2020-10-28T12:38:48.669Z] 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] [2020-10-28T12:38:48.669Z] 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] [2020-10-28T12:38:48.930Z] 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] [2020-10-28T12:38:48.930Z] 56% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-28T12:38:48.930Z] 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] [2020-10-28T12:38:48.930Z] 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] [2020-10-28T12:38:49.192Z] 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] [2020-10-28T12:38:49.192Z] 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] [2020-10-28T12:38:49.192Z] 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] [2020-10-28T12:38:49.192Z] 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] [2020-10-28T12:38:49.192Z] 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] [2020-10-28T12:38:49.192Z] 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] [2020-10-28T12:38:49.192Z] 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] [2020-10-28T12:38:49.192Z] 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] [2020-10-28T12:38:49.452Z] 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] [2020-10-28T12:38:49.452Z] 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] [2020-10-28T12:38:49.452Z] 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] [2020-10-28T12:38:49.452Z] 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] [2020-10-28T12:38:49.452Z] 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] [2020-10-28T12:38:49.452Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.713Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.972Z] 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] [2020-10-28T12:38:49.973Z] 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] [2020-10-28T12:38:50.116Z]  Building docker-sys-mgmt-agent-go ... done  ---> 925992b9dfdf [2020-10-28T12:38:50.116Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T12:38:50.116Z] ---> Running in f0316c564c00 [2020-10-28T12:38:50.232Z] 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] [2020-10-28T12:38:50.232Z] 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] [2020-10-28T12:38:50.232Z] 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] [2020-10-28T12:38:50.232Z] 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] [2020-10-28T12:38:50.232Z] 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] [2020-10-28T12:38:50.232Z] 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] [2020-10-28T12:38:50.232Z] 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] [2020-10-28T12:38:50.232Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.493Z] 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] [2020-10-28T12:38:50.713Z] 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 [2020-10-28T12:38:50.754Z] 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] [2020-10-28T12:38:50.754Z] 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] [2020-10-28T12:38:50.754Z] 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] [2020-10-28T12:38:51.322Z] 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 5s (15.3 MB/s) [2020-10-28T12:38:51.322Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-28T12:38:51.322Z] (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.) [2020-10-28T12:38:51.322Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T12:38:51.322Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-10-28T12:38:51.706Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T12:38:51.706Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T12:38:51.706Z] ---> 1b7bc5f01ff6 [2020-10-28T12:38:51.706Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T12:38:51.706Z] ---> Using cache [2020-10-28T12:38:51.706Z] ---> 172c7775548d [2020-10-28T12:38:51.706Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T12:38:51.706Z] ---> Using cache [2020-10-28T12:38:51.706Z] ---> f92e4d093418 [2020-10-28T12:38:51.706Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T12:38:51.706Z] ---> Using cache [2020-10-28T12:38:51.706Z] ---> a57315799600 [2020-10-28T12:38:51.706Z] Step 6/22 : COPY go.mod . [2020-10-28T12:38:51.706Z] ---> Using cache [2020-10-28T12:38:51.706Z] ---> 99842471ee6d [2020-10-28T12:38:51.706Z] Step 7/22 : RUN go mod download [2020-10-28T12:38:51.706Z] ---> Using cache [2020-10-28T12:38:51.706Z] ---> c208539a9e3b [2020-10-28T12:38:51.706Z] Step 8/22 : COPY . . [2020-10-28T12:38:51.706Z] ---> Using cache [2020-10-28T12:38:51.706Z] ---> 2552613fa2e4 [2020-10-28T12:38:51.706Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T12:38:52.692Z] ---> Running in 12eee2f976b8 [2020-10-28T12:38:53.865Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-10-28T12:38:53.865Z] Selecting previously unselected package liblocale-gettext-perl. [2020-10-28T12:38:53.865Z] (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.) [2020-10-28T12:38:53.865Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-10-28T12:38:53.865Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-10-28T12:38:53.865Z] Selecting previously unselected package perl-modules-5.26. [2020-10-28T12:38:53.865Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-10-28T12:38:53.865Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-28T12:38:54.133Z] 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 [2020-10-28T12:38:54.732Z] 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 [2020-10-28T12:38:54.803Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-28T12:38:54.803Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-28T12:38:54.804Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-28T12:38:54.804Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-28T12:38:54.804Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-28T12:38:55.063Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-28T12:38:55.063Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-28T12:38:55.063Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T12:38:55.063Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-28T12:38:55.633Z] Selecting previously unselected package perl. [2020-10-28T12:38:55.633Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T12:38:55.633Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-10-28T12:38:55.633Z] Selecting previously unselected package less. [2020-10-28T12:38:55.633Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-10-28T12:38:55.633Z] Unpacking less (487-0.1) ... [2020-10-28T12:38:55.633Z] Selecting previously unselected package netbase. [2020-10-28T12:38:55.633Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-10-28T12:38:55.633Z] Unpacking netbase (5.4) ... [2020-10-28T12:38:55.893Z] Selecting previously unselected package manpages. [2020-10-28T12:38:55.893Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-10-28T12:38:55.893Z] Unpacking manpages (4.15-1) ... [2020-10-28T12:38:55.893Z] Selecting previously unselected package binutils-common:amd64. [2020-10-28T12:38:55.893Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-28T12:38:55.893Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-28T12:38:55.893Z] Selecting previously unselected package libbinutils:amd64. [2020-10-28T12:38:55.893Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-28T12:38:55.893Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-28T12:38:56.153Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-10-28T12:38:56.153Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-28T12:38:56.153Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-28T12:38:56.414Z] Selecting previously unselected package binutils. [2020-10-28T12:38:56.414Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-28T12:38:56.414Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-28T12:38:56.414Z] Selecting previously unselected package libc-dev-bin. [2020-10-28T12:38:56.414Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T12:38:56.414Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-28T12:38:56.674Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-10-28T12:38:56.674Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-10-28T12:38:56.674Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-28T12:38:56.935Z] Selecting previously unselected package libc6-dev:amd64. [2020-10-28T12:38:56.935Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T12:38:56.935Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-28T12:38:57.508Z] Selecting previously unselected package gcc-7-base:amd64. [2020-10-28T12:38:57.508Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:57.508Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:38:57.508Z] Selecting previously unselected package libisl19:amd64. [2020-10-28T12:38:57.508Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-10-28T12:38:57.508Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-10-28T12:38:57.508Z] Selecting previously unselected package libmpfr6:amd64. [2020-10-28T12:38:57.508Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-10-28T12:38:57.508Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-10-28T12:38:57.508Z] Selecting previously unselected package libmpc3:amd64. [2020-10-28T12:38:57.508Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-10-28T12:38:57.508Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-10-28T12:38:57.778Z] Selecting previously unselected package cpp-7. [2020-10-28T12:38:57.778Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:57.778Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:38:58.723Z] Selecting previously unselected package cpp. [2020-10-28T12:38:58.723Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T12:38:58.723Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:38:58.723Z] Selecting previously unselected package libcc1-0:amd64. [2020-10-28T12:38:58.723Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.723Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:38:58.723Z] Selecting previously unselected package libgomp1:amd64. [2020-10-28T12:38:58.723Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.723Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:38:58.723Z] Selecting previously unselected package libitm1:amd64. [2020-10-28T12:38:58.723Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.723Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:38:58.723Z] Selecting previously unselected package libatomic1:amd64. [2020-10-28T12:38:58.723Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.723Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:38:58.723Z] Selecting previously unselected package libasan4:amd64. [2020-10-28T12:38:58.723Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.723Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:38:58.983Z] Selecting previously unselected package liblsan0:amd64. [2020-10-28T12:38:58.983Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.983Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:38:58.983Z] Selecting previously unselected package libtsan0:amd64. [2020-10-28T12:38:58.983Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.983Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:38:58.983Z] Selecting previously unselected package libubsan0:amd64. [2020-10-28T12:38:58.984Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.984Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:38:58.984Z] Selecting previously unselected package libcilkrts5:amd64. [2020-10-28T12:38:58.984Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:58.984Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:38:59.244Z] Selecting previously unselected package libmpx2:amd64. [2020-10-28T12:38:59.244Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:59.244Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:38:59.244Z] Selecting previously unselected package libquadmath0:amd64. [2020-10-28T12:38:59.244Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:59.244Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:38:59.244Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-10-28T12:38:59.244Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:59.244Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:38:59.504Z] Selecting previously unselected package gcc-7. [2020-10-28T12:38:59.504Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:38:59.504Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:00.446Z] Selecting previously unselected package gcc. [2020-10-28T12:39:00.446Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T12:39:00.446Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:00.446Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-10-28T12:39:00.446Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:00.446Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:01.016Z] Selecting previously unselected package g++-7. [2020-10-28T12:39:01.016Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:01.016Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:01.974Z] Selecting previously unselected package g++. [2020-10-28T12:39:01.974Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T12:39:01.974Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:01.974Z] Selecting previously unselected package make. [2020-10-28T12:39:01.974Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-28T12:39:01.974Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-28T12:39:01.974Z] Selecting previously unselected package libdpkg-perl. [2020-10-28T12:39:01.974Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-10-28T12:39:01.974Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-28T12:39:01.974Z] Selecting previously unselected package patch. [2020-10-28T12:39:01.974Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-28T12:39:02.234Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-28T12:39:02.234Z] Selecting previously unselected package dpkg-dev. [2020-10-28T12:39:02.234Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-10-28T12:39:02.234Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-28T12:39:02.234Z] Selecting previously unselected package build-essential. [2020-10-28T12:39:02.234Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-10-28T12:39:02.234Z] Unpacking build-essential (12.4ubuntu1) ... [2020-10-28T12:39:02.234Z] Selecting previously unselected package cmake-data. [2020-10-28T12:39:02.234Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-10-28T12:39:02.234Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-28T12:39:03.174Z] Selecting previously unselected package libarchive13:amd64. [2020-10-28T12:39:03.174Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-10-28T12:39:03.174Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-28T12:39:03.435Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-10-28T12:39:03.435Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-28T12:39:03.435Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-28T12:39:03.435Z] Selecting previously unselected package librhash0:amd64. [2020-10-28T12:39:03.435Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-10-28T12:39:03.435Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-10-28T12:39:03.435Z] Selecting previously unselected package libuv1:amd64. [2020-10-28T12:39:03.435Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-10-28T12:39:03.435Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-10-28T12:39:03.435Z] Selecting previously unselected package cmake. [2020-10-28T12:39:03.435Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-10-28T12:39:03.435Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-28T12:39:04.006Z] Selecting previously unselected package curl. [2020-10-28T12:39:04.006Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-28T12:39:04.006Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-28T12:39:04.006Z] Selecting previously unselected package libfakeroot:amd64. [2020-10-28T12:39:04.006Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-28T12:39:04.006Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-28T12:39:04.267Z] Selecting previously unselected package fakeroot. [2020-10-28T12:39:04.267Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-28T12:39:04.267Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-10-28T12:39:04.267Z] Selecting previously unselected package libc6-i386. [2020-10-28T12:39:04.267Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T12:39:04.267Z] Unpacking libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:04.528Z] Selecting previously unselected package libc6-dev-i386. [2020-10-28T12:39:04.528Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T12:39:04.528Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:04.789Z] Selecting previously unselected package libc6-x32. [2020-10-28T12:39:04.789Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T12:39:04.789Z] Unpacking libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:05.360Z] Selecting previously unselected package libc6-dev-x32. [2020-10-28T12:39:05.360Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T12:39:05.360Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:05.621Z] Selecting previously unselected package lib32gcc1. [2020-10-28T12:39:05.621Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:05.621Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:05.621Z] Selecting previously unselected package libx32gcc1. [2020-10-28T12:39:05.621Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:05.621Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:05.621Z] Selecting previously unselected package lib32gomp1. [2020-10-28T12:39:05.621Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:05.621Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:05.881Z] Selecting previously unselected package libx32gomp1. [2020-10-28T12:39:05.881Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:05.881Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:05.881Z] Selecting previously unselected package lib32itm1. [2020-10-28T12:39:05.881Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:05.881Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:05.881Z] Selecting previously unselected package libx32itm1. [2020-10-28T12:39:05.881Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:05.881Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:06.141Z] Selecting previously unselected package lib32atomic1. [2020-10-28T12:39:06.141Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.141Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:06.141Z] Selecting previously unselected package libx32atomic1. [2020-10-28T12:39:06.141Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.141Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:06.141Z] Selecting previously unselected package lib32asan4. [2020-10-28T12:39:06.141Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.141Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:06.141Z] Selecting previously unselected package libx32asan4. [2020-10-28T12:39:06.141Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.141Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:06.401Z] Selecting previously unselected package lib32stdc++6. [2020-10-28T12:39:06.401Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.401Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:06.401Z] Selecting previously unselected package lib32ubsan0. [2020-10-28T12:39:06.401Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.401Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:06.662Z] Selecting previously unselected package libx32stdc++6. [2020-10-28T12:39:06.662Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.662Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:06.662Z] Selecting previously unselected package libx32ubsan0. [2020-10-28T12:39:06.662Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.662Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:06.662Z] Selecting previously unselected package lib32cilkrts5. [2020-10-28T12:39:06.662Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.662Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:06.923Z] Selecting previously unselected package libx32cilkrts5. [2020-10-28T12:39:06.923Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.923Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:06.923Z] Selecting previously unselected package lib32mpx2. [2020-10-28T12:39:06.923Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.923Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:06.923Z] Selecting previously unselected package lib32quadmath0. [2020-10-28T12:39:06.923Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:06.923Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:07.166Z] 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 [2020-10-28T12:39:07.183Z] Selecting previously unselected package libx32quadmath0. [2020-10-28T12:39:07.183Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:07.183Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:07.183Z] Selecting previously unselected package lib32gcc-7-dev. [2020-10-28T12:39:07.183Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:07.183Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:07.444Z] Selecting previously unselected package libx32gcc-7-dev. [2020-10-28T12:39:07.444Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:07.444Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:07.703Z] Selecting previously unselected package gcc-7-multilib. [2020-10-28T12:39:07.703Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:07.703Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:07.703Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-10-28T12:39:07.703Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:07.703Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:07.964Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-10-28T12:39:07.964Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:07.964Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:07.964Z] Selecting previously unselected package g++-7-multilib. [2020-10-28T12:39:07.964Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T12:39:07.964Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:07.964Z] Selecting previously unselected package gcc-multilib. [2020-10-28T12:39:07.964Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T12:39:08.225Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:08.225Z] Selecting previously unselected package g++-multilib. [2020-10-28T12:39:08.225Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T12:39:08.225Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:08.225Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-28T12:39:08.225Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-28T12:39:08.225Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-28T12:39:08.225Z] Selecting previously unselected package liberror-perl. [2020-10-28T12:39:08.225Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-10-28T12:39:08.225Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-28T12:39:08.485Z] Selecting previously unselected package git-man. [2020-10-28T12:39:08.485Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-28T12:39:08.485Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-28T12:39:08.485Z] Selecting previously unselected package git. [2020-10-28T12:39:08.485Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-28T12:39:08.485Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-28T12:39:09.057Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-10-28T12:39:09.057Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-10-28T12:39:09.057Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-10-28T12:39:09.057Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-10-28T12:39:09.057Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-10-28T12:39:09.057Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-28T12:39:09.318Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-10-28T12:39:09.318Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-10-28T12:39:09.318Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-10-28T12:39:09.318Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-10-28T12:39:09.318Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-10-28T12:39:09.318Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-10-28T12:39:09.318Z] Selecting previously unselected package libnorm1:amd64. [2020-10-28T12:39:09.318Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-10-28T12:39:09.318Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-28T12:39:09.318Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-10-28T12:39:09.318Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-10-28T12:39:09.318Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-28T12:39:09.578Z] Selecting previously unselected package libsodium23:amd64. [2020-10-28T12:39:09.578Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-10-28T12:39:09.578Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-10-28T12:39:09.578Z] Selecting previously unselected package libzmq5:amd64. [2020-10-28T12:39:09.578Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-28T12:39:09.578Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-28T12:39:09.578Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-10-28T12:39:09.578Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-28T12:39:09.578Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-28T12:39:09.839Z] Selecting previously unselected package manpages-dev. [2020-10-28T12:39:09.839Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-10-28T12:39:09.839Z] Unpacking manpages-dev (4.15-1) ... [2020-10-28T12:39:10.099Z] Selecting previously unselected package pkg-config. [2020-10-28T12:39:10.099Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-10-28T12:39:10.099Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-10-28T12:39:10.099Z] Selecting previously unselected package unzip. [2020-10-28T12:39:10.099Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-10-28T12:39:10.099Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-10-28T12:39:10.099Z] Selecting previously unselected package zip. [2020-10-28T12:39:10.099Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-10-28T12:39:10.099Z] Unpacking zip (3.0-11build1) ... [2020-10-28T12:39:10.360Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.360Z] Setting up libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:10.360Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.360Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-28T12:39:10.360Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.360Z] Setting up manpages (4.15-1) ... [2020-10-28T12:39:10.360Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-28T12:39:10.360Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.360Z] Setting up less (487-0.1) ... [2020-10-28T12:39:10.620Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-28T12:39:10.620Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.620Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-28T12:39:10.620Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-28T12:39:10.620Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-10-28T12:39:10.620Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-28T12:39:10.620Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.620Z] Setting up unzip (6.0-21ubuntu1) ... [2020-10-28T12:39:10.620Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-28T12:39:10.620Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-10-28T12:39:10.620Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-28T12:39:10.620Z] Setting up libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:10.620Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-28T12:39:10.879Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-28T12:39:10.879Z] Setting up zip (3.0-11build1) ... [2020-10-28T12:39:10.879Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.879Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.879Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.879Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-10-28T12:39:10.879Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.879Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-28T12:39:10.879Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:10.879Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.879Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-28T12:39:10.879Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-10-28T12:39:10.879Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:10.879Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-28T12:39:10.879Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-28T12:39:10.879Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.139Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-10-28T12:39:11.139Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-10-28T12:39:11.139Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-28T12:39:11.139Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-28T12:39:11.139Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.139Z] Setting up manpages-dev (4.15-1) ... [2020-10-28T12:39:11.139Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:11.139Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.139Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.139Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.139Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.139Z] Setting up netbase (5.4) ... [2020-10-28T12:39:11.399Z] Setting up libisl19:amd64 (0.19-1) ... [2020-10-28T12:39:11.399Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-28T12:39:11.399Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.399Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-28T12:39:11.399Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.399Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.399Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-28T12:39:11.399Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.399Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.399Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.399Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.399Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.662Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.662Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-28T12:39:11.662Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-10-28T12:39:11.662Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-10-28T12:39:11.662Z] 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 [2020-10-28T12:39:11.662Z] 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 [2020-10-28T12:39:11.662Z] 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 [2020-10-28T12:39:11.662Z] 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 [2020-10-28T12:39:11.662Z] 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 [2020-10-28T12:39:11.662Z] 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 [2020-10-28T12:39:11.662Z] 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 [2020-10-28T12:39:11.662Z] 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 [2020-10-28T12:39:11.662Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.662Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.662Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.662Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-28T12:39:11.662Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T12:39:11.662Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.662Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-28T12:39:11.662Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.662Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:11.662Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-28T12:39:11.922Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-28T12:39:11.922Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:11.922Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.922Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-10-28T12:39:11.922Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-10-28T12:39:11.922Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-10-28T12:39:11.922Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.922Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-28T12:39:11.922Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:11.922Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:12.182Z] Setting up liberror-perl (0.17025-1) ... [2020-10-28T12:39:12.182Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:12.182Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-28T12:39:12.182Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:12.182Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:12.182Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:12.182Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-28T12:39:12.182Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-10-28T12:39:12.182Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-28T12:39:12.182Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-28T12:39:12.182Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:12.182Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-10-28T12:39:12.182Z] 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 [2020-10-28T12:39:12.443Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-28T12:39:12.443Z] Setting up build-essential (12.4ubuntu1) ... [2020-10-28T12:39:12.443Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:12.443Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-10-28T12:39:12.443Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-28T12:39:12.443Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-28T12:39:12.443Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-28T12:39:14.353Z] binutils set to automatically installed. [2020-10-28T12:39:14.353Z] binutils-common set to automatically installed. [2020-10-28T12:39:14.353Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-10-28T12:39:14.353Z] build-essential set to automatically installed. [2020-10-28T12:39:14.353Z] cmake set to automatically installed. [2020-10-28T12:39:14.353Z] cmake-data set to automatically installed. [2020-10-28T12:39:14.353Z] cpp set to automatically installed. [2020-10-28T12:39:14.353Z] cpp-7 set to automatically installed. [2020-10-28T12:39:14.353Z] curl set to automatically installed. [2020-10-28T12:39:14.353Z] dpkg-dev set to automatically installed. [2020-10-28T12:39:14.353Z] fakeroot set to automatically installed. [2020-10-28T12:39:14.353Z] g++ set to automatically installed. [2020-10-28T12:39:14.353Z] g++-7 set to automatically installed. [2020-10-28T12:39:14.354Z] g++-7-multilib set to automatically installed. [2020-10-28T12:39:14.354Z] g++-multilib set to automatically installed. [2020-10-28T12:39:14.354Z] gcc set to automatically installed. [2020-10-28T12:39:14.354Z] gcc-7 set to automatically installed. [2020-10-28T12:39:14.354Z] gcc-7-base set to automatically installed. [2020-10-28T12:39:14.354Z] gcc-7-multilib set to automatically installed. [2020-10-28T12:39:14.354Z] gcc-multilib set to automatically installed. [2020-10-28T12:39:14.354Z] git set to automatically installed. [2020-10-28T12:39:14.354Z] git-man set to automatically installed. [2020-10-28T12:39:14.354Z] less set to automatically installed. [2020-10-28T12:39:14.354Z] lib32asan4 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32atomic1 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32cilkrts5 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32gcc-7-dev set to automatically installed. [2020-10-28T12:39:14.354Z] lib32gcc1 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32gomp1 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32itm1 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32mpx2 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32quadmath0 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32stdc++-7-dev set to automatically installed. [2020-10-28T12:39:14.354Z] lib32stdc++6 set to automatically installed. [2020-10-28T12:39:14.354Z] lib32ubsan0 set to automatically installed. [2020-10-28T12:39:14.354Z] libalgorithm-diff-perl set to automatically installed. [2020-10-28T12:39:14.354Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-10-28T12:39:14.354Z] libalgorithm-merge-perl set to automatically installed. [2020-10-28T12:39:14.354Z] libarchive13 set to automatically installed. [2020-10-28T12:39:14.354Z] libasan4 set to automatically installed. [2020-10-28T12:39:14.354Z] libatomic1 set to automatically installed. [2020-10-28T12:39:14.354Z] libbinutils set to automatically installed. [2020-10-28T12:39:14.354Z] libc-dev-bin set to automatically installed. [2020-10-28T12:39:14.354Z] libc6-dev set to automatically installed. [2020-10-28T12:39:14.354Z] libc6-dev-i386 set to automatically installed. [2020-10-28T12:39:14.354Z] libc6-dev-x32 set to automatically installed. [2020-10-28T12:39:14.354Z] libc6-i386 set to automatically installed. [2020-10-28T12:39:14.354Z] libc6-x32 set to automatically installed. [2020-10-28T12:39:14.354Z] libcc1-0 set to automatically installed. [2020-10-28T12:39:14.354Z] libcilkrts5 set to automatically installed. [2020-10-28T12:39:14.354Z] libcurl3-gnutls set to automatically installed. [2020-10-28T12:39:14.354Z] libdpkg-perl set to automatically installed. [2020-10-28T12:39:14.354Z] liberror-perl set to automatically installed. [2020-10-28T12:39:14.615Z] libfakeroot set to automatically installed. [2020-10-28T12:39:14.615Z] libfile-fcntllock-perl set to automatically installed. [2020-10-28T12:39:14.615Z] libgcc-7-dev set to automatically installed. [2020-10-28T12:39:14.615Z] libgdbm-compat4 set to automatically installed. [2020-10-28T12:39:14.615Z] libgdbm5 set to automatically installed. [2020-10-28T12:39:14.615Z] libgomp1 set to automatically installed. [2020-10-28T12:39:14.615Z] libisl19 set to automatically installed. [2020-10-28T12:39:14.615Z] libitm1 set to automatically installed. [2020-10-28T12:39:14.615Z] libjsoncpp1 set to automatically installed. [2020-10-28T12:39:14.615Z] liblocale-gettext-perl set to automatically installed. [2020-10-28T12:39:14.615Z] liblsan0 set to automatically installed. [2020-10-28T12:39:14.615Z] libmpc3 set to automatically installed. [2020-10-28T12:39:14.615Z] libmpfr6 set to automatically installed. [2020-10-28T12:39:14.615Z] libmpx2 set to automatically installed. [2020-10-28T12:39:14.615Z] libnorm1 set to automatically installed. [2020-10-28T12:39:14.615Z] libperl5.26 set to automatically installed. [2020-10-28T12:39:14.615Z] libpgm-5.2-0 set to automatically installed. [2020-10-28T12:39:14.615Z] libquadmath0 set to automatically installed. [2020-10-28T12:39:14.615Z] librhash0 set to automatically installed. [2020-10-28T12:39:14.615Z] libsodium23 set to automatically installed. [2020-10-28T12:39:14.615Z] libstdc++-7-dev set to automatically installed. [2020-10-28T12:39:14.615Z] libtsan0 set to automatically installed. [2020-10-28T12:39:14.615Z] libubsan0 set to automatically installed. [2020-10-28T12:39:14.615Z] libuv1 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32asan4 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32atomic1 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32cilkrts5 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32gcc-7-dev set to automatically installed. [2020-10-28T12:39:14.615Z] libx32gcc1 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32gomp1 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32itm1 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32quadmath0 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32stdc++-7-dev set to automatically installed. [2020-10-28T12:39:14.615Z] libx32stdc++6 set to automatically installed. [2020-10-28T12:39:14.615Z] libx32ubsan0 set to automatically installed. [2020-10-28T12:39:14.615Z] libzmq3-dev set to automatically installed. [2020-10-28T12:39:14.615Z] libzmq5 set to automatically installed. [2020-10-28T12:39:14.615Z] linux-libc-dev set to automatically installed. [2020-10-28T12:39:14.615Z] make set to automatically installed. [2020-10-28T12:39:14.615Z] manpages set to automatically installed. [2020-10-28T12:39:14.615Z] manpages-dev set to automatically installed. [2020-10-28T12:39:14.615Z] netbase set to automatically installed. [2020-10-28T12:39:14.875Z] patch set to automatically installed. [2020-10-28T12:39:14.875Z] perl set to automatically installed. [2020-10-28T12:39:14.875Z] perl-base set to automatically installed. [2020-10-28T12:39:14.875Z] perl-modules-5.26 set to automatically installed. [2020-10-28T12:39:14.875Z] pkg-config set to automatically installed. [2020-10-28T12:39:14.875Z] unzip set to automatically installed. [2020-10-28T12:39:14.875Z] zip set to automatically installed. [2020-10-28T12:39:14.875Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-28T12:39:14.875Z] Please ensure the environment is properly setup before continuing. [2020-10-28T12:39:14.875Z] Ignore this message if the appropriate measures have already been taken [2020-10-28T12:39:15.816Z] Pulling go-build-helper  [2020-10-28T12:39:16.756Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-10-28T12:39:16.756Z] Skipping pull go-build-helper (already ran) [2020-10-28T12:39:16.756Z] Building go-build-helper  [2020-10-28T12:39:19.762Z] Removing intermediate container 36c52b057a7e [2020-10-28T12:39:19.762Z] ---> 0b06100b7d24 [2020-10-28T12:39:19.762Z] [2020-10-28T12:39:19.762Z] Step 10/26 : FROM alpine:3.10 [2020-10-28T12:39:19.762Z] 3.10: Pulling from library/alpine [2020-10-28T12:39:20.049Z] Staging go-build-helper  [2020-10-28T12:39:20.370Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T12:39:20.370Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T12:39:20.370Z] ---> 536a684cf733 [2020-10-28T12:39:20.370Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T12:39:20.629Z] Pulling go115  [2020-10-28T12:39:20.650Z] ---> Running in 2dfe33d8b121 [2020-10-28T12:39:21.578Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-10-28T12:39:21.578Z] Skipping pull go115 (already ran) [2020-10-28T12:39:21.578Z] Building go115  [2020-10-28T12:39:21.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T12:39:21.578Z] Dload Upload Total Spent Left Speed [2020-10-28T12:39:23.099Z] 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 [2020-10-28T12:39:23.099Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-10-28T12:39:23.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-28T12:39:23.358Z] Failed to run 'override-build': Exit code was 56. [2020-10-28T12:39:23.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-28T12:39:24.189Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T12:39:24.189Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T12:39:24.189Z] OK: 10167 distinct packages available [Pipeline] } [2020-10-28T12:39:24.314Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-10-28T12:39:24.791Z] (1/5) Installing ca-certificates (20191127-r2) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-10-28T12:39:25.066Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T12:39:25.066Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T12:39:25.066Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T12:39:25.066Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T12:39:25.066Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T12:39:25.066Z] Executing ca-certificates-20191127-r2.trigger [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T12:39:25.207Z] Failed in branch amd64 [2020-10-28T12:39:25.344Z] OK: 7 MiB in 19 packages [2020-10-28T12:39:28.758Z] Removing intermediate container 2dfe33d8b121 [2020-10-28T12:39:28.758Z] ---> f3677e3433ee [2020-10-28T12:39:28.758Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T12:39:28.758Z] ---> Running in 20f1049abb4d [2020-10-28T12:39:29.743Z] Removing intermediate container 20f1049abb4d [2020-10-28T12:39:29.743Z] ---> 7cfd07e59bbe [2020-10-28T12:39:29.743Z] Step 13/26 : WORKDIR / [2020-10-28T12:39:30.015Z] ---> Running in ce4235fff697 [2020-10-28T12:39:31.002Z] Removing intermediate container ce4235fff697 [2020-10-28T12:39:31.002Z] ---> 019931872f5b [2020-10-28T12:39:31.002Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T12:39:31.601Z] Removing intermediate container eb708d8d439d [2020-10-28T12:39:31.601Z] ---> ba6b064d8d5e [2020-10-28T12:39:31.601Z] [2020-10-28T12:39:31.601Z] Step 10/21 : FROM scratch [2020-10-28T12:39:31.601Z] ---> [2020-10-28T12:39:31.601Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:39:31.877Z] ---> Using cache [2020-10-28T12:39:31.877Z] ---> b5bc2a1eeea7 [2020-10-28T12:39:31.877Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T12:39:32.158Z] ---> Running in 8eb65126c13f [2020-10-28T12:39:32.158Z] ---> 993e70c9535e [2020-10-28T12:39:32.158Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T12:39:32.751Z] Removing intermediate container 8eb65126c13f [2020-10-28T12:39:32.751Z] ---> d9071e680051 [2020-10-28T12:39:32.751Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T12:39:33.023Z] ---> Running in e99317c9db99 [2020-10-28T12:39:33.624Z] ---> c07611c1f627 [2020-10-28T12:39:33.624Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T12:39:33.624Z] Removing intermediate container e99317c9db99 [2020-10-28T12:39:33.624Z] ---> ed0455d219ef [2020-10-28T12:39:33.624Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T12:39:35.067Z] ---> 25dbd3d49188 [2020-10-28T12:39:35.067Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-28T12:39:35.067Z] ---> 1396c18ad72d [2020-10-28T12:39:35.067Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T12:39:36.051Z] ---> 5b6942912f6b [2020-10-28T12:39:36.051Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T12:39:37.059Z] ---> 6b5eef71df93 [2020-10-28T12:39:37.059Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T12:39:38.060Z] ---> 5a4fe986ee67 [2020-10-28T12:39:38.060Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T12:39:38.666Z] ---> 0225b61b2675 [2020-10-28T12:39:38.666Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T12:39:38.943Z] ---> Running in fd7e0d4d7d48 [2020-10-28T12:39:39.958Z] Removing intermediate container fd7e0d4d7d48 [2020-10-28T12:39:39.958Z] ---> 814feaf6c8da [2020-10-28T12:39:39.958Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:39:39.958Z] ---> 283768aba2c8 [2020-10-28T12:39:39.958Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-28T12:39:40.237Z] ---> Running in 6cef54a556ea [2020-10-28T12:39:40.866Z] Removing intermediate container 6cef54a556ea [2020-10-28T12:39:40.866Z] ---> db26b2483a78 [2020-10-28T12:39:40.866Z] Step 19/21 : LABEL arch=arm64 [2020-10-28T12:39:41.510Z] ---> Running in 782499e5f223 [2020-10-28T12:39:41.510Z] ---> d226d4c9dd76 [2020-10-28T12:39:41.510Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T12:39:41.810Z] Removing intermediate container 782499e5f223 [2020-10-28T12:39:41.810Z] ---> bc9c0aa7df21 [2020-10-28T12:39:41.810Z] Step 20/21 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:39:42.091Z] ---> Running in f1d2277efe1a [2020-10-28T12:39:43.079Z] Removing intermediate container f1d2277efe1a [2020-10-28T12:39:43.079Z] ---> 845764f6d702 [2020-10-28T12:39:43.079Z] Step 21/21 : LABEL version=0.0.0 [2020-10-28T12:39:43.079Z] ---> b63896c48733 [2020-10-28T12:39:43.079Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T12:39:43.079Z] ---> Running in 0c134b03d21e [2020-10-28T12:39:43.079Z] ---> Running in a82a12ab83be [2020-10-28T12:39:44.066Z] Removing intermediate container 0c134b03d21e [2020-10-28T12:39:44.066Z] ---> 8a62c4895464 [2020-10-28T12:39:44.066Z] [2020-10-28T12:39:44.346Z] Successfully built 8a62c4895464 [2020-10-28T12:39:44.625Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-28T12:39:47.383Z]  Building docker-support-scheduler-go ... done Removing intermediate container a82a12ab83be [2020-10-28T12:39:47.383Z] ---> f22b86f97254 [2020-10-28T12:39:47.383Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T12:39:47.383Z] ---> Running in acb74b8b7f5d [2020-10-28T12:39:48.016Z] Removing intermediate container acb74b8b7f5d [2020-10-28T12:39:48.016Z] ---> 6e98995fd9ee [2020-10-28T12:39:48.016Z] Step 24/26 : LABEL arch=arm64 [2020-10-28T12:39:48.296Z] ---> Running in 7aa1d1382a25 [2020-10-28T12:39:49.295Z] Removing intermediate container 7aa1d1382a25 [2020-10-28T12:39:49.295Z] ---> 2b5182c4d354 [2020-10-28T12:39:49.295Z] Step 25/26 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:39:49.573Z] ---> Running in 611af180e507 [2020-10-28T12:39:50.568Z] Removing intermediate container 611af180e507 [2020-10-28T12:39:50.568Z] ---> c214a4147e28 [2020-10-28T12:39:50.568Z] Step 26/26 : LABEL version=0.0.0 [2020-10-28T12:39:50.845Z] ---> Running in de104c3d0e43 [2020-10-28T12:39:51.121Z] Removing intermediate container b99305ac23e3 [2020-10-28T12:39:51.121Z] ---> 6c99578b93cc [2020-10-28T12:39:51.121Z] [2020-10-28T12:39:51.121Z] Step 10/22 : FROM scratch [2020-10-28T12:39:51.121Z] ---> [2020-10-28T12:39:51.121Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T12:39:51.729Z] ---> Running in 609c89edd518 [2020-10-28T12:39:51.729Z] Removing intermediate container de104c3d0e43 [2020-10-28T12:39:51.729Z] ---> da617984340f [2020-10-28T12:39:51.729Z] [2020-10-28T12:39:52.329Z] Successfully built da617984340f [2020-10-28T12:39:52.329Z] Removing intermediate container 609c89edd518 [2020-10-28T12:39:52.329Z] ---> 83541766786c [2020-10-28T12:39:52.329Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T12:39:52.329Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-28T12:39:52.329Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 6abb7414e74f [2020-10-28T12:39:52.933Z] Removing intermediate container 6abb7414e74f [2020-10-28T12:39:52.933Z] ---> dd22b8c25f0d [2020-10-28T12:39:52.933Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:39:53.214Z] ---> Running in 2b5707c375cc [2020-10-28T12:39:53.492Z] Removing intermediate container 2b5707c375cc [2020-10-28T12:39:53.492Z] ---> e12d50e8e158 [2020-10-28T12:39:53.492Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T12:39:54.524Z] ---> 28d97ba57452 [2020-10-28T12:39:54.524Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T12:39:55.975Z] ---> fc331816e02d [2020-10-28T12:39:55.975Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T12:39:57.445Z] ---> 92510469019c [2020-10-28T12:39:57.445Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T12:39:58.445Z] ---> 67f812e044c7 [2020-10-28T12:39:58.445Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T12:39:58.733Z] ---> Running in 6790e3f45fdf [2020-10-28T12:39:59.348Z] Removing intermediate container 6790e3f45fdf [2020-10-28T12:39:59.348Z] ---> 91f5f9de4a6e [2020-10-28T12:39:59.348Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:39:59.348Z] ---> Running in bd2255cea702 [2020-10-28T12:39:59.955Z] Removing intermediate container bd2255cea702 [2020-10-28T12:39:59.955Z] ---> f6a03fb684f2 [2020-10-28T12:39:59.955Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T12:40:00.234Z] ---> Running in 57a8a51acf42 [2020-10-28T12:40:00.847Z] Removing intermediate container 57a8a51acf42 [2020-10-28T12:40:00.847Z] ---> 3ec5692ad735 [2020-10-28T12:40:00.847Z] Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:40:00.847Z] ---> Running in f2d128453572 [2020-10-28T12:40:01.455Z] Removing intermediate container f2d128453572 [2020-10-28T12:40:01.455Z] ---> 0186ab32f3b8 [2020-10-28T12:40:01.455Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T12:40:01.739Z] ---> Running in 5f9f95593bd0 [2020-10-28T12:40:02.349Z] Removing intermediate container 5f9f95593bd0 [2020-10-28T12:40:02.349Z] ---> 9689b3f465e4 [2020-10-28T12:40:02.349Z] [2020-10-28T12:40:02.954Z] Successfully built 9689b3f465e4 [2020-10-28T12:40:02.954Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-28T12:40:18.097Z]  Building docker-support-logging-go ... done Removing intermediate container 12eee2f976b8 [2020-10-28T12:40:18.097Z] ---> 55a892b55603 [2020-10-28T12:40:18.097Z] [2020-10-28T12:40:18.097Z] Step 10/22 : FROM scratch [2020-10-28T12:40:18.097Z] ---> [2020-10-28T12:40:18.097Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T12:40:18.097Z] Removing intermediate container f0316c564c00 [2020-10-28T12:40:18.097Z] ---> 1e9be94d11ea [2020-10-28T12:40:18.097Z] [2020-10-28T12:40:18.097Z] Step 10/24 : FROM scratch [2020-10-28T12:40:18.097Z] ---> [2020-10-28T12:40:18.097Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T12:40:18.097Z] ---> Using cache [2020-10-28T12:40:18.097Z] ---> b5bc2a1eeea7 [2020-10-28T12:40:18.097Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T12:40:18.097Z] ---> Using cache [2020-10-28T12:40:18.097Z] ---> 83541766786c [2020-10-28T12:40:18.097Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T12:40:18.097Z] ---> Running in 0ca985e9f8ca [2020-10-28T12:40:18.097Z] ---> Running in 67e659784bfd [2020-10-28T12:40:18.097Z] Removing intermediate container 0ca985e9f8ca [2020-10-28T12:40:18.097Z] ---> 483e431755f2 [2020-10-28T12:40:18.097Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T12:40:18.097Z] Removing intermediate container 67e659784bfd [2020-10-28T12:40:18.097Z] ---> 340d6e5657d0 [2020-10-28T12:40:18.097Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T12:40:18.097Z] ---> Running in 6c5aaf15beda [2020-10-28T12:40:18.097Z] ---> Running in 907657708d85 [2020-10-28T12:40:18.097Z] Removing intermediate container 6c5aaf15beda [2020-10-28T12:40:18.097Z] ---> a1391515f757 [2020-10-28T12:40:18.097Z] Step 14/22 : WORKDIR / [2020-10-28T12:40:18.097Z] Removing intermediate container 907657708d85 [2020-10-28T12:40:18.097Z] ---> 5e37f102d74b [2020-10-28T12:40:18.097Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T12:40:18.097Z] ---> Running in 8bbd218d7393 [2020-10-28T12:40:18.097Z] Removing intermediate container 8bbd218d7393 [2020-10-28T12:40:18.097Z] ---> d3d1f41d6b26 [2020-10-28T12:40:18.097Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T12:40:18.097Z] ---> a588a5c7ed22 [2020-10-28T12:40:18.097Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T12:40:18.702Z] ---> 9d0c003611d4 [2020-10-28T12:40:18.702Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T12:40:18.979Z] ---> 97c1293a5d60 [2020-10-28T12:40:18.979Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T12:40:19.961Z] ---> fc278884d907 [2020-10-28T12:40:19.961Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T12:40:20.234Z] ---> c44437d71835 [2020-10-28T12:40:20.234Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T12:40:20.511Z] ---> 8e3226d190aa [2020-10-28T12:40:20.511Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T12:40:20.787Z] ---> Running in 19d7853bd285 [2020-10-28T12:40:21.122Z] ---> 6d91a8468230 [2020-10-28T12:40:21.122Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T12:40:21.122Z] Removing intermediate container 19d7853bd285 [2020-10-28T12:40:21.122Z] ---> 57a582f6e128 [2020-10-28T12:40:21.451Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:40:21.451Z] ---> Running in 48a567ce4c64 [2020-10-28T12:40:22.078Z] Removing intermediate container 48a567ce4c64 [2020-10-28T12:40:22.078Z] ---> 9b511f0ebabe [2020-10-28T12:40:22.078Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T12:40:22.078Z] ---> bab44dd0f26a [2020-10-28T12:40:22.078Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T12:40:22.078Z] ---> Running in a3dff74cc560 [2020-10-28T12:40:22.678Z] Removing intermediate container a3dff74cc560 [2020-10-28T12:40:22.678Z] ---> b5f87f2bf71b [2020-10-28T12:40:22.678Z] Step 21/22 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:40:22.678Z] ---> Running in ae17a6d50a0d [2020-10-28T12:40:22.954Z] ---> a14101a59e21 [2020-10-28T12:40:22.954Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T12:40:22.954Z] ---> Running in 39a1c59ddaf7 [2020-10-28T12:40:23.228Z] Removing intermediate container ae17a6d50a0d [2020-10-28T12:40:23.228Z] ---> c3bae41ac4e3 [2020-10-28T12:40:23.228Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T12:40:23.228Z] ---> Running in 4bc13bf976be [2020-10-28T12:40:23.503Z] Removing intermediate container 39a1c59ddaf7 [2020-10-28T12:40:23.503Z] ---> a57b3648fd4c [2020-10-28T12:40:23.503Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T12:40:23.503Z] ---> Running in 0c43ed14b2d0 [2020-10-28T12:40:23.778Z] Removing intermediate container 4bc13bf976be [2020-10-28T12:40:23.778Z] ---> 2709b7924353 [2020-10-28T12:40:23.778Z] [2020-10-28T12:40:24.050Z] Successfully built 2709b7924353 [2020-10-28T12:40:24.326Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-28T12:40:24.326Z]  Building docker-core-command-go ... done Removing intermediate container 0c43ed14b2d0 [2020-10-28T12:40:24.326Z] ---> a57269908634 [2020-10-28T12:40:24.326Z] Step 22/24 : LABEL arch=arm64 [2020-10-28T12:40:24.326Z] ---> Running in 2e6be411d88f [2020-10-28T12:40:24.929Z] Removing intermediate container 2e6be411d88f [2020-10-28T12:40:24.929Z] ---> e7fa24ed69b4 [2020-10-28T12:40:24.929Z] Step 23/24 : LABEL git_sha=8b39a772a7508530d11dc8b0b1806ac46f5f00c7 [2020-10-28T12:40:24.929Z] ---> Running in 42d1c2205d04 [2020-10-28T12:40:25.203Z] Removing intermediate container 42d1c2205d04 [2020-10-28T12:40:25.203Z] ---> 4079aac6ee04 [2020-10-28T12:40:25.203Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T12:40:25.478Z] ---> Running in a0f17a8e390f [2020-10-28T12:40:25.753Z] Removing intermediate container a0f17a8e390f [2020-10-28T12:40:25.753Z] ---> 5b2e40600dfc [2020-10-28T12:40:25.753Z] [2020-10-28T12:40:26.354Z] Successfully built 5b2e40600dfc [2020-10-28T12:40:26.354Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-28T12:40:26.644Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-10-28T12:40:26.634Z] $ docker stop --time=1 f1b43b81444b25284878e1a1323a40c7fe459a0c935efc9dd66645b6e3f4a440 [2020-10-28T12:40:28.517Z] $ docker rm -f f1b43b81444b25284878e1a1323a40c7fe459a0c935efc9dd66645b6e3f4a440 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T12:40:29.282Z] + docker images [2020-10-28T12:40:29.282Z] + grep docker [2020-10-28T12:40:29.553Z] docker-support-notifications-go-arm64 latest 5b2e40600dfc 4 seconds ago 12.9MB [2020-10-28T12:40:29.553Z] docker-core-command-go-arm64 latest 2709b7924353 6 seconds ago 11.4MB [2020-10-28T12:40:29.553Z] docker-support-logging-go-arm64 latest 9689b3f465e4 27 seconds ago 10.6MB [2020-10-28T12:40:29.553Z] docker-security-secretstore-setup-go-arm64 latest da617984340f 38 seconds ago 30.8MB [2020-10-28T12:40:29.553Z] docker-support-scheduler-go-arm64 latest 8a62c4895464 46 seconds ago 11.5MB [2020-10-28T12:40:29.553Z] docker-sys-mgmt-agent-go-arm64 latest bd1061b971f5 2 minutes ago 270MB [2020-10-28T12:40:29.553Z] docker-core-data-go-arm64 latest 0eb0f90fad97 2 minutes ago 22.3MB [2020-10-28T12:40:29.553Z] docker-core-metadata-go-arm64 latest 7742d424b8f6 3 minutes ago 13.5MB [2020-10-28T12:40:29.553Z] docker-security-secrets-setup-go-arm64 latest dea2ffc0fc21 3 minutes ago 22.7MB [2020-10-28T12:40:29.553Z] docker-security-proxy-setup-go-arm64 latest 63b4adc9a95f 4 minutes ago 15.1MB [2020-10-28T12:40:29.553Z] 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 [2020-10-28T12:40:33.248Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:40:34.199Z] ---> package-listing.sh [2020-10-28T12:40:34.199Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T12:40:34.199Z] ++ facter osfamily [2020-10-28T12:40:34.479Z] + OS_FAMILY=redhat [2020-10-28T12:40:34.479Z] + workspace=/w/workspace/edgex-go/4 [2020-10-28T12:40:34.479Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T12:40:34.479Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T12:40:34.479Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T12:40:34.479Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T12:40:34.479Z] + '[' /w/workspace/edgex-go/4 ']' [2020-10-28T12:40:34.479Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T12:40:34.479Z] + case "${OS_FAMILY}" in [2020-10-28T12:40:34.479Z] + rpm -qa [2020-10-28T12:40:34.479Z] + sort [2020-10-28T12:40:39.915Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T12:40:39.915Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T12:40:39.915Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T12:40:39.915Z] + '[' /w/workspace/edgex-go/4 ']' [2020-10-28T12:40:39.915Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-10-28T12:40:39.915Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2020-10-28T12:40:39.938Z] 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 [2020-10-28T12:40:40.295Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:40:40.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T12:40:40.900Z] [2020-10-28T12:40:40.900Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T12:40:41.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T12:40:41.706Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T12:40:41.706Z] df20fa9351a1: Already exists [2020-10-28T12:40:41.706Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T12:40:41.706Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T12:40:41.706Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T12:40:41.706Z] 93b61091891f: Pulling fs layer [2020-10-28T12:40:41.706Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T12:40:41.706Z] 5e14af77c1be: Pulling fs layer [2020-10-28T12:40:41.706Z] 01666e4c0597: Pulling fs layer [2020-10-28T12:40:41.706Z] aa168da1d23b: Pulling fs layer [2020-10-28T12:40:41.706Z] 93b61091891f: Waiting [2020-10-28T12:40:41.706Z] 93b9cdb0e59b: Waiting [2020-10-28T12:40:41.706Z] 5e14af77c1be: Waiting [2020-10-28T12:40:41.706Z] 01666e4c0597: Waiting [2020-10-28T12:40:41.706Z] aa168da1d23b: Waiting [2020-10-28T12:40:41.706Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T12:40:41.706Z] 46f8f816bc3b: Download complete [2020-10-28T12:40:41.706Z] 36b3adc4ff6f: Verifying Checksum [2020-10-28T12:40:41.706Z] 36b3adc4ff6f: Download complete [2020-10-28T12:40:41.706Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T12:40:41.706Z] 93b9cdb0e59b: Download complete [2020-10-28T12:40:41.706Z] 5e14af77c1be: Verifying Checksum [2020-10-28T12:40:41.706Z] 5e14af77c1be: Download complete [2020-10-28T12:40:41.706Z] 01666e4c0597: Verifying Checksum [2020-10-28T12:40:41.706Z] 01666e4c0597: Download complete [2020-10-28T12:40:41.973Z] 93b61091891f: Verifying Checksum [2020-10-28T12:40:41.973Z] 93b61091891f: Download complete [2020-10-28T12:40:41.973Z] 36b3adc4ff6f: Pull complete [2020-10-28T12:40:42.246Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T12:40:42.246Z] 8ad3a11d3b57: Download complete [2020-10-28T12:40:43.627Z] 8ad3a11d3b57: Pull complete [2020-10-28T12:40:44.179Z] 46f8f816bc3b: Pull complete [2020-10-28T12:40:44.564Z] 93b61091891f: Pull complete [2020-10-28T12:40:44.832Z] 93b9cdb0e59b: Pull complete [2020-10-28T12:40:45.108Z] 5e14af77c1be: Pull complete [2020-10-28T12:40:45.108Z] 01666e4c0597: Pull complete [2020-10-28T12:40:52.086Z] aa168da1d23b: Verifying Checksum [2020-10-28T12:40:52.087Z] aa168da1d23b: Download complete [2020-10-28T12:41:07.411Z] aa168da1d23b: Pull complete [2020-10-28T12:41:07.411Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T12:41:07.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T12:41:07.411Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T12:41:08.662Z] prd-centos7-docker-4c-2g-9476 does not seem to be running inside a container [2020-10-28T12:41:08.847Z] $ 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 [2020-10-28T12:41:11.938Z] $ docker top bd1207466d24d8abc13cebc3731e6266fb2915fdfc295b8f5dd3a6438c1d3230 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T12:41:13.005Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T12:41:13.386Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T12:41:13.766Z] + ls /var/log/sa-host [2020-10-28T12:41:13.766Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T12:41:13.766Z] file_magic: OK [2020-10-28T12:41:13.766Z] HZ: Using current value: 100 [2020-10-28T12:41:13.766Z] file_header: OK [2020-10-28T12:41:13.766Z] 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 [2020-10-28T12:41:13.766Z] Statistics: [2020-10-28T12:41:13.766Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T12:41:13.766Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T12:41:13.766Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T12:41:13.766Z] file_magic: OK [2020-10-28T12:41:13.766Z] HZ: Using current value: 100 [2020-10-28T12:41:13.766Z] file_header: OK [2020-10-28T12:41:13.766Z] 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 [2020-10-28T12:41:13.766Z] Statistics: [2020-10-28T12:41:13.766Z] 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... [2020-10-28T12:41:13.766Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T12:41:14.443Z] provisioning config files... [2020-10-28T12:41:14.485Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1681612771161582868tmp [Pipeline] { [Pipeline] echo [2020-10-28T12:41:14.592Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:41:15.290Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T12:41:15.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T12:41:15.412Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:41:15.849Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T12:41:15.927Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:41:16.295Z] ---> sudo-logs.sh [2020-10-28T12:41:16.295Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T12:41:16.320Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:41:16.684Z] ---> job-cost.sh [2020-10-28T12:41:16.684Z] lf-activate-venv: SKIPPING [2020-10-28T12:41:16.684Z] INFO: No Stack... [2020-10-28T12:41:18.354Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T12:41:18.629Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T12:41:18.646Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T12:41:19.007Z] ---> logs-deploy.sh [2020-10-28T12:41:19.007Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2854/4 [2020-10-28T12:41:19.007Z] INFO: archiving workspace using pattern(s): [2020-10-28T12:41:21.149Z] Archives upload complete. [2020-10-28T12:41:21.149Z] INFO: archiving logs to Nexus