Pull request #2732 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 rather than c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 Obtained Jenkinsfile from ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3691 in /w/workspace/edgexfoundry_edgex-go_PR-2732 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 > 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/2732/head:refs/remotes/origin/PR-2732 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 into PR head commit c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 Merge succeeded, producing c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 Checking out Revision c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 (PR-2732) > git config core.sparsecheckout # timeout=10 > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # 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 ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # timeout=10 Commit message: "feat(metadata): Implement Metadata GET /deviceprofile/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T06:34:46.909Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T06:34:47.098Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T06:34:47.194Z] ========================================================= [2020-10-06T06:34:47.194Z] EdgeX Global Pipelines Version Info [2020-10-06T06:34:47.194Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 97ee89677f613cbbc10a2d4f90a8b3df30098f70 # timeout=10 [2020-10-06T06:34:48.662Z] ------------------- [2020-10-06T06:34:48.663Z] stable info: [2020-10-06T06:34:48.663Z] ------------------- [2020-10-06T06:34:48.663Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T06:34:48.663Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T06:34:48.663Z] Message: update stable to v1.0.131 [2020-10-06T06:34:49.608Z] ------------------- [2020-10-06T06:34:49.608Z] experimental info: [2020-10-06T06:34:49.608Z] ------------------- [2020-10-06T06:34:49.608Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T06:34:49.608Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T06:34:49.608Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-06T06:34:49.887Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-06T06:34:49.975Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-06T06:34:50.204Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T06:34:50.356Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T06:34:50.451Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T06:34:50.583Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T06:34:50.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T06:34:50.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-06T06:34:50.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-06T06:34:51.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-06T06:34:51.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T06:34:51.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T06:34:51.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T06:34:51.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T06:34:51.443Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T06:34:51.530Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T06:34:51.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T06:34:51.707Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T06:34:51.819Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T06:34:51.898Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T06:34:51.977Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-06T06:34:52.060Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2732 [Pipeline] echo [2020-10-06T06:34:52.147Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2732 [Pipeline] echo [2020-10-06T06:34:52.231Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2732 [Pipeline] echo [2020-10-06T06:34:52.329Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [Pipeline] echo [2020-10-06T06:34:52.412Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7ade16 [Pipeline] echo [2020-10-06T06:34:52.496Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-06T06:34:52.921Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/core-command/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/core-data/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-06T06:34:52.921Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T06:34:52.921Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-06T06:34:52.921Z] ++ cut -d/ -f2 [2020-10-06T06:34:52.921Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-06T06:34:52.991Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:34:53.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:34:53.797Z] [2020-10-06T06:34:53.797Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:34:54.156Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:34:54.156Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T06:34:54.156Z] 31603596830f: Pulling fs layer [2020-10-06T06:34:54.156Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T06:34:54.156Z] 6ca5941a6612: Pulling fs layer [2020-10-06T06:34:54.156Z] ecc8261a40a4: Pulling fs layer [2020-10-06T06:34:54.156Z] ecc8261a40a4: Waiting [2020-10-06T06:34:54.156Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T06:34:54.156Z] 2a8b12db71e7: Download complete [2020-10-06T06:34:54.421Z] 31603596830f: Verifying Checksum [2020-10-06T06:34:54.421Z] 31603596830f: Download complete [2020-10-06T06:34:54.421Z] ecc8261a40a4: Verifying Checksum [2020-10-06T06:34:54.421Z] ecc8261a40a4: Download complete [2020-10-06T06:34:54.421Z] 6ca5941a6612: Verifying Checksum [2020-10-06T06:34:54.421Z] 6ca5941a6612: Download complete [2020-10-06T06:34:54.684Z] 31603596830f: Pull complete [2020-10-06T06:34:54.947Z] 2a8b12db71e7: Pull complete [2020-10-06T06:34:55.898Z] 6ca5941a6612: Pull complete [2020-10-06T06:34:55.898Z] ecc8261a40a4: Pull complete [2020-10-06T06:34:55.898Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T06:34:56.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:34:56.160Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T06:34:56.272Z] prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container [2020-10-06T06:34:56.326Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T06:34:58.532Z] $ docker top fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T06:34:58.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T06:34:58.813Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T06:34:59.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T06:34:59.022Z] $ docker exec fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 ssh-agent [2020-10-06T06:34:59.183Z] SSH_AUTH_SOCK=/tmp/ssh-a2MRVe251BYz/agent.11 [2020-10-06T06:34:59.183Z] SSH_AGENT_PID=16 [2020-10-06T06:34:59.194Z] Running ssh-add (command line suppressed) [2020-10-06T06:34:59.313Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_8704242086131220094.key (/w/workspace/edgex-go/15@tmp/private_key_8704242086131220094.key) [2020-10-06T06:34:59.362Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T06:34:59.697Z] + git describe --exact-match --tags HEAD [2020-10-06T06:34:59.697Z] fatal: no tag exactly matches 'c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95' [Pipeline] } [2020-10-06T06:34:59.723Z] $ docker exec --env ******** --env ******** fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 ssh-agent -k [2020-10-06T06:34:59.831Z] unset SSH_AUTH_SOCK; [2020-10-06T06:34:59.831Z] unset SSH_AGENT_PID; [2020-10-06T06:34:59.831Z] echo Agent pid 16 killed; [2020-10-06T06:34:59.874Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T06:34:59.962Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T06:34:59.962Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T06:35:00.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T06:35:00.054Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T06:35:00.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T06:35:00.224Z] $ docker exec fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 ssh-agent [2020-10-06T06:35:00.387Z] SSH_AUTH_SOCK=/tmp/ssh-cYzJcqvXLzLc/agent.45 [2020-10-06T06:35:00.387Z] SSH_AGENT_PID=50 [2020-10-06T06:35:00.393Z] Running ssh-add (command line suppressed) [2020-10-06T06:35:00.508Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_4333421103687975305.key (/w/workspace/edgex-go/15@tmp/private_key_4333421103687975305.key) [2020-10-06T06:35:00.556Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T06:35:00.888Z] + git semver init [2020-10-06T06:35:00.888Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T06:35:00.888Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2020-10-06T06:35:00.888Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2020-10-06T06:35:00.888Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T06:35:00.888Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T06:35:00.888Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T06:35:00.888Z] # $SEMVER_BRANCH = PR-2732 [2020-10-06T06:35:00.888Z] # $SEMVER_TEMP = /tmp/semver-032994117 [2020-10-06T06:35:00.888Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-06T06:35:39.726Z] # '/tmp/semver-032994117' -> '/w/workspace/edgex-go/15/.semver' [2020-10-06T06:35:39.726Z] # -> Force: false [2020-10-06T06:35:39.726Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2020-10-06T06:35:39.741Z] $ docker exec --env ******** --env ******** fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 ssh-agent -k [2020-10-06T06:35:39.963Z] unset SSH_AUTH_SOCK; [2020-10-06T06:35:39.963Z] unset SSH_AGENT_PID; [2020-10-06T06:35:39.964Z] echo Agent pid 50 killed; [2020-10-06T06:35:40.038Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T06:35:40.574Z] + git semver [Pipeline] } [2020-10-06T06:35:40.593Z] $ docker stop --time=1 fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 [2020-10-06T06:35:42.175Z] $ docker rm -f fe058b62590d72add25aa39fd9e37fd7b96a57af55136064e0b518e52b474f12 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T06:35:56.633Z] Stashed 70 file(s) [Pipeline] echo [2020-10-06T06:35:56.636Z] [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-06T06:35:57.235Z] ========================================================= [2020-10-06T06:35:57.235Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T06:35:57.235Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:35:57.573Z] + 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-06T06:36:00.899Z] Sending build context to Docker daemon 324.7MB [2020-10-06T06:36:00.899Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T06:36:00.899Z] Step 2/7 : FROM ${BASE} [2020-10-06T06:36:00.899Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T06:36:00.899Z] df20fa9351a1: Pulling fs layer [2020-10-06T06:36:00.899Z] ed8968b2872e: Pulling fs layer [2020-10-06T06:36:00.899Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T06:36:00.899Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T06:36:00.899Z] e73272ec9a57: Pulling fs layer [2020-10-06T06:36:00.899Z] 1e910a182e73: Pulling fs layer [2020-10-06T06:36:00.899Z] 4e634b169226: Pulling fs layer [2020-10-06T06:36:00.899Z] e73272ec9a57: Waiting [2020-10-06T06:36:00.899Z] 1e910a182e73: Waiting [2020-10-06T06:36:00.899Z] 4e634b169226: Waiting [2020-10-06T06:36:00.899Z] e871e8e8d7a9: Waiting [2020-10-06T06:36:00.899Z] a92cc7c5fd73: Download complete [2020-10-06T06:36:00.899Z] ed8968b2872e: Verifying Checksum [2020-10-06T06:36:00.899Z] ed8968b2872e: Download complete [2020-10-06T06:36:00.899Z] e73272ec9a57: Verifying Checksum [2020-10-06T06:36:00.899Z] e73272ec9a57: Download complete [2020-10-06T06:36:00.899Z] 1e910a182e73: Verifying Checksum [2020-10-06T06:36:00.899Z] 1e910a182e73: Download complete [2020-10-06T06:36:01.852Z] df20fa9351a1: Verifying Checksum [2020-10-06T06:36:01.852Z] df20fa9351a1: Download complete [2020-10-06T06:36:02.115Z] df20fa9351a1: Pull complete [2020-10-06T06:36:02.377Z] ed8968b2872e: Pull complete [2020-10-06T06:36:02.377Z] a92cc7c5fd73: Pull complete [2020-10-06T06:36:04.305Z] 4e634b169226: Verifying Checksum [2020-10-06T06:36:04.305Z] 4e634b169226: Download complete [2020-10-06T06:36:05.701Z] e871e8e8d7a9: Download complete [2020-10-06T06:36:11.019Z] e871e8e8d7a9: Pull complete [2020-10-06T06:36:11.019Z] e73272ec9a57: Pull complete [2020-10-06T06:36:11.019Z] 1e910a182e73: Pull complete [2020-10-06T06:36:12.027Z] Still waiting to schedule task [2020-10-06T06:36:12.027Z] ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3684’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3688’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-8c-8g-3692’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3683’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3694’ is offline [2020-10-06T06:36:17.629Z] 4e634b169226: Pull complete [2020-10-06T06:36:17.629Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T06:36:17.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T06:36:17.629Z] ---> f7629b54cfaa [2020-10-06T06:36:17.629Z] 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-06T06:36:17.629Z] ---> Running in 3fa03c8a5569 [2020-10-06T06:36:18.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:36:20.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:36:22.147Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T06:36:22.409Z] (2/12) Installing file (5.38-r0) [2020-10-06T06:36:22.409Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T06:36:22.409Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T06:36:44.456Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T06:36:44.456Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T06:36:44.456Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T06:36:44.456Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T06:36:44.456Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T06:36:44.456Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T06:36:44.456Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T06:36:44.456Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T06:36:44.456Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:36:44.456Z] OK: 233 MiB in 51 packages [2020-10-06T06:36:45.422Z] Removing intermediate container 3fa03c8a5569 [2020-10-06T06:36:45.422Z] ---> 096e96fef273 [2020-10-06T06:36:45.422Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T06:36:45.422Z] ---> Running in 13052e6627e1 [2020-10-06T06:36:45.685Z] Removing intermediate container 13052e6627e1 [2020-10-06T06:36:45.685Z] ---> 3e14259f1269 [2020-10-06T06:36:45.685Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T06:36:45.947Z] latest: Pulling from library/docker [2020-10-06T06:36:46.212Z] df20fa9351a1: Already exists [2020-10-06T06:36:46.212Z] 25ad7478873d: Pulling fs layer [2020-10-06T06:36:46.212Z] 4684f6177b5d: Pulling fs layer [2020-10-06T06:36:46.212Z] 8ba584e970af: Pulling fs layer [2020-10-06T06:36:46.212Z] 3cdc74d2b06d: Pulling fs layer [2020-10-06T06:36:46.212Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-06T06:36:46.212Z] fca0ccc462d5: Pulling fs layer [2020-10-06T06:36:46.212Z] 3cdc74d2b06d: Waiting [2020-10-06T06:36:46.212Z] 4cf5a0d07c1f: Waiting [2020-10-06T06:36:46.212Z] fca0ccc462d5: Waiting [2020-10-06T06:36:46.212Z] 4684f6177b5d: Verifying Checksum [2020-10-06T06:36:46.212Z] 4684f6177b5d: Download complete [2020-10-06T06:36:46.212Z] 25ad7478873d: Verifying Checksum [2020-10-06T06:36:46.212Z] 25ad7478873d: Download complete [2020-10-06T06:36:46.482Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-06T06:36:46.482Z] 4cf5a0d07c1f: Download complete [2020-10-06T06:36:46.482Z] 25ad7478873d: Pull complete [2020-10-06T06:36:46.482Z] fca0ccc462d5: Download complete [2020-10-06T06:36:46.482Z] 3cdc74d2b06d: Verifying Checksum [2020-10-06T06:36:46.482Z] 3cdc74d2b06d: Download complete [2020-10-06T06:36:46.746Z] 4684f6177b5d: Pull complete [2020-10-06T06:36:47.008Z] 8ba584e970af: Verifying Checksum [2020-10-06T06:36:47.008Z] 8ba584e970af: Download complete [2020-10-06T06:36:49.581Z] 8ba584e970af: Pull complete [2020-10-06T06:36:49.581Z] 3cdc74d2b06d: Pull complete [2020-10-06T06:36:49.581Z] 4cf5a0d07c1f: Pull complete [2020-10-06T06:36:49.844Z] fca0ccc462d5: Pull complete [2020-10-06T06:36:49.844Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T06:36:49.844Z] Status: Downloaded newer image for docker:latest [2020-10-06T06:36:51.776Z] ---> 068e8dd65efa [2020-10-06T06:36:51.776Z] Step 6/7 : COPY go.mod . [2020-10-06T06:36:52.040Z] ---> d7d677080c9a [2020-10-06T06:36:52.040Z] Step 7/7 : RUN go mod download [2020-10-06T06:36:52.040Z] ---> Running in 7f1c03f7b21b [2020-10-06T06:37:14.060Z] Removing intermediate container 7f1c03f7b21b [2020-10-06T06:37:14.060Z] ---> d38841b3c5c7 [2020-10-06T06:37:14.060Z] Successfully built d38841b3c5c7 [2020-10-06T06:37:14.060Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:37:14.402Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T06:37:14.402Z] . [Pipeline] withDockerContainer [2020-10-06T06:37:14.727Z] prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container [2020-10-06T06:37:14.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat [2020-10-06T06:37:15.689Z] $ docker top e65de1b90e28efdadf9a50332dc7fe113aa4f2bd1f5d173e3caca3f028dedb52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T06:37:16.185Z] + go version [2020-10-06T06:37:16.186Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T06:37:16.202Z] $ docker stop --time=1 e65de1b90e28efdadf9a50332dc7fe113aa4f2bd1f5d173e3caca3f028dedb52 [2020-10-06T06:37:17.535Z] $ docker rm -f e65de1b90e28efdadf9a50332dc7fe113aa4f2bd1f5d173e3caca3f028dedb52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:37:18.405Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T06:37:18.405Z] . [Pipeline] withDockerContainer [2020-10-06T06:37:18.502Z] prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container [2020-10-06T06:37:18.552Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat [2020-10-06T06:37:19.153Z] $ docker top 13b6a5d31e7a56da4c21ad0cb9727e95e3ed7502f530e190a03f4a10f049cc0f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-06T06:37:19.356Z] ========================================================= [2020-10-06T06:37:19.356Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-06T06:37:19.356Z] ========================================================= [Pipeline] sh [2020-10-06T06:37:19.645Z] + make test [2020-10-06T06:37:19.645Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-06T06:37:22.235Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-06T06:37:32.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-06T06:37:39.069Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-06T06:37:39.069Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-06T06:37:39.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-06T06:37:39.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-06T06:37:39.663Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s [2020-10-06T06:37:39.663Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-06T06:37:39.663Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-06T06:37:39.663Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-06T06:37:39.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-06T06:37:40.524Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-06T06:37:40.524Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-06T06:37:40.524Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-06T06:37:40.524Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-06T06:37:43.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements [2020-10-06T06:37:43.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-06T06:37:43.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-06T06:37:43.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-06T06:37:43.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-06T06:37:43.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-06T06:37:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.046s coverage: 27.2% of statements [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-06T06:37:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-06T06:37:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-06T06:37:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.338s coverage: 86.0% of statements [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-06T06:37:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.340s coverage: 93.5% of statements [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-06T06:37:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.065s coverage: 28.6% of statements [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-06T06:37:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-06T06:37:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.010s coverage: 100.0% of statements [2020-10-06T06:37:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-06T06:37:49.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.026s coverage: 86.7% of statements [2020-10-06T06:37:49.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-06T06:37:49.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.030s coverage: 97.5% of statements [2020-10-06T06:37:49.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-06T06:37:49.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements [2020-10-06T06:37:49.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-06T06:37:49.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-06T06:37:49.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-06T06:37:49.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-06T06:37:49.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.018s coverage: 100.0% of statements [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-06T06:37:49.346Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-06T06:37:49.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-06T06:37:49.621Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.013s coverage: 0.0% of statements [no tests to run] [2020-10-06T06:37:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-06T06:37:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-06T06:37:50.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.050s coverage: 63.5% of statements [2020-10-06T06:37:50.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-06T06:37:50.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-06T06:37:50.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements [2020-10-06T06:37:50.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.093s coverage: 55.9% of statements [2020-10-06T06:37:50.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-06T06:37:50.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-06T06:37:50.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-06T06:37:50.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.251s coverage: 86.3% of statements [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.326s coverage: 72.2% of statements [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.124s coverage: 72.1% of statements [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.016s coverage: 82.4% of statements [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.036s coverage: 31.1% of statements [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.074s coverage: 84.1% of statements [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-06T06:37:54.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-06T06:37:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements [2020-10-06T06:37:54.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-06T06:37:54.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements [2020-10-06T06:37:54.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-06T06:37:56.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.030s coverage: 46.9% of statements [2020-10-06T06:37:56.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-06T06:37:56.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-06T06:37:56.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements [2020-10-06T06:37:56.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-06T06:37:56.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-06T06:37:56.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-06T06:37:56.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.017s coverage: 100.0% of statements [2020-10-06T06:37:56.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-06T06:37:56.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements [2020-10-06T06:37:56.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-06T06:37:57.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements [2020-10-06T06:37:57.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-06T06:37:57.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-06T06:37:57.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-06T06:37:57.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-06T06:37:57.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-06T06:37:57.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.026s coverage: 99.0% of statements [2020-10-06T06:37:57.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-06T06:37:57.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-10-06T06:37:57.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-06T06:37:57.373Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.005s coverage: 0.0% of statements [2020-10-06T06:37:57.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-06T06:37:57.640Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements [2020-10-06T06:37:57.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-06T06:37:57.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-06T06:37:57.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-06T06:37:57.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-06T06:37:57.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-10-06T06:37:57.908Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-06T06:37:57.908Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-06T06:37:57.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-10-06T06:37:58.171Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-10-06T06:37:58.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-10-06T06:37:58.447Z] GO111MODULE=on go vet ./... [2020-10-06T06:37:59.384Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3698 in /w/workspace/edgexfoundry_edgex-go_PR-2732 [Pipeline] { [Pipeline] ws [2020-10-06T06:37:59.483Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2020-10-06T06:38:05.183Z] gofmt -l . [2020-10-06T06:38:05.193Z] using credential edgex-jenkins-ssh [2020-10-06T06:38:05.278Z] Cloning the remote Git repository [2020-10-06T06:38:05.760Z] [ "`gofmt -l .`" = "" ] [2020-10-06T06:38:05.346Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-06T06:38:05.473Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2020-10-06T06:38:05.572Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T06:38:05.573Z] > git --version # timeout=10 [2020-10-06T06:38:05.594Z] > git --version # 'git version 2.17.1' [2020-10-06T06:38:05.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:38:05.665Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T06:38:06.348Z] ./bin/test-go-mod-tidy.sh [2020-10-06T06:38:06.614Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-06T06:38:08.855Z] + ls -al . [2020-10-06T06:38:08.855Z] total 572 [2020-10-06T06:38:08.855Z] drwxrwxr-x 10 1001 1001 4096 Oct 6 06:38 . [2020-10-06T06:38:08.855Z] drwxr-xr-x 4 root root 30 Oct 6 06:37 .. [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 11 Oct 6 06:34 .dockerignore [2020-10-06T06:38:08.855Z] drwxrwxr-x 8 1001 1001 179 Oct 6 06:34 .git [2020-10-06T06:38:08.855Z] drwxrwxr-x 3 1001 1001 82 Oct 6 06:34 .github [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 932 Oct 6 06:34 .gitignore [2020-10-06T06:38:08.855Z] drwx------ 3 1001 1001 47 Oct 6 06:35 .semver [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 166 Oct 6 06:34 .sonarcloud.properties [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 3804 Oct 6 06:34 CONTRIBUTING.md [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 1035 Oct 6 06:34 Dockerfile.build [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 863 Oct 6 06:34 Jenkinsfile [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 10775 Oct 6 06:34 LICENSE [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 6237 Oct 6 06:34 Makefile [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 6447 Oct 6 06:34 README.md [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 259 Oct 6 06:34 SECURITY.md [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 5 Oct 6 06:35 VERSION [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 4131 Oct 6 06:34 ZMQWindows.md [2020-10-06T06:38:08.855Z] drwxrwxr-x 2 1001 1001 117 Oct 6 06:34 bin [2020-10-06T06:38:08.855Z] drwxrwxr-x 15 1001 1001 4096 Oct 6 06:34 cmd [2020-10-06T06:38:08.855Z] -rw-r--r-- 1 root root 478615 Oct 6 06:37 coverage.out [2020-10-06T06:38:08.855Z] -rw-r--r-- 1 root root 984 Oct 6 06:38 go.mod [2020-10-06T06:38:08.855Z] -rw-r--r-- 1 root root 18766 Oct 6 06:38 go.sum [2020-10-06T06:38:08.855Z] drwxrwxr-x 8 1001 1001 127 Oct 6 06:34 internal [2020-10-06T06:38:08.855Z] drwxrwxr-x 4 1001 1001 26 Oct 6 06:34 openapi [2020-10-06T06:38:08.855Z] drwxrwxr-x 4 1001 1001 71 Oct 6 06:34 snap [2020-10-06T06:38:08.855Z] -rw-rw-r-- 1 1001 1001 168 Oct 6 06:34 version.go [Pipeline] sh [2020-10-06T06:38:09.161Z] + '[' -e coverage.out ] [2020-10-06T06:38:09.161Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-06T06:38:09.332Z] Stashed 1 file(s) [Pipeline] sh [2020-10-06T06:38:09.686Z] + make build [2020-10-06T06:38:09.686Z] 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-06T06:38:18.062Z] 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-06T06:38:20.640Z] 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-06T06:38:22.084Z] 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-06T06:38:23.036Z] 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-06T06:38:25.019Z] 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-06T06:38:25.019Z] 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-06T06:38:27.567Z] 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-06T06:38:28.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-06T06:38:29.924Z] 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-06T06:38:30.881Z] 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-06T06:38:32.281Z] 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-06T06:38:33.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-06T06:38:33.864Z] $ docker stop --time=1 13b6a5d31e7a56da4c21ad0cb9727e95e3ed7502f530e190a03f4a10f049cc0f [2020-10-06T06:38:35.503Z] $ docker rm -f 13b6a5d31e7a56da4c21ad0cb9727e95e3ed7502f530e190a03f4a10f049cc0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:38:37.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T06:38:37.043Z] [2020-10-06T06:38:37.043Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:38:37.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T06:38:37.389Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-06T06:38:37.389Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T06:38:37.389Z] ca9280d653b3: Pulling fs layer [2020-10-06T06:38:37.389Z] 7e9c9ca2126c: Pulling fs layer [2020-10-06T06:38:37.652Z] cbdbe7a5bc2a: Download complete [2020-10-06T06:38:37.914Z] cbdbe7a5bc2a: Pull complete [2020-10-06T06:38:38.175Z] ca9280d653b3: Verifying Checksum [2020-10-06T06:38:38.175Z] ca9280d653b3: Download complete [2020-10-06T06:38:39.127Z] ca9280d653b3: Pull complete [2020-10-06T06:38:39.127Z] 7e9c9ca2126c: Verifying Checksum [2020-10-06T06:38:39.127Z] 7e9c9ca2126c: Download complete [2020-10-06T06:38:44.447Z] 7e9c9ca2126c: Pull complete [2020-10-06T06:38:44.710Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-06T06:38:44.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T06:38:44.710Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-06T06:38:44.838Z] prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container [2020-10-06T06:38:44.886Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-06T06:38:48.027Z] $ docker top 795999c0ba74e28e579b3d5c07161fa7a01cc80eb8487aca9dd1bb282b48d9ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T06:38:48.535Z] + docker-compose build --help [2020-10-06T06:38:48.535Z] + grep parallel [2020-10-06T06:38:49.481Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T06:38:49.497Z] $ docker stop --time=1 795999c0ba74e28e579b3d5c07161fa7a01cc80eb8487aca9dd1bb282b48d9ca [2020-10-06T06:38:50.854Z] $ docker rm -f 795999c0ba74e28e579b3d5c07161fa7a01cc80eb8487aca9dd1bb282b48d9ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:38:51.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T06:38:51.497Z] . [Pipeline] withDockerContainer [2020-10-06T06:38:51.598Z] prd-centos7-docker-4c-2g-3691 does not seem to be running inside a container [2020-10-06T06:38:51.651Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-06T06:38:52.273Z] $ docker top ced00c335ed3ca24d096592358ca08f285349634364ffa45d2d2610d516542dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T06:38:52.757Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T06:38:53.702Z] Building docker-core-command-go ... [2020-10-06T06:38:53.702Z] Building docker-core-data-go ... [2020-10-06T06:38:53.702Z] Building docker-core-metadata-go ... [2020-10-06T06:38:53.702Z] Building docker-security-proxy-setup-go ... [2020-10-06T06:38:53.702Z] Building docker-security-secrets-setup-go ... [2020-10-06T06:38:53.702Z] Building docker-security-secretstore-setup-go ... [2020-10-06T06:38:53.702Z] Building docker-support-logging-go ... [2020-10-06T06:38:53.702Z] Building docker-support-notifications-go ... [2020-10-06T06:38:53.702Z] Building docker-support-scheduler-go ... [2020-10-06T06:38:53.702Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T06:38:53.702Z] Building docker-support-notifications-go [2020-10-06T06:38:53.702Z] Building docker-core-metadata-go [2020-10-06T06:38:53.702Z] Building docker-security-proxy-setup-go [2020-10-06T06:38:53.702Z] Building docker-sys-mgmt-agent-go [2020-10-06T06:38:53.702Z] Building docker-security-secrets-setup-go [2020-10-06T06:38:55.941Z] Merging remotes/origin/master commit ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 into PR head commit c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:38:56.393Z] Merge succeeded, producing c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:38:56.394Z] Checking out Revision c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 (PR-2732) [2020-10-06T06:38:55.101Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T06:38:55.118Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T06:38:55.145Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T06:38:55.182Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T06:38:55.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:38:55.199Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2732/head:refs/remotes/origin/PR-2732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T06:38:55.962Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T06:38:55.976Z] > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # timeout=10 [2020-10-06T06:38:56.292Z] > git remote # timeout=10 [2020-10-06T06:38:56.320Z] > git config --get remote.origin.url # timeout=10 [2020-10-06T06:38:56.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:38:56.350Z] > git merge ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 # timeout=10 [2020-10-06T06:38:56.379Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-06T06:38:56.403Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T06:38:56.420Z] > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # timeout=10 [2020-10-06T06:39:00.942Z] Commit message: "feat(metadata): Implement Metadata GET /deviceprofile/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T06:39:13.803Z] ========================================================= [2020-10-06T06:39:13.803Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T06:39:13.803Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:39:14.691Z] + 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-06T06:39:19.015Z] Sending build context to Docker daemon 324.8MB [2020-10-06T06:39:19.015Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T06:39:19.015Z] Step 2/7 : FROM ${BASE} [2020-10-06T06:39:19.015Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T06:39:19.015Z] b538f80385f9: Pulling fs layer [2020-10-06T06:39:19.015Z] 74f711af9a0d: Pulling fs layer [2020-10-06T06:39:19.015Z] 99f96fe45779: Pulling fs layer [2020-10-06T06:39:19.015Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T06:39:19.015Z] 45590311c82a: Pulling fs layer [2020-10-06T06:39:19.015Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T06:39:19.015Z] 209524e5b208: Pulling fs layer [2020-10-06T06:39:19.015Z] 45590311c82a: Waiting [2020-10-06T06:39:19.015Z] 69ca0ff8b7b3: Waiting [2020-10-06T06:39:19.015Z] 209524e5b208: Waiting [2020-10-06T06:39:19.015Z] 8529a6b9a6be: Waiting [2020-10-06T06:39:19.302Z] 99f96fe45779: Verifying Checksum [2020-10-06T06:39:19.302Z] 99f96fe45779: Download complete [2020-10-06T06:39:19.302Z] 74f711af9a0d: Verifying Checksum [2020-10-06T06:39:19.302Z] 74f711af9a0d: Download complete [2020-10-06T06:39:19.302Z] 45590311c82a: Verifying Checksum [2020-10-06T06:39:19.302Z] 45590311c82a: Download complete [2020-10-06T06:39:19.302Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T06:39:19.302Z] 69ca0ff8b7b3: Download complete [2020-10-06T06:39:19.583Z] b538f80385f9: Verifying Checksum [2020-10-06T06:39:19.583Z] b538f80385f9: Download complete [2020-10-06T06:39:20.187Z] b538f80385f9: Pull complete [2020-10-06T06:39:20.735Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:39:20.735Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:39:20.735Z] ---> d38841b3c5c7 [2020-10-06T06:39:20.735Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T06:39:20.735Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:39:20.735Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:39:20.735Z] ---> d38841b3c5c7 [2020-10-06T06:39:20.735Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T06:39:20.735Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:39:20.735Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T06:39:20.735Z] ---> d38841b3c5c7 [2020-10-06T06:39:20.735Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T06:39:20.735Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:39:20.735Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:39:20.735Z] ---> d38841b3c5c7 [2020-10-06T06:39:20.735Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T06:39:20.735Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:39:20.735Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:39:20.735Z] ---> d38841b3c5c7 [2020-10-06T06:39:20.735Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T06:39:20.790Z] 74f711af9a0d: Pull complete [2020-10-06T06:39:21.394Z] 99f96fe45779: Pull complete [2020-10-06T06:39:21.731Z] ---> Running in c98f1e0fb3a7 [2020-10-06T06:39:21.731Z] ---> Running in a91ed918d5da [2020-10-06T06:39:21.731Z] ---> Running in 36940d9cfb4a [2020-10-06T06:39:21.731Z] ---> Running in b9249c549083 [2020-10-06T06:39:21.731Z] ---> Running in 3f93516fdb9f [2020-10-06T06:39:21.996Z] Removing intermediate container a91ed918d5da [2020-10-06T06:39:21.996Z] ---> c7a58899ad2b [2020-10-06T06:39:21.996Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:39:22.261Z] Removing intermediate container 3f93516fdb9f [2020-10-06T06:39:22.261Z] ---> 7c0883f6c1ec [2020-10-06T06:39:22.261Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:39:22.261Z] Removing intermediate container b9249c549083 [2020-10-06T06:39:22.261Z] ---> 995a290782d6 [2020-10-06T06:39:22.261Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:39:22.261Z] Removing intermediate container c98f1e0fb3a7 [2020-10-06T06:39:22.261Z] ---> 70d419c71ea9 [2020-10-06T06:39:22.261Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T06:39:22.261Z] Removing intermediate container 36940d9cfb4a [2020-10-06T06:39:22.261Z] ---> f1514498b963 [2020-10-06T06:39:22.261Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:39:22.261Z] ---> Running in ae0dd5a97b47 [2020-10-06T06:39:22.261Z] ---> Running in 8d02eeab913b [2020-10-06T06:39:22.261Z] ---> Running in 2c2ccbbe5f27 [2020-10-06T06:39:22.261Z] ---> Running in 421deeb9b06d [2020-10-06T06:39:22.523Z] ---> Running in fd9f7e11e177 [2020-10-06T06:39:22.828Z] 209524e5b208: Verifying Checksum [2020-10-06T06:39:22.828Z] 209524e5b208: Download complete [2020-10-06T06:39:23.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:24.464Z] Removing intermediate container 8d02eeab913b [2020-10-06T06:39:24.464Z] ---> a5fb5f05c027 [2020-10-06T06:39:24.464Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T06:39:24.464Z] ---> Running in 6cf12d6c3b49 [2020-10-06T06:39:24.464Z] Removing intermediate container ae0dd5a97b47 [2020-10-06T06:39:24.464Z] ---> 51e596d860b5 [2020-10-06T06:39:24.464Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T06:39:24.464Z] Removing intermediate container 421deeb9b06d [2020-10-06T06:39:24.464Z] ---> 5773e561d941 [2020-10-06T06:39:24.464Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T06:39:24.739Z] Removing intermediate container fd9f7e11e177 [2020-10-06T06:39:24.739Z] ---> 2c499767cc47 [2020-10-06T06:39:24.739Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T06:39:24.739Z] ---> Running in 87f47d8a1691 [2020-10-06T06:39:24.739Z] ---> Running in 0318b5c81e06 [2020-10-06T06:39:24.739Z] ---> Running in a40437fd74ec [2020-10-06T06:39:24.805Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T06:39:24.805Z] 8529a6b9a6be: Download complete [2020-10-06T06:39:25.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:25.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:25.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:26.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:26.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:26.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:26.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:27.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:27.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:39:28.119Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:39:28.119Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:39:28.119Z] OK: 12752 distinct packages available [2020-10-06T06:39:28.382Z] OK: 233 MiB in 51 packages [2020-10-06T06:39:28.651Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:39:28.651Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:39:28.651Z] OK: 12752 distinct packages available [2020-10-06T06:39:28.921Z] OK: 233 MiB in 51 packages [2020-10-06T06:39:28.921Z] Removing intermediate container 2c2ccbbe5f27 [2020-10-06T06:39:28.921Z] ---> 0dfb3498ede2 [2020-10-06T06:39:28.921Z] Step 5/29 : COPY go.mod . [2020-10-06T06:39:29.189Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:39:29.189Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:39:29.189Z] OK: 12752 distinct packages available [2020-10-06T06:39:29.456Z] ---> d17f7da6a0cb [2020-10-06T06:39:29.456Z] Step 6/29 : RUN go mod download [2020-10-06T06:39:29.456Z] ---> Running in 1c75d98cd726 [2020-10-06T06:39:29.456Z] Removing intermediate container 6cf12d6c3b49 [2020-10-06T06:39:29.456Z] ---> 12bd15b9784d [2020-10-06T06:39:29.456Z] Step 6/24 : COPY go.mod . [2020-10-06T06:39:29.456Z] OK: 233 MiB in 51 packages [2020-10-06T06:39:29.717Z] ---> 4b490b6287d6 [2020-10-06T06:39:29.717Z] Step 7/24 : RUN go mod download [2020-10-06T06:39:29.717Z] ---> Running in b360e68c2a63 [2020-10-06T06:39:30.303Z] Removing intermediate container 87f47d8a1691 [2020-10-06T06:39:30.303Z] ---> e69ca46f92f2 [2020-10-06T06:39:30.303Z] Step 6/27 : COPY go.mod . [2020-10-06T06:39:30.599Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:39:30.599Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:39:30.599Z] OK: 12752 distinct packages available [2020-10-06T06:39:30.599Z] ---> 1d61974099b9 [2020-10-06T06:39:30.599Z] Step 7/27 : RUN go mod download [2020-10-06T06:39:30.599Z] ---> Running in 8f72940ece2c [2020-10-06T06:39:30.871Z] OK: 233 MiB in 51 packages [2020-10-06T06:39:30.871Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:39:30.871Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:39:30.871Z] OK: 12752 distinct packages available [2020-10-06T06:39:31.144Z] OK: 233 MiB in 51 packages [2020-10-06T06:39:31.417Z] Removing intermediate container 1c75d98cd726 [2020-10-06T06:39:31.417Z] ---> 9f3a8318d700 [2020-10-06T06:39:31.417Z] Step 7/29 : COPY . . [2020-10-06T06:39:31.417Z] Removing intermediate container b360e68c2a63 [2020-10-06T06:39:31.417Z] ---> c3a803616e77 [2020-10-06T06:39:31.417Z] Step 8/24 : COPY . . [2020-10-06T06:39:32.828Z] Removing intermediate container a40437fd74ec [2020-10-06T06:39:32.828Z] ---> 2795aa92fff6 [2020-10-06T06:39:32.828Z] Step 6/22 : COPY go.mod . [2020-10-06T06:39:34.973Z] 8529a6b9a6be: Pull complete [2020-10-06T06:39:34.973Z] 45590311c82a: Pull complete [2020-10-06T06:39:35.570Z] 69ca0ff8b7b3: Pull complete [2020-10-06T06:39:38.159Z] Removing intermediate container 0318b5c81e06 [2020-10-06T06:39:38.159Z] ---> 58e0da671f01 [2020-10-06T06:39:38.159Z] Step 6/20 : COPY go.mod . [2020-10-06T06:39:38.159Z] ---> 8eb66380b7cc [2020-10-06T06:39:38.159Z] Step 7/22 : RUN go mod download [2020-10-06T06:39:38.769Z] Removing intermediate container 8f72940ece2c [2020-10-06T06:39:38.769Z] ---> b812dbf41d32 [2020-10-06T06:39:38.769Z] Step 8/27 : COPY . . [2020-10-06T06:39:38.769Z] ---> Running in f1a2361b23bc [2020-10-06T06:39:38.977Z] 209524e5b208: Pull complete [2020-10-06T06:39:39.249Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T06:39:39.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T06:39:39.249Z] ---> 5bddaf1c2fca [2020-10-06T06:39:39.249Z] 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-06T06:39:40.172Z] ---> 85209a8a7b3e [2020-10-06T06:39:40.172Z] Step 7/20 : RUN go mod download [2020-10-06T06:39:43.597Z] ---> Running in ace94e64c91c [2020-10-06T06:39:45.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:39:48.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:39:50.254Z] ---> Running in e06894f06f85 [2020-10-06T06:39:51.586Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T06:39:51.861Z] (2/12) Installing file (5.38-r0) [2020-10-06T06:39:51.861Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T06:39:52.134Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T06:39:58.471Z] ---> 21a0f185a6b7 [2020-10-06T06:39:58.471Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T06:39:58.471Z] ---> 00010840ca43 [2020-10-06T06:39:58.471Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T06:39:58.471Z] Removing intermediate container f1a2361b23bc [2020-10-06T06:39:58.471Z] ---> 6ca140348ec6 [2020-10-06T06:39:58.471Z] Step 8/22 : COPY . . [2020-10-06T06:39:58.471Z] ---> Running in f107f18090d4 [2020-10-06T06:39:58.471Z] ---> Running in c7a09d6f88fd [2020-10-06T06:39:58.471Z] Removing intermediate container e06894f06f85 [2020-10-06T06:39:58.471Z] ---> a86df698805d [2020-10-06T06:39:58.471Z] Step 8/20 : COPY . . [2020-10-06T06:40:05.137Z] 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-06T06:40:06.555Z] 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-06T06:40:08.506Z] ---> 3b0fb8744b4e [2020-10-06T06:40:08.506Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T06:40:12.828Z] ---> Running in 00aa66b7f905 [2020-10-06T06:40:16.354Z] 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-06T06:40:23.157Z] ---> b7c7d4fd301d [2020-10-06T06:40:23.157Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T06:40:24.163Z] ---> Running in 771d37e3fc91 [2020-10-06T06:40:24.766Z] ---> a51c6bcc23e9 [2020-10-06T06:40:24.766Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T06:40:25.044Z] ---> Running in 74738411f343 [2020-10-06T06:40:26.460Z] 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-06T06:40:26.734Z] 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-06T06:40:31.127Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T06:40:31.127Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T06:40:31.127Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T06:40:31.127Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T06:40:31.127Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T06:40:31.127Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T06:40:31.127Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T06:40:31.127Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T06:40:31.127Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:40:31.127Z] OK: 217 MiB in 51 packages [2020-10-06T06:40:33.396Z] Removing intermediate container c7a09d6f88fd [2020-10-06T06:40:33.396Z] ---> acd3c4dc5429 [2020-10-06T06:40:33.396Z] [2020-10-06T06:40:33.396Z] Step 9/29 : FROM alpine:latest [2020-10-06T06:40:33.396Z] latest: Pulling from library/alpine [2020-10-06T06:40:33.396Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T06:40:33.396Z] Status: Downloaded newer image for alpine:latest [2020-10-06T06:40:33.396Z] ---> a24bb4013296 [2020-10-06T06:40:33.396Z] 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-06T06:40:33.679Z] ---> Running in 15d771f75a44 [2020-10-06T06:40:33.952Z] Removing intermediate container 15d771f75a44 [2020-10-06T06:40:33.952Z] ---> 93cab1a6796a [2020-10-06T06:40:33.952Z] Step 11/29 : USER root [2020-10-06T06:40:34.539Z] Removing intermediate container ace94e64c91c [2020-10-06T06:40:34.539Z] ---> e52dfa4b3ca2 [2020-10-06T06:40:34.539Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T06:40:34.539Z] ---> Running in eb0ed6e2f3ec [2020-10-06T06:40:34.814Z] Removing intermediate container eb0ed6e2f3ec [2020-10-06T06:40:34.814Z] ---> aa109aa1d4b5 [2020-10-06T06:40:34.814Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T06:40:34.946Z] ---> Running in e9bc6efa75e0 [2020-10-06T06:40:35.088Z] latest: Pulling from library/docker [2020-10-06T06:40:35.088Z] b538f80385f9: Already exists [2020-10-06T06:40:35.088Z] 259a493cd78d: Pulling fs layer [2020-10-06T06:40:35.088Z] b8e66b5100f5: Pulling fs layer [2020-10-06T06:40:35.088Z] 7f8258a56ab6: Pulling fs layer [2020-10-06T06:40:35.088Z] 75a0a0ebb566: Pulling fs layer [2020-10-06T06:40:35.088Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-06T06:40:35.088Z] 294320357d30: Pulling fs layer [2020-10-06T06:40:35.088Z] 75a0a0ebb566: Waiting [2020-10-06T06:40:35.088Z] 4a2c62f0a2a3: Waiting [2020-10-06T06:40:35.088Z] 294320357d30: Waiting [2020-10-06T06:40:35.366Z] b8e66b5100f5: Verifying Checksum [2020-10-06T06:40:35.366Z] b8e66b5100f5: Download complete [2020-10-06T06:40:35.366Z] 259a493cd78d: Verifying Checksum [2020-10-06T06:40:35.366Z] 259a493cd78d: Download complete [2020-10-06T06:40:35.366Z] 75a0a0ebb566: Verifying Checksum [2020-10-06T06:40:35.366Z] 75a0a0ebb566: Download complete [2020-10-06T06:40:35.643Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-06T06:40:35.643Z] 4a2c62f0a2a3: Download complete [2020-10-06T06:40:35.643Z] 294320357d30: Verifying Checksum [2020-10-06T06:40:35.643Z] 294320357d30: Download complete [2020-10-06T06:40:35.927Z] Removing intermediate container e9bc6efa75e0 [2020-10-06T06:40:35.927Z] ---> 61816583eca6 [2020-10-06T06:40:35.927Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T06:40:36.201Z] Removing intermediate container f107f18090d4 [2020-10-06T06:40:36.201Z] ---> e2318acaeb1e [2020-10-06T06:40:36.201Z] [2020-10-06T06:40:36.201Z] Step 10/24 : FROM scratch [2020-10-06T06:40:36.201Z] ---> [2020-10-06T06:40:36.201Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T06:40:36.201Z] ---> Running in bf0d7826e9b6 [2020-10-06T06:40:36.249Z] 259a493cd78d: Pull complete [2020-10-06T06:40:36.526Z] b8e66b5100f5: Pull complete [2020-10-06T06:40:36.610Z] ---> Running in 4832a1089be4 [2020-10-06T06:40:36.802Z] 7f8258a56ab6: Download complete [2020-10-06T06:40:37.167Z] Removing intermediate container 4832a1089be4 [2020-10-06T06:40:37.167Z] ---> 7f74e215877a [2020-10-06T06:40:37.167Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T06:40:37.167Z] ---> Running in 0d2312761984 [2020-10-06T06:40:37.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:40:37.501Z] Removing intermediate container 0d2312761984 [2020-10-06T06:40:37.501Z] ---> a7595cdab41f [2020-10-06T06:40:37.501Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T06:40:37.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:40:37.501Z] ---> Running in 32eaf481b144 [2020-10-06T06:40:37.501Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:40:37.501Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:40:37.501Z] OK: 12750 distinct packages available [2020-10-06T06:40:37.964Z] Removing intermediate container 32eaf481b144 [2020-10-06T06:40:37.964Z] ---> a6fe3dc52427 [2020-10-06T06:40:37.964Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T06:40:37.964Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T06:40:37.964Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T06:40:37.964Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:40:37.964Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T06:40:38.235Z] OK: 6 MiB in 16 packages [2020-10-06T06:40:38.235Z] ---> f2ce51938f44 [2020-10-06T06:40:38.235Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T06:40:40.205Z] Removing intermediate container bf0d7826e9b6 [2020-10-06T06:40:40.205Z] ---> 42944d6164ef [2020-10-06T06:40:40.205Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T06:40:40.206Z] 7f8258a56ab6: Pull complete [2020-10-06T06:40:40.487Z] 75a0a0ebb566: Pull complete [2020-10-06T06:40:40.763Z] 4a2c62f0a2a3: Pull complete [2020-10-06T06:40:40.807Z] ---> c32e821bf9f2 [2020-10-06T06:40:40.807Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T06:40:40.807Z] ---> Running in 7743022696ff [2020-10-06T06:40:41.036Z] 294320357d30: Pull complete [2020-10-06T06:40:41.036Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T06:40:41.086Z] Removing intermediate container 7743022696ff [2020-10-06T06:40:41.086Z] ---> 59cc06309f7b [2020-10-06T06:40:41.086Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T06:40:41.322Z] Status: Downloaded newer image for docker:latest [2020-10-06T06:40:41.354Z] ---> Running in f2c7246b82eb [2020-10-06T06:40:43.293Z] ---> 4cd0eec4c87e [2020-10-06T06:40:43.293Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T06:40:43.868Z] Removing intermediate container f2c7246b82eb [2020-10-06T06:40:43.868Z] ---> 14989c107395 [2020-10-06T06:40:43.868Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T06:40:44.136Z] Removing intermediate container 00aa66b7f905 [2020-10-06T06:40:44.136Z] ---> 2ba58b99a260 [2020-10-06T06:40:44.136Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T06:40:44.408Z] ---> Running in d1c2eb8cd871 [2020-10-06T06:40:44.681Z] ---> 6091e8ea5998 [2020-10-06T06:40:44.681Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T06:40:44.717Z] ---> 2368bd17e25b [2020-10-06T06:40:44.717Z] Step 6/7 : COPY go.mod . [2020-10-06T06:40:44.945Z] ---> Running in 559e5b49c3fd [2020-10-06T06:40:45.313Z] ---> 9563d502de03 [2020-10-06T06:40:45.314Z] Step 7/7 : RUN go mod download [2020-10-06T06:40:45.314Z] ---> Running in 4f09df9c1c7f [2020-10-06T06:40:45.909Z] ---> 25c0dc723ae2 [2020-10-06T06:40:45.909Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T06:40:45.909Z] 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-06T06:40:46.494Z] ---> 906d85c693be [2020-10-06T06:40:46.494Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T06:40:47.075Z] ---> Running in 8e3357b7e8d9 [2020-10-06T06:40:47.075Z] Removing intermediate container d1c2eb8cd871 [2020-10-06T06:40:47.075Z] ---> e75fc4df792f [2020-10-06T06:40:47.075Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T06:40:47.347Z] Removing intermediate container 8e3357b7e8d9 [2020-10-06T06:40:47.347Z] ---> 30f6cd5ccd84 [2020-10-06T06:40:47.347Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:40:47.927Z] ---> Running in 5e6a9c27d2fb [2020-10-06T06:40:48.205Z] ---> e95aa2a4c730 [2020-10-06T06:40:48.205Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T06:40:50.183Z] Removing intermediate container 5e6a9c27d2fb [2020-10-06T06:40:50.183Z] ---> 86151db9381e [2020-10-06T06:40:50.183Z] Step 22/24 : LABEL arch=x86_64 [2020-10-06T06:40:50.183Z] Removing intermediate container 771d37e3fc91 [2020-10-06T06:40:50.183Z] ---> 2c17ca5eac40 [2020-10-06T06:40:50.183Z] [2020-10-06T06:40:50.183Z] Step 10/20 : FROM alpine [2020-10-06T06:40:50.183Z] ---> a24bb4013296 [2020-10-06T06:40:50.183Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T06:40:50.183Z] ---> 20d215ad08d3 [2020-10-06T06:40:50.183Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T06:40:50.183Z] Removing intermediate container 559e5b49c3fd [2020-10-06T06:40:50.183Z] ---> f3ee2ae03622 [2020-10-06T06:40:50.183Z] [2020-10-06T06:40:50.183Z] Step 11/27 : FROM docker:latest [2020-10-06T06:40:50.183Z] ---> 809cc4dba987 [2020-10-06T06:40:50.183Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T06:40:50.183Z] ---> Running in 2ca81b1d674f [2020-10-06T06:40:50.183Z] ---> Running in 1e5af1d039ec [2020-10-06T06:40:50.449Z] ---> Running in dd607dfe9d21 [2020-10-06T06:40:50.715Z] Removing intermediate container 2ca81b1d674f [2020-10-06T06:40:50.715Z] ---> d8c6d4ffb8eb [2020-10-06T06:40:50.715Z] Step 23/24 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:40:50.715Z] ---> 9d6de6ed8ae3 [2020-10-06T06:40:50.715Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T06:40:50.979Z] ---> Running in a06e44b1cc1b [2020-10-06T06:40:50.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:40:50.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:40:51.247Z] Removing intermediate container a06e44b1cc1b [2020-10-06T06:40:51.247Z] ---> ff47b3e14c59 [2020-10-06T06:40:51.247Z] Step 24/24 : LABEL version=0.0.0 [2020-10-06T06:40:51.247Z] ---> cf13a0a2d73a [2020-10-06T06:40:51.247Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T06:40:51.247Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:40:51.247Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:40:51.247Z] OK: 12750 distinct packages available [2020-10-06T06:40:51.511Z] ---> Running in 26f14758b408 [2020-10-06T06:40:51.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:40:51.511Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T06:40:51.773Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T06:40:51.773Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T06:40:51.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:40:51.773Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T06:40:51.773Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:40:51.773Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T06:40:51.773Z] OK: 7 MiB in 18 packages [2020-10-06T06:40:51.773Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T06:40:51.773Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T06:40:51.773Z] Executing bash-5.0.17-r0.post-install [2020-10-06T06:40:52.034Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:40:52.034Z] OK: 12 MiB in 22 packages [2020-10-06T06:40:54.600Z] ---> 839574620583 [2020-10-06T06:40:54.600Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T06:40:54.600Z] Removing intermediate container 26f14758b408 [2020-10-06T06:40:54.600Z] ---> e6c4277c02b4 [2020-10-06T06:40:54.600Z] [2020-10-06T06:40:54.600Z] ---> Running in 41f7d0b21f5b [2020-10-06T06:40:54.600Z] Successfully built e6c4277c02b4 [2020-10-06T06:40:54.600Z] Removing intermediate container 74738411f343 [2020-10-06T06:40:54.600Z] ---> e108e21d8606 [2020-10-06T06:40:54.600Z] [2020-10-06T06:40:54.600Z] Step 10/22 : FROM scratch [2020-10-06T06:40:54.600Z] ---> [2020-10-06T06:40:54.600Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T06:40:54.600Z] Successfully tagged docker-support-notifications-go:latest [2020-10-06T06:40:54.600Z] Building docker-security-secretstore-setup-go [2020-10-06T06:40:55.175Z]  Building docker-support-notifications-go ... done  ---> Running in e4c551c68cee [2020-10-06T06:40:59.400Z] Removing intermediate container dd607dfe9d21 [2020-10-06T06:40:59.400Z] ---> bf072d723e1f [2020-10-06T06:40:59.400Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T06:40:59.401Z] Removing intermediate container 1e5af1d039ec [2020-10-06T06:40:59.401Z] ---> b6b289e3b763 [2020-10-06T06:40:59.401Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T06:41:00.360Z] Removing intermediate container e4c551c68cee [2020-10-06T06:41:00.360Z] ---> 7a4f8fa0fcad [2020-10-06T06:41:00.360Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T06:41:01.305Z] ---> Running in 27110d2af9db [2020-10-06T06:41:01.305Z] ---> Running in 74a8747facec [2020-10-06T06:41:01.305Z] ---> Running in 64c23a2d16ce [2020-10-06T06:41:02.705Z] Removing intermediate container 74a8747facec [2020-10-06T06:41:02.705Z] ---> 0b90d60054a6 [2020-10-06T06:41:02.705Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T06:41:03.309Z] Removing intermediate container 64c23a2d16ce [2020-10-06T06:41:03.309Z] ---> 256177fb507d [2020-10-06T06:41:03.309Z] Step 13/20 : WORKDIR /edgex [2020-10-06T06:41:03.581Z] Removing intermediate container 41f7d0b21f5b [2020-10-06T06:41:03.581Z] ---> 3afc6d9d5666 [2020-10-06T06:41:03.581Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T06:41:03.581Z] ---> Running in 066a00f133fe [2020-10-06T06:41:04.537Z] ---> Running in 094e59a88209 [2020-10-06T06:41:04.537Z] Removing intermediate container 066a00f133fe [2020-10-06T06:41:04.537Z] ---> 26a69400ea90 [2020-10-06T06:41:04.537Z] Step 14/22 : WORKDIR / [2020-10-06T06:41:04.803Z] ---> 82f2bd0100c1 [2020-10-06T06:41:04.803Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T06:41:05.073Z] ---> Running in a7c44580d374 [2020-10-06T06:41:06.037Z] ---> Running in 7aae30c671ae [2020-10-06T06:41:06.037Z] Removing intermediate container 094e59a88209 [2020-10-06T06:41:06.037Z] ---> 3a8cb4bbfcd5 [2020-10-06T06:41:06.037Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T06:41:06.632Z] Removing intermediate container 27110d2af9db [2020-10-06T06:41:06.632Z] ---> 6fa9e78e9378 [2020-10-06T06:41:06.632Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T06:41:08.033Z] Removing intermediate container a7c44580d374 [2020-10-06T06:41:08.033Z] ---> 35b3c81b1656 [2020-10-06T06:41:08.033Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T06:41:08.033Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:41:08.033Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:41:08.298Z] ---> d38841b3c5c7 [2020-10-06T06:41:08.298Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T06:41:08.298Z] ---> Using cache [2020-10-06T06:41:08.298Z] ---> f1514498b963 [2020-10-06T06:41:08.298Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:41:08.298Z] ---> Using cache [2020-10-06T06:41:08.298Z] ---> 2c499767cc47 [2020-10-06T06:41:08.298Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T06:41:08.298Z] ---> Using cache [2020-10-06T06:41:08.298Z] ---> 2795aa92fff6 [2020-10-06T06:41:08.298Z] Step 6/26 : COPY go.mod . [2020-10-06T06:41:08.298Z] ---> Using cache [2020-10-06T06:41:08.298Z] ---> 8eb66380b7cc [2020-10-06T06:41:08.298Z] Step 7/26 : RUN go mod download [2020-10-06T06:41:08.298Z] ---> Using cache [2020-10-06T06:41:08.298Z] ---> 6ca140348ec6 [2020-10-06T06:41:08.298Z] Step 8/26 : COPY . . [2020-10-06T06:41:08.298Z] ---> Using cache [2020-10-06T06:41:08.298Z] ---> a51c6bcc23e9 [2020-10-06T06:41:08.298Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-06T06:41:09.247Z] ---> 320d49a89bf7 [2020-10-06T06:41:09.247Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T06:41:09.247Z] ---> Running in 49ecda922434 [2020-10-06T06:41:09.247Z] ---> Running in 5a956a1ee7ab [2020-10-06T06:41:09.247Z] ---> b5fe6012b2c0 [2020-10-06T06:41:09.247Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T06:41:09.516Z] Removing intermediate container 49ecda922434 [2020-10-06T06:41:09.516Z] ---> 17ff7f282e1c [2020-10-06T06:41:09.516Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T06:41:09.786Z] ---> Running in 98fe47a493fc [2020-10-06T06:41:09.786Z] ---> 866e8aef0da3 [2020-10-06T06:41:09.786Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T06:41:10.056Z] ---> Running in 302e0f23a3bd [2020-10-06T06:41:10.056Z] Removing intermediate container 7aae30c671ae [2020-10-06T06:41:10.056Z] ---> 3b2f04237386 [2020-10-06T06:41:10.056Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T06:41:10.056Z] Removing intermediate container 98fe47a493fc [2020-10-06T06:41:10.056Z] ---> b1421846416a [2020-10-06T06:41:10.056Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T06:41:10.056Z] ---> e7a445e0cbbe [2020-10-06T06:41:10.056Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T06:41:10.056Z] 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-06T06:41:10.321Z] ---> Running in c6a9c5fc8b36 [2020-10-06T06:41:10.321Z] Removing intermediate container 302e0f23a3bd [2020-10-06T06:41:10.321Z] ---> 90e4377bcc25 [2020-10-06T06:41:10.321Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T06:41:10.321Z] ---> Running in 53f19978b37e [2020-10-06T06:41:10.590Z] ---> Running in a3b83ccf6b4c [2020-10-06T06:41:10.590Z] Removing intermediate container 53f19978b37e [2020-10-06T06:41:10.590Z] ---> 1a78d22b3ae2 [2020-10-06T06:41:10.590Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T06:41:10.860Z] ---> eb2c2c0986ec [2020-10-06T06:41:10.860Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T06:41:10.860Z] Removing intermediate container a3b83ccf6b4c [2020-10-06T06:41:10.860Z] ---> 0ff1c97de223 [2020-10-06T06:41:10.860Z] Step 18/20 : LABEL arch=x86_64 [2020-10-06T06:41:10.860Z] ---> Running in c19a4419e324 [2020-10-06T06:41:10.860Z] ---> Running in 017dcef409a8 [2020-10-06T06:41:11.447Z] Removing intermediate container c19a4419e324 [2020-10-06T06:41:11.447Z] ---> 6edca21999bc [2020-10-06T06:41:11.447Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:41:11.447Z] Removing intermediate container 017dcef409a8 [2020-10-06T06:41:11.447Z] ---> 826e44f71c6d [2020-10-06T06:41:11.447Z] Step 19/20 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:41:11.721Z] ---> Running in b85302342fd2 [2020-10-06T06:41:11.721Z] ---> Running in 61f55c1b2d85 [2020-10-06T06:41:11.721Z] ---> 92014318e3ed [2020-10-06T06:41:11.721Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T06:41:11.994Z] Removing intermediate container b85302342fd2 [2020-10-06T06:41:11.994Z] ---> 214e7404b812 [2020-10-06T06:41:11.994Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T06:41:11.994Z] Removing intermediate container 61f55c1b2d85 [2020-10-06T06:41:11.994Z] ---> 97c259c1b2a2 [2020-10-06T06:41:11.994Z] Step 20/20 : LABEL version=0.0.0 [2020-10-06T06:41:12.150Z] Removing intermediate container 4f09df9c1c7f [2020-10-06T06:41:12.150Z] ---> 76c43c9cb737 [2020-10-06T06:41:12.150Z] Successfully built 76c43c9cb737 [2020-10-06T06:41:12.150Z] Successfully tagged ci-base-image-arm64:latest [2020-10-06T06:41:12.273Z] ---> Running in 89d1cc4ecfac [2020-10-06T06:41:12.273Z] ---> Running in 2605a650852e [2020-10-06T06:41:12.273Z] Removing intermediate container c6a9c5fc8b36 [2020-10-06T06:41:12.273Z] ---> 2a04a36e4e24 [2020-10-06T06:41:12.273Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:41:12.552Z] ---> aa7e957a66db [2020-10-06T06:41:12.552Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T06:41:12.552Z] ---> Running in 0b033722c78f [2020-10-06T06:41:12.552Z] Removing intermediate container 89d1cc4ecfac [2020-10-06T06:41:12.552Z] ---> 0edfb5c69937 [2020-10-06T06:41:12.552Z] Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:41:12.648Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T06:41:12.648Z] . [Pipeline] withDockerContainer [2020-10-06T06:41:12.827Z] Removing intermediate container 2605a650852e [2020-10-06T06:41:12.827Z] ---> 6417c6d4a48d [2020-10-06T06:41:12.827Z] [2020-10-06T06:41:12.827Z] ---> Running in 82126eff3892 [2020-10-06T06:41:12.827Z] Successfully built 6417c6d4a48d [2020-10-06T06:41:12.968Z] prd-ubuntu18.04-docker-arm64-4c-16g-3698 does not seem to be running inside a container [2020-10-06T06:41:13.096Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-06T06:41:13.096Z] Building docker-support-logging-go [2020-10-06T06:41:13.096Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0b033722c78f [2020-10-06T06:41:13.096Z] ---> fa9bcd189208 [2020-10-06T06:41:13.096Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T06:41:13.096Z] ---> 5f59331bbe18 [2020-10-06T06:41:13.096Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T06:41:13.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-arm64 cat [2020-10-06T06:41:13.377Z] Removing intermediate container 82126eff3892 [2020-10-06T06:41:13.377Z] ---> 4bbde8d68be5 [2020-10-06T06:41:13.377Z] Step 22/22 : LABEL version=0.0.0 [2020-10-06T06:41:13.377Z] ---> Running in 2cce1877bf58 [2020-10-06T06:41:13.377Z] ---> Running in 2a098bfd8442 [2020-10-06T06:41:13.642Z] ---> Running in 18ddc9defea4 [2020-10-06T06:41:13.924Z] Removing intermediate container 2cce1877bf58 [2020-10-06T06:41:13.924Z] ---> 67809de9d0bd [2020-10-06T06:41:13.924Z] Step 27/29 : LABEL arch=x86_64 [2020-10-06T06:41:15.155Z] $ docker top a452d2b27ca128f0f2d5d6bfa92ec7be7178f2914881864efbb63c7f78f0826e -eo pid,comm [2020-10-06T06:41:15.353Z] Removing intermediate container 18ddc9defea4 [2020-10-06T06:41:15.353Z] ---> cb3803f00832 [2020-10-06T06:41:15.353Z] [2020-10-06T06:41:15.353Z] Successfully built cb3803f00832 [Pipeline] { [Pipeline] sh [2020-10-06T06:41:16.340Z] Successfully tagged docker-core-metadata-go:latest [2020-10-06T06:41:16.340Z] Building docker-core-command-go [2020-10-06T06:41:16.635Z] + go version [2020-10-06T06:41:16.635Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T06:41:16.663Z] $ docker stop --time=1 a452d2b27ca128f0f2d5d6bfa92ec7be7178f2914881864efbb63c7f78f0826e [2020-10-06T06:41:17.317Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:41:17.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:41:17.317Z] ---> Running in 98a362c793d5 [2020-10-06T06:41:17.317Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T06:41:17.317Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T06:41:17.317Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T06:41:17.317Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T06:41:17.589Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T06:41:17.589Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T06:41:17.589Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T06:41:18.720Z] $ docker rm -f a452d2b27ca128f0f2d5d6bfa92ec7be7178f2914881864efbb63c7f78f0826e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:41:19.868Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T06:41:19.868Z] . [Pipeline] withDockerContainer [2020-10-06T06:41:20.145Z] prd-ubuntu18.04-docker-arm64-4c-16g-3698 does not seem to be running inside a container [2020-10-06T06:41:20.233Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-arm64 cat [2020-10-06T06:41:21.726Z] $ docker top 432cb9449f17a2977fd11a7d1b6eb02110d64c7f9241666257e62a96fafe5f08 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-06T06:41:22.074Z] ========================================================= [2020-10-06T06:41:22.075Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-06T06:41:22.075Z] ========================================================= [Pipeline] sh [2020-10-06T06:41:22.720Z] + make test [2020-10-06T06:41:22.720Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-06T06:41:24.362Z] Removing intermediate container 98a362c793d5 [2020-10-06T06:41:24.362Z] ---> 3c02e75de741 [2020-10-06T06:41:24.362Z] Step 28/29 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:41:25.342Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-06T06:41:25.404Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T06:41:25.404Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T06:41:25.404Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T06:41:25.404Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T06:41:25.984Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T06:41:26.262Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T06:41:26.262Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T06:41:26.262Z] ---> Running in bc90381d44b1 [2020-10-06T06:41:26.538Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T06:41:26.538Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T06:41:26.538Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T06:41:26.538Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T06:41:26.815Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T06:41:27.080Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T06:41:27.656Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T06:41:28.624Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T06:41:29.203Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T06:41:29.779Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T06:41:30.050Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T06:41:30.312Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T06:41:31.269Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T06:41:31.269Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T06:41:31.269Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T06:41:31.543Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T06:41:31.807Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T06:41:32.075Z] Removing intermediate container bc90381d44b1 [2020-10-06T06:41:32.075Z] ---> 3c56f6b0c64f [2020-10-06T06:41:32.075Z] Step 29/29 : LABEL version=0.0.0 [2020-10-06T06:41:32.343Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T06:41:32.343Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T06:41:32.931Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:41:33.196Z] 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-06T06:41:33.196Z] OK: 71 MiB in 55 packages [2020-10-06T06:41:34.167Z] ---> Running in b4c20f7ba409 [2020-10-06T06:41:35.123Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:41:35.123Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:41:35.123Z] ---> d38841b3c5c7 [2020-10-06T06:41:35.123Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T06:41:35.123Z] ---> Using cache [2020-10-06T06:41:35.123Z] ---> f1514498b963 [2020-10-06T06:41:35.123Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:41:35.123Z] ---> Using cache [2020-10-06T06:41:35.123Z] ---> 2c499767cc47 [2020-10-06T06:41:35.123Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T06:41:36.535Z] ---> Running in 2cdab0643a16 [2020-10-06T06:41:36.535Z] Removing intermediate container b4c20f7ba409 [2020-10-06T06:41:36.535Z] ---> 0352eb54ac05 [2020-10-06T06:41:36.535Z] [2020-10-06T06:41:36.812Z] Successfully built 0352eb54ac05 [2020-10-06T06:41:36.812Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-06T06:41:36.812Z] Building docker-support-scheduler-go [2020-10-06T06:41:38.738Z]  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:41:39.690Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:41:39.690Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:41:39.690Z] ---> d38841b3c5c7 [2020-10-06T06:41:39.690Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T06:41:39.690Z] ---> Using cache [2020-10-06T06:41:39.690Z] ---> f1514498b963 [2020-10-06T06:41:39.690Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:41:39.690Z] ---> Using cache [2020-10-06T06:41:39.690Z] ---> 2c499767cc47 [2020-10-06T06:41:39.690Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T06:41:39.690Z] ---> Using cache [2020-10-06T06:41:39.690Z] ---> 2795aa92fff6 [2020-10-06T06:41:39.690Z] Step 6/22 : COPY go.mod . [2020-10-06T06:41:39.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:41:39.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T06:41:39.690Z] ---> Using cache [2020-10-06T06:41:39.690Z] ---> 8eb66380b7cc [2020-10-06T06:41:39.690Z] Step 7/22 : RUN go mod download [2020-10-06T06:41:39.690Z] ---> Using cache [2020-10-06T06:41:39.690Z] ---> 6ca140348ec6 [2020-10-06T06:41:39.690Z] Step 8/22 : COPY . . [2020-10-06T06:41:39.956Z] ---> Using cache [2020-10-06T06:41:39.956Z] ---> a51c6bcc23e9 [2020-10-06T06:41:39.956Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T06:41:40.905Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:41:40.905Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:41:40.905Z] OK: 12752 distinct packages available [2020-10-06T06:41:41.174Z] OK: 233 MiB in 51 packages [2020-10-06T06:41:41.444Z] OK: 233 MiB in 51 packages [2020-10-06T06:41:42.849Z] ---> Running in f8f3dccddeea [2020-10-06T06:41:45.441Z] 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-06T06:41:46.847Z] Removing intermediate container 2cdab0643a16 [2020-10-06T06:41:46.847Z] ---> 912541fe3518 [2020-10-06T06:41:46.847Z] Step 6/22 : COPY go.mod . [2020-10-06T06:41:48.802Z] ---> 18311b3d48ac [2020-10-06T06:41:48.802Z] Step 7/22 : RUN go mod download [2020-10-06T06:41:49.071Z] ---> Running in a14bdd9197aa [2020-10-06T06:41:53.356Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:41:53.356Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:41:53.356Z] ---> d38841b3c5c7 [2020-10-06T06:41:53.356Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T06:41:53.356Z] ---> Using cache [2020-10-06T06:41:53.356Z] ---> f1514498b963 [2020-10-06T06:41:53.356Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:41:53.356Z] ---> Using cache [2020-10-06T06:41:53.356Z] ---> 2c499767cc47 [2020-10-06T06:41:53.356Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T06:41:53.356Z] ---> Using cache [2020-10-06T06:41:53.356Z] ---> 2795aa92fff6 [2020-10-06T06:41:53.356Z] Step 6/21 : COPY go.mod . [2020-10-06T06:41:53.356Z] ---> Using cache [2020-10-06T06:41:53.356Z] ---> 8eb66380b7cc [2020-10-06T06:41:53.356Z] Step 7/21 : RUN go mod download [2020-10-06T06:41:53.356Z] ---> Using cache [2020-10-06T06:41:53.356Z] ---> 6ca140348ec6 [2020-10-06T06:41:53.356Z] Step 8/21 : COPY . . [2020-10-06T06:41:53.356Z] ---> Using cache [2020-10-06T06:41:53.356Z] ---> a51c6bcc23e9 [2020-10-06T06:41:53.356Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T06:41:54.799Z] Removing intermediate container 5a956a1ee7ab [2020-10-06T06:41:54.799Z] ---> 15a291547e70 [2020-10-06T06:41:54.799Z] [2020-10-06T06:41:54.799Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T06:41:54.799Z] ---> Running in dbc3fbc0da28 [2020-10-06T06:41:55.084Z] 3.10: Pulling from library/alpine [2020-10-06T06:41:57.654Z] Removing intermediate container 2a098bfd8442 [2020-10-06T06:41:57.654Z] ---> 0ed5c1ab12fc [2020-10-06T06:41:57.654Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T06:41:57.654Z] 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-06T06:41:57.654Z] Removing intermediate container a14bdd9197aa [2020-10-06T06:41:57.654Z] ---> a0e8150cc2bd [2020-10-06T06:41:57.654Z] Step 8/22 : COPY . . [2020-10-06T06:41:57.654Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T06:41:57.654Z] ---> Running in 75f46d5ca05c [2020-10-06T06:41:57.654Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T06:41:57.654Z] ---> be4e4bea2c2e [2020-10-06T06:41:57.654Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T06:41:57.835Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-06T06:41:58.639Z] ---> Running in 58fea7125b2c [2020-10-06T06:42:02.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:42:03.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:42:03.259Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T06:42:03.259Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T06:42:03.259Z] OK: 10346 distinct packages available [2020-10-06T06:42:03.849Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T06:42:04.117Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T06:42:04.117Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T06:42:04.117Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T06:42:04.117Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T06:42:04.117Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T06:42:04.117Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T06:42:04.388Z] OK: 7 MiB in 19 packages [2020-10-06T06:42:06.338Z] Collecting docker-compose==1.23.2 [2020-10-06T06:42:06.338Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T06:42:09.714Z] Removing intermediate container 58fea7125b2c [2020-10-06T06:42:09.714Z] ---> e427208535c1 [2020-10-06T06:42:09.714Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T06:42:09.714Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T06:42:09.714Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T06:42:10.293Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T06:42:10.293Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T06:42:10.575Z] ---> Running in 074ce891b1a7 [2020-10-06T06:42:12.546Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T06:42:12.546Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T06:42:13.138Z] Removing intermediate container 074ce891b1a7 [2020-10-06T06:42:13.138Z] ---> aea15b5b9e6c [2020-10-06T06:42:13.138Z] Step 13/26 : WORKDIR / [2020-10-06T06:42:14.104Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T06:42:14.104Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T06:42:15.054Z] 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-06T06:42:15.054Z] ---> Running in 0ff2adec4c11 [2020-10-06T06:42:15.335Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T06:42:15.335Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T06:42:16.162Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-06T06:42:16.162Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-06T06:42:16.162Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-06T06:42:16.162Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-06T06:42:16.446Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T06:42:16.446Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T06:42:17.100Z] Removing intermediate container 0ff2adec4c11 [2020-10-06T06:42:17.100Z] ---> d9f391f4d50f [2020-10-06T06:42:17.100Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-06T06:42:17.363Z] Collecting PyYAML<4,>=3.10 [2020-10-06T06:42:17.363Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T06:42:17.608Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s [2020-10-06T06:42:17.608Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-06T06:42:17.608Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-06T06:42:17.608Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-06T06:42:18.312Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T06:42:18.312Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T06:42:18.312Z] ---> abae6e09d352 [2020-10-06T06:42:18.312Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T06:42:19.271Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T06:42:19.271Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T06:42:19.271Z] ---> 38894d1b27e3 [2020-10-06T06:42:19.271Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-06T06:42:19.271Z] 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-06T06:42:19.271Z] Removing intermediate container f8f3dccddeea [2020-10-06T06:42:19.271Z] ---> b9dd51b07e50 [2020-10-06T06:42:19.271Z] [2020-10-06T06:42:19.271Z] Step 10/22 : FROM scratch [2020-10-06T06:42:19.271Z] ---> [2020-10-06T06:42:19.271Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T06:42:19.271Z] Collecting idna<2.8,>=2.5 [2020-10-06T06:42:19.271Z] ---> Running in 65bde76cde0b [2020-10-06T06:42:19.271Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T06:42:19.536Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T06:42:19.536Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T06:42:19.536Z] 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-06T06:42:19.536Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T06:42:19.536Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T06:42:19.592Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-06T06:42:19.807Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T06:42:19.807Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T06:42:19.807Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T06:42:19.807Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T06:42:19.807Z] ---> Using cache [2020-10-06T06:42:19.807Z] ---> 7a4f8fa0fcad [2020-10-06T06:42:19.807Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T06:42:19.807Z] Installing collected packages: idna, urllib3, requests, texttable, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, docopt, cached-property, docker-compose [2020-10-06T06:42:19.807Z] Attempting uninstall: idna [2020-10-06T06:42:19.807Z] Found existing installation: idna 2.9 [2020-10-06T06:42:19.807Z] Uninstalling idna-2.9: [2020-10-06T06:42:19.807Z] Successfully uninstalled idna-2.9 [2020-10-06T06:42:20.075Z] ---> 62c8d3bf119c [2020-10-06T06:42:20.075Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T06:42:20.075Z] 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-06T06:42:20.075Z] Attempting uninstall: urllib3 [2020-10-06T06:42:20.075Z] Found existing installation: urllib3 1.25.9 [2020-10-06T06:42:20.075Z] Uninstalling urllib3-1.25.9: [2020-10-06T06:42:20.075Z] ---> Running in dc711c5c15d6 [2020-10-06T06:42:20.348Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T06:42:20.928Z] Removing intermediate container dc711c5c15d6 [2020-10-06T06:42:20.928Z] ---> 6d96865e7f26 [2020-10-06T06:42:20.928Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T06:42:21.043Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-06T06:42:21.043Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-06T06:42:21.043Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-06T06:42:21.043Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-06T06:42:21.197Z] ---> 379767a705ea [2020-10-06T06:42:21.197Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T06:42:21.197Z] ---> Running in 0801d5b399cd [2020-10-06T06:42:21.197Z] Attempting uninstall: requests [2020-10-06T06:42:21.197Z] Found existing installation: requests 2.23.0 [2020-10-06T06:42:21.197Z] Uninstalling requests-2.23.0: [2020-10-06T06:42:21.197Z] Successfully uninstalled requests-2.23.0 [2020-10-06T06:42:21.784Z] Running setup.py install for texttable: started [2020-10-06T06:42:21.784Z] Removing intermediate container 0801d5b399cd [2020-10-06T06:42:21.784Z] ---> 72e3631d8dfb [2020-10-06T06:42:21.784Z] Step 14/22 : WORKDIR / [2020-10-06T06:42:22.047Z] ---> Running in db86bd709887 [2020-10-06T06:42:22.047Z] ---> 32ce0a1e0d4a [2020-10-06T06:42:22.047Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T06:42:22.631Z] Removing intermediate container db86bd709887 [2020-10-06T06:42:22.631Z] ---> 07846d244369 [2020-10-06T06:42:22.631Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T06:42:22.631Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T06:42:24.579Z] ---> a1ff63d1c725 [2020-10-06T06:42:24.579Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T06:42:27.932Z] ---> b70a4fb28754 [2020-10-06T06:42:27.932Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T06:42:27.932Z] Removing intermediate container dbc3fbc0da28 [2020-10-06T06:42:27.932Z] ---> 23d377ac4cdd [2020-10-06T06:42:27.932Z] [2020-10-06T06:42:27.932Z] Step 10/21 : FROM scratch [2020-10-06T06:42:27.932Z] ---> [2020-10-06T06:42:27.932Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T06:42:27.932Z] ---> Using cache [2020-10-06T06:42:27.932Z] ---> 7a4f8fa0fcad [2020-10-06T06:42:27.932Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T06:42:27.932Z] Running setup.py install for dockerpty: started [2020-10-06T06:42:28.200Z] ---> d4a715a9185d [2020-10-06T06:42:28.200Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T06:42:28.200Z] ---> Running in 87ebcd7ccbf1 [2020-10-06T06:42:28.485Z] Removing intermediate container 87ebcd7ccbf1 [2020-10-06T06:42:28.485Z] ---> a280af306ba5 [2020-10-06T06:42:28.485Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T06:42:28.485Z] ---> 67604231e850 [2020-10-06T06:42:28.485Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T06:42:28.485Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T06:42:28.485Z] Running setup.py install for PyYAML: started [2020-10-06T06:42:28.760Z] ---> Running in fe78c16ca8c9 [2020-10-06T06:42:28.760Z] ---> 1b06eb076dea [2020-10-06T06:42:28.760Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T06:42:28.760Z] ---> Running in c0ce61331500 [2020-10-06T06:42:28.760Z] Removing intermediate container fe78c16ca8c9 [2020-10-06T06:42:28.760Z] ---> 9aabac3924ac [2020-10-06T06:42:28.760Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T06:42:29.396Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T06:42:29.396Z] Running setup.py install for docopt: started [2020-10-06T06:42:29.396Z] Removing intermediate container c0ce61331500 [2020-10-06T06:42:29.396Z] ---> 9ffc834e23c5 [2020-10-06T06:42:29.396Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:42:29.396Z] ---> e9ba7c1bbf36 [2020-10-06T06:42:29.396Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T06:42:29.396Z] ---> Running in 59894000124e [2020-10-06T06:42:29.396Z] ---> 3967303cdf4b [2020-10-06T06:42:29.396Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T06:42:29.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements [2020-10-06T06:42:29.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-06T06:42:29.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-06T06:42:29.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-06T06:42:29.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-06T06:42:29.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-06T06:42:29.690Z] Removing intermediate container 59894000124e [2020-10-06T06:42:29.690Z] ---> 6ff7b51975f3 [2020-10-06T06:42:29.690Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T06:42:29.690Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T06:42:29.690Z] ---> Running in a9b007a810a7 [2020-10-06T06:42:29.961Z] ---> 82a3ade2936f [2020-10-06T06:42:29.962Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T06:42:30.930Z] ---> Running in 9f94f100c352 [2020-10-06T06:42:30.930Z] Removing intermediate container a9b007a810a7 [2020-10-06T06:42:30.930Z] ---> 5ed269254e66 [2020-10-06T06:42:30.930Z] Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:42:30.930Z] 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-06T06:42:30.930Z] ---> bf9aa205ae56 [2020-10-06T06:42:30.930Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T06:42:31.204Z] ---> Running in 2d1cd6c79f66 [2020-10-06T06:42:31.479Z] ---> 63bbf704a7d1 [2020-10-06T06:42:31.479Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T06:42:31.746Z] Removing intermediate container 2d1cd6c79f66 [2020-10-06T06:42:31.746Z] ---> 92648bb5bc32 [2020-10-06T06:42:31.746Z] Step 22/22 : LABEL version=0.0.0 [2020-10-06T06:42:32.016Z] ---> Running in 22bbf33db55e [2020-10-06T06:42:32.016Z] ---> Running in 94003fc772df [2020-10-06T06:42:33.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.2% of statements [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-06T06:42:33.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-06T06:42:33.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.016s coverage: 100.0% of statements [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-06T06:42:33.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-06T06:42:34.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.374s coverage: 86.0% of statements [2020-10-06T06:42:34.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-06T06:42:34.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-06T06:42:34.617Z] Removing intermediate container 94003fc772df [2020-10-06T06:42:34.618Z] ---> 1d41874c2e7c [2020-10-06T06:42:34.618Z] [2020-10-06T06:42:34.618Z] Successfully built 1d41874c2e7c [2020-10-06T06:42:34.618Z] Removing intermediate container 22bbf33db55e [2020-10-06T06:42:34.618Z] ---> 50811db7f51f [2020-10-06T06:42:34.618Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:42:34.618Z] Successfully tagged docker-core-command-go:latest [2020-10-06T06:42:34.618Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-10-06T06:42:34.618Z] Removing intermediate container 9f94f100c352 [2020-10-06T06:42:34.618Z] ---> 22dba4fc59b9 [2020-10-06T06:42:34.618Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T06:42:34.883Z] Removing intermediate container 75f46d5ca05c [2020-10-06T06:42:34.883Z] ---> ab28e539ea3f [2020-10-06T06:42:34.883Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T06:42:34.883Z] ---> Running in bf452a373cdc [2020-10-06T06:42:34.883Z] ---> Running in 788fdfa4c2f3 [2020-10-06T06:42:34.883Z] ---> Running in fc0472e1aa8d [2020-10-06T06:42:35.148Z] Removing intermediate container bf452a373cdc [2020-10-06T06:42:35.148Z] ---> b24fddf31445 [2020-10-06T06:42:35.148Z] Step 19/21 : LABEL arch=x86_64 [2020-10-06T06:42:35.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.371s coverage: 93.5% of statements [2020-10-06T06:42:35.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-06T06:42:35.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-06T06:42:35.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-06T06:42:35.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-06T06:42:37.716Z] ---> Running in 6e833d76cdce [2020-10-06T06:42:38.660Z] Removing intermediate container fc0472e1aa8d [2020-10-06T06:42:38.660Z] ---> 98fea94166fb [2020-10-06T06:42:38.660Z] Step 24/26 : LABEL arch=x86_64 [2020-10-06T06:42:38.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:42:38.930Z] Removing intermediate container 6e833d76cdce [2020-10-06T06:42:38.930Z] ---> 95e851709645 [2020-10-06T06:42:38.930Z] Step 20/21 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:42:39.194Z] ---> Running in f0597ec6b288 [2020-10-06T06:42:39.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:42:39.194Z] ---> Running in d02dc250d55a [2020-10-06T06:42:39.194Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T06:42:39.467Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T06:42:39.467Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T06:42:39.467Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:42:39.467Z] OK: 72 MiB in 58 packages [2020-10-06T06:42:39.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.582s coverage: 28.6% of statements [2020-10-06T06:42:39.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-06T06:42:39.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-06T06:42:39.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-06T06:42:39.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-06T06:42:39.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-06T06:42:39.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2020-10-06T06:42:39.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-06T06:42:39.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements [2020-10-06T06:42:39.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-06T06:42:41.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.079s coverage: 86.7% of statements [2020-10-06T06:42:41.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-06T06:42:41.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2020-10-06T06:42:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-06T06:42:41.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 100.0% of statements [2020-10-06T06:42:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-06T06:42:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-06T06:42:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-06T06:42:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-06T06:42:43.717Z] Removing intermediate container f0597ec6b288 [2020-10-06T06:42:43.717Z] ---> 4ea477308c6b [2020-10-06T06:42:43.717Z] Step 25/26 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:42:43.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.072s coverage: 100.0% of statements [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-06T06:42:43.978Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-06T06:42:43.978Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.029s coverage: 0.0% of statements [no tests to run] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-06T06:42:43.978Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-06T06:42:44.669Z] Removing intermediate container d02dc250d55a [2020-10-06T06:42:44.669Z] ---> 593f7bf186f1 [2020-10-06T06:42:44.669Z] Step 21/21 : LABEL version=0.0.0 [2020-10-06T06:42:46.613Z] ---> Running in d709773e4282 [2020-10-06T06:42:46.878Z] Removing intermediate container 65bde76cde0b [2020-10-06T06:42:46.878Z] ---> 918f81565e8c [2020-10-06T06:42:46.878Z] [2020-10-06T06:42:46.878Z] Step 10/22 : FROM scratch [2020-10-06T06:42:46.878Z] ---> [2020-10-06T06:42:46.878Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T06:42:46.878Z] ---> Running in 9a75ef469e8e [2020-10-06T06:42:47.143Z] ---> Using cache [2020-10-06T06:42:47.143Z] ---> 7f74e215877a [2020-10-06T06:42:47.143Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T06:42:47.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 63.5% of statements [2020-10-06T06:42:47.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-06T06:42:47.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-06T06:42:47.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2020-10-06T06:42:47.405Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:42:47.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:42:47.405Z] ---> d38841b3c5c7 [2020-10-06T06:42:47.405Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T06:42:47.405Z] ---> Using cache [2020-10-06T06:42:47.405Z] ---> f1514498b963 [2020-10-06T06:42:47.405Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:42:47.405Z] ---> Using cache [2020-10-06T06:42:47.405Z] ---> 2c499767cc47 [2020-10-06T06:42:47.405Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T06:42:48.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 55.9% of statements [2020-10-06T06:42:48.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-06T06:42:48.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-06T06:42:48.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-06T06:42:48.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-06T06:42:49.325Z] Removing intermediate container d709773e4282 [2020-10-06T06:42:49.325Z] ---> 2595e918f274 [2020-10-06T06:42:49.325Z] Step 26/26 : LABEL version=0.0.0 [2020-10-06T06:42:49.325Z] ---> Running in 384b4e9b0b25 [2020-10-06T06:42:49.325Z] Removing intermediate container 788fdfa4c2f3 [2020-10-06T06:42:49.325Z] ---> 525216d6e778 [2020-10-06T06:42:49.325Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T06:42:49.586Z] ---> Running in d31df43d5b0b [2020-10-06T06:42:49.586Z] ---> Running in 11d2d5af2e12 [2020-10-06T06:42:49.849Z] Removing intermediate container 9a75ef469e8e [2020-10-06T06:42:49.849Z] ---> c016ec14d239 [2020-10-06T06:42:49.849Z] [2020-10-06T06:42:49.849Z] Removing intermediate container 384b4e9b0b25 [2020-10-06T06:42:49.849Z] ---> 7a94ec858cd9 [2020-10-06T06:42:49.849Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T06:42:49.850Z] ---> Running in 96c05a9f1cf7 [2020-10-06T06:42:49.850Z] Successfully built c016ec14d239 [2020-10-06T06:42:49.850Z] ---> Running in 477378937a37 [2020-10-06T06:42:49.850Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-06T06:42:50.115Z]  Building docker-support-scheduler-go ... done Removing intermediate container 11d2d5af2e12 [2020-10-06T06:42:50.115Z] ---> d316870b860a [2020-10-06T06:42:50.115Z] [2020-10-06T06:42:50.115Z] Removing intermediate container 96c05a9f1cf7 [2020-10-06T06:42:50.115Z] ---> 4d49faf13fbe [2020-10-06T06:42:50.115Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:42:50.389Z] Removing intermediate container 477378937a37 [2020-10-06T06:42:50.389Z] ---> bda64e01f755 [2020-10-06T06:42:50.389Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T06:42:50.389Z] Successfully built d316870b860a [2020-10-06T06:42:50.389Z] ---> Running in 95618b8adfce [2020-10-06T06:42:50.389Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-06T06:42:50.389Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:42:50.389Z] Removing intermediate container 95618b8adfce [2020-10-06T06:42:50.389Z] ---> cefbd08addb8 [2020-10-06T06:42:50.389Z] Step 25/27 : LABEL arch=x86_64 [2020-10-06T06:42:50.389Z] ---> Running in 1a5471ca82a0 [2020-10-06T06:42:50.653Z] ---> e249c0de9289 [2020-10-06T06:42:50.653Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T06:42:50.653Z] Removing intermediate container 1a5471ca82a0 [2020-10-06T06:42:50.653Z] ---> e68cd54c9b84 [2020-10-06T06:42:50.653Z] Step 26/27 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:42:50.653Z] ---> Running in 1fd622bde2e6 [2020-10-06T06:42:50.919Z] ---> a4ecdce951e5 [2020-10-06T06:42:50.919Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T06:42:50.919Z] Removing intermediate container 1fd622bde2e6 [2020-10-06T06:42:50.919Z] ---> da71c9deb559 [2020-10-06T06:42:50.919Z] Step 27/27 : LABEL version=0.0.0 [2020-10-06T06:42:50.919Z] ---> Running in 9f10c1abfb62 [2020-10-06T06:42:51.185Z] Removing intermediate container 9f10c1abfb62 [2020-10-06T06:42:51.185Z] ---> d00113b77cdc [2020-10-06T06:42:51.185Z] [2020-10-06T06:42:51.447Z] ---> 9b7c1c9cf32d [2020-10-06T06:42:51.447Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T06:42:51.447Z] Successfully built d00113b77cdc [2020-10-06T06:42:51.447Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-06T06:42:51.709Z]  Building docker-sys-mgmt-agent-go ... done  ---> 4e0c41d8d7e2 [2020-10-06T06:42:51.709Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T06:42:51.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:42:51.709Z] ---> Running in ca3a0f450a2c [2020-10-06T06:42:51.709Z] Removing intermediate container ca3a0f450a2c [2020-10-06T06:42:51.709Z] ---> 7034afe1f1f2 [2020-10-06T06:42:51.709Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:42:51.971Z] ---> Running in cdac29cb6276 [2020-10-06T06:42:51.971Z] Removing intermediate container cdac29cb6276 [2020-10-06T06:42:51.971Z] ---> fb5f18ba667d [2020-10-06T06:42:51.971Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T06:42:51.971Z] ---> Running in a1e301058c62 [2020-10-06T06:42:52.232Z] Removing intermediate container a1e301058c62 [2020-10-06T06:42:52.232Z] ---> a9ad017fb981 [2020-10-06T06:42:52.232Z] Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:42:52.232Z] ---> Running in 8ff24066da3a [2020-10-06T06:42:52.492Z] Removing intermediate container 8ff24066da3a [2020-10-06T06:42:52.492Z] ---> 44751fa31c18 [2020-10-06T06:42:52.492Z] Step 22/22 : LABEL version=0.0.0 [2020-10-06T06:42:52.492Z] ---> Running in 5154845562bd [2020-10-06T06:42:52.754Z] Removing intermediate container 5154845562bd [2020-10-06T06:42:52.754Z] ---> b31ad4f70df1 [2020-10-06T06:42:52.754Z] [2020-10-06T06:42:52.754Z] Successfully built b31ad4f70df1 [2020-10-06T06:42:52.754Z] Successfully tagged docker-support-logging-go:latest [2020-10-06T06:42:52.754Z]  Building docker-support-logging-go ... done v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:42:52.754Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:42:52.754Z] OK: 12752 distinct packages available [2020-10-06T06:42:53.015Z] OK: 233 MiB in 51 packages [2020-10-06T06:42:53.586Z] Removing intermediate container d31df43d5b0b [2020-10-06T06:42:53.586Z] ---> de5c15ba8bf9 [2020-10-06T06:42:53.586Z] Step 6/23 : COPY go.mod . [2020-10-06T06:42:53.847Z] ---> bfbdf5907a1c [2020-10-06T06:42:53.847Z] Step 7/23 : RUN go mod download [2020-10-06T06:42:53.847Z] ---> Running in a868a997bc97 [2020-10-06T06:42:55.767Z] Removing intermediate container a868a997bc97 [2020-10-06T06:42:55.767Z] ---> f028dab558a2 [2020-10-06T06:42:55.767Z] Step 8/23 : COPY . . [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.047s coverage: 86.3% of statements [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.400s coverage: 72.2% of statements [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.419s coverage: 72.1% of statements [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.012s coverage: 48.4% of statements [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.054s coverage: 96.8% of statements [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 31.1% of statements [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.1% of statements [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.028s coverage: 100.0% of statements [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.056s coverage: 42.9% of statements [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-06T06:43:03.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.050s coverage: 83.8% of statements [2020-10-06T06:43:03.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-06T06:43:05.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.090s coverage: 46.9% of statements [2020-10-06T06:43:05.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-06T06:43:05.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-06T06:43:05.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-10-06T06:43:05.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-06T06:43:05.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-06T06:43:05.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-06T06:43:05.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-10-06T06:43:05.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-06T06:43:05.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements [2020-10-06T06:43:05.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-06T06:43:10.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.155s coverage: 29.1% of statements [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-06T06:43:10.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-06T06:43:10.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-06T06:43:10.249Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-06T06:43:10.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-06T06:43:10.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-06T06:43:10.758Z] ---> d585e62943ce [2020-10-06T06:43:10.758Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T06:43:10.758Z] ---> Running in 5f59de5b4009 [2020-10-06T06:43:10.758Z] 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-06T06:43:10.852Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements [2020-10-06T06:43:10.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-06T06:43:10.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-06T06:43:10.852Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2020-10-06T06:43:12.287Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements [2020-10-06T06:43:12.287Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-10-06T06:43:12.880Z] GO111MODULE=on go vet ./... [2020-10-06T06:43:26.119Z] Removing intermediate container 5f59de5b4009 [2020-10-06T06:43:26.119Z] ---> 7dfaa1b4d025 [2020-10-06T06:43:26.119Z] [2020-10-06T06:43:26.119Z] Step 10/23 : FROM alpine [2020-10-06T06:43:26.119Z] ---> a24bb4013296 [2020-10-06T06:43:26.119Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T06:43:26.119Z] ---> Running in 2fdad2f865bd [2020-10-06T06:43:26.119Z] Removing intermediate container 2fdad2f865bd [2020-10-06T06:43:26.119Z] ---> 082c8a32a0f7 [2020-10-06T06:43:26.119Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T06:43:26.119Z] ---> Running in c572e95eebef [2020-10-06T06:43:26.119Z] Removing intermediate container c572e95eebef [2020-10-06T06:43:26.119Z] ---> 2f2240a68b40 [2020-10-06T06:43:26.119Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T06:43:26.119Z] ---> Running in 64fab0dba41f [2020-10-06T06:43:26.119Z] Removing intermediate container 64fab0dba41f [2020-10-06T06:43:26.119Z] ---> 73bb62f5bdbc [2020-10-06T06:43:26.119Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:43:26.119Z] ---> Running in 58af56dc89c7 [2020-10-06T06:43:27.514Z] Removing intermediate container 58af56dc89c7 [2020-10-06T06:43:27.515Z] ---> 6ef655fbb4dd [2020-10-06T06:43:27.515Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T06:43:27.515Z] ---> Running in 6591ba452e1d [2020-10-06T06:43:28.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:43:29.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:43:29.618Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T06:43:29.618Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T06:43:29.880Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T06:43:30.142Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T06:43:30.404Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T06:43:30.404Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:43:30.404Z] OK: 8 MiB in 19 packages [2020-10-06T06:43:30.985Z] Removing intermediate container 6591ba452e1d [2020-10-06T06:43:30.985Z] ---> 55ed37ae589a [2020-10-06T06:43:30.985Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T06:43:31.246Z] ---> dcab79703ab1 [2020-10-06T06:43:31.246Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T06:43:31.821Z] ---> ed627759508a [2020-10-06T06:43:31.821Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T06:43:32.082Z] ---> 982da51a1c5a [2020-10-06T06:43:32.082Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T06:43:32.082Z] ---> Running in c6a130b88346 [2020-10-06T06:43:32.344Z] Removing intermediate container c6a130b88346 [2020-10-06T06:43:32.344Z] ---> 20224164b4bf [2020-10-06T06:43:32.344Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:43:32.344Z] ---> Running in bb1c378aa12d [2020-10-06T06:43:32.605Z] Removing intermediate container bb1c378aa12d [2020-10-06T06:43:32.605Z] ---> 4beaf852ff67 [2020-10-06T06:43:32.605Z] Step 21/23 : LABEL arch=x86_64 [2020-10-06T06:43:32.605Z] ---> Running in 454abc4d28dd [2020-10-06T06:43:32.869Z] Removing intermediate container 454abc4d28dd [2020-10-06T06:43:32.869Z] ---> ead94cc56b11 [2020-10-06T06:43:32.869Z] Step 22/23 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:43:32.869Z] ---> Running in e12ed5162ab4 [2020-10-06T06:43:32.869Z] Removing intermediate container e12ed5162ab4 [2020-10-06T06:43:32.869Z] ---> 64f4e3012762 [2020-10-06T06:43:32.869Z] Step 23/23 : LABEL version=0.0.0 [2020-10-06T06:43:33.130Z] ---> Running in 75779e45f850 [2020-10-06T06:43:33.130Z] Removing intermediate container 75779e45f850 [2020-10-06T06:43:33.130Z] ---> 225b366a3d95 [2020-10-06T06:43:33.130Z] [2020-10-06T06:43:33.392Z] Successfully built 225b366a3d95 [2020-10-06T06:43:33.392Z] Successfully tagged docker-core-data-go:latest [2020-10-06T06:43:33.670Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-06T06:43:33.686Z] $ docker stop --time=1 ced00c335ed3ca24d096592358ca08f285349634364ffa45d2d2610d516542dd [2020-10-06T06:43:35.123Z] gofmt -l . [2020-10-06T06:43:35.342Z] $ docker rm -f ced00c335ed3ca24d096592358ca08f285349634364ffa45d2d2610d516542dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T06:43:35.714Z] [ "`gofmt -l .`" = "" ] [2020-10-06T06:43:35.833Z] + docker images [2020-10-06T06:43:35.834Z] + grep docker [2020-10-06T06:43:36.409Z] docker-core-data-go latest 225b366a3d95 3 seconds ago 23.6MB [2020-10-06T06:43:36.409Z] docker-support-logging-go latest b31ad4f70df1 44 seconds ago 11.1MB [2020-10-06T06:43:36.409Z] docker-sys-mgmt-agent-go latest d00113b77cdc 45 seconds ago 290MB [2020-10-06T06:43:36.409Z] docker-support-scheduler-go latest c016ec14d239 47 seconds ago 12.3MB [2020-10-06T06:43:36.409Z] docker-security-secretstore-setup-go latest d316870b860a 47 seconds ago 32.4MB [2020-10-06T06:43:36.409Z] docker-core-command-go latest 1d41874c2e7c About a minute ago 12.2MB [2020-10-06T06:43:36.409Z] docker-security-secrets-setup-go latest 0352eb54ac05 2 minutes ago 24MB [2020-10-06T06:43:36.409Z] docker-core-metadata-go latest cb3803f00832 2 minutes ago 14.2MB [2020-10-06T06:43:36.409Z] docker-security-proxy-setup-go latest 6417c6d4a48d 2 minutes ago 15.8MB [2020-10-06T06:43:36.409Z] docker-support-notifications-go latest e6c4277c02b4 2 minutes ago 13.6MB [2020-10-06T06:43:36.409Z] docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-10-06T06:43:38.335Z] ./bin/test-go-mod-tidy.sh [2020-10-06T06:43:38.608Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-06T06:43:43.571Z] + ls -al . [2020-10-06T06:43:43.571Z] total 604 [2020-10-06T06:43:43.571Z] drwxrwxr-x 10 1001 1001 4096 Oct 6 06:43 . [2020-10-06T06:43:43.571Z] drwxr-xr-x 4 root root 4096 Oct 6 06:41 .. [2020-10-06T06:43:43.571Z] -rw-rw-r-- 1 1001 1001 11 Oct 6 06:38 .dockerignore [2020-10-06T06:43:43.572Z] drwxrwxr-x 8 1001 1001 4096 Oct 6 06:39 .git [2020-10-06T06:43:43.572Z] drwxrwxr-x 3 1001 1001 4096 Oct 6 06:38 .github [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 932 Oct 6 06:38 .gitignore [2020-10-06T06:43:43.572Z] drwxrwxr-x 3 1001 1001 4096 Oct 6 06:39 .semver [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 166 Oct 6 06:38 .sonarcloud.properties [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 3804 Oct 6 06:38 CONTRIBUTING.md [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 1035 Oct 6 06:38 Dockerfile.build [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 863 Oct 6 06:38 Jenkinsfile [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 10775 Oct 6 06:38 LICENSE [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 6237 Oct 6 06:38 Makefile [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 6447 Oct 6 06:38 README.md [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 259 Oct 6 06:38 SECURITY.md [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 5 Oct 6 06:35 VERSION [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 4131 Oct 6 06:38 ZMQWindows.md [2020-10-06T06:43:43.572Z] drwxrwxr-x 2 1001 1001 4096 Oct 6 06:38 bin [2020-10-06T06:43:43.572Z] drwxrwxr-x 15 1001 1001 4096 Oct 6 06:38 cmd [2020-10-06T06:43:43.572Z] -rw-r--r-- 1 root root 478615 Oct 6 06:43 coverage.out [2020-10-06T06:43:43.572Z] -rw-r--r-- 1 root root 984 Oct 6 06:43 go.mod [2020-10-06T06:43:43.572Z] -rw-r--r-- 1 root root 18766 Oct 6 06:43 go.sum [2020-10-06T06:43:43.572Z] drwxrwxr-x 8 1001 1001 4096 Oct 6 06:38 internal [2020-10-06T06:43:43.572Z] drwxrwxr-x 4 1001 1001 4096 Oct 6 06:38 openapi [2020-10-06T06:43:43.572Z] drwxrwxr-x 4 1001 1001 4096 Oct 6 06:38 snap [2020-10-06T06:43:43.572Z] -rw-rw-r-- 1 1001 1001 168 Oct 6 06:38 version.go [Pipeline] sh [2020-10-06T06:43:44.232Z] + '[' -e coverage.out ] [2020-10-06T06:43:44.232Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-06T06:43:44.254Z] Warning: overwriting stash ‘coverage-report’ [2020-10-06T06:43:45.415Z] Stashed 1 file(s) [Pipeline] sh [2020-10-06T06:43:46.111Z] + make build [2020-10-06T06:43:46.111Z] 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-06T06:43:52.084Z] Still waiting to schedule task [2020-10-06T06:43:52.084Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-3711’ [2020-10-06T06:44:12.886Z] 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-06T06:44:21.156Z] 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-06T06:44:25.452Z] 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-06T06:44:30.889Z] 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-06T06:44:36.285Z] 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-06T06:44:36.876Z] 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-06T06:44:43.584Z] 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-06T06:44:50.313Z] 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-06T06:44:53.709Z] 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-06T06:44:59.129Z] 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-06T06:45:04.542Z] 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-06T06:45:07.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-06T06:45:11.331Z] $ docker stop --time=1 432cb9449f17a2977fd11a7d1b6eb02110d64c7f9241666257e62a96fafe5f08 [2020-10-06T06:45:13.843Z] $ docker rm -f 432cb9449f17a2977fd11a7d1b6eb02110d64c7f9241666257e62a96fafe5f08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:45:15.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T06:45:15.549Z] [2020-10-06T06:45:15.549Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:45:15.951Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T06:45:15.952Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-06T06:45:15.952Z] 29e5d40040c1: Pulling fs layer [2020-10-06T06:45:15.952Z] 1ce36da41761: Pulling fs layer [2020-10-06T06:45:15.952Z] 25b303627fd3: Pulling fs layer [2020-10-06T06:45:16.237Z] 29e5d40040c1: Download complete [2020-10-06T06:45:16.829Z] 1ce36da41761: Verifying Checksum [2020-10-06T06:45:16.829Z] 1ce36da41761: Download complete [2020-10-06T06:45:16.829Z] 29e5d40040c1: Pull complete [2020-10-06T06:45:18.258Z] 1ce36da41761: Pull complete [2020-10-06T06:45:18.542Z] 25b303627fd3: Verifying Checksum [2020-10-06T06:45:18.542Z] 25b303627fd3: Download complete [2020-10-06T06:45:28.690Z] 25b303627fd3: Pull complete [2020-10-06T06:45:28.690Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-06T06:45:28.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T06:45:28.690Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-06T06:45:28.929Z] prd-ubuntu18.04-docker-arm64-4c-16g-3698 does not seem to be running inside a container [2020-10-06T06:45:29.005Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-06T06:45:32.619Z] $ docker top f4721b9c697ef491995f9aae9dcd9387fb46bab98faa3130da5a56f9ecf68c91 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T06:45:34.059Z] + docker-compose build --help [2020-10-06T06:45:34.059Z] + grep parallel [2020-10-06T06:45:38.361Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T06:45:38.654Z] $ docker stop --time=1 f4721b9c697ef491995f9aae9dcd9387fb46bab98faa3130da5a56f9ecf68c91 [2020-10-06T06:45:40.637Z] $ docker rm -f f4721b9c697ef491995f9aae9dcd9387fb46bab98faa3130da5a56f9ecf68c91 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:45:41.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T06:45:41.501Z] . [Pipeline] withDockerContainer [2020-10-06T06:45:41.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-3698 does not seem to be running inside a container [2020-10-06T06:45:41.894Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-06T06:45:43.345Z] $ docker top c58604ca8a3cf36605f0c0e4ac3689ee103e4eba961bb5cdb105e1b84eb61c0e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T06:45:44.411Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T06:45:49.783Z] Building docker-core-command-go ... [2020-10-06T06:45:49.783Z] Building docker-core-data-go ... [2020-10-06T06:45:49.783Z] Building docker-core-metadata-go ... [2020-10-06T06:45:49.783Z] Building docker-security-proxy-setup-go ... [2020-10-06T06:45:49.783Z] Building docker-security-secrets-setup-go ... [2020-10-06T06:45:49.783Z] Building docker-security-secretstore-setup-go ... [2020-10-06T06:45:49.783Z] Building docker-support-logging-go ... [2020-10-06T06:45:49.783Z] Building docker-support-notifications-go ... [2020-10-06T06:45:49.783Z] Building docker-support-scheduler-go ... [2020-10-06T06:45:49.783Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T06:45:49.783Z] Building docker-core-data-go [2020-10-06T06:45:49.783Z] Building docker-security-secrets-setup-go [2020-10-06T06:45:49.783Z] Building docker-core-metadata-go [2020-10-06T06:45:49.783Z] Building docker-security-secretstore-setup-go [2020-10-06T06:45:49.783Z] Building docker-support-notifications-go [2020-10-06T06:46:26.379Z] Running on prd-centos7-docker-8c-8g-3712 in /w/workspace/edgexfoundry_edgex-go_PR-2732 [Pipeline] { [Pipeline] ws [2020-10-06T06:46:26.434Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2020-10-06T06:46:28.380Z] using credential edgex-jenkins-ssh [2020-10-06T06:46:28.432Z] Cloning the remote Git repository [2020-10-06T06:46:28.045Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-06T06:46:28.122Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2020-10-06T06:46:28.151Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T06:46:28.151Z] > git --version # timeout=10 [2020-10-06T06:46:28.157Z] > git --version # 'git version 2.16.5' [2020-10-06T06:46:28.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:46:28.188Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T06:46:44.983Z] Merging remotes/origin/master commit ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 into PR head commit c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T06:46:45.591Z] Failed in branch amd64 [2020-10-06T06:46:44.476Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T06:46:44.483Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T06:46:44.492Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T06:46:44.505Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T06:46:44.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:46:44.509Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2732/head:refs/remotes/origin/PR-2732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T06:46:44.992Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T06:46:44.997Z] > git checkout -f c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 # timeout=10 [2020-10-06T06:47:41.587Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:47:41.587Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:47:41.587Z] ---> 76c43c9cb737 [2020-10-06T06:47:41.587Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T06:47:41.587Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:47:41.587Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:47:41.587Z] ---> 76c43c9cb737 [2020-10-06T06:47:41.587Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T06:47:41.587Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:47:41.587Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:47:41.587Z] ---> 76c43c9cb737 [2020-10-06T06:47:41.587Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T06:47:41.587Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:47:41.587Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T06:47:41.587Z] ---> 76c43c9cb737 [2020-10-06T06:47:41.587Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T06:47:41.587Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:47:41.587Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:47:41.587Z] ---> 76c43c9cb737 [2020-10-06T06:47:41.587Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T06:47:41.587Z] ---> Running in ba0cf020e197 [2020-10-06T06:47:41.587Z] ---> Running in e2664e43026d [2020-10-06T06:47:41.587Z] ---> Running in 31f5ab80545e [2020-10-06T06:47:41.587Z] ---> Running in 1d72a31c1c2e [2020-10-06T06:47:41.587Z] ---> Running in 045ca2a27560 [2020-10-06T06:47:41.587Z] Removing intermediate container e2664e43026d [2020-10-06T06:47:41.587Z] ---> 9349d1d82ad4 [2020-10-06T06:47:41.587Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:47:41.587Z] Removing intermediate container 31f5ab80545e [2020-10-06T06:47:41.587Z] Removing intermediate container ba0cf020e197 [2020-10-06T06:47:41.587Z] ---> 059d3ff87af7 [2020-10-06T06:47:41.587Z] ---> 0a986ab30b04 [2020-10-06T06:47:41.587Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/29 : RUN apk update && apk add make git [2020-10-06T06:47:41.587Z] [2020-10-06T06:47:41.587Z] Removing intermediate container 1d72a31c1c2e [2020-10-06T06:47:41.587Z] ---> da6da006e68e [2020-10-06T06:47:41.587Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:47:41.587Z] Removing intermediate container 045ca2a27560 [2020-10-06T06:47:41.587Z] ---> d5d30474333f [2020-10-06T06:47:41.587Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:47:41.587Z] ---> Running in cd02de0b4b90 [2020-10-06T06:47:41.587Z] ---> Running in 390e53c8c8a5 [2020-10-06T06:47:41.587Z] ---> Running in d036d669207e [2020-10-06T06:47:41.587Z] ---> Running in 050d73db67ac [2020-10-06T06:47:41.587Z] ---> Running in 4fbfd0a8a11e [2020-10-06T06:47:41.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:41.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:41.587Z] Removing intermediate container cd02de0b4b90 [2020-10-06T06:47:41.587Z] ---> 60857d134fa5 [2020-10-06T06:47:41.587Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T06:47:41.587Z] ---> Running in a39f771d2820 [2020-10-06T06:47:41.587Z] Removing intermediate container 050d73db67ac [2020-10-06T06:47:41.587Z] ---> ee0f2d7f68a0 [2020-10-06T06:47:41.587Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T06:47:41.587Z] ---> Running in 42d8f86eb61d [2020-10-06T06:47:41.587Z] Removing intermediate container 390e53c8c8a5 [2020-10-06T06:47:41.587Z] ---> 3b765f1f5770 [2020-10-06T06:47:41.587Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T06:47:41.587Z] Removing intermediate container 4fbfd0a8a11e [2020-10-06T06:47:41.587Z] ---> 327af3c0ce4a [2020-10-06T06:47:41.587Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T06:47:41.587Z] ---> Running in 1b59538ad413 [2020-10-06T06:47:41.587Z] ---> Running in 48a80ad2853b [2020-10-06T06:47:42.577Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:47:42.577Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:47:42.577Z] OK: 12623 distinct packages available [2020-10-06T06:47:43.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:43.450Z] OK: 217 MiB in 51 packages [2020-10-06T06:47:43.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:43.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:44.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:44.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:44.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:44.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:44.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:47:44.840Z] Removing intermediate container d036d669207e [2020-10-06T06:47:44.840Z] ---> e75ea22cf6d4 [2020-10-06T06:47:44.840Z] Step 5/29 : COPY go.mod . [2020-10-06T06:47:45.442Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:47:45.442Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:47:45.442Z] OK: 12623 distinct packages available [2020-10-06T06:47:45.442Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:47:45.442Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:47:45.442Z] OK: 12623 distinct packages available [2020-10-06T06:47:46.045Z] ---> 7a6b908b7eb8 [2020-10-06T06:47:46.045Z] Step 6/29 : RUN go mod download [2020-10-06T06:47:46.045Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:47:46.045Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:47:46.045Z] OK: 12623 distinct packages available [2020-10-06T06:47:46.046Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:47:46.046Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:47:46.046Z] OK: 12623 distinct packages available [2020-10-06T06:47:46.046Z] ---> Running in e778c9e4c037 [2020-10-06T06:47:46.327Z] OK: 217 MiB in 51 packages [2020-10-06T06:47:46.602Z] OK: 217 MiB in 51 packages [2020-10-06T06:47:47.211Z] OK: 217 MiB in 51 packages [2020-10-06T06:47:47.211Z] OK: 217 MiB in 51 packages [2020-10-06T06:47:48.218Z] Removing intermediate container 42d8f86eb61d [2020-10-06T06:47:48.218Z] ---> a0d773f22710 [2020-10-06T06:47:48.218Z] Step 6/23 : COPY go.mod . [2020-10-06T06:47:48.497Z] Removing intermediate container a39f771d2820 [2020-10-06T06:47:48.497Z] ---> e2ccd4cb5c92 [2020-10-06T06:47:48.497Z] Step 6/26 : COPY go.mod . [2020-10-06T06:47:49.102Z] Removing intermediate container 1b59538ad413 [2020-10-06T06:47:49.102Z] ---> a5d1c0c9f554 [2020-10-06T06:47:49.102Z] Step 6/22 : COPY go.mod . [2020-10-06T06:47:49.381Z] Removing intermediate container 48a80ad2853b [2020-10-06T06:47:49.381Z] ---> 2c3d55ecf833 [2020-10-06T06:47:49.381Z] Step 6/24 : COPY go.mod . [2020-10-06T06:47:49.661Z] ---> 38321b4d6bcd [2020-10-06T06:47:49.661Z] Step 7/23 : RUN go mod download [2020-10-06T06:47:49.939Z] ---> Running in f7d8a4d3c791 [2020-10-06T06:47:49.939Z] ---> 4a8e519bd1d2 [2020-10-06T06:47:49.939Z] Step 7/26 : RUN go mod download [2020-10-06T06:47:50.216Z] ---> Running in 1f18f94e6dc6 [2020-10-06T06:47:50.495Z] ---> c7ec297e4d3d [2020-10-06T06:47:50.495Z] Step 7/22 : RUN go mod download [2020-10-06T06:47:50.495Z] ---> a988fb6debe3 [2020-10-06T06:47:50.495Z] Step 7/24 : RUN go mod download [2020-10-06T06:47:50.770Z] ---> Running in 2b94812122b0 [2020-10-06T06:47:51.046Z] ---> Running in 265c2c910cd1 [2020-10-06T06:47:51.664Z] Removing intermediate container e778c9e4c037 [2020-10-06T06:47:51.664Z] ---> b0f9bc5f71b5 [2020-10-06T06:47:51.664Z] Step 7/29 : COPY . . [2020-10-06T06:47:56.016Z] Removing intermediate container f7d8a4d3c791 [2020-10-06T06:47:56.016Z] ---> e27f0a023b50 [2020-10-06T06:47:56.016Z] Step 8/23 : COPY . . [2020-10-06T06:47:56.622Z] Removing intermediate container 1f18f94e6dc6 [2020-10-06T06:47:56.622Z] ---> fa90b87b60fe [2020-10-06T06:47:56.622Z] Step 8/26 : COPY . . [2020-10-06T06:47:56.898Z] Removing intermediate container 265c2c910cd1 [2020-10-06T06:47:56.898Z] ---> f994768129a4 [2020-10-06T06:47:56.898Z] Step 8/24 : COPY . . [2020-10-06T06:47:56.898Z] Removing intermediate container 2b94812122b0 [2020-10-06T06:47:56.898Z] ---> 1517c5c5e7c5 [2020-10-06T06:47:56.898Z] Step 8/22 : COPY . . [2020-10-06T06:48:29.284Z] ---> 12d841cd12f9 [2020-10-06T06:48:29.284Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T06:48:29.284Z] ---> 581f2583bd0c [2020-10-06T06:48:29.284Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T06:48:29.284Z] ---> 3951469253d6 [2020-10-06T06:48:29.284Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-06T06:48:29.284Z] ---> d49a2cfe0c30 [2020-10-06T06:48:29.284Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T06:48:29.284Z] ---> 92e7485cbde5 [2020-10-06T06:48:29.284Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T06:48:29.284Z] ---> Running in a909d7e244af [2020-10-06T06:48:29.284Z] ---> Running in 3d3efa9e57e3 [2020-10-06T06:48:29.284Z] ---> Running in d3f0a13b9bf5 [2020-10-06T06:48:29.284Z] ---> Running in 8d6edfd3c655 [2020-10-06T06:48:29.284Z] ---> Running in 6b7d08ad0d52 [2020-10-06T06:48:31.294Z] 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-06T06:48:31.571Z] 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-06T06:48:31.571Z] 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-06T06:48:31.850Z] 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-06T06:48:31.850Z] 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-06T06:50:08.722Z] 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-06T06:50:08.722Z] Removing intermediate container a909d7e244af [2020-10-06T06:50:08.722Z] ---> b105f8fa109b [2020-10-06T06:50:08.722Z] [2020-10-06T06:50:08.722Z] Step 9/29 : FROM alpine:latest [2020-10-06T06:50:08.722Z] latest: Pulling from library/alpine [2020-10-06T06:50:08.722Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T06:50:08.722Z] Status: Downloaded newer image for alpine:latest [2020-10-06T06:50:08.722Z] ---> 62ee0e9f8440 [2020-10-06T06:50:08.722Z] 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-06T06:50:08.722Z] ---> Running in 3db4866cde2a [2020-10-06T06:50:08.722Z] Removing intermediate container 3db4866cde2a [2020-10-06T06:50:08.722Z] ---> c930b8cc40ae [2020-10-06T06:50:08.722Z] Step 11/29 : USER root [2020-10-06T06:50:08.722Z] ---> Running in 427deb278edc [2020-10-06T06:50:08.722Z] Removing intermediate container 427deb278edc [2020-10-06T06:50:08.722Z] ---> eda17c60659d [2020-10-06T06:50:08.722Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T06:50:08.722Z] ---> Running in f09248126467 [2020-10-06T06:50:11.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:50:11.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:50:12.353Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:50:12.353Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:50:12.353Z] OK: 12621 distinct packages available [2020-10-06T06:50:13.342Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T06:50:13.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T06:50:13.342Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T06:50:13.342Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:50:13.342Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T06:50:13.618Z] OK: 6 MiB in 16 packages [2020-10-06T06:50:16.263Z] Removing intermediate container f09248126467 [2020-10-06T06:50:16.263Z] ---> 2d08e576127e [2020-10-06T06:50:16.263Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T06:50:16.536Z] ---> Running in 425646fdaac1 [2020-10-06T06:50:17.135Z] Removing intermediate container 425646fdaac1 [2020-10-06T06:50:17.135Z] ---> 9b3b7687eb78 [2020-10-06T06:50:17.135Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T06:50:17.405Z] ---> Running in cee855db9c6b [2020-10-06T06:50:18.380Z] Removing intermediate container cee855db9c6b [2020-10-06T06:50:18.380Z] ---> 17a737b3d4e9 [2020-10-06T06:50:18.380Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T06:50:18.380Z] ---> Running in 8579faaae54d [2020-10-06T06:50:23.797Z] Removing intermediate container 8579faaae54d [2020-10-06T06:50:23.797Z] ---> d39b882189a8 [2020-10-06T06:50:23.797Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T06:50:25.792Z] ---> 64bb57959671 [2020-10-06T06:50:25.792Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T06:50:28.644Z] ---> 0e332dc00533 [2020-10-06T06:50:28.644Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T06:50:28.644Z] Removing intermediate container d3f0a13b9bf5 [2020-10-06T06:50:28.644Z] ---> 6f88957ea418 [2020-10-06T06:50:28.644Z] [2020-10-06T06:50:28.644Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T06:50:28.644Z] 3.10: Pulling from library/alpine [2020-10-06T06:50:29.665Z] ---> b3b24c6087a6 [2020-10-06T06:50:29.665Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T06:50:30.330Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T06:50:30.609Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T06:50:30.609Z] ---> 536a684cf733 [2020-10-06T06:50:30.609Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T06:50:30.609Z] ---> Running in 7f68eb6cffab [2020-10-06T06:50:31.595Z] ---> 3bff26f442fb [2020-10-06T06:50:31.595Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T06:50:32.579Z] ---> fc1e3454316e [2020-10-06T06:50:32.579Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T06:50:32.856Z] ---> Running in b04b0dea57d2 [2020-10-06T06:50:33.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:50:34.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:50:35.050Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T06:50:35.050Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T06:50:35.050Z] OK: 10167 distinct packages available [2020-10-06T06:50:35.663Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T06:50:35.937Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T06:50:35.938Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T06:50:35.938Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T06:50:35.938Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T06:50:35.938Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T06:50:35.938Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T06:50:36.535Z] OK: 7 MiB in 19 packages [2020-10-06T06:50:37.163Z] Removing intermediate container b04b0dea57d2 [2020-10-06T06:50:37.163Z] ---> 6d587aee021e [2020-10-06T06:50:37.163Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T06:50:38.602Z] ---> f46f3f5a728a [2020-10-06T06:50:38.602Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T06:50:39.200Z] ---> Running in 5bdbb8c94d16 [2020-10-06T06:50:39.481Z] Removing intermediate container 7f68eb6cffab [2020-10-06T06:50:39.481Z] ---> 39efddcb4118 [2020-10-06T06:50:39.481Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T06:50:40.080Z] ---> Running in cc1706417c22 [2020-10-06T06:50:41.062Z] Removing intermediate container cc1706417c22 [2020-10-06T06:50:41.062Z] ---> d6e9c0e62963 [2020-10-06T06:50:41.062Z] Step 13/26 : WORKDIR / [2020-10-06T06:50:41.662Z] ---> Running in 5d8f834524db [2020-10-06T06:50:43.103Z] Removing intermediate container 5d8f834524db [2020-10-06T06:50:43.103Z] ---> 1e39cd8a2217 [2020-10-06T06:50:43.103Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-06T06:50:45.096Z] Removing intermediate container 5bdbb8c94d16 [2020-10-06T06:50:45.096Z] ---> dfd0464088b1 [2020-10-06T06:50:45.096Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T06:50:45.096Z] Removing intermediate container 6b7d08ad0d52 [2020-10-06T06:50:45.096Z] ---> 7a4cf3e695bd [2020-10-06T06:50:45.096Z] [2020-10-06T06:50:45.096Z] Step 10/24 : FROM scratch [2020-10-06T06:50:45.096Z] ---> [2020-10-06T06:50:45.096Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T06:50:45.096Z] ---> 874092420582 [2020-10-06T06:50:45.096Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-06T06:50:45.375Z] ---> Running in 61c90eadf468 [2020-10-06T06:50:45.653Z] ---> Running in b42544b52ba8 [2020-10-06T06:50:47.086Z] Removing intermediate container b42544b52ba8 [2020-10-06T06:50:47.086Z] ---> 17b31e1f941d [2020-10-06T06:50:47.086Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T06:50:47.086Z] ---> 96126899e4eb [2020-10-06T06:50:47.086Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T06:50:47.086Z] ---> Running in a9fe82e221e7 [2020-10-06T06:50:48.074Z] Removing intermediate container a9fe82e221e7 [2020-10-06T06:50:48.074Z] ---> 57878536a687 [2020-10-06T06:50:48.074Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T06:50:48.345Z] ---> Running in 0ead3c7a7766 [2020-10-06T06:50:48.628Z] ---> 63fe6f6af5be [2020-10-06T06:50:48.628Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T06:50:49.226Z] Removing intermediate container 0ead3c7a7766 [2020-10-06T06:50:49.226Z] ---> bd5d215f87c8 [2020-10-06T06:50:49.226Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T06:50:50.685Z] ---> fb2778d3b2ff [2020-10-06T06:50:50.685Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T06:50:50.685Z] Removing intermediate container 61c90eadf468 [2020-10-06T06:50:50.685Z] ---> 78e81b9f4609 [2020-10-06T06:50:50.685Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T06:50:50.960Z] ---> 994cd0a32de9 [2020-10-06T06:50:50.960Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T06:50:50.960Z] ---> Running in a26e918ba81b [2020-10-06T06:50:51.944Z] Removing intermediate container a26e918ba81b [2020-10-06T06:50:51.944Z] ---> e660e347e40a [2020-10-06T06:50:51.944Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T06:50:52.219Z] ---> Running in 97164a2fbf76 [2020-10-06T06:50:52.499Z] ---> 2306af4e2512 [2020-10-06T06:50:52.499Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T06:50:53.101Z] ---> 335eff1e217b [2020-10-06T06:50:53.101Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T06:50:53.101Z] Removing intermediate container 97164a2fbf76 [2020-10-06T06:50:53.101Z] ---> af4bb805670e [2020-10-06T06:50:53.101Z] Step 27/29 : LABEL arch=arm64 [2020-10-06T06:50:53.375Z] ---> Running in fed041fe50ce [2020-10-06T06:50:54.355Z] ---> 7a38f8e84cd7 [2020-10-06T06:50:54.355Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T06:50:54.628Z] Removing intermediate container fed041fe50ce [2020-10-06T06:50:54.628Z] ---> 58627b6bfb96 [2020-10-06T06:50:54.628Z] Step 28/29 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:50:54.900Z] ---> Running in 9b13e6791746 [2020-10-06T06:50:54.900Z] ---> 019bef540132 [2020-10-06T06:50:54.900Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T06:50:55.879Z] Removing intermediate container 9b13e6791746 [2020-10-06T06:50:55.879Z] ---> 277dd55042fb [2020-10-06T06:50:55.879Z] Step 29/29 : LABEL version=0.0.0 [2020-10-06T06:50:56.488Z] ---> Running in a84ceeaa80fa [2020-10-06T06:50:56.764Z] ---> 93697b2a2449 [2020-10-06T06:50:56.764Z] ---> 0e305adfde1b [2020-10-06T06:50:56.764Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T06:50:56.764Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T06:50:57.369Z] Removing intermediate container a84ceeaa80fa [2020-10-06T06:50:57.369Z] ---> f0bba7fc3cc9 [2020-10-06T06:50:57.369Z] [2020-10-06T06:50:57.974Z] Successfully built f0bba7fc3cc9 [2020-10-06T06:50:58.253Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-06T06:50:58.253Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-10-06T06:50:58.253Z] ---> d1f0d138f86b [2020-10-06T06:50:58.253Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T06:50:59.261Z] ---> Running in 9fc8db455288 [2020-10-06T06:50:59.261Z] ---> 2166911537cc [2020-10-06T06:50:59.261Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T06:51:02.695Z] ---> 238a689f0137 [2020-10-06T06:51:02.695Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T06:51:03.685Z] Removing intermediate container 8d6edfd3c655 [2020-10-06T06:51:03.685Z] ---> e769b297bbab [2020-10-06T06:51:03.685Z] [2020-10-06T06:51:03.685Z] Step 10/22 : FROM scratch [2020-10-06T06:51:03.685Z] ---> [2020-10-06T06:51:03.685Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T06:51:03.965Z] ---> Running in 5f1852994828 [2020-10-06T06:51:04.569Z] ---> Running in b36095a19964 [2020-10-06T06:51:04.840Z] Removing intermediate container 5f1852994828 [2020-10-06T06:51:04.840Z] ---> 6ca6b432d7d2 [2020-10-06T06:51:04.840Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:51:05.433Z] ---> Running in a4f9363e16bc [2020-10-06T06:51:05.433Z] Removing intermediate container b36095a19964 [2020-10-06T06:51:05.433Z] ---> 5a432d963282 [2020-10-06T06:51:05.433Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T06:51:06.032Z] Removing intermediate container 9fc8db455288 [2020-10-06T06:51:06.032Z] ---> 985638024355 [2020-10-06T06:51:06.032Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T06:51:06.309Z] ---> Running in 3553c501ac66 [2020-10-06T06:51:06.592Z] Removing intermediate container a4f9363e16bc [2020-10-06T06:51:06.592Z] ---> 221ae42079ef [2020-10-06T06:51:06.592Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T06:51:06.592Z] ---> Running in 74ba5da3ba66 [2020-10-06T06:51:06.864Z] Removing intermediate container 3553c501ac66 [2020-10-06T06:51:06.864Z] ---> 625a4ae6bd2a [2020-10-06T06:51:06.864Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T06:51:06.864Z] ---> Running in 77961d28360a [2020-10-06T06:51:07.311Z] ---> Running in d7b3da264900 [2020-10-06T06:51:07.311Z] Removing intermediate container 74ba5da3ba66 [2020-10-06T06:51:07.311Z] ---> b37dd2cfd732 [2020-10-06T06:51:07.311Z] Step 24/26 : LABEL arch=arm64 [2020-10-06T06:51:07.602Z] ---> Running in 7e3a35b0c7ff [2020-10-06T06:51:07.602Z] Removing intermediate container 77961d28360a [2020-10-06T06:51:07.602Z] ---> 74174befd4bb [2020-10-06T06:51:07.602Z] Step 14/22 : WORKDIR / [2020-10-06T06:51:07.917Z] Removing intermediate container d7b3da264900 [2020-10-06T06:51:07.917Z] ---> e19978834591 [2020-10-06T06:51:07.917Z] Step 23/24 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:51:07.917Z] ---> Running in 5b40eec55a82 [2020-10-06T06:51:08.259Z] ---> Running in 60c7419be0cd [2020-10-06T06:51:08.259Z] Removing intermediate container 7e3a35b0c7ff [2020-10-06T06:51:08.259Z] ---> 6ba631306030 [2020-10-06T06:51:08.259Z] Step 25/26 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:51:08.953Z] ---> Running in 9b632d6481c5 [2020-10-06T06:51:09.246Z] Removing intermediate container 60c7419be0cd [2020-10-06T06:51:09.246Z] ---> 6c531ecb16df [2020-10-06T06:51:09.246Z] Step 24/24 : LABEL version=0.0.0 [2020-10-06T06:51:09.246Z] Removing intermediate container 5b40eec55a82 [2020-10-06T06:51:09.246Z] ---> 1b7cc7408077 [2020-10-06T06:51:09.246Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T06:51:09.525Z] ---> Running in fb9d4f53b271 [2020-10-06T06:51:09.811Z] Removing intermediate container 9b632d6481c5 [2020-10-06T06:51:09.811Z] ---> fec6f636d512 [2020-10-06T06:51:09.811Z] Step 26/26 : LABEL version=0.0.0 [2020-10-06T06:51:10.820Z] ---> Running in fdbe347681e5 [2020-10-06T06:51:10.820Z] Removing intermediate container fb9d4f53b271 [2020-10-06T06:51:10.820Z] ---> 45078520ffcd [2020-10-06T06:51:10.820Z] [2020-10-06T06:51:11.121Z] ---> c693de2692ca [2020-10-06T06:51:11.121Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T06:51:11.727Z] Successfully built 45078520ffcd [2020-10-06T06:51:12.001Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-06T06:51:12.001Z] Removing intermediate container fdbe347681e5 [2020-10-06T06:51:12.001Z] Building docker-sys-mgmt-agent-go [2020-10-06T06:51:12.001Z] ---> e04b7447003e [2020-10-06T06:51:12.001Z]  Building docker-support-notifications-go ... done  [2020-10-06T06:51:12.607Z] Successfully built e04b7447003e [2020-10-06T06:51:12.607Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-06T06:51:12.607Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-10-06T06:51:14.044Z] ---> fed9192c92ee [2020-10-06T06:51:14.044Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T06:51:14.044Z] Removing intermediate container 3d3efa9e57e3 [2020-10-06T06:51:14.044Z] ---> cdf40cc542d0 [2020-10-06T06:51:14.044Z] [2020-10-06T06:51:14.044Z] Step 10/23 : FROM alpine [2020-10-06T06:51:14.044Z] ---> 62ee0e9f8440 [2020-10-06T06:51:14.044Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T06:51:14.319Z] ---> Running in f9db49348d51 [2020-10-06T06:51:14.588Z] ---> 8caecabca2da [2020-10-06T06:51:14.588Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T06:51:14.873Z] ---> Running in e3dd80a1beb1 [2020-10-06T06:51:14.873Z] Removing intermediate container f9db49348d51 [2020-10-06T06:51:14.873Z] ---> 9f3923e7b717 [2020-10-06T06:51:14.873Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T06:51:15.467Z] ---> Running in 9e269cb0347c [2020-10-06T06:51:16.066Z] Removing intermediate container e3dd80a1beb1 [2020-10-06T06:51:16.066Z] ---> e74edea60319 [2020-10-06T06:51:16.066Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:51:16.660Z] Removing intermediate container 9e269cb0347c [2020-10-06T06:51:16.660Z] ---> 8ed5016adbc8 [2020-10-06T06:51:16.660Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T06:51:17.252Z] ---> Running in fde4cb68b39c [2020-10-06T06:51:17.526Z] ---> Running in 53c4526d90ab [2020-10-06T06:51:18.117Z] Removing intermediate container fde4cb68b39c [2020-10-06T06:51:18.117Z] ---> 0551c3ab7d48 [2020-10-06T06:51:18.117Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T06:51:18.708Z] Removing intermediate container 53c4526d90ab [2020-10-06T06:51:18.708Z] ---> c41c03934c7d [2020-10-06T06:51:18.708Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:51:19.299Z] ---> Running in ea1009612e01 [2020-10-06T06:51:19.894Z] ---> Running in ead270d26877 [2020-10-06T06:51:20.167Z] Removing intermediate container ea1009612e01 [2020-10-06T06:51:20.168Z] ---> c93a66154323 [2020-10-06T06:51:20.168Z] Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:51:20.779Z] ---> Running in 1c5ee2e12012 [2020-10-06T06:51:22.225Z] Removing intermediate container 1c5ee2e12012 [2020-10-06T06:51:22.225Z] ---> 1e31b4173ef2 [2020-10-06T06:51:22.225Z] Step 22/22 : LABEL version=0.0.0 [2020-10-06T06:51:22.832Z] ---> Running in 5da672fb7a03 [2020-10-06T06:51:23.836Z] Removing intermediate container 5da672fb7a03 [2020-10-06T06:51:23.836Z] ---> dbdf23ccfa6e [2020-10-06T06:51:23.836Z] [2020-10-06T06:51:24.447Z] Successfully built dbdf23ccfa6e [2020-10-06T06:51:24.720Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-06T06:51:24.720Z] Building docker-support-logging-go [2020-10-06T06:51:25.318Z]  Building docker-core-metadata-go ... done Removing intermediate container ead270d26877 [2020-10-06T06:51:25.318Z] ---> e940ec8aaae8 [2020-10-06T06:51:25.318Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T06:51:25.595Z] ---> Running in df1118bc7916 [2020-10-06T06:51:27.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:51:27.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:51:28.841Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T06:51:29.114Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T06:51:29.114Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T06:51:29.715Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T06:51:29.715Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T06:51:29.715Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:51:29.715Z] OK: 8 MiB in 19 packages [2020-10-06T06:51:34.040Z] Removing intermediate container df1118bc7916 [2020-10-06T06:51:34.040Z] ---> 3b7f3b0430d3 [2020-10-06T06:51:34.040Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T06:51:35.486Z] ---> 2c0546143cd0 [2020-10-06T06:51:35.486Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T06:51:37.465Z] ---> c490471970d0 [2020-10-06T06:51:37.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T06:51:38.443Z] ---> ef68feb0e103 [2020-10-06T06:51:38.443Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T06:51:38.443Z] ---> Running in 05120ebf7ae1 [2020-10-06T06:51:39.066Z] Removing intermediate container 05120ebf7ae1 [2020-10-06T06:51:39.066Z] ---> bd7681258c68 [2020-10-06T06:51:39.066Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:51:39.349Z] ---> Running in bb3a06b9bd2d [2020-10-06T06:51:39.963Z] Removing intermediate container bb3a06b9bd2d [2020-10-06T06:51:39.963Z] ---> 66579444457c [2020-10-06T06:51:39.963Z] Step 21/23 : LABEL arch=arm64 [2020-10-06T06:51:40.563Z] ---> Running in 9e728ebc2c36 [2020-10-06T06:51:41.161Z] Removing intermediate container 9e728ebc2c36 [2020-10-06T06:51:41.161Z] ---> efa2cc1381ee [2020-10-06T06:51:41.161Z] Step 22/23 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:51:41.771Z] ---> Running in 94eb262de170 [2020-10-06T06:51:42.764Z] Removing intermediate container 94eb262de170 [2020-10-06T06:51:42.764Z] ---> 26b82eed269c [2020-10-06T06:51:42.764Z] Step 23/23 : LABEL version=0.0.0 [2020-10-06T06:51:43.360Z] ---> Running in e86bf9d7ad9f [2020-10-06T06:51:43.961Z] Removing intermediate container e86bf9d7ad9f [2020-10-06T06:51:43.961Z] ---> 1541f6f54c58 [2020-10-06T06:51:43.961Z] [2020-10-06T06:51:44.561Z] Successfully built 1541f6f54c58 [2020-10-06T06:51:44.561Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-06T06:51:44.562Z] Building docker-security-proxy-setup-go [2020-10-06T06:51:48.877Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:51:48.877Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:51:48.877Z] ---> 76c43c9cb737 [2020-10-06T06:51:48.877Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T06:51:48.877Z] ---> Using cache [2020-10-06T06:51:48.877Z] ---> d5d30474333f [2020-10-06T06:51:48.877Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:51:48.877Z] ---> Using cache [2020-10-06T06:51:48.877Z] ---> 327af3c0ce4a [2020-10-06T06:51:48.877Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T06:51:50.307Z] ---> Running in b468be81ef7c [2020-10-06T06:51:52.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:51:52.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:51:53.958Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:51:53.958Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:51:53.958Z] OK: 12623 distinct packages available [2020-10-06T06:51:54.936Z] OK: 217 MiB in 51 packages [2020-10-06T06:51:59.245Z] Removing intermediate container b468be81ef7c [2020-10-06T06:51:59.245Z] ---> 09aa65834e8d [2020-10-06T06:51:59.245Z] Step 6/21 : COPY go.mod . [2020-10-06T06:51:59.519Z] ---> cf4183fa9909 [2020-10-06T06:51:59.519Z] Step 7/21 : RUN go mod download [2020-10-06T06:51:59.801Z] ---> Running in fa5798aaa09c [2020-10-06T06:52:05.221Z] Removing intermediate container fa5798aaa09c [2020-10-06T06:52:05.221Z] ---> e7324bac51e0 [2020-10-06T06:52:05.221Z] Step 8/21 : COPY . . [2020-10-06T06:52:23.528Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:52:23.528Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:52:23.528Z] ---> 76c43c9cb737 [2020-10-06T06:52:23.528Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T06:52:23.528Z] ---> Using cache [2020-10-06T06:52:23.528Z] ---> d5d30474333f [2020-10-06T06:52:23.528Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:52:23.528Z] ---> Using cache [2020-10-06T06:52:23.528Z] ---> 327af3c0ce4a [2020-10-06T06:52:23.528Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T06:52:23.800Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:52:23.800Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:52:23.800Z] ---> 76c43c9cb737 [2020-10-06T06:52:23.800Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T06:52:23.800Z] ---> Using cache [2020-10-06T06:52:23.800Z] ---> d5d30474333f [2020-10-06T06:52:24.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:52:24.075Z] ---> Using cache [2020-10-06T06:52:24.075Z] ---> 327af3c0ce4a [2020-10-06T06:52:24.075Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T06:52:24.075Z] ---> Using cache [2020-10-06T06:52:24.075Z] ---> 09aa65834e8d [2020-10-06T06:52:24.075Z] Step 6/22 : COPY go.mod . [2020-10-06T06:52:24.075Z] ---> Using cache [2020-10-06T06:52:24.075Z] ---> cf4183fa9909 [2020-10-06T06:52:24.075Z] Step 7/22 : RUN go mod download [2020-10-06T06:52:24.075Z] ---> Using cache [2020-10-06T06:52:24.075Z] ---> e7324bac51e0 [2020-10-06T06:52:24.075Z] Step 8/22 : COPY . . [2020-10-06T06:52:24.075Z] ---> Using cache [2020-10-06T06:52:24.075Z] ---> 9414b076a89f [2020-10-06T06:52:24.075Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T06:52:26.702Z] ---> Running in 46853362d0da [2020-10-06T06:52:26.702Z] ---> Running in 2d3fdad67313 [2020-10-06T06:52:27.303Z] ---> 9414b076a89f [2020-10-06T06:52:27.303Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T06:52:27.892Z] ---> Running in ab68854e8ab4 [2020-10-06T06:52:28.871Z] 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-06T06:52:28.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:52:29.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:52:29.855Z] 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-06T06:52:31.290Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:52:31.290Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:52:31.290Z] OK: 12623 distinct packages available [2020-10-06T06:52:32.288Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:52:32.288Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:52:32.288Z] ---> 76c43c9cb737 [2020-10-06T06:52:32.288Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T06:52:32.288Z] ---> Using cache [2020-10-06T06:52:32.288Z] ---> d5d30474333f [2020-10-06T06:52:32.288Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:52:32.288Z] ---> Using cache [2020-10-06T06:52:32.288Z] ---> 327af3c0ce4a [2020-10-06T06:52:32.288Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T06:52:32.288Z] ---> Running in 5b395fe9385f [2020-10-06T06:52:32.567Z] OK: 217 MiB in 51 packages [2020-10-06T06:52:35.226Z] Removing intermediate container 46853362d0da [2020-10-06T06:52:35.226Z] ---> 069aec6850f5 [2020-10-06T06:52:35.226Z] Step 6/27 : COPY go.mod . [2020-10-06T06:52:35.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:52:36.441Z] ---> 93bcb167c75b [2020-10-06T06:52:36.441Z] Step 7/27 : RUN go mod download [2020-10-06T06:52:36.728Z] ---> Running in 21dd3bae85ab [2020-10-06T06:52:37.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:52:39.645Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:52:39.645Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:52:39.645Z] OK: 12623 distinct packages available [2020-10-06T06:52:40.256Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T06:52:40.256Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T06:52:40.256Z] ---> 76c43c9cb737 [2020-10-06T06:52:40.256Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T06:52:40.256Z] ---> Using cache [2020-10-06T06:52:40.256Z] ---> d5d30474333f [2020-10-06T06:52:40.256Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:52:40.256Z] ---> Using cache [2020-10-06T06:52:40.256Z] ---> 327af3c0ce4a [2020-10-06T06:52:40.256Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T06:52:40.256Z] ---> Using cache [2020-10-06T06:52:40.256Z] ---> 09aa65834e8d [2020-10-06T06:52:40.256Z] Step 6/20 : COPY go.mod . [2020-10-06T06:52:40.256Z] ---> Using cache [2020-10-06T06:52:40.256Z] ---> cf4183fa9909 [2020-10-06T06:52:40.256Z] Step 7/20 : RUN go mod download [2020-10-06T06:52:40.256Z] ---> Using cache [2020-10-06T06:52:40.256Z] ---> e7324bac51e0 [2020-10-06T06:52:40.256Z] Step 8/20 : COPY . . [2020-10-06T06:52:40.256Z] ---> Using cache [2020-10-06T06:52:40.256Z] ---> 9414b076a89f [2020-10-06T06:52:40.256Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T06:52:40.534Z] ---> Running in 67a2b6858be3 [2020-10-06T06:52:40.534Z] OK: 217 MiB in 51 packages [2020-10-06T06:52:41.527Z] OK: 217 MiB in 51 packages [2020-10-06T06:52:43.532Z] Removing intermediate container 21dd3bae85ab [2020-10-06T06:52:43.532Z] ---> 6bc5f9e2b135 [2020-10-06T06:52:43.532Z] Step 8/27 : COPY . . [2020-10-06T06:52:43.532Z] 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-06T06:52:43.532Z] Removing intermediate container 5b395fe9385f [2020-10-06T06:52:43.532Z] ---> 3752a5ed2fd9 [2020-10-06T06:52:43.532Z] Step 6/22 : COPY go.mod . [2020-10-06T06:52:45.530Z] ---> 2464a142f006 [2020-10-06T06:52:45.530Z] Step 7/22 : RUN go mod download [2020-10-06T06:52:45.819Z] ---> Running in 208f24ee1ef4 [2020-10-06T06:52:54.134Z] Removing intermediate container 208f24ee1ef4 [2020-10-06T06:52:54.134Z] ---> 2db4ff03e0e4 [2020-10-06T06:52:54.134Z] Step 8/22 : COPY . . [2020-10-06T06:53:16.432Z] ---> 24bb4f8749db [2020-10-06T06:53:16.432Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T06:53:16.432Z] ---> Running in 4b4f1a1f348b [2020-10-06T06:53:19.824Z] 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-06T06:53:26.577Z] ---> 6c957fd514ee [2020-10-06T06:53:26.577Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T06:53:26.577Z] ---> Running in 13f256e514d2 [2020-10-06T06:53:28.057Z] 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-06T06:54:15.063Z] Removing intermediate container 67a2b6858be3 [2020-10-06T06:54:15.063Z] ---> 09e7d660cd28 [2020-10-06T06:54:15.063Z] [2020-10-06T06:54:15.063Z] Step 10/20 : FROM alpine [2020-10-06T06:54:15.063Z] ---> 62ee0e9f8440 [2020-10-06T06:54:15.063Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T06:54:15.063Z] ---> Running in 30737b295892 [2020-10-06T06:54:15.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:54:15.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:54:15.063Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T06:54:15.063Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T06:54:15.063Z] OK: 12621 distinct packages available [2020-10-06T06:54:15.063Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T06:54:15.063Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T06:54:15.063Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T06:54:15.063Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T06:54:15.063Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:54:15.063Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T06:54:15.063Z] OK: 7 MiB in 18 packages [2020-10-06T06:54:17.711Z] Removing intermediate container 30737b295892 [2020-10-06T06:54:17.711Z] ---> 1f52132e5cec [2020-10-06T06:54:17.711Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T06:54:17.711Z] ---> Running in 8f4a31b36c1f [2020-10-06T06:54:18.321Z] Removing intermediate container 8f4a31b36c1f [2020-10-06T06:54:18.322Z] ---> 712709440607 [2020-10-06T06:54:18.322Z] Step 13/20 : WORKDIR /edgex [2020-10-06T06:54:18.604Z] ---> Running in 88a93a81a220 [2020-10-06T06:54:19.219Z] Removing intermediate container 88a93a81a220 [2020-10-06T06:54:19.219Z] ---> c016b6892490 [2020-10-06T06:54:19.219Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T06:54:20.678Z] ---> 8ac1c33ad566 [2020-10-06T06:54:20.678Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T06:54:22.691Z] ---> e9bf9a43d649 [2020-10-06T06:54:22.691Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T06:54:22.691Z] ---> Running in 7d0c998e3d61 [2020-10-06T06:54:23.694Z] Removing intermediate container 7d0c998e3d61 [2020-10-06T06:54:23.694Z] ---> 729a5a778bff [2020-10-06T06:54:23.694Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T06:54:23.978Z] ---> Running in e4783914cf32 [2020-10-06T06:54:24.988Z] Removing intermediate container e4783914cf32 [2020-10-06T06:54:24.988Z] ---> 96545cd3ad09 [2020-10-06T06:54:24.988Z] Step 18/20 : LABEL arch=arm64 [2020-10-06T06:54:25.272Z] ---> Running in 466e9ad50f5e [2020-10-06T06:54:26.749Z] Removing intermediate container 466e9ad50f5e [2020-10-06T06:54:26.749Z] ---> 4b7b543bec68 [2020-10-06T06:54:26.749Z] Step 19/20 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:54:27.029Z] ---> Running in 536dc95cdd45 [2020-10-06T06:54:28.023Z] Removing intermediate container 536dc95cdd45 [2020-10-06T06:54:28.023Z] ---> 894c8d463ed2 [2020-10-06T06:54:28.023Z] Step 20/20 : LABEL version=0.0.0 [2020-10-06T06:54:28.631Z] ---> Running in d2a2aac26ce9 [2020-10-06T06:54:29.630Z] Removing intermediate container 2d3fdad67313 [2020-10-06T06:54:29.630Z] ---> a615b167422a [2020-10-06T06:54:29.630Z] [2020-10-06T06:54:29.630Z] Step 10/22 : FROM scratch [2020-10-06T06:54:29.630Z] ---> [2020-10-06T06:54:29.630Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T06:54:29.915Z] Removing intermediate container d2a2aac26ce9 [2020-10-06T06:54:29.915Z] ---> 844b39e950e3 [2020-10-06T06:54:29.915Z] [2020-10-06T06:54:30.213Z] ---> Using cache [2020-10-06T06:54:30.213Z] ---> 5a432d963282 [2020-10-06T06:54:30.213Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T06:54:30.494Z] ---> Running in c237a9101de0 [2020-10-06T06:54:31.096Z] Removing intermediate container ab68854e8ab4 [2020-10-06T06:54:31.096Z] ---> 7c5805aa34a6 [2020-10-06T06:54:31.096Z] [2020-10-06T06:54:31.096Z] Step 10/21 : FROM scratch [2020-10-06T06:54:31.096Z] ---> [2020-10-06T06:54:31.096Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T06:54:31.375Z] Successfully built 844b39e950e3 [2020-10-06T06:54:31.375Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-06T06:54:31.375Z]  Building docker-security-proxy-setup-go ... done  ---> Using cache [2020-10-06T06:54:31.375Z] ---> 5a432d963282 [2020-10-06T06:54:31.375Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T06:54:31.679Z] Removing intermediate container c237a9101de0 [2020-10-06T06:54:31.679Z] ---> 38d880a77f9b [2020-10-06T06:54:31.679Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T06:54:31.679Z] ---> Running in a62b1d6be705 [2020-10-06T06:54:31.679Z] ---> Running in d7b83dd0f650 [2020-10-06T06:54:32.293Z] Removing intermediate container a62b1d6be705 [2020-10-06T06:54:32.293Z] ---> e7244bd0100d [2020-10-06T06:54:32.293Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T06:54:32.575Z] Removing intermediate container d7b83dd0f650 [2020-10-06T06:54:32.575Z] ---> e7c1aba5fad2 [2020-10-06T06:54:32.575Z] Step 14/22 : WORKDIR / [2020-10-06T06:54:32.575Z] ---> Running in fb1b17cccee6 [2020-10-06T06:54:32.854Z] ---> Running in fabfd3a0ebd4 [2020-10-06T06:54:33.464Z] Removing intermediate container fb1b17cccee6 [2020-10-06T06:54:33.464Z] ---> 2c99b1484115 [2020-10-06T06:54:33.464Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T06:54:33.746Z] Removing intermediate container fabfd3a0ebd4 [2020-10-06T06:54:33.746Z] ---> 43034dc6ce90 [2020-10-06T06:54:33.746Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T06:54:34.739Z] ---> 9b4a9ef2cebb [2020-10-06T06:54:34.739Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T06:54:35.018Z] ---> 24492dc7a69d [2020-10-06T06:54:35.018Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T06:54:37.671Z] ---> 95665f0ba0c7 [2020-10-06T06:54:37.671Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T06:54:37.671Z] ---> 8ff585d1a982 [2020-10-06T06:54:37.671Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T06:54:38.766Z] ---> 9e9dfebfd7b6 [2020-10-06T06:54:38.766Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T06:54:38.766Z] ---> dc89b5e8c660 [2020-10-06T06:54:38.766Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T06:54:39.064Z] ---> Running in c9862cebaba8 [2020-10-06T06:54:39.064Z] ---> Running in 177ebd71f919 [2020-10-06T06:54:40.060Z] Removing intermediate container 177ebd71f919 [2020-10-06T06:54:40.060Z] ---> 38415c58f6c9 [2020-10-06T06:54:40.060Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:54:40.060Z] Removing intermediate container c9862cebaba8 [2020-10-06T06:54:40.060Z] ---> 663515a715f3 [2020-10-06T06:54:40.060Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:54:40.060Z] ---> Running in de61d024317c [2020-10-06T06:54:40.060Z] ---> Running in 57d3b77ad175 [2020-10-06T06:54:40.666Z] Removing intermediate container de61d024317c [2020-10-06T06:54:40.666Z] ---> b74504b6a80d [2020-10-06T06:54:40.666Z] Step 19/21 : LABEL arch=arm64 [2020-10-06T06:54:40.942Z] Removing intermediate container 57d3b77ad175 [2020-10-06T06:54:40.942Z] ---> f269bc1da08b [2020-10-06T06:54:40.942Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T06:54:40.942Z] ---> Running in c562d5430795 [2020-10-06T06:54:41.215Z] ---> Running in 074f50a133dd [2020-10-06T06:54:41.488Z] Removing intermediate container c562d5430795 [2020-10-06T06:54:41.488Z] ---> 49d92dfedead [2020-10-06T06:54:41.488Z] Step 20/21 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:54:41.780Z] ---> Running in 2d1a72293025 [2020-10-06T06:54:41.780Z] Removing intermediate container 074f50a133dd [2020-10-06T06:54:41.780Z] ---> 436358f98ac3 [2020-10-06T06:54:41.781Z] Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:54:42.057Z] ---> Running in 4fe65025f177 [2020-10-06T06:54:42.338Z] Removing intermediate container 2d1a72293025 [2020-10-06T06:54:42.338Z] ---> 63b2e8b29b4d [2020-10-06T06:54:42.338Z] Step 21/21 : LABEL version=0.0.0 [2020-10-06T06:54:42.615Z] ---> Running in d635b9577041 [2020-10-06T06:54:42.889Z] Removing intermediate container 4fe65025f177 [2020-10-06T06:54:42.889Z] ---> 673ef20e974e [2020-10-06T06:54:42.889Z] Step 22/22 : LABEL version=0.0.0 [2020-10-06T06:54:43.158Z] ---> Running in 2bafd8865915 [2020-10-06T06:54:43.433Z] Removing intermediate container d635b9577041 [2020-10-06T06:54:43.433Z] ---> 3b61c1e8af06 [2020-10-06T06:54:43.433Z] [2020-10-06T06:54:44.039Z] Successfully built 3b61c1e8af06 [2020-10-06T06:54:44.039Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-06T06:54:44.039Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2bafd8865915 [2020-10-06T06:54:44.039Z] ---> 7493949e7f84 [2020-10-06T06:54:44.039Z] [2020-10-06T06:54:44.645Z] Successfully built 7493949e7f84 [2020-10-06T06:54:44.645Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-06T06:54:45.630Z]  Building docker-core-command-go ... done Removing intermediate container 4b4f1a1f348b [2020-10-06T06:54:45.630Z] ---> 0427342e44d3 [2020-10-06T06:54:45.630Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T06:54:45.905Z] ---> Running in e6b3c70f63ef [2020-10-06T06:54:47.332Z] 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-06T06:54:51.615Z] Removing intermediate container 13f256e514d2 [2020-10-06T06:54:51.615Z] ---> 81faacfc9872 [2020-10-06T06:54:51.615Z] [2020-10-06T06:54:51.615Z] Step 10/22 : FROM scratch [2020-10-06T06:54:51.615Z] ---> [2020-10-06T06:54:51.615Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T06:54:51.615Z] ---> Using cache [2020-10-06T06:54:51.615Z] ---> 17b31e1f941d [2020-10-06T06:54:51.615Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T06:54:51.615Z] ---> Running in a2d6d9a05e0f [2020-10-06T06:54:51.615Z] Removing intermediate container e6b3c70f63ef [2020-10-06T06:54:51.615Z] ---> cc6e870f93ce [2020-10-06T06:54:51.615Z] [2020-10-06T06:54:51.615Z] Step 11/27 : FROM docker:latest [2020-10-06T06:54:51.615Z] ---> 45884bde0078 [2020-10-06T06:54:51.615Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T06:54:51.615Z] ---> Running in a64ccfb6bbe9 [2020-10-06T06:54:51.890Z] Removing intermediate container a2d6d9a05e0f [2020-10-06T06:54:51.890Z] ---> 49abb1090e4f [2020-10-06T06:54:51.890Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T06:54:51.890Z] ---> Running in 50fd157de9f4 [2020-10-06T06:54:52.480Z] Removing intermediate container 50fd157de9f4 [2020-10-06T06:54:52.480Z] ---> 5a050893fcac [2020-10-06T06:54:52.480Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T06:54:53.083Z] ---> 8eae98ab4653 [2020-10-06T06:54:53.083Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T06:54:53.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:54:53.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:54:53.948Z] ---> 3ad6e104ed18 [2020-10-06T06:54:53.948Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T06:54:54.234Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T06:54:54.234Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T06:54:54.234Z] Executing bash-5.0.17-r0.post-install [2020-10-06T06:54:54.234Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:54:54.234Z] OK: 12 MiB in 22 packages [2020-10-06T06:54:55.217Z] ---> 192588a3a456 [2020-10-06T06:54:55.217Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T06:54:55.811Z] Removing intermediate container a64ccfb6bbe9 [2020-10-06T06:54:55.811Z] ---> cf0073a05747 [2020-10-06T06:54:55.811Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T06:54:55.811Z] ---> 5274be0cfec9 [2020-10-06T06:54:55.811Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T06:54:56.085Z] ---> Running in dc5aafa9ca42 [2020-10-06T06:54:56.085Z] ---> Running in a215cfb4552f [2020-10-06T06:54:56.683Z] Removing intermediate container a215cfb4552f [2020-10-06T06:54:56.683Z] ---> c497b07f9c6b [2020-10-06T06:54:56.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:54:56.953Z] ---> Running in 819aa8c9b535 [2020-10-06T06:54:57.224Z] Removing intermediate container 819aa8c9b535 [2020-10-06T06:54:57.224Z] ---> 05a591510d1d [2020-10-06T06:54:57.224Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T06:54:57.494Z] ---> Running in 908554597c40 [2020-10-06T06:54:57.770Z] Removing intermediate container 908554597c40 [2020-10-06T06:54:57.770Z] ---> 61727ee9f514 [2020-10-06T06:54:57.770Z] Step 21/22 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:54:58.040Z] ---> Running in c848f8ba8771 [2020-10-06T06:54:58.643Z] Removing intermediate container c848f8ba8771 [2020-10-06T06:54:58.643Z] ---> 1227f0349f9b [2020-10-06T06:54:58.643Z] Step 22/22 : LABEL version=0.0.0 [2020-10-06T06:54:58.643Z] Removing intermediate container dc5aafa9ca42 [2020-10-06T06:54:58.643Z] ---> dcfb9fc3803f [2020-10-06T06:54:58.643Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T06:54:58.643Z] ---> Running in d9e6914bd0c3 [2020-10-06T06:54:58.643Z] ---> Running in f6a7b0372145 [2020-10-06T06:54:59.233Z] Removing intermediate container f6a7b0372145 [2020-10-06T06:54:59.233Z] ---> f0c9f4d20032 [2020-10-06T06:54:59.233Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T06:54:59.233Z] Removing intermediate container d9e6914bd0c3 [2020-10-06T06:54:59.233Z] ---> 8d473743dad4 [2020-10-06T06:54:59.233Z] [2020-10-06T06:54:59.505Z] ---> Running in 4049d4f41734 [2020-10-06T06:54:59.778Z] Successfully built 8d473743dad4 [2020-10-06T06:54:59.778Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-06T06:54:59.778Z]  Building docker-support-logging-go ... done Removing intermediate container 4049d4f41734 [2020-10-06T06:54:59.778Z] ---> 42dcc5e0f158 [2020-10-06T06:54:59.778Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T06:55:00.054Z] ---> Running in 69c39343b639 [2020-10-06T06:55:00.327Z] Removing intermediate container 69c39343b639 [2020-10-06T06:55:00.327Z] ---> b6007ff1666b [2020-10-06T06:55:00.327Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T06:55:01.757Z] ---> 7ad846f22ef8 [2020-10-06T06:55:01.758Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T06:55:02.350Z] ---> bce607066f9c [2020-10-06T06:55:02.350Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T06:55:03.354Z] ---> 8bee8ede5a6e [2020-10-06T06:55:03.354Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T06:55:03.354Z] ---> Running in 8fa77b75e7cc [2020-10-06T06:55:04.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:55:06.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:55:06.795Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T06:55:06.795Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T06:55:06.795Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T06:55:06.795Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T06:55:06.795Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T06:55:06.795Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T06:55:06.795Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T06:55:08.758Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T06:55:08.758Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T06:55:08.758Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T06:55:08.758Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T06:55:08.758Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T06:55:08.758Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T06:55:08.758Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T06:55:08.758Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T06:55:08.758Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T06:55:08.758Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T06:55:08.758Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T06:55:08.758Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T06:55:08.758Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T06:55:08.758Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T06:55:08.758Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T06:55:08.758Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T06:55:08.758Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T06:55:08.758Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T06:55:08.758Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T06:55:09.038Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T06:55:09.038Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T06:55:09.038Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T06:55:09.038Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T06:55:09.038Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T06:55:09.038Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T06:55:09.038Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T06:55:09.038Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:55:09.038Z] OK: 71 MiB in 55 packages [2020-10-06T06:55:15.741Z] Removing intermediate container 8fa77b75e7cc [2020-10-06T06:55:15.741Z] ---> d80e5d02de49 [2020-10-06T06:55:15.741Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T06:55:15.741Z] ---> Running in 986f43478c8f [2020-10-06T06:55:22.449Z] Collecting docker-compose==1.23.2 [2020-10-06T06:55:22.449Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T06:55:22.721Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T06:55:22.721Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T06:55:25.363Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T06:55:25.363Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T06:55:26.786Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T06:55:26.786Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T06:55:27.376Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T06:55:27.376Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T06:55:27.967Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T06:55:27.967Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T06:55:28.554Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T06:55:28.554Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T06:55:29.521Z] Collecting PyYAML<4,>=3.10 [2020-10-06T06:55:29.521Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T06:55:32.893Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T06:55:33.163Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T06:55:35.130Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T06:55:35.130Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T06:55:37.096Z] 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-06T06:55:37.096Z] 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-06T06:55:37.687Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T06:55:37.687Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T06:55:37.687Z] 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-06T06:55:37.956Z] Collecting idna<2.8,>=2.5 [2020-10-06T06:55:37.956Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T06:55:38.226Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T06:55:38.226Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T06:55:38.495Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T06:55:38.495Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T06:55:38.495Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T06:55:38.495Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T06:55:39.468Z] Installing collected packages: docopt, jsonschema, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, texttable, dockerpty, docker-compose [2020-10-06T06:55:39.468Z] Running setup.py install for docopt: started [2020-10-06T06:55:42.097Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T06:55:42.097Z] Attempting uninstall: urllib3 [2020-10-06T06:55:42.097Z] Found existing installation: urllib3 1.25.9 [2020-10-06T06:55:42.097Z] Uninstalling urllib3-1.25.9: [2020-10-06T06:55:42.366Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T06:55:42.954Z] Attempting uninstall: idna [2020-10-06T06:55:42.954Z] Found existing installation: idna 2.9 [2020-10-06T06:55:42.954Z] Uninstalling idna-2.9: [2020-10-06T06:55:43.224Z] Successfully uninstalled idna-2.9 [2020-10-06T06:55:43.815Z] Attempting uninstall: requests [2020-10-06T06:55:43.815Z] Found existing installation: requests 2.23.0 [2020-10-06T06:55:43.815Z] Uninstalling requests-2.23.0: [2020-10-06T06:55:43.815Z] Successfully uninstalled requests-2.23.0 [2020-10-06T06:55:45.775Z] Running setup.py install for PyYAML: started [2020-10-06T06:55:48.372Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T06:55:48.372Z] Running setup.py install for texttable: started [2020-10-06T06:55:50.338Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T06:55:50.338Z] Running setup.py install for dockerpty: started [2020-10-06T06:55:52.950Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T06:55:53.548Z] 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-06T06:55:57.844Z] Removing intermediate container 986f43478c8f [2020-10-06T06:55:57.844Z] ---> c5b08ca26e63 [2020-10-06T06:55:57.844Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T06:55:57.844Z] ---> Running in bff45cae93c7 [2020-10-06T06:55:59.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:55:59.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:55:59.907Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T06:55:59.907Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T06:55:59.907Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T06:55:59.907Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T06:55:59.907Z] OK: 71 MiB in 58 packages [2020-10-06T06:56:01.343Z] Removing intermediate container bff45cae93c7 [2020-10-06T06:56:01.343Z] ---> 4bcd56136bbc [2020-10-06T06:56:01.343Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T06:56:01.343Z] ---> Running in c84dbfd255d5 [2020-10-06T06:56:01.938Z] Removing intermediate container c84dbfd255d5 [2020-10-06T06:56:01.938Z] ---> c1f79a0e3c22 [2020-10-06T06:56:01.938Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:56:01.938Z] ---> Running in 507d1726e0a0 [2020-10-06T06:56:02.532Z] Removing intermediate container 507d1726e0a0 [2020-10-06T06:56:02.532Z] ---> 64b8ba6592b2 [2020-10-06T06:56:02.532Z] Step 25/27 : LABEL arch=arm64 [2020-10-06T06:56:02.532Z] ---> Running in 906c5d56706d [2020-10-06T06:56:03.132Z] Removing intermediate container 906c5d56706d [2020-10-06T06:56:03.132Z] ---> dbd56df6b0db [2020-10-06T06:56:03.132Z] Step 26/27 : LABEL git_sha=c7ade16fe5a42f4a011f4fba2e4c8e838ac75b95 [2020-10-06T06:56:03.132Z] ---> Running in 302f42528d3a [2020-10-06T06:56:03.739Z] Removing intermediate container 302f42528d3a [2020-10-06T06:56:03.739Z] ---> efb34a9899bb [2020-10-06T06:56:03.739Z] Step 27/27 : LABEL version=0.0.0 [2020-10-06T06:56:03.739Z] ---> Running in 699b6f4ecd03 [2020-10-06T06:56:04.332Z] Removing intermediate container 699b6f4ecd03 [2020-10-06T06:56:04.332Z] ---> 5351bdc4f9eb [2020-10-06T06:56:04.332Z] [2020-10-06T06:56:04.925Z] Successfully built 5351bdc4f9eb [2020-10-06T06:56:04.925Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-06T06:56:05.534Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-06T06:56:05.544Z] $ docker stop --time=1 c58604ca8a3cf36605f0c0e4ac3689ee103e4eba961bb5cdb105e1b84eb61c0e [2020-10-06T06:56:07.585Z] $ docker rm -f c58604ca8a3cf36605f0c0e4ac3689ee103e4eba961bb5cdb105e1b84eb61c0e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T06:56:08.329Z] + docker images [2020-10-06T06:56:08.329Z] + grep docker [2020-10-06T06:56:08.603Z] docker-sys-mgmt-agent-go-arm64 latest 5351bdc4f9eb 4 seconds ago 270MB [2020-10-06T06:56:08.603Z] docker-support-logging-go-arm64 latest 8d473743dad4 About a minute ago 10.6MB [2020-10-06T06:56:08.603Z] docker-core-command-go-arm64 latest 7493949e7f84 About a minute ago 11.4MB [2020-10-06T06:56:08.603Z] docker-support-scheduler-go-arm64 latest 3b61c1e8af06 About a minute ago 11.5MB [2020-10-06T06:56:08.603Z] docker-security-proxy-setup-go-arm64 latest 844b39e950e3 About a minute ago 15.1MB [2020-10-06T06:56:08.603Z] docker-core-data-go-arm64 latest 1541f6f54c58 4 minutes ago 22.2MB [2020-10-06T06:56:08.603Z] docker-core-metadata-go-arm64 latest dbdf23ccfa6e 4 minutes ago 13.2MB [2020-10-06T06:56:08.603Z] docker-security-secretstore-setup-go-arm64 latest e04b7447003e 4 minutes ago 30.8MB [2020-10-06T06:56:08.603Z] docker-support-notifications-go-arm64 latest 45078520ffcd 4 minutes ago 12.9MB [2020-10-06T06:56:08.603Z] docker-security-secrets-setup-go-arm64 latest f0bba7fc3cc9 5 minutes ago 22.7MB [2020-10-06T06:56:08.603Z] docker latest 45884bde0078 2 weeks 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-06T06:56:11.766Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:56:12.649Z] ---> package-listing.sh [2020-10-06T06:56:12.649Z] ++ facter osfamily [2020-10-06T06:56:12.649Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T06:56:12.649Z] + OS_FAMILY=redhat [2020-10-06T06:56:12.649Z] + workspace=/w/workspace/edgex-go/15 [2020-10-06T06:56:12.649Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T06:56:12.649Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T06:56:12.649Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T06:56:12.649Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T06:56:12.649Z] + '[' /w/workspace/edgex-go/15 ']' [2020-10-06T06:56:12.649Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T06:56:12.649Z] + case "${OS_FAMILY}" in [2020-10-06T06:56:12.649Z] + rpm -qa [2020-10-06T06:56:12.649Z] + sort [2020-10-06T06:56:16.863Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T06:56:16.863Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T06:56:16.863Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T06:56:16.863Z] + '[' /w/workspace/edgex-go/15 ']' [2020-10-06T06:56:16.863Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2020-10-06T06:56:16.863Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T06:56:17.538Z] provisioning config files... [2020-10-06T06:56:17.569Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config6558545757465793009tmp [Pipeline] { [Pipeline] echo [2020-10-06T06:56:17.662Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:56:17.963Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T06:56:17.972Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T06:56:18.059Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:56:18.356Z] ---> python-tools-install.sh [2020-10-06T06:56:18.356Z] Generating Requirements File [2020-10-06T06:57:39.915Z] Python 3.6.8 [2020-10-06T06:57:39.915Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T06:57:39.915Z] appdirs==1.4.3 [2020-10-06T06:57:39.915Z] argcomplete==1.12.1 [2020-10-06T06:57:39.915Z] aspy.yaml==1.3.0 [2020-10-06T06:57:39.915Z] attrs==19.3.0 [2020-10-06T06:57:39.915Z] Babel==2.8.0 [2020-10-06T06:57:39.915Z] beautifulsoup4==4.8.2 [2020-10-06T06:57:39.915Z] boto3==1.11.6 [2020-10-06T06:57:39.915Z] botocore==1.14.6 [2020-10-06T06:57:39.915Z] bs4==0.0.1 [2020-10-06T06:57:39.915Z] cachetools==4.1.1 [2020-10-06T06:57:39.915Z] certifi==2019.11.28 [2020-10-06T06:57:39.915Z] cffi==1.14.3 [2020-10-06T06:57:39.915Z] cfgv==2.0.1 [2020-10-06T06:57:39.915Z] chardet==3.0.4 [2020-10-06T06:57:39.915Z] click==7.1 [2020-10-06T06:57:39.915Z] cliff==3.4.0 [2020-10-06T06:57:39.915Z] cmd2==1.3.11 [2020-10-06T06:57:39.915Z] colorama==0.4.3 [2020-10-06T06:57:39.915Z] cryptography==3.1.1 [2020-10-06T06:57:39.915Z] debtcollector==2.2.0 [2020-10-06T06:57:39.915Z] decorator==4.4.2 [2020-10-06T06:57:39.915Z] defusedxml==0.6.0 [2020-10-06T06:57:39.915Z] Deprecated==1.2.7 [2020-10-06T06:57:39.915Z] distlib==0.3.1 [2020-10-06T06:57:39.915Z] distro==1.2.0 [2020-10-06T06:57:39.915Z] dnspython==1.16.0 [2020-10-06T06:57:39.915Z] docker==4.2.0 [2020-10-06T06:57:39.915Z] docutils==0.15.2 [2020-10-06T06:57:39.915Z] dogpile.cache==1.0.2 [2020-10-06T06:57:39.915Z] email-validator==1.0.5 [2020-10-06T06:57:39.915Z] filelock==3.0.12 [2020-10-06T06:57:39.915Z] future==0.18.2 [2020-10-06T06:57:39.915Z] google-auth==1.22.1 [2020-10-06T06:57:39.915Z] httplib2==0.17.0 [2020-10-06T06:57:39.915Z] identify==1.4.11 [2020-10-06T06:57:39.915Z] idna==2.9 [2020-10-06T06:57:39.915Z] importlib-metadata==1.7.0 [2020-10-06T06:57:39.915Z] importlib-resources==1.5.0 [2020-10-06T06:57:39.915Z] iso8601==0.1.13 [2020-10-06T06:57:39.915Z] Jinja2==2.11.1 [2020-10-06T06:57:39.915Z] jmespath==0.10.0 [2020-10-06T06:57:39.915Z] jsonpatch==1.26 [2020-10-06T06:57:39.915Z] jsonpointer==2.0 [2020-10-06T06:57:39.915Z] jsonschema==3.2.0 [2020-10-06T06:57:39.915Z] keystoneauth1==4.2.1 [2020-10-06T06:57:39.915Z] kubernetes==11.0.0 [2020-10-06T06:57:39.915Z] lftools==0.34.2 [2020-10-06T06:57:39.915Z] lxml==4.5.0 [2020-10-06T06:57:39.915Z] MarkupSafe==0.23 [2020-10-06T06:57:39.915Z] msgpack==1.0.0 [2020-10-06T06:57:39.915Z] multi-key-dict==2.0.3 [2020-10-06T06:57:39.915Z] munch==2.5.0 [2020-10-06T06:57:39.915Z] netaddr==0.8.0 [2020-10-06T06:57:39.915Z] netifaces==0.10.9 [2020-10-06T06:57:39.915Z] niet==1.4.2 [2020-10-06T06:57:39.915Z] nodeenv==1.3.5 [2020-10-06T06:57:39.915Z] oauth2client==4.1.3 [2020-10-06T06:57:39.915Z] oauthlib==3.1.0 [2020-10-06T06:57:39.915Z] openstacksdk==0.50.0 [2020-10-06T06:57:39.915Z] os-client-config==2.1.0 [2020-10-06T06:57:39.915Z] os-service-types==1.7.0 [2020-10-06T06:57:39.915Z] osc-lib==2.2.1 [2020-10-06T06:57:39.915Z] oslo.config==8.3.2 [2020-10-06T06:57:39.915Z] oslo.context==3.1.1 [2020-10-06T06:57:39.915Z] oslo.i18n==5.0.1 [2020-10-06T06:57:39.915Z] oslo.log==4.4.0 [2020-10-06T06:57:39.915Z] oslo.serialization==4.0.1 [2020-10-06T06:57:39.915Z] oslo.utils==4.6.0 [2020-10-06T06:57:39.915Z] packaging==20.4 [2020-10-06T06:57:39.915Z] pbr==5.4.4 [2020-10-06T06:57:39.915Z] pluggy==0.13.1 [2020-10-06T06:57:39.915Z] prettytable==0.7.2 [2020-10-06T06:57:39.915Z] py==1.9.0 [2020-10-06T06:57:39.915Z] pyasn1==0.4.8 [2020-10-06T06:57:39.915Z] pyasn1-modules==0.2.8 [2020-10-06T06:57:39.915Z] pycparser==2.20 [2020-10-06T06:57:39.915Z] pygerrit2==2.0.10 [2020-10-06T06:57:39.915Z] PyGithub==1.46 [2020-10-06T06:57:39.915Z] pyinotify==0.9.6 [2020-10-06T06:57:39.915Z] PyJWT==1.7.1 [2020-10-06T06:57:39.915Z] pyparsing==2.4.7 [2020-10-06T06:57:39.915Z] pyperclip==1.8.0 [2020-10-06T06:57:39.915Z] pyroute2==0.4.13 [2020-10-06T06:57:39.915Z] pyrsistent==0.15.7 [2020-10-06T06:57:39.915Z] PySocks==1.6.8 [2020-10-06T06:57:39.915Z] python-cinderclient==7.2.0 [2020-10-06T06:57:39.915Z] python-dateutil==2.8.1 [2020-10-06T06:57:39.915Z] python-heatclient==2.2.1 [2020-10-06T06:57:39.915Z] python-jenkins==1.7.0 [2020-10-06T06:57:39.915Z] python-keystoneclient==4.1.1 [2020-10-06T06:57:39.915Z] python-magnumclient==3.2.1 [2020-10-06T06:57:39.915Z] python-novaclient==17.2.1 [2020-10-06T06:57:39.915Z] python-openstackclient==5.4.0 [2020-10-06T06:57:39.915Z] python-swiftclient==3.10.1 [2020-10-06T06:57:39.915Z] pytz==2020.1 [2020-10-06T06:57:39.915Z] PyYAML==5.3 [2020-10-06T06:57:39.915Z] requests==2.23.0 [2020-10-06T06:57:39.915Z] requests-oauthlib==1.3.0 [2020-10-06T06:57:39.915Z] requestsexceptions==1.4.0 [2020-10-06T06:57:39.915Z] rfc3986==1.4.0 [2020-10-06T06:57:39.915Z] rpm==4.11.3 [2020-10-06T06:57:39.915Z] rsa==4.0 [2020-10-06T06:57:39.915Z] ruamel.yaml==0.16.10 [2020-10-06T06:57:39.915Z] ruamel.yaml.clib==0.2.0 [2020-10-06T06:57:39.915Z] s3transfer==0.3.3 [2020-10-06T06:57:39.915Z] shade==1.27.2 [2020-10-06T06:57:39.915Z] simplejson==3.17.2 [2020-10-06T06:57:39.915Z] six==1.14.0 [2020-10-06T06:57:39.915Z] soupsieve==2.0 [2020-10-06T06:57:39.915Z] stevedore==3.2.2 [2020-10-06T06:57:39.915Z] tabulate==0.8.6 [2020-10-06T06:57:39.915Z] toml==0.10.0 [2020-10-06T06:57:39.915Z] tox==3.20.0 [2020-10-06T06:57:39.915Z] tqdm==4.43.0 [2020-10-06T06:57:39.915Z] urllib3==1.25.8 [2020-10-06T06:57:39.915Z] virtualenv==20.0.33 [2020-10-06T06:57:39.915Z] wcwidth==0.2.5 [2020-10-06T06:57:39.915Z] websocket-client==0.57.0 [2020-10-06T06:57:39.915Z] wrapt==1.12.1 [2020-10-06T06:57:39.915Z] xdg==3.0.2 [2020-10-06T06:57:39.915Z] xmltodict==0.12.0 [2020-10-06T06:57:39.915Z] yq==2.11.1 [2020-10-06T06:57:39.915Z] zipp==3.3.0 [2020-10-06T06:57:39.915Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:39.915Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T06:57:39.915Z] Python 2.7.5 [2020-10-06T06:57:39.915Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T06:57:39.915Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T06:57:39.915Z] ansible==2.9.7 [2020-10-06T06:57:39.915Z] Babel==0.9.6 [2020-10-06T06:57:39.915Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T06:57:39.915Z] beautifulsoup4==4.4.1 [2020-10-06T06:57:39.915Z] bodhi==2.11.0 [2020-10-06T06:57:39.915Z] bodhi-client==2.11.0 [2020-10-06T06:57:39.915Z] CCColUtils==1.4 [2020-10-06T06:57:39.915Z] cffi==1.6.0 [2020-10-06T06:57:39.915Z] chardet==2.2.1 [2020-10-06T06:57:39.915Z] click==6.7 [2020-10-06T06:57:39.915Z] cloud-init==18.5 [2020-10-06T06:57:39.915Z] configobj==4.7.2 [2020-10-06T06:57:39.915Z] cryptography==1.7.2 [2020-10-06T06:57:39.915Z] decorator==3.4.0 [2020-10-06T06:57:39.915Z] distro==1.2.0 [2020-10-06T06:57:39.915Z] enum34==1.0.4 [2020-10-06T06:57:39.915Z] fedpkg==1.38 [2020-10-06T06:57:39.915Z] futures==3.1.1 [2020-10-06T06:57:39.915Z] gitdb==0.6.4 [2020-10-06T06:57:39.915Z] GitPython==1.0.1 [2020-10-06T06:57:39.915Z] html5lib==0.999 [2020-10-06T06:57:39.915Z] httplib2==0.9.2 [2020-10-06T06:57:39.915Z] idna==2.4 [2020-10-06T06:57:39.915Z] iniparse==0.4 [2020-10-06T06:57:39.915Z] ipaddress==1.0.16 [2020-10-06T06:57:39.915Z] IPy==0.75 [2020-10-06T06:57:39.915Z] javapackages==1.0.0 [2020-10-06T06:57:39.915Z] Jinja2==2.7.2 [2020-10-06T06:57:39.915Z] jmespath==0.9.4 [2020-10-06T06:57:39.915Z] jsonpatch==1.2 [2020-10-06T06:57:39.915Z] jsonpointer==1.9 [2020-10-06T06:57:39.915Z] kerberos==1.1 [2020-10-06T06:57:39.915Z] kitchen==1.1.1 [2020-10-06T06:57:39.915Z] langtable==0.0.31 [2020-10-06T06:57:39.915Z] lockfile==0.9.1 [2020-10-06T06:57:39.915Z] lxml==3.2.1 [2020-10-06T06:57:39.915Z] MarkupSafe==0.11 [2020-10-06T06:57:39.915Z] munch==2.0.2 [2020-10-06T06:57:39.915Z] offtrac==0.1.0 [2020-10-06T06:57:39.915Z] openidc-client==0.6.0 [2020-10-06T06:57:39.915Z] packagedb-cli==2.14.1 [2020-10-06T06:57:39.915Z] paramiko==2.1.1 [2020-10-06T06:57:39.915Z] perf==0.1 [2020-10-06T06:57:39.915Z] ply==3.4 [2020-10-06T06:57:39.915Z] policycoreutils-default-encoding==0.1 [2020-10-06T06:57:39.915Z] prettytable==0.7.2 [2020-10-06T06:57:39.915Z] pyasn1==0.1.9 [2020-10-06T06:57:39.915Z] pycparser==2.14 [2020-10-06T06:57:39.915Z] pycurl==7.19.0 [2020-10-06T06:57:39.915Z] pygobject==3.22.0 [2020-10-06T06:57:39.915Z] pygpgme==0.3 [2020-10-06T06:57:39.915Z] pyliblzma==0.5.3 [2020-10-06T06:57:39.915Z] pyOpenSSL==0.13.1 [2020-10-06T06:57:39.915Z] pyparsing==1.5.6 [2020-10-06T06:57:39.915Z] pyserial==2.6 [2020-10-06T06:57:39.915Z] python-augeas==0.5.0 [2020-10-06T06:57:39.915Z] python-bugzilla==2.3.0 [2020-10-06T06:57:39.915Z] python-dateutil==1.5 [2020-10-06T06:57:39.915Z] python-fedora==0.10.0 [2020-10-06T06:57:39.915Z] python-linux-procfs==0.4.9 [2020-10-06T06:57:39.915Z] python-yubico==1.2.3 [2020-10-06T06:57:39.915Z] pyudev==0.15 [2020-10-06T06:57:39.915Z] pyusb==1.0.0b1 [2020-10-06T06:57:39.915Z] pyxattr==0.5.1 [2020-10-06T06:57:39.916Z] PyYAML==3.10 [2020-10-06T06:57:39.916Z] requests==2.6.0 [2020-10-06T06:57:39.916Z] requests-kerberos==0.7.0 [2020-10-06T06:57:39.916Z] rpkg==1.60 [2020-10-06T06:57:39.916Z] schedutils==0.4 [2020-10-06T06:57:39.916Z] seobject==0.1 [2020-10-06T06:57:39.916Z] sepolicy==1.1 [2020-10-06T06:57:39.916Z] six==1.9.0 [2020-10-06T06:57:39.916Z] smmap==0.9.0 [2020-10-06T06:57:39.916Z] urlgrabber==3.10 [2020-10-06T06:57:39.916Z] urllib3==1.10.2 [2020-10-06T06:57:39.916Z] virtualenv==15.1.0 [2020-10-06T06:57:39.916Z] yum-langpacks==0.4.2 [2020-10-06T06:57:39.916Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T06:57:39.951Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:57:40.467Z] ---> sudo-logs.sh [2020-10-06T06:57:40.467Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T06:57:40.740Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:57:41.039Z] ---> job-cost.sh [2020-10-06T06:57:41.040Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4RWA [2020-10-06T06:57:51.081Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.081Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.081Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.081Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.081Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.081Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.081Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.342Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.342Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.609Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.872Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:51.872Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:57:58.476Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T06:58:30.647Z] lf-activate-venv(): INFO: Adding /tmp/venv-4RWA/bin to PATH [2020-10-06T06:58:30.647Z] INFO: No Stack... [2020-10-06T06:58:30.647Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T06:58:30.647Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T06:58:30.667Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:58:31.179Z] ---> logs-deploy.sh [2020-10-06T06:58:31.179Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2732/15 [2020-10-06T06:58:31.179Z] INFO: archiving workspace using pattern(s): [2020-10-06T06:58:33.098Z] Archives upload complete. [2020-10-06T06:58:33.098Z] INFO: archiving logs to Nexus