Pull request #2745 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e7d33ce615d2a26cab675e98b3d2ee4996853fd4+b4582357413508f2f36d1dfa013bd47b50456323 (60ea7d9923bf6d98fae6e95d35342286e051c084) 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4001 in /w/workspace/edgexfoundry_edgex-go_PR-2745 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b4582357413508f2f36d1dfa013bd47b50456323 into PR head commit e7d33ce615d2a26cab675e98b3d2ee4996853fd4 Merge succeeded, producing e7d33ce615d2a26cab675e98b3d2ee4996853fd4 Checking out Revision e7d33ce615d2a26cab675e98b3d2ee4996853fd4 (PR-2745) > 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/2745/head:refs/remotes/origin/PR-2745 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7d33ce615d2a26cab675e98b3d2ee4996853fd4 # 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 b4582357413508f2f36d1dfa013bd47b50456323 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7d33ce615d2a26cab675e98b3d2ee4996853fd4 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.23" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-07T22:25:30.943Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-07T22:25:31.267Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 01c199f26d787efb7ff278591be8a938ea63bc00 # timeout=10 [Pipeline] echo [2020-10-07T22:25:31.355Z] ========================================================= [2020-10-07T22:25:31.355Z] EdgeX Global Pipelines Version Info [2020-10-07T22:25:31.355Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-07T22:25:32.849Z] ------------------- [2020-10-07T22:25:32.849Z] stable info: [2020-10-07T22:25:32.849Z] ------------------- [2020-10-07T22:25:32.849Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-07T22:25:32.849Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-07T22:25:32.849Z] Message: update stable to v1.0.131 [2020-10-07T22:25:33.799Z] ------------------- [2020-10-07T22:25:33.799Z] experimental info: [2020-10-07T22:25:33.799Z] ------------------- [2020-10-07T22:25:33.799Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-07T22:25:33.799Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-07T22:25:33.799Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-07T22:25:34.110Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-07T22:25:34.428Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-07T22:25:34.514Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-07T22:25:34.600Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-07T22:25:34.689Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-07T22:25:34.795Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-07T22:25:34.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-07T22:25:34.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-07T22:25:35.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-07T22:25:35.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-07T22:25:35.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-07T22:25:35.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-07T22:25:35.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-07T22:25:35.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-07T22:25:35.616Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-07T22:25:35.711Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-07T22:25:35.792Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-07T22:25:35.876Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-07T22:25:35.970Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-07T22:25:36.052Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-07T22:25:36.136Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-07T22:25:36.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2745 [Pipeline] echo [2020-10-07T22:25:36.347Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2745 [Pipeline] echo [2020-10-07T22:25:36.429Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2745 [Pipeline] echo [2020-10-07T22:25:36.516Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [Pipeline] echo [2020-10-07T22:25:36.600Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e7d33ce [Pipeline] echo [2020-10-07T22:25:36.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-07T22:25:37.067Z] ++ 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-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/core-command/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/core-data/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-07T22:25:37.067Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T22:25:37.067Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-07T22:25:37.067Z] ++ cut -d/ -f2 [2020-10-07T22:25:37.067Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-07T22:25:37.144Z] 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-07T22:25:38.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T22:25:38.765Z] [2020-10-07T22:25:38.765Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:25:39.143Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T22:25:39.143Z] latest: Pulling from edgex-devops/git-semver [2020-10-07T22:25:39.143Z] 31603596830f: Pulling fs layer [2020-10-07T22:25:39.143Z] 2a8b12db71e7: Pulling fs layer [2020-10-07T22:25:39.143Z] 6ca5941a6612: Pulling fs layer [2020-10-07T22:25:39.143Z] ecc8261a40a4: Pulling fs layer [2020-10-07T22:25:39.143Z] ecc8261a40a4: Waiting [2020-10-07T22:25:39.143Z] 2a8b12db71e7: Download complete [2020-10-07T22:25:39.405Z] 31603596830f: Verifying Checksum [2020-10-07T22:25:39.405Z] 31603596830f: Download complete [2020-10-07T22:25:39.405Z] ecc8261a40a4: Verifying Checksum [2020-10-07T22:25:39.405Z] ecc8261a40a4: Download complete [2020-10-07T22:25:39.667Z] 6ca5941a6612: Verifying Checksum [2020-10-07T22:25:39.668Z] 6ca5941a6612: Download complete [2020-10-07T22:25:39.668Z] 31603596830f: Pull complete [2020-10-07T22:25:39.929Z] 2a8b12db71e7: Pull complete [2020-10-07T22:25:40.505Z] 6ca5941a6612: Pull complete [2020-10-07T22:25:40.768Z] ecc8261a40a4: Pull complete [2020-10-07T22:25:41.031Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-07T22:25:41.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T22:25:41.031Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-07T22:25:41.139Z] prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container [2020-10-07T22:25:41.197Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-07T22:25:43.640Z] $ docker top 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T22:25:43.961Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T22:25:43.961Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T22:25:44.161Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T22:25:44.168Z] $ docker exec 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f ssh-agent [2020-10-07T22:25:44.322Z] SSH_AUTH_SOCK=/tmp/ssh-5nB0kzNQxFzm/agent.12 [2020-10-07T22:25:44.322Z] SSH_AGENT_PID=17 [2020-10-07T22:25:44.332Z] Running ssh-add (command line suppressed) [2020-10-07T22:25:44.459Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4164784451258568928.key (/w/workspace/edgex-go/13@tmp/private_key_4164784451258568928.key) [2020-10-07T22:25:44.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T22:25:44.850Z] + git describe --exact-match --tags HEAD [2020-10-07T22:25:44.850Z] fatal: no tag exactly matches 'e7d33ce615d2a26cab675e98b3d2ee4996853fd4' [Pipeline] } [2020-10-07T22:25:44.875Z] $ docker exec --env ******** --env ******** 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f ssh-agent -k [2020-10-07T22:25:44.989Z] unset SSH_AUTH_SOCK; [2020-10-07T22:25:44.990Z] unset SSH_AGENT_PID; [2020-10-07T22:25:44.990Z] echo Agent pid 17 killed; [2020-10-07T22:25:45.027Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-07T22:25:45.108Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-07T22:25:45.108Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-07T22:25:45.196Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T22:25:45.196Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T22:25:45.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T22:25:45.361Z] $ docker exec 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f ssh-agent [2020-10-07T22:25:45.514Z] SSH_AUTH_SOCK=/tmp/ssh-L5Mgl4c1xUli/agent.46 [2020-10-07T22:25:45.514Z] SSH_AGENT_PID=51 [2020-10-07T22:25:45.521Z] Running ssh-add (command line suppressed) [2020-10-07T22:25:45.649Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_3940605738838953082.key (/w/workspace/edgex-go/13@tmp/private_key_3940605738838953082.key) [2020-10-07T22:25:45.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T22:25:46.030Z] + git semver init [2020-10-07T22:25:46.030Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T22:25:46.030Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2020-10-07T22:25:46.030Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2020-10-07T22:25:46.030Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T22:25:46.030Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T22:25:46.030Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T22:25:46.030Z] # $SEMVER_BRANCH = PR-2745 [2020-10-07T22:25:46.030Z] # $SEMVER_TEMP = /tmp/semver-243231478 [2020-10-07T22:25:46.030Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-07T22:26:24.855Z] # '/tmp/semver-243231478' -> '/w/workspace/edgex-go/13/.semver' [2020-10-07T22:26:24.855Z] # -> Force: false [2020-10-07T22:26:24.855Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2020-10-07T22:26:24.873Z] $ docker exec --env ******** --env ******** 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f ssh-agent -k [2020-10-07T22:26:25.089Z] unset SSH_AUTH_SOCK; [2020-10-07T22:26:25.090Z] unset SSH_AGENT_PID; [2020-10-07T22:26:25.090Z] echo Agent pid 51 killed; [2020-10-07T22:26:25.166Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T22:26:25.748Z] + git semver [Pipeline] } [2020-10-07T22:26:25.770Z] $ docker stop --time=1 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f [2020-10-07T22:26:27.253Z] $ docker rm -f 61d21ac714638f6ed069d0d3647826330b88f96f4585077a8808997bae67286f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-07T22:26:41.245Z] Stashed 77 file(s) [Pipeline] echo [2020-10-07T22:26:41.248Z] [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-07T22:26:41.930Z] ========================================================= [2020-10-07T22:26:41.930Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-07T22:26:41.930Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:26:42.282Z] + 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-07T22:26:45.623Z] Sending build context to Docker daemon 324.8MB [2020-10-07T22:26:45.623Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T22:26:45.623Z] Step 2/7 : FROM ${BASE} [2020-10-07T22:26:45.623Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-07T22:26:45.623Z] df20fa9351a1: Pulling fs layer [2020-10-07T22:26:45.623Z] ed8968b2872e: Pulling fs layer [2020-10-07T22:26:45.623Z] a92cc7c5fd73: Pulling fs layer [2020-10-07T22:26:45.623Z] e871e8e8d7a9: Pulling fs layer [2020-10-07T22:26:45.623Z] e73272ec9a57: Pulling fs layer [2020-10-07T22:26:45.623Z] 1e910a182e73: Pulling fs layer [2020-10-07T22:26:45.623Z] 4e634b169226: Pulling fs layer [2020-10-07T22:26:45.623Z] e871e8e8d7a9: Waiting [2020-10-07T22:26:45.623Z] e73272ec9a57: Waiting [2020-10-07T22:26:45.623Z] 1e910a182e73: Waiting [2020-10-07T22:26:45.623Z] 4e634b169226: Waiting [2020-10-07T22:26:45.623Z] a92cc7c5fd73: Verifying Checksum [2020-10-07T22:26:45.623Z] a92cc7c5fd73: Download complete [2020-10-07T22:26:45.623Z] e73272ec9a57: Download complete [2020-10-07T22:26:45.623Z] 1e910a182e73: Download complete [2020-10-07T22:26:45.623Z] df20fa9351a1: Verifying Checksum [2020-10-07T22:26:45.623Z] df20fa9351a1: Download complete [2020-10-07T22:26:45.896Z] df20fa9351a1: Pull complete [2020-10-07T22:26:45.896Z] ed8968b2872e: Pull complete [2020-10-07T22:26:46.161Z] a92cc7c5fd73: Pull complete [2020-10-07T22:26:48.106Z] 4e634b169226: Verifying Checksum [2020-10-07T22:26:48.106Z] 4e634b169226: Download complete [2020-10-07T22:26:48.685Z] e871e8e8d7a9: Verifying Checksum [2020-10-07T22:26:48.685Z] e871e8e8d7a9: Download complete [2020-10-07T22:26:54.214Z] e871e8e8d7a9: Pull complete [2020-10-07T22:26:54.214Z] e73272ec9a57: Pull complete [2020-10-07T22:26:54.214Z] 1e910a182e73: Pull complete [2020-10-07T22:26:56.673Z] Still waiting to schedule task [2020-10-07T22:26:56.673Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-07T22:27:04.245Z] 4e634b169226: Pull complete [2020-10-07T22:27:04.245Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-07T22:27:04.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-07T22:27:04.245Z] ---> f7629b54cfaa [2020-10-07T22:27:04.245Z] 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-07T22:27:04.245Z] ---> Running in 54c751ed029a [2020-10-07T22:27:04.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:27:04.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:27:04.820Z] (1/12) Installing libmagic (5.38-r0) [2020-10-07T22:27:04.820Z] (2/12) Installing file (5.38-r0) [2020-10-07T22:27:05.082Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-07T22:27:05.082Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-07T22:27:09.306Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-07T22:27:09.306Z] (6/12) Installing patch (2.7.6-r6) [2020-10-07T22:27:09.306Z] (7/12) Installing build-base (0.5-r2) [2020-10-07T22:27:09.306Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-07T22:27:09.568Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-07T22:27:09.568Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-07T22:27:09.568Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-07T22:27:09.836Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-07T22:27:09.836Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:27:09.836Z] OK: 233 MiB in 51 packages [2020-10-07T22:27:13.158Z] Removing intermediate container 54c751ed029a [2020-10-07T22:27:13.158Z] ---> 522d1c9ea0f5 [2020-10-07T22:27:13.158Z] Step 4/7 : WORKDIR /edgex-go [2020-10-07T22:27:13.158Z] ---> Running in 37a4c0780c5f [2020-10-07T22:27:13.421Z] Removing intermediate container 37a4c0780c5f [2020-10-07T22:27:13.421Z] ---> 969e77862c6b [2020-10-07T22:27:13.421Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-07T22:27:13.683Z] latest: Pulling from library/docker [2020-10-07T22:27:13.947Z] df20fa9351a1: Already exists [2020-10-07T22:27:13.947Z] 25ad7478873d: Pulling fs layer [2020-10-07T22:27:13.947Z] 4684f6177b5d: Pulling fs layer [2020-10-07T22:27:13.947Z] 8ba584e970af: Pulling fs layer [2020-10-07T22:27:13.947Z] 3cdc74d2b06d: Pulling fs layer [2020-10-07T22:27:13.947Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-07T22:27:13.947Z] fca0ccc462d5: Pulling fs layer [2020-10-07T22:27:13.947Z] 3cdc74d2b06d: Waiting [2020-10-07T22:27:13.947Z] 4cf5a0d07c1f: Waiting [2020-10-07T22:27:13.947Z] fca0ccc462d5: Waiting [2020-10-07T22:27:13.947Z] 4684f6177b5d: Download complete [2020-10-07T22:27:13.947Z] 25ad7478873d: Download complete [2020-10-07T22:27:14.223Z] 3cdc74d2b06d: Verifying Checksum [2020-10-07T22:27:14.223Z] 3cdc74d2b06d: Download complete [2020-10-07T22:27:14.223Z] 4cf5a0d07c1f: Download complete [2020-10-07T22:27:14.223Z] 25ad7478873d: Pull complete [2020-10-07T22:27:14.549Z] 4684f6177b5d: Pull complete [2020-10-07T22:27:14.549Z] fca0ccc462d5: Download complete [2020-10-07T22:27:15.137Z] 8ba584e970af: Verifying Checksum [2020-10-07T22:27:15.137Z] 8ba584e970af: Download complete [2020-10-07T22:27:17.710Z] 8ba584e970af: Pull complete [2020-10-07T22:27:17.710Z] 3cdc74d2b06d: Pull complete [2020-10-07T22:27:17.710Z] 4cf5a0d07c1f: Pull complete [2020-10-07T22:27:17.975Z] fca0ccc462d5: Pull complete [2020-10-07T22:27:17.975Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-07T22:27:17.975Z] Status: Downloaded newer image for docker:latest [2020-10-07T22:27:19.908Z] ---> 3a479cdb7101 [2020-10-07T22:27:19.908Z] Step 6/7 : COPY go.mod . [2020-10-07T22:27:19.908Z] ---> 21941f28a8f1 [2020-10-07T22:27:19.908Z] Step 7/7 : RUN go mod download [2020-10-07T22:27:19.908Z] ---> Running in 6e3ddd46939b [2020-10-07T22:27:41.959Z] Removing intermediate container 6e3ddd46939b [2020-10-07T22:27:41.959Z] ---> 0f6ef36e2f5f [2020-10-07T22:27:41.959Z] Successfully built 0f6ef36e2f5f [2020-10-07T22:27:41.959Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:27:42.276Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-07T22:27:42.276Z] . [Pipeline] withDockerContainer [2020-10-07T22:27:42.388Z] prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container [2020-10-07T22:27:42.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-07T22:27:43.134Z] $ docker top 8c3ae08eb6df725e9a8fe60bcdf973e1125e6c19ebac4577cd3f48ee12a09272 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T22:27:43.612Z] + go version [2020-10-07T22:27:43.612Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-07T22:27:43.628Z] $ docker stop --time=1 8c3ae08eb6df725e9a8fe60bcdf973e1125e6c19ebac4577cd3f48ee12a09272 [2020-10-07T22:27:44.972Z] $ docker rm -f 8c3ae08eb6df725e9a8fe60bcdf973e1125e6c19ebac4577cd3f48ee12a09272 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:27:45.934Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-07T22:27:45.934Z] . [Pipeline] withDockerContainer [2020-10-07T22:27:46.034Z] prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container [2020-10-07T22:27:46.089Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-07T22:27:46.873Z] $ docker top 3217e99ff0b0e13a011afd3cc2547feb982b84e3c5822198855446f2e22b78b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-07T22:27:47.070Z] ========================================================= [2020-10-07T22:27:47.070Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-07T22:27:47.070Z] ========================================================= [Pipeline] sh [2020-10-07T22:27:47.360Z] + make test [2020-10-07T22:27:47.360Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-07T22:27:49.926Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-07T22:28:00.067Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-07T22:28:05.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-07T22:28:05.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-07T22:28:05.468Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-07T22:28:05.744Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-07T22:28:06.718Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.010s [2020-10-07T22:28:06.718Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-07T22:28:06.718Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-07T22:28:06.984Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-07T22:28:07.566Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-07T22:28:07.850Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-07T22:28:08.129Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-07T22:28:08.129Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-07T22:28:08.129Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-07T22:28:10.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements [2020-10-07T22:28:10.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-07T22:28:10.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-07T22:28:10.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-07T22:28:10.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-07T22:28:10.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-07T22:28:14.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.076s coverage: 27.2% of statements [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-07T22:28:14.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-07T22:28:14.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-07T22:28:14.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.032s coverage: 84.0% of statements [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-07T22:28:14.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.320s coverage: 93.5% of statements [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-07T22:28:14.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-07T22:28:15.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.135s coverage: 28.6% of statements [2020-10-07T22:28:15.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-07T22:28:15.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-07T22:28:15.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-07T22:28:15.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-07T22:28:15.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-07T22:28:15.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.029s coverage: 100.0% of statements [2020-10-07T22:28:15.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-07T22:28:15.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements [2020-10-07T22:28:15.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-07T22:28:15.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.033s coverage: 86.7% of statements [2020-10-07T22:28:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-07T22:28:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements [2020-10-07T22:28:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-07T22:28:15.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.018s coverage: 100.0% of statements [2020-10-07T22:28:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-07T22:28:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-07T22:28:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-07T22:28:15.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-07T22:28:16.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.053s coverage: 100.0% of statements [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-07T22:28:16.207Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-07T22:28:16.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-07T22:28:16.806Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.024s coverage: 0.0% of statements [no tests to run] [2020-10-07T22:28:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-07T22:28:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-07T22:28:17.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements [2020-10-07T22:28:17.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-07T22:28:17.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-07T22:28:17.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements [2020-10-07T22:28:18.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.103s coverage: 55.9% of statements [2020-10-07T22:28:18.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-07T22:28:18.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-07T22:28:18.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-07T22:28:18.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.657s coverage: 86.3% of statements [2020-10-07T22:28:20.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.352s coverage: 72.2% of statements [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.103s coverage: 72.1% of statements [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.032s coverage: 48.4% of statements [2020-10-07T22:28:20.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-07T22:28:20.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-07T22:28:20.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements [2020-10-07T22:28:20.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements [2020-10-07T22:28:20.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 31.1% of statements [2020-10-07T22:28:20.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-07T22:28:20.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.113s coverage: 84.1% of statements [2020-10-07T22:28:20.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements [2020-10-07T22:28:20.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements [2020-10-07T22:28:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-07T22:28:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-07T22:28:20.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.031s coverage: 100.0% of statements [2020-10-07T22:28:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-07T22:28:21.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.017s coverage: 83.8% of statements [2020-10-07T22:28:21.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-07T22:28:22.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.046s coverage: 46.0% of statements [2020-10-07T22:28:22.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-07T22:28:22.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-07T22:28:22.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements [2020-10-07T22:28:22.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-07T22:28:22.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-07T22:28:22.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-07T22:28:22.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements [2020-10-07T22:28:22.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-07T22:28:22.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements [2020-10-07T22:28:22.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-07T22:28:23.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.051s coverage: 29.1% of statements [2020-10-07T22:28:23.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-07T22:28:23.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-07T22:28:23.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-07T22:28:23.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-07T22:28:23.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-07T22:28:23.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements [2020-10-07T22:28:23.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-07T22:28:23.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.009s coverage: 100.0% of statements [2020-10-07T22:28:23.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-07T22:28:23.593Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-10-07T22:28:23.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-07T22:28:23.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements [2020-10-07T22:28:23.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-07T22:28:23.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-07T22:28:23.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-07T22:28:23.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-07T22:28:24.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-10-07T22:28:24.131Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-07T22:28:24.131Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-07T22:28:24.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-10-07T22:28:24.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-10-07T22:28:24.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-07T22:28:24.655Z] GO111MODULE=on go vet ./... [2020-10-07T22:28:31.312Z] gofmt -l . [2020-10-07T22:28:31.312Z] [ "`gofmt -l .`" = "" ] [2020-10-07T22:28:31.887Z] ./bin/test-go-mod-tidy.sh [2020-10-07T22:28:32.468Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-07T22:28:34.169Z] + ls -al . [2020-10-07T22:28:34.169Z] total 580 [2020-10-07T22:28:34.169Z] drwxrwxr-x 10 1001 1001 4096 Oct 7 22:28 . [2020-10-07T22:28:34.169Z] drwxr-xr-x 4 root root 30 Oct 7 22:27 .. [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 11 Oct 7 22:25 .dockerignore [2020-10-07T22:28:34.169Z] drwxrwxr-x 8 1001 1001 179 Oct 7 22:25 .git [2020-10-07T22:28:34.169Z] drwxrwxr-x 3 1001 1001 82 Oct 7 22:25 .github [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 932 Oct 7 22:25 .gitignore [2020-10-07T22:28:34.169Z] drwx------ 3 1001 1001 47 Oct 7 22:26 .semver [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 166 Oct 7 22:25 .sonarcloud.properties [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 3804 Oct 7 22:25 CONTRIBUTING.md [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 1035 Oct 7 22:25 Dockerfile.build [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 863 Oct 7 22:25 Jenkinsfile [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 10775 Oct 7 22:25 LICENSE [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 6237 Oct 7 22:25 Makefile [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 6447 Oct 7 22:25 README.md [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 259 Oct 7 22:25 SECURITY.md [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 5 Oct 7 22:26 VERSION [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 4131 Oct 7 22:25 ZMQWindows.md [2020-10-07T22:28:34.169Z] drwxrwxr-x 2 1001 1001 117 Oct 7 22:25 bin [2020-10-07T22:28:34.169Z] drwxrwxr-x 15 1001 1001 4096 Oct 7 22:25 cmd [2020-10-07T22:28:34.169Z] -rw-r--r-- 1 root root 484295 Oct 7 22:28 coverage.out [2020-10-07T22:28:34.169Z] -rw-r--r-- 1 root root 984 Oct 7 22:28 go.mod [2020-10-07T22:28:34.169Z] -rw-r--r-- 1 root root 18767 Oct 7 22:28 go.sum [2020-10-07T22:28:34.169Z] drwxrwxr-x 8 1001 1001 127 Oct 7 22:25 internal [2020-10-07T22:28:34.169Z] drwxrwxr-x 4 1001 1001 26 Oct 7 22:25 openapi [2020-10-07T22:28:34.169Z] drwxrwxr-x 4 1001 1001 71 Oct 7 22:25 snap [2020-10-07T22:28:34.169Z] -rw-rw-r-- 1 1001 1001 168 Oct 7 22:25 version.go [Pipeline] sh [2020-10-07T22:28:34.471Z] + '[' -e coverage.out ] [2020-10-07T22:28:34.471Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-07T22:28:34.632Z] Stashed 1 file(s) [Pipeline] sh [2020-10-07T22:28:34.935Z] + make build [2020-10-07T22:28:34.935Z] 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-07T22:28:43.170Z] 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-07T22:28:47.401Z] 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-07T22:28:48.350Z] 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-07T22:28:49.742Z] 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-07T22:28:51.305Z] 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-07T22:28:51.305Z] 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-07T22:28:52.795Z] 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-07T22:28:54.191Z] 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-07T22:28:54.388Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4002 in /w/workspace/edgexfoundry_edgex-go_PR-2745 [Pipeline] { [Pipeline] ws [2020-10-07T22:28:54.461Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2020-10-07T22:28:55.144Z] 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-07T22:28:56.547Z] 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-07T22:28:57.492Z] 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-07T22:28:58.449Z] 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-07T22:28:59.394Z] using credential edgex-jenkins-ssh [Pipeline] } [2020-10-07T22:28:59.418Z] $ docker stop --time=1 3217e99ff0b0e13a011afd3cc2547feb982b84e3c5822198855446f2e22b78b0 [2020-10-07T22:28:59.458Z] Cloning the remote Git repository [2020-10-07T22:28:59.520Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-07T22:28:59.626Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-10-07T22:28:59.697Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T22:28:59.697Z] > git --version # timeout=10 [2020-10-07T22:28:59.722Z] > git --version # 'git version 2.17.1' [2020-10-07T22:28:59.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T22:28:59.800Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T22:29:02.043Z] $ docker rm -f 3217e99ff0b0e13a011afd3cc2547feb982b84e3c5822198855446f2e22b78b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:29:05.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T22:29:05.503Z] [2020-10-07T22:29:05.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:29:05.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T22:29:05.852Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-07T22:29:05.852Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-07T22:29:05.852Z] ca9280d653b3: Pulling fs layer [2020-10-07T22:29:05.852Z] 7e9c9ca2126c: Pulling fs layer [2020-10-07T22:29:06.799Z] cbdbe7a5bc2a: Download complete [2020-10-07T22:29:06.799Z] ca9280d653b3: Verifying Checksum [2020-10-07T22:29:06.799Z] ca9280d653b3: Download complete [2020-10-07T22:29:06.799Z] cbdbe7a5bc2a: Pull complete [2020-10-07T22:29:07.749Z] ca9280d653b3: Pull complete [2020-10-07T22:29:08.014Z] 7e9c9ca2126c: Download complete [2020-10-07T22:29:14.614Z] 7e9c9ca2126c: Pull complete [2020-10-07T22:29:14.614Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-07T22:29:14.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T22:29:14.614Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-07T22:29:14.720Z] prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container [2020-10-07T22:29:14.769Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-07T22:29:17.548Z] $ docker top 37772609bf9f0ea617f8feb238893a79a27645598d7dd72d20c7a04c7b15a903 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T22:29:17.888Z] Merging remotes/origin/master commit b4582357413508f2f36d1dfa013bd47b50456323 into PR head commit e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:29:18.054Z] + docker-compose build --help [2020-10-07T22:29:18.054Z] + grep parallel [2020-10-07T22:29:18.406Z] Merge succeeded, producing e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:29:18.407Z] Checking out Revision e7d33ce615d2a26cab675e98b3d2ee4996853fd4 (PR-2745) [2020-10-07T22:29:17.177Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-07T22:29:17.193Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T22:29:17.232Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-07T22:29:17.264Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T22:29:17.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T22:29:17.277Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2745/head:refs/remotes/origin/PR-2745 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-07T22:29:17.909Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T22:29:17.970Z] > git checkout -f e7d33ce615d2a26cab675e98b3d2ee4996853fd4 # timeout=10 [2020-10-07T22:29:18.306Z] > git remote # timeout=10 [2020-10-07T22:29:18.332Z] > git config --get remote.origin.url # timeout=10 [2020-10-07T22:29:18.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T22:29:18.365Z] > git merge b4582357413508f2f36d1dfa013bd47b50456323 # timeout=10 [2020-10-07T22:29:18.391Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-07T22:29:18.415Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T22:29:18.430Z] > git checkout -f e7d33ce615d2a26cab675e98b3d2ee4996853fd4 # timeout=10 [2020-10-07T22:29:19.000Z] --parallel Build images in parallel. [Pipeline] } [2020-10-07T22:29:19.019Z] $ docker stop --time=1 37772609bf9f0ea617f8feb238893a79a27645598d7dd72d20c7a04c7b15a903 [2020-10-07T22:29:20.345Z] $ docker rm -f 37772609bf9f0ea617f8feb238893a79a27645598d7dd72d20c7a04c7b15a903 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:29:20.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T22:29:20.968Z] . [Pipeline] withDockerContainer [2020-10-07T22:29:21.064Z] prd-centos7-docker-4c-2g-4001 does not seem to be running inside a container [2020-10-07T22:29:21.115Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-07T22:29:21.769Z] $ docker top 9816d35d81901d1be05303ae93b168b36466227225ee94279e522266b639ca95 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T22:29:22.276Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-07T22:29:22.915Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.23" [2020-10-07T22:29:23.221Z] Building docker-core-command-go ... [2020-10-07T22:29:23.221Z] Building docker-core-data-go ... [2020-10-07T22:29:23.221Z] Building docker-core-metadata-go ... [2020-10-07T22:29:23.221Z] Building docker-security-proxy-setup-go ... [2020-10-07T22:29:23.221Z] Building docker-security-secrets-setup-go ... [2020-10-07T22:29:23.221Z] Building docker-security-secretstore-setup-go ... [2020-10-07T22:29:23.221Z] Building docker-support-logging-go ... [2020-10-07T22:29:23.221Z] Building docker-support-notifications-go ... [2020-10-07T22:29:23.221Z] Building docker-support-scheduler-go ... [2020-10-07T22:29:23.221Z] Building docker-sys-mgmt-agent-go ... [2020-10-07T22:29:23.221Z] Building docker-support-scheduler-go [2020-10-07T22:29:23.221Z] Building docker-core-command-go [2020-10-07T22:29:23.221Z] Building docker-security-secretstore-setup-go [2020-10-07T22:29:23.221Z] Building docker-security-proxy-setup-go [2020-10-07T22:29:23.221Z] Building docker-support-notifications-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-07T22:29:35.948Z] ========================================================= [2020-10-07T22:29:35.948Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-07T22:29:35.948Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:29:36.921Z] + 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-07T22:29:41.234Z] Sending build context to Docker daemon 324.8MB [2020-10-07T22:29:41.234Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T22:29:41.234Z] Step 2/7 : FROM ${BASE} [2020-10-07T22:29:41.234Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-07T22:29:41.509Z] b538f80385f9: Pulling fs layer [2020-10-07T22:29:41.509Z] 74f711af9a0d: Pulling fs layer [2020-10-07T22:29:41.509Z] 99f96fe45779: Pulling fs layer [2020-10-07T22:29:41.509Z] 8529a6b9a6be: Pulling fs layer [2020-10-07T22:29:41.509Z] 45590311c82a: Pulling fs layer [2020-10-07T22:29:41.509Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-07T22:29:41.509Z] 209524e5b208: Pulling fs layer [2020-10-07T22:29:41.509Z] 69ca0ff8b7b3: Waiting [2020-10-07T22:29:41.509Z] 8529a6b9a6be: Waiting [2020-10-07T22:29:41.509Z] 45590311c82a: Waiting [2020-10-07T22:29:41.509Z] 99f96fe45779: Verifying Checksum [2020-10-07T22:29:41.509Z] 99f96fe45779: Download complete [2020-10-07T22:29:41.509Z] 74f711af9a0d: Verifying Checksum [2020-10-07T22:29:41.509Z] 74f711af9a0d: Download complete [2020-10-07T22:29:41.509Z] 45590311c82a: Download complete [2020-10-07T22:29:41.509Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-07T22:29:41.509Z] 69ca0ff8b7b3: Download complete [2020-10-07T22:29:41.509Z] b538f80385f9: Verifying Checksum [2020-10-07T22:29:41.509Z] b538f80385f9: Download complete [2020-10-07T22:29:42.108Z] b538f80385f9: Pull complete [2020-10-07T22:29:42.713Z] 74f711af9a0d: Pull complete [2020-10-07T22:29:42.994Z] 99f96fe45779: Pull complete [2020-10-07T22:29:43.974Z] 209524e5b208: Verifying Checksum [2020-10-07T22:29:43.974Z] 209524e5b208: Download complete [2020-10-07T22:29:45.411Z] 8529a6b9a6be: Verifying Checksum [2020-10-07T22:29:45.411Z] 8529a6b9a6be: Download complete [2020-10-07T22:29:55.448Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:29:55.448Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:29:55.448Z] ---> 0f6ef36e2f5f [2020-10-07T22:29:55.448Z] Step 3/21 : WORKDIR /edgex-go [2020-10-07T22:29:55.448Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:29:55.448Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:29:55.448Z] ---> 0f6ef36e2f5f [2020-10-07T22:29:55.448Z] Step 3/20 : WORKDIR /edgex-go [2020-10-07T22:29:55.448Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:29:55.448Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:29:55.448Z] ---> 0f6ef36e2f5f [2020-10-07T22:29:55.448Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T22:29:55.448Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:29:55.448Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:29:55.448Z] ---> 0f6ef36e2f5f [2020-10-07T22:29:55.448Z] Step 3/26 : WORKDIR /edgex-go [2020-10-07T22:29:55.448Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:29:55.448Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:29:55.448Z] ---> 0f6ef36e2f5f [2020-10-07T22:29:55.448Z] Step 3/24 : WORKDIR /edgex-go [2020-10-07T22:29:55.448Z] ---> Running in 7924b7803abb [2020-10-07T22:29:55.448Z] ---> Running in 731db2f16a58 [2020-10-07T22:29:55.448Z] ---> Running in cabadc4caf65 [2020-10-07T22:29:55.448Z] ---> Running in 465b0e6ddae7 [2020-10-07T22:29:55.448Z] ---> Running in 8fe3b91f56d3 [2020-10-07T22:29:55.448Z] Removing intermediate container 465b0e6ddae7 [2020-10-07T22:29:55.448Z] ---> 83c08baf9581 [2020-10-07T22:29:55.448Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:29:55.448Z] Removing intermediate container 8fe3b91f56d3 [2020-10-07T22:29:55.448Z] ---> 90a883b63284 [2020-10-07T22:29:55.448Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:29:55.448Z] Removing intermediate container 731db2f16a58 [2020-10-07T22:29:55.448Z] ---> 58a603a2132b [2020-10-07T22:29:55.448Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:29:55.448Z] Removing intermediate container 7924b7803abb [2020-10-07T22:29:55.448Z] ---> 3ebca925121b [2020-10-07T22:29:55.448Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:29:55.448Z] ---> Running in 9344293766e5 [2020-10-07T22:29:55.448Z] Removing intermediate container cabadc4caf65 [2020-10-07T22:29:55.448Z] ---> 109320c06154 [2020-10-07T22:29:55.448Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:29:55.448Z] ---> Running in 49db34ae12c4 [2020-10-07T22:29:55.448Z] ---> Running in 210f93c44718 [2020-10-07T22:29:55.448Z] ---> Running in 159abb393ddd [2020-10-07T22:29:55.448Z] ---> Running in efcf067d946b [2020-10-07T22:29:55.448Z] Removing intermediate container 49db34ae12c4 [2020-10-07T22:29:55.448Z] ---> 50643b872a8a [2020-10-07T22:29:55.448Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T22:29:55.448Z] Removing intermediate container 9344293766e5 [2020-10-07T22:29:55.448Z] ---> f4876f65ef44 [2020-10-07T22:29:55.448Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-07T22:29:55.448Z] ---> Running in 8332cb5c294c [2020-10-07T22:29:55.448Z] ---> Running in afc3f95cccd9 [2020-10-07T22:29:55.721Z] Removing intermediate container 210f93c44718 [2020-10-07T22:29:55.722Z] ---> dcc9f460457b [2020-10-07T22:29:55.722Z] Step 5/26 : RUN apk update && apk add make git [2020-10-07T22:29:55.722Z] ---> Running in f449db8ff85f [2020-10-07T22:29:55.987Z] Removing intermediate container efcf067d946b [2020-10-07T22:29:55.987Z] ---> 8e84b0a8d1db [2020-10-07T22:29:55.987Z] Step 5/21 : RUN apk update && apk add make git [2020-10-07T22:29:55.987Z] Removing intermediate container 159abb393ddd [2020-10-07T22:29:55.987Z] ---> 87abff151f0c [2020-10-07T22:29:55.987Z] Step 5/20 : RUN apk update && apk add make git [2020-10-07T22:29:55.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:56.251Z] ---> Running in aac94129461d [2020-10-07T22:29:56.251Z] ---> Running in 7562c066e50c [2020-10-07T22:29:56.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:56.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:56.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:56.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:57.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:57.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:57.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:57.575Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:29:57.575Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:29:57.575Z] OK: 12752 distinct packages available [2020-10-07T22:29:57.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:57.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:29:57.824Z] 8529a6b9a6be: Pull complete [2020-10-07T22:29:57.824Z] 45590311c82a: Pull complete [2020-10-07T22:29:57.824Z] 69ca0ff8b7b3: Pull complete [2020-10-07T22:29:57.845Z] OK: 233 MiB in 51 packages [2020-10-07T22:29:57.845Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:29:57.845Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:29:57.845Z] OK: 12752 distinct packages available [2020-10-07T22:29:57.845Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:29:57.845Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:29:57.845Z] OK: 12752 distinct packages available [2020-10-07T22:29:58.122Z] OK: 233 MiB in 51 packages [2020-10-07T22:29:58.122Z] OK: 233 MiB in 51 packages [2020-10-07T22:29:58.122Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:29:58.122Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:29:58.122Z] OK: 12752 distinct packages available [2020-10-07T22:29:58.400Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:29:58.400Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:29:58.400Z] OK: 12752 distinct packages available [2020-10-07T22:29:58.400Z] Removing intermediate container afc3f95cccd9 [2020-10-07T22:29:58.400Z] ---> 450db94fe485 [2020-10-07T22:29:58.400Z] Step 6/24 : COPY go.mod . [2020-10-07T22:29:58.400Z] OK: 233 MiB in 51 packages [2020-10-07T22:29:58.400Z] OK: 233 MiB in 51 packages [2020-10-07T22:29:58.667Z] ---> ddd33040efc2 [2020-10-07T22:29:58.667Z] Step 7/24 : RUN go mod download [2020-10-07T22:29:58.940Z] ---> Running in 5a39d647c550 [2020-10-07T22:29:58.940Z] Removing intermediate container 8332cb5c294c [2020-10-07T22:29:58.940Z] ---> 1bddc42ad75d [2020-10-07T22:29:58.940Z] Step 6/22 : COPY go.mod . [2020-10-07T22:29:59.204Z] Removing intermediate container f449db8ff85f [2020-10-07T22:29:59.205Z] ---> e4257b55f1e5 [2020-10-07T22:29:59.205Z] Step 6/26 : COPY go.mod . [2020-10-07T22:29:59.470Z] Removing intermediate container aac94129461d [2020-10-07T22:29:59.470Z] ---> ad9246c237f5 [2020-10-07T22:29:59.470Z] Step 6/21 : COPY go.mod . [2020-10-07T22:29:59.470Z] ---> e26a4f90e0ad [2020-10-07T22:29:59.470Z] Step 7/22 : RUN go mod download [2020-10-07T22:29:59.470Z] ---> b619d697db08 [2020-10-07T22:29:59.470Z] Step 7/26 : RUN go mod download [2020-10-07T22:29:59.735Z] Removing intermediate container 7562c066e50c [2020-10-07T22:29:59.735Z] ---> 611456f2ff75 [2020-10-07T22:29:59.735Z] Step 6/20 : COPY go.mod . [2020-10-07T22:29:59.735Z] ---> Running in b5b91dbeee5f [2020-10-07T22:29:59.735Z] ---> Running in 92205ca6ef8b [2020-10-07T22:29:59.997Z] ---> c2b98a24b1a8 [2020-10-07T22:29:59.997Z] Step 7/21 : RUN go mod download [2020-10-07T22:29:59.997Z] ---> Running in c2ca6af65e79 [2020-10-07T22:29:59.997Z] ---> 5f8a07ce11a9 [2020-10-07T22:29:59.997Z] Step 7/20 : RUN go mod download [2020-10-07T22:30:00.271Z] ---> Running in faeef021aaf9 [2020-10-07T22:30:00.487Z] 209524e5b208: Pull complete [2020-10-07T22:30:00.487Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-07T22:30:00.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-07T22:30:00.487Z] ---> 5bddaf1c2fca [2020-10-07T22:30:00.487Z] 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-07T22:30:01.251Z] Removing intermediate container 5a39d647c550 [2020-10-07T22:30:01.251Z] ---> 0575737d882e [2020-10-07T22:30:01.251Z] Step 8/24 : COPY . . [2020-10-07T22:30:03.422Z] Removing intermediate container b5b91dbeee5f [2020-10-07T22:30:03.422Z] ---> a3f9629e83b6 [2020-10-07T22:30:03.422Z] Step 8/22 : COPY . . [2020-10-07T22:30:03.915Z] ---> Running in 13534490893a [2020-10-07T22:30:05.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:30:06.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:30:07.476Z] (1/12) Installing libmagic (5.38-r0) [2020-10-07T22:30:07.476Z] (2/12) Installing file (5.38-r0) [2020-10-07T22:30:07.476Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-07T22:30:07.747Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-07T22:30:09.073Z] Removing intermediate container c2ca6af65e79 [2020-10-07T22:30:09.073Z] ---> 84c22612e1d8 [2020-10-07T22:30:09.073Z] Step 8/21 : COPY . . [2020-10-07T22:30:11.116Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-07T22:30:11.116Z] (6/12) Installing patch (2.7.6-r6) [2020-10-07T22:30:11.117Z] (7/12) Installing build-base (0.5-r2) [2020-10-07T22:30:11.117Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-07T22:30:11.387Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-07T22:30:11.387Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-07T22:30:11.387Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-07T22:30:11.658Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-07T22:30:11.658Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:30:11.658Z] OK: 217 MiB in 51 packages [2020-10-07T22:30:13.319Z] Removing intermediate container faeef021aaf9 [2020-10-07T22:30:13.319Z] ---> d118e6ed5d5c [2020-10-07T22:30:13.319Z] Step 8/20 : COPY . . [2020-10-07T22:30:13.319Z] Removing intermediate container 92205ca6ef8b [2020-10-07T22:30:13.319Z] ---> 663e3a99462c [2020-10-07T22:30:13.319Z] Step 8/26 : COPY . . [2020-10-07T22:30:15.981Z] Removing intermediate container 13534490893a [2020-10-07T22:30:15.981Z] ---> 943c9ab6ea86 [2020-10-07T22:30:15.981Z] Step 4/7 : WORKDIR /edgex-go [2020-10-07T22:30:15.981Z] ---> Running in efc0e85511d6 [2020-10-07T22:30:16.254Z] Removing intermediate container efc0e85511d6 [2020-10-07T22:30:16.254Z] ---> c0394ac565e9 [2020-10-07T22:30:16.254Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-07T22:30:16.527Z] latest: Pulling from library/docker [2020-10-07T22:30:16.799Z] b538f80385f9: Already exists [2020-10-07T22:30:16.800Z] 259a493cd78d: Pulling fs layer [2020-10-07T22:30:16.800Z] b8e66b5100f5: Pulling fs layer [2020-10-07T22:30:16.800Z] 7f8258a56ab6: Pulling fs layer [2020-10-07T22:30:16.800Z] 75a0a0ebb566: Pulling fs layer [2020-10-07T22:30:16.800Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-07T22:30:16.800Z] 294320357d30: Pulling fs layer [2020-10-07T22:30:16.800Z] 75a0a0ebb566: Waiting [2020-10-07T22:30:16.800Z] 4a2c62f0a2a3: Waiting [2020-10-07T22:30:16.800Z] 294320357d30: Waiting [2020-10-07T22:30:17.075Z] b8e66b5100f5: Verifying Checksum [2020-10-07T22:30:17.075Z] b8e66b5100f5: Download complete [2020-10-07T22:30:17.075Z] 259a493cd78d: Verifying Checksum [2020-10-07T22:30:17.075Z] 259a493cd78d: Download complete [2020-10-07T22:30:17.075Z] 75a0a0ebb566: Download complete [2020-10-07T22:30:17.075Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-07T22:30:17.075Z] 4a2c62f0a2a3: Download complete [2020-10-07T22:30:17.354Z] 294320357d30: Verifying Checksum [2020-10-07T22:30:17.354Z] 294320357d30: Download complete [2020-10-07T22:30:17.632Z] 259a493cd78d: Pull complete [2020-10-07T22:30:18.236Z] b8e66b5100f5: Pull complete [2020-10-07T22:30:18.511Z] 7f8258a56ab6: Verifying Checksum [2020-10-07T22:30:18.511Z] 7f8258a56ab6: Download complete [2020-10-07T22:30:21.903Z] 7f8258a56ab6: Pull complete [2020-10-07T22:30:22.179Z] 75a0a0ebb566: Pull complete [2020-10-07T22:30:22.452Z] 4a2c62f0a2a3: Pull complete [2020-10-07T22:30:22.726Z] 294320357d30: Pull complete [2020-10-07T22:30:22.726Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-07T22:30:22.726Z] Status: Downloaded newer image for docker:latest [2020-10-07T22:30:26.116Z] ---> acd50cf5c9cc [2020-10-07T22:30:26.116Z] Step 6/7 : COPY go.mod . [2020-10-07T22:30:26.712Z] ---> f45d1e03197b [2020-10-07T22:30:26.712Z] Step 7/7 : RUN go mod download [2020-10-07T22:30:27.003Z] ---> Running in 2c23fa97f1c6 [2020-10-07T22:30:35.376Z] ---> 5369b97a598a [2020-10-07T22:30:35.376Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-07T22:30:37.535Z] ---> Running in 40575188a8b2 [2020-10-07T22:30:38.514Z] ---> 9d7df6ad76f7 [2020-10-07T22:30:38.514Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-07T22:30:41.846Z] ---> Running in cc0b26eb4217 [2020-10-07T22:30:42.802Z] 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-07T22:30:42.802Z] 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-07T22:30:44.212Z] ---> 7cd7b555e2e7 [2020-10-07T22:30:44.212Z] 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-07T22:30:44.212Z] ---> 70d7984978b3 [2020-10-07T22:30:44.212Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-07T22:30:44.212Z] ---> a5e6565bfcc5 [2020-10-07T22:30:44.212Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-07T22:30:44.483Z] ---> Running in a5a69f14dfc0 [2020-10-07T22:30:44.483Z] ---> Running in 5424819886e5 [2020-10-07T22:30:44.483Z] ---> Running in b8152a3777db [2020-10-07T22:30:45.458Z] 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-07T22:30:45.723Z] 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-07T22:30:45.723Z] 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-07T22:30:53.821Z] Removing intermediate container 2c23fa97f1c6 [2020-10-07T22:30:53.821Z] ---> 0683aebbe8ad [2020-10-07T22:30:53.821Z] Successfully built 0683aebbe8ad [2020-10-07T22:30:53.821Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:30:54.240Z] + docker inspect -f . ci-base-image-arm64 [2020-10-07T22:30:54.240Z] . [Pipeline] withDockerContainer [2020-10-07T22:30:54.522Z] prd-ubuntu18.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container [2020-10-07T22:30:54.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-07T22:30:56.546Z] $ docker top dbeb6793de25431320d709f8ba2ad6e60f66a6d6e269a57c89166e203d909d0c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T22:30:57.979Z] + go version [2020-10-07T22:30:57.979Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-07T22:30:58.003Z] $ docker stop --time=1 dbeb6793de25431320d709f8ba2ad6e60f66a6d6e269a57c89166e203d909d0c [2020-10-07T22:30:59.975Z] $ docker rm -f dbeb6793de25431320d709f8ba2ad6e60f66a6d6e269a57c89166e203d909d0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:31:01.139Z] + docker inspect -f . ci-base-image-arm64 [2020-10-07T22:31:01.139Z] . [Pipeline] withDockerContainer [2020-10-07T22:31:01.455Z] prd-ubuntu18.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container [2020-10-07T22:31:01.564Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-07T22:31:03.015Z] $ docker top e214f779b4ce59c3f3ad5cf67cdc7778136fcf2983fbd7696406e1fc3a3350d5 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-07T22:31:03.444Z] ========================================================= [2020-10-07T22:31:03.444Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-07T22:31:03.444Z] ========================================================= [Pipeline] sh [2020-10-07T22:31:04.108Z] + make test [2020-10-07T22:31:04.108Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-07T22:31:07.512Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-07T22:31:12.429Z] 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-07T22:31:15.035Z] 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-07T22:31:15.325Z] Removing intermediate container 5424819886e5 [2020-10-07T22:31:15.325Z] ---> b89ddca71bbf [2020-10-07T22:31:15.325Z] [2020-10-07T22:31:15.325Z] Step 10/20 : FROM alpine [2020-10-07T22:31:15.604Z] latest: Pulling from library/alpine [2020-10-07T22:31:17.556Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-07T22:31:17.556Z] Removing intermediate container 40575188a8b2 [2020-10-07T22:31:17.556Z] ---> 8727eddcb4c7 [2020-10-07T22:31:17.556Z] [2020-10-07T22:31:17.556Z] Step 10/22 : FROM scratch [2020-10-07T22:31:17.556Z] ---> [2020-10-07T22:31:17.556Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T22:31:17.556Z] Status: Downloaded newer image for alpine:latest [2020-10-07T22:31:17.556Z] ---> a24bb4013296 [2020-10-07T22:31:17.556Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-07T22:31:19.086Z] ---> Running in 863ef10b4b76 [2020-10-07T22:31:19.086Z] Removing intermediate container cc0b26eb4217 [2020-10-07T22:31:19.086Z] ---> 393309f2fca2 [2020-10-07T22:31:19.086Z] [2020-10-07T22:31:19.086Z] Step 10/24 : FROM scratch [2020-10-07T22:31:19.086Z] ---> [2020-10-07T22:31:19.086Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T22:31:19.086Z] ---> Running in 2453d2a74132 [2020-10-07T22:31:19.372Z] ---> Running in d1871472cf15 [2020-10-07T22:31:19.372Z] Removing intermediate container 863ef10b4b76 [2020-10-07T22:31:19.372Z] ---> e2a0598c4135 [2020-10-07T22:31:19.372Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-07T22:31:21.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:31:21.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:31:21.901Z] ---> Running in 9c98711fbdcb [2020-10-07T22:31:21.901Z] Removing intermediate container a5a69f14dfc0 [2020-10-07T22:31:21.901Z] ---> 544ee63296e7 [2020-10-07T22:31:21.901Z] [2020-10-07T22:31:21.901Z] Step 10/26 : FROM alpine:3.10 [2020-10-07T22:31:21.901Z] Removing intermediate container d1871472cf15 [2020-10-07T22:31:21.901Z] ---> fb29991953ee [2020-10-07T22:31:21.901Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-07T22:31:22.660Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:31:22.660Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:31:22.660Z] OK: 12750 distinct packages available [2020-10-07T22:31:22.660Z] ---> Running in a1a772784753 [2020-10-07T22:31:22.660Z] Removing intermediate container b8152a3777db [2020-10-07T22:31:22.660Z] ---> 6d957c8c51e3 [2020-10-07T22:31:22.660Z] [2020-10-07T22:31:22.660Z] Step 10/21 : FROM scratch [2020-10-07T22:31:22.660Z] ---> [2020-10-07T22:31:22.660Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T22:31:22.660Z] ---> Using cache [2020-10-07T22:31:22.660Z] ---> e2a0598c4135 [2020-10-07T22:31:22.660Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-07T22:31:22.660Z] Removing intermediate container 9c98711fbdcb [2020-10-07T22:31:22.660Z] ---> 9235d329d988 [2020-10-07T22:31:22.660Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T22:31:22.660Z] ---> Running in e67847bc7f3e [2020-10-07T22:31:22.660Z] ---> Running in dc9e9b88ff59 [2020-10-07T22:31:22.660Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-07T22:31:22.660Z] Removing intermediate container a1a772784753 [2020-10-07T22:31:22.660Z] ---> 6cc25bcb2f6b [2020-10-07T22:31:22.660Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-07T22:31:22.660Z] 3.10: Pulling from library/alpine [2020-10-07T22:31:22.660Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T22:31:22.660Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-07T22:31:22.660Z] (4/4) Installing curl (7.69.1-r1) [2020-10-07T22:31:22.660Z] ---> Running in 8bdd51b9a83f [2020-10-07T22:31:22.660Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:31:23.198Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T22:31:23.198Z] Removing intermediate container e67847bc7f3e [2020-10-07T22:31:23.198Z] ---> 3bec800d40b6 [2020-10-07T22:31:23.198Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-07T22:31:23.198Z] OK: 7 MiB in 18 packages [2020-10-07T22:31:23.198Z] Removing intermediate container dc9e9b88ff59 [2020-10-07T22:31:23.198Z] ---> ed11ec2e4a8a [2020-10-07T22:31:23.198Z] Step 14/22 : WORKDIR / [2020-10-07T22:31:23.198Z] ---> Running in cd6c38d4eff6 [2020-10-07T22:31:23.198Z] Removing intermediate container 8bdd51b9a83f [2020-10-07T22:31:23.198Z] ---> f769307f9f71 [2020-10-07T22:31:23.198Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-07T22:31:23.198Z] ---> Running in fa539e52a4cd [2020-10-07T22:31:23.198Z] Removing intermediate container cd6c38d4eff6 [2020-10-07T22:31:23.198Z] ---> 702287274e75 [2020-10-07T22:31:23.198Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-07T22:31:24.109Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-07T22:31:24.109Z] ---> c457156efc8d [2020-10-07T22:31:24.109Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-07T22:31:24.522Z] Status: Downloaded newer image for alpine:3.10 [2020-10-07T22:31:24.522Z] ---> be4e4bea2c2e [2020-10-07T22:31:24.522Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-07T22:31:24.522Z] ---> 4982849bf741 [2020-10-07T22:31:24.523Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-07T22:31:24.523Z] Removing intermediate container fa539e52a4cd [2020-10-07T22:31:24.523Z] ---> 8899bf43b014 [2020-10-07T22:31:24.523Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-07T22:31:25.440Z] ---> Running in 1e108cbec3c8 [2020-10-07T22:31:25.440Z] Removing intermediate container 2453d2a74132 [2020-10-07T22:31:25.440Z] ---> 3888b04e3b25 [2020-10-07T22:31:25.440Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T22:31:25.440Z] ---> b91876f4f166 [2020-10-07T22:31:25.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-07T22:31:25.862Z] ---> 0202c66c9f4d [2020-10-07T22:31:25.862Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-07T22:31:25.862Z] ---> Running in 428828d13268 [2020-10-07T22:31:25.862Z] ---> e77b11a2e2cf [2020-10-07T22:31:25.862Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-07T22:31:26.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:31:26.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:31:26.913Z] ---> 29eeb1ad12ce [2020-10-07T22:31:26.913Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-07T22:31:26.913Z] ---> 2f785b70831e [2020-10-07T22:31:26.913Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-07T22:31:26.913Z] ---> fc732ebb9352 [2020-10-07T22:31:26.913Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-07T22:31:26.913Z] Removing intermediate container 428828d13268 [2020-10-07T22:31:26.913Z] ---> 533baf889944 [2020-10-07T22:31:26.913Z] Step 13/20 : WORKDIR /edgex [2020-10-07T22:31:26.913Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-07T22:31:26.913Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-07T22:31:26.913Z] OK: 10346 distinct packages available [2020-10-07T22:31:26.913Z] ---> Running in 484b7d45789a [2020-10-07T22:31:26.913Z] ---> Running in 889b153ba50e [2020-10-07T22:31:27.424Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-07T22:31:27.424Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-07T22:31:27.424Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-07T22:31:27.424Z] (4/5) Installing curl (7.66.0-r1) [2020-10-07T22:31:27.424Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-07T22:31:27.424Z] Executing busybox-1.30.1-r3.trigger [2020-10-07T22:31:27.424Z] Executing ca-certificates-20191127-r2.trigger [2020-10-07T22:31:27.424Z] OK: 7 MiB in 19 packages [2020-10-07T22:31:27.757Z] ---> 8af51511bb08 [2020-10-07T22:31:27.757Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-07T22:31:27.757Z] ---> 0df7cacb54c4 [2020-10-07T22:31:27.757Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-07T22:31:27.757Z] Removing intermediate container 484b7d45789a [2020-10-07T22:31:27.757Z] ---> 3ea219226cee [2020-10-07T22:31:27.757Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:31:27.757Z] ---> Running in 71f2de281ed9 [2020-10-07T22:31:28.033Z] Removing intermediate container 889b153ba50e [2020-10-07T22:31:28.033Z] ---> 89e666cd16a4 [2020-10-07T22:31:28.033Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-07T22:31:28.033Z] ---> Running in bf134c633681 [2020-10-07T22:31:29.056Z] Removing intermediate container 71f2de281ed9 [2020-10-07T22:31:29.056Z] ---> 7cdee0742493 [2020-10-07T22:31:29.056Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:31:29.056Z] Removing intermediate container 1e108cbec3c8 [2020-10-07T22:31:29.056Z] ---> 98adf2edcde2 [2020-10-07T22:31:29.056Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T22:31:29.056Z] ---> f520d09b8101 [2020-10-07T22:31:29.056Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-07T22:31:29.056Z] Removing intermediate container bf134c633681 [2020-10-07T22:31:29.056Z] ---> 4a25d78b648f [2020-10-07T22:31:29.056Z] Step 19/21 : LABEL arch=x86_64 [2020-10-07T22:31:29.056Z] ---> Running in dd23788db490 [2020-10-07T22:31:29.056Z] ---> e89f07a60c21 [2020-10-07T22:31:29.056Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-07T22:31:29.056Z] ---> Running in 89b8ca063bc6 [2020-10-07T22:31:29.335Z] ---> Running in 81836ad9fb4b [2020-10-07T22:31:29.335Z] Removing intermediate container dd23788db490 [2020-10-07T22:31:29.335Z] ---> 2541ed40fc7c [2020-10-07T22:31:29.335Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T22:31:29.631Z] ---> Running in 76d8e385b665 [2020-10-07T22:31:29.631Z] Removing intermediate container 89b8ca063bc6 [2020-10-07T22:31:29.631Z] ---> 7a18a812f42a [2020-10-07T22:31:29.631Z] Step 13/26 : WORKDIR / [2020-10-07T22:31:29.631Z] Removing intermediate container 81836ad9fb4b [2020-10-07T22:31:29.631Z] ---> 1b61a1b1d938 [2020-10-07T22:31:29.631Z] Step 20/21 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:31:29.631Z] ---> 6d144b8ae105 [2020-10-07T22:31:29.631Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-07T22:31:29.631Z] ---> 69fd07e27867 [2020-10-07T22:31:29.631Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-07T22:31:29.923Z] ---> Running in 54213ac73567 [2020-10-07T22:31:29.923Z] ---> Running in 7ac3793a2519 [2020-10-07T22:31:29.923Z] ---> Running in 650a72372e38 [2020-10-07T22:31:29.923Z] ---> Running in f83b1d740fda [2020-10-07T22:31:29.923Z] Removing intermediate container 76d8e385b665 [2020-10-07T22:31:29.923Z] ---> 424d101b316a [2020-10-07T22:31:29.923Z] Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:31:30.189Z] ---> Running in 0222692a5def [2020-10-07T22:31:30.189Z] Removing intermediate container 7ac3793a2519 [2020-10-07T22:31:30.189Z] ---> 078eb8f9330e [2020-10-07T22:31:30.189Z] Step 21/21 : LABEL version=0.0.0 [2020-10-07T22:31:30.189Z] Removing intermediate container f83b1d740fda [2020-10-07T22:31:30.189Z] ---> 113ba72b438d [2020-10-07T22:31:30.189Z] Step 17/20 : CMD ["--init=true"] [2020-10-07T22:31:30.485Z] Removing intermediate container 54213ac73567 [2020-10-07T22:31:30.485Z] ---> 06666d9c547b [2020-10-07T22:31:30.485Z] 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-07T22:31:30.485Z] Removing intermediate container 650a72372e38 [2020-10-07T22:31:30.485Z] ---> b8b23d9da7a3 [2020-10-07T22:31:30.485Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:31:30.768Z] ---> Running in 5bf874f83049 [2020-10-07T22:31:30.768Z] ---> Running in 316e95f03d6b [2020-10-07T22:31:30.768Z] ---> Running in 5c311fc0fd97 [2020-10-07T22:31:30.768Z] Removing intermediate container 0222692a5def [2020-10-07T22:31:30.768Z] ---> 659c53ac6f23 [2020-10-07T22:31:30.768Z] Step 22/22 : LABEL version=0.0.0 [2020-10-07T22:31:31.033Z] ---> Running in 7de97f262473 [2020-10-07T22:31:31.033Z] ---> afeaa5eae022 [2020-10-07T22:31:31.033Z] 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-07T22:31:31.033Z] Removing intermediate container 5bf874f83049 [2020-10-07T22:31:31.033Z] ---> e0f74f66c984 [2020-10-07T22:31:31.033Z] [2020-10-07T22:31:31.033Z] Removing intermediate container 316e95f03d6b [2020-10-07T22:31:31.033Z] ---> a5d1a16e1ba2 [2020-10-07T22:31:31.033Z] Step 18/20 : LABEL arch=x86_64 [2020-10-07T22:31:31.033Z] Removing intermediate container 5c311fc0fd97 [2020-10-07T22:31:31.033Z] ---> 1353efa3b70a [2020-10-07T22:31:31.033Z] Step 22/24 : LABEL arch=x86_64 [2020-10-07T22:31:31.308Z] Successfully built e0f74f66c984 [2020-10-07T22:31:31.308Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-07T22:31:31.308Z] Building docker-security-secrets-setup-go [2020-10-07T22:31:31.308Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7de97f262473 [2020-10-07T22:31:31.308Z] ---> d77a95b402c3 [2020-10-07T22:31:31.308Z] [2020-10-07T22:31:31.308Z] ---> Running in b32acc0b9beb [2020-10-07T22:31:31.308Z] ---> Running in 77e2a284bca8 [2020-10-07T22:31:31.308Z] ---> 00cb83262e78 [2020-10-07T22:31:31.308Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-07T22:31:31.586Z] Successfully built d77a95b402c3 [2020-10-07T22:31:31.586Z] Successfully tagged docker-core-command-go:latest [2020-10-07T22:31:31.586Z] Building docker-support-logging-go [2020-10-07T22:31:31.873Z]  Building docker-core-command-go ... done Removing intermediate container b32acc0b9beb [2020-10-07T22:31:31.873Z] ---> 48929352cf70 [2020-10-07T22:31:31.873Z] Step 23/24 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:31:31.873Z] Removing intermediate container 77e2a284bca8 [2020-10-07T22:31:31.873Z] ---> 992d4698f966 [2020-10-07T22:31:31.873Z] Step 19/20 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:31:36.201Z] ---> Running in 935aaa4b7e56 [2020-10-07T22:31:36.201Z] ---> Running in 07dba1848234 [2020-10-07T22:31:37.200Z] ---> 112a53390a03 [2020-10-07T22:31:37.200Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-07T22:31:37.807Z] Removing intermediate container 07dba1848234 [2020-10-07T22:31:37.807Z] ---> 4e118efb1952 [2020-10-07T22:31:37.807Z] Step 20/20 : LABEL version=0.0.0 [2020-10-07T22:31:37.807Z] Removing intermediate container 935aaa4b7e56 [2020-10-07T22:31:37.807Z] ---> a903d318ca41 [2020-10-07T22:31:37.807Z] Step 24/24 : LABEL version=0.0.0 [2020-10-07T22:31:37.807Z] ---> Running in da537a0c4412 [2020-10-07T22:31:37.807Z] ---> Running in 4bd48f43e9b6 [2020-10-07T22:31:37.807Z] ---> 51866d843b6c [2020-10-07T22:31:37.807Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-07T22:31:39.734Z] Removing intermediate container 4bd48f43e9b6 [2020-10-07T22:31:39.734Z] ---> 92461f607eaa [2020-10-07T22:31:39.734Z] [2020-10-07T22:31:39.734Z] Removing intermediate container da537a0c4412 [2020-10-07T22:31:39.734Z] ---> 1199c67e640e [2020-10-07T22:31:39.734Z] [2020-10-07T22:31:39.734Z] Successfully built 1199c67e640e [2020-10-07T22:31:39.734Z] Successfully built 92461f607eaa [2020-10-07T22:31:39.734Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-07T22:31:39.734Z] Building docker-core-metadata-go [2020-10-07T22:31:40.445Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-07T22:31:41.663Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-notifications-go:latest [2020-10-07T22:31:41.663Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-10-07T22:31:42.248Z] ---> a5b55f2061ca [2020-10-07T22:31:42.248Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-07T22:31:50.480Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:31:50.480Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:31:50.480Z] ---> 0f6ef36e2f5f [2020-10-07T22:31:50.480Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T22:31:50.480Z] ---> Using cache [2020-10-07T22:31:50.480Z] ---> 109320c06154 [2020-10-07T22:31:50.481Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:31:50.481Z] ---> Using cache [2020-10-07T22:31:50.481Z] ---> 8e84b0a8d1db [2020-10-07T22:31:50.481Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-07T22:31:51.427Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:31:51.427Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-07T22:31:51.427Z] ---> 0f6ef36e2f5f [2020-10-07T22:31:51.427Z] Step 3/29 : WORKDIR /edgex-go [2020-10-07T22:31:51.427Z] ---> Using cache [2020-10-07T22:31:51.427Z] ---> 109320c06154 [2020-10-07T22:31:51.427Z] Step 4/29 : RUN apk update && apk add make git [2020-10-07T22:31:52.377Z] ---> 1a2c90ad8575 [2020-10-07T22:31:52.377Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-07T22:31:52.377Z] ---> Running in a66a7863dfb5 [2020-10-07T22:31:52.377Z] ---> Running in 632ae1bb9110 [2020-10-07T22:31:53.783Z] ---> d3bc1374e0fd [2020-10-07T22:31:53.783Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T22:31:54.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:31:54.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:31:54.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:31:54.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:31:55.212Z] ---> 44eb0653725f [2020-10-07T22:31:55.212Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T22:31:55.482Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:31:55.482Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:31:55.482Z] OK: 12752 distinct packages available [2020-10-07T22:31:55.482Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:31:55.482Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:31:55.482Z] OK: 12752 distinct packages available [2020-10-07T22:31:55.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-07T22:31:55.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-07T22:31:55.545Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-07T22:31:55.545Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-07T22:31:55.752Z] ---> Running in 0b755a901187 [2020-10-07T22:31:55.753Z] OK: 233 MiB in 51 packages [2020-10-07T22:31:55.753Z] OK: 233 MiB in 51 packages [2020-10-07T22:31:56.017Z] OK: 233 MiB in 51 packages [2020-10-07T22:31:57.005Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s [2020-10-07T22:31:57.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-07T22:31:57.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-07T22:31:57.005Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-07T22:31:57.963Z] Removing intermediate container 632ae1bb9110 [2020-10-07T22:31:57.963Z] ---> 65d5bb155362 [2020-10-07T22:31:57.963Z] Step 5/29 : COPY go.mod . [2020-10-07T22:31:58.239Z] Removing intermediate container a66a7863dfb5 [2020-10-07T22:31:58.239Z] ---> a963f410d652 [2020-10-07T22:31:58.239Z] Step 6/22 : COPY go.mod . [2020-10-07T22:31:58.446Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-07T22:31:58.834Z] ---> a703615dd391 [2020-10-07T22:31:58.834Z] Step 6/29 : RUN go mod download [2020-10-07T22:31:58.834Z] ---> 68f9b5b01568 [2020-10-07T22:31:58.834Z] Step 7/22 : RUN go mod download [2020-10-07T22:31:59.048Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-07T22:31:59.100Z] Removing intermediate container 0b755a901187 [2020-10-07T22:31:59.100Z] ---> 1a73f53e2612 [2020-10-07T22:31:59.100Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T22:31:59.367Z] ---> Running in 09ccd303c19b [2020-10-07T22:31:59.946Z] ---> Running in 1ddaad3c9c63 [2020-10-07T22:31:59.946Z] ---> Running in 45bde184b0c2 [2020-10-07T22:32:00.057Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-07T22:32:00.058Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-07T22:32:00.058Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-07T22:32:01.355Z] Removing intermediate container 45bde184b0c2 [2020-10-07T22:32:01.355Z] ---> d8c2fc0fa25e [2020-10-07T22:32:01.355Z] Step 24/26 : LABEL arch=x86_64 [2020-10-07T22:32:01.935Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:32:01.935Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:32:01.935Z] ---> 0f6ef36e2f5f [2020-10-07T22:32:01.935Z] Step 3/27 : WORKDIR /edgex-go [2020-10-07T22:32:01.935Z] ---> Using cache [2020-10-07T22:32:01.935Z] ---> 109320c06154 [2020-10-07T22:32:01.935Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:32:01.935Z] ---> Using cache [2020-10-07T22:32:01.935Z] ---> 8e84b0a8d1db [2020-10-07T22:32:01.935Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-07T22:32:02.289Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:32:02.289Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:32:02.289Z] ---> 0f6ef36e2f5f [2020-10-07T22:32:02.289Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T22:32:02.289Z] ---> Using cache [2020-10-07T22:32:02.289Z] ---> 109320c06154 [2020-10-07T22:32:02.289Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:32:02.289Z] ---> Using cache [2020-10-07T22:32:02.289Z] ---> 8e84b0a8d1db [2020-10-07T22:32:02.289Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T22:32:02.289Z] ---> Using cache [2020-10-07T22:32:02.289Z] ---> ad9246c237f5 [2020-10-07T22:32:02.289Z] Step 6/22 : COPY go.mod . [2020-10-07T22:32:02.289Z] ---> Using cache [2020-10-07T22:32:02.289Z] ---> c2b98a24b1a8 [2020-10-07T22:32:02.289Z] Step 7/22 : RUN go mod download [2020-10-07T22:32:02.289Z] ---> Using cache [2020-10-07T22:32:02.289Z] ---> 84c22612e1d8 [2020-10-07T22:32:02.289Z] Step 8/22 : COPY . . [2020-10-07T22:32:02.289Z] ---> Using cache [2020-10-07T22:32:02.289Z] ---> a5e6565bfcc5 [2020-10-07T22:32:02.289Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-07T22:32:03.359Z] ---> Running in 04a4601c38c1 [2020-10-07T22:32:03.625Z] ---> Running in e86a190ceec1 [2020-10-07T22:32:03.625Z] ---> Running in cbeeb98e30c3 [2020-10-07T22:32:03.625Z] Removing intermediate container 04a4601c38c1 [2020-10-07T22:32:03.625Z] ---> 99646f7524bb [2020-10-07T22:32:03.625Z] Step 25/26 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:32:03.930Z] ---> Running in 19d5e900e45b [2020-10-07T22:32:03.930Z] Removing intermediate container 09ccd303c19b [2020-10-07T22:32:03.930Z] ---> d92d790930a1 [2020-10-07T22:32:03.930Z] Step 7/29 : COPY . . [2020-10-07T22:32:04.909Z] Removing intermediate container 19d5e900e45b [2020-10-07T22:32:04.909Z] ---> 3531594e4553 [2020-10-07T22:32:04.909Z] Step 26/26 : LABEL version=0.0.0 [2020-10-07T22:32:04.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:32:05.182Z] 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-07T22:32:05.182Z] ---> Running in a21905ee8c55 [2020-10-07T22:32:05.182Z] Removing intermediate container 1ddaad3c9c63 [2020-10-07T22:32:05.182Z] ---> 6ca7493f1f29 [2020-10-07T22:32:05.182Z] Step 8/22 : COPY . . [2020-10-07T22:32:05.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:32:06.354Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:32:06.354Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:32:06.354Z] OK: 12752 distinct packages available [2020-10-07T22:32:06.927Z] OK: 233 MiB in 51 packages [2020-10-07T22:32:08.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.074s coverage: 46.6% of statements [2020-10-07T22:32:08.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-07T22:32:08.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-07T22:32:08.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-07T22:32:08.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-07T22:32:08.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-07T22:32:09.513Z] Removing intermediate container a21905ee8c55 [2020-10-07T22:32:09.513Z] ---> d11e26e5fe1c [2020-10-07T22:32:09.513Z] [2020-10-07T22:32:12.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.2% of statements [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-07T22:32:12.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-07T22:32:12.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-07T22:32:12.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 84.0% of statements [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-07T22:32:12.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-07T22:32:13.771Z] Successfully built d11e26e5fe1c [2020-10-07T22:32:13.771Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-07T22:32:13.771Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-10-07T22:32:14.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.364s coverage: 93.5% of statements [2020-10-07T22:32:14.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-07T22:32:14.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-07T22:32:14.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-07T22:32:14.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-07T22:32:19.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.430s coverage: 28.6% of statements [2020-10-07T22:32:19.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-07T22:32:19.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-07T22:32:19.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-07T22:32:19.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-07T22:32:19.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-07T22:32:19.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2020-10-07T22:32:19.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-07T22:32:19.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2020-10-07T22:32:19.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-07T22:32:20.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 86.7% of statements [2020-10-07T22:32:20.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-07T22:32:20.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2020-10-07T22:32:20.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-07T22:32:20.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements [2020-10-07T22:32:20.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-07T22:32:20.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-07T22:32:20.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-07T22:32:20.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-07T22:32:23.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.123s coverage: 100.0% of statements [2020-10-07T22:32:23.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-07T22:32:23.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-07T22:32:23.088Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-07T22:32:23.088Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.040s coverage: 0.0% of statements [no tests to run] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-07T22:32:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-07T22:32:23.838Z] Removing intermediate container e86a190ceec1 [2020-10-07T22:32:23.839Z] ---> 6ab1dab69c15 [2020-10-07T22:32:23.839Z] Step 6/27 : COPY go.mod . [2020-10-07T22:32:24.437Z] ---> e8aaf146a346 [2020-10-07T22:32:24.438Z] Step 7/27 : RUN go mod download [2020-10-07T22:32:25.040Z] ---> Running in 00c05a02e13b [2020-10-07T22:32:25.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements [2020-10-07T22:32:25.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-07T22:32:25.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-07T22:32:25.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2020-10-07T22:32:27.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 55.9% of statements [2020-10-07T22:32:27.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-07T22:32:27.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-07T22:32:27.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-07T22:32:27.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-07T22:32:33.298Z] Removing intermediate container 00c05a02e13b [2020-10-07T22:32:33.298Z] ---> 0fecde4357b7 [2020-10-07T22:32:33.298Z] Step 8/27 : COPY . . [2020-10-07T22:32:38.617Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:32:38.617Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:32:38.617Z] ---> 0f6ef36e2f5f [2020-10-07T22:32:38.617Z] Step 3/23 : WORKDIR /edgex-go [2020-10-07T22:32:38.879Z] ---> Using cache [2020-10-07T22:32:38.879Z] ---> 109320c06154 [2020-10-07T22:32:38.879Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:32:38.879Z] ---> Using cache [2020-10-07T22:32:38.879Z] ---> 8e84b0a8d1db [2020-10-07T22:32:38.879Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.577s coverage: 86.3% of statements [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.214s coverage: 72.2% of statements [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.401s coverage: 72.1% of statements [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.065s coverage: 82.4% of statements [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 31.1% of statements [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.1% of statements [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 42.9% of statements [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.010s coverage: 100.0% of statements [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-07T22:32:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements [2020-10-07T22:32:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-07T22:32:41.448Z] ---> Running in 3d1ee837461f [2020-10-07T22:32:41.448Z] ---> f63ef795a6fb [2020-10-07T22:32:41.448Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-07T22:32:41.448Z] ---> 5766977ef995 [2020-10-07T22:32:41.448Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-07T22:32:42.405Z] ---> Running in 79f2eb9d7cb0 [2020-10-07T22:32:42.405Z] ---> Running in d44638a3f28e [2020-10-07T22:32:43.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:32:43.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.1% of statements [2020-10-07T22:32:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-07T22:32:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-07T22:32:43.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements [2020-10-07T22:32:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-07T22:32:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-07T22:32:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-07T22:32:43.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.034s coverage: 100.0% of statements [2020-10-07T22:32:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-07T22:32:43.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.028s coverage: 100.0% of statements [2020-10-07T22:32:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-07T22:32:44.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:32:44.378Z] 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-07T22:32:44.645Z] 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-07T22:32:44.911Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:32:44.911Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:32:44.911Z] OK: 12752 distinct packages available [2020-10-07T22:32:45.177Z] OK: 233 MiB in 51 packages [2020-10-07T22:32:48.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.196s coverage: 29.1% of statements [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-07T22:32:48.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-07T22:32:48.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-07T22:32:48.166Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-07T22:32:48.166Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-07T22:32:48.166Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-07T22:32:48.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2020-10-07T22:32:48.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-07T22:32:48.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-07T22:32:48.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements [2020-10-07T22:32:49.469Z] Removing intermediate container 3d1ee837461f [2020-10-07T22:32:49.469Z] ---> b87cdcdd5ae6 [2020-10-07T22:32:49.469Z] Step 6/23 : COPY go.mod . [2020-10-07T22:32:50.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-07T22:32:50.448Z] ---> 2f2856b5ef18 [2020-10-07T22:32:50.448Z] Step 7/23 : RUN go mod download [2020-10-07T22:32:50.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.021s coverage: 100.0% of statements [2020-10-07T22:32:51.295Z] GO111MODULE=on go vet ./... [2020-10-07T22:32:53.809Z] ---> Running in 137837442abb [2020-10-07T22:32:54.406Z] Removing intermediate container cbeeb98e30c3 [2020-10-07T22:32:54.406Z] ---> b61e21564182 [2020-10-07T22:32:54.406Z] [2020-10-07T22:32:54.406Z] Step 10/22 : FROM scratch [2020-10-07T22:32:54.406Z] ---> [2020-10-07T22:32:54.406Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T22:32:55.371Z] ---> Using cache [2020-10-07T22:32:55.371Z] ---> e2a0598c4135 [2020-10-07T22:32:55.371Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-07T22:32:57.958Z] ---> Running in 2a39f0a4ebe5 [2020-10-07T22:32:57.958Z] ---> d6c96b09b56f [2020-10-07T22:32:57.958Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-07T22:32:57.958Z] ---> Running in dff077575274 [2020-10-07T22:32:58.230Z] Removing intermediate container 2a39f0a4ebe5 [2020-10-07T22:32:58.230Z] ---> 044fccb19ec0 [2020-10-07T22:32:58.230Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T22:32:58.506Z] ---> Running in ce6411a7973d [2020-10-07T22:32:58.787Z] Removing intermediate container 137837442abb [2020-10-07T22:32:58.787Z] ---> 17a94f9af89c [2020-10-07T22:32:58.787Z] Step 8/23 : COPY . . [2020-10-07T22:32:58.787Z] Removing intermediate container ce6411a7973d [2020-10-07T22:32:58.787Z] ---> caa5a173943a [2020-10-07T22:32:58.787Z] Step 14/22 : WORKDIR / [2020-10-07T22:32:59.057Z] ---> Running in 8ac72774591f [2020-10-07T22:32:59.330Z] 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-07T22:32:59.929Z] Removing intermediate container 8ac72774591f [2020-10-07T22:32:59.929Z] ---> 751a81a3774d [2020-10-07T22:32:59.929Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-07T22:33:00.913Z] ---> c8a59e3a1689 [2020-10-07T22:33:00.913Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-07T22:33:07.596Z] ---> 16b54c4266dd [2020-10-07T22:33:07.596Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-07T22:33:10.232Z] ---> a0356c784f36 [2020-10-07T22:33:10.232Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-07T22:33:13.477Z] gofmt -l . [2020-10-07T22:33:13.477Z] [ "`gofmt -l .`" = "" ] [2020-10-07T22:33:13.559Z] ---> Running in b8ed952a237f [2020-10-07T22:33:15.451Z] ./bin/test-go-mod-tidy.sh [2020-10-07T22:33:15.726Z] ./bin/test-attribution-txt.sh [2020-10-07T22:33:17.816Z] Removing intermediate container d44638a3f28e [2020-10-07T22:33:17.816Z] ---> d2d4789bf5f2 [2020-10-07T22:33:17.816Z] [2020-10-07T22:33:17.816Z] Step 9/29 : FROM alpine:latest [2020-10-07T22:33:17.816Z] ---> a24bb4013296 [2020-10-07T22:33:17.816Z] 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-07T22:33:17.816Z] Removing intermediate container b8ed952a237f [2020-10-07T22:33:17.816Z] ---> 64fd3d845ab6 [2020-10-07T22:33:17.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:33:17.816Z] Removing intermediate container 79f2eb9d7cb0 [2020-10-07T22:33:17.816Z] ---> 1fd47293710a [2020-10-07T22:33:17.816Z] [2020-10-07T22:33:17.816Z] Step 10/22 : FROM scratch [2020-10-07T22:33:17.816Z] ---> [2020-10-07T22:33:17.816Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T22:33:17.816Z] ---> Using cache [2020-10-07T22:33:17.816Z] ---> fb29991953ee [2020-10-07T22:33:17.816Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-07T22:33:17.816Z] ---> Running in 6073b1b9af11 [2020-10-07T22:33:18.828Z] ---> Running in 0f6ac8f77d10 [2020-10-07T22:33:18.828Z] ---> Running in fdf7d5a99879 [2020-10-07T22:33:19.538Z] Removing intermediate container 6073b1b9af11 [2020-10-07T22:33:19.538Z] ---> 8e7076dda709 [2020-10-07T22:33:19.538Z] Step 11/29 : USER root [2020-10-07T22:33:19.538Z] ---> Running in 6cec8c0b6555 [2020-10-07T22:33:19.538Z] Removing intermediate container 0f6ac8f77d10 [2020-10-07T22:33:19.538Z] ---> b53bf253e113 [2020-10-07T22:33:19.538Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T22:33:19.538Z] Removing intermediate container fdf7d5a99879 [2020-10-07T22:33:19.538Z] ---> 3a0a68cf44dd [2020-10-07T22:33:19.538Z] Step 20/22 : LABEL arch=x86_64 ---> cac2575bc9e7 [2020-10-07T22:33:19.538Z] [2020-10-07T22:33:19.538Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-07T22:33:19.800Z] ---> Running in 26cf303c65ec [2020-10-07T22:33:19.800Z] ---> Running in 60d3843d15bc [2020-10-07T22:33:19.800Z] ---> Running in 1dbf28df10f3 [2020-10-07T22:33:20.073Z] Removing intermediate container 6cec8c0b6555 [2020-10-07T22:33:20.073Z] ---> 02b760e64906 [2020-10-07T22:33:20.073Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-07T22:33:20.073Z] Removing intermediate container 26cf303c65ec [2020-10-07T22:33:20.073Z] ---> 39876bd5c542 [2020-10-07T22:33:20.073Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-07T22:33:20.073Z] Removing intermediate container 60d3843d15bc [2020-10-07T22:33:20.073Z] ---> cf9e0446f650 [2020-10-07T22:33:20.073Z] Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:33:20.073Z] ---> Running in 62f250a36897 [Pipeline] sh [2020-10-07T22:33:20.650Z] ---> Running in 3c0b9c97f5f5 [2020-10-07T22:33:20.650Z] ---> b2ba9c856a78 [2020-10-07T22:33:20.650Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-07T22:33:20.650Z] 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-07T22:33:20.650Z] Removing intermediate container 3c0b9c97f5f5 [2020-10-07T22:33:20.650Z] ---> fc9f0c88dd9b [2020-10-07T22:33:20.650Z] Step 22/22 : LABEL version=0.0.0 [2020-10-07T22:33:20.733Z] + ls -al . [2020-10-07T22:33:20.733Z] total 612 [2020-10-07T22:33:20.733Z] drwxrwxr-x 10 1001 1001 4096 Oct 7 22:33 . [2020-10-07T22:33:20.733Z] drwxr-xr-x 4 root root 4096 Oct 7 22:31 .. [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 11 Oct 7 22:29 .dockerignore [2020-10-07T22:33:20.733Z] drwxrwxr-x 8 1001 1001 4096 Oct 7 22:29 .git [2020-10-07T22:33:20.733Z] drwxrwxr-x 3 1001 1001 4096 Oct 7 22:29 .github [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 932 Oct 7 22:29 .gitignore [2020-10-07T22:33:20.733Z] drwxrwxr-x 3 1001 1001 4096 Oct 7 22:29 .semver [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 166 Oct 7 22:29 .sonarcloud.properties [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 3804 Oct 7 22:29 CONTRIBUTING.md [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 1035 Oct 7 22:29 Dockerfile.build [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 863 Oct 7 22:29 Jenkinsfile [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 10775 Oct 7 22:29 LICENSE [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 6237 Oct 7 22:29 Makefile [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 6447 Oct 7 22:29 README.md [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 259 Oct 7 22:29 SECURITY.md [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 5 Oct 7 22:26 VERSION [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 4131 Oct 7 22:29 ZMQWindows.md [2020-10-07T22:33:20.733Z] drwxrwxr-x 2 1001 1001 4096 Oct 7 22:29 bin [2020-10-07T22:33:20.733Z] drwxrwxr-x 15 1001 1001 4096 Oct 7 22:29 cmd [2020-10-07T22:33:20.733Z] -rw-r--r-- 1 root root 484295 Oct 7 22:32 coverage.out [2020-10-07T22:33:20.733Z] -rw-r--r-- 1 root root 984 Oct 7 22:33 go.mod [2020-10-07T22:33:20.733Z] -rw-r--r-- 1 root root 18767 Oct 7 22:33 go.sum [2020-10-07T22:33:20.733Z] drwxrwxr-x 8 1001 1001 4096 Oct 7 22:29 internal [2020-10-07T22:33:20.733Z] drwxrwxr-x 4 1001 1001 4096 Oct 7 22:29 openapi [2020-10-07T22:33:20.733Z] drwxrwxr-x 4 1001 1001 4096 Oct 7 22:29 snap [2020-10-07T22:33:20.733Z] -rw-rw-r-- 1 1001 1001 168 Oct 7 22:29 version.go [Pipeline] sh [2020-10-07T22:33:20.915Z] ---> Running in fad6648b8d11 [2020-10-07T22:33:21.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:33:21.186Z] ---> 08730b9ea1ea [2020-10-07T22:33:21.186Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-07T22:33:21.186Z] Removing intermediate container fad6648b8d11 [2020-10-07T22:33:21.186Z] ---> f7f8c910c7f5 [2020-10-07T22:33:21.186Z] [2020-10-07T22:33:21.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:33:21.395Z] + '[' -e coverage.out ] [2020-10-07T22:33:21.395Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-07T22:33:21.455Z] Successfully built f7f8c910c7f5 [2020-10-07T22:33:21.455Z] Successfully tagged docker-core-metadata-go:latest [2020-10-07T22:33:21.455Z]  Building docker-core-metadata-go ... done v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:33:21.455Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:33:21.455Z] OK: 12750 distinct packages available [2020-10-07T22:33:21.461Z] Warning: overwriting stash ‘coverage-report’ [2020-10-07T22:33:21.741Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-07T22:33:21.741Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-07T22:33:21.741Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:33:21.741Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T22:33:22.051Z] OK: 6 MiB in 16 packages [2020-10-07T22:33:22.675Z] Stashed 1 file(s) [Pipeline] sh [2020-10-07T22:33:23.362Z] + make build [2020-10-07T22:33:23.362Z] 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-07T22:33:23.981Z] ---> 289600b439e9 [2020-10-07T22:33:23.981Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-07T22:33:24.580Z] Removing intermediate container dff077575274 [2020-10-07T22:33:24.580Z] ---> a3860fd268ac [2020-10-07T22:33:24.580Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-07T22:33:25.166Z] ---> b0f61c9d281f [2020-10-07T22:33:25.166Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-07T22:33:25.166Z] ---> Running in 321c25352fe2 [2020-10-07T22:33:25.746Z] ---> Running in bf3234927767 [2020-10-07T22:33:25.746Z] Removing intermediate container 62f250a36897 [2020-10-07T22:33:25.746Z] ---> e0b3e4e4fe0f [2020-10-07T22:33:25.746Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-07T22:33:26.015Z] ---> Running in de2556c18d09 [2020-10-07T22:33:26.015Z] Removing intermediate container bf3234927767 [2020-10-07T22:33:26.015Z] ---> a50a055a254a [2020-10-07T22:33:26.015Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:33:26.283Z] ---> Running in 467b525bb0c0 [2020-10-07T22:33:26.548Z] Removing intermediate container de2556c18d09 [2020-10-07T22:33:26.548Z] ---> daee3ac3829d [2020-10-07T22:33:26.548Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-07T22:33:26.812Z] 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-07T22:33:26.813Z] Removing intermediate container 467b525bb0c0 [2020-10-07T22:33:26.813Z] ---> 0689c7fca132 [2020-10-07T22:33:26.813Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T22:33:26.813Z] ---> Running in 709dcdb9d1da [2020-10-07T22:33:27.081Z] ---> Running in acc13e767cc4 [2020-10-07T22:33:27.081Z] Removing intermediate container 709dcdb9d1da [2020-10-07T22:33:27.081Z] ---> 44ead6a03718 [2020-10-07T22:33:27.081Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-07T22:33:27.353Z] ---> Running in 01086919e91a [2020-10-07T22:33:27.353Z] Removing intermediate container acc13e767cc4 [2020-10-07T22:33:27.353Z] ---> a36e100a792a [2020-10-07T22:33:27.353Z] Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:33:27.624Z] ---> Running in 12401d51cd57 [2020-10-07T22:33:27.908Z] Removing intermediate container 12401d51cd57 [2020-10-07T22:33:27.908Z] ---> 339ed15bd60a [2020-10-07T22:33:27.908Z] Step 22/22 : LABEL version=0.0.0 [2020-10-07T22:33:27.908Z] ---> Running in 5639f4dfb937 [2020-10-07T22:33:28.187Z] Removing intermediate container 5639f4dfb937 [2020-10-07T22:33:28.187Z] ---> 93ea7141fd50 [2020-10-07T22:33:28.187Z] [2020-10-07T22:33:28.467Z] Successfully built 93ea7141fd50 [2020-10-07T22:33:28.467Z] Successfully tagged docker-support-logging-go:latest [2020-10-07T22:33:28.752Z]  Building docker-support-logging-go ... done Removing intermediate container 321c25352fe2 [2020-10-07T22:33:28.752Z] ---> 2477e799b343 [2020-10-07T22:33:28.752Z] [2020-10-07T22:33:28.752Z] Step 11/27 : FROM docker:latest [2020-10-07T22:33:28.752Z] ---> 809cc4dba987 [2020-10-07T22:33:28.752Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-07T22:33:29.021Z] ---> Running in f38d42a58ee1 [2020-10-07T22:33:29.021Z] Removing intermediate container 01086919e91a [2020-10-07T22:33:29.021Z] ---> a4bddda4ebea [2020-10-07T22:33:29.021Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-07T22:33:30.006Z] ---> 8e0c6562cb77 [2020-10-07T22:33:30.006Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-07T22:33:30.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:33:30.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:33:30.272Z] ---> 33da1d2b3b51 [2020-10-07T22:33:30.272Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-07T22:33:30.272Z] (1/2) Installing readline (8.0.4-r0) [2020-10-07T22:33:30.272Z] (2/2) Installing bash (5.0.17-r0) [2020-10-07T22:33:30.272Z] Executing bash-5.0.17-r0.post-install [2020-10-07T22:33:30.858Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:33:30.858Z] OK: 12 MiB in 22 packages [2020-10-07T22:33:31.437Z] ---> 18cac066e38c [2020-10-07T22:33:31.437Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-07T22:33:32.025Z] ---> ac989abdc6cb [2020-10-07T22:33:32.025Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-07T22:33:32.025Z] Removing intermediate container f38d42a58ee1 [2020-10-07T22:33:32.025Z] ---> c1ede929c356 [2020-10-07T22:33:32.025Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-07T22:33:32.293Z] ---> Running in a9f1130fc3dd [2020-10-07T22:33:32.570Z] ---> 5e3220cab7af [2020-10-07T22:33:32.570Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-07T22:33:32.843Z] ---> Running in 18f04f6b80c9 [2020-10-07T22:33:35.478Z] Removing intermediate container a9f1130fc3dd [2020-10-07T22:33:35.478Z] ---> 6b669fbb33fb [2020-10-07T22:33:35.478Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-07T22:33:35.478Z] ---> Running in eb9bd9e2e61a [2020-10-07T22:33:35.478Z] Removing intermediate container 18f04f6b80c9 [2020-10-07T22:33:35.478Z] ---> 0bbc967f028b [2020-10-07T22:33:35.478Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T22:33:35.744Z] Removing intermediate container eb9bd9e2e61a [2020-10-07T22:33:35.744Z] ---> 1290d763cf28 [2020-10-07T22:33:35.744Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-07T22:33:35.744Z] ---> 3741665937cd [2020-10-07T22:33:35.744Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T22:33:36.013Z] ---> Running in c31f65aaa1bd [2020-10-07T22:33:36.013Z] ---> Running in 76b1aa3e8923 [2020-10-07T22:33:36.280Z] Removing intermediate container c31f65aaa1bd [2020-10-07T22:33:36.280Z] ---> 59c91d4d087c [2020-10-07T22:33:36.280Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-07T22:33:36.280Z] ---> Running in 0679abd11745 [2020-10-07T22:33:36.543Z] Removing intermediate container 0679abd11745 [2020-10-07T22:33:36.543Z] ---> 8f3f7cf49d86 [2020-10-07T22:33:36.543Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-07T22:33:37.122Z] ---> 40b6b03de9ae [2020-10-07T22:33:37.122Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-07T22:33:37.122Z] Removing intermediate container 76b1aa3e8923 [2020-10-07T22:33:37.122Z] ---> 932f29690aa1 [2020-10-07T22:33:37.122Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-07T22:33:37.122Z] ---> Running in 2be887c6c974 [2020-10-07T22:33:37.698Z] ---> 92c63d7a61cd [2020-10-07T22:33:37.698Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-07T22:33:39.094Z] ---> 487ffc778aee [2020-10-07T22:33:39.094Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-07T22:33:39.095Z] ---> Running in 71fc09635bae [2020-10-07T22:33:39.676Z] Removing intermediate container 2be887c6c974 [2020-10-07T22:33:39.677Z] ---> 1d7a801b7d09 [2020-10-07T22:33:39.677Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T22:33:39.677Z] ---> Running in be970a30fa79 [2020-10-07T22:33:39.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:33:39.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:33:39.942Z] Removing intermediate container be970a30fa79 [2020-10-07T22:33:39.942Z] ---> 3c20913333ff [2020-10-07T22:33:39.942Z] Step 26/29 : CMD [ "generate" ] [2020-10-07T22:33:39.942Z] ---> Running in 4c9d240689a1 [2020-10-07T22:33:39.942Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-07T22:33:39.942Z] (2/33) Installing expat (2.2.9-r1) [2020-10-07T22:33:39.942Z] (3/33) Installing libffi (3.3-r2) [2020-10-07T22:33:40.202Z] (4/33) Installing gdbm (1.13-r1) [2020-10-07T22:33:40.202Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-07T22:33:40.202Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-07T22:33:40.202Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-07T22:33:40.465Z] Removing intermediate container 4c9d240689a1 [2020-10-07T22:33:40.465Z] ---> 1ae4398d8f40 [2020-10-07T22:33:40.465Z] Step 27/29 : LABEL arch=x86_64 [2020-10-07T22:33:44.682Z] ---> Running in 51b2db338def [2020-10-07T22:33:44.682Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-07T22:33:44.682Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-07T22:33:44.682Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-07T22:33:44.682Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-07T22:33:44.682Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-07T22:33:44.682Z] Removing intermediate container 1dbf28df10f3 [2020-10-07T22:33:44.682Z] ---> 11c1859e0528 [2020-10-07T22:33:44.682Z] [2020-10-07T22:33:44.682Z] Step 10/23 : FROM alpine [2020-10-07T22:33:44.682Z] ---> a24bb4013296 [2020-10-07T22:33:44.682Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T22:33:44.682Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-07T22:33:44.682Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-07T22:33:44.945Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-07T22:33:44.945Z] ---> Running in a53fbc670b4b [2020-10-07T22:33:44.945Z] Removing intermediate container 51b2db338def [2020-10-07T22:33:44.945Z] ---> 923888e74861 [2020-10-07T22:33:44.945Z] Step 28/29 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:33:44.945Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-07T22:33:45.518Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-07T22:33:45.518Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-07T22:33:45.518Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-07T22:33:46.090Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-07T22:33:46.090Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-07T22:33:46.090Z] ---> Running in 2a611a454794 [2020-10-07T22:33:46.090Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-07T22:33:46.090Z] Removing intermediate container a53fbc670b4b [2020-10-07T22:33:46.090Z] ---> f817511548cd [2020-10-07T22:33:46.090Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-07T22:33:46.090Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-07T22:33:46.352Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-07T22:33:46.352Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-07T22:33:46.352Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-07T22:33:46.613Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-07T22:33:46.613Z] ---> Running in e948568b3546 [2020-10-07T22:33:46.613Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-07T22:33:46.613Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-07T22:33:46.613Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-07T22:33:46.875Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-07T22:33:46.875Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-07T22:33:46.875Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-07T22:33:46.875Z] Removing intermediate container 2a611a454794 [2020-10-07T22:33:46.875Z] ---> 93b26f2d0a47 [2020-10-07T22:33:46.875Z] Step 29/29 : LABEL version=0.0.0 [2020-10-07T22:33:48.264Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:33:48.264Z] OK: 71 MiB in 55 packages [2020-10-07T22:33:48.264Z] Removing intermediate container e948568b3546 [2020-10-07T22:33:48.264Z] ---> a112d3cb652a [2020-10-07T22:33:48.264Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-07T22:33:48.264Z] ---> Running in 231dfc348737 [2020-10-07T22:33:48.532Z] ---> Running in 767627bc2dfd [2020-10-07T22:33:48.532Z] Removing intermediate container 231dfc348737 [2020-10-07T22:33:48.532Z] ---> 32599e6ae288 [2020-10-07T22:33:48.532Z] [2020-10-07T22:33:48.794Z] Successfully built 32599e6ae288 [2020-10-07T22:33:48.794Z] Removing intermediate container 767627bc2dfd [2020-10-07T22:33:48.794Z] ---> 26365abc7ebe [2020-10-07T22:33:48.794Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:33:48.794Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-07T22:33:48.794Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 2c01665a54ff [2020-10-07T22:33:50.223Z] 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-07T22:33:54.108Z] Removing intermediate container 2c01665a54ff [2020-10-07T22:33:54.108Z] ---> 0a3827719878 [2020-10-07T22:33:54.108Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-07T22:33:54.108Z] Removing intermediate container 71fc09635bae [2020-10-07T22:33:54.108Z] ---> 81178b27964c [2020-10-07T22:33:54.108Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-07T22:33:54.108Z] ---> Running in 4ac02585e2ac [2020-10-07T22:33:54.108Z] ---> Running in 6a2c19edd674 [2020-10-07T22:33:54.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:33:54.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:33:54.943Z] Collecting docker-compose==1.23.2 [2020-10-07T22:33:54.943Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-07T22:33:54.943Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-07T22:33:54.943Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-07T22:33:55.207Z] Collecting texttable<0.10,>=0.9.0 [2020-10-07T22:33:55.207Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-07T22:33:55.207Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-07T22:33:55.207Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-07T22:33:55.468Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-07T22:33:55.468Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:33:55.468Z] OK: 8 MiB in 19 packages [2020-10-07T22:33:55.731Z] Collecting docker<4.0,>=3.6.0 [2020-10-07T22:33:55.731Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-07T22:33:56.678Z] Collecting docopt<0.7,>=0.6.1 [2020-10-07T22:33:56.678Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-07T22:33:56.678Z] Removing intermediate container 4ac02585e2ac [2020-10-07T22:33:56.678Z] ---> b77ce25728a5 [2020-10-07T22:33:56.678Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-07T22:33:56.916Z] 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-07T22:33:56.938Z] ---> 12aaee73b91e [2020-10-07T22:33:56.938Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-07T22:33:56.938Z] Collecting cached-property<2,>=1.2.0 [2020-10-07T22:33:56.938Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-07T22:33:57.202Z] Collecting PyYAML<4,>=3.10 [2020-10-07T22:33:57.202Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-07T22:33:58.147Z] ---> 9e651d52ea23 [2020-10-07T22:33:58.147Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-07T22:33:58.409Z] Collecting jsonschema<3,>=2.5.1 [2020-10-07T22:33:58.409Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-07T22:33:58.409Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-07T22:33:58.409Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-07T22:33:58.671Z] ---> 578b3fdef77c [2020-10-07T22:33:58.671Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-07T22:33:58.671Z] ---> Running in a2caff77ba98 [2020-10-07T22:33:58.671Z] Removing intermediate container a2caff77ba98 [2020-10-07T22:33:58.671Z] ---> 9a22d1c68301 [2020-10-07T22:33:58.671Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:33:58.934Z] ---> Running in 04e20256e967 [2020-10-07T22:33:58.934Z] Removing intermediate container 04e20256e967 [2020-10-07T22:33:58.934Z] ---> 56c71d24bd3e [2020-10-07T22:33:58.934Z] Step 21/23 : LABEL arch=x86_64 [2020-10-07T22:33:58.934Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-07T22:33:58.934Z] ---> Running in 7d46ac4de3b2 [2020-10-07T22:33:59.199Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-07T22:33:59.199Z] Removing intermediate container 7d46ac4de3b2 [2020-10-07T22:33:59.199Z] ---> b57531007e24 [2020-10-07T22:33:59.199Z] Step 22/23 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:33:59.199Z] ---> Running in d80d0818ffbc [2020-10-07T22:33:59.461Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-07T22:33:59.461Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-07T22:33:59.461Z] 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-07T22:33:59.461Z] Removing intermediate container d80d0818ffbc [2020-10-07T22:33:59.461Z] ---> 88771db27d4d [2020-10-07T22:33:59.461Z] Step 23/23 : LABEL version=0.0.0 [2020-10-07T22:33:59.461Z] Collecting docker-pycreds>=0.4.0 [2020-10-07T22:33:59.461Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-07T22:33:59.461Z] ---> Running in b9348dd5a272 [2020-10-07T22:33:59.461Z] 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-07T22:33:59.725Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-07T22:33:59.725Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-07T22:33:59.725Z] Removing intermediate container b9348dd5a272 [2020-10-07T22:33:59.725Z] ---> 3b0e01794a4f [2020-10-07T22:33:59.725Z] [2020-10-07T22:34:00.672Z] Successfully built 3b0e01794a4f [2020-10-07T22:34:00.672Z] Successfully tagged docker-core-data-go:latest [2020-10-07T22:34:00.672Z]  Building docker-core-data-go ... done Collecting idna<2.8,>=2.5 [2020-10-07T22:34:00.672Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-07T22:34:00.672Z] 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-07T22:34:00.672Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-07T22:34:00.672Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-07T22:34:00.672Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-07T22:34:00.672Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-07T22:34:00.672Z] Installing collected packages: texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, PyYAML, jsonschema, dockerpty, docker-compose [2020-10-07T22:34:00.672Z] Running setup.py install for texttable: started [2020-10-07T22:34:01.220Z] 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-07T22:34:01.244Z] Running setup.py install for texttable: finished with status 'done' [2020-10-07T22:34:01.244Z] Attempting uninstall: urllib3 [2020-10-07T22:34:01.244Z] Found existing installation: urllib3 1.25.9 [2020-10-07T22:34:01.244Z] Uninstalling urllib3-1.25.9: [2020-10-07T22:34:01.244Z] Successfully uninstalled urllib3-1.25.9 [2020-10-07T22:34:01.505Z] Attempting uninstall: idna [2020-10-07T22:34:01.505Z] Found existing installation: idna 2.9 [2020-10-07T22:34:01.505Z] Uninstalling idna-2.9: [2020-10-07T22:34:01.505Z] Successfully uninstalled idna-2.9 [2020-10-07T22:34:01.767Z] Attempting uninstall: requests [2020-10-07T22:34:01.767Z] Found existing installation: requests 2.23.0 [2020-10-07T22:34:01.767Z] Uninstalling requests-2.23.0: [2020-10-07T22:34:01.767Z] Successfully uninstalled requests-2.23.0 [2020-10-07T22:34:02.342Z] Running setup.py install for docopt: started [2020-10-07T22:34:02.605Z] Running setup.py install for docopt: finished with status 'done' [2020-10-07T22:34:02.605Z] Running setup.py install for PyYAML: started [2020-10-07T22:34:03.178Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-07T22:34:04.568Z] Running setup.py install for dockerpty: started [2020-10-07T22:34:04.830Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-07T22:34:05.092Z] 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-07T22:34:05.511Z] 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-07T22:34:08.402Z] Removing intermediate container 6a2c19edd674 [2020-10-07T22:34:08.402Z] ---> f17b57fab202 [2020-10-07T22:34:08.402Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-07T22:34:08.402Z] ---> Running in c3eeab2cad37 [2020-10-07T22:34:08.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T22:34:08.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T22:34:08.665Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T22:34:08.665Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-07T22:34:08.926Z] (3/3) Installing curl (7.69.1-r1) [2020-10-07T22:34:08.926Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:34:08.926Z] OK: 72 MiB in 58 packages [2020-10-07T22:34:09.194Z] Removing intermediate container c3eeab2cad37 [2020-10-07T22:34:09.194Z] ---> 19defd60041a [2020-10-07T22:34:09.194Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-07T22:34:09.194Z] ---> Running in 11e4e42b1327 [2020-10-07T22:34:09.456Z] Removing intermediate container 11e4e42b1327 [2020-10-07T22:34:09.456Z] ---> f720439f99c8 [2020-10-07T22:34:09.456Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:34:09.456Z] ---> Running in 8dddcd20bd02 [2020-10-07T22:34:09.719Z] Removing intermediate container 8dddcd20bd02 [2020-10-07T22:34:09.719Z] ---> b87463bd69bc [2020-10-07T22:34:09.719Z] Step 25/27 : LABEL arch=x86_64 [2020-10-07T22:34:09.719Z] ---> Running in 9fba3af1fa0a [2020-10-07T22:34:09.982Z] Removing intermediate container 9fba3af1fa0a [2020-10-07T22:34:09.983Z] ---> 3d8c079a63db [2020-10-07T22:34:09.983Z] Step 26/27 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:34:09.983Z] ---> Running in 45f0262cb682 [2020-10-07T22:34:09.983Z] Removing intermediate container 45f0262cb682 [2020-10-07T22:34:09.983Z] ---> f421b243102d [2020-10-07T22:34:09.983Z] Step 27/27 : LABEL version=0.0.0 [2020-10-07T22:34:10.245Z] ---> Running in f23a30c4210d [2020-10-07T22:34:10.245Z] Removing intermediate container f23a30c4210d [2020-10-07T22:34:10.245Z] ---> f9160b6fee5a [2020-10-07T22:34:10.245Z] [2020-10-07T22:34:10.508Z] Successfully built f9160b6fee5a [2020-10-07T22:34:10.508Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-07T22:34:10.799Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-07T22:34:10.895Z] 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-07T22:34:10.839Z] $ docker stop --time=1 9816d35d81901d1be05303ae93b168b36466227225ee94279e522266b639ca95 [2020-10-07T22:34:11.487Z] 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-07T22:34:12.492Z] $ docker rm -f 9816d35d81901d1be05303ae93b168b36466227225ee94279e522266b639ca95 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T22:34:13.065Z] + docker images [2020-10-07T22:34:13.065Z] + grep docker [2020-10-07T22:34:13.065Z] docker-sys-mgmt-agent-go latest f9160b6fee5a 2 seconds ago 290MB [2020-10-07T22:34:13.065Z] docker-core-data-go latest 3b0e01794a4f 13 seconds ago 23.6MB [2020-10-07T22:34:13.065Z] docker-security-secrets-setup-go latest 32599e6ae288 24 seconds ago 24MB [2020-10-07T22:34:13.065Z] docker-support-logging-go latest 93ea7141fd50 44 seconds ago 11.1MB [2020-10-07T22:34:13.065Z] docker-core-metadata-go latest f7f8c910c7f5 52 seconds ago 14.2MB [2020-10-07T22:34:13.065Z] docker-security-secretstore-setup-go latest d11e26e5fe1c 2 minutes ago 32.4MB [2020-10-07T22:34:13.065Z] docker-support-notifications-go latest 92461f607eaa 2 minutes ago 13.6MB [2020-10-07T22:34:13.065Z] docker-security-proxy-setup-go latest 1199c67e640e 2 minutes ago 15.8MB [2020-10-07T22:34:13.065Z] docker-core-command-go latest d77a95b402c3 2 minutes ago 12.2MB [2020-10-07T22:34:13.065Z] docker-support-scheduler-go latest e0f74f66c984 2 minutes ago 12.3MB [2020-10-07T22:34:13.065Z] 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-07T22:34:16.869Z] 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-07T22:34:21.215Z] 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-07T22:34:24.604Z] 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-07T22:34:27.992Z] 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-07T22:34:28.923Z] Still waiting to schedule task [2020-10-07T22:34:28.923Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-07T22:34:32.299Z] 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-07T22:34:36.660Z] 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-07T22:34:39.312Z] $ docker stop --time=1 e214f779b4ce59c3f3ad5cf67cdc7778136fcf2983fbd7696406e1fc3a3350d5 [2020-10-07T22:34:41.722Z] $ docker rm -f e214f779b4ce59c3f3ad5cf67cdc7778136fcf2983fbd7696406e1fc3a3350d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:34:43.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T22:34:43.485Z] [2020-10-07T22:34:43.485Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:34:44.147Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T22:34:44.418Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-07T22:34:44.418Z] 29e5d40040c1: Pulling fs layer [2020-10-07T22:34:44.418Z] 1ce36da41761: Pulling fs layer [2020-10-07T22:34:44.418Z] 25b303627fd3: Pulling fs layer [2020-10-07T22:34:44.697Z] 29e5d40040c1: Verifying Checksum [2020-10-07T22:34:44.697Z] 29e5d40040c1: Download complete [2020-10-07T22:34:45.300Z] 29e5d40040c1: Pull complete [2020-10-07T22:34:45.907Z] 1ce36da41761: Verifying Checksum [2020-10-07T22:34:45.907Z] 1ce36da41761: Download complete [2020-10-07T22:34:47.341Z] 1ce36da41761: Pull complete [2020-10-07T22:34:47.341Z] 25b303627fd3: Verifying Checksum [2020-10-07T22:34:47.341Z] 25b303627fd3: Download complete [2020-10-07T22:34:57.493Z] 25b303627fd3: Pull complete [2020-10-07T22:34:57.493Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-07T22:34:57.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T22:34:57.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-07T22:34:57.723Z] prd-ubuntu18.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container [2020-10-07T22:34:57.792Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-07T22:35:00.807Z] $ docker top f245acf2980ec1b23baf981ba77cfaf5877c9d9742298b0737663cba1b06e3b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T22:35:02.275Z] + docker-compose build --help [2020-10-07T22:35:02.276Z] + grep parallel [2020-10-07T22:35:05.655Z] --parallel Build images in parallel. [Pipeline] } [2020-10-07T22:35:05.671Z] $ docker stop --time=1 f245acf2980ec1b23baf981ba77cfaf5877c9d9742298b0737663cba1b06e3b8 [2020-10-07T22:35:07.673Z] $ docker rm -f f245acf2980ec1b23baf981ba77cfaf5877c9d9742298b0737663cba1b06e3b8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T22:35:08.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T22:35:08.493Z] . [Pipeline] withDockerContainer [2020-10-07T22:35:08.819Z] prd-ubuntu18.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container [2020-10-07T22:35:08.893Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-07T22:35:10.351Z] $ docker top 0c56380859a495cc305213403531bf538ac7b112b0d08fe2c4439ed5c93af77f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T22:35:11.434Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-07T22:35:14.803Z] Building docker-core-command-go ... [2020-10-07T22:35:14.803Z] Building docker-core-data-go ... [2020-10-07T22:35:14.803Z] Building docker-core-metadata-go ... [2020-10-07T22:35:14.803Z] Building docker-security-proxy-setup-go ... [2020-10-07T22:35:14.803Z] Building docker-security-secrets-setup-go ... [2020-10-07T22:35:14.803Z] Building docker-security-secretstore-setup-go ... [2020-10-07T22:35:14.803Z] Building docker-support-logging-go ... [2020-10-07T22:35:14.803Z] Building docker-support-notifications-go ... [2020-10-07T22:35:14.803Z] Building docker-support-scheduler-go ... [2020-10-07T22:35:14.803Z] Building docker-sys-mgmt-agent-go ... [2020-10-07T22:35:14.803Z] Building docker-core-data-go [2020-10-07T22:35:14.803Z] Building docker-core-command-go [2020-10-07T22:35:14.803Z] Building docker-security-secrets-setup-go [2020-10-07T22:35:14.803Z] Building docker-security-proxy-setup-go [2020-10-07T22:35:14.803Z] Building docker-support-scheduler-go [2020-10-07T22:35:39.143Z] Running on prd-centos7-docker-8c-8g-4004 in /w/workspace/edgexfoundry_edgex-go_PR-2745 [Pipeline] { [Pipeline] ws [2020-10-07T22:35:39.238Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2020-10-07T22:35:41.495Z] using credential edgex-jenkins-ssh [2020-10-07T22:35:41.548Z] Cloning the remote Git repository [2020-10-07T22:35:41.579Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-07T22:35:41.647Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-10-07T22:35:41.673Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T22:35:41.673Z] > git --version # timeout=10 [2020-10-07T22:35:41.679Z] > git --version # 'git version 2.16.5' [2020-10-07T22:35:41.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T22:35:41.702Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T22:35:49.532Z] ERROR: Error cloning remote repo 'origin' [2020-10-07T22:35:49.533Z] hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: [2020-10-07T22:35:49.533Z] stdout: [2020-10-07T22:35:49.533Z] stderr: Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts. [2020-10-07T22:35:49.533Z] remote: Enumerating objects: 31, done. [2020-10-07T22:35:49.533Z] remote: Counting objects: 3% (1/31) remote: Counting objects: 6% (2/31) remote: Counting objects: 9% (3/31) remote: Counting objects: 12% (4/31) remote: Counting objects: 16% (5/31) remote: Counting objects: 19% (6/31) remote: Counting objects: 22% (7/31) remote: Counting objects: 25% (8/31) remote: Counting objects: 29% (9/31) remote: Counting objects: 32% (10/31) remote: Counting objects: 35% (11/31) remote: Counting objects: 38% (12/31) remote: Counting objects: 41% (13/31) remote: Counting objects: 45% (14/31) remote: Counting objects: 48% (15/31) remote: Counting objects: 51% (16/31) remote: Counting objects: 54% (17/31) remote: Counting objects: 58% (18/31) remote: Counting objects: 61% (19/31) remote: Counting objects: 64% (20/31) remote: Counting objects: 67% (21/31) remote: Counting objects: 70% (22/31) remote: Counting objects: 74% (23/31) remote: Counting objects: 77% (24/31) remote: Counting objects: 80% (25/31) remote: Counting objects: 83% (26/31) remote: Counting objects: 87% (27/31) remote: Counting objects: 90% (28/31) remote: Counting objects: 93% (29/31) remote: Counting objects: 96% (30/31) remote: Counting objects: 100% (31/31) remote: Counting objects: 100% (31/31), done. [2020-10-07T22:35:49.533Z] remote: Compressing objects: 4% (1/25) remote: Compressing objects: 8% (2/25) remote: Compressing objects: 12% (3/25) remote: Compressing objects: 16% (4/25) remote: Compressing objects: 20% (5/25) remote: Compressing objects: 24% (6/25) remote: Compressing objects: 28% (7/25) remote: Compressing objects: 32% (8/25) remote: Compressing objects: 36% (9/25) remote: Compressing objects: 40% (10/25) remote: Compressing objects: 44% (11/25) remote: Compressing objects: 48% (12/25) remote: Compressing objects: 52% (13/25) remote: Compressing objects: 56% (14/25) remote: Compressing objects: 60% (15/25) remote: Compressing objects: 64% (16/25) remote: Compressing objects: 68% (17/25) remote: Compressing objects: 72% (18/25) remote: Compressing objects: 76% (19/25) remote: Compressing objects: 80% (20/25) remote: Compressing objects: 84% (21/25) remote: Compressing objects: 88% (22/25) remote: Compressing objects: 92% (23/25) remote: Compressing objects: 96% (24/25) remote: Compressing objects: 100% (25/25) remote: Compressing objects: 100% (25/25), done. [2020-10-07T22:35:49.533Z] Receiving objects: 0% (1/32875) Receiving objects: 1% (329/32875) Receiving objects: 2% (658/32875) Receiving objects: 3% (987/32875) Receiving objects: 4% (1315/32875) Receiving objects: 5% (1644/32875) Receiving objects: 6% (1973/32875) Receiving objects: 7% (2302/32875) Receiving objects: 8% (2630/32875) Receiving objects: 9% (2959/32875) Receiving objects: 10% (3288/32875) Receiving objects: 11% (3617/32875) Receiving objects: 12% (3945/32875) Receiving objects: 13% (4274/32875) Receiving objects: 14% (4603/32875) Receiving objects: 15% (4932/32875) Receiving objects: 16% (5260/32875) Receiving objects: 17% (5589/32875) Receiving objects: 18% (5918/32875) Receiving objects: 19% (6247/32875) Receiving objects: 20% (6575/32875) Receiving objects: 21% (6904/32875) Receiving objects: 22% (7233/32875) Receiving objects: 23% (7562/32875) Receiving objects: 24% (7890/32875) Receiving objects: 25% (8219/32875) Receiving objects: 26% (8548/32875) Receiving objects: 27% (8877/32875) Receiving objects: 28% (9205/32875) Receiving objects: 28% (9299/32875), 22.22 MiB | 22.22 MiB/s Receiving objects: 28% (9319/32875), 36.28 MiB | 18.13 MiB/s Connection to github.com closed by remote host. [2020-10-07T22:35:49.533Z] fatal: The remote end hung up unexpectedly [2020-10-07T22:35:49.533Z] fatal: early EOF [2020-10-07T22:35:49.533Z] fatal: index-pack failed [2020-10-07T22:35:49.533Z] [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450) [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051) [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84) [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:573) [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) [2020-10-07T22:35:49.533Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211) [2020-10-07T22:35:49.533Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54) [2020-10-07T22:35:49.533Z] at hudson.remoting.Request$2.run(Request.java:369) [2020-10-07T22:35:49.533Z] at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) [2020-10-07T22:35:49.533Z] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [2020-10-07T22:35:49.533Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [2020-10-07T22:35:49.533Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [2020-10-07T22:35:49.533Z] at java.lang.Thread.run(Thread.java:748) [2020-10-07T22:35:49.533Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos7-docker-8c-8g-4004 [2020-10-07T22:35:49.533Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) [2020-10-07T22:35:49.533Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) [2020-10-07T22:35:49.533Z] at hudson.remoting.Channel.call(Channel.java:998) [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) [2020-10-07T22:35:49.533Z] at sun.reflect.GeneratedMethodAccessor453.invoke(Unknown Source) [2020-10-07T22:35:49.533Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-07T22:35:49.533Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-10-07T22:35:49.533Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) [2020-10-07T22:35:49.533Z] at com.sun.proxy.$Proxy118.execute(Unknown Source) [2020-10-07T22:35:49.534Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1132) [2020-10-07T22:35:49.534Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177) [2020-10-07T22:35:49.534Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) [2020-10-07T22:35:49.534Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) [2020-10-07T22:35:49.534Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) [2020-10-07T22:35:49.534Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) [2020-10-07T22:35:49.534Z] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [2020-10-07T22:35:49.534Z] ... 4 more [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-07T22:35:50.244Z] Failed in branch amd64 [2020-10-07T22:37:21.651Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:37:21.651Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:37:21.651Z] ---> 0683aebbe8ad [2020-10-07T22:37:21.651Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T22:37:21.651Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:37:21.651Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:37:21.651Z] ---> 0683aebbe8ad [2020-10-07T22:37:21.651Z] Step 3/23 : WORKDIR /edgex-go [2020-10-07T22:37:21.651Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:37:21.651Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-07T22:37:21.651Z] ---> 0683aebbe8ad [2020-10-07T22:37:21.651Z] Step 3/29 : WORKDIR /edgex-go [2020-10-07T22:37:21.651Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:37:21.651Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:37:21.651Z] ---> 0683aebbe8ad [2020-10-07T22:37:21.651Z] Step 3/21 : WORKDIR /edgex-go [2020-10-07T22:37:21.651Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:37:21.651Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:37:21.651Z] ---> 0683aebbe8ad [2020-10-07T22:37:21.651Z] Step 3/20 : WORKDIR /edgex-go [2020-10-07T22:37:21.651Z] ---> Running in 87fe7df9942b [2020-10-07T22:37:21.651Z] ---> Running in da4ec38f514f [2020-10-07T22:37:21.651Z] ---> Running in 5b52837fe20e [2020-10-07T22:37:21.651Z] ---> Running in 6baedfe3772c [2020-10-07T22:37:21.651Z] ---> Running in 2d1fa928927e [2020-10-07T22:37:21.651Z] Removing intermediate container 87fe7df9942b [2020-10-07T22:37:21.651Z] ---> b8255c2dcd2d [2020-10-07T22:37:21.651Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:37:21.651Z] Removing intermediate container da4ec38f514f [2020-10-07T22:37:21.651Z] ---> 3b096849ac38 [2020-10-07T22:37:21.651Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:37:21.651Z] Removing intermediate container 2d1fa928927e [2020-10-07T22:37:21.651Z] ---> 5e6c0ad2054d [2020-10-07T22:37:21.651Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:37:21.651Z] Removing intermediate container 5b52837fe20e [2020-10-07T22:37:21.651Z] ---> 2ce6bc731b7c [2020-10-07T22:37:21.651Z] Step 4/29 : RUN apk update && apk add make git [2020-10-07T22:37:21.651Z] Removing intermediate container 6baedfe3772c [2020-10-07T22:37:21.651Z] ---> ecd212167c87 [2020-10-07T22:37:21.651Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:37:21.651Z] ---> Running in 7d0251283b8c [2020-10-07T22:37:21.651Z] ---> Running in 01459c63b667 [2020-10-07T22:37:21.651Z] ---> Running in d3cd54a13cb6 [2020-10-07T22:37:21.651Z] ---> Running in 4105d8f68d9a [2020-10-07T22:37:21.651Z] ---> Running in 9b4a33a3452e [2020-10-07T22:37:21.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.651Z] Removing intermediate container 01459c63b667 [2020-10-07T22:37:21.651Z] ---> 3dd34550f228 [2020-10-07T22:37:21.651Z] Step 5/20 : RUN apk update && apk add make git [2020-10-07T22:37:21.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.651Z] ---> Running in 93a58c0c5acb [2020-10-07T22:37:21.651Z] Removing intermediate container 7d0251283b8c [2020-10-07T22:37:21.651Z] ---> 65cae6aefe86 [2020-10-07T22:37:21.651Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T22:37:21.651Z] ---> Running in f32609195582 [2020-10-07T22:37:21.651Z] Removing intermediate container d3cd54a13cb6 [2020-10-07T22:37:21.651Z] ---> fd3cf2d1f59a [2020-10-07T22:37:21.651Z] Step 5/21 : RUN apk update && apk add make git [2020-10-07T22:37:21.651Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:37:21.651Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:37:21.652Z] OK: 12623 distinct packages available [2020-10-07T22:37:21.652Z] ---> Running in 996fde119228 [2020-10-07T22:37:21.652Z] Removing intermediate container 4105d8f68d9a [2020-10-07T22:37:21.652Z] ---> ac43de5239bd [2020-10-07T22:37:21.652Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-07T22:37:21.652Z] ---> Running in ebc5aa76ed75 [2020-10-07T22:37:21.652Z] OK: 217 MiB in 51 packages [2020-10-07T22:37:21.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.652Z] Removing intermediate container 9b4a33a3452e [2020-10-07T22:37:21.652Z] ---> 455601bcfd5d [2020-10-07T22:37:21.652Z] Step 5/29 : COPY go.mod . [2020-10-07T22:37:21.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.652Z] ---> 7325038e46f9 [2020-10-07T22:37:21.652Z] Step 6/29 : RUN go mod download [2020-10-07T22:37:21.652Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:37:21.652Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:37:21.652Z] OK: 12623 distinct packages available [2020-10-07T22:37:21.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:37:21.927Z] ---> Running in 30a98c935db2 [2020-10-07T22:37:22.525Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:37:22.525Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:37:22.525Z] OK: 12623 distinct packages available [2020-10-07T22:37:22.525Z] OK: 217 MiB in 51 packages [2020-10-07T22:37:22.525Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:37:22.525Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:37:22.525Z] OK: 12623 distinct packages available [2020-10-07T22:37:23.136Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:37:23.136Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:37:23.136Z] OK: 12623 distinct packages available [2020-10-07T22:37:23.419Z] OK: 217 MiB in 51 packages [2020-10-07T22:37:23.702Z] OK: 217 MiB in 51 packages [2020-10-07T22:37:23.983Z] OK: 217 MiB in 51 packages [2020-10-07T22:37:24.588Z] Removing intermediate container 93a58c0c5acb [2020-10-07T22:37:24.588Z] ---> 0021894234c2 [2020-10-07T22:37:24.588Z] Step 6/20 : COPY go.mod . [2020-10-07T22:37:25.583Z] Removing intermediate container f32609195582 [2020-10-07T22:37:25.583Z] ---> 027467789a40 [2020-10-07T22:37:25.583Z] Step 6/22 : COPY go.mod . [2020-10-07T22:37:25.583Z] Removing intermediate container 996fde119228 [2020-10-07T22:37:25.583Z] ---> 39ed66167095 [2020-10-07T22:37:25.583Z] Step 6/21 : COPY go.mod . [2020-10-07T22:37:25.866Z] Removing intermediate container ebc5aa76ed75 [2020-10-07T22:37:25.866Z] ---> 740b710e032a [2020-10-07T22:37:25.866Z] Step 6/23 : COPY go.mod . [2020-10-07T22:37:25.866Z] ---> 7186eecea9f3 [2020-10-07T22:37:25.866Z] Step 7/20 : RUN go mod download [2020-10-07T22:37:26.145Z] ---> Running in 6645888b7543 [2020-10-07T22:37:26.418Z] ---> 94c449f94431 [2020-10-07T22:37:26.418Z] Step 7/22 : RUN go mod download [2020-10-07T22:37:26.418Z] Removing intermediate container 30a98c935db2 [2020-10-07T22:37:26.418Z] ---> b38753563c61 [2020-10-07T22:37:26.418Z] Step 7/29 : COPY . . [2020-10-07T22:37:26.699Z] ---> d10cb8ea685c [2020-10-07T22:37:26.699Z] Step 7/21 : RUN go mod download [2020-10-07T22:37:26.972Z] ---> Running in 766db964aaa0 [2020-10-07T22:37:26.972Z] ---> 5ffafd931b93 [2020-10-07T22:37:26.972Z] Step 7/23 : RUN go mod download [2020-10-07T22:37:26.972Z] ---> Running in c9ba840d10ff [2020-10-07T22:37:27.246Z] ---> Running in e1ca575e7c89 [2020-10-07T22:37:31.591Z] Removing intermediate container 6645888b7543 [2020-10-07T22:37:31.591Z] ---> 2dff72a9f7ca [2020-10-07T22:37:31.591Z] Step 8/20 : COPY . . [2020-10-07T22:37:33.027Z] Removing intermediate container 766db964aaa0 [2020-10-07T22:37:33.028Z] ---> 59574b2189bc [2020-10-07T22:37:33.028Z] Step 8/22 : COPY . . [2020-10-07T22:37:33.301Z] Removing intermediate container c9ba840d10ff [2020-10-07T22:37:33.301Z] ---> 85d81e832be5 [2020-10-07T22:37:33.301Z] Step 8/21 : COPY . . [2020-10-07T22:37:33.578Z] Removing intermediate container e1ca575e7c89 [2020-10-07T22:37:33.578Z] ---> 4006fcb47b62 [2020-10-07T22:37:33.578Z] Step 8/23 : COPY . . [2020-10-07T22:38:00.410Z] ---> b87cfbd71e60 [2020-10-07T22:38:00.410Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-07T22:38:00.410Z] ---> 288b5bb3d72d [2020-10-07T22:38:00.410Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-07T22:38:00.410Z] ---> 0ac2bffb1c98 [2020-10-07T22:38:00.410Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-07T22:38:00.410Z] ---> Running in a6143e505ca3 [2020-10-07T22:38:00.410Z] ---> 1c7053d6ed07 [2020-10-07T22:38:00.410Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-07T22:38:00.410Z] ---> Running in 6fac8da5a6dd [2020-10-07T22:38:00.410Z] ---> 3e5cfe41ff1b [2020-10-07T22:38:00.410Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-07T22:38:00.410Z] ---> Running in 311c239fc611 [2020-10-07T22:38:00.410Z] ---> Running in f5ec62bf4dfb [2020-10-07T22:38:00.410Z] ---> Running in bfd52152687a [2020-10-07T22:38:01.892Z] 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-07T22:38:02.168Z] 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-07T22:38:02.446Z] 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-07T22:38:02.724Z] 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-07T22:38:03.007Z] 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-07T22:39:25.075Z] Removing intermediate container a6143e505ca3 [2020-10-07T22:39:25.075Z] ---> 0bdfa76e8682 [2020-10-07T22:39:25.075Z] [2020-10-07T22:39:25.075Z] Step 9/29 : FROM alpine:latest [2020-10-07T22:39:25.075Z] latest: Pulling from library/alpine [2020-10-07T22:39:25.075Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-07T22:39:25.075Z] Status: Downloaded newer image for alpine:latest [2020-10-07T22:39:25.075Z] ---> 62ee0e9f8440 [2020-10-07T22:39:25.075Z] 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-07T22:39:25.075Z] ---> Running in 77a770e4427d [2020-10-07T22:39:25.075Z] Removing intermediate container 77a770e4427d [2020-10-07T22:39:25.075Z] ---> cd85b970483a [2020-10-07T22:39:25.075Z] Step 11/29 : USER root [2020-10-07T22:39:25.075Z] ---> Running in fc684a1c9629 [2020-10-07T22:39:25.691Z] Removing intermediate container 6fac8da5a6dd [2020-10-07T22:39:25.691Z] ---> ce695f9a558e [2020-10-07T22:39:25.691Z] [2020-10-07T22:39:25.691Z] Step 10/20 : FROM alpine [2020-10-07T22:39:25.691Z] ---> 62ee0e9f8440 [2020-10-07T22:39:25.691Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-07T22:39:25.691Z] ---> Running in e2abac4ea484 [2020-10-07T22:39:25.971Z] Removing intermediate container fc684a1c9629 [2020-10-07T22:39:25.971Z] ---> 0976d7ce2e1b [2020-10-07T22:39:25.971Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-07T22:39:26.250Z] ---> Running in 082a9717c136 [2020-10-07T22:39:28.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:39:29.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:39:29.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:39:29.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:39:30.240Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:39:30.240Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:39:30.240Z] OK: 12621 distinct packages available [2020-10-07T22:39:30.828Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:39:30.828Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:39:30.828Z] OK: 12621 distinct packages available [2020-10-07T22:39:31.455Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-07T22:39:31.455Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T22:39:31.455Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-07T22:39:31.756Z] (4/4) Installing curl (7.69.1-r1) [2020-10-07T22:39:31.756Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:39:31.756Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T22:39:31.756Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-07T22:39:31.756Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-07T22:39:31.756Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:39:31.756Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T22:39:32.095Z] OK: 7 MiB in 18 packages [2020-10-07T22:39:32.375Z] OK: 6 MiB in 16 packages [2020-10-07T22:39:35.040Z] Removing intermediate container 082a9717c136 [2020-10-07T22:39:35.040Z] ---> f1e9247bd6d4 [2020-10-07T22:39:35.040Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-07T22:39:35.643Z] ---> Running in 036c59256b4a [2020-10-07T22:39:35.643Z] Removing intermediate container e2abac4ea484 [2020-10-07T22:39:35.643Z] ---> 93378be97ed6 [2020-10-07T22:39:35.643Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T22:39:35.923Z] ---> Running in 9b28444252e6 [2020-10-07T22:39:36.199Z] Removing intermediate container 036c59256b4a [2020-10-07T22:39:36.199Z] ---> 5f97eaae5968 [2020-10-07T22:39:36.199Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-07T22:39:36.475Z] ---> Running in 74bfa1b2e709 [2020-10-07T22:39:36.752Z] Removing intermediate container 9b28444252e6 [2020-10-07T22:39:36.752Z] ---> 931eab4f6e64 [2020-10-07T22:39:36.752Z] Step 13/20 : WORKDIR /edgex [2020-10-07T22:39:37.034Z] ---> Running in 1db38f58afeb [2020-10-07T22:39:37.310Z] Removing intermediate container 74bfa1b2e709 [2020-10-07T22:39:37.310Z] ---> 20841179b4a0 [2020-10-07T22:39:37.310Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-07T22:39:37.587Z] ---> Running in 489ca79c80d4 [2020-10-07T22:39:37.865Z] Removing intermediate container 1db38f58afeb [2020-10-07T22:39:37.865Z] ---> 493f8c3602c6 [2020-10-07T22:39:37.865Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-07T22:39:39.868Z] ---> ebc1a186435c [2020-10-07T22:39:39.868Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-07T22:39:41.869Z] ---> 097bd28a9423 [2020-10-07T22:39:41.869Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-07T22:39:41.869Z] ---> Running in 732c04011d91 [2020-10-07T22:39:42.470Z] Removing intermediate container 732c04011d91 [2020-10-07T22:39:42.470Z] ---> 483375d98349 [2020-10-07T22:39:42.470Z] Step 17/20 : CMD ["--init=true"] [2020-10-07T22:39:42.748Z] Removing intermediate container 489ca79c80d4 [2020-10-07T22:39:42.748Z] ---> 24587f0d623e [2020-10-07T22:39:42.748Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-07T22:39:42.748Z] ---> Running in 4894bddaa586 [2020-10-07T22:39:43.738Z] Removing intermediate container 4894bddaa586 [2020-10-07T22:39:43.738Z] ---> eb081ef04a52 [2020-10-07T22:39:43.738Z] Step 18/20 : LABEL arch=arm64 [2020-10-07T22:39:44.022Z] ---> Running in 7422982912fd [2020-10-07T22:39:44.630Z] ---> c5ea129dd1c8 [2020-10-07T22:39:44.630Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-07T22:39:44.630Z] Removing intermediate container 7422982912fd [2020-10-07T22:39:44.630Z] ---> cfd2edc46f1b [2020-10-07T22:39:44.630Z] Step 19/20 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:39:44.913Z] ---> Running in a77b26badddb [2020-10-07T22:39:45.909Z] ---> 16241bff5bed [2020-10-07T22:39:45.909Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-07T22:39:45.909Z] Removing intermediate container a77b26badddb [2020-10-07T22:39:45.909Z] ---> 7642b8541796 [2020-10-07T22:39:45.909Z] Step 20/20 : LABEL version=0.0.0 [2020-10-07T22:39:46.191Z] ---> Running in 82dbeecae4a7 [2020-10-07T22:39:47.190Z] Removing intermediate container 82dbeecae4a7 [2020-10-07T22:39:47.190Z] ---> 6750af4e338d [2020-10-07T22:39:47.190Z] [2020-10-07T22:39:47.190Z] ---> d9f3ba9e8864 [2020-10-07T22:39:47.190Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-07T22:39:48.186Z] Successfully built 6750af4e338d [2020-10-07T22:39:48.186Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-07T22:39:48.186Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-10-07T22:39:48.464Z] ---> 6c9e753b82ff [2020-10-07T22:39:48.464Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-07T22:39:50.478Z] ---> ac90e20a3f0d [2020-10-07T22:39:50.478Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-07T22:39:51.476Z] ---> Running in df35e51c822d [2020-10-07T22:39:59.786Z] Removing intermediate container f5ec62bf4dfb [2020-10-07T22:39:59.786Z] ---> a66b6dc97843 [2020-10-07T22:39:59.786Z] [2020-10-07T22:39:59.786Z] Step 10/22 : FROM scratch [2020-10-07T22:39:59.786Z] ---> [2020-10-07T22:39:59.786Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T22:39:59.786Z] Removing intermediate container 311c239fc611 [2020-10-07T22:39:59.786Z] ---> 38e27b719398 [2020-10-07T22:39:59.786Z] [2020-10-07T22:39:59.786Z] Step 10/21 : FROM scratch [2020-10-07T22:39:59.786Z] ---> [2020-10-07T22:39:59.786Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T22:39:59.786Z] Removing intermediate container df35e51c822d [2020-10-07T22:39:59.786Z] ---> c2ea192e14ef [2020-10-07T22:39:59.786Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T22:39:59.786Z] ---> Running in 244c27febcc4 [2020-10-07T22:39:59.786Z] ---> Running in ddb55cd33403 [2020-10-07T22:40:00.386Z] Removing intermediate container 244c27febcc4 [2020-10-07T22:40:00.386Z] ---> 0ef3f0fafd97 [2020-10-07T22:40:00.386Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-07T22:40:00.675Z] ---> d890b1e21453 [2020-10-07T22:40:00.675Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T22:40:00.675Z] Removing intermediate container ddb55cd33403 [2020-10-07T22:40:00.675Z] ---> 8d488245a5c2 [2020-10-07T22:40:00.675Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-07T22:40:00.675Z] ---> Running in 60d1ef2b4dee [2020-10-07T22:40:00.958Z] ---> Running in 2baa9f49d07c [2020-10-07T22:40:01.234Z] ---> Running in 0066054d5b09 [2020-10-07T22:40:01.515Z] Removing intermediate container 60d1ef2b4dee [2020-10-07T22:40:01.515Z] ---> 120da1247f7b [2020-10-07T22:40:01.515Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T22:40:01.791Z] ---> Running in c384d9ec8458 [2020-10-07T22:40:02.078Z] Removing intermediate container 2baa9f49d07c [2020-10-07T22:40:02.078Z] ---> b932b35e7661 [2020-10-07T22:40:02.078Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-07T22:40:02.360Z] ---> Running in d81f4f67e3b9 [2020-10-07T22:40:02.632Z] Removing intermediate container c384d9ec8458 [2020-10-07T22:40:02.632Z] ---> ec0fa0d4dfa4 [2020-10-07T22:40:02.632Z] Step 14/22 : WORKDIR / [2020-10-07T22:40:02.905Z] ---> Running in 6020ccb2bf3e [2020-10-07T22:40:03.177Z] Removing intermediate container d81f4f67e3b9 [2020-10-07T22:40:03.177Z] ---> 9fa9c56b5fc9 [2020-10-07T22:40:03.177Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-07T22:40:03.785Z] Removing intermediate container 6020ccb2bf3e [2020-10-07T22:40:03.785Z] ---> 5adc51f8bd33 [2020-10-07T22:40:03.785Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-07T22:40:04.411Z] ---> 79dc8842eba8 [2020-10-07T22:40:04.411Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-07T22:40:05.398Z] Removing intermediate container 0066054d5b09 [2020-10-07T22:40:05.398Z] ---> e8616e4e35e3 [2020-10-07T22:40:05.398Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-07T22:40:05.398Z] ---> 7bdaf08f5e7a [2020-10-07T22:40:05.398Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-07T22:40:06.001Z] ---> Running in d95b26a526f9 [2020-10-07T22:40:07.456Z] ---> 67ed98a6e008 [2020-10-07T22:40:07.456Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-07T22:40:08.449Z] ---> 19a747dbbe0b [2020-10-07T22:40:08.449Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-07T22:40:09.043Z] ---> e3d1e52bbb0a [2020-10-07T22:40:09.043Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-07T22:40:09.316Z] ---> Running in 02bc8af488ae [2020-10-07T22:40:09.594Z] ---> 79187495df2b [2020-10-07T22:40:09.594Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-07T22:40:10.197Z] ---> Running in 797517bdd12d [2020-10-07T22:40:10.803Z] Removing intermediate container 02bc8af488ae [2020-10-07T22:40:10.803Z] ---> 411beeba7c4e [2020-10-07T22:40:10.803Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:40:10.803Z] Removing intermediate container d95b26a526f9 [2020-10-07T22:40:10.803Z] ---> 1b5772a7d1ce [2020-10-07T22:40:10.803Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T22:40:11.398Z] ---> Running in c540eb151562 [2020-10-07T22:40:11.398Z] ---> Running in d34515a5c3c8 [2020-10-07T22:40:11.679Z] Removing intermediate container 797517bdd12d [2020-10-07T22:40:11.679Z] ---> 6911709d6b38 [2020-10-07T22:40:11.679Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:40:11.954Z] ---> Running in de2b6b1ae5ab [2020-10-07T22:40:12.232Z] Removing intermediate container c540eb151562 [2020-10-07T22:40:12.232Z] ---> 44427770e068 [2020-10-07T22:40:12.232Z] Step 26/29 : CMD [ "generate" ] [2020-10-07T22:40:12.506Z] Removing intermediate container d34515a5c3c8 [2020-10-07T22:40:12.506Z] ---> d79a16a12466 [2020-10-07T22:40:12.506Z] Step 19/21 : LABEL arch=arm64 [2020-10-07T22:40:12.506Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:40:12.506Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:40:12.506Z] ---> 0683aebbe8ad [2020-10-07T22:40:12.506Z] Step 3/24 : WORKDIR /edgex-go [2020-10-07T22:40:12.506Z] ---> Using cache [2020-10-07T22:40:12.506Z] ---> ecd212167c87 [2020-10-07T22:40:12.506Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:40:12.506Z] ---> Using cache [2020-10-07T22:40:12.506Z] ---> ac43de5239bd [2020-10-07T22:40:12.506Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-07T22:40:12.792Z] ---> Running in e35dceff9f2d [2020-10-07T22:40:12.792Z] Removing intermediate container de2b6b1ae5ab [2020-10-07T22:40:12.792Z] ---> 74266365f60e [2020-10-07T22:40:12.792Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T22:40:12.792Z] ---> Running in f7afd4d8d3c0 [2020-10-07T22:40:13.074Z] ---> Running in 8d37cc7f0427 [2020-10-07T22:40:13.074Z] ---> Running in f4f693c91d2d [2020-10-07T22:40:13.688Z] Removing intermediate container f7afd4d8d3c0 [2020-10-07T22:40:13.688Z] ---> b8af38cb3b8b [2020-10-07T22:40:13.688Z] Step 27/29 : LABEL arch=arm64 [2020-10-07T22:40:13.965Z] ---> Running in 54734b4f1814 [2020-10-07T22:40:13.965Z] Removing intermediate container 8d37cc7f0427 [2020-10-07T22:40:13.965Z] ---> 72c2cffa9bc8 [2020-10-07T22:40:13.965Z] Step 20/21 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:40:13.965Z] Removing intermediate container f4f693c91d2d [2020-10-07T22:40:13.965Z] ---> 289a2ecab5e4 [2020-10-07T22:40:13.965Z] Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:40:13.965Z] ---> Running in df0308d23497 [2020-10-07T22:40:14.244Z] ---> Running in 7cf04de3a26e [2020-10-07T22:40:14.844Z] Removing intermediate container 54734b4f1814 [2020-10-07T22:40:14.844Z] ---> 69089d269d8e [2020-10-07T22:40:14.844Z] Step 28/29 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:40:15.119Z] Removing intermediate container df0308d23497 [2020-10-07T22:40:15.119Z] ---> 14c73f400893 [2020-10-07T22:40:15.119Z] Step 21/21 : LABEL version=0.0.0 [2020-10-07T22:40:15.119Z] Removing intermediate container 7cf04de3a26e [2020-10-07T22:40:15.119Z] ---> d3f352d88e33 [2020-10-07T22:40:15.119Z] Step 22/22 : LABEL version=0.0.0 [2020-10-07T22:40:15.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:40:15.395Z] ---> Running in faea32fafab1 [2020-10-07T22:40:15.666Z] ---> Running in 29abfa56aef6 [2020-10-07T22:40:15.666Z] ---> Running in 8538499e0fcf [2020-10-07T22:40:15.937Z] Removing intermediate container faea32fafab1 [2020-10-07T22:40:15.937Z] ---> 6b5e0046358c [2020-10-07T22:40:15.937Z] Step 29/29 : LABEL version=0.0.0 [2020-10-07T22:40:16.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:40:16.205Z] Removing intermediate container 29abfa56aef6 [2020-10-07T22:40:16.205Z] ---> aea67e58da0b [2020-10-07T22:40:16.205Z] [2020-10-07T22:40:16.477Z] ---> Running in fb613cccb0a6 [2020-10-07T22:40:16.477Z] Removing intermediate container 8538499e0fcf [2020-10-07T22:40:16.477Z] ---> 2459c29b9838 [2020-10-07T22:40:16.477Z] [2020-10-07T22:40:16.751Z] Removing intermediate container bfd52152687a [2020-10-07T22:40:16.751Z] ---> d4236cdacdcf [2020-10-07T22:40:16.751Z] [2020-10-07T22:40:16.751Z] Step 10/23 : FROM alpine [2020-10-07T22:40:16.751Z] ---> 62ee0e9f8440 [2020-10-07T22:40:16.751Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T22:40:16.751Z] Successfully built aea67e58da0b [2020-10-07T22:40:16.751Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-07T22:40:16.751Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-10-07T22:40:17.022Z] Successfully built 2459c29b9838 [2020-10-07T22:40:17.022Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-07T22:40:17.022Z]  Building docker-core-command-go ... done Removing intermediate container fb613cccb0a6 [2020-10-07T22:40:17.022Z] ---> 0eb25d81b18a [2020-10-07T22:40:17.022Z] [2020-10-07T22:40:17.022Z] Building docker-core-metadata-go [2020-10-07T22:40:17.294Z] ---> Running in 457c961b408d [2020-10-07T22:40:17.294Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:40:17.294Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:40:17.294Z] OK: 12623 distinct packages available [2020-10-07T22:40:17.565Z] Successfully built 0eb25d81b18a [2020-10-07T22:40:17.565Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-07T22:40:17.565Z] Building docker-sys-mgmt-agent-go [2020-10-07T22:40:17.839Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 457c961b408d [2020-10-07T22:40:17.839Z] ---> 2c82f7af2c82 [2020-10-07T22:40:17.839Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-07T22:40:17.839Z] ---> Running in c338cd9f40ec [2020-10-07T22:40:18.110Z] OK: 217 MiB in 51 packages [2020-10-07T22:40:18.393Z] Removing intermediate container c338cd9f40ec [2020-10-07T22:40:18.393Z] ---> 445b3d9c6e42 [2020-10-07T22:40:18.393Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-07T22:40:18.666Z] ---> Running in bafcb62a84a8 [2020-10-07T22:40:18.941Z] Removing intermediate container bafcb62a84a8 [2020-10-07T22:40:18.941Z] ---> a8f5aa357464 [2020-10-07T22:40:18.941Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:40:19.216Z] ---> Running in d55e7d78fcae [2020-10-07T22:40:19.490Z] Removing intermediate container e35dceff9f2d [2020-10-07T22:40:19.490Z] ---> 3a9289408a23 [2020-10-07T22:40:19.490Z] Step 6/24 : COPY go.mod . [2020-10-07T22:40:20.944Z] ---> 69f2442969fe [2020-10-07T22:40:20.944Z] Step 7/24 : RUN go mod download [2020-10-07T22:40:21.952Z] ---> Running in 5e99a45f1020 [2020-10-07T22:40:25.350Z] Removing intermediate container d55e7d78fcae [2020-10-07T22:40:25.350Z] ---> f110d91cf096 [2020-10-07T22:40:25.350Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-07T22:40:25.624Z] ---> Running in 59e746b2f417 [2020-10-07T22:40:27.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:40:27.604Z] Removing intermediate container 5e99a45f1020 [2020-10-07T22:40:27.604Z] ---> b42da235fe85 [2020-10-07T22:40:27.604Z] Step 8/24 : COPY . . [2020-10-07T22:40:28.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:40:28.808Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-07T22:40:29.084Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-07T22:40:29.084Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-07T22:40:29.358Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-07T22:40:29.358Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-07T22:40:29.637Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:40:29.637Z] OK: 8 MiB in 19 packages [2020-10-07T22:40:36.395Z] Removing intermediate container 59e746b2f417 [2020-10-07T22:40:36.395Z] ---> 72f860d6e557 [2020-10-07T22:40:36.395Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-07T22:40:36.669Z] ---> 1e25a6866485 [2020-10-07T22:40:36.669Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-07T22:40:38.670Z] ---> fe6d298c3863 [2020-10-07T22:40:38.670Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-07T22:40:39.669Z] ---> ad8d03afa431 [2020-10-07T22:40:39.669Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-07T22:40:39.953Z] ---> Running in a4417a5b3b9f [2020-10-07T22:40:40.566Z] Removing intermediate container a4417a5b3b9f [2020-10-07T22:40:40.566Z] ---> 48fc318eb326 [2020-10-07T22:40:40.566Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:40:40.851Z] ---> Running in 53063c0f4f7c [2020-10-07T22:40:41.839Z] Removing intermediate container 53063c0f4f7c [2020-10-07T22:40:41.839Z] ---> 3be14a90bb9b [2020-10-07T22:40:41.839Z] Step 21/23 : LABEL arch=arm64 [2020-10-07T22:40:42.118Z] ---> Running in 1f105dc4e249 [2020-10-07T22:40:43.118Z] Removing intermediate container 1f105dc4e249 [2020-10-07T22:40:43.118Z] ---> a8b51e55f4b7 [2020-10-07T22:40:43.118Z] Step 22/23 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:40:43.396Z] ---> Running in 2ecea1cde340 [2020-10-07T22:40:44.397Z] Removing intermediate container 2ecea1cde340 [2020-10-07T22:40:44.397Z] ---> b92ae7a4e0e2 [2020-10-07T22:40:44.397Z] Step 23/23 : LABEL version=0.0.0 [2020-10-07T22:40:44.679Z] ---> Running in 4828f5d4957a [2020-10-07T22:40:45.289Z] ---> 26363e6da038 [2020-10-07T22:40:45.289Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-07T22:40:45.565Z] Removing intermediate container 4828f5d4957a [2020-10-07T22:40:45.565Z] ---> e1de09f1f5bd [2020-10-07T22:40:45.565Z] [2020-10-07T22:40:45.840Z] ---> Running in 60c119b484bf [2020-10-07T22:40:46.828Z] Successfully built e1de09f1f5bd [2020-10-07T22:40:46.828Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-07T22:40:46.828Z] Building docker-security-secretstore-setup-go [2020-10-07T22:40:47.429Z]  Building docker-core-data-go ... done 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-07T22:41:26.557Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:41:26.557Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:41:26.557Z] ---> 0683aebbe8ad [2020-10-07T22:41:26.557Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T22:41:26.557Z] ---> Using cache [2020-10-07T22:41:26.557Z] ---> ecd212167c87 [2020-10-07T22:41:26.557Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:41:26.557Z] ---> Using cache [2020-10-07T22:41:26.557Z] ---> ac43de5239bd [2020-10-07T22:41:26.557Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T22:41:26.557Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:41:26.557Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:41:26.557Z] ---> 0683aebbe8ad [2020-10-07T22:41:26.557Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T22:41:26.557Z] ---> Using cache [2020-10-07T22:41:26.557Z] ---> ecd212167c87 [2020-10-07T22:41:26.557Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:41:26.557Z] ---> Using cache [2020-10-07T22:41:26.557Z] ---> ac43de5239bd [2020-10-07T22:41:26.557Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-07T22:41:26.557Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:41:26.557Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:41:26.557Z] ---> 0683aebbe8ad [2020-10-07T22:41:26.557Z] Step 3/27 : WORKDIR /edgex-go [2020-10-07T22:41:26.557Z] ---> Using cache [2020-10-07T22:41:26.557Z] ---> ecd212167c87 [2020-10-07T22:41:26.557Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:41:26.557Z] ---> Using cache [2020-10-07T22:41:26.557Z] ---> ac43de5239bd [2020-10-07T22:41:26.557Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-07T22:41:27.161Z] ---> Running in b77ec2bda04b [2020-10-07T22:41:27.161Z] ---> Running in 7c96155f6741 [2020-10-07T22:41:27.161Z] ---> Running in 1e5a2ad3de04 [2020-10-07T22:41:30.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:41:30.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:41:30.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:41:30.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:41:30.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:41:31.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:41:32.172Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:41:32.172Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:41:32.172Z] OK: 12623 distinct packages available [2020-10-07T22:41:32.172Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:41:32.172Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:41:32.172Z] OK: 12623 distinct packages available [2020-10-07T22:41:32.172Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:41:32.172Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:41:32.172Z] OK: 12623 distinct packages available [2020-10-07T22:41:33.165Z] OK: 217 MiB in 51 packages [2020-10-07T22:41:33.165Z] OK: 217 MiB in 51 packages [2020-10-07T22:41:33.445Z] OK: 217 MiB in 51 packages [2020-10-07T22:41:34.446Z] OK: 217 MiB in 51 packages [2020-10-07T22:41:36.475Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T22:41:36.475Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-07T22:41:36.475Z] ---> 0683aebbe8ad [2020-10-07T22:41:36.475Z] Step 3/26 : WORKDIR /edgex-go [2020-10-07T22:41:36.475Z] ---> Using cache [2020-10-07T22:41:36.475Z] ---> ecd212167c87 [2020-10-07T22:41:36.475Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T22:41:36.475Z] ---> Using cache [2020-10-07T22:41:36.475Z] ---> ac43de5239bd [2020-10-07T22:41:36.475Z] Step 5/26 : RUN apk update && apk add make git [2020-10-07T22:41:36.475Z] ---> Running in 0f8c835abaff [2020-10-07T22:41:36.475Z] Removing intermediate container b77ec2bda04b [2020-10-07T22:41:36.475Z] ---> 1673d9f09157 [2020-10-07T22:41:36.475Z] Step 6/27 : COPY go.mod . [2020-10-07T22:41:37.110Z] Removing intermediate container 1e5a2ad3de04 [2020-10-07T22:41:37.110Z] ---> 29552517917b [2020-10-07T22:41:37.110Z] Step 6/22 : COPY go.mod . [2020-10-07T22:41:37.110Z] Removing intermediate container 7c96155f6741 [2020-10-07T22:41:37.110Z] ---> 733d4a47aa65 [2020-10-07T22:41:37.110Z] Step 6/22 : COPY go.mod . [2020-10-07T22:41:37.764Z] ---> ed1642702887 [2020-10-07T22:41:37.764Z] Step 7/27 : RUN go mod download [2020-10-07T22:41:37.764Z] ---> Running in 39a970a7b15a [2020-10-07T22:41:38.439Z] ---> 18b78d24e65a [2020-10-07T22:41:38.439Z] Step 7/22 : RUN go mod download [2020-10-07T22:41:38.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:41:38.439Z] ---> 2832b5acf833 [2020-10-07T22:41:38.439Z] Step 7/22 : RUN go mod download [2020-10-07T22:41:38.439Z] ---> Running in 53099a84cbc3 [2020-10-07T22:41:38.726Z] ---> Running in a1f94cb36144 [2020-10-07T22:41:39.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:41:40.074Z] Removing intermediate container 60c119b484bf [2020-10-07T22:41:40.074Z] ---> 2a348f0a5a63 [2020-10-07T22:41:40.074Z] [2020-10-07T22:41:40.074Z] Step 10/24 : FROM scratch [2020-10-07T22:41:40.074Z] ---> [2020-10-07T22:41:40.074Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T22:41:40.074Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T22:41:40.074Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T22:41:40.074Z] OK: 12623 distinct packages available [2020-10-07T22:41:40.387Z] ---> Running in 08caa2a6d1fb [2020-10-07T22:41:41.048Z] OK: 217 MiB in 51 packages [2020-10-07T22:41:41.048Z] Removing intermediate container 08caa2a6d1fb [2020-10-07T22:41:41.048Z] ---> c33ea9fcf962 [2020-10-07T22:41:41.048Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-07T22:41:41.048Z] ---> Running in c994b1c1b923 [2020-10-07T22:41:41.870Z] Removing intermediate container c994b1c1b923 [2020-10-07T22:41:41.870Z] ---> c128b9d288c4 [2020-10-07T22:41:41.870Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-07T22:41:42.317Z] ---> Running in 7a84b53edd63 [2020-10-07T22:41:42.317Z] Removing intermediate container 39a970a7b15a [2020-10-07T22:41:42.317Z] ---> 393f65234192 [2020-10-07T22:41:42.317Z] Step 8/27 : COPY . . [2020-10-07T22:41:42.986Z] Removing intermediate container 7a84b53edd63 [2020-10-07T22:41:42.986Z] ---> 2931b0f021ff [2020-10-07T22:41:42.986Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-07T22:41:42.986Z] Removing intermediate container 0f8c835abaff [2020-10-07T22:41:42.986Z] ---> ba09251b2ef8 [2020-10-07T22:41:42.986Z] Step 6/26 : COPY go.mod . [2020-10-07T22:41:43.692Z] Removing intermediate container 53099a84cbc3 [2020-10-07T22:41:43.692Z] ---> b32081f54c23 [2020-10-07T22:41:43.692Z] Step 8/22 : COPY . . [2020-10-07T22:41:44.033Z] Removing intermediate container a1f94cb36144 [2020-10-07T22:41:44.033Z] ---> 6fa8de9896b7 [2020-10-07T22:41:44.033Z] Step 8/22 : COPY . . [2020-10-07T22:41:44.518Z] ---> f7bd00e6ae48 [2020-10-07T22:41:44.518Z] Step 7/26 : RUN go mod download [2020-10-07T22:41:44.518Z] ---> b6669241e2b1 [2020-10-07T22:41:44.518Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-07T22:41:45.435Z] ---> Running in 47a891b51def [2020-10-07T22:41:48.228Z] ---> 1ff9d1b034a2 [2020-10-07T22:41:48.228Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-07T22:41:51.636Z] ---> 2704cf30ca4b [2020-10-07T22:41:51.636Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-07T22:41:51.636Z] Removing intermediate container 47a891b51def [2020-10-07T22:41:51.636Z] ---> a7fd7e42f692 [2020-10-07T22:41:51.636Z] Step 8/26 : COPY . . [2020-10-07T22:41:53.633Z] ---> a15710659ef6 [2020-10-07T22:41:53.633Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-07T22:41:57.987Z] ---> 246367431aa5 [2020-10-07T22:41:57.987Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-07T22:42:00.004Z] ---> 53f316c7ad0c [2020-10-07T22:42:00.004Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-07T22:42:00.283Z] ---> Running in 92a7daf4bc03 [2020-10-07T22:42:01.370Z] Removing intermediate container 92a7daf4bc03 [2020-10-07T22:42:01.370Z] ---> edafe760856d [2020-10-07T22:42:01.370Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:42:01.661Z] ---> Running in 8f4572e56355 [2020-10-07T22:42:02.755Z] Removing intermediate container 8f4572e56355 [2020-10-07T22:42:02.755Z] ---> dee945ee6a0e [2020-10-07T22:42:02.755Z] Step 22/24 : LABEL arch=arm64 [2020-10-07T22:42:03.509Z] ---> Running in 226d5de533ef [2020-10-07T22:42:04.617Z] Removing intermediate container 226d5de533ef [2020-10-07T22:42:04.617Z] ---> 6d6b829e83e9 [2020-10-07T22:42:04.617Z] Step 23/24 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:42:05.218Z] ---> Running in cd5d99779cca [2020-10-07T22:42:06.207Z] Removing intermediate container cd5d99779cca [2020-10-07T22:42:06.207Z] ---> 14cd7961f256 [2020-10-07T22:42:06.207Z] Step 24/24 : LABEL version=0.0.0 [2020-10-07T22:42:06.482Z] ---> Running in 6ed0c7682fa1 [2020-10-07T22:42:07.930Z] Removing intermediate container 6ed0c7682fa1 [2020-10-07T22:42:07.930Z] ---> b5e75f057d11 [2020-10-07T22:42:07.930Z] [2020-10-07T22:42:08.535Z] Successfully built b5e75f057d11 [2020-10-07T22:42:08.535Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-07T22:42:08.812Z]  Building docker-support-notifications-go ... done  ---> b14ac1af29a3 [2020-10-07T22:42:08.812Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-07T22:42:09.096Z] ---> 602b04f60250 [2020-10-07T22:42:09.096Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-07T22:42:09.096Z] ---> Running in beb1b1b89a32 [2020-10-07T22:42:09.381Z] ---> Running in bd71cf4f229b [2020-10-07T22:42:10.379Z] ---> 57015255f0f7 [2020-10-07T22:42:10.380Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-07T22:42:10.991Z] ---> Running in 39c476cffdf0 [2020-10-07T22:42:11.604Z] 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-07T22:42:11.604Z] 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-07T22:42:13.056Z] 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-07T22:42:19.805Z] ---> 262531e25790 [2020-10-07T22:42:19.805Z] 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-07T22:42:19.805Z] ---> Running in 59fa21a90f13 [2020-10-07T22:42:21.249Z] 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-07T22:43:29.306Z] 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-07T22:43:29.306Z] Removing intermediate container beb1b1b89a32 [2020-10-07T22:43:29.306Z] ---> bc6c2f0db3d1 [2020-10-07T22:43:29.306Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-07T22:43:29.306Z] ---> Running in b7047509a98d [2020-10-07T22:43:29.306Z] 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-07T22:43:30.755Z] 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-07T22:43:31.751Z] Removing intermediate container 39c476cffdf0 [2020-10-07T22:43:31.751Z] ---> b67d8a89a3d6 [2020-10-07T22:43:31.751Z] [2020-10-07T22:43:31.751Z] Step 10/22 : FROM scratch [2020-10-07T22:43:31.751Z] ---> [2020-10-07T22:43:31.751Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T22:43:32.045Z] ---> Using cache [2020-10-07T22:43:32.045Z] ---> c33ea9fcf962 [2020-10-07T22:43:32.045Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-07T22:43:32.045Z] ---> Running in 793b39dbea26 [2020-10-07T22:43:32.658Z] Removing intermediate container b7047509a98d [2020-10-07T22:43:32.658Z] ---> 64d141c51a03 [2020-10-07T22:43:32.658Z] [2020-10-07T22:43:32.658Z] Step 11/27 : FROM docker:latest [2020-10-07T22:43:32.658Z] ---> 45884bde0078 [2020-10-07T22:43:32.658Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-07T22:43:32.939Z] ---> Running in 63cd69129c52 [2020-10-07T22:43:32.939Z] Removing intermediate container 793b39dbea26 [2020-10-07T22:43:32.939Z] ---> c4f1ade51591 [2020-10-07T22:43:32.939Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T22:43:33.217Z] ---> Running in 29ac64340230 [2020-10-07T22:43:33.830Z] Removing intermediate container 29ac64340230 [2020-10-07T22:43:33.830Z] ---> 83c384e652e8 [2020-10-07T22:43:33.830Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-07T22:43:35.279Z] ---> 94881cd9c335 [2020-10-07T22:43:35.279Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-07T22:43:35.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:43:35.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:43:36.456Z] (1/2) Installing readline (8.0.4-r0) [2020-10-07T22:43:36.456Z] (2/2) Installing bash (5.0.17-r0) [2020-10-07T22:43:36.456Z] Executing bash-5.0.17-r0.post-install [2020-10-07T22:43:36.456Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:43:36.456Z] OK: 12 MiB in 22 packages [2020-10-07T22:43:36.456Z] ---> b83b75b16da7 [2020-10-07T22:43:36.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-07T22:43:39.095Z] Removing intermediate container 63cd69129c52 [2020-10-07T22:43:39.095Z] ---> 291b6dd9441c [2020-10-07T22:43:39.095Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-07T22:43:39.095Z] ---> 32e30da866ec [2020-10-07T22:43:39.095Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-07T22:43:39.095Z] ---> Running in 863aaec52f60 [2020-10-07T22:43:40.539Z] ---> 1bb90791f573 [2020-10-07T22:43:40.539Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-07T22:43:40.539Z] ---> Running in d0e037ab78da [2020-10-07T22:43:41.141Z] Removing intermediate container 59fa21a90f13 [2020-10-07T22:43:41.141Z] ---> 2a6a1ae5082e [2020-10-07T22:43:41.141Z] [2020-10-07T22:43:41.141Z] Step 10/26 : FROM alpine:3.10 [2020-10-07T22:43:41.141Z] Removing intermediate container d0e037ab78da [2020-10-07T22:43:41.141Z] ---> a3eb84e80020 [2020-10-07T22:43:41.141Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:43:41.418Z] ---> Running in 65cf60a2a04f [2020-10-07T22:43:41.692Z] 3.10: Pulling from library/alpine [2020-10-07T22:43:41.965Z] Removing intermediate container 65cf60a2a04f [2020-10-07T22:43:41.965Z] ---> fa3c51959824 [2020-10-07T22:43:41.965Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T22:43:42.239Z] ---> Running in 66781ed1e633 [2020-10-07T22:43:42.512Z] Removing intermediate container 863aaec52f60 [2020-10-07T22:43:42.512Z] ---> a8e85f527df5 [2020-10-07T22:43:42.512Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-07T22:43:42.789Z] ---> Running in ce3af1b63367 [2020-10-07T22:43:42.789Z] Removing intermediate container 66781ed1e633 [2020-10-07T22:43:42.789Z] ---> 896794046175 [2020-10-07T22:43:42.789Z] Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:43:43.068Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-07T22:43:43.068Z] Status: Downloaded newer image for alpine:3.10 [2020-10-07T22:43:43.068Z] ---> 536a684cf733 [2020-10-07T22:43:43.068Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-07T22:43:43.068Z] ---> Running in f010edb368c6 [2020-10-07T22:43:43.068Z] ---> Running in 6c98640b6a4f [2020-10-07T22:43:43.681Z] Removing intermediate container ce3af1b63367 [2020-10-07T22:43:43.681Z] ---> a440692f300f [2020-10-07T22:43:43.681Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-07T22:43:43.681Z] Removing intermediate container f010edb368c6 [2020-10-07T22:43:43.681Z] ---> 36646f0f31f4 [2020-10-07T22:43:43.681Z] Step 22/22 : LABEL version=0.0.0 [2020-10-07T22:43:43.951Z] ---> Running in c397cd44bb02 [2020-10-07T22:43:43.951Z] ---> Running in c69959675205 [2020-10-07T22:43:44.550Z] Removing intermediate container c397cd44bb02 [2020-10-07T22:43:44.550Z] ---> 789b15987bfd [2020-10-07T22:43:44.550Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-07T22:43:44.836Z] Removing intermediate container c69959675205 [2020-10-07T22:43:44.836Z] ---> 686421750c76 [2020-10-07T22:43:44.836Z] [2020-10-07T22:43:44.836Z] ---> Running in 8124553d617c [2020-10-07T22:43:45.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:43:45.379Z] Successfully built 686421750c76 [2020-10-07T22:43:45.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:43:45.653Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-07T22:43:45.653Z]  Building docker-support-logging-go ... done Removing intermediate container 8124553d617c [2020-10-07T22:43:45.653Z] ---> e2a82cf4b74a [2020-10-07T22:43:45.653Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-07T22:43:46.251Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-07T22:43:46.251Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-07T22:43:46.251Z] OK: 10167 distinct packages available [2020-10-07T22:43:46.848Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-07T22:43:46.848Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-07T22:43:46.848Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-07T22:43:47.128Z] (4/5) Installing curl (7.66.0-r1) [2020-10-07T22:43:47.128Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-07T22:43:47.128Z] Executing busybox-1.30.1-r3.trigger [2020-10-07T22:43:47.128Z] Executing ca-certificates-20191127-r2.trigger [2020-10-07T22:43:47.128Z] ---> e91ced319b09 [2020-10-07T22:43:47.128Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-07T22:43:47.405Z] OK: 7 MiB in 19 packages [2020-10-07T22:43:48.002Z] Removing intermediate container bd71cf4f229b [2020-10-07T22:43:48.003Z] ---> 08626130cc36 [2020-10-07T22:43:48.003Z] [2020-10-07T22:43:48.003Z] Step 10/22 : FROM scratch [2020-10-07T22:43:48.003Z] ---> [2020-10-07T22:43:48.003Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T22:43:48.003Z] ---> Using cache [2020-10-07T22:43:48.003Z] ---> 8d488245a5c2 [2020-10-07T22:43:48.003Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-07T22:43:48.276Z] ---> Running in 404a72ba065b [2020-10-07T22:43:48.276Z] ---> 7822cc4c5184 [2020-10-07T22:43:48.276Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-07T22:43:48.871Z] Removing intermediate container 404a72ba065b [2020-10-07T22:43:48.871Z] ---> ce93f95fc352 [2020-10-07T22:43:48.871Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T22:43:48.871Z] ---> Running in aea70e27aa62 [2020-10-07T22:43:48.871Z] Removing intermediate container 6c98640b6a4f [2020-10-07T22:43:48.871Z] ---> c18bdf1ffee9 [2020-10-07T22:43:48.871Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T22:43:49.145Z] ---> Running in ad421827ae1c [2020-10-07T22:43:49.422Z] Removing intermediate container aea70e27aa62 [2020-10-07T22:43:49.422Z] ---> c04d1bd3aff0 [2020-10-07T22:43:49.422Z] Step 14/22 : WORKDIR / [2020-10-07T22:43:49.422Z] ---> 747cdb34534c [2020-10-07T22:43:49.422Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-07T22:43:49.422Z] ---> Running in b622288ebf84 [2020-10-07T22:43:49.422Z] ---> Running in 61704de38d77 [2020-10-07T22:43:49.698Z] Removing intermediate container ad421827ae1c [2020-10-07T22:43:49.698Z] ---> 78ac35a1e73e [2020-10-07T22:43:49.698Z] Step 13/26 : WORKDIR / [2020-10-07T22:43:49.970Z] ---> Running in 5bc9b33eba89 [2020-10-07T22:43:49.970Z] Removing intermediate container b622288ebf84 [2020-10-07T22:43:49.970Z] ---> acc28fe238a5 [2020-10-07T22:43:49.970Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-07T22:43:50.566Z] Removing intermediate container 5bc9b33eba89 [2020-10-07T22:43:50.566Z] ---> 6d3c91dfa83f [2020-10-07T22:43:50.566Z] 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-07T22:43:50.847Z] ---> e0514fe17c78 [2020-10-07T22:43:50.847Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-07T22:43:51.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:43:51.120Z] ---> 2110a406b24b [2020-10-07T22:43:51.120Z] 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-07T22:43:51.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:43:51.993Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-07T22:43:51.993Z] (2/33) Installing expat (2.2.9-r1) [2020-10-07T22:43:51.993Z] (3/33) Installing libffi (3.3-r2) [2020-10-07T22:43:51.993Z] (4/33) Installing gdbm (1.13-r1) [2020-10-07T22:43:51.993Z] ---> da82b02b1958 [2020-10-07T22:43:51.993Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-07T22:43:51.993Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-07T22:43:51.993Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-07T22:43:51.993Z] ---> 348e34d22c98 [2020-10-07T22:43:51.993Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-07T22:43:51.993Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-07T22:43:53.973Z] ---> af0d2ab62e5e [2020-10-07T22:43:53.973Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-07T22:43:53.973Z] ---> 70ea270e96ae [2020-10-07T22:43:53.973Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-07T22:43:53.973Z] ---> Running in d02e5da1466e [2020-10-07T22:43:53.973Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-07T22:43:53.973Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-07T22:43:53.973Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-07T22:43:53.973Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-07T22:43:53.973Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-07T22:43:54.250Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-07T22:43:54.250Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-07T22:43:54.250Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-07T22:43:54.250Z] Removing intermediate container d02e5da1466e [2020-10-07T22:43:54.250Z] ---> 87e7923cc4d2 [2020-10-07T22:43:54.250Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:43:54.250Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-07T22:43:54.250Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-07T22:43:54.522Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-07T22:43:54.522Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-07T22:43:54.522Z] ---> ab57f455ee69 [2020-10-07T22:43:54.522Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-07T22:43:54.522Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-07T22:43:54.522Z] ---> Running in fc0dd0dbc6d8 [2020-10-07T22:43:54.522Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-07T22:43:54.522Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-07T22:43:54.522Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-07T22:43:54.522Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-07T22:43:54.522Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-07T22:43:54.522Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-07T22:43:54.800Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-07T22:43:54.800Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-07T22:43:54.800Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-07T22:43:54.800Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-07T22:43:54.800Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-07T22:43:54.800Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-07T22:43:54.800Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-07T22:43:55.079Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:43:55.079Z] OK: 71 MiB in 55 packages [2020-10-07T22:43:55.079Z] Removing intermediate container fc0dd0dbc6d8 [2020-10-07T22:43:55.079Z] ---> 4217aded2be4 [2020-10-07T22:43:55.079Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T22:43:55.357Z] ---> Running in 73faba5b0be5 [2020-10-07T22:43:55.627Z] ---> d1032afbcc71 [2020-10-07T22:43:55.627Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-07T22:43:55.900Z] Removing intermediate container 73faba5b0be5 [2020-10-07T22:43:55.900Z] ---> 29803fb7d251 [2020-10-07T22:43:55.900Z] Step 21/22 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:43:56.172Z] ---> Running in ea0c1fb11cbd [2020-10-07T22:43:56.767Z] Removing intermediate container ea0c1fb11cbd [2020-10-07T22:43:56.767Z] ---> 70d9cf560a52 [2020-10-07T22:43:56.767Z] Step 22/22 : LABEL version=0.0.0 [2020-10-07T22:43:56.767Z] ---> 09cba0fbd65d [2020-10-07T22:43:56.767Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-07T22:43:57.040Z] ---> Running in 2467e7fcb473 [2020-10-07T22:43:57.635Z] Removing intermediate container 2467e7fcb473 [2020-10-07T22:43:57.635Z] ---> 9cd81f49225b [2020-10-07T22:43:57.635Z] [2020-10-07T22:43:57.909Z] ---> 5ed5c762d92f [2020-10-07T22:43:57.909Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T22:43:58.179Z] Successfully built 9cd81f49225b [2020-10-07T22:43:58.179Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-07T22:43:58.772Z]  Building docker-core-metadata-go ... done  ---> 4bc6b0be6a62 [2020-10-07T22:43:58.772Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T22:43:59.052Z] ---> Running in 7e91e53595b8 [2020-10-07T22:44:01.032Z] Removing intermediate container 61704de38d77 [2020-10-07T22:44:01.032Z] ---> 9a9ed9ad28d7 [2020-10-07T22:44:01.032Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-07T22:44:01.306Z] ---> Running in aa0f70a5d2ff [2020-10-07T22:44:01.905Z] Removing intermediate container 7e91e53595b8 [2020-10-07T22:44:01.905Z] ---> 6898b6e8fc0d [2020-10-07T22:44:01.905Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T22:44:01.906Z] ---> Running in f6362d1a3e1a [2020-10-07T22:44:02.515Z] Removing intermediate container f6362d1a3e1a [2020-10-07T22:44:02.515Z] ---> e20d4ad189c6 [2020-10-07T22:44:02.515Z] Step 24/26 : LABEL arch=arm64 [2020-10-07T22:44:02.515Z] ---> Running in 34d659c9f42a [2020-10-07T22:44:03.114Z] Removing intermediate container 34d659c9f42a [2020-10-07T22:44:03.114Z] ---> af93ef90aefa [2020-10-07T22:44:03.114Z] Step 25/26 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:44:03.114Z] ---> Running in bd20bf002a22 [2020-10-07T22:44:03.726Z] Removing intermediate container bd20bf002a22 [2020-10-07T22:44:03.726Z] ---> 76a90f5d2f9c [2020-10-07T22:44:03.726Z] Step 26/26 : LABEL version=0.0.0 [2020-10-07T22:44:03.726Z] ---> Running in da0140ad8cd2 [2020-10-07T22:44:04.318Z] Removing intermediate container da0140ad8cd2 [2020-10-07T22:44:04.318Z] ---> 4eb672d8506e [2020-10-07T22:44:04.318Z] [2020-10-07T22:44:04.914Z] Successfully built 4eb672d8506e [2020-10-07T22:44:04.914Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-07T22:44:06.337Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-10-07T22:44:06.607Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-07T22:44:07.196Z] Collecting jsonschema<3,>=2.5.1 [2020-10-07T22:44:07.196Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-07T22:44:08.165Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-07T22:44:08.437Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-07T22:44:08.437Z] 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-07T22:44:08.710Z] Collecting texttable<0.10,>=0.9.0 [2020-10-07T22:44:08.710Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-07T22:44:11.317Z] Collecting PyYAML<4,>=3.10 [2020-10-07T22:44:11.317Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-07T22:44:13.920Z] Collecting cached-property<2,>=1.2.0 [2020-10-07T22:44:13.920Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-07T22:44:13.920Z] Collecting docopt<0.7,>=0.6.1 [2020-10-07T22:44:14.193Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-07T22:44:16.160Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-07T22:44:16.160Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-07T22:44:18.121Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-07T22:44:18.121Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-07T22:44:18.712Z] Collecting docker<4.0,>=3.6.0 [2020-10-07T22:44:18.712Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-07T22:44:19.301Z] Collecting idna<2.8,>=2.5 [2020-10-07T22:44:19.301Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-07T22:44:19.571Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-07T22:44:19.571Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-07T22:44:19.841Z] 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-07T22:44:19.841Z] 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-07T22:44:20.110Z] Collecting docker-pycreds>=0.4.0 [2020-10-07T22:44:20.110Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-07T22:44:20.110Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-07T22:44:20.110Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-07T22:44:20.110Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-07T22:44:20.110Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-07T22:44:21.079Z] Installing collected packages: jsonschema, idna, urllib3, requests, texttable, PyYAML, cached-property, docopt, dockerpty, websocket-client, docker-pycreds, docker, docker-compose [2020-10-07T22:44:21.079Z] Attempting uninstall: idna [2020-10-07T22:44:21.079Z] Found existing installation: idna 2.9 [2020-10-07T22:44:21.079Z] Uninstalling idna-2.9: [2020-10-07T22:44:21.352Z] Successfully uninstalled idna-2.9 [2020-10-07T22:44:21.946Z] Attempting uninstall: urllib3 [2020-10-07T22:44:21.946Z] Found existing installation: urllib3 1.25.9 [2020-10-07T22:44:21.946Z] Uninstalling urllib3-1.25.9: [2020-10-07T22:44:22.216Z] Successfully uninstalled urllib3-1.25.9 [2020-10-07T22:44:22.487Z] Attempting uninstall: requests [2020-10-07T22:44:22.487Z] Found existing installation: requests 2.23.0 [2020-10-07T22:44:22.757Z] Uninstalling requests-2.23.0: [2020-10-07T22:44:22.757Z] Successfully uninstalled requests-2.23.0 [2020-10-07T22:44:23.027Z] Running setup.py install for texttable: started [2020-10-07T22:44:24.990Z] Running setup.py install for texttable: finished with status 'done' [2020-10-07T22:44:24.990Z] Running setup.py install for PyYAML: started [2020-10-07T22:44:26.955Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-07T22:44:26.955Z] Running setup.py install for docopt: started [2020-10-07T22:44:28.917Z] Running setup.py install for docopt: finished with status 'done' [2020-10-07T22:44:28.917Z] Running setup.py install for dockerpty: started [2020-10-07T22:44:30.339Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-07T22:44:32.301Z] 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-07T22:44:35.674Z] Removing intermediate container aa0f70a5d2ff [2020-10-07T22:44:35.674Z] ---> e8a294d62347 [2020-10-07T22:44:35.674Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-07T22:44:35.674Z] ---> Running in e3dae4854768 [2020-10-07T22:44:37.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T22:44:37.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T22:44:38.247Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T22:44:38.247Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-07T22:44:38.247Z] (3/3) Installing curl (7.69.1-r1) [2020-10-07T22:44:38.247Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T22:44:38.247Z] OK: 71 MiB in 58 packages [2020-10-07T22:44:39.676Z] Removing intermediate container e3dae4854768 [2020-10-07T22:44:39.676Z] ---> 8434c0649be8 [2020-10-07T22:44:39.676Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-07T22:44:39.676Z] ---> Running in 239bfc178d22 [2020-10-07T22:44:39.949Z] Removing intermediate container 239bfc178d22 [2020-10-07T22:44:39.949Z] ---> a611ad1df93c [2020-10-07T22:44:39.949Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T22:44:40.222Z] ---> Running in e38c58d9f856 [2020-10-07T22:44:40.494Z] Removing intermediate container e38c58d9f856 [2020-10-07T22:44:40.494Z] ---> 2e49e3f57153 [2020-10-07T22:44:40.494Z] Step 25/27 : LABEL arch=arm64 [2020-10-07T22:44:40.768Z] ---> Running in c787742f456b [2020-10-07T22:44:41.360Z] Removing intermediate container c787742f456b [2020-10-07T22:44:41.360Z] ---> 49b8745377bf [2020-10-07T22:44:41.360Z] Step 26/27 : LABEL git_sha=e7d33ce615d2a26cab675e98b3d2ee4996853fd4 [2020-10-07T22:44:41.360Z] ---> Running in b860f9cb07c1 [2020-10-07T22:44:41.952Z] Removing intermediate container b860f9cb07c1 [2020-10-07T22:44:41.952Z] ---> 76751be5bd2e [2020-10-07T22:44:41.952Z] Step 27/27 : LABEL version=0.0.0 [2020-10-07T22:44:41.952Z] ---> Running in 4c43511293e0 [2020-10-07T22:44:42.562Z] Removing intermediate container 4c43511293e0 [2020-10-07T22:44:42.562Z] ---> 209094a29632 [2020-10-07T22:44:42.562Z] [2020-10-07T22:44:42.857Z] Successfully built 209094a29632 [2020-10-07T22:44:42.857Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-07T22:44:43.169Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-07T22:44:43.165Z] $ docker stop --time=1 0c56380859a495cc305213403531bf538ac7b112b0d08fe2c4439ed5c93af77f [2020-10-07T22:44:45.090Z] $ docker rm -f 0c56380859a495cc305213403531bf538ac7b112b0d08fe2c4439ed5c93af77f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T22:44:45.914Z] + docker images [2020-10-07T22:44:45.914Z] + grep docker [2020-10-07T22:44:46.194Z] docker-sys-mgmt-agent-go-arm64 latest 209094a29632 4 seconds ago 270MB [2020-10-07T22:44:46.194Z] docker-security-secretstore-setup-go-arm64 latest 4eb672d8506e 43 seconds ago 30.8MB [2020-10-07T22:44:46.194Z] docker-core-metadata-go-arm64 latest 9cd81f49225b 49 seconds ago 13.3MB [2020-10-07T22:44:46.194Z] docker-support-logging-go-arm64 latest 686421750c76 About a minute ago 10.6MB [2020-10-07T22:44:46.194Z] docker-support-notifications-go-arm64 latest b5e75f057d11 2 minutes ago 12.9MB [2020-10-07T22:44:46.194Z] docker-core-data-go-arm64 latest e1de09f1f5bd 4 minutes ago 22.2MB [2020-10-07T22:44:46.194Z] docker-core-command-go-arm64 latest 2459c29b9838 4 minutes ago 11.4MB [2020-10-07T22:44:46.194Z] docker-security-secrets-setup-go-arm64 latest 0eb25d81b18a 4 minutes ago 22.7MB [2020-10-07T22:44:46.194Z] docker-support-scheduler-go-arm64 latest aea67e58da0b 4 minutes ago 11.5MB [2020-10-07T22:44:46.194Z] docker-security-proxy-setup-go-arm64 latest 6750af4e338d 5 minutes ago 15.1MB [2020-10-07T22:44:46.194Z] 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-07T22:44:49.611Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T22:44:50.495Z] ---> package-listing.sh [2020-10-07T22:44:50.495Z] ++ facter osfamily [2020-10-07T22:44:50.495Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-07T22:44:50.495Z] + OS_FAMILY=redhat [2020-10-07T22:44:50.495Z] + workspace=/w/workspace/edgex-go/13 [2020-10-07T22:44:50.495Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-07T22:44:50.495Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-07T22:44:50.495Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-07T22:44:50.495Z] + PACKAGES=/tmp/packages_start.txt [2020-10-07T22:44:50.495Z] + '[' /w/workspace/edgex-go/13 ']' [2020-10-07T22:44:50.495Z] + PACKAGES=/tmp/packages_end.txt [2020-10-07T22:44:50.495Z] + case "${OS_FAMILY}" in [2020-10-07T22:44:50.495Z] + rpm -qa [2020-10-07T22:44:50.495Z] + sort [2020-10-07T22:44:54.711Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-07T22:44:54.711Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-07T22:44:54.711Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-07T22:44:54.711Z] + '[' /w/workspace/edgex-go/13 ']' [2020-10-07T22:44:54.711Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2020-10-07T22:44:54.711Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-07T22:44:55.398Z] provisioning config files... [2020-10-07T22:44:55.426Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config716363586470123852tmp [Pipeline] { [Pipeline] echo [2020-10-07T22:44:55.512Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T22:44:55.819Z] ---> create-netrc.sh [Pipeline] } [2020-10-07T22:44:55.829Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-07T22:44:55.925Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T22:44:56.225Z] ---> python-tools-install.sh [2020-10-07T22:44:56.225Z] Generating Requirements File [2020-10-07T22:46:17.808Z] Python 3.6.8 [2020-10-07T22:46:17.809Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-07T22:46:17.809Z] appdirs==1.4.3 [2020-10-07T22:46:17.809Z] argcomplete==1.12.1 [2020-10-07T22:46:17.809Z] aspy.yaml==1.3.0 [2020-10-07T22:46:17.809Z] attrs==19.3.0 [2020-10-07T22:46:17.809Z] Babel==2.8.0 [2020-10-07T22:46:17.809Z] beautifulsoup4==4.8.2 [2020-10-07T22:46:17.809Z] boto3==1.11.6 [2020-10-07T22:46:17.809Z] botocore==1.14.6 [2020-10-07T22:46:17.809Z] bs4==0.0.1 [2020-10-07T22:46:17.809Z] cachetools==4.1.1 [2020-10-07T22:46:17.809Z] certifi==2019.11.28 [2020-10-07T22:46:17.809Z] cffi==1.14.3 [2020-10-07T22:46:17.809Z] cfgv==2.0.1 [2020-10-07T22:46:17.809Z] chardet==3.0.4 [2020-10-07T22:46:17.809Z] click==7.1 [2020-10-07T22:46:17.809Z] cliff==3.4.0 [2020-10-07T22:46:17.809Z] cmd2==1.3.11 [2020-10-07T22:46:17.809Z] colorama==0.4.3 [2020-10-07T22:46:17.809Z] cryptography==3.1.1 [2020-10-07T22:46:17.809Z] debtcollector==2.2.0 [2020-10-07T22:46:17.809Z] decorator==4.4.2 [2020-10-07T22:46:17.809Z] defusedxml==0.6.0 [2020-10-07T22:46:17.809Z] Deprecated==1.2.7 [2020-10-07T22:46:17.809Z] distlib==0.3.1 [2020-10-07T22:46:17.809Z] distro==1.2.0 [2020-10-07T22:46:17.809Z] dnspython==1.16.0 [2020-10-07T22:46:17.809Z] docker==4.2.0 [2020-10-07T22:46:17.809Z] docutils==0.15.2 [2020-10-07T22:46:17.809Z] dogpile.cache==1.0.2 [2020-10-07T22:46:17.809Z] email-validator==1.0.5 [2020-10-07T22:46:17.809Z] filelock==3.0.12 [2020-10-07T22:46:17.809Z] future==0.18.2 [2020-10-07T22:46:17.809Z] google-auth==1.22.1 [2020-10-07T22:46:17.809Z] httplib2==0.17.0 [2020-10-07T22:46:17.809Z] identify==1.4.11 [2020-10-07T22:46:17.809Z] idna==2.9 [2020-10-07T22:46:17.809Z] importlib-metadata==1.7.0 [2020-10-07T22:46:17.809Z] importlib-resources==1.5.0 [2020-10-07T22:46:17.809Z] iso8601==0.1.13 [2020-10-07T22:46:17.809Z] Jinja2==2.11.1 [2020-10-07T22:46:17.809Z] jmespath==0.10.0 [2020-10-07T22:46:17.809Z] jsonpatch==1.26 [2020-10-07T22:46:17.809Z] jsonpointer==2.0 [2020-10-07T22:46:17.809Z] jsonschema==3.2.0 [2020-10-07T22:46:17.809Z] keystoneauth1==4.2.1 [2020-10-07T22:46:17.809Z] kubernetes==11.0.0 [2020-10-07T22:46:17.809Z] lftools==0.34.2 [2020-10-07T22:46:17.809Z] lxml==4.5.0 [2020-10-07T22:46:17.809Z] MarkupSafe==0.23 [2020-10-07T22:46:17.809Z] msgpack==1.0.0 [2020-10-07T22:46:17.809Z] multi-key-dict==2.0.3 [2020-10-07T22:46:17.809Z] munch==2.5.0 [2020-10-07T22:46:17.809Z] netaddr==0.8.0 [2020-10-07T22:46:17.809Z] netifaces==0.10.9 [2020-10-07T22:46:17.809Z] niet==1.4.2 [2020-10-07T22:46:17.809Z] nodeenv==1.3.5 [2020-10-07T22:46:17.809Z] oauth2client==4.1.3 [2020-10-07T22:46:17.809Z] oauthlib==3.1.0 [2020-10-07T22:46:17.809Z] openstacksdk==0.50.0 [2020-10-07T22:46:17.809Z] os-client-config==2.1.0 [2020-10-07T22:46:17.809Z] os-service-types==1.7.0 [2020-10-07T22:46:17.809Z] osc-lib==2.2.1 [2020-10-07T22:46:17.809Z] oslo.config==8.3.2 [2020-10-07T22:46:17.809Z] oslo.context==3.1.1 [2020-10-07T22:46:17.809Z] oslo.i18n==5.0.1 [2020-10-07T22:46:17.809Z] oslo.log==4.4.0 [2020-10-07T22:46:17.809Z] oslo.serialization==4.0.1 [2020-10-07T22:46:17.809Z] oslo.utils==4.6.0 [2020-10-07T22:46:17.809Z] packaging==20.4 [2020-10-07T22:46:17.809Z] pbr==5.4.4 [2020-10-07T22:46:17.809Z] pluggy==0.13.1 [2020-10-07T22:46:17.809Z] prettytable==0.7.2 [2020-10-07T22:46:17.809Z] py==1.9.0 [2020-10-07T22:46:17.809Z] pyasn1==0.4.8 [2020-10-07T22:46:17.809Z] pyasn1-modules==0.2.8 [2020-10-07T22:46:17.809Z] pycparser==2.20 [2020-10-07T22:46:17.809Z] pygerrit2==2.0.10 [2020-10-07T22:46:17.809Z] PyGithub==1.46 [2020-10-07T22:46:17.809Z] pyinotify==0.9.6 [2020-10-07T22:46:17.809Z] PyJWT==1.7.1 [2020-10-07T22:46:17.809Z] pyparsing==2.4.7 [2020-10-07T22:46:17.809Z] pyperclip==1.8.0 [2020-10-07T22:46:17.809Z] pyroute2==0.4.13 [2020-10-07T22:46:17.809Z] pyrsistent==0.15.7 [2020-10-07T22:46:17.809Z] PySocks==1.6.8 [2020-10-07T22:46:17.809Z] python-cinderclient==7.2.0 [2020-10-07T22:46:17.809Z] python-dateutil==2.8.1 [2020-10-07T22:46:17.809Z] python-heatclient==2.2.1 [2020-10-07T22:46:17.809Z] python-jenkins==1.7.0 [2020-10-07T22:46:17.809Z] python-keystoneclient==4.1.1 [2020-10-07T22:46:17.809Z] python-magnumclient==3.2.1 [2020-10-07T22:46:17.809Z] python-novaclient==17.2.1 [2020-10-07T22:46:17.809Z] python-openstackclient==5.4.0 [2020-10-07T22:46:17.809Z] python-swiftclient==3.10.1 [2020-10-07T22:46:17.809Z] pytz==2020.1 [2020-10-07T22:46:17.809Z] PyYAML==5.3 [2020-10-07T22:46:17.809Z] requests==2.23.0 [2020-10-07T22:46:17.809Z] requests-oauthlib==1.3.0 [2020-10-07T22:46:17.809Z] requestsexceptions==1.4.0 [2020-10-07T22:46:17.809Z] rfc3986==1.4.0 [2020-10-07T22:46:17.809Z] rpm==4.11.3 [2020-10-07T22:46:17.809Z] rsa==4.0 [2020-10-07T22:46:17.809Z] ruamel.yaml==0.16.10 [2020-10-07T22:46:17.809Z] ruamel.yaml.clib==0.2.0 [2020-10-07T22:46:17.809Z] s3transfer==0.3.3 [2020-10-07T22:46:17.809Z] shade==1.27.2 [2020-10-07T22:46:17.809Z] simplejson==3.17.2 [2020-10-07T22:46:17.809Z] six==1.14.0 [2020-10-07T22:46:17.809Z] soupsieve==2.0 [2020-10-07T22:46:17.809Z] stevedore==3.2.2 [2020-10-07T22:46:17.809Z] tabulate==0.8.6 [2020-10-07T22:46:17.809Z] toml==0.10.0 [2020-10-07T22:46:17.809Z] tox==3.20.0 [2020-10-07T22:46:17.809Z] tqdm==4.43.0 [2020-10-07T22:46:17.809Z] urllib3==1.25.8 [2020-10-07T22:46:17.809Z] virtualenv==20.0.33 [2020-10-07T22:46:17.809Z] wcwidth==0.2.5 [2020-10-07T22:46:17.809Z] websocket-client==0.57.0 [2020-10-07T22:46:17.809Z] wrapt==1.12.1 [2020-10-07T22:46:17.809Z] xdg==3.0.2 [2020-10-07T22:46:17.809Z] xmltodict==0.12.0 [2020-10-07T22:46:17.809Z] yq==2.11.1 [2020-10-07T22:46:17.809Z] zipp==3.3.0 [2020-10-07T22:46:17.809Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:18.408Z] 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-07T22:46:21.648Z] Python 2.7.5 [2020-10-07T22:46:22.253Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-07T22:46:22.253Z] 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-07T22:46:22.253Z] ansible==2.9.7 [2020-10-07T22:46:22.253Z] Babel==0.9.6 [2020-10-07T22:46:22.253Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-07T22:46:22.253Z] beautifulsoup4==4.4.1 [2020-10-07T22:46:22.253Z] bodhi==2.11.0 [2020-10-07T22:46:22.253Z] bodhi-client==2.11.0 [2020-10-07T22:46:22.253Z] CCColUtils==1.4 [2020-10-07T22:46:22.253Z] cffi==1.6.0 [2020-10-07T22:46:22.253Z] chardet==2.2.1 [2020-10-07T22:46:22.253Z] click==6.7 [2020-10-07T22:46:22.253Z] cloud-init==18.5 [2020-10-07T22:46:22.253Z] configobj==4.7.2 [2020-10-07T22:46:22.253Z] cryptography==1.7.2 [2020-10-07T22:46:22.253Z] decorator==3.4.0 [2020-10-07T22:46:22.253Z] distro==1.2.0 [2020-10-07T22:46:22.253Z] enum34==1.0.4 [2020-10-07T22:46:22.253Z] fedpkg==1.38 [2020-10-07T22:46:22.253Z] futures==3.1.1 [2020-10-07T22:46:22.253Z] gitdb==0.6.4 [2020-10-07T22:46:22.253Z] GitPython==1.0.1 [2020-10-07T22:46:22.253Z] html5lib==0.999 [2020-10-07T22:46:22.253Z] httplib2==0.9.2 [2020-10-07T22:46:22.253Z] idna==2.4 [2020-10-07T22:46:22.253Z] iniparse==0.4 [2020-10-07T22:46:22.253Z] ipaddress==1.0.16 [2020-10-07T22:46:22.253Z] IPy==0.75 [2020-10-07T22:46:22.253Z] javapackages==1.0.0 [2020-10-07T22:46:22.253Z] Jinja2==2.7.2 [2020-10-07T22:46:22.253Z] jmespath==0.9.4 [2020-10-07T22:46:22.253Z] jsonpatch==1.2 [2020-10-07T22:46:22.253Z] jsonpointer==1.9 [2020-10-07T22:46:22.253Z] kerberos==1.1 [2020-10-07T22:46:22.253Z] kitchen==1.1.1 [2020-10-07T22:46:22.253Z] langtable==0.0.31 [2020-10-07T22:46:22.253Z] lockfile==0.9.1 [2020-10-07T22:46:22.253Z] lxml==3.2.1 [2020-10-07T22:46:22.253Z] MarkupSafe==0.11 [2020-10-07T22:46:22.253Z] munch==2.0.2 [2020-10-07T22:46:22.253Z] offtrac==0.1.0 [2020-10-07T22:46:22.253Z] openidc-client==0.6.0 [2020-10-07T22:46:22.253Z] packagedb-cli==2.14.1 [2020-10-07T22:46:22.253Z] paramiko==2.1.1 [2020-10-07T22:46:22.253Z] perf==0.1 [2020-10-07T22:46:22.253Z] ply==3.4 [2020-10-07T22:46:22.253Z] policycoreutils-default-encoding==0.1 [2020-10-07T22:46:22.253Z] prettytable==0.7.2 [2020-10-07T22:46:22.253Z] pyasn1==0.1.9 [2020-10-07T22:46:22.253Z] pycparser==2.14 [2020-10-07T22:46:22.253Z] pycurl==7.19.0 [2020-10-07T22:46:22.253Z] pygobject==3.22.0 [2020-10-07T22:46:22.253Z] pygpgme==0.3 [2020-10-07T22:46:22.253Z] pyliblzma==0.5.3 [2020-10-07T22:46:22.253Z] pyOpenSSL==0.13.1 [2020-10-07T22:46:22.253Z] pyparsing==1.5.6 [2020-10-07T22:46:22.253Z] pyserial==2.6 [2020-10-07T22:46:22.253Z] python-augeas==0.5.0 [2020-10-07T22:46:22.253Z] python-bugzilla==2.3.0 [2020-10-07T22:46:22.253Z] python-dateutil==1.5 [2020-10-07T22:46:22.253Z] python-fedora==0.10.0 [2020-10-07T22:46:22.253Z] python-linux-procfs==0.4.9 [2020-10-07T22:46:22.253Z] python-yubico==1.2.3 [2020-10-07T22:46:22.253Z] pyudev==0.15 [2020-10-07T22:46:22.253Z] pyusb==1.0.0b1 [2020-10-07T22:46:22.253Z] pyxattr==0.5.1 [2020-10-07T22:46:22.253Z] PyYAML==3.10 [2020-10-07T22:46:22.253Z] requests==2.6.0 [2020-10-07T22:46:22.253Z] requests-kerberos==0.7.0 [2020-10-07T22:46:22.253Z] rpkg==1.60 [2020-10-07T22:46:22.253Z] schedutils==0.4 [2020-10-07T22:46:22.253Z] seobject==0.1 [2020-10-07T22:46:22.253Z] sepolicy==1.1 [2020-10-07T22:46:22.253Z] six==1.9.0 [2020-10-07T22:46:22.253Z] smmap==0.9.0 [2020-10-07T22:46:22.253Z] urlgrabber==3.10 [2020-10-07T22:46:22.253Z] urllib3==1.10.2 [2020-10-07T22:46:22.253Z] virtualenv==15.1.0 [2020-10-07T22:46:22.253Z] yum-langpacks==0.4.2 [2020-10-07T22:46:22.253Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-07T22:46:22.320Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T22:46:22.717Z] ---> sudo-logs.sh [2020-10-07T22:46:22.717Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-07T22:46:23.281Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T22:46:23.697Z] ---> job-cost.sh [2020-10-07T22:46:23.697Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nKEd [2020-10-07T22:46:34.277Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:34.277Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:35.254Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:35.844Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:36.427Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:36.427Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:36.427Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:36.427Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:36.708Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:36.708Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:37.013Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:37.013Z] Cache entry deserialization failed, entry ignored [2020-10-07T22:46:42.470Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-07T22:47:09.172Z] lf-activate-venv(): INFO: Adding /tmp/venv-nKEd/bin to PATH [2020-10-07T22:47:09.172Z] INFO: No Stack... [2020-10-07T22:47:10.126Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-07T22:47:10.706Z] INFO: Archiving Costs [Pipeline] echo [2020-10-07T22:47:10.723Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T22:47:11.032Z] ---> logs-deploy.sh [2020-10-07T22:47:11.033Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2745/13 [2020-10-07T22:47:11.033Z] INFO: archiving workspace using pattern(s): [2020-10-07T22:47:14.517Z] Archives upload complete. [2020-10-07T22:47:14.517Z] INFO: archiving logs to Nexus