Pull request #2789 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 5fa08527d925aa0d761a58fd1d2245c253eac308 rather than fcf06ce352c7497f559f1a4959fed9f8c6b65043 Obtained Jenkinsfile from 5fa08527d925aa0d761a58fd1d2245c253eac308 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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-5589 in /w/workspace/edgexfoundry_edgex-go_PR-2789 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit fcf06ce352c7497f559f1a4959fed9f8c6b65043 > 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/2789/head:refs/remotes/origin/PR-2789 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcf06ce352c7497f559f1a4959fed9f8c6b65043 # timeout=10 Merge succeeded, producing fcf06ce352c7497f559f1a4959fed9f8c6b65043 Checking out Revision fcf06ce352c7497f559f1a4959fed9f8c6b65043 (PR-2789) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcf06ce352c7497f559f1a4959fed9f8c6b65043 # timeout=10 Commit message: "feat(metadata): Implement Metadata POST /device V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk ee0f29c7da3c11b45503485c3cd1d44065b56fda # timeout=10 [Pipeline] timeout [2020-10-15T09:36:53.260Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T09:36:53.550Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T09:36:53.642Z] ========================================================= [2020-10-15T09:36:53.642Z] EdgeX Global Pipelines Version Info [2020-10-15T09:36:53.642Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T09:36:55.083Z] ------------------- [2020-10-15T09:36:55.083Z] stable info: [2020-10-15T09:36:55.083Z] ------------------- [2020-10-15T09:36:55.083Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T09:36:55.083Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T09:36:55.083Z] Message: update stable to v1.0.142 [2020-10-15T09:36:56.030Z] ------------------- [2020-10-15T09:36:56.030Z] experimental info: [2020-10-15T09:36:56.030Z] ------------------- [2020-10-15T09:36:56.030Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T09:36:56.030Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T09:36:56.030Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T09:36:56.480Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T09:36:56.583Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T09:36:56.675Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T09:36:56.768Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T09:36:56.859Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T09:36:56.947Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T09:36:57.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T09:36:57.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T09:36:57.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T09:36:57.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T09:36:57.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T09:36:57.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T09:36:57.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T09:36:57.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T09:36:57.873Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T09:36:57.964Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T09:36:58.052Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T09:36:58.160Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T09:36:58.244Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T09:36:58.351Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T09:36:58.436Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T09:36:58.524Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2789 [Pipeline] echo [2020-10-15T09:36:58.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2789 [Pipeline] echo [2020-10-15T09:36:58.697Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2789 [Pipeline] echo [2020-10-15T09:36:58.786Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fcf06ce352c7497f559f1a4959fed9f8c6b65043 [Pipeline] echo [2020-10-15T09:36:58.887Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fcf06ce [Pipeline] echo [2020-10-15T09:36:59.005Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T09:36:59.400Z] ++ 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-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T09:36:59.400Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T09:36:59.400Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T09:36:59.400Z] ++ cut -d/ -f2 [2020-10-15T09:36:59.400Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T09:36:59.471Z] 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-15T09:37:01.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T09:37:01.332Z] [2020-10-15T09:37:01.332Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:37:01.685Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T09:37:01.685Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T09:37:01.685Z] 31603596830f: Pulling fs layer [2020-10-15T09:37:01.685Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T09:37:01.685Z] 6ca5941a6612: Pulling fs layer [2020-10-15T09:37:01.685Z] ecc8261a40a4: Pulling fs layer [2020-10-15T09:37:01.685Z] ecc8261a40a4: Waiting [2020-10-15T09:37:01.953Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T09:37:01.953Z] 2a8b12db71e7: Download complete [2020-10-15T09:37:01.953Z] 31603596830f: Verifying Checksum [2020-10-15T09:37:01.953Z] 31603596830f: Download complete [2020-10-15T09:37:02.223Z] ecc8261a40a4: Verifying Checksum [2020-10-15T09:37:02.223Z] ecc8261a40a4: Download complete [2020-10-15T09:37:02.223Z] 6ca5941a6612: Verifying Checksum [2020-10-15T09:37:02.223Z] 6ca5941a6612: Download complete [2020-10-15T09:37:02.223Z] 31603596830f: Pull complete [2020-10-15T09:37:02.487Z] 2a8b12db71e7: Pull complete [2020-10-15T09:37:03.441Z] 6ca5941a6612: Pull complete [2020-10-15T09:37:03.441Z] ecc8261a40a4: Pull complete [2020-10-15T09:37:03.441Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T09:37:03.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T09:37:03.441Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T09:37:03.550Z] prd-centos7-docker-4c-2g-5589 does not seem to be running inside a container [2020-10-15T09:37:03.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:10004/edgex-devops/git-semver:latest cat [2020-10-15T09:37:05.966Z] $ docker top f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T09:37:06.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T09:37:06.266Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T09:37:06.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T09:37:06.474Z] $ docker exec f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f ssh-agent [2020-10-15T09:37:06.628Z] SSH_AUTH_SOCK=/tmp/ssh-Swx7CiFv99z6/agent.11 [2020-10-15T09:37:06.628Z] SSH_AGENT_PID=16 [2020-10-15T09:37:06.638Z] Running ssh-add (command line suppressed) [2020-10-15T09:37:06.760Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_7785618110677703505.key (/w/workspace/edgex-go/9@tmp/private_key_7785618110677703505.key) [2020-10-15T09:37:06.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T09:37:07.141Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T09:37:07.164Z] $ docker exec --env ******** --env ******** f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f ssh-agent -k [2020-10-15T09:37:07.276Z] unset SSH_AUTH_SOCK; [2020-10-15T09:37:07.276Z] unset SSH_AGENT_PID; [2020-10-15T09:37:07.276Z] echo Agent pid 16 killed; [2020-10-15T09:37:07.320Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T09:37:07.476Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T09:37:07.476Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T09:37:07.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T09:37:07.637Z] $ docker exec f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f ssh-agent [2020-10-15T09:37:07.793Z] SSH_AUTH_SOCK=/tmp/ssh-V3CrMVWLnRBE/agent.45 [2020-10-15T09:37:07.793Z] SSH_AGENT_PID=51 [2020-10-15T09:37:07.800Z] Running ssh-add (command line suppressed) [2020-10-15T09:37:07.920Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_2069210573223765670.key (/w/workspace/edgex-go/9@tmp/private_key_2069210573223765670.key) [2020-10-15T09:37:07.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T09:37:08.304Z] + git semver init [2020-10-15T09:37:08.305Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T09:37:08.305Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2020-10-15T09:37:08.305Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2020-10-15T09:37:08.305Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T09:37:08.305Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T09:37:08.305Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T09:37:08.305Z] # $SEMVER_BRANCH = PR-2789 [2020-10-15T09:37:08.305Z] # $SEMVER_TEMP = /tmp/semver-253154507 [2020-10-15T09:37:08.305Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T09:37:26.472Z] # '/tmp/semver-253154507' -> '/w/workspace/edgex-go/9/.semver' [2020-10-15T09:37:26.472Z] # -> Force: false [2020-10-15T09:37:26.472Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2020-10-15T09:37:26.488Z] $ docker exec --env ******** --env ******** f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f ssh-agent -k [2020-10-15T09:37:26.723Z] unset SSH_AUTH_SOCK; [2020-10-15T09:37:26.725Z] unset SSH_AGENT_PID; [2020-10-15T09:37:26.725Z] echo Agent pid 51 killed; [2020-10-15T09:37:26.825Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T09:37:27.386Z] + git semver [Pipeline] } [2020-10-15T09:37:27.410Z] $ docker stop --time=1 f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f [2020-10-15T09:37:28.972Z] $ docker rm -f f91cb4e40eb8042d1da251b8693f12a86e915b9468db53452de6aa3471b4205f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T09:37:29.773Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T09:37:29.777Z] [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-15T09:37:30.420Z] ========================================================= [2020-10-15T09:37:30.421Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T09:37:30.421Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:37:30.771Z] + 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-15T09:37:30.771Z] error checking context: 'can't stat '/w/workspace/edgex-go/9/.semver''. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-15T09:37:32.047Z] Failed in branch amd64 [2020-10-15T09:37:45.177Z] Still waiting to schedule task [2020-10-15T09:37:45.177Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-15T09:39:38.118Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5590 in /w/workspace/edgexfoundry_edgex-go_PR-2789 [Pipeline] { [Pipeline] ws [2020-10-15T09:39:38.197Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2020-10-15T09:39:43.016Z] using credential edgex-jenkins-ssh [2020-10-15T09:39:43.085Z] Cloning the remote Git repository [2020-10-15T09:39:43.148Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T09:39:43.264Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2020-10-15T09:39:43.356Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T09:39:43.357Z] > git --version # timeout=10 [2020-10-15T09:39:43.376Z] > git --version # 'git version 2.17.1' [2020-10-15T09:39:43.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T09:39:43.453Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T09:39:59.958Z] Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:40:00.374Z] Merge succeeded, producing fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:40:00.374Z] Checking out Revision fcf06ce352c7497f559f1a4959fed9f8c6b65043 (PR-2789) [2020-10-15T09:39:59.187Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T09:39:59.210Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T09:39:59.235Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T09:39:59.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T09:39:59.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T09:39:59.276Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2789/head:refs/remotes/origin/PR-2789 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T09:39:59.984Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T09:40:00.006Z] > git checkout -f fcf06ce352c7497f559f1a4959fed9f8c6b65043 # timeout=10 [2020-10-15T09:40:00.301Z] > git remote # timeout=10 [2020-10-15T09:40:00.316Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T09:40:00.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T09:40:00.344Z] > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [2020-10-15T09:40:00.365Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T09:40:00.387Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T09:40:00.436Z] > git checkout -f fcf06ce352c7497f559f1a4959fed9f8c6b65043 # timeout=10 [2020-10-15T09:40:04.855Z] Commit message: "feat(metadata): Implement Metadata POST /device V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T09:40:05.912Z] ========================================================= [2020-10-15T09:40:05.912Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T09:40:05.912Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:40:06.847Z] + 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-15T09:40:09.490Z] Sending build context to Docker daemon 165MB [2020-10-15T09:40:09.491Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T09:40:09.491Z] Step 2/7 : FROM ${BASE} [2020-10-15T09:40:10.091Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T09:40:10.091Z] b538f80385f9: Pulling fs layer [2020-10-15T09:40:10.091Z] 74f711af9a0d: Pulling fs layer [2020-10-15T09:40:10.091Z] 99f96fe45779: Pulling fs layer [2020-10-15T09:40:10.091Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T09:40:10.091Z] 45590311c82a: Pulling fs layer [2020-10-15T09:40:10.091Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T09:40:10.091Z] 209524e5b208: Pulling fs layer [2020-10-15T09:40:10.091Z] 8529a6b9a6be: Waiting [2020-10-15T09:40:10.091Z] 45590311c82a: Waiting [2020-10-15T09:40:10.091Z] 69ca0ff8b7b3: Waiting [2020-10-15T09:40:10.091Z] 209524e5b208: Waiting [2020-10-15T09:40:10.091Z] 99f96fe45779: Verifying Checksum [2020-10-15T09:40:10.091Z] 99f96fe45779: Download complete [2020-10-15T09:40:10.091Z] 74f711af9a0d: Verifying Checksum [2020-10-15T09:40:10.091Z] 74f711af9a0d: Download complete [2020-10-15T09:40:10.091Z] b538f80385f9: Verifying Checksum [2020-10-15T09:40:10.091Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T09:40:10.091Z] 69ca0ff8b7b3: Download complete [2020-10-15T09:40:10.367Z] 45590311c82a: Verifying Checksum [2020-10-15T09:40:10.367Z] 45590311c82a: Download complete [2020-10-15T09:40:10.982Z] b538f80385f9: Pull complete [2020-10-15T09:40:11.587Z] 74f711af9a0d: Pull complete [2020-10-15T09:40:11.875Z] 99f96fe45779: Pull complete [2020-10-15T09:40:13.321Z] 209524e5b208: Verifying Checksum [2020-10-15T09:40:13.321Z] 209524e5b208: Download complete [2020-10-15T09:40:14.315Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T09:40:14.315Z] 8529a6b9a6be: Download complete [2020-10-15T09:40:26.727Z] 8529a6b9a6be: Pull complete [2020-10-15T09:40:26.727Z] 45590311c82a: Pull complete [2020-10-15T09:40:26.727Z] 69ca0ff8b7b3: Pull complete [2020-10-15T09:40:29.361Z] 209524e5b208: Pull complete [2020-10-15T09:40:29.361Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T09:40:29.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T09:40:29.361Z] ---> 5bddaf1c2fca [2020-10-15T09:40:29.361Z] 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-15T09:40:32.759Z] ---> Running in e138f94c6f52 [2020-10-15T09:40:34.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:40:35.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:40:36.151Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T09:40:36.151Z] (2/12) Installing file (5.38-r0) [2020-10-15T09:40:36.424Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T09:40:36.424Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T09:40:39.804Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T09:40:39.804Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T09:40:39.804Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T09:40:39.804Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T09:40:39.804Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T09:40:39.804Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T09:40:39.804Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T09:40:40.077Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T09:40:40.077Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T09:40:40.077Z] OK: 217 MiB in 51 packages [2020-10-15T09:40:44.402Z] Removing intermediate container e138f94c6f52 [2020-10-15T09:40:44.402Z] ---> 069907bc523e [2020-10-15T09:40:44.402Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T09:40:44.402Z] ---> Running in cb63df01bf15 [2020-10-15T09:40:44.674Z] Removing intermediate container cb63df01bf15 [2020-10-15T09:40:44.674Z] ---> 519e2dcfc5a8 [2020-10-15T09:40:44.674Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T09:40:45.269Z] latest: Pulling from library/docker [2020-10-15T09:40:45.546Z] b538f80385f9: Already exists [2020-10-15T09:40:45.546Z] 259a493cd78d: Pulling fs layer [2020-10-15T09:40:45.546Z] b8e66b5100f5: Pulling fs layer [2020-10-15T09:40:45.546Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T09:40:45.546Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T09:40:45.546Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T09:40:45.546Z] 294320357d30: Pulling fs layer [2020-10-15T09:40:45.546Z] 75a0a0ebb566: Waiting [2020-10-15T09:40:45.546Z] 4a2c62f0a2a3: Waiting [2020-10-15T09:40:45.546Z] 294320357d30: Waiting [2020-10-15T09:40:45.546Z] b8e66b5100f5: Verifying Checksum [2020-10-15T09:40:45.546Z] b8e66b5100f5: Download complete [2020-10-15T09:40:45.830Z] 259a493cd78d: Verifying Checksum [2020-10-15T09:40:45.830Z] 259a493cd78d: Download complete [2020-10-15T09:40:45.831Z] 75a0a0ebb566: Verifying Checksum [2020-10-15T09:40:45.831Z] 75a0a0ebb566: Download complete [2020-10-15T09:40:45.831Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T09:40:45.831Z] 4a2c62f0a2a3: Download complete [2020-10-15T09:40:46.108Z] 294320357d30: Verifying Checksum [2020-10-15T09:40:46.108Z] 294320357d30: Download complete [2020-10-15T09:40:46.386Z] 259a493cd78d: Pull complete [2020-10-15T09:40:46.672Z] b8e66b5100f5: Pull complete [2020-10-15T09:40:46.950Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T09:40:46.950Z] 7f8258a56ab6: Download complete [2020-10-15T09:40:50.337Z] 7f8258a56ab6: Pull complete [2020-10-15T09:40:50.337Z] 75a0a0ebb566: Pull complete [2020-10-15T09:40:50.612Z] 4a2c62f0a2a3: Pull complete [2020-10-15T09:40:50.887Z] 294320357d30: Pull complete [2020-10-15T09:40:51.161Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T09:40:51.161Z] Status: Downloaded newer image for docker:latest [2020-10-15T09:40:54.565Z] ---> 9a5a79f2cd94 [2020-10-15T09:40:54.565Z] Step 6/7 : COPY go.mod . [2020-10-15T09:40:54.839Z] ---> 27ed885fd1e0 [2020-10-15T09:40:54.839Z] Step 7/7 : RUN go mod download [2020-10-15T09:40:54.839Z] ---> Running in c443e3a74cd5 [2020-10-15T09:41:21.622Z] Removing intermediate container c443e3a74cd5 [2020-10-15T09:41:21.622Z] ---> 5470e8e9649b [2020-10-15T09:41:21.622Z] Successfully built 5470e8e9649b [2020-10-15T09:41:21.622Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:41:22.036Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T09:41:22.036Z] . [Pipeline] withDockerContainer [2020-10-15T09:41:22.276Z] prd-ubuntu18.04-docker-arm64-4c-16g-5590 does not seem to be running inside a container [2020-10-15T09:41:22.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T09:41:25.506Z] $ docker top dca6909f25b8ca6833d98b097889178d6be5cdb5271c01e62968d53c0acfcb52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T09:41:26.958Z] + go version [2020-10-15T09:41:26.958Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T09:41:26.996Z] $ docker stop --time=1 dca6909f25b8ca6833d98b097889178d6be5cdb5271c01e62968d53c0acfcb52 [2020-10-15T09:41:28.929Z] $ docker rm -f dca6909f25b8ca6833d98b097889178d6be5cdb5271c01e62968d53c0acfcb52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:41:29.884Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T09:41:29.884Z] . [Pipeline] withDockerContainer [2020-10-15T09:41:30.125Z] prd-ubuntu18.04-docker-arm64-4c-16g-5590 does not seem to be running inside a container [2020-10-15T09:41:30.218Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T09:41:31.551Z] $ docker top e474145e6f7c6863486b902dd773aee710f5bc8069f1abeda6d5a788d94c70c6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-15T09:41:31.889Z] ========================================================= [2020-10-15T09:41:31.889Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-15T09:41:31.889Z] ========================================================= [Pipeline] sh [2020-10-15T09:41:32.534Z] + make test [2020-10-15T09:41:32.534Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-15T09:41:35.167Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-15T09:42:07.579Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-15T09:42:22.722Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-15T09:42:22.722Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-15T09:42:22.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-15T09:42:22.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-15T09:42:25.364Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.031s [2020-10-15T09:42:25.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-15T09:42:25.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-15T09:42:25.364Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-15T09:42:27.362Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-15T09:42:28.355Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-15T09:42:28.638Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-15T09:42:28.638Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-15T09:42:28.638Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-15T09:42:36.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2020-10-15T09:42:36.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-15T09:42:36.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-15T09:42:36.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-15T09:42:36.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-15T09:42:36.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-15T09:42:41.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.1% of statements [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-15T09:42:41.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-15T09:42:41.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-15T09:42:41.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 85.5% of statements [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-15T09:42:41.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-15T09:42:42.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.377s coverage: 88.9% of statements [2020-10-15T09:42:42.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-15T09:42:42.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T09:42:42.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-15T09:42:42.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-15T09:42:48.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.482s coverage: 28.6% of statements [2020-10-15T09:42:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-15T09:42:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-15T09:42:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-15T09:42:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-15T09:42:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-15T09:42:48.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.113s coverage: 100.0% of statements [2020-10-15T09:42:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-15T09:42:48.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2020-10-15T09:42:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-15T09:42:50.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements [2020-10-15T09:42:50.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-15T09:42:50.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements [2020-10-15T09:42:50.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-15T09:42:50.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.035s coverage: 100.0% of statements [2020-10-15T09:42:50.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-15T09:42:50.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-15T09:42:50.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-15T09:42:50.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-15T09:42:53.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.190s coverage: 99.0% of statements [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-15T09:42:53.850Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.012s coverage: 58.8% of statements [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-15T09:42:53.850Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.0% of statements [no tests to run] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-15T09:42:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-15T09:42:54.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.129s coverage: 63.5% of statements [2020-10-15T09:42:54.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-15T09:42:54.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-15T09:42:54.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements [2020-10-15T09:42:55.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2020-10-15T09:42:56.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.010s coverage: 100.0% of statements [2020-10-15T09:42:56.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2020-10-15T09:42:57.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.014s coverage: 100.0% of statements [2020-10-15T09:43:00.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.250s coverage: 55.9% of statements [2020-10-15T09:43:00.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-15T09:43:00.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-15T09:43:00.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-15T09:43:00.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-15T09:43:09.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.536s coverage: 86.3% of statements [2020-10-15T09:43:09.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.071s coverage: 72.2% of statements [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.443s coverage: 72.1% of statements [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.016s coverage: 48.4% of statements [2020-10-15T09:43:09.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-15T09:43:09.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-15T09:43:09.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.015s coverage: 28.8% of statements [2020-10-15T09:43:09.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements [2020-10-15T09:43:09.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 36.5% of statements [2020-10-15T09:43:09.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-15T09:43:09.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.350s coverage: 84.1% of statements [2020-10-15T09:43:09.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2020-10-15T09:43:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.053s coverage: 42.9% of statements [2020-10-15T09:43:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-15T09:43:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-15T09:43:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.051s coverage: 100.0% of statements [2020-10-15T09:43:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-15T09:43:11.074Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.053s coverage: 83.8% of statements [2020-10-15T09:43:11.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-15T09:43:16.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.150s coverage: 47.1% of statements [2020-10-15T09:43:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-15T09:43:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-15T09:43:16.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements [2020-10-15T09:43:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-15T09:43:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-15T09:43:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-15T09:43:16.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-10-15T09:43:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-15T09:43:16.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.027s coverage: 100.0% of statements [2020-10-15T09:43:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-15T09:43:19.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.182s coverage: 29.1% of statements [2020-10-15T09:43:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-15T09:43:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-15T09:43:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-15T09:43:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-15T09:43:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-15T09:43:19.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements [2020-10-15T09:43:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-15T09:43:19.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-10-15T09:43:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-15T09:43:19.904Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2020-10-15T09:43:19.904Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-15T09:43:20.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-10-15T09:43:20.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-15T09:43:20.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-15T09:43:20.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-15T09:43:20.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-15T09:43:20.773Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2020-10-15T09:43:20.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-15T09:43:20.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-15T09:43:21.047Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements [2020-10-15T09:43:21.642Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-15T09:43:22.244Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-10-15T09:43:22.851Z] GO111MODULE=on go vet ./... [2020-10-15T09:43:45.009Z] gofmt -l . [2020-10-15T09:43:45.009Z] [ "`gofmt -l .`" = "" ] [2020-10-15T09:43:46.979Z] ./bin/test-go-mod-tidy.sh [2020-10-15T09:43:47.576Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-15T09:43:52.537Z] + ls -al . [2020-10-15T09:43:52.537Z] total 632 [2020-10-15T09:43:52.537Z] drwxrwxr-x 9 1001 1001 4096 Oct 15 09:43 . [2020-10-15T09:43:52.537Z] drwxr-xr-x 4 root root 4096 Oct 15 09:41 .. [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 11 Oct 15 09:40 .dockerignore [2020-10-15T09:43:52.537Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 09:40 .git [2020-10-15T09:43:52.537Z] drwxrwxr-x 3 1001 1001 4096 Oct 15 09:40 .github [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 932 Oct 15 09:40 .gitignore [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 166 Oct 15 09:40 .sonarcloud.properties [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 3804 Oct 15 09:40 CONTRIBUTING.md [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 1035 Oct 15 09:40 Dockerfile.build [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 863 Oct 15 09:40 Jenkinsfile [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 10775 Oct 15 09:40 LICENSE [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 6237 Oct 15 09:40 Makefile [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 6447 Oct 15 09:40 README.md [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 259 Oct 15 09:40 SECURITY.md [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 5 Oct 15 09:37 VERSION [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 4131 Oct 15 09:40 ZMQWindows.md [2020-10-15T09:43:52.537Z] drwxrwxr-x 2 1001 1001 4096 Oct 15 09:40 bin [2020-10-15T09:43:52.537Z] drwxrwxr-x 15 1001 1001 4096 Oct 15 09:40 cmd [2020-10-15T09:43:52.537Z] -rw-r--r-- 1 root root 510921 Oct 15 09:43 coverage.out [2020-10-15T09:43:52.537Z] -rw-r--r-- 1 root root 1040 Oct 15 09:43 go.mod [2020-10-15T09:43:52.537Z] -rw-r--r-- 1 root root 18983 Oct 15 09:43 go.sum [2020-10-15T09:43:52.537Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 09:40 internal [2020-10-15T09:43:52.537Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 09:40 openapi [2020-10-15T09:43:52.537Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 09:40 snap [2020-10-15T09:43:52.537Z] -rw-rw-r-- 1 1001 1001 168 Oct 15 09:40 version.go [Pipeline] sh [2020-10-15T09:43:53.193Z] + '[' -e coverage.out ] [2020-10-15T09:43:53.193Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-15T09:43:54.424Z] Stashed 1 file(s) [Pipeline] sh [2020-10-15T09:43:55.106Z] + make build [2020-10-15T09:43:55.107Z] 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-15T09:44:21.924Z] 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-15T09:44:30.213Z] 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-15T09:44:34.514Z] 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-15T09:44:37.893Z] 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-15T09:44:43.284Z] 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-15T09:44:43.878Z] 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-15T09:44:48.204Z] 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-15T09:44:53.623Z] 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-15T09:44:56.244Z] 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-15T09:45:00.554Z] 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-15T09:45:04.874Z] 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-15T09:45:08.264Z] 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-15T09:45:10.921Z] $ docker stop --time=1 e474145e6f7c6863486b902dd773aee710f5bc8069f1abeda6d5a788d94c70c6 [2020-10-15T09:45:13.540Z] $ docker rm -f e474145e6f7c6863486b902dd773aee710f5bc8069f1abeda6d5a788d94c70c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:45:17.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T09:45:17.659Z] [2020-10-15T09:45:17.659Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:45:18.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T09:45:18.311Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-15T09:45:18.311Z] 29e5d40040c1: Pulling fs layer [2020-10-15T09:45:18.311Z] 1ce36da41761: Pulling fs layer [2020-10-15T09:45:18.311Z] 25b303627fd3: Pulling fs layer [2020-10-15T09:45:18.582Z] 29e5d40040c1: Download complete [2020-10-15T09:45:19.179Z] 1ce36da41761: Verifying Checksum [2020-10-15T09:45:19.179Z] 1ce36da41761: Download complete [2020-10-15T09:45:19.179Z] 29e5d40040c1: Pull complete [2020-10-15T09:45:20.151Z] 1ce36da41761: Pull complete [2020-10-15T09:45:20.743Z] 25b303627fd3: Verifying Checksum [2020-10-15T09:45:20.743Z] 25b303627fd3: Download complete [2020-10-15T09:45:30.894Z] 25b303627fd3: Pull complete [2020-10-15T09:45:30.894Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-15T09:45:30.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T09:45:30.894Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-15T09:45:31.164Z] prd-ubuntu18.04-docker-arm64-4c-16g-5590 does not seem to be running inside a container [2020-10-15T09:45:31.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T09:45:34.777Z] $ docker top 119ec4f71e65d5dd1ef96a52216bf0529beb3189af33c150e81492961be648c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T09:45:36.214Z] + docker-compose build --help [2020-10-15T09:45:36.215Z] + grep parallel [2020-10-15T09:45:39.581Z] --parallel Build images in parallel. [Pipeline] } [2020-10-15T09:45:39.627Z] $ docker stop --time=1 119ec4f71e65d5dd1ef96a52216bf0529beb3189af33c150e81492961be648c5 [2020-10-15T09:45:41.504Z] $ docker rm -f 119ec4f71e65d5dd1ef96a52216bf0529beb3189af33c150e81492961be648c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:45:42.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T09:45:42.367Z] . [Pipeline] withDockerContainer [2020-10-15T09:45:42.654Z] prd-ubuntu18.04-docker-arm64-4c-16g-5590 does not seem to be running inside a container [2020-10-15T09:45:42.782Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T09:45:44.119Z] $ docker top 84854e1ff2f911d235395625fc18d5bf4dd62522a7f750e2b9a009c08caf2044 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T09:45:46.186Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-15T09:45:50.479Z] Building docker-core-command-go ... [2020-10-15T09:45:50.479Z] Building docker-core-data-go ... [2020-10-15T09:45:50.479Z] Building docker-core-metadata-go ... [2020-10-15T09:45:50.479Z] Building docker-security-proxy-setup-go ... [2020-10-15T09:45:50.479Z] Building docker-security-secrets-setup-go ... [2020-10-15T09:45:50.479Z] Building docker-security-secretstore-setup-go ... [2020-10-15T09:45:50.479Z] Building docker-support-logging-go ... [2020-10-15T09:45:50.479Z] Building docker-support-notifications-go ... [2020-10-15T09:45:50.479Z] Building docker-support-scheduler-go ... [2020-10-15T09:45:50.479Z] Building docker-sys-mgmt-agent-go ... [2020-10-15T09:45:50.479Z] Building docker-core-data-go [2020-10-15T09:45:50.479Z] Building docker-core-metadata-go [2020-10-15T09:45:50.479Z] Building docker-security-proxy-setup-go [2020-10-15T09:45:50.479Z] Building docker-security-secrets-setup-go [2020-10-15T09:45:50.479Z] Building docker-security-secretstore-setup-go [2020-10-15T09:47:12.256Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:47:12.256Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:47:12.256Z] ---> 5470e8e9649b [2020-10-15T09:47:12.256Z] Step 3/20 : WORKDIR /edgex-go [2020-10-15T09:47:12.256Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:47:12.256Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-15T09:47:12.256Z] ---> 5470e8e9649b [2020-10-15T09:47:12.256Z] Step 3/29 : WORKDIR /edgex-go [2020-10-15T09:47:12.256Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:47:12.256Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:47:12.256Z] ---> 5470e8e9649b [2020-10-15T09:47:12.256Z] Step 3/23 : WORKDIR /edgex-go [2020-10-15T09:47:12.256Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:47:12.256Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:47:12.256Z] ---> 5470e8e9649b [2020-10-15T09:47:12.256Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T09:47:12.256Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:47:12.256Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:47:12.256Z] ---> 5470e8e9649b [2020-10-15T09:47:12.256Z] Step 3/26 : WORKDIR /edgex-go [2020-10-15T09:47:12.256Z] ---> Running in ed34ccf1e6ae [2020-10-15T09:47:12.256Z] ---> Running in 4e0187cfa019 [2020-10-15T09:47:12.256Z] ---> Running in 46231f94e767 [2020-10-15T09:47:12.256Z] ---> Running in f7215e053cf1 [2020-10-15T09:47:12.256Z] ---> Running in 56c96474af09 [2020-10-15T09:47:12.256Z] Removing intermediate container 46231f94e767 [2020-10-15T09:47:12.256Z] ---> 6529a6c37b51 [2020-10-15T09:47:12.256Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:47:12.256Z] Removing intermediate container 4e0187cfa019 [2020-10-15T09:47:12.256Z] ---> 25bea8fced79 [2020-10-15T09:47:12.256Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:47:12.256Z] Removing intermediate container ed34ccf1e6ae [2020-10-15T09:47:12.256Z] ---> 9d47fd53679d [2020-10-15T09:47:12.256Z] Step 4/29 : RUN apk update && apk add make git [2020-10-15T09:47:12.256Z] Removing intermediate container 56c96474af09 [2020-10-15T09:47:12.256Z] ---> cbed2f60a3da [2020-10-15T09:47:12.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:47:12.256Z] Removing intermediate container f7215e053cf1 [2020-10-15T09:47:12.256Z] ---> 89603cfee649 [2020-10-15T09:47:12.256Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:47:12.256Z] ---> Running in 6d7d7db36b06 [2020-10-15T09:47:12.256Z] ---> Running in 4453dff43a67 [2020-10-15T09:47:12.256Z] ---> Running in 7019d2de9b22 [2020-10-15T09:47:12.256Z] ---> Running in c9f6c290eefe [2020-10-15T09:47:12.256Z] ---> Running in e1c4eefeae8a [2020-10-15T09:47:14.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:15.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:16.476Z] Removing intermediate container 6d7d7db36b06 [2020-10-15T09:47:16.476Z] ---> 8b97361c063f [2020-10-15T09:47:16.476Z] Step 5/26 : RUN apk update && apk add make git [2020-10-15T09:47:16.476Z] ---> Running in 207f7f8b60b4 [2020-10-15T09:47:16.476Z] Removing intermediate container 4453dff43a67 [2020-10-15T09:47:16.476Z] ---> 6cd24e9889bd [2020-10-15T09:47:16.476Z] Step 5/20 : RUN apk update && apk add make git [2020-10-15T09:47:16.759Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T09:47:16.759Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T09:47:16.759Z] OK: 12623 distinct packages available [2020-10-15T09:47:16.759Z] ---> Running in 1a0b3ff516ab [2020-10-15T09:47:17.043Z] Removing intermediate container c9f6c290eefe [2020-10-15T09:47:17.043Z] ---> 0c8f2470f8a8 [2020-10-15T09:47:17.043Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-15T09:47:17.333Z] Removing intermediate container e1c4eefeae8a [2020-10-15T09:47:17.333Z] ---> 6cc662a4bf95 [2020-10-15T09:47:17.333Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T09:47:17.333Z] ---> Running in 28ae2bfe288b [2020-10-15T09:47:17.627Z] ---> Running in ee08f6f11a7a [2020-10-15T09:47:17.627Z] OK: 217 MiB in 51 packages [2020-10-15T09:47:19.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:19.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:19.632Z] Removing intermediate container 7019d2de9b22 [2020-10-15T09:47:19.632Z] ---> cd7159f200fe [2020-10-15T09:47:19.632Z] Step 5/29 : COPY go.mod . [2020-10-15T09:47:19.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:19.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:19.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:20.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:20.457Z] ---> a05fea64e62d [2020-10-15T09:47:20.457Z] Step 6/29 : RUN go mod download [2020-10-15T09:47:20.728Z] ---> Running in cfb73cdb6c28 [2020-10-15T09:47:20.728Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T09:47:20.728Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T09:47:20.728Z] OK: 12623 distinct packages available [2020-10-15T09:47:20.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:21.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:47:21.006Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T09:47:21.006Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T09:47:21.006Z] OK: 12623 distinct packages available [2020-10-15T09:47:21.620Z] OK: 217 MiB in 51 packages [2020-10-15T09:47:21.909Z] OK: 217 MiB in 51 packages [2020-10-15T09:47:22.207Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T09:47:22.207Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T09:47:22.207Z] OK: 12623 distinct packages available [2020-10-15T09:47:22.207Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T09:47:22.207Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T09:47:22.207Z] OK: 12623 distinct packages available [2020-10-15T09:47:23.207Z] OK: 217 MiB in 51 packages [2020-10-15T09:47:23.207Z] OK: 217 MiB in 51 packages [2020-10-15T09:47:23.488Z] Removing intermediate container 207f7f8b60b4 [2020-10-15T09:47:23.488Z] ---> 94ad343cdb45 [2020-10-15T09:47:23.488Z] Step 6/26 : COPY go.mod . [2020-10-15T09:47:23.780Z] Removing intermediate container 1a0b3ff516ab [2020-10-15T09:47:23.780Z] ---> 2268b1a1cb40 [2020-10-15T09:47:23.780Z] Step 6/20 : COPY go.mod . [2020-10-15T09:47:24.771Z] ---> 885ed55a6213 [2020-10-15T09:47:24.771Z] Step 7/26 : RUN go mod download [2020-10-15T09:47:24.771Z] ---> Running in 25d62df5602e [2020-10-15T09:47:25.047Z] ---> 8d4a9c1d1e2d [2020-10-15T09:47:25.047Z] Step 7/20 : RUN go mod download [2020-10-15T09:47:25.047Z] Removing intermediate container 28ae2bfe288b [2020-10-15T09:47:25.047Z] ---> e966b8d1611d [2020-10-15T09:47:25.047Z] Step 6/23 : COPY go.mod . [2020-10-15T09:47:25.323Z] Removing intermediate container ee08f6f11a7a [2020-10-15T09:47:25.324Z] ---> b0a519bb054d [2020-10-15T09:47:25.324Z] Step 6/22 : COPY go.mod . [2020-10-15T09:47:25.324Z] ---> Running in 26b9e6f56ea4 [2020-10-15T09:47:25.324Z] Removing intermediate container cfb73cdb6c28 [2020-10-15T09:47:25.324Z] ---> 72b2c4f45f11 [2020-10-15T09:47:25.324Z] Step 7/29 : COPY . . [2020-10-15T09:47:26.326Z] ---> 8ee676ef1150 [2020-10-15T09:47:26.326Z] Step 7/22 : RUN go mod download [2020-10-15T09:47:26.326Z] ---> 3ba22bc25b32 [2020-10-15T09:47:26.326Z] Step 7/23 : RUN go mod download [2020-10-15T09:47:26.918Z] ---> Running in 06a34e5a1cea [2020-10-15T09:47:26.918Z] ---> Running in 22f5ac061289 [2020-10-15T09:47:30.318Z] Removing intermediate container 25d62df5602e [2020-10-15T09:47:30.318Z] ---> b6442ed1b54d [2020-10-15T09:47:30.318Z] Step 8/26 : COPY . . [2020-10-15T09:47:30.596Z] Removing intermediate container 26b9e6f56ea4 [2020-10-15T09:47:30.596Z] ---> a16705a71cf8 [2020-10-15T09:47:30.596Z] Step 8/20 : COPY . . [2020-10-15T09:47:32.581Z] Removing intermediate container 22f5ac061289 [2020-10-15T09:47:32.581Z] ---> f8a0d520b6ca [2020-10-15T09:47:32.581Z] Step 8/22 : COPY . . [2020-10-15T09:47:32.858Z] Removing intermediate container 06a34e5a1cea [2020-10-15T09:47:32.858Z] ---> 7ad0f4bae7f1 [2020-10-15T09:47:32.858Z] Step 8/23 : COPY . . [2020-10-15T09:47:55.078Z] ---> 2be07d741361 [2020-10-15T09:47:55.078Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-15T09:47:55.078Z] ---> 20e6dc2c1fc4 [2020-10-15T09:47:55.078Z] 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-15T09:47:55.078Z] ---> ecbf69de076b [2020-10-15T09:47:55.078Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-15T09:47:55.078Z] ---> 631e675a0c9f [2020-10-15T09:47:55.078Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-15T09:47:55.078Z] ---> 670bdb44b040 [2020-10-15T09:47:55.078Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-15T09:47:55.078Z] ---> Running in d6c8d2b448a4 [2020-10-15T09:47:55.078Z] ---> Running in dfda4da28815 [2020-10-15T09:47:55.078Z] ---> Running in ebe795efeccc [2020-10-15T09:47:55.078Z] ---> Running in 59b2630d3293 [2020-10-15T09:47:55.078Z] ---> Running in 4eed626f0134 [2020-10-15T09:47:55.078Z] 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-15T09:47:55.078Z] 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-15T09:47:55.078Z] 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-15T09:47:55.078Z] 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-15T09:47:55.354Z] 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-15T09:49:17.179Z] 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-15T09:49:17.179Z] Removing intermediate container dfda4da28815 [2020-10-15T09:49:17.179Z] ---> b98fb9d04a98 [2020-10-15T09:49:17.179Z] [2020-10-15T09:49:17.179Z] Step 9/29 : FROM alpine:latest [2020-10-15T09:49:17.179Z] Removing intermediate container ebe795efeccc [2020-10-15T09:49:17.179Z] ---> eec2487037f4 [2020-10-15T09:49:17.179Z] [2020-10-15T09:49:17.179Z] Step 10/20 : FROM alpine [2020-10-15T09:49:17.179Z] latest: Pulling from library/alpine [2020-10-15T09:49:17.179Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T09:49:17.179Z] Status: Downloaded newer image for alpine:latest [2020-10-15T09:49:17.179Z] ---> 62ee0e9f8440 [2020-10-15T09:49:17.179Z] 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-15T09:49:17.179Z] latest: Pulling from library/alpine [2020-10-15T09:49:17.179Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T09:49:17.179Z] Status: Image is up to date for alpine:latest [2020-10-15T09:49:17.179Z] ---> 62ee0e9f8440 [2020-10-15T09:49:17.179Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-15T09:49:17.179Z] ---> Running in 5c54d367e704 [2020-10-15T09:49:17.179Z] ---> Running in 265a96ce5328 [2020-10-15T09:49:17.179Z] Removing intermediate container 5c54d367e704 [2020-10-15T09:49:17.179Z] ---> 60f434ea59ef [2020-10-15T09:49:17.179Z] Step 11/29 : USER root [2020-10-15T09:49:17.179Z] ---> Running in 9b9b4630c69a [2020-10-15T09:49:18.175Z] Removing intermediate container 9b9b4630c69a [2020-10-15T09:49:18.175Z] ---> 498ae524adc3 [2020-10-15T09:49:18.175Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-15T09:49:18.175Z] ---> Running in 25355f20415d [2020-10-15T09:49:18.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:49:21.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:49:21.710Z] 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-15T09:49:23.692Z] ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/main: temporary error (try again later) [2020-10-15T09:49:23.692Z] WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory [2020-10-15T09:49:23.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:49:25.711Z] ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/main: temporary error (try again later) [2020-10-15T09:49:25.711Z] WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory [2020-10-15T09:49:25.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:49:28.345Z] ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/community: temporary error (try again later) [2020-10-15T09:49:28.345Z] WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory [2020-10-15T09:49:28.345Z] 2 errors; 14 distinct packages available [2020-10-15T09:49:30.987Z] 2 errors; 14 distinct packages available [2020-10-15T09:49:30.987Z] ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/community: temporary error (try again later) [2020-10-15T09:49:30.987Z] WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory [2020-10-15T09:49:30.987Z] Building docker-sys-mgmt-agent-go [2020-10-15T09:49:32.432Z] Building docker-support-scheduler-go [2020-10-15T09:49:33.614Z] Removing intermediate container d6c8d2b448a4 [2020-10-15T09:49:33.614Z] ---> 75217f7a5a49 [2020-10-15T09:49:33.614Z] [2020-10-15T09:49:33.614Z] Step 10/26 : FROM alpine:3.10 [2020-10-15T09:49:33.614Z] 3.10: Pulling from library/alpine [2020-10-15T09:49:35.237Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-15T09:49:35.237Z] Status: Downloaded newer image for alpine:3.10 [2020-10-15T09:49:35.237Z] ---> 536a684cf733 [2020-10-15T09:49:35.237Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-15T09:49:36.724Z] ---> Running in 0e457e967c50 [2020-10-15T09:49:38.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:49:39.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:49:39.934Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-15T09:49:39.934Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-15T09:49:39.934Z] OK: 10167 distinct packages available [2020-10-15T09:49:40.533Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-15T09:49:40.533Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-15T09:49:40.533Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-15T09:49:40.533Z] (4/5) Installing curl (7.66.0-r1) [2020-10-15T09:49:40.533Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-15T09:49:40.533Z] Executing busybox-1.30.1-r3.trigger [2020-10-15T09:49:40.811Z] Executing ca-certificates-20191127-r2.trigger [2020-10-15T09:49:41.089Z] OK: 7 MiB in 19 packages [2020-10-15T09:49:46.550Z] Removing intermediate container 0e457e967c50 [2020-10-15T09:49:46.550Z] ---> 6d6fb1a58b86 [2020-10-15T09:49:46.550Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T09:49:46.550Z] ---> Running in f2810c4c3a94 [2020-10-15T09:49:47.543Z] Removing intermediate container f2810c4c3a94 [2020-10-15T09:49:47.543Z] ---> e11137395e27 [2020-10-15T09:49:47.543Z] Step 13/26 : WORKDIR / [2020-10-15T09:49:47.543Z] ---> Running in 4a109e6084e9 [2020-10-15T09:49:48.988Z] Removing intermediate container 4a109e6084e9 [2020-10-15T09:49:48.988Z] ---> fd098584fc7c [2020-10-15T09:49:48.988Z] 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-15T09:49:50.445Z] ---> c8ba5ccf4359 [2020-10-15T09:49:50.445Z] 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-15T09:49:52.436Z] ---> eb5de379f799 [2020-10-15T09:49:52.436Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-15T09:49:55.061Z] ---> 499e2a8b7877 [2020-10-15T09:49:55.061Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-15T09:49:57.049Z] ---> 79f05ba1ad23 [2020-10-15T09:49:57.049Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-15T09:49:58.036Z] Removing intermediate container 4eed626f0134 [2020-10-15T09:49:58.036Z] ---> 4eb5eaec8a5a [2020-10-15T09:49:58.036Z] [2020-10-15T09:49:58.036Z] Step 10/22 : FROM scratch [2020-10-15T09:49:58.036Z] ---> [2020-10-15T09:49:58.036Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T09:49:59.012Z] ---> Running in e46d44e131e2 [2020-10-15T09:49:59.997Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:49:59.997Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:49:59.997Z] ---> 5470e8e9649b [2020-10-15T09:49:59.997Z] Step 3/27 : WORKDIR /edgex-go [2020-10-15T09:49:59.997Z] ---> Using cache [2020-10-15T09:49:59.997Z] ---> 89603cfee649 [2020-10-15T09:49:59.997Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:49:59.997Z] ---> Using cache [2020-10-15T09:49:59.997Z] ---> 6cc662a4bf95 [2020-10-15T09:49:59.997Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-15T09:50:00.616Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:50:00.616Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:50:00.616Z] ---> 5470e8e9649b [2020-10-15T09:50:00.616Z] Step 3/21 : WORKDIR /edgex-go [2020-10-15T09:50:00.616Z] ---> Using cache [2020-10-15T09:50:00.616Z] ---> 89603cfee649 [2020-10-15T09:50:00.616Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:50:00.616Z] ---> Using cache [2020-10-15T09:50:00.616Z] ---> 6cc662a4bf95 [2020-10-15T09:50:00.616Z] Step 5/21 : RUN apk update && apk add make git [2020-10-15T09:50:00.616Z] ---> Using cache [2020-10-15T09:50:00.616Z] ---> b0a519bb054d [2020-10-15T09:50:00.616Z] Step 6/21 : COPY go.mod . [2020-10-15T09:50:00.616Z] ---> Using cache [2020-10-15T09:50:00.616Z] ---> 8ee676ef1150 [2020-10-15T09:50:00.616Z] Step 7/21 : RUN go mod download [2020-10-15T09:50:00.616Z] ---> Using cache [2020-10-15T09:50:00.616Z] ---> f8a0d520b6ca [2020-10-15T09:50:00.616Z] Step 8/21 : COPY . . [2020-10-15T09:50:00.616Z] ---> Using cache [2020-10-15T09:50:00.616Z] ---> 631e675a0c9f [2020-10-15T09:50:00.616Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-15T09:50:00.892Z] ---> 85cc9bf08dd0 [2020-10-15T09:50:00.892Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-15T09:50:01.877Z] ---> Running in 7532ebe10081 [2020-10-15T09:50:01.877Z] ---> Running in d22fbcb874d2 [2020-10-15T09:50:01.877Z] Removing intermediate container e46d44e131e2 [2020-10-15T09:50:01.877Z] ---> 2e5412e1f3b4 [2020-10-15T09:50:01.877Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-15T09:50:02.151Z] ---> a1bc8681f7f0 [2020-10-15T09:50:02.151Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-15T09:50:02.151Z] ---> Running in aecd9d315cfc [2020-10-15T09:50:03.134Z] Removing intermediate container aecd9d315cfc [2020-10-15T09:50:03.134Z] ---> c08d5a67bc87 [2020-10-15T09:50:03.134Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T09:50:03.134Z] ---> Running in b11d0cf36334 [2020-10-15T09:50:04.120Z] ---> f5dc902f4f99 [2020-10-15T09:50:04.120Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T09:50:04.120Z] Removing intermediate container b11d0cf36334 [2020-10-15T09:50:04.120Z] ---> b2f94629f12a [2020-10-15T09:50:04.120Z] Step 14/22 : WORKDIR / [2020-10-15T09:50:04.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:50:04.391Z] 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-15T09:50:04.663Z] ---> Running in 4d9e59583461 [2020-10-15T09:50:05.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:50:05.532Z] Removing intermediate container 4d9e59583461 [2020-10-15T09:50:05.532Z] ---> 2dbb2aeae599 [2020-10-15T09:50:05.532Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-15T09:50:05.809Z] ---> 904ad814689b [2020-10-15T09:50:05.809Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T09:50:06.084Z] ---> Running in e5ba37b734c0 [2020-10-15T09:50:06.360Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T09:50:06.360Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T09:50:06.360Z] OK: 12623 distinct packages available [2020-10-15T09:50:06.960Z] ---> 20b07be3b83d [2020-10-15T09:50:06.960Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-15T09:50:07.235Z] Removing intermediate container 59b2630d3293 [2020-10-15T09:50:07.235Z] ---> 0e3bf692d849 [2020-10-15T09:50:07.235Z] [2020-10-15T09:50:07.235Z] Step 10/23 : FROM alpine [2020-10-15T09:50:07.235Z] ---> 62ee0e9f8440 [2020-10-15T09:50:07.235Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T09:50:07.508Z] ---> Running in de5a99d5af96 [2020-10-15T09:50:07.508Z] OK: 217 MiB in 51 packages [2020-10-15T09:50:08.502Z] Removing intermediate container de5a99d5af96 [2020-10-15T09:50:08.502Z] ---> c54daeae7657 [2020-10-15T09:50:08.502Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-15T09:50:09.123Z] ---> Running in 09897fda29df [2020-10-15T09:50:09.406Z] ---> 205b79e90375 [2020-10-15T09:50:09.406Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-15T09:50:10.005Z] Removing intermediate container d22fbcb874d2 [2020-10-15T09:50:10.005Z] ---> 634dc05af103 [2020-10-15T09:50:10.005Z] Step 6/27 : COPY go.mod . [2020-10-15T09:50:10.280Z] Removing intermediate container 09897fda29df [2020-10-15T09:50:10.280Z] ---> a1abcbcc156e [2020-10-15T09:50:10.280Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-15T09:50:10.555Z] ---> Running in 56c6ffbe717e [2020-10-15T09:50:11.156Z] Removing intermediate container e5ba37b734c0 [2020-10-15T09:50:11.156Z] ---> 679fe5e6eff8 [2020-10-15T09:50:11.156Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T09:50:11.445Z] ---> Running in 28e337a166ec [2020-10-15T09:50:11.734Z] ---> 8cd4e931e609 [2020-10-15T09:50:11.734Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-15T09:50:11.734Z] Removing intermediate container 56c6ffbe717e [2020-10-15T09:50:11.734Z] ---> eceee2f810df [2020-10-15T09:50:11.734Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:50:11.734Z] ---> 43bfcb98f7fe [2020-10-15T09:50:11.734Z] Step 7/27 : RUN go mod download [2020-10-15T09:50:12.029Z] ---> Running in e95084b87400 [2020-10-15T09:50:12.029Z] ---> Running in 5aa2a343d271 [2020-10-15T09:50:12.302Z] ---> Running in a7f5dbb7a011 [2020-10-15T09:50:12.577Z] Removing intermediate container 28e337a166ec [2020-10-15T09:50:12.577Z] ---> ed166e5e0b31 [2020-10-15T09:50:12.577Z] Step 24/26 : LABEL arch=arm64 [2020-10-15T09:50:12.855Z] ---> Running in bdca0bb53a24 [2020-10-15T09:50:13.129Z] Removing intermediate container 5aa2a343d271 [2020-10-15T09:50:13.129Z] ---> c664f69c2567 [2020-10-15T09:50:13.129Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T09:50:13.407Z] ---> Running in 2312141a9e26 [2020-10-15T09:50:14.007Z] Removing intermediate container bdca0bb53a24 [2020-10-15T09:50:14.007Z] ---> 8163e07aa45d [2020-10-15T09:50:14.007Z] Step 25/26 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:50:14.618Z] ---> Running in 785febdff4a8 [2020-10-15T09:50:14.618Z] Removing intermediate container 2312141a9e26 [2020-10-15T09:50:14.618Z] ---> 2d73126fd291 [2020-10-15T09:50:14.618Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T09:50:14.893Z] ---> Running in 54777b892793 [2020-10-15T09:50:15.168Z] Removing intermediate container 785febdff4a8 [2020-10-15T09:50:15.168Z] ---> 6703f2a7d83e [2020-10-15T09:50:15.168Z] Step 26/26 : LABEL version=0.0.0 [2020-10-15T09:50:15.439Z] ---> Running in fd2e28dc760f [2020-10-15T09:50:15.714Z] Removing intermediate container 54777b892793 [2020-10-15T09:50:15.714Z] ---> fafb3daac0d0 [2020-10-15T09:50:15.714Z] Step 21/22 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:50:15.985Z] ---> Running in e2b495dc3909 [2020-10-15T09:50:16.583Z] Removing intermediate container fd2e28dc760f [2020-10-15T09:50:16.583Z] ---> b2a62ce61c1d [2020-10-15T09:50:16.583Z] [2020-10-15T09:50:16.876Z] Removing intermediate container e2b495dc3909 [2020-10-15T09:50:16.876Z] ---> 6dd581a19f0b [2020-10-15T09:50:16.876Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T09:50:17.158Z] ---> Running in 14bfe860fe9d [2020-10-15T09:50:17.761Z] Removing intermediate container e95084b87400 [2020-10-15T09:50:17.762Z] ---> 0d705be7db8d [2020-10-15T09:50:17.762Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-15T09:50:17.762Z] Successfully built b2a62ce61c1d [2020-10-15T09:50:18.038Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-15T09:50:18.038Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-15T09:50:18.038Z] ---> Running in d5f0056eb786 [2020-10-15T09:50:18.314Z] Removing intermediate container 14bfe860fe9d [2020-10-15T09:50:18.314Z] ---> 5f597c56696f [2020-10-15T09:50:18.314Z] [2020-10-15T09:50:18.591Z] Removing intermediate container a7f5dbb7a011 [2020-10-15T09:50:18.591Z] ---> 6f4c821d16d0 [2020-10-15T09:50:18.591Z] Step 8/27 : COPY . . [2020-10-15T09:50:19.584Z] Successfully built 5f597c56696f [2020-10-15T09:50:19.584Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-15T09:50:19.584Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-10-15T09:50:20.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:50:21.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:50:22.166Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-15T09:50:22.166Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-15T09:50:22.166Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-15T09:50:22.448Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-15T09:50:22.448Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-15T09:50:22.725Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T09:50:22.725Z] OK: 8 MiB in 19 packages [2020-10-15T09:50:31.051Z] Removing intermediate container d5f0056eb786 [2020-10-15T09:50:31.051Z] ---> ae319fcdd5c1 [2020-10-15T09:50:31.051Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-15T09:50:32.039Z] ---> 28d4207013d9 [2020-10-15T09:50:32.039Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-15T09:50:35.438Z] ---> 3ac98bf0805c [2020-10-15T09:50:35.438Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-15T09:50:36.887Z] ---> d7011047c519 [2020-10-15T09:50:36.887Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-15T09:50:37.489Z] ---> 542147e7d4d0 [2020-10-15T09:50:37.489Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-15T09:50:37.761Z] ---> Running in 58c3ae65754a [2020-10-15T09:50:38.037Z] ---> Running in a20aa97eff22 [2020-10-15T09:50:39.486Z] Removing intermediate container a20aa97eff22 [2020-10-15T09:50:39.486Z] ---> 6a1df52a8de3 [2020-10-15T09:50:39.486Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T09:50:40.104Z] ---> Running in 08e3a06f2be2 [2020-10-15T09:50:40.456Z] 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-15T09:50:41.618Z] Removing intermediate container 08e3a06f2be2 [2020-10-15T09:50:41.618Z] ---> 6fdba6b5f298 [2020-10-15T09:50:41.618Z] Step 21/23 : LABEL arch=arm64 [2020-10-15T09:50:41.928Z] ---> Running in afbe94bd59b2 [2020-10-15T09:50:43.028Z] Removing intermediate container afbe94bd59b2 [2020-10-15T09:50:43.028Z] ---> 5f86c34ff70f [2020-10-15T09:50:43.028Z] Step 22/23 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:50:43.652Z] ---> Running in 4833bb444b90 [2020-10-15T09:50:44.258Z] Removing intermediate container 4833bb444b90 [2020-10-15T09:50:44.258Z] ---> b4848eedfd34 [2020-10-15T09:50:44.258Z] Step 23/23 : LABEL version=0.0.0 [2020-10-15T09:50:44.876Z] ---> Running in fe0bf56890d1 [2020-10-15T09:50:46.395Z] Removing intermediate container fe0bf56890d1 [2020-10-15T09:50:46.395Z] ---> fdacfb0a8ce8 [2020-10-15T09:50:46.395Z] [2020-10-15T09:50:47.011Z] Successfully built fdacfb0a8ce8 [2020-10-15T09:50:47.011Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-15T09:50:47.011Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-10-15T09:50:50.467Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:50:50.467Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:50:50.467Z] ---> 5470e8e9649b [2020-10-15T09:50:50.467Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T09:50:50.467Z] ---> Using cache [2020-10-15T09:50:50.467Z] ---> 89603cfee649 [2020-10-15T09:50:50.467Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:50:50.467Z] ---> Using cache [2020-10-15T09:50:50.467Z] ---> 6cc662a4bf95 [2020-10-15T09:50:50.467Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-15T09:50:50.742Z] ---> Running in 8ed43baab814 [2020-10-15T09:50:53.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:50:53.424Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:50:53.424Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:50:53.424Z] ---> 5470e8e9649b [2020-10-15T09:50:53.424Z] Step 3/24 : WORKDIR /edgex-go [2020-10-15T09:50:53.424Z] ---> Using cache [2020-10-15T09:50:53.424Z] ---> 89603cfee649 [2020-10-15T09:50:53.424Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:50:53.424Z] ---> Using cache [2020-10-15T09:50:53.424Z] ---> 6cc662a4bf95 [2020-10-15T09:50:53.424Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-15T09:50:54.043Z] ---> Running in 51acb61c4fe9 [2020-10-15T09:50:54.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:50:55.338Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T09:50:55.338Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T09:50:55.338Z] OK: 12623 distinct packages available [2020-10-15T09:50:56.335Z] OK: 217 MiB in 51 packages [2020-10-15T09:50:56.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:50:56.890Z] OK: 217 MiB in 51 packages [2020-10-15T09:50:57.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:50:58.514Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T09:50:58.514Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T09:50:58.514Z] OK: 12623 distinct packages available [2020-10-15T09:50:59.508Z] OK: 217 MiB in 51 packages [2020-10-15T09:51:00.115Z] Removing intermediate container 8ed43baab814 [2020-10-15T09:51:00.115Z] ---> 5b900afff062 [2020-10-15T09:51:00.115Z] Step 6/22 : COPY go.mod . [2020-10-15T09:51:01.584Z] Removing intermediate container 51acb61c4fe9 [2020-10-15T09:51:01.584Z] ---> 4d114d179339 [2020-10-15T09:51:01.584Z] Step 6/24 : COPY go.mod . [2020-10-15T09:51:01.867Z] ---> 17719b2ea0dc [2020-10-15T09:51:01.868Z] Step 7/22 : RUN go mod download [2020-10-15T09:51:02.153Z] ---> Running in 7fabd867f77d [2020-10-15T09:51:04.180Z] ---> aec95c855300 [2020-10-15T09:51:04.180Z] Step 7/24 : RUN go mod download [2020-10-15T09:51:04.180Z] ---> Running in 4376f5a693e7 [2020-10-15T09:51:08.579Z] Removing intermediate container 7fabd867f77d [2020-10-15T09:51:08.579Z] ---> 70f34d7cf08c [2020-10-15T09:51:08.579Z] Step 8/22 : COPY . . [2020-10-15T09:51:09.568Z] Removing intermediate container 4376f5a693e7 [2020-10-15T09:51:09.568Z] ---> 66eee8bd5683 [2020-10-15T09:51:09.568Z] Step 8/24 : COPY . . [2020-10-15T09:51:12.229Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T09:51:12.229Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T09:51:12.229Z] ---> 5470e8e9649b [2020-10-15T09:51:12.229Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T09:51:12.229Z] ---> Using cache [2020-10-15T09:51:12.229Z] ---> 89603cfee649 [2020-10-15T09:51:12.229Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T09:51:12.229Z] ---> Using cache [2020-10-15T09:51:12.229Z] ---> 6cc662a4bf95 [2020-10-15T09:51:12.229Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T09:51:12.229Z] ---> Using cache [2020-10-15T09:51:12.229Z] ---> b0a519bb054d [2020-10-15T09:51:12.229Z] Step 6/22 : COPY go.mod . [2020-10-15T09:51:12.229Z] ---> Using cache [2020-10-15T09:51:12.229Z] ---> 8ee676ef1150 [2020-10-15T09:51:12.229Z] Step 7/22 : RUN go mod download [2020-10-15T09:51:12.229Z] ---> Using cache [2020-10-15T09:51:12.229Z] ---> f8a0d520b6ca [2020-10-15T09:51:12.229Z] Step 8/22 : COPY . . [2020-10-15T09:51:12.229Z] ---> Using cache [2020-10-15T09:51:12.229Z] ---> 631e675a0c9f [2020-10-15T09:51:12.229Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-15T09:51:13.228Z] ---> Running in c7ef43ab2716 [2020-10-15T09:51:15.873Z] 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-15T09:51:19.319Z] Removing intermediate container 7532ebe10081 [2020-10-15T09:51:19.319Z] ---> bfdfe7929252 [2020-10-15T09:51:19.319Z] [2020-10-15T09:51:19.319Z] Step 10/21 : FROM scratch [2020-10-15T09:51:19.319Z] ---> [2020-10-15T09:51:19.319Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T09:51:19.602Z] ---> Using cache [2020-10-15T09:51:19.602Z] ---> 2e5412e1f3b4 [2020-10-15T09:51:19.602Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-15T09:51:19.879Z] ---> Running in eaf39aee7c5e [2020-10-15T09:51:20.879Z] Removing intermediate container eaf39aee7c5e [2020-10-15T09:51:20.879Z] ---> 88af215a0363 [2020-10-15T09:51:20.879Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-15T09:51:21.165Z] ---> Running in bee0dbbc6679 [2020-10-15T09:51:23.173Z] Removing intermediate container bee0dbbc6679 [2020-10-15T09:51:23.173Z] ---> cc1e981a02e3 [2020-10-15T09:51:23.173Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-15T09:51:25.170Z] ---> 28fc76174e87 [2020-10-15T09:51:25.170Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-15T09:51:29.516Z] ---> 4ac35eff90b4 [2020-10-15T09:51:29.516Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-15T09:51:30.999Z] ---> d6e9ef9bfdbb [2020-10-15T09:51:30.999Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-15T09:51:31.284Z] ---> Running in f0459522ac4d [2020-10-15T09:51:32.742Z] Removing intermediate container f0459522ac4d [2020-10-15T09:51:32.742Z] ---> c1c574eb109c [2020-10-15T09:51:32.742Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T09:51:32.742Z] ---> Running in 2f916933fcbf [2020-10-15T09:51:34.212Z] Removing intermediate container 2f916933fcbf [2020-10-15T09:51:34.212Z] ---> 010c89cdfac5 [2020-10-15T09:51:34.212Z] Step 19/21 : LABEL arch=arm64 [2020-10-15T09:51:34.834Z] ---> Running in fefe0e586063 [2020-10-15T09:51:35.841Z] ---> fc21b01a4623 [2020-10-15T09:51:35.841Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-15T09:51:35.841Z] Removing intermediate container fefe0e586063 [2020-10-15T09:51:35.841Z] ---> 62f5ca97d409 [2020-10-15T09:51:35.841Z] Step 20/21 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:51:35.841Z] ---> Running in cd4eecc644d8 [2020-10-15T09:51:36.126Z] ---> Running in 38b451891c03 [2020-10-15T09:51:37.127Z] ---> 7068404f4aa2 [2020-10-15T09:51:37.127Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-15T09:51:37.416Z] Removing intermediate container 38b451891c03 [2020-10-15T09:51:37.416Z] ---> 2da9b18a30f9 [2020-10-15T09:51:37.416Z] Step 21/21 : LABEL version=0.0.0 [2020-10-15T09:51:37.416Z] ---> Running in 39cbea271276 [2020-10-15T09:51:37.694Z] ---> Running in c5b459d2879e [2020-10-15T09:51:38.689Z] Removing intermediate container c5b459d2879e [2020-10-15T09:51:38.689Z] ---> 82b5ef5e17bd [2020-10-15T09:51:38.689Z] [2020-10-15T09:51:38.689Z] 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-15T09:51:39.295Z] Successfully built 82b5ef5e17bd [2020-10-15T09:51:39.295Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-15T09:51:40.292Z]  Building docker-support-scheduler-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-15T09:51:48.634Z] Removing intermediate container 58c3ae65754a [2020-10-15T09:51:48.634Z] ---> 1bef1a026130 [2020-10-15T09:51:48.634Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-15T09:51:48.634Z] ---> Running in 51a2f3385ca9 [2020-10-15T09:51:51.286Z] 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-15T09:51:56.982Z] Removing intermediate container 51a2f3385ca9 [2020-10-15T09:51:56.982Z] ---> f09c8c95003d [2020-10-15T09:51:56.982Z] [2020-10-15T09:51:56.982Z] Step 11/27 : FROM docker:latest [2020-10-15T09:51:56.982Z] ---> 45884bde0078 [2020-10-15T09:51:56.982Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-15T09:51:56.982Z] ---> Running in f58e2ed9f093 [2020-10-15T09:51:58.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:51:59.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:51:59.871Z] (1/2) Installing readline (8.0.4-r0) [2020-10-15T09:51:59.871Z] (2/2) Installing bash (5.0.17-r0) [2020-10-15T09:51:59.871Z] Executing bash-5.0.17-r0.post-install [2020-10-15T09:51:59.871Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T09:52:00.150Z] OK: 12 MiB in 22 packages [2020-10-15T09:52:02.160Z] Removing intermediate container f58e2ed9f093 [2020-10-15T09:52:02.160Z] ---> 79080dc00d8f [2020-10-15T09:52:02.160Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-15T09:52:02.161Z] ---> Running in 286101c3a508 [2020-10-15T09:52:06.522Z] Removing intermediate container 286101c3a508 [2020-10-15T09:52:06.522Z] ---> bbbe528097e9 [2020-10-15T09:52:06.522Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-15T09:52:06.522Z] ---> Running in 91a16f07947f [2020-10-15T09:52:06.522Z] Removing intermediate container 91a16f07947f [2020-10-15T09:52:06.522Z] ---> 4bb6e9b29fb7 [2020-10-15T09:52:06.522Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-15T09:52:06.810Z] ---> Running in ef9c0b85b404 [2020-10-15T09:52:07.805Z] Removing intermediate container ef9c0b85b404 [2020-10-15T09:52:07.805Z] ---> 0f9793ffce92 [2020-10-15T09:52:07.805Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-15T09:52:07.805Z] ---> Running in 874d5291e0e6 [2020-10-15T09:52:08.426Z] Removing intermediate container 874d5291e0e6 [2020-10-15T09:52:08.426Z] ---> d8490ed65cde [2020-10-15T09:52:08.426Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-15T09:52:10.447Z] ---> 1992b1ca8857 [2020-10-15T09:52:10.447Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-15T09:52:11.460Z] ---> 6d750e00b615 [2020-10-15T09:52:11.460Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-15T09:52:12.934Z] ---> 2c1416ad74f4 [2020-10-15T09:52:12.934Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-15T09:52:12.934Z] ---> Running in 380598465b03 [2020-10-15T09:52:15.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:52:15.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:52:16.212Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-15T09:52:16.212Z] (2/33) Installing expat (2.2.9-r1) [2020-10-15T09:52:16.212Z] (3/33) Installing libffi (3.3-r2) [2020-10-15T09:52:16.212Z] (4/33) Installing gdbm (1.13-r1) [2020-10-15T09:52:16.212Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-15T09:52:16.212Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-15T09:52:16.212Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-15T09:52:18.225Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-15T09:52:18.225Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-15T09:52:18.226Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-15T09:52:18.226Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-15T09:52:18.226Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-15T09:52:18.226Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-15T09:52:18.226Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-15T09:52:18.508Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-15T09:52:18.508Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-15T09:52:18.508Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-15T09:52:18.508Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-15T09:52:18.508Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-15T09:52:18.508Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-15T09:52:18.508Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-15T09:52:18.788Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-15T09:52:18.788Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-15T09:52:18.788Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-15T09:52:18.788Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-15T09:52:18.788Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-15T09:52:18.788Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-15T09:52:18.788Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-15T09:52:18.788Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-15T09:52:18.788Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-15T09:52:19.071Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-15T09:52:19.071Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-15T09:52:19.071Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-15T09:52:19.071Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T09:52:19.071Z] OK: 71 MiB in 55 packages [2020-10-15T09:52:29.318Z] Removing intermediate container 380598465b03 [2020-10-15T09:52:29.318Z] ---> 847cac450561 [2020-10-15T09:52:29.318Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-15T09:52:29.318Z] ---> Running in b385d02234f9 [2020-10-15T09:52:36.089Z] Collecting docker-compose==1.23.2 [2020-10-15T09:52:36.089Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-15T09:52:36.089Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-15T09:52:36.089Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-15T09:52:39.533Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-15T09:52:39.533Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-15T09:52:39.533Z] Collecting docopt<0.7,>=0.6.1 [2020-10-15T09:52:39.533Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-15T09:52:42.230Z] Collecting cached-property<2,>=1.2.0 [2020-10-15T09:52:42.230Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-15T09:52:42.521Z] 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-15T09:52:43.147Z] Collecting jsonschema<3,>=2.5.1 [2020-10-15T09:52:43.147Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-15T09:52:43.774Z] Removing intermediate container c7ef43ab2716 [2020-10-15T09:52:43.774Z] ---> 767b1715a0f9 [2020-10-15T09:52:43.774Z] [2020-10-15T09:52:43.774Z] Step 10/22 : FROM scratch [2020-10-15T09:52:43.774Z] ---> [2020-10-15T09:52:43.774Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T09:52:44.056Z] ---> Using cache [2020-10-15T09:52:44.056Z] ---> 2e5412e1f3b4 [2020-10-15T09:52:44.056Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-15T09:52:44.056Z] ---> Running in 34827a8a26d6 [2020-10-15T09:52:44.671Z] Removing intermediate container 34827a8a26d6 [2020-10-15T09:52:44.671Z] ---> e0e828770f0c [2020-10-15T09:52:44.671Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T09:52:44.671Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-15T09:52:44.671Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-15T09:52:44.950Z] ---> Running in 9eb0e79368a7 [2020-10-15T09:52:45.568Z] Removing intermediate container 9eb0e79368a7 [2020-10-15T09:52:45.568Z] ---> a51d8ad28b68 [2020-10-15T09:52:45.568Z] Step 14/22 : WORKDIR / [2020-10-15T09:52:45.568Z] ---> Running in 13dd0f5128ac [2020-10-15T09:52:45.856Z] Collecting docker<4.0,>=3.6.0 [2020-10-15T09:52:45.856Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-15T09:52:46.135Z] Removing intermediate container 13dd0f5128ac [2020-10-15T09:52:46.135Z] ---> e7c0cf99a8fa [2020-10-15T09:52:46.135Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-15T09:52:47.137Z] Collecting PyYAML<4,>=3.10 [2020-10-15T09:52:47.137Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-15T09:52:47.137Z] ---> 5addb817bf64 [2020-10-15T09:52:47.137Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-15T09:52:49.154Z] ---> 483181b79703 [2020-10-15T09:52:49.154Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-15T09:52:50.621Z] ---> 00abc4dfbdcf [2020-10-15T09:52:50.621Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-15T09:52:50.621Z] ---> Running in 7cd3d1277940 [2020-10-15T09:52:51.234Z] Collecting texttable<0.10,>=0.9.0 [2020-10-15T09:52:51.234Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-15T09:52:51.513Z] Removing intermediate container 7cd3d1277940 [2020-10-15T09:52:51.513Z] ---> de1fbb7dc529 [2020-10-15T09:52:51.513Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T09:52:52.123Z] ---> Running in 0b092279710d [2020-10-15T09:52:53.132Z] Removing intermediate container 0b092279710d [2020-10-15T09:52:53.132Z] ---> 676f1235abde [2020-10-15T09:52:53.132Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T09:52:53.436Z] ---> Running in acc81d1035cc [2020-10-15T09:52:53.713Z] 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-15T09:52:53.713Z] 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-15T09:52:53.713Z] Removing intermediate container cd4eecc644d8 [2020-10-15T09:52:53.713Z] ---> c1b69c5726ec [2020-10-15T09:52:53.713Z] [2020-10-15T09:52:53.713Z] Step 10/22 : FROM scratch [2020-10-15T09:52:53.713Z] ---> [2020-10-15T09:52:53.713Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T09:52:53.990Z] Collecting idna<2.8,>=2.5 [2020-10-15T09:52:53.990Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-15T09:52:53.990Z] Removing intermediate container acc81d1035cc [2020-10-15T09:52:53.990Z] ---> a8eb0b28b89e [2020-10-15T09:52:53.990Z] Step 21/22 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:52:53.990Z] ---> Running in 8804e8b3e96c [2020-10-15T09:52:54.268Z] ---> Running in a3e7626ec1fa [2020-10-15T09:52:54.892Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-15T09:52:54.892Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-15T09:52:54.892Z] Removing intermediate container 8804e8b3e96c [2020-10-15T09:52:54.892Z] ---> bdbc065f53b2 [2020-10-15T09:52:54.892Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-15T09:52:54.892Z] ---> Running in 8d15f43c690e [2020-10-15T09:52:54.892Z] Removing intermediate container a3e7626ec1fa [2020-10-15T09:52:54.892Z] ---> 4eadbcf099d2 [2020-10-15T09:52:54.892Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T09:52:55.180Z] ---> Running in c09fe03958d4 [2020-10-15T09:52:55.180Z] Collecting docker-pycreds>=0.4.0 [2020-10-15T09:52:55.456Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-15T09:52:55.456Z] Removing intermediate container 8d15f43c690e [2020-10-15T09:52:55.456Z] ---> 19d026c5c087 [2020-10-15T09:52:55.456Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T09:52:55.456Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-15T09:52:55.456Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-15T09:52:55.456Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-15T09:52:55.456Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-15T09:52:55.738Z] ---> Running in be28cdf51a67 [2020-10-15T09:52:55.738Z] Removing intermediate container c09fe03958d4 [2020-10-15T09:52:55.738Z] ---> 0fd1479f7f07 [2020-10-15T09:52:55.738Z] [2020-10-15T09:52:56.015Z] Successfully built 0fd1479f7f07 [2020-10-15T09:52:56.292Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-15T09:52:56.292Z]  Building docker-core-command-go ... done Removing intermediate container be28cdf51a67 [2020-10-15T09:52:56.292Z] ---> a7f98332096e [2020-10-15T09:52:56.292Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-15T09:52:56.570Z] Installing collected packages: dockerpty, websocket-client, docopt, cached-property, jsonschema, idna, urllib3, requests, docker-pycreds, docker, PyYAML, texttable, docker-compose [2020-10-15T09:52:56.571Z] Running setup.py install for dockerpty: started [2020-10-15T09:52:57.174Z] ---> e793936f20a5 [2020-10-15T09:52:57.174Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-15T09:52:57.815Z] ---> 4e63153cb637 [2020-10-15T09:52:57.815Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-15T09:52:58.810Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-15T09:52:59.416Z] Running setup.py install for docopt: started [2020-10-15T09:52:59.416Z] ---> eccc32f906fb [2020-10-15T09:52:59.416Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-15T09:53:00.407Z] ---> 27744be94188 [2020-10-15T09:53:00.407Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-15T09:53:00.682Z] ---> Running in 1edc5d0d5d09 [2020-10-15T09:53:01.292Z] Removing intermediate container 1edc5d0d5d09 [2020-10-15T09:53:01.292Z] ---> 061eedb9f4dd [2020-10-15T09:53:01.292Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T09:53:01.570Z] ---> Running in a8ad2d8319cd [2020-10-15T09:53:01.570Z] Running setup.py install for docopt: finished with status 'done' [2020-10-15T09:53:01.844Z] Removing intermediate container 39cbea271276 [2020-10-15T09:53:01.844Z] ---> c0bcfaf112d0 [2020-10-15T09:53:01.844Z] [2020-10-15T09:53:01.844Z] Step 10/24 : FROM scratch [2020-10-15T09:53:01.844Z] ---> [2020-10-15T09:53:01.844Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T09:53:02.133Z] Attempting uninstall: idna [2020-10-15T09:53:02.133Z] Found existing installation: idna 2.9 [2020-10-15T09:53:02.133Z] Uninstalling idna-2.9: [2020-10-15T09:53:02.133Z] ---> Using cache [2020-10-15T09:53:02.133Z] ---> bdbc065f53b2 [2020-10-15T09:53:02.133Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-15T09:53:02.133Z] Successfully uninstalled idna-2.9 [2020-10-15T09:53:02.410Z] ---> Running in 8d1050dc451e [2020-10-15T09:53:02.410Z] Removing intermediate container a8ad2d8319cd [2020-10-15T09:53:02.410Z] ---> a8b36451d076 [2020-10-15T09:53:02.410Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T09:53:02.410Z] ---> Running in 42feba751493 [2020-10-15T09:53:03.025Z] Attempting uninstall: urllib3 [2020-10-15T09:53:03.025Z] Removing intermediate container 8d1050dc451e [2020-10-15T09:53:03.025Z] ---> 3f163643e15e [2020-10-15T09:53:03.025Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T09:53:03.025Z] Found existing installation: urllib3 1.25.9 [2020-10-15T09:53:03.025Z] Uninstalling urllib3-1.25.9: [2020-10-15T09:53:03.025Z] ---> Running in 706297c5cc57 [2020-10-15T09:53:03.025Z] Removing intermediate container 42feba751493 [2020-10-15T09:53:03.025Z] ---> eb3062cb53cc [2020-10-15T09:53:03.025Z] Step 21/22 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:53:03.025Z] Successfully uninstalled urllib3-1.25.9 [2020-10-15T09:53:03.299Z] ---> Running in 1fd7ba2536c6 [2020-10-15T09:53:03.578Z] Removing intermediate container 706297c5cc57 [2020-10-15T09:53:03.578Z] ---> dbc064ff02b6 [2020-10-15T09:53:03.578Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-15T09:53:03.578Z] Attempting uninstall: requests [2020-10-15T09:53:03.578Z] Found existing installation: requests 2.23.0 [2020-10-15T09:53:03.578Z] Uninstalling requests-2.23.0: [2020-10-15T09:53:03.851Z] Removing intermediate container 1fd7ba2536c6 [2020-10-15T09:53:03.851Z] ---> 0e73c15de90c [2020-10-15T09:53:03.851Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T09:53:03.851Z] Successfully uninstalled requests-2.23.0 [2020-10-15T09:53:03.851Z] ---> Running in dfb8e8d37e0a [2020-10-15T09:53:05.854Z] ---> b9b87adb84c0 [2020-10-15T09:53:05.854Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-15T09:53:05.854Z] Removing intermediate container dfb8e8d37e0a [2020-10-15T09:53:05.854Z] ---> a14f9db56ad9 [2020-10-15T09:53:05.854Z] [2020-10-15T09:53:05.854Z] Successfully built a14f9db56ad9 [2020-10-15T09:53:05.854Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-15T09:53:05.854Z]  Building docker-support-logging-go ... done  Running setup.py install for PyYAML: started [2020-10-15T09:53:05.854Z] ---> cb231cd543aa [2020-10-15T09:53:05.854Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-15T09:53:06.875Z] ---> 231cfebcc411 [2020-10-15T09:53:06.875Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-15T09:53:07.859Z] ---> 26c287da5275 [2020-10-15T09:53:07.859Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-15T09:53:07.859Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-15T09:53:07.859Z] Running setup.py install for texttable: started [2020-10-15T09:53:08.835Z] ---> 332f6ff28c53 [2020-10-15T09:53:08.835Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-15T09:53:09.822Z] ---> 4c2b55758313 [2020-10-15T09:53:09.822Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-15T09:53:09.822Z] ---> Running in a4706ef58b72 [2020-10-15T09:53:09.822Z] Running setup.py install for texttable: finished with status 'done' [2020-10-15T09:53:10.104Z] Removing intermediate container a4706ef58b72 [2020-10-15T09:53:10.104Z] ---> 0cac49861532 [2020-10-15T09:53:10.104Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T09:53:10.381Z] ---> Running in e240380cf14e [2020-10-15T09:53:10.975Z] Removing intermediate container e240380cf14e [2020-10-15T09:53:10.975Z] ---> f90d4f69ba01 [2020-10-15T09:53:10.975Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T09:53:10.975Z] 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-15T09:53:10.975Z] ---> Running in 4f31d4535ea5 [2020-10-15T09:53:11.571Z] Removing intermediate container 4f31d4535ea5 [2020-10-15T09:53:11.571Z] ---> 2d412e59e773 [2020-10-15T09:53:11.571Z] Step 23/24 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:53:11.571Z] ---> Running in 5073f88d0847 [2020-10-15T09:53:11.855Z] Removing intermediate container 5073f88d0847 [2020-10-15T09:53:11.855Z] ---> 6c24b7aaa53f [2020-10-15T09:53:11.855Z] Step 24/24 : LABEL version=0.0.0 [2020-10-15T09:53:12.130Z] ---> Running in 53ae6957c6a0 [2020-10-15T09:53:12.722Z] Removing intermediate container 53ae6957c6a0 [2020-10-15T09:53:12.722Z] ---> 39f473f345b6 [2020-10-15T09:53:12.722Z] [2020-10-15T09:53:12.993Z] Successfully built 39f473f345b6 [2020-10-15T09:53:12.993Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-15T09:53:14.969Z]  Building docker-support-notifications-go ... done Removing intermediate container b385d02234f9 [2020-10-15T09:53:14.969Z] ---> c0a9f6d57766 [2020-10-15T09:53:14.969Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-15T09:53:14.969Z] ---> Running in f68db4c3e6cb [2020-10-15T09:53:16.398Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T09:53:16.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T09:53:17.257Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T09:53:17.257Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-15T09:53:17.257Z] (3/3) Installing curl (7.69.1-r1) [2020-10-15T09:53:17.257Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T09:53:17.257Z] OK: 71 MiB in 58 packages [2020-10-15T09:53:18.692Z] Removing intermediate container f68db4c3e6cb [2020-10-15T09:53:18.692Z] ---> 1cc826312174 [2020-10-15T09:53:18.692Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-15T09:53:18.692Z] ---> Running in 375f4881db33 [2020-10-15T09:53:18.962Z] Removing intermediate container 375f4881db33 [2020-10-15T09:53:18.962Z] ---> ffbb5d6c141c [2020-10-15T09:53:18.962Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T09:53:18.962Z] ---> Running in 667647b4fd88 [2020-10-15T09:53:19.557Z] Removing intermediate container 667647b4fd88 [2020-10-15T09:53:19.557Z] ---> ff180adfa77f [2020-10-15T09:53:19.557Z] Step 25/27 : LABEL arch=arm64 [2020-10-15T09:53:19.557Z] ---> Running in 5cd3faed4505 [2020-10-15T09:53:20.158Z] Removing intermediate container 5cd3faed4505 [2020-10-15T09:53:20.158Z] ---> 043874442fdd [2020-10-15T09:53:20.158Z] Step 26/27 : LABEL git_sha=fcf06ce352c7497f559f1a4959fed9f8c6b65043 [2020-10-15T09:53:20.158Z] ---> Running in d687333c6b72 [2020-10-15T09:53:20.753Z] Removing intermediate container d687333c6b72 [2020-10-15T09:53:20.753Z] ---> a6ffa41f7af9 [2020-10-15T09:53:20.753Z] Step 27/27 : LABEL version=0.0.0 [2020-10-15T09:53:20.753Z] ---> Running in 21fe75265749 [2020-10-15T09:53:21.349Z] Removing intermediate container 21fe75265749 [2020-10-15T09:53:21.349Z] ---> e1457da17007 [2020-10-15T09:53:21.349Z] [2020-10-15T09:53:21.621Z] Successfully built e1457da17007 [2020-10-15T09:53:21.622Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-15T09:53:21.622Z]  Building docker-sys-mgmt-agent-go ... done  [2020-10-15T09:53:21.622Z] ERROR: for docker-security-proxy-setup-go (, "The command '/bin/sh -c apk update && apk add curl && rm -rf /var/cache/apk/*' returned a non-zero code: 2") [2020-10-15T09:53:21.622Z] [2020-10-15T09:53:21.622Z] ERROR: for docker-security-secrets-setup-go (, "The command '/bin/sh -c apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/*' returned a non-zero code: 2") [2020-10-15T09:53:21.622Z] Service 'docker-security-secrets-setup-go' failed to build: The command '/bin/sh -c apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/*' returned a non-zero code: 2 [Pipeline] } [2020-10-15T09:53:22.274Z] $ docker stop --time=1 84854e1ff2f911d235395625fc18d5bf4dd62522a7f750e2b9a009c08caf2044 [2020-10-15T09:53:24.198Z] $ docker rm -f 84854e1ff2f911d235395625fc18d5bf4dd62522a7f750e2b9a009c08caf2044 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-15T09:53:25.729Z] Failed in branch arm64 [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-15T09:53:28.485Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T09:53:29.058Z] ---> package-listing.sh [2020-10-15T09:53:29.058Z] ++ facter osfamily [2020-10-15T09:53:29.058Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T09:53:29.058Z] + OS_FAMILY=redhat [2020-10-15T09:53:29.058Z] + workspace=/w/workspace/edgex-go/9 [2020-10-15T09:53:29.058Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T09:53:29.058Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T09:53:29.058Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T09:53:29.058Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T09:53:29.058Z] + '[' /w/workspace/edgex-go/9 ']' [2020-10-15T09:53:29.058Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T09:53:29.058Z] + case "${OS_FAMILY}" in [2020-10-15T09:53:29.058Z] + rpm -qa [2020-10-15T09:53:29.058Z] + sort [2020-10-15T09:53:33.287Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T09:53:33.287Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T09:53:33.287Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T09:53:33.287Z] + '[' /w/workspace/edgex-go/9 ']' [2020-10-15T09:53:33.287Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2020-10-15T09:53:33.287Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2020-10-15T09:53:33.300Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T09:53:33.594Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:53:33.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T09:53:33.901Z] [2020-10-15T09:53:33.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T09:53:34.263Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T09:53:34.263Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T09:53:34.263Z] df20fa9351a1: Pulling fs layer [2020-10-15T09:53:34.263Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T09:53:34.263Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T09:53:34.263Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T09:53:34.263Z] 93b61091891f: Pulling fs layer [2020-10-15T09:53:34.263Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T09:53:34.263Z] 5e14af77c1be: Pulling fs layer [2020-10-15T09:53:34.263Z] 01666e4c0597: Pulling fs layer [2020-10-15T09:53:34.263Z] aa168da1d23b: Pulling fs layer [2020-10-15T09:53:34.263Z] 46f8f816bc3b: Waiting [2020-10-15T09:53:34.263Z] 93b61091891f: Waiting [2020-10-15T09:53:34.263Z] 93b9cdb0e59b: Waiting [2020-10-15T09:53:34.263Z] 5e14af77c1be: Waiting [2020-10-15T09:53:34.263Z] 01666e4c0597: Waiting [2020-10-15T09:53:34.263Z] aa168da1d23b: Waiting [2020-10-15T09:53:34.263Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T09:53:34.263Z] 36b3adc4ff6f: Download complete [2020-10-15T09:53:34.263Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T09:53:34.263Z] 46f8f816bc3b: Download complete [2020-10-15T09:53:34.534Z] df20fa9351a1: Verifying Checksum [2020-10-15T09:53:34.534Z] df20fa9351a1: Download complete [2020-10-15T09:53:34.534Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T09:53:34.534Z] 93b9cdb0e59b: Download complete [2020-10-15T09:53:34.534Z] 5e14af77c1be: Verifying Checksum [2020-10-15T09:53:34.534Z] 5e14af77c1be: Download complete [2020-10-15T09:53:34.534Z] 93b61091891f: Download complete [2020-10-15T09:53:34.534Z] 01666e4c0597: Verifying Checksum [2020-10-15T09:53:34.534Z] 01666e4c0597: Download complete [2020-10-15T09:53:34.800Z] df20fa9351a1: Pull complete [2020-10-15T09:53:35.063Z] 36b3adc4ff6f: Pull complete [2020-10-15T09:53:35.327Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T09:53:35.327Z] 8ad3a11d3b57: Download complete [2020-10-15T09:53:36.281Z] 8ad3a11d3b57: Pull complete [2020-10-15T09:53:36.281Z] 46f8f816bc3b: Pull complete [2020-10-15T09:53:36.865Z] 93b61091891f: Pull complete [2020-10-15T09:53:36.865Z] 93b9cdb0e59b: Pull complete [2020-10-15T09:53:37.129Z] 5e14af77c1be: Pull complete [2020-10-15T09:53:37.129Z] aa168da1d23b: Verifying Checksum [2020-10-15T09:53:37.129Z] aa168da1d23b: Download complete [2020-10-15T09:53:37.129Z] 01666e4c0597: Pull complete [2020-10-15T09:53:45.294Z] aa168da1d23b: Pull complete [2020-10-15T09:53:45.294Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T09:53:45.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T09:53:45.294Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T09:53:45.548Z] prd-centos7-docker-4c-2g-5589 does not seem to be running inside a container [2020-10-15T09:53:45.600Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T09:53:49.108Z] $ docker top a906e10054dc869e3d5bba53945fb0e87d819653cb4486b93a503615f8f3eea9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T09:53:49.651Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T09:53:49.953Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T09:53:50.255Z] + ls /var/log/sa-host [2020-10-15T09:53:50.255Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T09:53:50.255Z] file_magic: OK [2020-10-15T09:53:50.255Z] HZ: Using current value: 100 [2020-10-15T09:53:50.255Z] file_header: OK [2020-10-15T09:53:50.255Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-15T09:53:50.255Z] Statistics: [2020-10-15T09:53:50.255Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T09:53:50.255Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T09:53:50.255Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T09:53:50.255Z] file_magic: OK [2020-10-15T09:53:50.255Z] HZ: Using current value: 100 [2020-10-15T09:53:50.255Z] file_header: OK [2020-10-15T09:53:50.255Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-15T09:53:50.255Z] Statistics: [2020-10-15T09:53:50.255Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T09:53:50.255Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T09:53:50.936Z] provisioning config files... [2020-10-15T09:53:50.963Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config1672283521336471113tmp [Pipeline] { [Pipeline] echo [2020-10-15T09:53:51.043Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T09:53:51.337Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T09:53:51.347Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T09:53:51.437Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T09:53:51.740Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T09:53:51.751Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T09:53:52.052Z] ---> sudo-logs.sh [2020-10-15T09:53:52.052Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T09:53:52.064Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T09:53:52.368Z] ---> job-cost.sh [2020-10-15T09:53:52.368Z] lf-activate-venv: SKIPPING [2020-10-15T09:53:52.368Z] INFO: No Stack... [2020-10-15T09:53:53.314Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T09:53:53.887Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T09:53:53.902Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T09:53:54.201Z] ---> logs-deploy.sh [2020-10-15T09:53:54.201Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2789/9 [2020-10-15T09:53:54.201Z] INFO: archiving workspace using pattern(s): [2020-10-15T09:53:56.758Z] Archives upload complete. [2020-10-15T09:53:56.758Z] INFO: archiving logs to Nexus