lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of andresrinivasan for edgexfoundry/edgex-go Loading trusted files from base branch master at 30fe914c5ad8e4d98bae6ee0071c56635472cae5 rather than 4361c2e925fe521bdb496b79446f289b0bd15c90 Obtained Jenkinsfile from 30fe914c5ad8e4d98bae6ee0071c56635472cae5 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9574 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # 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 4361c2e925fe521bdb496b79446f289b0bd15c90 Merge succeeded, producing 4361c2e925fe521bdb496b79446f289b0bd15c90 Checking out Revision 4361c2e925fe521bdb496b79446f289b0bd15c90 (PR-2850) > 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/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # 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 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 Commit message: "feat(security): Add security-redis-bootstrap service" > git rev-list --no-walk 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T21:45:25.608Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T21:45:25.861Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T21:45:25.957Z] ========================================================= [2020-10-28T21:45:25.957Z] EdgeX Global Pipelines Version Info [2020-10-28T21:45:25.957Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T21:45:27.414Z] ------------------- [2020-10-28T21:45:27.414Z] stable info: [2020-10-28T21:45:27.414Z] ------------------- [2020-10-28T21:45:27.414Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T21:45:27.414Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T21:45:27.414Z] Message: update stable to v1.0.148 [2020-10-28T21:45:28.360Z] ------------------- [2020-10-28T21:45:28.360Z] experimental info: [2020-10-28T21:45:28.360Z] ------------------- [2020-10-28T21:45:28.360Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T21:45:28.360Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T21:45:28.360Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-28T21:45:28.653Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-28T21:45:28.747Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-28T21:45:28.839Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T21:45:28.929Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T21:45:29.049Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T21:45:29.160Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T21:45:29.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T21:45:29.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-28T21:45:29.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-28T21:45:29.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-28T21:45:29.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T21:45:29.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T21:45:29.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T21:45:29.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T21:45:29.950Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T21:45:30.080Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T21:45:30.219Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T21:45:30.311Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T21:45:30.400Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-28T21:45:30.490Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-28T21:45:30.594Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-28T21:45:30.683Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2850 [Pipeline] echo [2020-10-28T21:45:30.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2850 [Pipeline] echo [2020-10-28T21:45:30.854Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2850 [Pipeline] echo [2020-10-28T21:45:30.944Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4361c2e925fe521bdb496b79446f289b0bd15c90 [Pipeline] echo [2020-10-28T21:45:31.075Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4361c2e [Pipeline] echo [2020-10-28T21:45:31.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-28T21:45:31.572Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/core-command/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/core-data/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-28T21:45:31.572Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T21:45:31.572Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-28T21:45:31.572Z] ++ cut -d/ -f2 [2020-10-28T21:45:31.572Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-28T21:45:31.642Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-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-28T21:45:33.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T21:45:33.466Z] [2020-10-28T21:45:33.466Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:45:33.821Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T21:45:33.821Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T21:45:33.821Z] 31603596830f: Pulling fs layer [2020-10-28T21:45:33.821Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T21:45:33.821Z] 6ca5941a6612: Pulling fs layer [2020-10-28T21:45:33.821Z] ecc8261a40a4: Pulling fs layer [2020-10-28T21:45:33.821Z] ecc8261a40a4: Waiting [2020-10-28T21:45:33.821Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T21:45:33.821Z] 2a8b12db71e7: Download complete [2020-10-28T21:45:34.084Z] 31603596830f: Verifying Checksum [2020-10-28T21:45:34.084Z] 31603596830f: Download complete [2020-10-28T21:45:34.084Z] 6ca5941a6612: Verifying Checksum [2020-10-28T21:45:34.084Z] 6ca5941a6612: Download complete [2020-10-28T21:45:34.084Z] ecc8261a40a4: Verifying Checksum [2020-10-28T21:45:34.084Z] ecc8261a40a4: Download complete [2020-10-28T21:45:34.349Z] 31603596830f: Pull complete [2020-10-28T21:45:34.612Z] 2a8b12db71e7: Pull complete [2020-10-28T21:45:35.187Z] 6ca5941a6612: Pull complete [2020-10-28T21:45:35.450Z] ecc8261a40a4: Pull complete [2020-10-28T21:45:35.450Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T21:45:35.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T21:45:35.450Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T21:45:35.552Z] prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container [2020-10-28T21:45:35.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T21:45:38.012Z] $ docker top f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T21:45:38.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T21:45:38.286Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T21:45:38.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T21:45:38.485Z] $ docker exec f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 ssh-agent [2020-10-28T21:45:38.638Z] SSH_AUTH_SOCK=/tmp/ssh-pkWtRXyzTzC7/agent.12 [2020-10-28T21:45:38.638Z] SSH_AGENT_PID=17 [2020-10-28T21:45:38.652Z] Running ssh-add (command line suppressed) [2020-10-28T21:45:38.773Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_4985071033392954198.key (/w/workspace/edgex-go/11@tmp/private_key_4985071033392954198.key) [2020-10-28T21:45:38.819Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T21:45:39.155Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T21:45:39.243Z] $ docker exec --env ******** --env ******** f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 ssh-agent -k [2020-10-28T21:45:39.365Z] unset SSH_AUTH_SOCK; [2020-10-28T21:45:39.366Z] unset SSH_AGENT_PID; [2020-10-28T21:45:39.366Z] echo Agent pid 17 killed; [2020-10-28T21:45:39.408Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T21:45:39.563Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T21:45:39.563Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T21:45:39.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T21:45:39.745Z] $ docker exec f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 ssh-agent [2020-10-28T21:45:39.901Z] SSH_AUTH_SOCK=/tmp/ssh-bxtgNDji6JQ2/agent.45 [2020-10-28T21:45:39.901Z] SSH_AGENT_PID=50 [2020-10-28T21:45:39.908Z] Running ssh-add (command line suppressed) [2020-10-28T21:45:40.025Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_373124181138781452.key (/w/workspace/edgex-go/11@tmp/private_key_373124181138781452.key) [2020-10-28T21:45:40.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T21:45:40.436Z] + git semver init [2020-10-28T21:45:40.437Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T21:45:40.437Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2020-10-28T21:45:40.437Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2020-10-28T21:45:40.437Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T21:45:40.437Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T21:45:40.437Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T21:45:40.437Z] # $SEMVER_BRANCH = PR-2850 [2020-10-28T21:45:40.437Z] # $SEMVER_TEMP = /tmp/semver-401124905 [2020-10-28T21:45:40.437Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-28T21:45:58.590Z] # '/tmp/semver-401124905' -> '/w/workspace/edgex-go/11/.semver' [2020-10-28T21:45:58.590Z] # -> Force: false [2020-10-28T21:45:58.590Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2020-10-28T21:45:58.606Z] $ docker exec --env ******** --env ******** f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 ssh-agent -k [2020-10-28T21:45:58.837Z] unset SSH_AUTH_SOCK; [2020-10-28T21:45:58.838Z] unset SSH_AGENT_PID; [2020-10-28T21:45:58.838Z] echo Agent pid 50 killed; [2020-10-28T21:45:58.904Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T21:45:59.444Z] + git semver [Pipeline] } [2020-10-28T21:45:59.466Z] $ docker stop --time=1 f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 [2020-10-28T21:46:01.138Z] $ docker rm -f f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T21:46:01.706Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T21:46:02.230Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T21:46:02.232Z] [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-28T21:46:02.901Z] ========================================================= [2020-10-28T21:46:02.901Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T21:46:02.901Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:46:03.301Z] + 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-28T21:46:06.622Z] Sending build context to Docker daemon 325.8MB [2020-10-28T21:46:06.622Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T21:46:06.622Z] Step 2/7 : FROM ${BASE} [2020-10-28T21:46:06.885Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T21:46:06.885Z] df20fa9351a1: Pulling fs layer [2020-10-28T21:46:06.885Z] ed8968b2872e: Pulling fs layer [2020-10-28T21:46:06.885Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T21:46:06.885Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T21:46:06.885Z] e73272ec9a57: Pulling fs layer [2020-10-28T21:46:06.885Z] 1e910a182e73: Pulling fs layer [2020-10-28T21:46:06.885Z] 4e634b169226: Pulling fs layer [2020-10-28T21:46:06.885Z] e871e8e8d7a9: Waiting [2020-10-28T21:46:06.885Z] e73272ec9a57: Waiting [2020-10-28T21:46:06.885Z] 1e910a182e73: Waiting [2020-10-28T21:46:06.885Z] 4e634b169226: Waiting [2020-10-28T21:46:06.885Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T21:46:06.885Z] a92cc7c5fd73: Download complete [2020-10-28T21:46:06.885Z] ed8968b2872e: Verifying Checksum [2020-10-28T21:46:06.885Z] ed8968b2872e: Download complete [2020-10-28T21:46:06.885Z] e73272ec9a57: Verifying Checksum [2020-10-28T21:46:06.885Z] e73272ec9a57: Download complete [2020-10-28T21:46:06.885Z] 1e910a182e73: Verifying Checksum [2020-10-28T21:46:06.885Z] 1e910a182e73: Download complete [2020-10-28T21:46:06.885Z] df20fa9351a1: Verifying Checksum [2020-10-28T21:46:06.885Z] df20fa9351a1: Download complete [2020-10-28T21:46:07.153Z] df20fa9351a1: Pull complete [2020-10-28T21:46:07.416Z] ed8968b2872e: Pull complete [2020-10-28T21:46:07.416Z] a92cc7c5fd73: Pull complete [2020-10-28T21:46:09.350Z] 4e634b169226: Verifying Checksum [2020-10-28T21:46:09.350Z] 4e634b169226: Download complete [2020-10-28T21:46:09.613Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T21:46:09.613Z] e871e8e8d7a9: Download complete [2020-10-28T21:46:14.945Z] e871e8e8d7a9: Pull complete [2020-10-28T21:46:14.945Z] e73272ec9a57: Pull complete [2020-10-28T21:46:14.945Z] 1e910a182e73: Pull complete [2020-10-28T21:46:17.650Z] Still waiting to schedule task [2020-10-28T21:46:17.651Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-28T21:46:20.263Z] 4e634b169226: Pull complete [2020-10-28T21:46:20.263Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T21:46:20.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T21:46:20.263Z] ---> f7629b54cfaa [2020-10-28T21:46:20.263Z] 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-28T21:46:20.532Z] ---> Running in 6f3adffaea2e [2020-10-28T21:46:21.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:46:21.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:46:22.258Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T21:46:22.833Z] (2/12) Installing file (5.38-r0) [2020-10-28T21:46:22.833Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T21:46:23.099Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T21:46:26.412Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T21:46:26.412Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T21:46:26.412Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T21:46:26.412Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T21:46:26.412Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T21:46:26.674Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T21:46:26.674Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T21:46:26.674Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T21:46:26.938Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T21:46:26.938Z] OK: 233 MiB in 51 packages [2020-10-28T21:46:30.254Z] Removing intermediate container 6f3adffaea2e [2020-10-28T21:46:30.254Z] ---> 072df49ee713 [2020-10-28T21:46:30.254Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T21:46:30.254Z] ---> Running in fc1f865cab89 [2020-10-28T21:46:30.254Z] Removing intermediate container fc1f865cab89 [2020-10-28T21:46:30.254Z] ---> 4ff428f09d1a [2020-10-28T21:46:30.254Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T21:46:30.515Z] latest: Pulling from library/docker [2020-10-28T21:46:30.515Z] 188c0c94c7c5: Pulling fs layer [2020-10-28T21:46:30.515Z] 0c7c675703d6: Pulling fs layer [2020-10-28T21:46:30.515Z] cc8c12a437cb: Pulling fs layer [2020-10-28T21:46:30.515Z] c5dafad2182a: Pulling fs layer [2020-10-28T21:46:30.515Z] 5aa711733414: Pulling fs layer [2020-10-28T21:46:30.515Z] 058f73b55e4b: Pulling fs layer [2020-10-28T21:46:30.515Z] 8c9c664faf12: Pulling fs layer [2020-10-28T21:46:30.515Z] c5dafad2182a: Waiting [2020-10-28T21:46:30.515Z] 5aa711733414: Waiting [2020-10-28T21:46:30.515Z] 058f73b55e4b: Waiting [2020-10-28T21:46:30.515Z] 8c9c664faf12: Waiting [2020-10-28T21:46:30.778Z] cc8c12a437cb: Verifying Checksum [2020-10-28T21:46:30.778Z] cc8c12a437cb: Download complete [2020-10-28T21:46:30.778Z] 0c7c675703d6: Verifying Checksum [2020-10-28T21:46:30.778Z] 0c7c675703d6: Download complete [2020-10-28T21:46:30.778Z] 188c0c94c7c5: Verifying Checksum [2020-10-28T21:46:30.778Z] 188c0c94c7c5: Download complete [2020-10-28T21:46:31.053Z] 5aa711733414: Verifying Checksum [2020-10-28T21:46:31.053Z] 5aa711733414: Download complete [2020-10-28T21:46:31.053Z] 058f73b55e4b: Verifying Checksum [2020-10-28T21:46:31.053Z] 058f73b55e4b: Download complete [2020-10-28T21:46:31.053Z] 8c9c664faf12: Verifying Checksum [2020-10-28T21:46:31.053Z] 8c9c664faf12: Download complete [2020-10-28T21:46:31.053Z] 188c0c94c7c5: Pull complete [2020-10-28T21:46:31.320Z] 0c7c675703d6: Pull complete [2020-10-28T21:46:31.583Z] cc8c12a437cb: Pull complete [2020-10-28T21:46:31.846Z] c5dafad2182a: Verifying Checksum [2020-10-28T21:46:31.846Z] c5dafad2182a: Download complete [2020-10-28T21:46:34.425Z] c5dafad2182a: Pull complete [2020-10-28T21:46:34.425Z] 5aa711733414: Pull complete [2020-10-28T21:46:34.688Z] 058f73b55e4b: Pull complete [2020-10-28T21:46:34.688Z] 8c9c664faf12: Pull complete [2020-10-28T21:46:34.688Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T21:46:34.688Z] Status: Downloaded newer image for docker:latest [2020-10-28T21:46:36.618Z] ---> 9b92c3113718 [2020-10-28T21:46:36.618Z] Step 6/7 : COPY go.mod . [2020-10-28T21:46:36.618Z] ---> 480deac7a0bc [2020-10-28T21:46:36.618Z] Step 7/7 : RUN go mod download [2020-10-28T21:46:36.618Z] ---> Running in a693ee370c8d [2020-10-28T21:46:58.648Z] Removing intermediate container a693ee370c8d [2020-10-28T21:46:58.648Z] ---> 159711ac1036 [2020-10-28T21:46:58.648Z] Successfully built 159711ac1036 [2020-10-28T21:46:58.648Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:46:58.975Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T21:46:58.975Z] . [Pipeline] withDockerContainer [2020-10-28T21:46:59.082Z] prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container [2020-10-28T21:46:59.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T21:47:00.224Z] $ docker top 934b6c96507b619688c0aa8c2c9317578365f839f1f6e3976d643c21b8e4ed52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T21:47:00.837Z] + go version [2020-10-28T21:47:00.838Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T21:47:00.857Z] $ docker stop --time=1 934b6c96507b619688c0aa8c2c9317578365f839f1f6e3976d643c21b8e4ed52 [2020-10-28T21:47:02.272Z] $ docker rm -f 934b6c96507b619688c0aa8c2c9317578365f839f1f6e3976d643c21b8e4ed52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:47:03.170Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T21:47:03.170Z] . [Pipeline] withDockerContainer [2020-10-28T21:47:03.282Z] prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container [2020-10-28T21:47:03.337Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T21:47:04.158Z] $ docker top e89131704896bd5337c605c14fdab1fd0f29b1d7f1205cc16cd6bca50e1b8669 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-28T21:47:04.369Z] ========================================================= [2020-10-28T21:47:04.369Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-28T21:47:04.369Z] ========================================================= [Pipeline] sh [2020-10-28T21:47:04.662Z] + make test [2020-10-28T21:47:04.662Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T21:47:07.232Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-28T21:47:17.384Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-28T21:47:22.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-28T21:47:22.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-28T21:47:22.771Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-10-28T21:47:22.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-28T21:47:23.043Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-28T21:47:24.451Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.017s [2020-10-28T21:47:24.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-28T21:47:24.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-28T21:47:24.725Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-28T21:47:24.999Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-28T21:47:25.268Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-28T21:47:25.268Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-28T21:47:25.268Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-28T21:47:28.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.026s coverage: 46.6% of statements [2020-10-28T21:47:28.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-28T21:47:28.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-28T21:47:28.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-28T21:47:28.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-28T21:47:28.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-28T21:47:31.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.065s coverage: 27.1% of statements [2020-10-28T21:47:31.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-28T21:47:31.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-28T21:47:31.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-28T21:47:31.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-28T21:47:31.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-28T21:47:31.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-28T21:47:31.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2020-10-28T21:47:31.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-28T21:47:31.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements [2020-10-28T21:47:31.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-28T21:47:31.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-28T21:47:31.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.025s coverage: 64.9% of statements [2020-10-28T21:47:31.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-28T21:47:31.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-28T21:47:32.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.331s coverage: 84.5% of statements [2020-10-28T21:47:32.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-28T21:47:32.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T21:47:32.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-28T21:47:32.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-28T21:47:32.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.067s coverage: 28.6% of statements [2020-10-28T21:47:32.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-28T21:47:32.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-28T21:47:32.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-28T21:47:32.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-28T21:47:32.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-28T21:47:32.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements [2020-10-28T21:47:32.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-28T21:47:32.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2020-10-28T21:47:32.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-28T21:47:33.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 86.7% of statements [2020-10-28T21:47:33.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-28T21:47:33.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.034s coverage: 97.5% of statements [2020-10-28T21:47:33.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-28T21:47:33.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.046s coverage: 100.0% of statements [2020-10-28T21:47:33.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-28T21:47:33.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-28T21:47:33.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-28T21:47:33.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-28T21:47:34.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.074s coverage: 95.7% of statements [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-28T21:47:34.938Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-28T21:47:34.938Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.015s coverage: 0.0% of statements [no tests to run] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-28T21:47:34.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-28T21:47:35.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.069s coverage: 63.5% of statements [2020-10-28T21:47:35.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-28T21:47:35.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-28T21:47:35.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements [2020-10-28T21:47:35.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.011s coverage: 91.3% of statements [2020-10-28T21:47:35.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.018s coverage: 100.0% of statements [2020-10-28T21:47:35.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.011s coverage: 73.7% of statements [2020-10-28T21:47:36.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.012s coverage: 100.0% of statements [2020-10-28T21:47:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.100s coverage: 55.9% of statements [2020-10-28T21:47:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-28T21:47:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-28T21:47:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-10-28T21:47:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-10-28T21:47:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-10-28T21:47:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-28T21:47:40.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.219s coverage: 86.3% of statements [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.268s coverage: 72.2% of statements [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.114s coverage: 72.1% of statements [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.011s coverage: 82.4% of statements [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.013s coverage: 28.8% of statements [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.078s coverage: 96.8% of statements [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.018s coverage: 36.5% of statements [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.099s coverage: 84.1% of statements [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-28T21:47:40.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.020s coverage: 83.8% of statements [2020-10-28T21:47:40.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-28T21:47:41.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 47.1% of statements [2020-10-28T21:47:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-28T21:47:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-28T21:47:41.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.005s coverage: 100.0% of statements [2020-10-28T21:47:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-28T21:47:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-28T21:47:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-28T21:47:41.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements [2020-10-28T21:47:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-28T21:47:41.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements [2020-10-28T21:47:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-28T21:47:43.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.049s coverage: 29.1% of statements [2020-10-28T21:47:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-28T21:47:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-28T21:47:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-28T21:47:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-28T21:47:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-28T21:47:43.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.026s coverage: 99.0% of statements [2020-10-28T21:47:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-28T21:47:43.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements [2020-10-28T21:47:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-28T21:47:43.190Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements [2020-10-28T21:47:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-28T21:47:43.587Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2020-10-28T21:47:43.587Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-28T21:47:43.587Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-28T21:47:43.587Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-28T21:47:43.587Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-28T21:47:43.587Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements [2020-10-28T21:47:43.587Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-28T21:47:43.587Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-28T21:47:43.891Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements [2020-10-28T21:47:43.891Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-10-28T21:47:44.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-28T21:47:44.494Z] GO111MODULE=on go vet ./... [2020-10-28T21:47:52.705Z] gofmt -l . [2020-10-28T21:47:52.705Z] [ "`gofmt -l .`" = "" ] [2020-10-28T21:47:52.705Z] ./bin/test-go-mod-tidy.sh [2020-10-28T21:47:53.281Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-28T21:47:55.510Z] + ls -al . [2020-10-28T21:47:55.510Z] total 632 [2020-10-28T21:47:55.510Z] drwxrwxr-x 10 1001 1001 4096 Oct 28 21:47 . [2020-10-28T21:47:55.510Z] drwxr-xr-x 4 root root 30 Oct 28 21:47 .. [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 21:45 .dockerignore [2020-10-28T21:47:55.510Z] drwxrwxr-x 8 1001 1001 179 Oct 28 21:45 .git [2020-10-28T21:47:55.510Z] drwxrwxr-x 3 1001 1001 125 Oct 28 21:45 .github [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 944 Oct 28 21:45 .gitignore [2020-10-28T21:47:55.510Z] drwx------ 3 1001 1001 47 Oct 28 21:45 .semver [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 21:45 .sonarcloud.properties [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 21:45 CONTRIBUTING.md [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 1035 Oct 28 21:45 Dockerfile.build [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 863 Oct 28 21:45 Jenkinsfile [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 21:45 LICENSE [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 6611 Oct 28 21:45 Makefile [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 6447 Oct 28 21:45 README.md [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 259 Oct 28 21:45 SECURITY.md [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 21:46 VERSION [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 21:45 ZMQWindows.md [2020-10-28T21:47:55.510Z] drwxrwxr-x 2 1001 1001 117 Oct 28 21:45 bin [2020-10-28T21:47:55.510Z] drwxrwxr-x 15 1001 1001 4096 Oct 28 21:45 cmd [2020-10-28T21:47:55.510Z] -rw-r--r-- 1 root root 539324 Oct 28 21:47 coverage.out [2020-10-28T21:47:55.510Z] -rw-r--r-- 1 root root 1041 Oct 28 21:47 go.mod [2020-10-28T21:47:55.510Z] -rw-r--r-- 1 root root 18582 Oct 28 21:47 go.sum [2020-10-28T21:47:55.510Z] drwxrwxr-x 8 1001 1001 127 Oct 28 21:45 internal [2020-10-28T21:47:55.510Z] drwxrwxr-x 4 1001 1001 26 Oct 28 21:45 openapi [2020-10-28T21:47:55.510Z] drwxrwxr-x 4 1001 1001 71 Oct 28 21:45 snap [2020-10-28T21:47:55.510Z] -rw-rw-r-- 1 1001 1001 168 Oct 28 21:45 version.go [Pipeline] sh [2020-10-28T21:47:55.813Z] + '[' -e coverage.out ] [2020-10-28T21:47:55.814Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-28T21:47:56.035Z] Stashed 1 file(s) [Pipeline] sh [2020-10-28T21:47:56.330Z] + make build [2020-10-28T21:47:56.331Z] 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-28T21:48:04.550Z] 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-28T21:48:06.376Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9575 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws [2020-10-28T21:48:06.435Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2020-10-28T21:48:07.866Z] 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-28T21:48:09.273Z] 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-28T21:48:10.666Z] 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-28T21:48:11.575Z] using credential edgex-jenkins-ssh [2020-10-28T21:48:11.663Z] Cloning the remote Git repository [2020-10-28T21:48:12.065Z] 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-28T21:48:12.327Z] 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-28T21:48:11.738Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T21:48:11.966Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2020-10-28T21:48:12.053Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T21:48:12.053Z] > git --version # timeout=10 [2020-10-28T21:48:12.085Z] > git --version # 'git version 2.17.1' [2020-10-28T21:48:12.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T21:48:12.166Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T21:48:13.743Z] 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-28T21:48:15.142Z] 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-28T21:48:16.096Z] 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-28T21:48:17.487Z] 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-28T21:48:18.442Z] 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-28T21:48:19.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-10-28T21:48:20.364Z] $ docker stop --time=1 e89131704896bd5337c605c14fdab1fd0f29b1d7f1205cc16cd6bca50e1b8669 [2020-10-28T21:48:22.158Z] $ docker rm -f e89131704896bd5337c605c14fdab1fd0f29b1d7f1205cc16cd6bca50e1b8669 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:48:24.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T21:48:24.310Z] [2020-10-28T21:48:24.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:48:24.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T21:48:24.937Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-28T21:48:24.937Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-28T21:48:24.937Z] ca9280d653b3: Pulling fs layer [2020-10-28T21:48:24.937Z] 7e9c9ca2126c: Pulling fs layer [2020-10-28T21:48:25.518Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-28T21:48:25.518Z] cbdbe7a5bc2a: Download complete [2020-10-28T21:48:25.790Z] ca9280d653b3: Verifying Checksum [2020-10-28T21:48:25.790Z] ca9280d653b3: Download complete [2020-10-28T21:48:25.790Z] cbdbe7a5bc2a: Pull complete [2020-10-28T21:48:26.743Z] ca9280d653b3: Pull complete [2020-10-28T21:48:26.743Z] 7e9c9ca2126c: Verifying Checksum [2020-10-28T21:48:26.743Z] 7e9c9ca2126c: Download complete [2020-10-28T21:48:28.653Z] Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:48:27.790Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T21:48:27.812Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T21:48:27.836Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T21:48:27.870Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T21:48:27.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T21:48:27.886Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T21:48:28.682Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T21:48:28.710Z] > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 [2020-10-28T21:48:29.095Z] Merge succeeded, producing 4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:48:29.095Z] Checking out Revision 4361c2e925fe521bdb496b79446f289b0bd15c90 (PR-2850) [2020-10-28T21:48:29.032Z] > git remote # timeout=10 [2020-10-28T21:48:29.051Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T21:48:29.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T21:48:29.070Z] > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 [2020-10-28T21:48:29.092Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T21:48:29.111Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T21:48:29.124Z] > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 [2020-10-28T21:48:33.365Z] 7e9c9ca2126c: Pull complete [2020-10-28T21:48:33.365Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-28T21:48:33.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T21:48:33.365Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-28T21:48:33.505Z] prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container [2020-10-28T21:48:33.508Z] Commit message: "feat(security): Add security-redis-bootstrap service" [2020-10-28T21:48:33.568Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-28T21:48:36.101Z] $ docker top 7547db0f8e591fda64715628f00f33b15612d95793b293ea7babf8e3d7b1c881 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-10-28T21:48:36.635Z] + docker-compose build --help [2020-10-28T21:48:36.635Z] + grep parallel [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T21:48:36.969Z] ========================================================= [2020-10-28T21:48:36.970Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T21:48:36.970Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:48:37.587Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T21:48:37.779Z] $ docker stop --time=1 7547db0f8e591fda64715628f00f33b15612d95793b293ea7babf8e3d7b1c881 [2020-10-28T21:48:38.063Z] + 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-28T21:48:39.150Z] $ docker rm -f 7547db0f8e591fda64715628f00f33b15612d95793b293ea7babf8e3d7b1c881 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:48:39.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T21:48:39.822Z] . [Pipeline] withDockerContainer [2020-10-28T21:48:39.930Z] prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container [2020-10-28T21:48:39.984Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-28T21:48:40.707Z] $ docker top ae722deed538604b66b52754ee6ddb128f69dd81bc32499a6da091e4dc7e89a4 -eo pid,comm [2020-10-28T21:48:40.713Z] Sending build context to Docker daemon 165.4MB [2020-10-28T21:48:40.714Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T21:48:40.714Z] Step 2/7 : FROM ${BASE} [Pipeline] { [Pipeline] sh [2020-10-28T21:48:41.192Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T21:48:41.312Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T21:48:41.312Z] b538f80385f9: Pulling fs layer [2020-10-28T21:48:41.312Z] 74f711af9a0d: Pulling fs layer [2020-10-28T21:48:41.312Z] 99f96fe45779: Pulling fs layer [2020-10-28T21:48:41.312Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T21:48:41.312Z] 45590311c82a: Pulling fs layer [2020-10-28T21:48:41.312Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T21:48:41.312Z] 209524e5b208: Pulling fs layer [2020-10-28T21:48:41.312Z] 8529a6b9a6be: Waiting [2020-10-28T21:48:41.312Z] 45590311c82a: Waiting [2020-10-28T21:48:41.312Z] 69ca0ff8b7b3: Waiting [2020-10-28T21:48:41.312Z] 209524e5b208: Waiting [2020-10-28T21:48:41.312Z] 99f96fe45779: Verifying Checksum [2020-10-28T21:48:41.312Z] 99f96fe45779: Download complete [2020-10-28T21:48:41.312Z] 74f711af9a0d: Download complete [2020-10-28T21:48:41.312Z] 45590311c82a: Verifying Checksum [2020-10-28T21:48:41.312Z] 45590311c82a: Download complete [2020-10-28T21:48:41.312Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-28T21:48:41.312Z] 69ca0ff8b7b3: Download complete [2020-10-28T21:48:41.312Z] b538f80385f9: Verifying Checksum [2020-10-28T21:48:41.312Z] b538f80385f9: Download complete [2020-10-28T21:48:41.912Z] b538f80385f9: Pull complete [2020-10-28T21:48:42.140Z] Building docker-core-command-go ... [2020-10-28T21:48:42.140Z] Building docker-core-data-go ... [2020-10-28T21:48:42.140Z] Building docker-core-metadata-go ... [2020-10-28T21:48:42.140Z] Building docker-security-bootstrap-redis-go ... [2020-10-28T21:48:42.140Z] Building docker-security-proxy-setup-go ... [2020-10-28T21:48:42.140Z] Building docker-security-secrets-setup-go ... [2020-10-28T21:48:42.140Z] Building docker-security-secretstore-setup-go ... [2020-10-28T21:48:42.140Z] Building docker-support-logging-go ... [2020-10-28T21:48:42.140Z] Building docker-support-notifications-go ... [2020-10-28T21:48:42.140Z] Building docker-support-scheduler-go ... [2020-10-28T21:48:42.140Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T21:48:42.140Z] Building docker-security-bootstrap-redis-go [2020-10-28T21:48:42.140Z] Building docker-support-notifications-go [2020-10-28T21:48:42.140Z] Building docker-sys-mgmt-agent-go [2020-10-28T21:48:42.140Z] Building docker-support-scheduler-go [2020-10-28T21:48:42.140Z] Building docker-core-command-go [2020-10-28T21:48:42.523Z] 74f711af9a0d: Pull complete [2020-10-28T21:48:42.799Z] 99f96fe45779: Pull complete [2020-10-28T21:48:43.786Z] 209524e5b208: Download complete [2020-10-28T21:48:45.230Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T21:48:45.230Z] 8529a6b9a6be: Download complete [2020-10-28T21:48:55.422Z] 8529a6b9a6be: Pull complete [2020-10-28T21:48:55.422Z] 45590311c82a: Pull complete [2020-10-28T21:48:55.422Z] 69ca0ff8b7b3: Pull complete [2020-10-28T21:48:58.824Z] 209524e5b208: Pull complete [2020-10-28T21:48:59.096Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T21:48:59.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T21:48:59.096Z] ---> 5bddaf1c2fca [2020-10-28T21:48:59.096Z] 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-28T21:49:02.511Z] ---> Running in e72a4ba4cf9a [2020-10-28T21:49:03.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:49:04.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:49:05.537Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T21:49:05.538Z] (2/12) Installing file (5.38-r0) [2020-10-28T21:49:05.810Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T21:49:05.810Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T21:49:10.105Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T21:49:10.375Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T21:49:10.375Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T21:49:10.375Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T21:49:10.648Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T21:49:10.648Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T21:49:10.648Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T21:49:10.924Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T21:49:10.924Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T21:49:10.924Z] OK: 217 MiB in 51 packages [2020-10-28T21:49:14.543Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:49:14.543Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:49:14.543Z] ---> 159711ac1036 [2020-10-28T21:49:14.543Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T21:49:14.543Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:49:14.543Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:49:14.543Z] ---> 159711ac1036 [2020-10-28T21:49:14.543Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T21:49:14.543Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:49:14.543Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:49:14.543Z] ---> 159711ac1036 [2020-10-28T21:49:14.543Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T21:49:14.543Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:49:14.543Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:49:14.543Z] ---> 159711ac1036 [2020-10-28T21:49:14.543Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T21:49:14.543Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:49:14.543Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:49:14.543Z] ---> 159711ac1036 [2020-10-28T21:49:14.543Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T21:49:14.543Z] ---> Running in 9e4264028a49 [2020-10-28T21:49:14.543Z] ---> Running in 1447880a3de6 [2020-10-28T21:49:14.543Z] ---> Running in f1e21a5e1633 [2020-10-28T21:49:14.543Z] ---> Running in 33ca4cab7ab7 [2020-10-28T21:49:14.543Z] ---> Running in 1ff2189c6e67 [2020-10-28T21:49:14.543Z] Removing intermediate container f1e21a5e1633 [2020-10-28T21:49:14.543Z] ---> 9164ae2d9ae4 [2020-10-28T21:49:14.543Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:49:14.543Z] Removing intermediate container 1447880a3de6 [2020-10-28T21:49:14.543Z] ---> d7dec32cfdf2 [2020-10-28T21:49:14.543Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:49:14.543Z] Removing intermediate container 9e4264028a49 [2020-10-28T21:49:14.543Z] ---> 0abb4eb050d0 [2020-10-28T21:49:14.543Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:49:14.543Z] Removing intermediate container 33ca4cab7ab7 [2020-10-28T21:49:14.543Z] ---> 5d5d43a2b2b3 [2020-10-28T21:49:14.543Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:49:14.543Z] Removing intermediate container 1ff2189c6e67 [2020-10-28T21:49:14.543Z] ---> a9a745f861c7 [2020-10-28T21:49:14.543Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:49:14.543Z] ---> Running in a2ad6164ac1d [2020-10-28T21:49:14.543Z] ---> Running in aab510b864bb [2020-10-28T21:49:14.543Z] ---> Running in 3c5ee6236f99 [2020-10-28T21:49:14.543Z] ---> Running in e745092f7865 [2020-10-28T21:49:14.543Z] ---> Running in 399bd289cf6a [2020-10-28T21:49:15.256Z] Removing intermediate container e72a4ba4cf9a [2020-10-28T21:49:15.256Z] ---> 57bad5ae41db [2020-10-28T21:49:15.256Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T21:49:15.490Z] Removing intermediate container a2ad6164ac1d [2020-10-28T21:49:15.491Z] ---> 03d969d0200d [2020-10-28T21:49:15.491Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T21:49:15.491Z] Removing intermediate container aab510b864bb [2020-10-28T21:49:15.491Z] ---> 3aa5f044685e [2020-10-28T21:49:15.491Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T21:49:15.491Z] Removing intermediate container e745092f7865 [2020-10-28T21:49:15.491Z] ---> b9ac5f7bb7d9 [2020-10-28T21:49:15.491Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T21:49:15.530Z] ---> Running in e3830c272488 [2020-10-28T21:49:15.753Z] ---> Running in 716d398f0312 [2020-10-28T21:49:15.753Z] ---> Running in edbd775ba040 [2020-10-28T21:49:15.753Z] ---> Running in 186b1a9a4c94 [2020-10-28T21:49:15.753Z] Removing intermediate container 3c5ee6236f99 [2020-10-28T21:49:15.753Z] ---> e6928b07beaf [2020-10-28T21:49:15.753Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T21:49:15.803Z] Removing intermediate container e3830c272488 [2020-10-28T21:49:15.803Z] ---> 73d3fcd690a7 [2020-10-28T21:49:15.803Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T21:49:16.015Z] Removing intermediate container 399bd289cf6a [2020-10-28T21:49:16.015Z] ---> 85c0c4fd7e20 [2020-10-28T21:49:16.015Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T21:49:16.015Z] ---> Running in 725a6672108d [2020-10-28T21:49:16.015Z] ---> Running in 0c9ce2e60ffb [2020-10-28T21:49:16.075Z] latest: Pulling from library/docker [2020-10-28T21:49:16.075Z] 5f621e34cdf4: Pulling fs layer [2020-10-28T21:49:16.075Z] 85db56a05063: Pulling fs layer [2020-10-28T21:49:16.075Z] ccb67d6aeaaa: Pulling fs layer [2020-10-28T21:49:16.075Z] a0b19fc83503: Pulling fs layer [2020-10-28T21:49:16.075Z] 8eb508b41278: Pulling fs layer [2020-10-28T21:49:16.075Z] 37236713561e: Pulling fs layer [2020-10-28T21:49:16.075Z] 07c93f2b1b56: Pulling fs layer [2020-10-28T21:49:16.075Z] 8eb508b41278: Waiting [2020-10-28T21:49:16.075Z] a0b19fc83503: Waiting [2020-10-28T21:49:16.075Z] 37236713561e: Waiting [2020-10-28T21:49:16.075Z] 07c93f2b1b56: Waiting [2020-10-28T21:49:16.360Z] ccb67d6aeaaa: Verifying Checksum [2020-10-28T21:49:16.360Z] ccb67d6aeaaa: Download complete [2020-10-28T21:49:16.360Z] 85db56a05063: Verifying Checksum [2020-10-28T21:49:16.360Z] 85db56a05063: Download complete [2020-10-28T21:49:16.360Z] 5f621e34cdf4: Download complete [2020-10-28T21:49:16.637Z] 8eb508b41278: Verifying Checksum [2020-10-28T21:49:16.637Z] 8eb508b41278: Download complete [2020-10-28T21:49:16.637Z] 37236713561e: Verifying Checksum [2020-10-28T21:49:16.637Z] 37236713561e: Download complete [2020-10-28T21:49:16.637Z] 07c93f2b1b56: Verifying Checksum [2020-10-28T21:49:16.637Z] 07c93f2b1b56: Download complete [2020-10-28T21:49:17.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.241Z] 5f621e34cdf4: Pull complete [2020-10-28T21:49:17.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:17.854Z] 85db56a05063: Pull complete [2020-10-28T21:49:17.854Z] a0b19fc83503: Verifying Checksum [2020-10-28T21:49:17.854Z] a0b19fc83503: Download complete [2020-10-28T21:49:18.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:49:18.127Z] ccb67d6aeaaa: Pull complete [2020-10-28T21:49:18.310Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:49:18.310Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:49:18.310Z] OK: 12752 distinct packages available [2020-10-28T21:49:18.575Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:49:18.575Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:49:18.575Z] OK: 12752 distinct packages available [2020-10-28T21:49:18.575Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:49:18.575Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:49:18.575Z] OK: 12752 distinct packages available [2020-10-28T21:49:18.575Z] OK: 233 MiB in 51 packages [2020-10-28T21:49:18.838Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:49:18.838Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:49:18.838Z] OK: 12752 distinct packages available [2020-10-28T21:49:18.838Z] OK: 233 MiB in 51 packages [2020-10-28T21:49:18.838Z] OK: 233 MiB in 51 packages [2020-10-28T21:49:19.101Z] OK: 233 MiB in 51 packages [2020-10-28T21:49:19.365Z] Removing intermediate container edbd775ba040 [2020-10-28T21:49:19.365Z] ---> 5075e2d5e660 [2020-10-28T21:49:19.365Z] Step 6/24 : COPY go.mod . [2020-10-28T21:49:19.631Z] Removing intermediate container 725a6672108d [2020-10-28T21:49:19.631Z] ---> 1ec26e796340 [2020-10-28T21:49:19.631Z] Step 6/27 : COPY go.mod . [2020-10-28T21:49:19.631Z] Removing intermediate container 0c9ce2e60ffb [2020-10-28T21:49:19.631Z] ---> 86348f41cd9e [2020-10-28T21:49:19.631Z] Step 6/22 : COPY go.mod . [2020-10-28T21:49:19.631Z] ---> ea0d8956612d [2020-10-28T21:49:19.631Z] Step 7/24 : RUN go mod download [2020-10-28T21:49:19.631Z] Removing intermediate container 186b1a9a4c94 [2020-10-28T21:49:19.631Z] ---> f87ce3ce7b7d [2020-10-28T21:49:19.631Z] Step 6/22 : COPY go.mod . [2020-10-28T21:49:19.894Z] ---> Running in 3e5293329fdd [2020-10-28T21:49:19.894Z] ---> eed8c78f7426 [2020-10-28T21:49:19.894Z] Step 7/27 : RUN go mod download [2020-10-28T21:49:19.894Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:49:19.894Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:49:19.894Z] OK: 12752 distinct packages available [2020-10-28T21:49:19.894Z] ---> 65aabfa9f50e [2020-10-28T21:49:19.894Z] Step 7/22 : RUN go mod download [2020-10-28T21:49:20.157Z] ---> Running in 85a8089ca1c0 [2020-10-28T21:49:20.157Z] ---> Running in cef5932ca127 [2020-10-28T21:49:20.157Z] OK: 233 MiB in 51 packages [2020-10-28T21:49:20.157Z] ---> 3c876b17403e [2020-10-28T21:49:20.157Z] Step 7/22 : RUN go mod download [2020-10-28T21:49:20.427Z] ---> Running in b7f3701f7ec0 [2020-10-28T21:49:21.405Z] Removing intermediate container 716d398f0312 [2020-10-28T21:49:21.405Z] ---> fb1a19f3657a [2020-10-28T21:49:21.405Z] Step 6/21 : COPY go.mod . [2020-10-28T21:49:21.515Z] a0b19fc83503: Pull complete [2020-10-28T21:49:21.515Z] 8eb508b41278: Pull complete [2020-10-28T21:49:21.981Z] ---> c08d53e91bcf [2020-10-28T21:49:21.982Z] Step 7/21 : RUN go mod download [2020-10-28T21:49:22.108Z] 37236713561e: Pull complete [2020-10-28T21:49:22.244Z] ---> Running in 870cda5cdac2 [2020-10-28T21:49:22.379Z] 07c93f2b1b56: Pull complete [2020-10-28T21:49:22.379Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T21:49:22.379Z] Status: Downloaded newer image for docker:latest [2020-10-28T21:49:22.506Z] Removing intermediate container cef5932ca127 [2020-10-28T21:49:22.506Z] ---> 9a6490d716fe [2020-10-28T21:49:22.506Z] Step 8/22 : COPY . . [2020-10-28T21:49:23.468Z] Removing intermediate container 85a8089ca1c0 [2020-10-28T21:49:23.468Z] ---> ac8a757ec200 [2020-10-28T21:49:23.468Z] Step 8/27 : COPY . . [2020-10-28T21:49:23.468Z] Removing intermediate container 3e5293329fdd [2020-10-28T21:49:23.468Z] ---> 69006c5fd608 [2020-10-28T21:49:23.468Z] Step 8/24 : COPY . . [2020-10-28T21:49:24.444Z] Removing intermediate container b7f3701f7ec0 [2020-10-28T21:49:24.444Z] ---> 671e212ea24a [2020-10-28T21:49:24.444Z] Step 8/22 : COPY . . [2020-10-28T21:49:25.785Z] ---> 930880605244 [2020-10-28T21:49:25.785Z] Step 6/7 : COPY go.mod . [2020-10-28T21:49:26.057Z] ---> c8647f6da670 [2020-10-28T21:49:26.057Z] Step 7/7 : RUN go mod download [2020-10-28T21:49:26.331Z] ---> Running in 96c5e68af27c [2020-10-28T21:49:39.832Z] Removing intermediate container 870cda5cdac2 [2020-10-28T21:49:39.832Z] ---> d56e6fdd42dd [2020-10-28T21:49:39.832Z] Step 8/21 : COPY . . [2020-10-28T21:49:53.121Z] Removing intermediate container 96c5e68af27c [2020-10-28T21:49:53.121Z] ---> 86fca46927f6 [2020-10-28T21:49:53.121Z] Successfully built 86fca46927f6 [2020-10-28T21:49:53.121Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:49:53.523Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T21:49:53.523Z] . [Pipeline] withDockerContainer [2020-10-28T21:49:53.798Z] prd-ubuntu18.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container [2020-10-28T21:49:53.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-28T21:49:55.683Z] $ docker top d99a906db72377a46e632bb1cd215cfc5f899407446fd45d0335b7600664ac52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T21:49:57.106Z] + go version [2020-10-28T21:49:57.106Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T21:49:57.141Z] $ docker stop --time=1 d99a906db72377a46e632bb1cd215cfc5f899407446fd45d0335b7600664ac52 [2020-10-28T21:49:59.041Z] $ docker rm -f d99a906db72377a46e632bb1cd215cfc5f899407446fd45d0335b7600664ac52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:50:00.123Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T21:50:00.123Z] . [Pipeline] withDockerContainer [2020-10-28T21:50:00.392Z] prd-ubuntu18.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container [2020-10-28T21:50:00.492Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-28T21:50:01.938Z] $ docker top c8148b62698a9e773ff2f687321df4c8b24ce0c781ebc9e33e789ef813513973 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-28T21:50:02.358Z] ========================================================= [2020-10-28T21:50:02.358Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-28T21:50:02.358Z] ========================================================= [Pipeline] sh [2020-10-28T21:50:03.003Z] + make test [2020-10-28T21:50:03.003Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T21:50:05.631Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-28T21:50:07.167Z] ---> c25ab027e981 [2020-10-28T21:50:07.167Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T21:50:07.167Z] ---> 1dccf9826ff9 [2020-10-28T21:50:07.167Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T21:50:07.167Z] ---> 34e7892bce86 [2020-10-28T21:50:07.167Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-10-28T21:50:07.167Z] ---> Running in 50cd4f3508c7 [2020-10-28T21:50:07.167Z] ---> Running in b23540002848 [2020-10-28T21:50:07.167Z] ---> Running in 6dbe5e5342b4 [2020-10-28T21:50:07.167Z] ---> d535b365fed9 [2020-10-28T21:50:07.167Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T21:50:07.167Z] ---> Running in f2c350f18fa9 [2020-10-28T21:50:07.167Z] 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-28T21:50:07.167Z] 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-28T21:50:07.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-10-28T21:50:07.167Z] 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-28T21:50:08.593Z] ---> 02a9729c376d [2020-10-28T21:50:08.593Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T21:50:08.862Z] ---> Running in 800c96d09ff5 [2020-10-28T21:50:09.840Z] 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-28T21:50:36.554Z] Removing intermediate container 6dbe5e5342b4 [2020-10-28T21:50:36.554Z] ---> 4706fd659f02 [2020-10-28T21:50:36.554Z] [2020-10-28T21:50:36.554Z] Step 10/22 : FROM alpine:3.10 [2020-10-28T21:50:37.133Z] 3.10: Pulling from library/alpine [2020-10-28T21:50:37.718Z] Removing intermediate container f2c350f18fa9 [2020-10-28T21:50:37.718Z] ---> ed8f58a2ce6d [2020-10-28T21:50:37.718Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T21:50:38.038Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-28T21:50:38.299Z] ---> Running in ccaf4e75fd4f [2020-10-28T21:50:38.299Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T21:50:38.299Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T21:50:38.299Z] ---> be4e4bea2c2e [2020-10-28T21:50:38.299Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T21:50:38.574Z] ---> Running in 9e5fac1261e4 [2020-10-28T21:50:39.546Z] 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-28T21:50:39.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:50:39.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:50:39.814Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T21:50:39.814Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T21:50:39.814Z] OK: 10346 distinct packages available [2020-10-28T21:50:40.078Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T21:50:40.078Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T21:50:40.078Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T21:50:40.078Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T21:50:40.078Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T21:50:40.078Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T21:50:40.078Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T21:50:40.342Z] OK: 7 MiB in 19 packages [2020-10-28T21:50:43.656Z] Removing intermediate container b23540002848 [2020-10-28T21:50:43.656Z] ---> e3d03d0811b0 [2020-10-28T21:50:43.656Z] [2020-10-28T21:50:43.656Z] Step 10/22 : FROM scratch [2020-10-28T21:50:43.656Z] ---> [2020-10-28T21:50:43.656Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T21:50:43.656Z] Removing intermediate container 50cd4f3508c7 [2020-10-28T21:50:43.656Z] ---> 2840156a8862 [2020-10-28T21:50:43.656Z] [2020-10-28T21:50:43.656Z] Step 10/24 : FROM scratch [2020-10-28T21:50:43.656Z] ---> [2020-10-28T21:50:43.656Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T21:50:43.920Z] ---> Running in 62b66d773a34 [2020-10-28T21:50:43.920Z] ---> Running in 524bd4b46b32 [2020-10-28T21:50:44.868Z] Removing intermediate container 9e5fac1261e4 [2020-10-28T21:50:44.868Z] ---> ebd76adf8590 [2020-10-28T21:50:44.868Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-10-28T21:50:45.817Z] Removing intermediate container 62b66d773a34 [2020-10-28T21:50:45.817Z] ---> 0e98cda4f0e9 [2020-10-28T21:50:45.817Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T21:50:45.817Z] Removing intermediate container 524bd4b46b32 [2020-10-28T21:50:45.817Z] ---> b431a002487d [2020-10-28T21:50:45.817Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T21:50:46.079Z] Removing intermediate container ccaf4e75fd4f [2020-10-28T21:50:46.079Z] ---> b43cc74139ae [2020-10-28T21:50:46.079Z] [2020-10-28T21:50:46.079Z] Step 11/27 : FROM docker:latest [2020-10-28T21:50:46.079Z] ---> 6972c414f322 [2020-10-28T21:50:46.079Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T21:50:46.079Z] ---> Running in 89395dd7234b [2020-10-28T21:50:46.079Z] ---> Running in 085367c732c3 [2020-10-28T21:50:46.079Z] ---> Running in cdcfb99dc4e2 [2020-10-28T21:50:46.079Z] Removing intermediate container 800c96d09ff5 [2020-10-28T21:50:46.079Z] ---> 03a4148fc5b8 [2020-10-28T21:50:46.079Z] [2020-10-28T21:50:46.079Z] Step 10/21 : FROM scratch [2020-10-28T21:50:46.079Z] ---> [2020-10-28T21:50:46.079Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T21:50:46.079Z] ---> Using cache [2020-10-28T21:50:46.079Z] ---> b431a002487d [2020-10-28T21:50:46.079Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T21:50:46.079Z] ---> Running in eac58af17616 [2020-10-28T21:50:46.341Z] ---> Running in faa8bbbcaa46 [2020-10-28T21:50:46.606Z] Removing intermediate container 89395dd7234b [2020-10-28T21:50:46.606Z] ---> 09f93add295e [2020-10-28T21:50:46.606Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T21:50:46.606Z] Removing intermediate container cdcfb99dc4e2 [2020-10-28T21:50:46.606Z] ---> 732bb7a5898c [2020-10-28T21:50:46.606Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T21:50:47.185Z] Removing intermediate container 085367c732c3 [2020-10-28T21:50:47.185Z] ---> 8347205cb213 [2020-10-28T21:50:47.185Z] Step 13/22 : WORKDIR / [2020-10-28T21:50:47.185Z] Removing intermediate container faa8bbbcaa46 [2020-10-28T21:50:47.185Z] ---> 716ce0dd193b [2020-10-28T21:50:47.185Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T21:50:47.185Z] ---> Running in 9f810bc182b7 [2020-10-28T21:50:47.185Z] ---> Running in 55117ed15a2c [2020-10-28T21:50:47.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:50:47.447Z] ---> Running in a73840d25b4c [2020-10-28T21:50:47.447Z] ---> Running in e4519fef953a [2020-10-28T21:50:47.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:50:47.447Z] Removing intermediate container 9f810bc182b7 [2020-10-28T21:50:47.447Z] ---> 9997d18dc693 [2020-10-28T21:50:47.447Z] Step 14/22 : WORKDIR / [2020-10-28T21:50:47.717Z] Removing intermediate container 55117ed15a2c [2020-10-28T21:50:47.717Z] ---> 66d7429a66aa [2020-10-28T21:50:47.717Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T21:50:47.717Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T21:50:47.717Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T21:50:47.717Z] ---> Running in e7ea4c4413ca [2020-10-28T21:50:47.717Z] Removing intermediate container a73840d25b4c [2020-10-28T21:50:47.717Z] ---> 99e455d67baf [2020-10-28T21:50:47.717Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T21:50:47.717Z] Executing bash-5.0.17-r0.post-install [2020-10-28T21:50:47.717Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T21:50:47.717Z] OK: 12 MiB in 22 packages [2020-10-28T21:50:47.983Z] Removing intermediate container e4519fef953a [2020-10-28T21:50:47.983Z] ---> 31ed4dc336f2 [2020-10-28T21:50:47.983Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-10-28T21:50:47.983Z] ---> 2e9b4036bacc [2020-10-28T21:50:47.983Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T21:50:48.253Z] ---> d9da2d54ae16 [2020-10-28T21:50:48.253Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T21:50:48.253Z] Removing intermediate container e7ea4c4413ca [2020-10-28T21:50:48.253Z] ---> 5186e59b8ab3 [2020-10-28T21:50:48.254Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T21:50:49.657Z] ---> 8442a6f9e331 [2020-10-28T21:50:49.658Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-10-28T21:50:49.658Z] ---> cee61b1764ac [2020-10-28T21:50:49.658Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T21:50:49.658Z] ---> 2e2bdc06c990 [2020-10-28T21:50:49.658Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T21:50:49.658Z] ---> dc98bc2f23ea [2020-10-28T21:50:49.658Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T21:50:49.658Z] Removing intermediate container eac58af17616 [2020-10-28T21:50:49.658Z] ---> a805b3b3f516 [2020-10-28T21:50:49.658Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T21:50:49.658Z] ---> Running in 322f50aaea51 [2020-10-28T21:50:50.610Z] ---> 0f131e705074 [2020-10-28T21:50:50.610Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T21:50:50.610Z] ---> 3438fdeb080e [2020-10-28T21:50:50.610Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-10-28T21:50:50.610Z] ---> Running in 90e5d4974349 [2020-10-28T21:50:50.610Z] ---> 71685013bf3d [2020-10-28T21:50:50.610Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T21:50:50.610Z] ---> 78564250fbb5 [2020-10-28T21:50:50.610Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T21:50:50.907Z] Removing intermediate container 90e5d4974349 [2020-10-28T21:50:50.907Z] ---> 63424f22214a [2020-10-28T21:50:50.907Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:50:50.907Z] ---> 6b8058260a14 [2020-10-28T21:50:50.907Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-10-28T21:50:50.907Z] ---> Running in 3355ab091cf5 [2020-10-28T21:50:51.170Z] ---> a76075bb864d [2020-10-28T21:50:51.170Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T21:50:51.170Z] ---> 95515d216c10 [2020-10-28T21:50:51.170Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T21:50:51.432Z] ---> 16462b4f4f45 [2020-10-28T21:50:51.432Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-10-28T21:50:51.432Z] ---> Running in fa6d2f66ee71 [2020-10-28T21:50:51.432Z] Removing intermediate container 3355ab091cf5 [2020-10-28T21:50:51.432Z] ---> e6d59deebe4e [2020-10-28T21:50:51.432Z] Step 19/21 : LABEL arch=x86_64 [2020-10-28T21:50:51.696Z] ---> Running in 0f1adaf6e6fe [2020-10-28T21:50:51.696Z] Removing intermediate container 322f50aaea51 [2020-10-28T21:50:51.696Z] ---> eed4abf7c66a [2020-10-28T21:50:51.696Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T21:50:51.696Z] ---> Running in ecd15c02b65b [2020-10-28T21:50:51.964Z] Removing intermediate container fa6d2f66ee71 [2020-10-28T21:50:51.964Z] ---> d8c3f264988f [2020-10-28T21:50:51.964Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:50:51.964Z] ---> Running in b34257687e0f [2020-10-28T21:50:51.964Z] ---> c84e72c8ee92 [2020-10-28T21:50:51.964Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T21:50:52.230Z] ---> Running in dfe890add6db [2020-10-28T21:50:52.230Z] Removing intermediate container ecd15c02b65b [2020-10-28T21:50:52.230Z] ---> ca7933ba6e96 [2020-10-28T21:50:52.230Z] Step 20/21 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:50:52.495Z] Removing intermediate container b34257687e0f [2020-10-28T21:50:52.495Z] ---> 14cc485a34aa [2020-10-28T21:50:52.495Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T21:50:52.495Z] ---> 579e36cd2946 [2020-10-28T21:50:52.495Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T21:50:52.758Z] ---> Running in 3143911e8566 [2020-10-28T21:50:52.758Z] ---> Running in 2b175f7939db [2020-10-28T21:50:52.758Z] Removing intermediate container dfe890add6db [2020-10-28T21:50:52.758Z] ---> 04f62de7fb63 [2020-10-28T21:50:52.758Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T21:50:52.758Z] ---> Running in 96603b99cbff [2020-10-28T21:50:53.020Z] ---> Running in c95eb7e7a2c2 [2020-10-28T21:50:53.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-28T21:50:53.187Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-28T21:50:53.187Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-10-28T21:50:53.187Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-28T21:50:53.187Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-28T21:50:53.595Z] Removing intermediate container 3143911e8566 [2020-10-28T21:50:53.595Z] ---> f1d62c9909ae [2020-10-28T21:50:53.595Z] Step 21/21 : LABEL version=0.0.0 [2020-10-28T21:50:53.595Z] Removing intermediate container 2b175f7939db [2020-10-28T21:50:53.595Z] ---> 694493b3097f [2020-10-28T21:50:53.595Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T21:50:53.857Z] Removing intermediate container 96603b99cbff [2020-10-28T21:50:53.857Z] ---> 34c94a09025f [2020-10-28T21:50:53.857Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:50:53.857Z] ---> Running in 0cb59d20c469 [2020-10-28T21:50:53.857Z] ---> Running in a9cd4b43f95a [2020-10-28T21:50:53.857Z] Removing intermediate container 0f1adaf6e6fe [2020-10-28T21:50:53.857Z] ---> 772a53cc3e63 [2020-10-28T21:50:53.857Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-10-28T21:50:53.857Z] Removing intermediate container c95eb7e7a2c2 [2020-10-28T21:50:53.857Z] ---> 31191e3a1bc8 [2020-10-28T21:50:53.857Z] Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:50:54.119Z] ---> Running in 32df39afcc67 [2020-10-28T21:50:54.119Z] ---> Running in b03b0b030537 [2020-10-28T21:50:54.119Z] ---> Running in 119c5dab619e [2020-10-28T21:50:54.382Z] Removing intermediate container a9cd4b43f95a [2020-10-28T21:50:54.382Z] ---> f9aa1fa578a0 [2020-10-28T21:50:54.382Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T21:50:54.382Z] Removing intermediate container 0cb59d20c469 [2020-10-28T21:50:54.382Z] ---> aa2c7a26de21 [2020-10-28T21:50:54.382Z] [2020-10-28T21:50:54.382Z] Removing intermediate container 32df39afcc67 [2020-10-28T21:50:54.382Z] ---> e53728624f62 [2020-10-28T21:50:54.382Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T21:50:54.382Z] Successfully built aa2c7a26de21 [2020-10-28T21:50:54.382Z] Removing intermediate container b03b0b030537 [2020-10-28T21:50:54.382Z] ---> 77e5a72b4876 [2020-10-28T21:50:54.382Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T21:50:54.646Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-28T21:50:54.646Z] Building docker-support-logging-go [2020-10-28T21:50:54.646Z] Removing intermediate container 119c5dab619e [2020-10-28T21:50:54.646Z] ---> e689e218f824 [2020-10-28T21:50:54.646Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T21:50:54.646Z]  Building docker-support-scheduler-go ... done  ---> Running in cfc1a7d5666b [2020-10-28T21:50:54.646Z] ---> Running in e81c9fb09c2c [2020-10-28T21:50:54.646Z] ---> Running in f2e429bc12a7 [2020-10-28T21:50:54.908Z] ---> b2d1d454baa1 [2020-10-28T21:50:54.908Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T21:50:54.908Z] Removing intermediate container cfc1a7d5666b [2020-10-28T21:50:54.908Z] ---> 503e68215b30 [2020-10-28T21:50:54.908Z] Step 23/24 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:50:55.172Z] Removing intermediate container e81c9fb09c2c [2020-10-28T21:50:55.172Z] ---> f0872abfe372 [2020-10-28T21:50:55.172Z] Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:50:55.172Z] ---> Running in c103fa6384f8 [2020-10-28T21:50:55.172Z] Removing intermediate container f2e429bc12a7 [2020-10-28T21:50:55.172Z] ---> ce7ae84e337a [2020-10-28T21:50:55.172Z] [2020-10-28T21:50:55.436Z] Successfully built ce7ae84e337a [2020-10-28T21:50:55.703Z] Successfully tagged docker-core-command-go:latest [2020-10-28T21:50:55.703Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-10-28T21:50:55.703Z] ---> Running in bff8d85bf54d [2020-10-28T21:50:55.703Z] ---> 41c1343dd295 [2020-10-28T21:50:55.703Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T21:50:55.703Z] Removing intermediate container c103fa6384f8 [2020-10-28T21:50:55.703Z] ---> 45feffcc57b8 [2020-10-28T21:50:55.703Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T21:50:55.967Z] Removing intermediate container bff8d85bf54d [2020-10-28T21:50:55.967Z] ---> 76de42d151b7 [2020-10-28T21:50:55.967Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T21:50:55.967Z] ---> Running in 641cd1606d0a [2020-10-28T21:50:56.605Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s [2020-10-28T21:50:56.605Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-28T21:50:56.606Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-28T21:50:58.050Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-28T21:50:58.520Z] ---> Running in ded83141b0a0 [2020-10-28T21:50:59.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-28T21:50:59.498Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-28T21:50:59.498Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-28T21:50:59.498Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-28T21:51:00.453Z] ---> 7111ea0ab651 [2020-10-28T21:51:00.453Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T21:51:01.029Z] Removing intermediate container 641cd1606d0a [2020-10-28T21:51:01.029Z] ---> 73d725ae6bdc [2020-10-28T21:51:01.029Z] [2020-10-28T21:51:01.029Z] ---> Running in 99db21ca62dd [2020-10-28T21:51:01.029Z] Removing intermediate container ded83141b0a0 [2020-10-28T21:51:01.029Z] ---> 480b9eb124bf [2020-10-28T21:51:01.029Z] [2020-10-28T21:51:01.029Z] Successfully built 73d725ae6bdc [2020-10-28T21:51:01.299Z] Successfully tagged docker-support-notifications-go:latest [2020-10-28T21:51:01.299Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-10-28T21:51:01.299Z] Successfully built 480b9eb124bf [2020-10-28T21:51:01.299Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-10-28T21:51:01.299Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2020-10-28T21:51:02.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:51:02.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:51:02.541Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T21:51:02.541Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T21:51:02.541Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T21:51:02.541Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T21:51:02.541Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T21:51:02.541Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T21:51:02.541Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T21:51:07.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 46.6% of statements [2020-10-28T21:51:07.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-28T21:51:07.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-28T21:51:07.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-28T21:51:07.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-28T21:51:07.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-28T21:51:13.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.264s coverage: 27.1% of statements [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-28T21:51:13.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-28T21:51:13.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-28T21:51:13.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-28T21:51:14.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.438s coverage: 66.0% of statements [2020-10-28T21:51:14.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-28T21:51:14.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-28T21:51:14.846Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:51:14.846Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:51:14.846Z] ---> 159711ac1036 [2020-10-28T21:51:14.846Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T21:51:14.846Z] ---> Using cache [2020-10-28T21:51:14.846Z] ---> a9a745f861c7 [2020-10-28T21:51:14.846Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:51:14.846Z] ---> Using cache [2020-10-28T21:51:14.846Z] ---> 85c0c4fd7e20 [2020-10-28T21:51:14.846Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T21:51:14.846Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:51:14.846Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:51:14.846Z] ---> 159711ac1036 [2020-10-28T21:51:14.846Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T21:51:14.846Z] ---> Using cache [2020-10-28T21:51:14.846Z] ---> a9a745f861c7 [2020-10-28T21:51:14.846Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:51:14.846Z] ---> Using cache [2020-10-28T21:51:14.846Z] ---> 85c0c4fd7e20 [2020-10-28T21:51:14.846Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T21:51:14.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.422s coverage: 84.5% of statements [2020-10-28T21:51:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-28T21:51:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T21:51:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-28T21:51:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-28T21:51:17.403Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T21:51:17.403Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T21:51:17.403Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T21:51:17.403Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T21:51:17.403Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T21:51:17.403Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T21:51:17.403Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T21:51:17.665Z] ---> Running in b90e6588fc9f [2020-10-28T21:51:17.666Z] ---> Running in dfe6f82df5c3 [2020-10-28T21:51:17.666Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T21:51:17.666Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T21:51:17.666Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T21:51:17.666Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T21:51:17.666Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T21:51:17.666Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T21:51:17.666Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T21:51:17.666Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T21:51:17.666Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T21:51:17.930Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T21:51:17.930Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T21:51:17.930Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T21:51:17.930Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T21:51:17.930Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T21:51:17.930Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T21:51:17.930Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T21:51:17.930Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T21:51:17.930Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T21:51:17.930Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T21:51:18.226Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T21:51:18.226Z] OK: 71 MiB in 55 packages [2020-10-28T21:51:18.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:51:18.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:51:19.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.408s coverage: 28.6% of statements [2020-10-28T21:51:19.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-28T21:51:19.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-28T21:51:19.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-28T21:51:19.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-28T21:51:19.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-28T21:51:19.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements [2020-10-28T21:51:19.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-28T21:51:19.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2020-10-28T21:51:19.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-28T21:51:20.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:51:20.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:51:21.170Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:51:21.170Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:51:21.170Z] OK: 12752 distinct packages available [2020-10-28T21:51:21.170Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:51:21.170Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:51:21.170Z] OK: 12752 distinct packages available [2020-10-28T21:51:21.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2020-10-28T21:51:21.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-28T21:51:21.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.076s coverage: 97.5% of statements [2020-10-28T21:51:21.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-28T21:51:21.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.031s coverage: 100.0% of statements [2020-10-28T21:51:21.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-28T21:51:21.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-28T21:51:21.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-28T21:51:21.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-28T21:51:21.759Z] OK: 233 MiB in 51 packages [2020-10-28T21:51:21.759Z] OK: 233 MiB in 51 packages [2020-10-28T21:51:22.023Z] OK: 233 MiB in 51 packages [2020-10-28T21:51:25.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.205s coverage: 95.7% of statements [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-28T21:51:25.919Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.012s coverage: 58.8% of statements [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-28T21:51:25.919Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.0% of statements [no tests to run] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-28T21:51:25.919Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-28T21:51:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements [2020-10-28T21:51:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-28T21:51:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-28T21:51:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements [2020-10-28T21:51:27.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.021s coverage: 91.3% of statements [2020-10-28T21:51:27.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2020-10-28T21:51:27.369Z] Removing intermediate container dfe6f82df5c3 [2020-10-28T21:51:27.369Z] ---> 1dc44d627029 [2020-10-28T21:51:27.369Z] Step 6/23 : COPY go.mod . [2020-10-28T21:51:27.369Z] Removing intermediate container b90e6588fc9f [2020-10-28T21:51:27.369Z] ---> c3431840b0fc [2020-10-28T21:51:27.369Z] Step 6/22 : COPY go.mod . [2020-10-28T21:51:27.369Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:51:27.369Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:51:27.369Z] ---> 159711ac1036 [2020-10-28T21:51:27.369Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T21:51:27.369Z] ---> Using cache [2020-10-28T21:51:27.369Z] ---> a9a745f861c7 [2020-10-28T21:51:27.369Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:51:27.369Z] ---> Using cache [2020-10-28T21:51:27.369Z] ---> 85c0c4fd7e20 [2020-10-28T21:51:27.369Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T21:51:27.369Z] ---> Using cache [2020-10-28T21:51:27.369Z] ---> 86348f41cd9e [2020-10-28T21:51:27.369Z] Step 6/22 : COPY go.mod . [2020-10-28T21:51:27.369Z] ---> Using cache [2020-10-28T21:51:27.369Z] ---> 65aabfa9f50e [2020-10-28T21:51:27.369Z] Step 7/22 : RUN go mod download [2020-10-28T21:51:27.369Z] ---> Using cache [2020-10-28T21:51:27.369Z] ---> 9a6490d716fe [2020-10-28T21:51:27.369Z] Step 8/22 : COPY . . [2020-10-28T21:51:27.634Z] ---> Using cache [2020-10-28T21:51:27.634Z] ---> 34e7892bce86 [2020-10-28T21:51:27.634Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T21:51:27.897Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:51:27.897Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:51:27.897Z] ---> 159711ac1036 [2020-10-28T21:51:27.897Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T21:51:27.897Z] ---> Using cache [2020-10-28T21:51:27.897Z] ---> a9a745f861c7 [2020-10-28T21:51:27.897Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:51:27.897Z] ---> Using cache [2020-10-28T21:51:27.897Z] ---> 85c0c4fd7e20 [2020-10-28T21:51:27.897Z] Step 5/24 : RUN apk update && apk add make git [2020-10-28T21:51:27.897Z] ---> Using cache [2020-10-28T21:51:27.897Z] ---> 86348f41cd9e [2020-10-28T21:51:27.897Z] Step 6/24 : COPY go.mod . [2020-10-28T21:51:27.897Z] ---> Using cache [2020-10-28T21:51:27.897Z] ---> 65aabfa9f50e [2020-10-28T21:51:27.897Z] Step 7/24 : RUN go mod download [2020-10-28T21:51:27.897Z] ---> Using cache [2020-10-28T21:51:27.897Z] ---> 9a6490d716fe [2020-10-28T21:51:27.897Z] Step 8/24 : COPY . . [2020-10-28T21:51:27.897Z] ---> Using cache [2020-10-28T21:51:27.897Z] ---> 34e7892bce86 [2020-10-28T21:51:27.897Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-10-28T21:51:28.850Z] ---> 5331af2bea3f [2020-10-28T21:51:28.850Z] Step 7/23 : RUN go mod download [2020-10-28T21:51:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2020-10-28T21:51:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.010s coverage: 100.0% of statements [2020-10-28T21:51:30.776Z] ---> Running in cc155544d85d [2020-10-28T21:51:30.776Z] ---> Running in 0989f534bde6 [2020-10-28T21:51:30.776Z] ---> 3d81031ff95c [2020-10-28T21:51:30.776Z] Step 7/22 : RUN go mod download [2020-10-28T21:51:30.776Z] ---> Running in 18fce663a13a [2020-10-28T21:51:31.728Z] ---> Running in 81d36ae05872 [2020-10-28T21:51:31.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements [2020-10-28T21:51:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-28T21:51:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-28T21:51:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-10-28T21:51:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-10-28T21:51:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-10-28T21:51:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-28T21:51:32.693Z] 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-28T21:51:32.693Z] 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-28T21:51:35.279Z] Removing intermediate container 99db21ca62dd [2020-10-28T21:51:35.279Z] ---> 8fdac307c5d9 [2020-10-28T21:51:35.279Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T21:51:35.563Z] ---> Running in 2cb8f67e3cf5 [2020-10-28T21:51:35.836Z] Removing intermediate container 18fce663a13a [2020-10-28T21:51:35.836Z] ---> 3d43f7ed2689 [2020-10-28T21:51:35.836Z] Step 8/23 : COPY . . [2020-10-28T21:51:35.836Z] Removing intermediate container 81d36ae05872 [2020-10-28T21:51:35.836Z] ---> 564edd0f7fbf [2020-10-28T21:51:35.836Z] Step 8/22 : COPY . . [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.818s coverage: 86.3% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.080s coverage: 72.2% of statements [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.364s coverage: 72.1% of statements [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.022s coverage: 28.8% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 36.5% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.1% of statements [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.022s coverage: 100.0% of statements [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.079s coverage: 47.1% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.017s coverage: 100.0% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-28T21:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.021s coverage: 100.0% of statements [2020-10-28T21:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-28T21:51:50.875Z] Collecting docker-compose==1.23.2 [2020-10-28T21:51:50.875Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T21:51:50.875Z] Collecting PyYAML<4,>=3.10 [2020-10-28T21:51:50.875Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T21:51:53.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.196s coverage: 29.1% of statements [2020-10-28T21:51:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-28T21:51:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-28T21:51:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-28T21:51:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-28T21:51:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-28T21:51:53.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements [2020-10-28T21:51:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-28T21:51:53.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements [2020-10-28T21:51:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-28T21:51:53.573Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2020-10-28T21:51:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-28T21:51:53.851Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements [2020-10-28T21:51:53.851Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-28T21:51:53.851Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-28T21:51:53.851Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-28T21:51:53.851Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-28T21:51:54.136Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2020-10-28T21:51:54.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-28T21:51:54.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-28T21:51:54.413Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements [2020-10-28T21:51:55.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-28T21:51:56.250Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T21:51:56.250Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T21:51:56.519Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T21:51:56.808Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T21:51:56.841Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-10-28T21:51:57.112Z] GO111MODULE=on go vet ./... [2020-10-28T21:51:59.429Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T21:51:59.429Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T21:51:59.706Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T21:51:59.706Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T21:52:01.123Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T21:52:01.123Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T21:52:03.723Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T21:52:03.723Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T21:52:05.127Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T21:52:05.127Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T21:52:05.127Z] 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-28T21:52:05.127Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T21:52:05.127Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T21:52:05.474Z] 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-28T21:52:05.474Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T21:52:05.474Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T21:52:05.474Z] 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-28T21:52:05.474Z] Collecting idna<2.8,>=2.5 [2020-10-28T21:52:05.474Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T21:52:05.474Z] 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-28T21:52:05.984Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T21:52:05.984Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T21:52:05.984Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T21:52:05.984Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T21:52:05.984Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T21:52:05.984Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T21:52:06.311Z] Installing collected packages: PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, texttable, dockerpty, jsonschema, cached-property, docker-compose [2020-10-28T21:52:06.311Z] Running setup.py install for PyYAML: started [2020-10-28T21:52:07.072Z] ---> 82a341f6c59a [2020-10-28T21:52:07.072Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T21:52:07.072Z] ---> bfc6c399130e [2020-10-28T21:52:07.072Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T21:52:07.072Z] ---> Running in e6d0e420ee02 [2020-10-28T21:52:07.072Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T21:52:07.072Z] Attempting uninstall: idna [2020-10-28T21:52:07.072Z] Found existing installation: idna 2.9 [2020-10-28T21:52:07.072Z] Uninstalling idna-2.9: [2020-10-28T21:52:07.072Z] Successfully uninstalled idna-2.9 [2020-10-28T21:52:07.393Z] ---> Running in 5ac20de50e97 [2020-10-28T21:52:07.393Z] Attempting uninstall: urllib3 [2020-10-28T21:52:07.393Z] Found existing installation: urllib3 1.25.9 [2020-10-28T21:52:07.393Z] Uninstalling urllib3-1.25.9: [2020-10-28T21:52:07.680Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T21:52:07.953Z] Attempting uninstall: requests [2020-10-28T21:52:07.954Z] Found existing installation: requests 2.23.0 [2020-10-28T21:52:07.954Z] Uninstalling requests-2.23.0: [2020-10-28T21:52:07.954Z] Successfully uninstalled requests-2.23.0 [2020-10-28T21:52:08.221Z] 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-28T21:52:08.221Z] 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-28T21:52:08.486Z] Running setup.py install for docopt: started [2020-10-28T21:52:09.078Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T21:52:09.078Z] Running setup.py install for texttable: started [2020-10-28T21:52:09.661Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T21:52:09.661Z] Running setup.py install for dockerpty: started [2020-10-28T21:52:10.238Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T21:52:12.194Z] 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-28T21:52:13.594Z] Removing intermediate container cc155544d85d [2020-10-28T21:52:13.594Z] ---> 9cecbff573b8 [2020-10-28T21:52:13.594Z] [2020-10-28T21:52:13.594Z] Step 10/24 : FROM alpine:3.10 [2020-10-28T21:52:13.594Z] ---> be4e4bea2c2e [2020-10-28T21:52:13.594Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T21:52:13.594Z] ---> Using cache [2020-10-28T21:52:13.594Z] ---> ebd76adf8590 [2020-10-28T21:52:13.594Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T21:52:16.202Z] ---> Running in 3ddd00aa1f32 [2020-10-28T21:52:16.795Z] Removing intermediate container 3ddd00aa1f32 [2020-10-28T21:52:16.795Z] ---> 114a821f17ce [2020-10-28T21:52:16.795Z] Step 13/24 : WORKDIR / [2020-10-28T21:52:16.795Z] Removing intermediate container 0989f534bde6 [2020-10-28T21:52:16.795Z] ---> 4c9332e8ec64 [2020-10-28T21:52:16.795Z] [2020-10-28T21:52:16.795Z] Step 10/22 : FROM scratch [2020-10-28T21:52:16.795Z] ---> [2020-10-28T21:52:16.795Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T21:52:17.064Z] ---> Running in 067e3053fcd0 [2020-10-28T21:52:19.304Z] gofmt -l . [2020-10-28T21:52:19.304Z] [ "`gofmt -l .`" = "" ] [2020-10-28T21:52:19.733Z] ---> Using cache [2020-10-28T21:52:19.733Z] ---> b431a002487d [2020-10-28T21:52:19.733Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T21:52:20.317Z] ---> Running in cffdea9172c2 [2020-10-28T21:52:20.915Z] Removing intermediate container 2cb8f67e3cf5 [2020-10-28T21:52:20.915Z] ---> 753a00941a03 [2020-10-28T21:52:20.915Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T21:52:20.915Z] Removing intermediate container 067e3053fcd0 [2020-10-28T21:52:20.915Z] ---> 23162a045b26 [2020-10-28T21:52:20.915Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T21:52:21.186Z] Removing intermediate container cffdea9172c2 [2020-10-28T21:52:21.186Z] ---> 24fa73655bff [2020-10-28T21:52:21.186Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T21:52:21.455Z] ---> Running in 6b2059f65ef4 [2020-10-28T21:52:21.455Z] ---> Running in 43f41fdcf30a [2020-10-28T21:52:21.923Z] ./bin/test-go-mod-tidy.sh [2020-10-28T21:52:22.048Z] ---> d060bc4f55ff [2020-10-28T21:52:22.048Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T21:52:22.048Z] Removing intermediate container 43f41fdcf30a [2020-10-28T21:52:22.048Z] ---> d2e3e6717e92 [2020-10-28T21:52:22.048Z] Step 14/22 : WORKDIR / [2020-10-28T21:52:22.209Z] ./bin/test-attribution-txt.sh [2020-10-28T21:52:22.314Z] ---> Running in 9cdbe9e45b88 [2020-10-28T21:52:22.582Z] ---> a32209413de2 [2020-10-28T21:52:22.582Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T21:52:22.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:52:22.852Z] Removing intermediate container 9cdbe9e45b88 [2020-10-28T21:52:22.852Z] ---> 53fff574b163 [2020-10-28T21:52:22.852Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T21:52:22.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:52:23.131Z] ---> b46712b9a11c [2020-10-28T21:52:23.131Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T21:52:23.131Z] ---> 1fd2d44c5e85 [2020-10-28T21:52:23.131Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T21:52:23.131Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T21:52:23.131Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T21:52:23.408Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T21:52:23.408Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T21:52:23.408Z] OK: 72 MiB in 58 packages [2020-10-28T21:52:25.993Z] ---> 86e1091542b9 [2020-10-28T21:52:25.993Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T21:52:25.993Z] ---> daa394187b4f [2020-10-28T21:52:25.993Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] sh [2020-10-28T21:52:26.597Z] Removing intermediate container 6b2059f65ef4 [2020-10-28T21:52:26.597Z] ---> cb9cbbe76ef5 [2020-10-28T21:52:26.597Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T21:52:26.871Z] ---> e9a1d614d9ca [2020-10-28T21:52:26.871Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T21:52:27.228Z] + ls -al . [2020-10-28T21:52:27.229Z] total 660 [2020-10-28T21:52:27.229Z] drwxrwxr-x 9 1001 1001 4096 Oct 28 21:52 . [2020-10-28T21:52:27.229Z] drwxr-xr-x 4 root root 4096 Oct 28 21:50 .. [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 21:48 .dockerignore [2020-10-28T21:52:27.229Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 21:48 .git [2020-10-28T21:52:27.229Z] drwxrwxr-x 3 1001 1001 4096 Oct 28 21:48 .github [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 944 Oct 28 21:48 .gitignore [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 21:48 .sonarcloud.properties [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 21:48 CONTRIBUTING.md [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 1035 Oct 28 21:48 Dockerfile.build [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 863 Oct 28 21:48 Jenkinsfile [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 21:48 LICENSE [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 6611 Oct 28 21:48 Makefile [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 6447 Oct 28 21:48 README.md [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 259 Oct 28 21:48 SECURITY.md [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 21:46 VERSION [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 21:48 ZMQWindows.md [2020-10-28T21:52:27.229Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 21:48 bin [2020-10-28T21:52:27.229Z] drwxrwxr-x 15 1001 1001 4096 Oct 28 21:48 cmd [2020-10-28T21:52:27.229Z] -rw-r--r-- 1 root root 539324 Oct 28 21:51 coverage.out [2020-10-28T21:52:27.229Z] -rw-r--r-- 1 root root 1041 Oct 28 21:52 go.mod [2020-10-28T21:52:27.229Z] -rw-r--r-- 1 root root 18582 Oct 28 21:52 go.sum [2020-10-28T21:52:27.229Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 21:48 internal [2020-10-28T21:52:27.229Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 21:48 openapi [2020-10-28T21:52:27.229Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 21:48 snap [2020-10-28T21:52:27.229Z] -rw-rw-r-- 1 1001 1001 168 Oct 28 21:48 version.go [Pipeline] sh [2020-10-28T21:52:27.832Z] ---> 2a5707d91767 [2020-10-28T21:52:27.832Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T21:52:27.900Z] + '[' -e coverage.out ] [2020-10-28T21:52:27.900Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-28T21:52:27.981Z] Warning: overwriting stash ‘coverage-report’ [2020-10-28T21:52:28.421Z] ---> Running in 4a852b36000c [2020-10-28T21:52:28.421Z] ---> Running in f018dd536003 [2020-10-28T21:52:28.695Z] ---> 96b0eae53197 [2020-10-28T21:52:28.695Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T21:52:28.695Z] Removing intermediate container e6d0e420ee02 [2020-10-28T21:52:28.695Z] ---> 0f6f42c99827 [2020-10-28T21:52:28.695Z] [2020-10-28T21:52:28.695Z] Step 10/22 : FROM scratch [2020-10-28T21:52:28.695Z] ---> [2020-10-28T21:52:28.695Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T21:52:28.695Z] ---> Using cache [2020-10-28T21:52:28.695Z] ---> 0e98cda4f0e9 [2020-10-28T21:52:28.695Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T21:52:28.968Z] ---> Running in a3361a81c163 [2020-10-28T21:52:29.243Z] Removing intermediate container f018dd536003 [2020-10-28T21:52:29.243Z] ---> 6cfbeceb4859 [2020-10-28T21:52:29.243Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:52:29.243Z] Removing intermediate container 4a852b36000c [2020-10-28T21:52:29.243Z] ---> be0a001f3aa3 [2020-10-28T21:52:29.243Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:52:29.243Z] ---> Running in af52dfb41928 [2020-10-28T21:52:29.393Z] Stashed 1 file(s) [Pipeline] sh [2020-10-28T21:52:29.512Z] ---> Running in 8adbc51952b4 [2020-10-28T21:52:29.512Z] ---> Running in 435cc51d0f5a [2020-10-28T21:52:29.779Z] Removing intermediate container af52dfb41928 [2020-10-28T21:52:29.779Z] ---> 8640cdb12e89 [2020-10-28T21:52:29.779Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T21:52:30.041Z] Removing intermediate container 435cc51d0f5a [2020-10-28T21:52:30.041Z] ---> 8fefd155622e [2020-10-28T21:52:30.041Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T21:52:30.041Z] ---> Running in d2c10fc0289f [2020-10-28T21:52:30.041Z] Removing intermediate container 8adbc51952b4 [2020-10-28T21:52:30.041Z] ---> 591d51c3a000 [2020-10-28T21:52:30.041Z] Step 25/27 : LABEL arch=x86_64 [2020-10-28T21:52:30.041Z] ---> Running in f5310f3c5f5b [2020-10-28T21:52:30.079Z] + make build [2020-10-28T21:52:30.079Z] 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-28T21:52:30.312Z] ---> Running in 8edba107387c [2020-10-28T21:52:30.312Z] Removing intermediate container d2c10fc0289f [2020-10-28T21:52:30.312Z] ---> 0b73403c6a9d [2020-10-28T21:52:30.312Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T21:52:30.590Z] Removing intermediate container f5310f3c5f5b [2020-10-28T21:52:30.590Z] ---> dae9b3d54865 [2020-10-28T21:52:30.590Z] Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:52:30.860Z] ---> Running in b373c56177e9 [2020-10-28T21:52:30.860Z] ---> cd83c7785238 [2020-10-28T21:52:30.860Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T21:52:30.860Z] Removing intermediate container 8edba107387c [2020-10-28T21:52:30.860Z] ---> 97844e7cdbbf [2020-10-28T21:52:30.860Z] Step 26/27 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:52:30.860Z] ---> Running in 3b037282317f [2020-10-28T21:52:31.126Z] Removing intermediate container a3361a81c163 [2020-10-28T21:52:31.126Z] ---> fe39e279e146 [2020-10-28T21:52:31.126Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T21:52:31.126Z] Removing intermediate container b373c56177e9 [2020-10-28T21:52:31.126Z] ---> 7f7463c9e2fb [2020-10-28T21:52:31.126Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T21:52:32.082Z] ---> 42a85b3e9ad6 [2020-10-28T21:52:32.082Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T21:52:32.082Z] ---> Running in 3f7449624bba [2020-10-28T21:52:33.027Z] ---> Running in ec4ceeeaae9f [2020-10-28T21:52:33.603Z] Removing intermediate container 3b037282317f [2020-10-28T21:52:33.603Z] ---> 3bfe3ed0d695 [2020-10-28T21:52:33.603Z] Step 27/27 : LABEL version=0.0.0 [2020-10-28T21:52:33.866Z] Removing intermediate container ec4ceeeaae9f [2020-10-28T21:52:33.866Z] ---> 6a808b7bebc5 [2020-10-28T21:52:33.866Z] [2020-10-28T21:52:33.866Z] Removing intermediate container 3f7449624bba [2020-10-28T21:52:33.866Z] ---> 790822e7424a [2020-10-28T21:52:33.866Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T21:52:34.136Z] ---> 8ecb116de1d6 [2020-10-28T21:52:34.136Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T21:52:34.136Z] ---> Running in 03f3d582df05 [2020-10-28T21:52:34.136Z] ---> Running in b5fa0af5b317 [2020-10-28T21:52:34.136Z] Successfully built 6a808b7bebc5 [2020-10-28T21:52:34.136Z] Successfully tagged docker-core-metadata-go:latest [2020-10-28T21:52:34.136Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-10-28T21:52:34.399Z] Removing intermediate container 03f3d582df05 [2020-10-28T21:52:34.399Z] ---> 97a65a3810a7 [2020-10-28T21:52:34.399Z] [2020-10-28T21:52:34.399Z] Removing intermediate container b5fa0af5b317 [2020-10-28T21:52:34.399Z] ---> 5e85bf8d5387 [2020-10-28T21:52:34.399Z] Step 23/24 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:52:34.672Z] ---> ef15c4ba1c46 [2020-10-28T21:52:34.672Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T21:52:34.672Z] Successfully built 97a65a3810a7 [2020-10-28T21:52:34.672Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-28T21:52:34.672Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-10-28T21:52:34.672Z] ---> Running in b1842b21bd76 [2020-10-28T21:52:34.672Z] ---> Running in 0f49137f0350 [2020-10-28T21:52:42.831Z] Removing intermediate container b1842b21bd76 [2020-10-28T21:52:42.831Z] ---> 99b8e1e8257e [2020-10-28T21:52:42.831Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T21:52:44.228Z] Removing intermediate container 0f49137f0350 [2020-10-28T21:52:44.228Z] ---> df72871f6d00 [2020-10-28T21:52:44.228Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:52:44.228Z] ---> Running in 539af085b06b [2020-10-28T21:52:44.804Z] ---> Running in 91d67c321149 [2020-10-28T21:52:44.804Z] Removing intermediate container 539af085b06b [2020-10-28T21:52:44.804Z] ---> e96c888fdc42 [2020-10-28T21:52:44.804Z] [2020-10-28T21:52:45.749Z] Removing intermediate container 5ac20de50e97 [2020-10-28T21:52:45.749Z] ---> 90bba27aa0d4 [2020-10-28T21:52:45.749Z] [2020-10-28T21:52:45.749Z] Step 10/23 : FROM alpine [2020-10-28T21:52:45.749Z] Successfully built e96c888fdc42 [2020-10-28T21:52:45.749Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-28T21:52:46.011Z]  Building docker-security-secretstore-setup-go ... done latest: Pulling from library/alpine [2020-10-28T21:52:51.406Z] Removing intermediate container 91d67c321149 [2020-10-28T21:52:51.406Z] ---> 298dc765e907 [2020-10-28T21:52:51.406Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T21:52:51.406Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T21:52:51.406Z] Status: Downloaded newer image for alpine:latest [2020-10-28T21:52:51.406Z] ---> d6e46aa2470d [2020-10-28T21:52:51.406Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T21:52:53.366Z] ---> Running in 9f95f688ae6e [2020-10-28T21:52:53.366Z] ---> Running in f9abf3cae8c3 [2020-10-28T21:52:54.773Z] Removing intermediate container f9abf3cae8c3 [2020-10-28T21:52:54.773Z] ---> 48ec58256808 [2020-10-28T21:52:54.773Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T21:52:55.035Z] Removing intermediate container 9f95f688ae6e [2020-10-28T21:52:55.035Z] ---> 52cf75817296 [2020-10-28T21:52:55.035Z] Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:52:56.887Z] 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-28T21:52:56.985Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:52:56.985Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:52:56.985Z] ---> 159711ac1036 [2020-10-28T21:52:56.985Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T21:52:56.985Z] ---> Using cache [2020-10-28T21:52:56.985Z] ---> a9a745f861c7 [2020-10-28T21:52:56.985Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:52:56.985Z] ---> Using cache [2020-10-28T21:52:56.985Z] ---> 85c0c4fd7e20 [2020-10-28T21:52:56.985Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T21:52:56.985Z] ---> Using cache [2020-10-28T21:52:56.985Z] ---> 86348f41cd9e [2020-10-28T21:52:56.985Z] Step 6/20 : COPY go.mod . [2020-10-28T21:52:56.985Z] ---> Using cache [2020-10-28T21:52:56.985Z] ---> 65aabfa9f50e [2020-10-28T21:52:56.985Z] Step 7/20 : RUN go mod download [2020-10-28T21:52:56.985Z] ---> Using cache [2020-10-28T21:52:56.985Z] ---> 9a6490d716fe [2020-10-28T21:52:56.985Z] Step 8/20 : COPY . . [2020-10-28T21:52:56.985Z] ---> Using cache [2020-10-28T21:52:56.985Z] ---> 34e7892bce86 [2020-10-28T21:52:56.985Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T21:52:56.985Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:52:56.985Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T21:52:56.985Z] ---> 159711ac1036 [2020-10-28T21:52:56.985Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T21:52:56.985Z] ---> Using cache [2020-10-28T21:52:56.985Z] ---> a9a745f861c7 [2020-10-28T21:52:56.985Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T21:52:58.378Z] ---> Running in 1bb209fc0521 [2020-10-28T21:52:58.378Z] ---> Running in da464f370b82 [2020-10-28T21:52:58.378Z] ---> Running in e251d3062f2e [2020-10-28T21:52:58.378Z] ---> Running in 8fc3e15c20cc [2020-10-28T21:52:58.641Z] Removing intermediate container da464f370b82 [2020-10-28T21:52:58.641Z] ---> e41a8c3ab69e [2020-10-28T21:52:58.641Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T21:52:58.910Z] Removing intermediate container 1bb209fc0521 [2020-10-28T21:52:58.910Z] ---> 6c325bde3019 [2020-10-28T21:52:58.910Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T21:52:58.910Z] ---> Running in 2d4487756415 [2020-10-28T21:52:58.910Z] ---> Running in 11f5a5fcf982 [2020-10-28T21:52:59.177Z] Removing intermediate container 2d4487756415 [2020-10-28T21:52:59.177Z] ---> 612f903407ee [2020-10-28T21:52:59.177Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:52:59.177Z] Removing intermediate container 11f5a5fcf982 [2020-10-28T21:52:59.177Z] ---> 9d87b301b26e [2020-10-28T21:52:59.177Z] [2020-10-28T21:52:59.177Z] ---> Running in 785799cc810c [2020-10-28T21:52:59.442Z] Successfully built 9d87b301b26e [2020-10-28T21:52:59.442Z] Successfully tagged docker-support-logging-go:latest [2020-10-28T21:52:59.442Z]  Building docker-support-logging-go ... done 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-28T21:52:59.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:53:00.410Z] Removing intermediate container 785799cc810c [2020-10-28T21:53:00.410Z] ---> 675aeaa0587b [2020-10-28T21:53:00.410Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T21:53:00.410Z] ---> Running in b7c269d54019 [2020-10-28T21:53:00.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:53:01.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:53:01.575Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:53:01.575Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:53:01.575Z] OK: 12752 distinct packages available [2020-10-28T21:53:01.862Z] OK: 233 MiB in 51 packages [2020-10-28T21:53:02.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:53:02.740Z] Removing intermediate container 8fc3e15c20cc [2020-10-28T21:53:02.740Z] ---> d6ca4068b2ee [2020-10-28T21:53:02.740Z] Step 5/29 : COPY go.mod . [2020-10-28T21:53:03.014Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T21:53:03.276Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T21:53:03.276Z] ---> fb79afe62de4 [2020-10-28T21:53:03.276Z] Step 6/29 : RUN go mod download [2020-10-28T21:53:03.276Z] ---> Running in 0cea61a4f076 [2020-10-28T21:53:03.276Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T21:53:03.871Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T21:53:03.871Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T21:53:03.871Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T21:53:04.140Z] OK: 8 MiB in 19 packages [2020-10-28T21:53:05.099Z] Removing intermediate container b7c269d54019 [2020-10-28T21:53:05.099Z] ---> dde7b484f573 [2020-10-28T21:53:05.099Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T21:53:05.099Z] Removing intermediate container 0cea61a4f076 [2020-10-28T21:53:05.099Z] ---> a3258be521b5 [2020-10-28T21:53:05.099Z] Step 7/29 : COPY . . [2020-10-28T21:53:05.099Z] ---> 64e2c330bb44 [2020-10-28T21:53:05.099Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T21:53:05.191Z] 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-28T21:53:09.507Z] 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-28T21:53:13.356Z] ---> de78d6aa4ffe [2020-10-28T21:53:13.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T21:53:13.824Z] 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-28T21:53:14.754Z] ---> e799e80db256 [2020-10-28T21:53:14.755Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T21:53:15.709Z] ---> Running in 29e416a69496 [2020-10-28T21:53:17.635Z] Removing intermediate container 29e416a69496 [2020-10-28T21:53:17.635Z] ---> 22816837b408 [2020-10-28T21:53:17.635Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:53:19.219Z] 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-28T21:53:19.811Z] 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-28T21:53:20.967Z] ---> Running in d06fb34d0f64 [2020-10-28T21:53:22.369Z] Removing intermediate container e251d3062f2e [2020-10-28T21:53:22.369Z] ---> b324c54810d3 [2020-10-28T21:53:22.369Z] [2020-10-28T21:53:22.369Z] Step 10/20 : FROM alpine [2020-10-28T21:53:22.369Z] ---> d6e46aa2470d [2020-10-28T21:53:22.369Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T21:53:22.637Z] Removing intermediate container d06fb34d0f64 [2020-10-28T21:53:22.637Z] ---> e8c62bc0c67a [2020-10-28T21:53:22.637Z] Step 21/23 : LABEL arch=x86_64 [2020-10-28T21:53:23.210Z] ---> Running in 1fe0a81ef845 [2020-10-28T21:53:23.788Z] ---> Running in f64b1a776cdf [2020-10-28T21:53:25.180Z] Removing intermediate container f64b1a776cdf [2020-10-28T21:53:25.180Z] ---> 1f6b59ae7d3a [2020-10-28T21:53:25.180Z] Step 22/23 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:53:25.236Z] 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-28T21:53:25.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:53:25.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:53:25.966Z] ---> Running in 2e4634579e1d [2020-10-28T21:53:25.966Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:53:25.966Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:53:25.966Z] OK: 12744 distinct packages available [2020-10-28T21:53:26.252Z] ---> 7cf7713339d8 [2020-10-28T21:53:26.252Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T21:53:26.252Z] ---> Running in 3396701342db [2020-10-28T21:53:26.252Z] Removing intermediate container 2e4634579e1d [2020-10-28T21:53:26.252Z] ---> 95bdcdf5a79b [2020-10-28T21:53:26.252Z] Step 23/23 : LABEL version=0.0.0 [2020-10-28T21:53:26.252Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T21:53:26.252Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T21:53:26.518Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T21:53:26.518Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T21:53:26.518Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T21:53:26.518Z] ---> Running in 771b8cc22c4a [2020-10-28T21:53:26.518Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T21:53:26.518Z] OK: 7 MiB in 18 packages [2020-10-28T21:53:27.094Z] Removing intermediate container 771b8cc22c4a [2020-10-28T21:53:27.094Z] ---> 4308daae85d8 [2020-10-28T21:53:27.094Z] [2020-10-28T21:53:27.094Z] 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-28T21:53:27.356Z] Successfully built 4308daae85d8 [2020-10-28T21:53:27.356Z] Successfully tagged docker-core-data-go:latest [2020-10-28T21:53:28.055Z]  Building docker-core-data-go ... done Removing intermediate container 1fe0a81ef845 [2020-10-28T21:53:28.055Z] ---> d0de4b96ee56 [2020-10-28T21:53:28.055Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T21:53:28.055Z] ---> Running in 823d150305de [2020-10-28T21:53:28.055Z] Removing intermediate container 823d150305de [2020-10-28T21:53:28.055Z] ---> 72d9ec1f4335 [2020-10-28T21:53:28.055Z] Step 13/20 : WORKDIR /edgex [2020-10-28T21:53:28.477Z] ---> Running in cb896f32c21e [2020-10-28T21:53:28.936Z] Removing intermediate container cb896f32c21e [2020-10-28T21:53:28.936Z] ---> ca2b6dd98bf7 [2020-10-28T21:53:28.936Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T21:53:28.936Z] ---> b91cc41ffe3b [2020-10-28T21:53:28.936Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T21:53:30.036Z] ---> 751c39b80739 [2020-10-28T21:53:30.036Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T21:53:30.037Z] ---> Running in ba5b4bcc1ab6 [2020-10-28T21:53:30.299Z] Removing intermediate container ba5b4bcc1ab6 [2020-10-28T21:53:30.299Z] ---> 53650eebf273 [2020-10-28T21:53:30.299Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T21:53:30.299Z] ---> Running in 781039ee4127 [2020-10-28T21:53:30.572Z] Removing intermediate container 781039ee4127 [2020-10-28T21:53:30.572Z] ---> 5230212bec2d [2020-10-28T21:53:30.572Z] Step 18/20 : LABEL arch=x86_64 [2020-10-28T21:53:30.572Z] ---> Running in 1d9b2eec65a4 [2020-10-28T21:53:30.637Z] 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-28T21:53:30.843Z] Removing intermediate container 1d9b2eec65a4 [2020-10-28T21:53:30.843Z] ---> 6b7e4f9d47ec [2020-10-28T21:53:30.843Z] Step 19/20 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:53:30.843Z] ---> Running in 260c51a9f3f0 [2020-10-28T21:53:31.109Z] Removing intermediate container 260c51a9f3f0 [2020-10-28T21:53:31.109Z] ---> fa0c19b69181 [2020-10-28T21:53:31.109Z] Step 20/20 : LABEL version=0.0.0 [2020-10-28T21:53:31.109Z] ---> Running in 582de4a75323 [2020-10-28T21:53:31.375Z] Removing intermediate container 582de4a75323 [2020-10-28T21:53:31.375Z] ---> 551cb6907bb4 [2020-10-28T21:53:31.375Z] [2020-10-28T21:53:31.647Z] Successfully built 551cb6907bb4 [2020-10-28T21:53:31.647Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-28T21:53:33.260Z] 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-28T21:53:37.565Z] 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-28T21:53:38.293Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3396701342db [2020-10-28T21:53:38.293Z] ---> d21649dccf89 [2020-10-28T21:53:38.293Z] [2020-10-28T21:53:38.293Z] Step 9/29 : FROM alpine:latest [2020-10-28T21:53:38.293Z] ---> d6e46aa2470d [2020-10-28T21:53:38.293Z] 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-28T21:53:38.293Z] ---> Running in 49e5aaa22529 [2020-10-28T21:53:38.293Z] Removing intermediate container 49e5aaa22529 [2020-10-28T21:53:38.293Z] ---> 6abd99de6020 [2020-10-28T21:53:38.293Z] Step 11/29 : USER root [2020-10-28T21:53:38.293Z] ---> Running in 960da7277cfc [2020-10-28T21:53:38.293Z] Removing intermediate container 960da7277cfc [2020-10-28T21:53:38.293Z] ---> db7910f4f22f [2020-10-28T21:53:38.293Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T21:53:38.293Z] ---> Running in 97ca94e53724 [2020-10-28T21:53:38.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T21:53:38.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T21:53:38.554Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:53:38.554Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:53:38.554Z] OK: 12744 distinct packages available [2020-10-28T21:53:38.554Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T21:53:38.816Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T21:53:38.816Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T21:53:38.816Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T21:53:38.816Z] OK: 6 MiB in 16 packages [2020-10-28T21:53:40.220Z] Removing intermediate container 97ca94e53724 [2020-10-28T21:53:40.220Z] ---> e405da69ea6b [2020-10-28T21:53:40.220Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T21:53:40.220Z] ---> Running in d54bc7e34e9e [2020-10-28T21:53:40.483Z] Removing intermediate container d54bc7e34e9e [2020-10-28T21:53:40.483Z] ---> 40ba7ab94bbb [2020-10-28T21:53:40.483Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T21:53:40.483Z] ---> Running in a199b6b5b349 [2020-10-28T21:53:40.745Z] Removing intermediate container a199b6b5b349 [2020-10-28T21:53:40.745Z] ---> 36a6da29c2fb [2020-10-28T21:53:40.745Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T21:53:40.745Z] ---> Running in d29404eefd84 [2020-10-28T21:53:41.751Z] Removing intermediate container d29404eefd84 [2020-10-28T21:53:41.751Z] ---> 0cbe514ff091 [2020-10-28T21:53:41.751Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T21:53:41.864Z] 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-28T21:53:42.013Z] ---> 7f16bc674684 [2020-10-28T21:53:42.013Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T21:53:42.283Z] ---> b7f7dd1f6d34 [2020-10-28T21:53:42.283Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T21:53:42.548Z] ---> bc13e242f5af [2020-10-28T21:53:42.548Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T21:53:42.810Z] ---> fdfbd94520da [2020-10-28T21:53:42.810Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T21:53:42.810Z] ---> 1b621c8734d4 [2020-10-28T21:53:42.810Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T21:53:43.071Z] ---> Running in b5dd7404c87c [2020-10-28T21:53:43.649Z] Removing intermediate container b5dd7404c87c [2020-10-28T21:53:43.649Z] ---> c867b1b00e18 [2020-10-28T21:53:43.649Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T21:53:43.915Z] ---> 1f60abd53432 [2020-10-28T21:53:43.915Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T21:53:44.177Z] ---> Running in c736d47df185 [2020-10-28T21:53:44.753Z] Removing intermediate container c736d47df185 [2020-10-28T21:53:44.753Z] ---> 3ed534541e5b [2020-10-28T21:53:44.753Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T21:53:45.015Z] ---> Running in d5da1352ce55 [2020-10-28T21:53:45.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-10-28T21:53:45.963Z] Removing intermediate container d5da1352ce55 [2020-10-28T21:53:45.963Z] ---> 9c20aa4ec63b [2020-10-28T21:53:45.963Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T21:53:45.963Z] ---> Running in 3f3930b46f7c [2020-10-28T21:53:46.224Z] Removing intermediate container 3f3930b46f7c [2020-10-28T21:53:46.224Z] ---> bcc377f0054a [2020-10-28T21:53:46.224Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T21:53:46.224Z] ---> Running in 7ac590042f8e [2020-10-28T21:53:46.224Z] Removing intermediate container 7ac590042f8e [2020-10-28T21:53:46.224Z] ---> db43a939147a [2020-10-28T21:53:46.224Z] Step 27/29 : LABEL arch=x86_64 [2020-10-28T21:53:46.486Z] ---> Running in c39a9c21cdb3 [2020-10-28T21:53:46.486Z] Removing intermediate container c39a9c21cdb3 [2020-10-28T21:53:46.486Z] ---> 90c597730543 [2020-10-28T21:53:46.486Z] Step 28/29 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:53:46.486Z] ---> Running in a90b86aaf152 [2020-10-28T21:53:46.748Z] Removing intermediate container a90b86aaf152 [2020-10-28T21:53:46.749Z] ---> c648d39c1c75 [2020-10-28T21:53:46.749Z] Step 29/29 : LABEL version=0.0.0 [2020-10-28T21:53:46.749Z] ---> Running in 5236af7969be [2020-10-28T21:53:47.012Z] Removing intermediate container 5236af7969be [2020-10-28T21:53:47.012Z] ---> b9aa3dc61867 [2020-10-28T21:53:47.012Z] [2020-10-28T21:53:47.012Z] Successfully built b9aa3dc61867 [2020-10-28T21:53:47.585Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-28T21:53:47.884Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-28T21:53:47.944Z] $ docker stop --time=1 ae722deed538604b66b52754ee6ddb128f69dd81bc32499a6da091e4dc7e89a4 [2020-10-28T21:53:49.605Z] $ docker rm -f ae722deed538604b66b52754ee6ddb128f69dd81bc32499a6da091e4dc7e89a4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-10-28T21:53:49.933Z] $ docker stop --time=1 c8148b62698a9e773ff2f687321df4c8b24ce0c781ebc9e33e789ef813513973 [2020-10-28T21:53:50.170Z] + docker images [2020-10-28T21:53:50.170Z] + grep docker [2020-10-28T21:53:50.746Z] docker-security-secrets-setup-go latest b9aa3dc61867 4 seconds ago 24MB [2020-10-28T21:53:50.746Z] docker-security-proxy-setup-go latest 551cb6907bb4 19 seconds ago 15.8MB [2020-10-28T21:53:50.746Z] docker-core-data-go latest 4308daae85d8 24 seconds ago 23.7MB [2020-10-28T21:53:50.746Z] docker-support-logging-go latest 9d87b301b26e 51 seconds ago 11.1MB [2020-10-28T21:53:50.746Z] docker-security-secretstore-setup-go latest e96c888fdc42 About a minute ago 24.8MB [2020-10-28T21:53:50.746Z] docker-sys-mgmt-agent-go latest 97a65a3810a7 About a minute ago 290MB [2020-10-28T21:53:50.746Z] docker-core-metadata-go latest 6a808b7bebc5 About a minute ago 14.5MB [2020-10-28T21:53:50.746Z] docker-security-bootstrap-redis-go latest 480b9eb124bf 2 minutes ago 15.9MB [2020-10-28T21:53:50.746Z] docker-support-notifications-go latest 73d725ae6bdc 2 minutes ago 13.6MB [2020-10-28T21:53:50.746Z] docker-core-command-go latest ce7ae84e337a 2 minutes ago 12.2MB [2020-10-28T21:53:50.746Z] docker-support-scheduler-go latest aa2c7a26de21 2 minutes ago 12.3MB [2020-10-28T21:53:50.746Z] docker latest 6972c414f322 6 days ago 217MB [2020-10-28T21:53:52.565Z] $ docker rm -f c8148b62698a9e773ff2f687321df4c8b24ce0c781ebc9e33e789ef813513973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-10-28T21:53:54.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T21:53:54.545Z] [2020-10-28T21:53:54.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] node [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:53:55.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T21:53:55.500Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-28T21:53:55.500Z] 29e5d40040c1: Pulling fs layer [2020-10-28T21:53:55.500Z] 1ce36da41761: Pulling fs layer [2020-10-28T21:53:55.500Z] 25b303627fd3: Pulling fs layer [2020-10-28T21:53:56.094Z] 29e5d40040c1: Download complete [2020-10-28T21:53:56.693Z] 1ce36da41761: Verifying Checksum [2020-10-28T21:53:56.693Z] 1ce36da41761: Download complete [2020-10-28T21:53:56.693Z] 29e5d40040c1: Pull complete [2020-10-28T21:53:58.120Z] 1ce36da41761: Pull complete [2020-10-28T21:53:58.120Z] 25b303627fd3: Verifying Checksum [2020-10-28T21:53:58.120Z] 25b303627fd3: Download complete [2020-10-28T21:54:08.266Z] 25b303627fd3: Pull complete [2020-10-28T21:54:08.266Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-28T21:54:08.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T21:54:08.266Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-28T21:54:08.541Z] prd-ubuntu18.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container [2020-10-28T21:54:08.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-28T21:54:09.558Z] Still waiting to schedule task [2020-10-28T21:54:09.558Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-28T21:54:11.993Z] $ docker top b2e06ab49a2037db51141adc5922019f6ecabb11fc7898f595f6a001a1a94368 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T21:54:13.383Z] + docker-compose build --help [2020-10-28T21:54:13.383Z] + grep parallel [2020-10-28T21:54:16.759Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T21:54:17.073Z] $ docker stop --time=1 b2e06ab49a2037db51141adc5922019f6ecabb11fc7898f595f6a001a1a94368 [2020-10-28T21:54:18.992Z] $ docker rm -f b2e06ab49a2037db51141adc5922019f6ecabb11fc7898f595f6a001a1a94368 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T21:54:19.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T21:54:19.905Z] . [Pipeline] withDockerContainer [2020-10-28T21:54:20.239Z] prd-ubuntu18.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container [2020-10-28T21:54:20.418Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-28T21:54:21.861Z] $ docker top f0d764c3632148188a1d945ea478edf26e33c4a180f3d3418b10bd76194fa671 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T21:54:22.919Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T21:54:27.207Z] Building docker-core-command-go ... [2020-10-28T21:54:27.207Z] Building docker-core-data-go ... [2020-10-28T21:54:27.207Z] Building docker-core-metadata-go ... [2020-10-28T21:54:27.207Z] Building docker-security-bootstrap-redis-go ... [2020-10-28T21:54:27.207Z] Building docker-security-proxy-setup-go ... [2020-10-28T21:54:27.207Z] Building docker-security-secrets-setup-go ... [2020-10-28T21:54:27.207Z] Building docker-security-secretstore-setup-go ... [2020-10-28T21:54:27.207Z] Building docker-support-logging-go ... [2020-10-28T21:54:27.207Z] Building docker-support-notifications-go ... [2020-10-28T21:54:27.207Z] Building docker-support-scheduler-go ... [2020-10-28T21:54:27.207Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T21:54:27.207Z] Building docker-core-data-go [2020-10-28T21:54:27.207Z] Building docker-security-proxy-setup-go [2020-10-28T21:54:27.207Z] Building docker-support-notifications-go [2020-10-28T21:54:27.207Z] Building docker-core-command-go [2020-10-28T21:54:27.207Z] Building docker-support-logging-go [2020-10-28T21:55:04.551Z] Running on prd-centos7-docker-8c-8g-9576 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws [2020-10-28T21:55:04.619Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2020-10-28T21:55:06.647Z] using credential edgex-jenkins-ssh [2020-10-28T21:55:06.705Z] Cloning the remote Git repository [2020-10-28T21:55:06.352Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T21:55:06.418Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2020-10-28T21:55:06.442Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T21:55:06.443Z] > git --version # timeout=10 [2020-10-28T21:55:06.447Z] > git --version # 'git version 2.16.5' [2020-10-28T21:55:06.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T21:55:06.470Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T21:55:15.535Z] Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 4361c2e925fe521bdb496b79446f289b0bd15c90 [Pipeline] } [Pipeline] // ws [2020-10-28T21:55:14.903Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T21:55:14.911Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T21:55:14.926Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T21:55:14.944Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T21:55:14.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T21:55:14.949Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T21:55:15.547Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T21:55:15.557Z] > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T21:55:16.239Z] Failed in branch amd64 [2020-10-28T21:55:48.967Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:55:48.967Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:55:48.967Z] ---> 86fca46927f6 [2020-10-28T21:55:48.967Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T21:55:48.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:55:48.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:55:48.967Z] ---> 86fca46927f6 [2020-10-28T21:55:48.967Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T21:55:48.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:55:48.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:55:48.967Z] ---> 86fca46927f6 [2020-10-28T21:55:48.967Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T21:55:48.967Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:55:48.967Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:55:48.967Z] ---> 86fca46927f6 [2020-10-28T21:55:48.967Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T21:55:48.967Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:55:48.967Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:55:48.967Z] ---> 86fca46927f6 [2020-10-28T21:55:48.967Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T21:55:48.967Z] ---> Running in 8d75bc7840ba [2020-10-28T21:55:48.967Z] ---> Running in 5011e63a3222 [2020-10-28T21:55:48.967Z] ---> Running in a2f0875d2ecd [2020-10-28T21:55:48.967Z] ---> Running in 098bac3013c6 [2020-10-28T21:55:48.967Z] ---> Running in 52200c9218e9 [2020-10-28T21:55:48.967Z] Removing intermediate container 098bac3013c6 [2020-10-28T21:55:48.967Z] Removing intermediate container 5011e63a3222 [2020-10-28T21:55:48.967Z] ---> cb9aab2c6c09 [2020-10-28T21:55:48.967Z] ---> 9415e99146db [2020-10-28T21:55:48.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:55:48.967Z] [2020-10-28T21:55:48.967Z] Removing intermediate container a2f0875d2ecd [2020-10-28T21:55:48.967Z] ---> 47ba126f2e9c [2020-10-28T21:55:48.967Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:55:48.967Z] Removing intermediate container 52200c9218e9 [2020-10-28T21:55:48.967Z] ---> 547fa21041da [2020-10-28T21:55:48.967Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:55:48.967Z] Removing intermediate container 8d75bc7840ba [2020-10-28T21:55:48.967Z] ---> 1dbb2ca25337 [2020-10-28T21:55:48.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:55:48.967Z] ---> Running in f2bed7f1efd3 [2020-10-28T21:55:48.967Z] ---> Running in 34ce77dc7ee9 [2020-10-28T21:55:48.967Z] ---> Running in 09dc9ef3f34a [2020-10-28T21:55:48.967Z] ---> Running in 253065e86a7d [2020-10-28T21:55:48.967Z] ---> Running in 07ba8b2ddbc8 [2020-10-28T21:55:48.967Z] Removing intermediate container f2bed7f1efd3 [2020-10-28T21:55:48.967Z] ---> 89b09a8d4b33 [2020-10-28T21:55:48.967Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T21:55:48.967Z] ---> Running in 575a22d7cff1 [2020-10-28T21:55:48.967Z] Removing intermediate container 34ce77dc7ee9 [2020-10-28T21:55:48.967Z] ---> 5e7b82deab67 [2020-10-28T21:55:48.967Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T21:55:48.967Z] Removing intermediate container 09dc9ef3f34a [2020-10-28T21:55:48.967Z] ---> e1aca6e71f61 [2020-10-28T21:55:48.967Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T21:55:49.242Z] ---> Running in 9687998e53a9 [2020-10-28T21:55:49.242Z] ---> Running in c23661378d28 [2020-10-28T21:55:49.242Z] Removing intermediate container 07ba8b2ddbc8 [2020-10-28T21:55:49.242Z] ---> d2924508492a [2020-10-28T21:55:49.242Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T21:55:49.242Z] Removing intermediate container 253065e86a7d [2020-10-28T21:55:49.242Z] ---> 79335051da08 [2020-10-28T21:55:49.242Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T21:55:49.521Z] ---> Running in 531fb95310e7 [2020-10-28T21:55:49.521Z] ---> Running in 791d635af47b [2020-10-28T21:55:50.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:51.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:51.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:52.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:52.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:52.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:52.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:52.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:52.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:52.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:55:53.260Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:55:53.260Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:55:53.260Z] OK: 12623 distinct packages available [2020-10-28T21:55:53.853Z] OK: 217 MiB in 51 packages [2020-10-28T21:55:53.853Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:55:53.853Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:55:53.853Z] OK: 12623 distinct packages available [2020-10-28T21:55:54.126Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:55:54.126Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:55:54.126Z] OK: 12623 distinct packages available [2020-10-28T21:55:54.126Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:55:54.126Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:55:54.126Z] OK: 12623 distinct packages available [2020-10-28T21:55:54.401Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:55:54.401Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:55:54.401Z] OK: 12623 distinct packages available [2020-10-28T21:55:54.676Z] OK: 217 MiB in 51 packages [2020-10-28T21:55:54.956Z] OK: 217 MiB in 51 packages [2020-10-28T21:55:54.956Z] OK: 217 MiB in 51 packages [2020-10-28T21:55:55.233Z] OK: 217 MiB in 51 packages [2020-10-28T21:55:55.233Z] OK: 217 MiB in 51 packages [2020-10-28T21:55:56.687Z] Removing intermediate container 575a22d7cff1 [2020-10-28T21:55:56.687Z] ---> 90c897d7970b [2020-10-28T21:55:56.687Z] Step 6/22 : COPY go.mod . [2020-10-28T21:55:56.963Z] Removing intermediate container 9687998e53a9 [2020-10-28T21:55:56.964Z] ---> 457fd9ecc074 [2020-10-28T21:55:56.964Z] Step 6/22 : COPY go.mod . [2020-10-28T21:55:57.248Z] Removing intermediate container 531fb95310e7 [2020-10-28T21:55:57.248Z] ---> 771bf069974c [2020-10-28T21:55:57.248Z] Step 6/24 : COPY go.mod . [2020-10-28T21:55:57.248Z] Removing intermediate container c23661378d28 [2020-10-28T21:55:57.248Z] ---> 91b6d5e10e3b [2020-10-28T21:55:57.248Z] Step 6/20 : COPY go.mod . [2020-10-28T21:55:57.530Z] Removing intermediate container 791d635af47b [2020-10-28T21:55:57.530Z] ---> 7641d0006815 [2020-10-28T21:55:57.530Z] Step 6/23 : COPY go.mod . [2020-10-28T21:55:57.809Z] ---> 39681501572a [2020-10-28T21:55:57.809Z] Step 7/22 : RUN go mod download [2020-10-28T21:55:57.809Z] ---> 1fcecabdac89 [2020-10-28T21:55:57.809Z] Step 7/22 : RUN go mod download [2020-10-28T21:55:58.089Z] ---> Running in 0ad7e543f325 [2020-10-28T21:55:58.089Z] ---> Running in 14694b3e54d9 [2020-10-28T21:55:58.362Z] ---> d5dc0561bc5e [2020-10-28T21:55:58.362Z] Step 7/24 : RUN go mod download [2020-10-28T21:55:58.636Z] ---> 3f33852f6f88 [2020-10-28T21:55:58.636Z] ---> 88bd720ed313 [2020-10-28T21:55:58.637Z] Step 7/20 : RUN go mod downloadStep 7/23 : RUN go mod download [2020-10-28T21:55:58.637Z] [2020-10-28T21:55:58.637Z] ---> Running in fd1cffd23f6b [2020-10-28T21:55:58.913Z] ---> Running in 4d6b5fdbabea [2020-10-28T21:55:58.913Z] ---> Running in c0ceadd962e6 [2020-10-28T21:56:03.249Z] Removing intermediate container 14694b3e54d9 [2020-10-28T21:56:03.249Z] ---> 1e3bc5947c17 [2020-10-28T21:56:03.249Z] Step 8/22 : COPY . . [2020-10-28T21:56:03.857Z] Removing intermediate container 4d6b5fdbabea [2020-10-28T21:56:03.857Z] ---> 23635a4dc229 [2020-10-28T21:56:03.857Z] Step 8/23 : COPY . . [2020-10-28T21:56:03.857Z] Removing intermediate container 0ad7e543f325 [2020-10-28T21:56:03.857Z] ---> fea8eaca6cd1 [2020-10-28T21:56:03.857Z] Step 8/22 : COPY . . [2020-10-28T21:56:04.134Z] Removing intermediate container c0ceadd962e6 [2020-10-28T21:56:04.134Z] ---> e561dcfb1559 [2020-10-28T21:56:04.134Z] Step 8/20 : COPY . . [2020-10-28T21:56:04.134Z] Removing intermediate container fd1cffd23f6b [2020-10-28T21:56:04.134Z] ---> a06877ed33e6 [2020-10-28T21:56:04.134Z] Step 8/24 : COPY . . [2020-10-28T21:56:26.345Z] ---> 2a19d50b30a1 [2020-10-28T21:56:26.345Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T21:56:26.345Z] ---> cf227bd2a415 [2020-10-28T21:56:26.345Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T21:56:26.345Z] ---> 2bdad5c0c514 [2020-10-28T21:56:26.345Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T21:56:26.345Z] ---> 22b6341116f1 [2020-10-28T21:56:26.345Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T21:56:26.345Z] ---> 2daba8e08683 [2020-10-28T21:56:26.345Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T21:56:26.345Z] ---> Running in 63a05e4c173b [2020-10-28T21:56:26.345Z] ---> Running in 7e446cfdbfa0 [2020-10-28T21:56:26.345Z] ---> Running in 17eb8b103150 [2020-10-28T21:56:26.345Z] ---> Running in 3da71defa014 [2020-10-28T21:56:26.345Z] ---> Running in 49931ad55bf2 [2020-10-28T21:56:28.341Z] 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-28T21:56:28.341Z] 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-28T21:56:28.615Z] 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-28T21:56:28.893Z] 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-28T21:56:28.893Z] 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-28T21:58:05.766Z] Removing intermediate container 3da71defa014 [2020-10-28T21:58:05.766Z] ---> b8bbd11da80e [2020-10-28T21:58:05.766Z] [2020-10-28T21:58:05.766Z] Step 10/20 : FROM alpine [2020-10-28T21:58:05.766Z] latest: Pulling from library/alpine [2020-10-28T21:58:05.766Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T21:58:05.766Z] Status: Downloaded newer image for alpine:latest [2020-10-28T21:58:05.766Z] ---> 2e77e061c27f [2020-10-28T21:58:05.766Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T21:58:05.766Z] ---> Running in 2d64ecc9ead1 [2020-10-28T21:58:05.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:58:05.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:58:05.766Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:58:05.766Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:58:05.766Z] OK: 12615 distinct packages available [2020-10-28T21:58:05.766Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T21:58:05.766Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T21:58:05.766Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T21:58:05.766Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T21:58:05.766Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T21:58:05.766Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T21:58:05.766Z] OK: 7 MiB in 18 packages [2020-10-28T21:58:05.766Z] Removing intermediate container 2d64ecc9ead1 [2020-10-28T21:58:05.766Z] ---> bb6d7992076b [2020-10-28T21:58:05.766Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T21:58:05.766Z] ---> Running in 0e87fd8823cb [2020-10-28T21:58:05.766Z] Removing intermediate container 0e87fd8823cb [2020-10-28T21:58:05.766Z] ---> b21c475abef1 [2020-10-28T21:58:05.766Z] Step 13/20 : WORKDIR /edgex [2020-10-28T21:58:05.766Z] ---> Running in f340f8ca04f6 [2020-10-28T21:58:05.766Z] Removing intermediate container f340f8ca04f6 [2020-10-28T21:58:05.766Z] ---> 7301956689b8 [2020-10-28T21:58:05.766Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T21:58:05.766Z] ---> 7db9e6dcfdbe [2020-10-28T21:58:05.766Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T21:58:05.766Z] ---> b02c9f851948 [2020-10-28T21:58:06.044Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T21:58:06.644Z] ---> Running in 1b22bd14b0ef [2020-10-28T21:58:06.921Z] Removing intermediate container 17eb8b103150 [2020-10-28T21:58:06.921Z] ---> 2b7803e9527a [2020-10-28T21:58:06.921Z] [2020-10-28T21:58:06.921Z] Step 10/22 : FROM scratch [2020-10-28T21:58:06.921Z] ---> [2020-10-28T21:58:06.921Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T21:58:07.211Z] ---> Running in b8921a3d55a6 [2020-10-28T21:58:07.211Z] Removing intermediate container 1b22bd14b0ef [2020-10-28T21:58:07.211Z] ---> 52ada44dc988 [2020-10-28T21:58:07.211Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T21:58:07.489Z] ---> Running in 00a0b60ab8fb [2020-10-28T21:58:08.102Z] Removing intermediate container b8921a3d55a6 [2020-10-28T21:58:08.102Z] ---> 2de4202765c5 [2020-10-28T21:58:08.102Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T21:58:08.102Z] ---> Running in 0f14075354ee [2020-10-28T21:58:08.378Z] Removing intermediate container 00a0b60ab8fb [2020-10-28T21:58:08.378Z] ---> 6cfd0681a28e [2020-10-28T21:58:08.378Z] Step 18/20 : LABEL arch=arm64 [2020-10-28T21:58:08.653Z] ---> Running in b1a10f851d9a [2020-10-28T21:58:08.929Z] Removing intermediate container 0f14075354ee [2020-10-28T21:58:08.929Z] ---> 98d72cdff74b [2020-10-28T21:58:08.929Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T21:58:09.204Z] ---> Running in 85b599397fa7 [2020-10-28T21:58:09.479Z] Removing intermediate container b1a10f851d9a [2020-10-28T21:58:09.479Z] ---> 213a30531b47 [2020-10-28T21:58:09.479Z] Step 19/20 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:58:09.755Z] ---> Running in 9652caa4e142 [2020-10-28T21:58:10.031Z] Removing intermediate container 85b599397fa7 [2020-10-28T21:58:10.031Z] ---> e52ee10ba716 [2020-10-28T21:58:10.031Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T21:58:10.305Z] Removing intermediate container 9652caa4e142 [2020-10-28T21:58:10.305Z] ---> c80a86997fe4 [2020-10-28T21:58:10.305Z] Step 20/20 : LABEL version=0.0.0 [2020-10-28T21:58:10.583Z] ---> Running in ee3a2f19de45 [2020-10-28T21:58:11.573Z] Removing intermediate container ee3a2f19de45 [2020-10-28T21:58:11.573Z] ---> 6ae4e80db933 [2020-10-28T21:58:11.573Z] [2020-10-28T21:58:11.573Z] ---> ad7dc8079b96 [2020-10-28T21:58:11.573Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T21:58:12.190Z] Successfully built 6ae4e80db933 [2020-10-28T21:58:12.190Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-28T21:58:12.190Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2020-10-28T21:58:12.468Z] ---> 2ff3a086630d [2020-10-28T21:58:12.468Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T21:58:15.895Z] ---> 80d98d5bfaff [2020-10-28T21:58:15.895Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T21:58:18.549Z] ---> 4113af0ae95d [2020-10-28T21:58:18.549Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T21:58:18.549Z] ---> Running in a6b199c714d5 [2020-10-28T21:58:19.708Z] Removing intermediate container a6b199c714d5 [2020-10-28T21:58:19.708Z] ---> 66affa05c0a6 [2020-10-28T21:58:19.708Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:58:20.001Z] ---> Running in 16b8931f99ce [2020-10-28T21:58:22.071Z] Removing intermediate container 16b8931f99ce [2020-10-28T21:58:22.071Z] ---> faf17f0db2b3 [2020-10-28T21:58:22.071Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T21:58:22.353Z] ---> Running in df33bcb62be7 [2020-10-28T21:58:22.630Z] Removing intermediate container 63a05e4c173b [2020-10-28T21:58:22.630Z] ---> b8a72a7beed4 [2020-10-28T21:58:22.630Z] [2020-10-28T21:58:22.630Z] Step 10/22 : FROM scratch [2020-10-28T21:58:22.630Z] ---> [2020-10-28T21:58:22.630Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T21:58:23.233Z] ---> Running in 64484cad0bd7 [2020-10-28T21:58:23.857Z] Removing intermediate container df33bcb62be7 [2020-10-28T21:58:23.857Z] ---> 0a51aed30ca3 [2020-10-28T21:58:23.857Z] Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:58:24.130Z] Removing intermediate container 49931ad55bf2 [2020-10-28T21:58:24.130Z] ---> c76e31b4c750 [2020-10-28T21:58:24.130Z] [2020-10-28T21:58:24.130Z] Step 10/24 : FROM scratch [2020-10-28T21:58:24.130Z] ---> [2020-10-28T21:58:24.130Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T21:58:24.130Z] ---> Using cache [2020-10-28T21:58:24.130Z] ---> 2de4202765c5 [2020-10-28T21:58:24.130Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T21:58:24.130Z] Removing intermediate container 64484cad0bd7 [2020-10-28T21:58:24.130Z] ---> 0fc173417c4d [2020-10-28T21:58:24.130Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T21:58:24.728Z] ---> Running in 424268f4a633 [2020-10-28T21:58:24.728Z] ---> Running in 85b5b2c87464 [2020-10-28T21:58:24.728Z] ---> Running in 09413e11c7cf [2020-10-28T21:58:26.183Z] Removing intermediate container 85b5b2c87464 [2020-10-28T21:58:26.183Z] ---> 2a45210d0869 [2020-10-28T21:58:26.183Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T21:58:26.458Z] Removing intermediate container 424268f4a633 [2020-10-28T21:58:26.458Z] ---> 784382a9fb60 [2020-10-28T21:58:26.458Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T21:58:26.728Z] Removing intermediate container 09413e11c7cf [2020-10-28T21:58:26.728Z] ---> 4bb11dacf1ff [2020-10-28T21:58:26.728Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T21:58:26.728Z] ---> Running in 0e685463fe4b [2020-10-28T21:58:27.005Z] ---> Running in f745963630d9 [2020-10-28T21:58:27.005Z] ---> Running in 4e04fc8b25ce [2020-10-28T21:58:27.620Z] Removing intermediate container 0e685463fe4b [2020-10-28T21:58:27.620Z] ---> 93ea8ee49f83 [2020-10-28T21:58:27.620Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T21:58:27.920Z] Removing intermediate container f745963630d9 [2020-10-28T21:58:27.920Z] ---> 2527b75c923d [2020-10-28T21:58:27.920Z] [2020-10-28T21:58:28.201Z] Removing intermediate container 4e04fc8b25ce [2020-10-28T21:58:28.201Z] ---> cccfdeaa53a0 [2020-10-28T21:58:28.201Z] Step 14/22 : WORKDIR / [2020-10-28T21:58:28.478Z] ---> Running in 4a2a31f7f6ff [2020-10-28T21:58:28.755Z] Successfully built 2527b75c923d [2020-10-28T21:58:29.037Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-28T21:58:29.037Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-10-28T21:58:29.327Z] ---> cfe24ce0c421 [2020-10-28T21:58:29.327Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T21:58:29.605Z] Removing intermediate container 4a2a31f7f6ff [2020-10-28T21:58:29.605Z] ---> df9151b6ac35 [2020-10-28T21:58:29.605Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T21:58:31.058Z] ---> 2808d50a7318 [2020-10-28T21:58:31.058Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T21:58:31.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:58:31.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:58:31.336Z] ---> 86fca46927f6 [2020-10-28T21:58:31.336Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T21:58:31.336Z] ---> Using cache [2020-10-28T21:58:31.336Z] ---> 1dbb2ca25337 [2020-10-28T21:58:31.336Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:58:31.336Z] ---> Using cache [2020-10-28T21:58:31.336Z] ---> e1aca6e71f61 [2020-10-28T21:58:31.336Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T21:58:31.336Z] ---> Using cache [2020-10-28T21:58:31.336Z] ---> 457fd9ecc074 [2020-10-28T21:58:31.336Z] Step 6/22 : COPY go.mod . [2020-10-28T21:58:31.336Z] ---> Using cache [2020-10-28T21:58:31.336Z] ---> 39681501572a [2020-10-28T21:58:31.336Z] Step 7/22 : RUN go mod download [2020-10-28T21:58:31.336Z] ---> Using cache [2020-10-28T21:58:31.336Z] ---> 1e3bc5947c17 [2020-10-28T21:58:31.336Z] Step 8/22 : COPY . . [2020-10-28T21:58:31.615Z] ---> Using cache [2020-10-28T21:58:31.615Z] ---> 2a19d50b30a1 [2020-10-28T21:58:31.615Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-10-28T21:58:31.615Z] ---> b2de1018ab0c [2020-10-28T21:58:31.615Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T21:58:32.606Z] ---> Running in 668407f2c5f2 [2020-10-28T21:58:33.609Z] ---> ecc7659284d8 [2020-10-28T21:58:33.609Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T21:58:34.213Z] ---> 1d0561112d9e [2020-10-28T21:58:34.213Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T21:58:35.661Z] ---> c5eb683e34d3 [2020-10-28T21:58:35.661Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T21:58:35.949Z] ---> 6623ba2cada8 [2020-10-28T21:58:35.949Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T21:58:35.949Z] ---> Running in 5f3335ef839d [2020-10-28T21:58:36.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-10-28T21:58:37.213Z] Removing intermediate container 5f3335ef839d [2020-10-28T21:58:37.213Z] ---> ea0d3875a90f [2020-10-28T21:58:37.213Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:58:37.213Z] ---> Running in 54d8434d377c [2020-10-28T21:58:37.814Z] ---> d83ec096e5be [2020-10-28T21:58:37.814Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T21:58:38.087Z] Removing intermediate container 54d8434d377c [2020-10-28T21:58:38.087Z] ---> 810dd9e022e4 [2020-10-28T21:58:38.087Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T21:58:38.362Z] ---> Running in cd965402a144 [2020-10-28T21:58:39.348Z] ---> 0425407fcf3a [2020-10-28T21:58:39.348Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T21:58:39.954Z] ---> Running in 235f38b17c11 [2020-10-28T21:58:39.954Z] Removing intermediate container cd965402a144 [2020-10-28T21:58:39.954Z] ---> 3052ce9c034c [2020-10-28T21:58:39.954Z] Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:58:40.563Z] ---> Running in 2ddf59a2bd70 [2020-10-28T21:58:41.165Z] Removing intermediate container 235f38b17c11 [2020-10-28T21:58:41.165Z] ---> 614145917c9d [2020-10-28T21:58:41.165Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:58:41.442Z] ---> Running in 7083f96b26b1 [2020-10-28T21:58:41.442Z] Removing intermediate container 2ddf59a2bd70 [2020-10-28T21:58:41.442Z] ---> 3995f37f24ba [2020-10-28T21:58:41.442Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T21:58:42.046Z] ---> Running in 92136251c4ff [2020-10-28T21:58:43.064Z] Removing intermediate container 7083f96b26b1 [2020-10-28T21:58:43.064Z] ---> cad5bf627319 [2020-10-28T21:58:43.064Z] Step 22/24 : LABEL arch=arm64 [2020-10-28T21:58:43.064Z] Removing intermediate container 92136251c4ff [2020-10-28T21:58:43.064Z] ---> fca110df7d50 [2020-10-28T21:58:43.064Z] [2020-10-28T21:58:43.344Z] ---> Running in 71ba03b3f6ec [2020-10-28T21:58:44.801Z] Successfully built fca110df7d50 [2020-10-28T21:58:45.082Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-28T21:58:45.082Z] Building docker-sys-mgmt-agent-go [2020-10-28T21:58:45.368Z]  Building docker-core-command-go ... done Removing intermediate container 71ba03b3f6ec [2020-10-28T21:58:45.368Z] ---> 0e3d2d498d58 [2020-10-28T21:58:45.368Z] Step 23/24 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:58:45.978Z] ---> Running in d3946f452ac2 [2020-10-28T21:58:46.975Z] Removing intermediate container 7e446cfdbfa0 [2020-10-28T21:58:46.975Z] ---> f151966a9a1f [2020-10-28T21:58:46.975Z] [2020-10-28T21:58:46.975Z] Step 10/23 : FROM alpine [2020-10-28T21:58:46.975Z] ---> 2e77e061c27f [2020-10-28T21:58:46.975Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T21:58:46.975Z] Removing intermediate container d3946f452ac2 [2020-10-28T21:58:46.975Z] ---> d3b5c21d4494 [2020-10-28T21:58:46.975Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T21:58:47.262Z] ---> Running in 4217bba5e735 [2020-10-28T21:58:47.861Z] ---> Running in 2f0dc078c6e4 [2020-10-28T21:58:48.461Z] Removing intermediate container 4217bba5e735 [2020-10-28T21:58:48.461Z] ---> f188bcd9f35b [2020-10-28T21:58:48.461Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T21:58:48.746Z] Removing intermediate container 2f0dc078c6e4 [2020-10-28T21:58:48.746Z] ---> bd4351334bb8 [2020-10-28T21:58:48.746Z] [2020-10-28T21:58:49.024Z] ---> Running in fdc99c8876c1 [2020-10-28T21:58:49.300Z] Successfully built bd4351334bb8 [2020-10-28T21:58:49.300Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-28T21:58:49.300Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-10-28T21:58:50.282Z] Removing intermediate container fdc99c8876c1 [2020-10-28T21:58:50.282Z] ---> 99fdbd708fa4 [2020-10-28T21:58:50.282Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T21:58:50.556Z] ---> Running in 12abb259f0a4 [2020-10-28T21:58:51.152Z] Removing intermediate container 12abb259f0a4 [2020-10-28T21:58:51.152Z] ---> b15abb35c0e1 [2020-10-28T21:58:51.152Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:58:51.747Z] ---> Running in fdfce28464ee [2020-10-28T21:58:55.150Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:58:55.150Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:58:55.150Z] ---> 86fca46927f6 [2020-10-28T21:58:55.151Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T21:58:55.151Z] ---> Using cache [2020-10-28T21:58:55.151Z] ---> 1dbb2ca25337 [2020-10-28T21:58:55.151Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:58:55.151Z] ---> Using cache [2020-10-28T21:58:55.151Z] ---> e1aca6e71f61 [2020-10-28T21:58:55.151Z] Step 5/24 : RUN apk update && apk add make git [2020-10-28T21:58:55.151Z] ---> Using cache [2020-10-28T21:58:55.151Z] ---> 457fd9ecc074 [2020-10-28T21:58:55.151Z] Step 6/24 : COPY go.mod . [2020-10-28T21:58:55.151Z] ---> Using cache [2020-10-28T21:58:55.151Z] ---> 39681501572a [2020-10-28T21:58:55.151Z] Step 7/24 : RUN go mod download [2020-10-28T21:58:55.151Z] ---> Using cache [2020-10-28T21:58:55.151Z] ---> 1e3bc5947c17 [2020-10-28T21:58:55.151Z] Step 8/24 : COPY . . [2020-10-28T21:58:55.151Z] ---> Using cache [2020-10-28T21:58:55.151Z] ---> 2a19d50b30a1 [2020-10-28T21:58:55.151Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-10-28T21:58:57.136Z] ---> Running in 1205ed4b560e [2020-10-28T21:58:57.414Z] Removing intermediate container fdfce28464ee [2020-10-28T21:58:57.414Z] ---> 6b89cf149975 [2020-10-28T21:58:57.414Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T21:58:57.692Z] ---> Running in 2ed4d5758936 [2020-10-28T21:58:59.136Z] 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-28T21:58:59.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:59:00.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:59:01.712Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T21:59:01.712Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T21:59:01.989Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T21:59:01.989Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T21:59:02.268Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T21:59:02.268Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T21:59:02.268Z] OK: 8 MiB in 19 packages [2020-10-28T21:59:05.683Z] Removing intermediate container 2ed4d5758936 [2020-10-28T21:59:05.683Z] ---> 187ed5eaf8cc [2020-10-28T21:59:05.683Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T21:59:07.685Z] ---> d75282a06d18 [2020-10-28T21:59:07.685Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T21:59:10.713Z] ---> 3476cdc0fe54 [2020-10-28T21:59:10.713Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T21:59:12.698Z] ---> cf0d00b7670e [2020-10-28T21:59:12.698Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T21:59:12.698Z] ---> Running in 8009c4d9580c [2020-10-28T21:59:13.681Z] Removing intermediate container 8009c4d9580c [2020-10-28T21:59:13.681Z] ---> f277daf1eb55 [2020-10-28T21:59:13.681Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T21:59:13.963Z] ---> Running in d963b11f673c [2020-10-28T21:59:14.951Z] Removing intermediate container d963b11f673c [2020-10-28T21:59:14.951Z] ---> 3febfb5e1d8c [2020-10-28T21:59:14.951Z] Step 21/23 : LABEL arch=arm64 [2020-10-28T21:59:14.951Z] ---> Running in 4c181f07c497 [2020-10-28T21:59:16.392Z] Removing intermediate container 4c181f07c497 [2020-10-28T21:59:16.392Z] ---> b5504bcccae2 [2020-10-28T21:59:16.392Z] Step 22/23 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T21:59:16.392Z] ---> Running in 810b6607567a [2020-10-28T21:59:17.380Z] Removing intermediate container 810b6607567a [2020-10-28T21:59:17.380Z] ---> d5ce9081afbb [2020-10-28T21:59:17.380Z] Step 23/23 : LABEL version=0.0.0 [2020-10-28T21:59:17.979Z] ---> Running in 49370854d93f [2020-10-28T21:59:18.960Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:59:18.960Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:59:18.960Z] ---> 86fca46927f6 [2020-10-28T21:59:18.960Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T21:59:18.960Z] ---> Using cache [2020-10-28T21:59:18.960Z] ---> 1dbb2ca25337 [2020-10-28T21:59:18.960Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:59:18.960Z] ---> Using cache [2020-10-28T21:59:18.960Z] ---> e1aca6e71f61 [2020-10-28T21:59:18.960Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T21:59:18.960Z] ---> Running in 571b765d8aea [2020-10-28T21:59:19.242Z] Removing intermediate container 49370854d93f [2020-10-28T21:59:19.242Z] ---> 74f4389294e6 [2020-10-28T21:59:19.242Z] [2020-10-28T21:59:20.231Z] Successfully built 74f4389294e6 [2020-10-28T21:59:20.231Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-28T21:59:20.231Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-28T21:59:21.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:59:22.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:59:23.927Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:59:23.927Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:59:23.927Z] OK: 12623 distinct packages available [2020-10-28T21:59:24.933Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:59:24.933Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T21:59:24.933Z] ---> 86fca46927f6 [2020-10-28T21:59:24.933Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T21:59:24.933Z] ---> Using cache [2020-10-28T21:59:24.933Z] ---> 1dbb2ca25337 [2020-10-28T21:59:24.933Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T21:59:24.933Z] ---> Using cache [2020-10-28T21:59:24.933Z] ---> e1aca6e71f61 [2020-10-28T21:59:24.933Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T21:59:24.933Z] ---> Using cache [2020-10-28T21:59:24.933Z] ---> 457fd9ecc074 [2020-10-28T21:59:24.933Z] Step 6/21 : COPY go.mod . [2020-10-28T21:59:24.933Z] ---> Using cache [2020-10-28T21:59:24.933Z] ---> 39681501572a [2020-10-28T21:59:24.933Z] Step 7/21 : RUN go mod download [2020-10-28T21:59:24.933Z] ---> Using cache [2020-10-28T21:59:24.933Z] ---> 1e3bc5947c17 [2020-10-28T21:59:24.933Z] Step 8/21 : COPY . . [2020-10-28T21:59:24.933Z] ---> Using cache [2020-10-28T21:59:24.933Z] ---> 2a19d50b30a1 [2020-10-28T21:59:24.933Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T21:59:24.933Z] OK: 217 MiB in 51 packages [2020-10-28T21:59:26.379Z] ---> Running in 59ae3bd163f3 [2020-10-28T21:59:28.366Z] Removing intermediate container 571b765d8aea [2020-10-28T21:59:28.366Z] ---> 72eae9c8791d [2020-10-28T21:59:28.366Z] Step 6/27 : COPY go.mod . [2020-10-28T21:59:28.973Z] 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-28T21:59:29.964Z] ---> f988481fa3ee [2020-10-28T21:59:29.964Z] Step 7/27 : RUN go mod download [2020-10-28T21:59:30.244Z] ---> Running in 22a19ea61b42 [2020-10-28T21:59:34.563Z] Removing intermediate container 668407f2c5f2 [2020-10-28T21:59:34.563Z] ---> edba32be81aa [2020-10-28T21:59:34.563Z] [2020-10-28T21:59:34.563Z] Step 10/22 : FROM alpine:3.10 [2020-10-28T21:59:34.563Z] 3.10: Pulling from library/alpine [2020-10-28T21:59:36.561Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T21:59:36.561Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T21:59:36.561Z] ---> 536a684cf733 [2020-10-28T21:59:36.561Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T21:59:37.165Z] Removing intermediate container 22a19ea61b42 [2020-10-28T21:59:37.165Z] ---> 40715d8260fe [2020-10-28T21:59:37.165Z] Step 8/27 : COPY . . [2020-10-28T21:59:37.441Z] ---> Running in ba8f636fa801 [2020-10-28T21:59:40.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:59:40.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:59:41.457Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T21:59:41.457Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T21:59:41.457Z] OK: 10167 distinct packages available [2020-10-28T21:59:42.061Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T21:59:42.336Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T21:59:42.336Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T21:59:42.336Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T21:59:42.336Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T21:59:42.336Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T21:59:42.336Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T21:59:42.946Z] OK: 7 MiB in 19 packages [2020-10-28T21:59:46.369Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T21:59:46.369Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T21:59:46.369Z] ---> 86fca46927f6 [2020-10-28T21:59:46.369Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T21:59:46.369Z] ---> Using cache [2020-10-28T21:59:46.369Z] ---> 1dbb2ca25337 [2020-10-28T21:59:46.369Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T21:59:46.647Z] ---> Running in c80bc8b5991d [2020-10-28T21:59:47.641Z] Removing intermediate container ba8f636fa801 [2020-10-28T21:59:47.641Z] ---> 7fba526fab66 [2020-10-28T21:59:47.641Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-10-28T21:59:48.242Z] ---> Running in 35931130c967 [2020-10-28T21:59:49.234Z] Removing intermediate container 35931130c967 [2020-10-28T21:59:49.234Z] ---> 66c2c6d957f2 [2020-10-28T21:59:49.234Z] Step 13/22 : WORKDIR / [2020-10-28T21:59:49.537Z] ---> Running in 3abec10fe636 [2020-10-28T21:59:49.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T21:59:50.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T21:59:50.532Z] Removing intermediate container 3abec10fe636 [2020-10-28T21:59:50.532Z] ---> a1be7651b86f [2020-10-28T21:59:50.532Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-10-28T21:59:51.529Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T21:59:51.529Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T21:59:51.529Z] OK: 12623 distinct packages available [2020-10-28T21:59:52.527Z] OK: 217 MiB in 51 packages [2020-10-28T21:59:52.527Z] ---> d7b890cf89aa [2020-10-28T21:59:52.527Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-10-28T21:59:55.191Z] Removing intermediate container c80bc8b5991d [2020-10-28T21:59:55.191Z] ---> 143bedcda351 [2020-10-28T21:59:55.191Z] Step 5/29 : COPY go.mod . [2020-10-28T21:59:55.469Z] ---> 60cd050ed028 [2020-10-28T21:59:55.469Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-10-28T21:59:56.917Z] ---> 3fbb5a7230e1 [2020-10-28T21:59:56.917Z] Step 6/29 : RUN go mod download [2020-10-28T21:59:56.917Z] ---> Running in ee8b1eb155ee [2020-10-28T21:59:57.195Z] ---> 49a6bd7adb4b [2020-10-28T21:59:57.195Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-10-28T21:59:59.184Z] ---> 634b1e8df9b7 [2020-10-28T21:59:59.184Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-10-28T21:59:59.457Z] 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-28T21:59:59.736Z] ---> Running in b496d9d63a03 [2020-10-28T22:00:02.386Z] ---> 0e6ca0c3e5dd [2020-10-28T22:00:02.386Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T22:00:02.671Z] ---> Running in 23704ac7d037 [2020-10-28T22:00:02.955Z] Removing intermediate container ee8b1eb155ee [2020-10-28T22:00:02.955Z] ---> ffa22870ed9c [2020-10-28T22:00:02.955Z] Step 7/29 : COPY . . [2020-10-28T22:00:04.426Z] Removing intermediate container b496d9d63a03 [2020-10-28T22:00:04.426Z] ---> 1d307a2d344f [2020-10-28T22:00:04.426Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-10-28T22:00:04.703Z] ---> Running in a28cf681bad6 [2020-10-28T22:00:05.699Z] 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-28T22:00:05.699Z] Removing intermediate container a28cf681bad6 [2020-10-28T22:00:05.699Z] ---> b3306d12c857 [2020-10-28T22:00:05.699Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T22:00:05.988Z] ---> Running in cda298779115 [2020-10-28T22:00:06.993Z] Removing intermediate container cda298779115 [2020-10-28T22:00:06.993Z] ---> 2b331d3cc62a [2020-10-28T22:00:06.993Z] Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T22:00:07.615Z] ---> Running in 92a5e8e37063 [2020-10-28T22:00:08.623Z] Removing intermediate container 92a5e8e37063 [2020-10-28T22:00:08.623Z] ---> 08e2518a0f5b [2020-10-28T22:00:08.623Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T22:00:08.909Z] ---> Running in 8ab14fea20c0 [2020-10-28T22:00:09.905Z] Removing intermediate container 8ab14fea20c0 [2020-10-28T22:00:09.905Z] ---> 576170ec02b3 [2020-10-28T22:00:09.905Z] [2020-10-28T22:00:10.905Z] Successfully built 576170ec02b3 [2020-10-28T22:00:10.905Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-10-28T22:00:10.905Z] Building docker-core-metadata-go [2020-10-28T22:00:17.693Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1205ed4b560e [2020-10-28T22:00:17.693Z] ---> 84b878707c65 [2020-10-28T22:00:17.693Z] [2020-10-28T22:00:17.693Z] Step 10/24 : FROM alpine:3.10 [2020-10-28T22:00:17.693Z] ---> 536a684cf733 [2020-10-28T22:00:17.693Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T22:00:17.693Z] ---> Using cache [2020-10-28T22:00:17.693Z] ---> 7fba526fab66 [2020-10-28T22:00:17.693Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T22:00:17.693Z] ---> Running in 4be12d35f775 [2020-10-28T22:00:18.691Z] Removing intermediate container 4be12d35f775 [2020-10-28T22:00:18.691Z] ---> a56f9e25194a [2020-10-28T22:00:18.691Z] Step 13/24 : WORKDIR / [2020-10-28T22:00:18.691Z] ---> Running in 07ac5993d7b6 [2020-10-28T22:00:20.158Z] Removing intermediate container 07ac5993d7b6 [2020-10-28T22:00:20.158Z] ---> b74813044519 [2020-10-28T22:00:20.158Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T22:00:22.157Z] ---> 28f8476803f6 [2020-10-28T22:00:22.157Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T22:00:23.159Z] ---> cec53b9cf5e7 [2020-10-28T22:00:23.159Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T22:00:23.437Z] ---> Running in e280db65b702 [2020-10-28T22:00:23.714Z] ---> ccafc14567a0 [2020-10-28T22:00:23.714Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T22:00:26.360Z] ---> 20e850a3a6b7 [2020-10-28T22:00:26.360Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T22:00:26.970Z] 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-28T22:00:28.987Z] ---> e9eaa8117513 [2020-10-28T22:00:28.987Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T22:00:31.128Z] ---> b680cefc2161 [2020-10-28T22:00:31.128Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T22:00:32.192Z] ---> 9ac7a3caed7d [2020-10-28T22:00:32.192Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T22:00:32.469Z] ---> Running in 7eb38fd1f8da [2020-10-28T22:00:33.930Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T22:00:33.930Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T22:00:33.930Z] ---> 86fca46927f6 [2020-10-28T22:00:33.930Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T22:00:33.930Z] ---> Using cache [2020-10-28T22:00:33.930Z] ---> 1dbb2ca25337 [2020-10-28T22:00:33.930Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T22:00:33.930Z] ---> Using cache [2020-10-28T22:00:33.930Z] ---> e1aca6e71f61 [2020-10-28T22:00:33.930Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T22:00:33.930Z] ---> Using cache [2020-10-28T22:00:33.930Z] ---> 457fd9ecc074 [2020-10-28T22:00:33.930Z] Step 6/22 : COPY go.mod . [2020-10-28T22:00:33.930Z] ---> Using cache [2020-10-28T22:00:33.930Z] ---> 39681501572a [2020-10-28T22:00:33.930Z] Step 7/22 : RUN go mod download [2020-10-28T22:00:33.930Z] ---> Using cache [2020-10-28T22:00:33.930Z] ---> 1e3bc5947c17 [2020-10-28T22:00:33.930Z] Step 8/22 : COPY . . [2020-10-28T22:00:33.930Z] ---> Using cache [2020-10-28T22:00:33.930Z] ---> 2a19d50b30a1 [2020-10-28T22:00:33.930Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T22:00:34.211Z] ---> Running in 99d95b2c8537 [2020-10-28T22:00:36.864Z] Removing intermediate container 7eb38fd1f8da [2020-10-28T22:00:36.864Z] ---> 2d03178a83a4 [2020-10-28T22:00:36.864Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T22:00:36.864Z] 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-28T22:00:36.864Z] ---> Running in c5a286fb9afb [2020-10-28T22:00:37.857Z] Removing intermediate container c5a286fb9afb [2020-10-28T22:00:37.857Z] ---> 652a13042c1c [2020-10-28T22:00:37.857Z] Step 22/24 : LABEL arch=arm64 [2020-10-28T22:00:37.857Z] ---> Running in 8bb2b6d93f96 [2020-10-28T22:00:38.467Z] Removing intermediate container 8bb2b6d93f96 [2020-10-28T22:00:38.467Z] ---> 806448b98452 [2020-10-28T22:00:38.467Z] Step 23/24 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T22:00:38.742Z] ---> Running in 25b394607536 [2020-10-28T22:00:39.351Z] Removing intermediate container 25b394607536 [2020-10-28T22:00:39.351Z] ---> 51fc8ab98129 [2020-10-28T22:00:39.351Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T22:00:39.351Z] ---> Running in d186269d949e [2020-10-28T22:00:39.955Z] Removing intermediate container d186269d949e [2020-10-28T22:00:39.955Z] ---> dba8f8182167 [2020-10-28T22:00:39.955Z] [2020-10-28T22:00:40.557Z] Successfully built dba8f8182167 [2020-10-28T22:00:40.557Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-28T22:01:07.410Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 59ae3bd163f3 [2020-10-28T22:01:07.410Z] ---> b63753863232 [2020-10-28T22:01:07.410Z] [2020-10-28T22:01:07.410Z] Step 10/21 : FROM scratch [2020-10-28T22:01:07.410Z] ---> [2020-10-28T22:01:07.410Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:01:07.410Z] ---> Using cache [2020-10-28T22:01:07.410Z] ---> 0fc173417c4d [2020-10-28T22:01:07.410Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T22:01:07.410Z] ---> Running in d3dd13dbc99d [2020-10-28T22:01:07.410Z] Removing intermediate container d3dd13dbc99d [2020-10-28T22:01:07.410Z] ---> 9ab0d2cbd26c [2020-10-28T22:01:07.410Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T22:01:07.410Z] ---> Running in 3bdad43cb689 [2020-10-28T22:01:07.410Z] Removing intermediate container 3bdad43cb689 [2020-10-28T22:01:07.410Z] ---> ff70f9d069d9 [2020-10-28T22:01:07.410Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T22:01:07.410Z] ---> 1a31c2fa6f44 [2020-10-28T22:01:07.410Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T22:01:07.694Z] ---> acca843f6f69 [2020-10-28T22:01:07.694Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T22:01:08.685Z] ---> 1c6666c6af14 [2020-10-28T22:01:08.685Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T22:01:08.963Z] ---> Running in 840c8be57e92 [2020-10-28T22:01:09.576Z] Removing intermediate container 840c8be57e92 [2020-10-28T22:01:09.576Z] ---> 8f05914dd752 [2020-10-28T22:01:09.576Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:01:09.853Z] ---> Running in 30bf42fa3169 [2020-10-28T22:01:10.465Z] Removing intermediate container 30bf42fa3169 [2020-10-28T22:01:10.465Z] ---> c0196367e57a [2020-10-28T22:01:10.465Z] Step 19/21 : LABEL arch=arm64 [2020-10-28T22:01:10.465Z] ---> Running in 1d46594c3d76 [2020-10-28T22:01:11.069Z] Removing intermediate container 1d46594c3d76 [2020-10-28T22:01:11.069Z] ---> 4814e7f6e133 [2020-10-28T22:01:11.069Z] Step 20/21 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T22:01:11.347Z] ---> Running in a632664aa6df [2020-10-28T22:01:11.960Z] Removing intermediate container a632664aa6df [2020-10-28T22:01:11.960Z] ---> ec03a6bd7db5 [2020-10-28T22:01:11.960Z] Step 21/21 : LABEL version=0.0.0 [2020-10-28T22:01:11.960Z] ---> Running in ea3540e81a36 [2020-10-28T22:01:12.954Z] Removing intermediate container ea3540e81a36 [2020-10-28T22:01:12.954Z] ---> d1eaa53130c5 [2020-10-28T22:01:12.954Z] [2020-10-28T22:01:13.230Z] Successfully built d1eaa53130c5 [2020-10-28T22:01:13.230Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-28T22:01:25.669Z]  Building docker-support-scheduler-go ... done Removing intermediate container 23704ac7d037 [2020-10-28T22:01:25.669Z] ---> a24fa88763db [2020-10-28T22:01:25.669Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T22:01:25.669Z] ---> Running in 1c3e4ab4314c [2020-10-28T22:01:27.108Z] 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-28T22:01:29.743Z] Removing intermediate container e280db65b702 [2020-10-28T22:01:29.743Z] ---> 7742fbd69fa8 [2020-10-28T22:01:29.743Z] [2020-10-28T22:01:29.743Z] Step 9/29 : FROM alpine:latest [2020-10-28T22:01:29.743Z] ---> 2e77e061c27f [2020-10-28T22:01:29.743Z] 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-28T22:01:29.743Z] ---> Running in 495ba5cd6f93 [2020-10-28T22:01:30.745Z] Removing intermediate container 495ba5cd6f93 [2020-10-28T22:01:30.745Z] ---> deb229c122e6 [2020-10-28T22:01:30.745Z] Step 11/29 : USER root [2020-10-28T22:01:30.745Z] ---> Running in df9baaf23d50 [2020-10-28T22:01:31.022Z] Removing intermediate container 1c3e4ab4314c [2020-10-28T22:01:31.022Z] ---> 8e82cb7eb5e0 [2020-10-28T22:01:31.022Z] [2020-10-28T22:01:31.022Z] Step 11/27 : FROM docker:latest [2020-10-28T22:01:31.022Z] ---> 5d4db4dc0692 [2020-10-28T22:01:31.022Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T22:01:31.298Z] ---> Running in 3e4b2f49da4f [2020-10-28T22:01:31.575Z] Removing intermediate container df9baaf23d50 [2020-10-28T22:01:31.575Z] ---> 2c3070cf8baf [2020-10-28T22:01:31.575Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T22:01:31.852Z] ---> Running in eac4534366ac [2020-10-28T22:01:33.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:01:33.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:01:34.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:01:34.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:01:34.390Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T22:01:34.390Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T22:01:34.661Z] Executing bash-5.0.17-r0.post-install [2020-10-28T22:01:34.661Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:01:34.661Z] OK: 12 MiB in 22 packages [2020-10-28T22:01:35.262Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T22:01:35.262Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T22:01:35.262Z] OK: 12615 distinct packages available [2020-10-28T22:01:35.862Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T22:01:35.862Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T22:01:35.862Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:01:36.146Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T22:01:36.146Z] OK: 6 MiB in 16 packages [2020-10-28T22:01:36.754Z] Removing intermediate container 3e4b2f49da4f [2020-10-28T22:01:36.754Z] ---> 9eede5b75073 [2020-10-28T22:01:36.754Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T22:01:36.754Z] ---> Running in 305d88bc738a [2020-10-28T22:01:39.414Z] Removing intermediate container eac4534366ac [2020-10-28T22:01:39.414Z] ---> 331bc7d0d014 [2020-10-28T22:01:39.414Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T22:01:39.414Z] ---> Running in fc9537aa06e4 [2020-10-28T22:01:40.019Z] Removing intermediate container fc9537aa06e4 [2020-10-28T22:01:40.019Z] ---> 3fdb64ef3fe3 [2020-10-28T22:01:40.019Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T22:01:40.019Z] ---> Running in d7bbcabb6883 [2020-10-28T22:01:41.012Z] Removing intermediate container d7bbcabb6883 [2020-10-28T22:01:41.012Z] ---> acff9903f6cd [2020-10-28T22:01:41.012Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T22:01:41.012Z] ---> Running in a390eddb7953 [2020-10-28T22:01:42.001Z] Removing intermediate container 305d88bc738a [2020-10-28T22:01:42.001Z] ---> ccb56d760992 [2020-10-28T22:01:42.001Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T22:01:42.001Z] ---> Running in a221e14bb0c8 [2020-10-28T22:01:42.599Z] Removing intermediate container a221e14bb0c8 [2020-10-28T22:01:42.599Z] ---> 13b749fd66c3 [2020-10-28T22:01:42.599Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T22:01:42.599Z] ---> Running in 36612f0378a9 [2020-10-28T22:01:43.202Z] Removing intermediate container 36612f0378a9 [2020-10-28T22:01:43.202Z] ---> 33c7c0819b51 [2020-10-28T22:01:43.202Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T22:01:43.506Z] ---> Running in 7fe1dd94fa09 [2020-10-28T22:01:44.111Z] Removing intermediate container 7fe1dd94fa09 [2020-10-28T22:01:44.111Z] ---> 8ba642bb7ebb [2020-10-28T22:01:44.111Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T22:01:44.717Z] Removing intermediate container a390eddb7953 [2020-10-28T22:01:44.717Z] ---> 4157b3d9717c [2020-10-28T22:01:44.717Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T22:01:45.704Z] ---> ed150a4fa5ea [2020-10-28T22:01:45.705Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T22:01:45.705Z] ---> 7b5da052621d [2020-10-28T22:01:45.705Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T22:01:46.306Z] ---> 7b017230b4cb [2020-10-28T22:01:46.306Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T22:01:46.586Z] ---> 3a870cb347a0 [2020-10-28T22:01:46.586Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T22:01:47.572Z] ---> ff6b30b05bd0 [2020-10-28T22:01:47.572Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T22:01:47.572Z] ---> e1e86c80a41b [2020-10-28T22:01:47.572Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T22:01:47.572Z] ---> Running in 7d6cba888712 [2020-10-28T22:01:48.559Z] ---> ddf2e17b701a [2020-10-28T22:01:48.559Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T22:01:49.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:01:49.560Z] ---> dca450db3237 [2020-10-28T22:01:49.560Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T22:01:49.834Z] ---> Running in d09b97eecf0c [2020-10-28T22:01:49.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:01:50.427Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T22:01:50.427Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T22:01:50.427Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T22:01:50.427Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T22:01:50.427Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T22:01:50.427Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T22:01:50.427Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T22:01:52.415Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T22:01:52.415Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T22:01:52.415Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T22:01:52.415Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T22:01:52.415Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T22:01:52.415Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T22:01:52.415Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T22:01:52.688Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T22:01:52.688Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T22:01:52.688Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T22:01:52.688Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T22:01:52.688Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T22:01:52.960Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T22:01:52.960Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T22:01:52.960Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T22:01:52.960Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T22:01:52.960Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T22:01:52.960Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T22:01:52.960Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T22:01:53.232Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T22:01:53.232Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T22:01:53.232Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T22:01:53.232Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T22:01:53.232Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T22:01:53.233Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T22:01:53.233Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T22:01:53.233Z] Removing intermediate container 99d95b2c8537 [2020-10-28T22:01:53.233Z] ---> 49087a054920 [2020-10-28T22:01:53.233Z] [2020-10-28T22:01:53.233Z] Step 10/22 : FROM scratch [2020-10-28T22:01:53.233Z] ---> [2020-10-28T22:01:53.233Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T22:01:53.502Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:01:53.502Z] OK: 71 MiB in 55 packages [2020-10-28T22:01:53.502Z] ---> Using cache [2020-10-28T22:01:53.502Z] ---> 0fc173417c4d [2020-10-28T22:01:53.502Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T22:01:54.097Z] ---> Running in 393acb904ad1 [2020-10-28T22:01:54.097Z] Removing intermediate container d09b97eecf0c [2020-10-28T22:01:54.097Z] ---> b7428f8e5092 [2020-10-28T22:01:54.097Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T22:01:54.705Z] Removing intermediate container 393acb904ad1 [2020-10-28T22:01:54.705Z] ---> 51de43919c34 [2020-10-28T22:01:54.705Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T22:01:54.705Z] ---> Running in 1479a7ac6bd7 [2020-10-28T22:01:54.976Z] ---> 464d65350041 [2020-10-28T22:01:54.976Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T22:01:55.290Z] ---> Running in ecafeed9e360 [2020-10-28T22:01:55.290Z] Removing intermediate container 1479a7ac6bd7 [2020-10-28T22:01:55.290Z] ---> 62ea18387613 [2020-10-28T22:01:55.290Z] Step 14/22 : WORKDIR / [2020-10-28T22:01:55.612Z] ---> Running in a9ee92f26df2 [2020-10-28T22:01:56.235Z] Removing intermediate container a9ee92f26df2 [2020-10-28T22:01:56.235Z] ---> 8b21312ff45a [2020-10-28T22:01:56.235Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T22:01:57.736Z] ---> 675c17597666 [2020-10-28T22:01:57.736Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T22:01:58.714Z] Removing intermediate container ecafeed9e360 [2020-10-28T22:01:58.714Z] ---> 2e928c95cf3f [2020-10-28T22:01:58.714Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T22:01:58.988Z] ---> Running in 45db9c4550d1 [2020-10-28T22:01:58.988Z] ---> f56b88119c75 [2020-10-28T22:01:58.988Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T22:02:00.420Z] ---> 37cbc23653c0 [2020-10-28T22:02:00.420Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T22:02:00.420Z] ---> Running in 31f2be9353a5 [2020-10-28T22:02:01.020Z] Removing intermediate container 7d6cba888712 [2020-10-28T22:02:01.020Z] ---> 65db846aec6f [2020-10-28T22:02:01.020Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T22:02:01.020Z] Removing intermediate container 31f2be9353a5 [2020-10-28T22:02:01.020Z] ---> d2cc5e91ab23 [2020-10-28T22:02:01.020Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:02:01.291Z] ---> Running in ebc0c9b7e4b2 [2020-10-28T22:02:01.291Z] ---> Running in a80361697d88 [2020-10-28T22:02:01.885Z] Removing intermediate container a80361697d88 [2020-10-28T22:02:01.885Z] ---> e2fa7eb295a0 [2020-10-28T22:02:01.885Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T22:02:01.885Z] ---> Running in ee9a831acc64 [2020-10-28T22:02:02.157Z] Removing intermediate container 45db9c4550d1 [2020-10-28T22:02:02.157Z] ---> 2a2b41b777fe [2020-10-28T22:02:02.157Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T22:02:02.429Z] Removing intermediate container ee9a831acc64 [2020-10-28T22:02:02.429Z] ---> 64c5db2cf021 [2020-10-28T22:02:02.429Z] Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T22:02:02.429Z] ---> Running in bdae9f0be1aa [2020-10-28T22:02:02.429Z] ---> Running in d590ba035977 [2020-10-28T22:02:03.034Z] Removing intermediate container bdae9f0be1aa [2020-10-28T22:02:03.034Z] ---> a58bc5347f10 [2020-10-28T22:02:03.034Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T22:02:03.034Z] Removing intermediate container d590ba035977 [2020-10-28T22:02:03.034Z] ---> 1392d3c9d314 [2020-10-28T22:02:03.034Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T22:02:03.312Z] ---> Running in cf619c08a454 [2020-10-28T22:02:03.312Z] ---> Running in 6ec01047ee10 [2020-10-28T22:02:03.581Z] Removing intermediate container cf619c08a454 [2020-10-28T22:02:03.581Z] ---> 93e052c1deff [2020-10-28T22:02:03.581Z] Step 27/29 : LABEL arch=arm64 [2020-10-28T22:02:03.854Z] Removing intermediate container 6ec01047ee10 [2020-10-28T22:02:03.854Z] ---> e29a66e10a29 [2020-10-28T22:02:03.854Z] [2020-10-28T22:02:03.854Z] ---> Running in b57ba7f17745 [2020-10-28T22:02:04.128Z] Successfully built e29a66e10a29 [2020-10-28T22:02:04.128Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-28T22:02:04.398Z]  Building docker-core-metadata-go ... done Removing intermediate container b57ba7f17745 [2020-10-28T22:02:04.398Z] ---> 9f37e254e1ee [2020-10-28T22:02:04.398Z] Step 28/29 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T22:02:04.398Z] ---> Running in 022b5c8aa3c4 [2020-10-28T22:02:04.987Z] Removing intermediate container 022b5c8aa3c4 [2020-10-28T22:02:04.987Z] ---> f1b3f63047e8 [2020-10-28T22:02:04.987Z] Step 29/29 : LABEL version=0.0.0 [2020-10-28T22:02:04.987Z] ---> Running in f22f5ce71820 [2020-10-28T22:02:05.257Z] Removing intermediate container f22f5ce71820 [2020-10-28T22:02:05.257Z] ---> 6980573dc5fa [2020-10-28T22:02:05.257Z] [2020-10-28T22:02:05.851Z] Successfully built 6980573dc5fa [2020-10-28T22:02:05.851Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-28T22:02:06.816Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-10-28T22:02:06.816Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T22:02:07.407Z] 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-28T22:02:07.407Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T22:02:07.677Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T22:02:09.631Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T22:02:09.631Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T22:02:10.219Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T22:02:10.219Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T22:02:11.189Z] Collecting PyYAML<4,>=3.10 [2020-10-28T22:02:11.189Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T22:02:14.556Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T22:02:14.556Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T22:02:15.147Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T22:02:15.147Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T22:02:15.417Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T22:02:15.686Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T22:02:17.646Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T22:02:17.646Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T22:02:17.915Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T22:02:17.915Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T22:02:19.875Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T22:02:19.875Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T22:02:20.144Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T22:02:20.144Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T22:02:20.415Z] Collecting idna<2.8,>=2.5 [2020-10-28T22:02:20.415Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T22:02:20.686Z] 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-28T22:02:20.686Z] 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-28T22:02:20.686Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T22:02:20.686Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T22:02:20.686Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T22:02:20.686Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T22:02:21.278Z] Installing collected packages: dockerpty, jsonschema, docker-pycreds, websocket-client, urllib3, idna, requests, docker, PyYAML, docopt, cached-property, texttable, docker-compose [2020-10-28T22:02:21.278Z] Running setup.py install for dockerpty: started [2020-10-28T22:02:23.239Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T22:02:23.830Z] Attempting uninstall: urllib3 [2020-10-28T22:02:23.830Z] Found existing installation: urllib3 1.25.9 [2020-10-28T22:02:23.830Z] Uninstalling urllib3-1.25.9: [2020-10-28T22:02:24.100Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T22:02:24.690Z] Attempting uninstall: idna [2020-10-28T22:02:24.690Z] Found existing installation: idna 2.9 [2020-10-28T22:02:24.690Z] Uninstalling idna-2.9: [2020-10-28T22:02:24.690Z] Successfully uninstalled idna-2.9 [2020-10-28T22:02:25.291Z] Attempting uninstall: requests [2020-10-28T22:02:25.291Z] Found existing installation: requests 2.23.0 [2020-10-28T22:02:25.291Z] Uninstalling requests-2.23.0: [2020-10-28T22:02:25.562Z] Successfully uninstalled requests-2.23.0 [2020-10-28T22:02:26.530Z] Running setup.py install for PyYAML: started [2020-10-28T22:02:28.491Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T22:02:28.491Z] Running setup.py install for docopt: started [2020-10-28T22:02:30.457Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T22:02:30.457Z] Running setup.py install for texttable: started [2020-10-28T22:02:32.419Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T22:02:33.011Z] 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-28T22:02:37.302Z] Removing intermediate container ebc0c9b7e4b2 [2020-10-28T22:02:37.302Z] ---> a1ce292ff133 [2020-10-28T22:02:37.302Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T22:02:37.302Z] ---> Running in e4f0398234e6 [2020-10-28T22:02:38.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T22:02:38.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T22:02:38.866Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T22:02:38.866Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T22:02:38.866Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T22:02:38.866Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T22:02:38.866Z] OK: 71 MiB in 58 packages [2020-10-28T22:02:40.306Z] Removing intermediate container e4f0398234e6 [2020-10-28T22:02:40.306Z] ---> 4457089f9f73 [2020-10-28T22:02:40.306Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T22:02:40.306Z] ---> Running in 7be370260e01 [2020-10-28T22:02:40.579Z] Removing intermediate container 7be370260e01 [2020-10-28T22:02:40.580Z] ---> 32bb1eb6d778 [2020-10-28T22:02:40.580Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T22:02:40.855Z] ---> Running in 91cc538c02ba [2020-10-28T22:02:41.447Z] Removing intermediate container 91cc538c02ba [2020-10-28T22:02:41.447Z] ---> b5d57d273e3a [2020-10-28T22:02:41.447Z] Step 25/27 : LABEL arch=arm64 [2020-10-28T22:02:41.447Z] ---> Running in e41c8bd1299b [2020-10-28T22:02:42.048Z] Removing intermediate container e41c8bd1299b [2020-10-28T22:02:42.048Z] ---> 7e4dcafa94b3 [2020-10-28T22:02:42.048Z] Step 26/27 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 [2020-10-28T22:02:42.048Z] ---> Running in b44c43b1ddf9 [2020-10-28T22:02:42.319Z] Removing intermediate container b44c43b1ddf9 [2020-10-28T22:02:42.319Z] ---> 34d487bb82bd [2020-10-28T22:02:42.319Z] Step 27/27 : LABEL version=0.0.0 [2020-10-28T22:02:42.590Z] ---> Running in cb1f0db9deac [2020-10-28T22:02:43.184Z] Removing intermediate container cb1f0db9deac [2020-10-28T22:02:43.184Z] ---> ddb0cb1fcf76 [2020-10-28T22:02:43.184Z] [2020-10-28T22:02:43.454Z] Successfully built ddb0cb1fcf76 [2020-10-28T22:02:43.454Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-28T22:02:43.739Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-28T22:02:43.764Z] $ docker stop --time=1 f0d764c3632148188a1d945ea478edf26e33c4a180f3d3418b10bd76194fa671 [2020-10-28T22:02:45.610Z] $ docker rm -f f0d764c3632148188a1d945ea478edf26e33c4a180f3d3418b10bd76194fa671 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T22:02:46.324Z] + docker images [2020-10-28T22:02:46.324Z] + grep docker [2020-10-28T22:02:46.595Z] docker-sys-mgmt-agent-go-arm64 latest ddb0cb1fcf76 4 seconds ago 270MB [2020-10-28T22:02:46.595Z] docker-security-secrets-setup-go-arm64 latest 6980573dc5fa 41 seconds ago 22.7MB [2020-10-28T22:02:46.595Z] docker-core-metadata-go-arm64 latest e29a66e10a29 43 seconds ago 13.5MB [2020-10-28T22:02:46.595Z] docker-support-scheduler-go-arm64 latest d1eaa53130c5 About a minute ago 11.5MB [2020-10-28T22:02:46.595Z] docker-security-secretstore-setup-go-arm64 latest dba8f8182167 2 minutes ago 23.6MB [2020-10-28T22:02:46.595Z] docker-security-bootstrap-redis-go-arm64 latest 576170ec02b3 2 minutes ago 15.2MB [2020-10-28T22:02:46.595Z] docker-core-data-go-arm64 latest 74f4389294e6 3 minutes ago 22.3MB [2020-10-28T22:02:46.596Z] docker-support-notifications-go-arm64 latest bd4351334bb8 3 minutes ago 12.9MB [2020-10-28T22:02:46.596Z] docker-core-command-go-arm64 latest fca110df7d50 4 minutes ago 11.4MB [2020-10-28T22:02:46.596Z] docker-support-logging-go-arm64 latest 2527b75c923d 4 minutes ago 10.6MB [2020-10-28T22:02:46.596Z] docker-security-proxy-setup-go-arm64 latest 6ae4e80db933 4 minutes ago 15.1MB [2020-10-28T22:02:46.596Z] 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-28T22:02:50.621Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:02:51.518Z] ---> package-listing.sh [2020-10-28T22:02:51.518Z] ++ facter osfamily [2020-10-28T22:02:51.518Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T22:02:51.518Z] + OS_FAMILY=redhat [2020-10-28T22:02:51.518Z] + workspace=/w/workspace/edgex-go/11 [2020-10-28T22:02:51.518Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T22:02:51.518Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T22:02:51.518Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T22:02:51.518Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T22:02:51.518Z] + '[' /w/workspace/edgex-go/11 ']' [2020-10-28T22:02:51.518Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T22:02:51.518Z] + case "${OS_FAMILY}" in [2020-10-28T22:02:51.518Z] + rpm -qa [2020-10-28T22:02:51.518Z] + sort [2020-10-28T22:02:55.732Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T22:02:55.732Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T22:02:55.732Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T22:02:55.732Z] + '[' /w/workspace/edgex-go/11 ']' [2020-10-28T22:02:55.732Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2020-10-28T22:02:55.732Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2020-10-28T22:02:55.747Z] 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-28T22:02:56.039Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:02:56.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T22:02:56.341Z] [2020-10-28T22:02:56.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T22:02:56.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T22:02:56.695Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T22:02:56.695Z] df20fa9351a1: Already exists [2020-10-28T22:02:56.695Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T22:02:56.695Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T22:02:56.695Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T22:02:56.695Z] 93b61091891f: Pulling fs layer [2020-10-28T22:02:56.695Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T22:02:56.695Z] 5e14af77c1be: Pulling fs layer [2020-10-28T22:02:56.695Z] 01666e4c0597: Pulling fs layer [2020-10-28T22:02:56.695Z] aa168da1d23b: Pulling fs layer [2020-10-28T22:02:56.695Z] 93b61091891f: Waiting [2020-10-28T22:02:56.695Z] 93b9cdb0e59b: Waiting [2020-10-28T22:02:56.695Z] 5e14af77c1be: Waiting [2020-10-28T22:02:56.695Z] 01666e4c0597: Waiting [2020-10-28T22:02:56.695Z] aa168da1d23b: Waiting [2020-10-28T22:02:56.695Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T22:02:56.695Z] 46f8f816bc3b: Download complete [2020-10-28T22:02:56.695Z] 36b3adc4ff6f: Download complete [2020-10-28T22:02:56.956Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T22:02:56.956Z] 93b9cdb0e59b: Download complete [2020-10-28T22:02:56.956Z] 5e14af77c1be: Verifying Checksum [2020-10-28T22:02:56.956Z] 5e14af77c1be: Download complete [2020-10-28T22:02:56.956Z] 01666e4c0597: Verifying Checksum [2020-10-28T22:02:56.956Z] 01666e4c0597: Download complete [2020-10-28T22:02:56.956Z] 93b61091891f: Verifying Checksum [2020-10-28T22:02:56.956Z] 93b61091891f: Download complete [2020-10-28T22:02:56.956Z] 36b3adc4ff6f: Pull complete [2020-10-28T22:02:57.907Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T22:02:57.907Z] 8ad3a11d3b57: Download complete [2020-10-28T22:02:58.492Z] 8ad3a11d3b57: Pull complete [2020-10-28T22:02:58.492Z] 46f8f816bc3b: Pull complete [2020-10-28T22:02:59.080Z] 93b61091891f: Pull complete [2020-10-28T22:02:59.663Z] aa168da1d23b: Verifying Checksum [2020-10-28T22:02:59.664Z] aa168da1d23b: Download complete [2020-10-28T22:03:00.611Z] 93b9cdb0e59b: Pull complete [2020-10-28T22:03:00.611Z] 5e14af77c1be: Pull complete [2020-10-28T22:03:00.611Z] 01666e4c0597: Pull complete [2020-10-28T22:03:10.638Z] aa168da1d23b: Pull complete [2020-10-28T22:03:10.638Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T22:03:10.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T22:03:10.638Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T22:03:10.880Z] prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container [2020-10-28T22:03:10.933Z] $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-28T22:03:15.773Z] $ docker top 37a8b4d8ee9c10d7b8b05e6617e024fe94dfb2aae999d1bfe29480f95fb48075 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T22:03:16.362Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T22:03:16.665Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T22:03:16.966Z] + ls /var/log/sa-host [2020-10-28T22:03:16.966Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T22:03:16.966Z] file_magic: OK [2020-10-28T22:03:16.966Z] HZ: Using current value: 100 [2020-10-28T22:03:16.966Z] file_header: OK [2020-10-28T22:03:16.966Z] 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-28T22:03:16.966Z] Statistics: [2020-10-28T22:03:16.966Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T22:03:16.966Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T22:03:16.966Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T22:03:16.966Z] file_magic: OK [2020-10-28T22:03:16.966Z] HZ: Using current value: 100 [2020-10-28T22:03:16.966Z] file_header: OK [2020-10-28T22:03:16.966Z] 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-28T22:03:16.966Z] Statistics: [2020-10-28T22:03:16.966Z] 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... [2020-10-28T22:03:16.966Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T22:03:17.693Z] provisioning config files... [2020-10-28T22:03:17.720Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4355420028121054648tmp [Pipeline] { [Pipeline] echo [2020-10-28T22:03:17.815Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:03:18.115Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T22:03:18.126Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T22:03:18.230Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:03:18.525Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T22:03:18.535Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:03:18.833Z] ---> sudo-logs.sh [2020-10-28T22:03:18.833Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T22:03:18.844Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:03:19.142Z] ---> job-cost.sh [2020-10-28T22:03:19.142Z] lf-activate-venv: SKIPPING [2020-10-28T22:03:19.142Z] INFO: No Stack... [2020-10-28T22:03:20.087Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T22:03:20.663Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T22:03:20.677Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T22:03:21.034Z] ---> logs-deploy.sh [2020-10-28T22:03:21.034Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2850/11 [2020-10-28T22:03:21.034Z] INFO: archiving workspace using pattern(s): [2020-10-28T22:03:22.475Z] Archives upload complete. [2020-10-28T22:03:22.475Z] INFO: archiving logs to Nexus