Branch indexing 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from c23e8fd4983e2d1c1537c3c21db1844163aa6b79+75437401aaf0e0f587015af03db21405a724386e (88e536536650411cbb34554644741521971cef75) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5472 in /w/workspace/edgexfoundry_edgex-go_PR-2793 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2793/head:refs/remotes/origin/PR-2793 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit c23e8fd4983e2d1c1537c3c21db1844163aa6b79 Merge succeeded, producing cffd8c12e98401c4d5e028c9e695ca69759ed226 Checking out Revision cffd8c12e98401c4d5e028c9e695ca69759ed226 (PR-2793) > git config core.sparsecheckout # timeout=10 > git checkout -f c23e8fd4983e2d1c1537c3c21db1844163aa6b79 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 75437401aaf0e0f587015af03db21405a724386e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cffd8c12e98401c4d5e028c9e695ca69759ed226 # timeout=10 Commit message: "Merge commit '75437401aaf0e0f587015af03db21405a724386e' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 6655343bf1c19520dee68204c8eeb379511ec5e1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T00:31:33.118Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T00:31:33.374Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T00:31:33.460Z] ========================================================= [2020-10-15T00:31:33.460Z] EdgeX Global Pipelines Version Info [2020-10-15T00:31:33.460Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T00:31:35.002Z] ------------------- [2020-10-15T00:31:35.002Z] stable info: [2020-10-15T00:31:35.002Z] ------------------- [2020-10-15T00:31:35.002Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T00:31:35.002Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T00:31:35.002Z] Message: update stable to v1.0.142 [2020-10-15T00:31:35.954Z] ------------------- [2020-10-15T00:31:35.954Z] experimental info: [2020-10-15T00:31:35.954Z] ------------------- [2020-10-15T00:31:35.954Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T00:31:35.954Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T00:31:35.954Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T00:31:36.200Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T00:31:36.285Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T00:31:36.388Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T00:31:36.480Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T00:31:36.563Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T00:31:36.648Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T00:31:36.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T00:31:36.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T00:31:36.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T00:31:37.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T00:31:37.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T00:31:37.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T00:31:37.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T00:31:37.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T00:31:37.569Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T00:31:37.686Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T00:31:37.784Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T00:31:37.886Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T00:31:37.982Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T00:31:38.074Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T00:31:38.169Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T00:31:38.315Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2793 [Pipeline] echo [2020-10-15T00:31:38.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2793 [Pipeline] echo [2020-10-15T00:31:38.508Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2793 [Pipeline] echo [2020-10-15T00:31:38.619Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cffd8c12e98401c4d5e028c9e695ca69759ed226 [Pipeline] echo [2020-10-15T00:31:38.710Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cffd8c1 [Pipeline] echo [2020-10-15T00:31:38.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T00:31:39.204Z] ++ 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-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T00:31:39.204Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T00:31:39.204Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T00:31:39.204Z] ++ cut -d/ -f2 [2020-10-15T00:31:39.204Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T00:31:39.284Z] 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-15T00:31:40.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T00:31:40.202Z] [2020-10-15T00:31:40.202Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:31:40.611Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T00:31:40.611Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T00:31:40.611Z] 31603596830f: Pulling fs layer [2020-10-15T00:31:40.611Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T00:31:40.611Z] 6ca5941a6612: Pulling fs layer [2020-10-15T00:31:40.611Z] ecc8261a40a4: Pulling fs layer [2020-10-15T00:31:40.611Z] ecc8261a40a4: Waiting [2020-10-15T00:31:40.611Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T00:31:40.611Z] 2a8b12db71e7: Download complete [2020-10-15T00:31:40.879Z] 31603596830f: Verifying Checksum [2020-10-15T00:31:40.879Z] 31603596830f: Download complete [2020-10-15T00:31:40.879Z] ecc8261a40a4: Verifying Checksum [2020-10-15T00:31:40.879Z] ecc8261a40a4: Download complete [2020-10-15T00:31:41.142Z] 31603596830f: Pull complete [2020-10-15T00:31:41.142Z] 2a8b12db71e7: Pull complete [2020-10-15T00:31:41.415Z] 6ca5941a6612: Download complete [2020-10-15T00:31:41.991Z] 6ca5941a6612: Pull complete [2020-10-15T00:31:42.260Z] ecc8261a40a4: Pull complete [2020-10-15T00:31:42.260Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T00:31:42.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T00:31:42.260Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T00:31:42.374Z] prd-centos7-docker-4c-2g-5472 does not seem to be running inside a container [2020-10-15T00:31:42.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T00:31:44.918Z] $ docker top 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T00:31:45.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T00:31:45.225Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T00:31:45.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T00:31:45.432Z] $ docker exec 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a ssh-agent [2020-10-15T00:31:45.590Z] SSH_AUTH_SOCK=/tmp/ssh-C57lTKyieULy/agent.11 [2020-10-15T00:31:45.590Z] SSH_AGENT_PID=16 [2020-10-15T00:31:45.602Z] Running ssh-add (command line suppressed) [2020-10-15T00:31:45.727Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7012308047878907993.key (/w/workspace/edgex-go/3@tmp/private_key_7012308047878907993.key) [2020-10-15T00:31:45.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T00:31:46.106Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T00:31:46.127Z] $ docker exec --env ******** --env ******** 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a ssh-agent -k [2020-10-15T00:31:46.242Z] unset SSH_AUTH_SOCK; [2020-10-15T00:31:46.242Z] unset SSH_AGENT_PID; [2020-10-15T00:31:46.242Z] echo Agent pid 16 killed; [2020-10-15T00:31:46.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T00:31:46.433Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T00:31:46.433Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T00:31:46.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T00:31:46.602Z] $ docker exec 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a ssh-agent [2020-10-15T00:31:46.757Z] SSH_AUTH_SOCK=/tmp/ssh-is2mrAG0PcJc/agent.47 [2020-10-15T00:31:46.757Z] SSH_AGENT_PID=52 [2020-10-15T00:31:46.764Z] Running ssh-add (command line suppressed) [2020-10-15T00:31:46.885Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1642268894532453592.key (/w/workspace/edgex-go/3@tmp/private_key_1642268894532453592.key) [2020-10-15T00:31:46.929Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T00:31:47.258Z] + git semver init [2020-10-15T00:31:47.258Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T00:31:47.258Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-10-15T00:31:47.258Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-10-15T00:31:47.258Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T00:31:47.258Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T00:31:47.258Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T00:31:47.258Z] # $SEMVER_BRANCH = PR-2793 [2020-10-15T00:31:47.258Z] # $SEMVER_TEMP = /tmp/semver-183629486 [2020-10-15T00:31:47.258Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T00:32:13.877Z] # '/tmp/semver-183629486' -> '/w/workspace/edgex-go/3/.semver' [2020-10-15T00:32:13.877Z] # -> Force: false [2020-10-15T00:32:13.877Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-10-15T00:32:13.890Z] $ docker exec --env ******** --env ******** 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a ssh-agent -k [2020-10-15T00:32:14.089Z] unset SSH_AUTH_SOCK; [2020-10-15T00:32:14.090Z] unset SSH_AGENT_PID; [2020-10-15T00:32:14.090Z] echo Agent pid 52 killed; [2020-10-15T00:32:14.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T00:32:14.647Z] + git semver [Pipeline] } [2020-10-15T00:32:14.663Z] $ docker stop --time=1 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a [2020-10-15T00:32:16.308Z] $ docker rm -f 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T00:32:17.143Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T00:32:17.146Z] [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-15T00:32:17.754Z] ========================================================= [2020-10-15T00:32:17.754Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T00:32:17.754Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:32:18.087Z] + 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-15T00:32:18.087Z] error checking context: 'can't stat '/w/workspace/edgex-go/3/.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-15T00:32:19.260Z] Failed in branch amd64 [2020-10-15T00:32:32.559Z] Still waiting to schedule task [2020-10-15T00:32:32.559Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-15T00:35:29.384Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5475 in /w/workspace/edgexfoundry_edgex-go_PR-2793 [Pipeline] { [Pipeline] ws [2020-10-15T00:35:29.435Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-10-15T00:35:34.941Z] using credential edgex-jenkins-ssh [2020-10-15T00:35:35.031Z] Cloning the remote Git repository [2020-10-15T00:35:35.117Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T00:35:35.275Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-10-15T00:35:35.378Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T00:35:35.379Z] > git --version # timeout=10 [2020-10-15T00:35:35.403Z] > git --version # 'git version 2.17.1' [2020-10-15T00:35:35.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T00:35:35.476Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T00:35:52.829Z] Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit c23e8fd4983e2d1c1537c3c21db1844163aa6b79 [2020-10-15T00:35:53.550Z] Merge succeeded, producing 131d76449fe38b69750f4c7ae2d089a2167ee9a2 [2020-10-15T00:35:53.551Z] Checking out Revision 131d76449fe38b69750f4c7ae2d089a2167ee9a2 (PR-2793) [2020-10-15T00:35:52.027Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T00:35:52.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T00:35:52.077Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T00:35:52.111Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T00:35:52.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T00:35:52.125Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2793/head:refs/remotes/origin/PR-2793 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T00:35:52.861Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T00:35:52.891Z] > git checkout -f c23e8fd4983e2d1c1537c3c21db1844163aa6b79 # timeout=10 [2020-10-15T00:35:53.234Z] > git remote # timeout=10 [2020-10-15T00:35:53.254Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T00:35:53.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T00:35:53.281Z] > git merge 75437401aaf0e0f587015af03db21405a724386e # timeout=10 [2020-10-15T00:35:53.544Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T00:35:53.567Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T00:35:53.577Z] > git checkout -f 131d76449fe38b69750f4c7ae2d089a2167ee9a2 # timeout=10 [2020-10-15T00:35:57.955Z] Commit message: "Merge commit '75437401aaf0e0f587015af03db21405a724386e' into HEAD" [2020-10-15T00:35:57.979Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2020-10-15T00:35:57.973Z] > git rev-list --no-walk 6655343bf1c19520dee68204c8eeb379511ec5e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T00:35:58.849Z] ========================================================= [2020-10-15T00:35:58.850Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T00:35:58.850Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:35:59.912Z] + 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-15T00:36:02.546Z] Sending build context to Docker daemon 164.9MB [2020-10-15T00:36:02.546Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T00:36:02.546Z] Step 2/7 : FROM ${BASE} [2020-10-15T00:36:02.817Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T00:36:02.817Z] b538f80385f9: Pulling fs layer [2020-10-15T00:36:02.817Z] 74f711af9a0d: Pulling fs layer [2020-10-15T00:36:02.817Z] 99f96fe45779: Pulling fs layer [2020-10-15T00:36:02.817Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T00:36:02.817Z] 45590311c82a: Pulling fs layer [2020-10-15T00:36:02.817Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T00:36:02.817Z] 209524e5b208: Pulling fs layer [2020-10-15T00:36:02.817Z] 8529a6b9a6be: Waiting [2020-10-15T00:36:02.817Z] 45590311c82a: Waiting [2020-10-15T00:36:02.817Z] 69ca0ff8b7b3: Waiting [2020-10-15T00:36:02.817Z] 209524e5b208: Waiting [2020-10-15T00:36:03.087Z] 99f96fe45779: Verifying Checksum [2020-10-15T00:36:03.087Z] 99f96fe45779: Download complete [2020-10-15T00:36:03.087Z] 74f711af9a0d: Download complete [2020-10-15T00:36:03.087Z] 45590311c82a: Verifying Checksum [2020-10-15T00:36:03.087Z] 45590311c82a: Download complete [2020-10-15T00:36:03.087Z] 69ca0ff8b7b3: Download complete [2020-10-15T00:36:03.362Z] b538f80385f9: Download complete [2020-10-15T00:36:03.963Z] b538f80385f9: Pull complete [2020-10-15T00:36:04.238Z] 74f711af9a0d: Pull complete [2020-10-15T00:36:04.852Z] 99f96fe45779: Pull complete [2020-10-15T00:36:05.843Z] 209524e5b208: Verifying Checksum [2020-10-15T00:36:05.843Z] 209524e5b208: Download complete [2020-10-15T00:36:06.822Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T00:36:06.822Z] 8529a6b9a6be: Download complete [2020-10-15T00:36:17.011Z] 8529a6b9a6be: Pull complete [2020-10-15T00:36:17.609Z] 45590311c82a: Pull complete [2020-10-15T00:36:17.882Z] 69ca0ff8b7b3: Pull complete [2020-10-15T00:36:21.297Z] 209524e5b208: Pull complete [2020-10-15T00:36:21.297Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T00:36:21.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T00:36:21.297Z] ---> 5bddaf1c2fca [2020-10-15T00:36:21.297Z] 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-15T00:36:25.633Z] ---> Running in 879ca21d29dc [2020-10-15T00:36:26.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:36:27.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:36:28.575Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T00:36:28.847Z] (2/12) Installing file (5.38-r0) [2020-10-15T00:36:28.847Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T00:36:29.125Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T00:36:33.431Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T00:36:33.431Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T00:36:33.431Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T00:36:33.704Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T00:36:33.704Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T00:36:33.704Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T00:36:33.980Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T00:36:33.980Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T00:36:33.980Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T00:36:34.257Z] OK: 217 MiB in 51 packages [2020-10-15T00:36:38.575Z] Removing intermediate container 879ca21d29dc [2020-10-15T00:36:38.575Z] ---> d3a9a0a146e3 [2020-10-15T00:36:38.575Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T00:36:38.575Z] ---> Running in 045a9a70948b [2020-10-15T00:36:39.171Z] Removing intermediate container 045a9a70948b [2020-10-15T00:36:39.171Z] ---> b2e0b970dda6 [2020-10-15T00:36:39.171Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T00:36:39.444Z] latest: Pulling from library/docker [2020-10-15T00:36:39.444Z] b538f80385f9: Already exists [2020-10-15T00:36:39.444Z] 259a493cd78d: Pulling fs layer [2020-10-15T00:36:39.444Z] b8e66b5100f5: Pulling fs layer [2020-10-15T00:36:39.444Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T00:36:39.444Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T00:36:39.444Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T00:36:39.444Z] 294320357d30: Pulling fs layer [2020-10-15T00:36:39.444Z] 75a0a0ebb566: Waiting [2020-10-15T00:36:39.444Z] 4a2c62f0a2a3: Waiting [2020-10-15T00:36:39.444Z] 294320357d30: Waiting [2020-10-15T00:36:39.726Z] b8e66b5100f5: Verifying Checksum [2020-10-15T00:36:39.726Z] b8e66b5100f5: Download complete [2020-10-15T00:36:39.726Z] 259a493cd78d: Verifying Checksum [2020-10-15T00:36:39.726Z] 259a493cd78d: Download complete [2020-10-15T00:36:40.006Z] 75a0a0ebb566: Verifying Checksum [2020-10-15T00:36:40.006Z] 75a0a0ebb566: Download complete [2020-10-15T00:36:40.006Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T00:36:40.006Z] 4a2c62f0a2a3: Download complete [2020-10-15T00:36:40.006Z] 294320357d30: Verifying Checksum [2020-10-15T00:36:40.006Z] 294320357d30: Download complete [2020-10-15T00:36:40.283Z] 259a493cd78d: Pull complete [2020-10-15T00:36:40.889Z] b8e66b5100f5: Pull complete [2020-10-15T00:36:41.161Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T00:36:41.162Z] 7f8258a56ab6: Download complete [2020-10-15T00:36:44.564Z] 7f8258a56ab6: Pull complete [2020-10-15T00:36:44.564Z] 75a0a0ebb566: Pull complete [2020-10-15T00:36:44.837Z] 4a2c62f0a2a3: Pull complete [2020-10-15T00:36:45.109Z] 294320357d30: Pull complete [2020-10-15T00:36:45.109Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T00:36:45.109Z] Status: Downloaded newer image for docker:latest [2020-10-15T00:36:48.502Z] ---> 76f71a6da316 [2020-10-15T00:36:48.502Z] Step 6/7 : COPY go.mod . [2020-10-15T00:36:49.484Z] ---> 50e6793328cc [2020-10-15T00:36:49.484Z] Step 7/7 : RUN go mod download [2020-10-15T00:36:49.484Z] ---> Running in 4940650fd0c8 [2020-10-15T00:37:16.287Z] Removing intermediate container 4940650fd0c8 [2020-10-15T00:37:16.287Z] ---> d6a7a086b4e5 [2020-10-15T00:37:16.287Z] Successfully built d6a7a086b4e5 [2020-10-15T00:37:16.287Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:37:16.718Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T00:37:16.718Z] . [Pipeline] withDockerContainer [2020-10-15T00:37:16.971Z] prd-ubuntu18.04-docker-arm64-4c-16g-5475 does not seem to be running inside a container [2020-10-15T00:37:17.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T00:37:18.834Z] $ docker top 0665409dd325cda715a05dbead4e66d1607fcf2e3bf564b321c2432e77770919 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T00:37:20.237Z] + go version [2020-10-15T00:37:20.237Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T00:37:20.269Z] $ docker stop --time=1 0665409dd325cda715a05dbead4e66d1607fcf2e3bf564b321c2432e77770919 [2020-10-15T00:37:22.187Z] $ docker rm -f 0665409dd325cda715a05dbead4e66d1607fcf2e3bf564b321c2432e77770919 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:37:23.330Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T00:37:23.330Z] . [Pipeline] withDockerContainer [2020-10-15T00:37:23.650Z] prd-ubuntu18.04-docker-arm64-4c-16g-5475 does not seem to be running inside a container [2020-10-15T00:37:23.758Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T00:37:25.196Z] $ docker top 2f7f2a275fa91d3da0417a0507069ae755d09cc73e8e183b69fc47d09804bbb1 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-15T00:37:25.582Z] ========================================================= [2020-10-15T00:37:25.582Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-15T00:37:25.582Z] ========================================================= [Pipeline] sh [2020-10-15T00:37:26.227Z] + make test [2020-10-15T00:37:26.227Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-15T00:37:28.842Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-15T00:38:07.932Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-15T00:38:23.110Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-15T00:38:23.110Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-15T00:38:23.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-15T00:38:23.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-15T00:38:23.393Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s [2020-10-15T00:38:23.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-15T00:38:23.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-15T00:38:23.393Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-15T00:38:26.095Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-15T00:38:26.729Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-15T00:38:27.017Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-15T00:38:27.017Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-15T00:38:27.017Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-15T00:38:35.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 46.6% of statements [2020-10-15T00:38:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-15T00:38:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-15T00:38:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-15T00:38:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-15T00:38:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-15T00:38:39.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.143s coverage: 27.1% of statements [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-15T00:38:39.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-15T00:38:39.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-15T00:38:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-15T00:38:40.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.446s coverage: 85.5% of statements [2020-10-15T00:38:40.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-15T00:38:40.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-15T00:38:42.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.495s coverage: 88.9% of statements [2020-10-15T00:38:42.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-15T00:38:42.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T00:38:42.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-15T00:38:42.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-15T00:38:48.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.456s coverage: 28.6% of statements [2020-10-15T00:38:48.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-15T00:38:48.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-15T00:38:48.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-15T00:38:48.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-15T00:38:48.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-15T00:38:48.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2020-10-15T00:38:48.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-15T00:38:48.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements [2020-10-15T00:38:48.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-15T00:38:49.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements [2020-10-15T00:38:49.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-15T00:38:50.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements [2020-10-15T00:38:50.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-15T00:38:50.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.035s coverage: 100.0% of statements [2020-10-15T00:38:50.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-15T00:38:50.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-15T00:38:50.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-15T00:38:50.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-15T00:38:54.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.151s coverage: 98.7% of statements [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-15T00:38:54.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-15T00:38:54.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.0% of statements [no tests to run] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-15T00:38:54.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-15T00:38:54.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.263s coverage: 63.5% of statements [2020-10-15T00:38:54.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-15T00:38:54.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-15T00:38:54.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2020-10-15T00:38:55.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements [2020-10-15T00:38:56.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.018s coverage: 100.0% of statements [2020-10-15T00:38:56.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2020-10-15T00:38:57.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2020-10-15T00:39:00.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 55.9% of statements [2020-10-15T00:39:00.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-15T00:39:00.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-15T00:39:00.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-15T00:39:00.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-15T00:39:19.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 17.173s coverage: 86.3% of statements [2020-10-15T00:39:19.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-15T00:39:19.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.194s coverage: 72.2% of statements [2020-10-15T00:39:19.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.464s coverage: 72.1% of statements [2020-10-15T00:39:19.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.029s coverage: 82.4% of statements [2020-10-15T00:39:19.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.016s coverage: 48.4% of statements [2020-10-15T00:39:19.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-15T00:39:19.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-15T00:39:19.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-15T00:39:19.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-10-15T00:39:19.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 36.5% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.1% of statements [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.058s coverage: 42.9% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.099s coverage: 47.1% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.012s coverage: 100.0% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-15T00:39:19.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2020-10-15T00:39:19.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-15T00:39:23.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.170s coverage: 29.1% of statements [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-15T00:39:23.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.054s coverage: 99.0% of statements [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-15T00:39:23.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-15T00:39:23.522Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-15T00:39:23.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-15T00:39:23.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-15T00:39:24.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2020-10-15T00:39:24.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-15T00:39:24.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-15T00:39:24.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements [2020-10-15T00:39:24.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements [2020-10-15T00:39:27.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.022s coverage: 100.0% of statements [2020-10-15T00:39:27.782Z] GO111MODULE=on go vet ./... [2020-10-15T00:39:50.016Z] gofmt -l . [2020-10-15T00:39:51.448Z] [ "`gofmt -l .`" = "" ] [2020-10-15T00:39:54.855Z] ./bin/test-go-mod-tidy.sh [2020-10-15T00:39:55.460Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-15T00:40:00.507Z] + ls -al . [2020-10-15T00:40:00.507Z] total 628 [2020-10-15T00:40:00.507Z] drwxrwxr-x 9 1001 1001 4096 Oct 15 00:39 . [2020-10-15T00:40:00.507Z] drwxr-xr-x 4 root root 4096 Oct 15 00:37 .. [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 11 Oct 15 00:35 .dockerignore [2020-10-15T00:40:00.507Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 00:35 .git [2020-10-15T00:40:00.507Z] drwxrwxr-x 3 1001 1001 4096 Oct 15 00:35 .github [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 932 Oct 15 00:35 .gitignore [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 166 Oct 15 00:35 .sonarcloud.properties [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 3804 Oct 15 00:35 CONTRIBUTING.md [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 1035 Oct 15 00:35 Dockerfile.build [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 863 Oct 15 00:35 Jenkinsfile [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 10775 Oct 15 00:35 LICENSE [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 6237 Oct 15 00:35 Makefile [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 6447 Oct 15 00:35 README.md [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 259 Oct 15 00:35 SECURITY.md [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 5 Oct 15 00:32 VERSION [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 4131 Oct 15 00:35 ZMQWindows.md [2020-10-15T00:40:00.507Z] drwxrwxr-x 2 1001 1001 4096 Oct 15 00:35 bin [2020-10-15T00:40:00.507Z] drwxrwxr-x 15 1001 1001 4096 Oct 15 00:35 cmd [2020-10-15T00:40:00.507Z] -rw-r--r-- 1 root root 504696 Oct 15 00:39 coverage.out [2020-10-15T00:40:00.507Z] -rw-r--r-- 1 root root 1040 Oct 15 00:39 go.mod [2020-10-15T00:40:00.507Z] -rw-r--r-- 1 root root 18983 Oct 15 00:39 go.sum [2020-10-15T00:40:00.507Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 00:35 internal [2020-10-15T00:40:00.507Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 00:35 openapi [2020-10-15T00:40:00.507Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 00:35 snap [2020-10-15T00:40:00.507Z] -rw-rw-r-- 1 1001 1001 168 Oct 15 00:35 version.go [Pipeline] sh [2020-10-15T00:40:01.178Z] + '[' -e coverage.out ] [2020-10-15T00:40:01.178Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-15T00:40:02.496Z] Stashed 1 file(s) [Pipeline] sh [2020-10-15T00:40:03.209Z] + make build [2020-10-15T00:40:03.209Z] 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-15T00:40:35.594Z] 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-15T00:40:42.316Z] 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-15T00:40:47.708Z] 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-15T00:40:51.102Z] 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-15T00:40:57.809Z] 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-15T00:40:58.404Z] 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-15T00:41:05.104Z] 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-15T00:41:09.423Z] 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-15T00:41:13.741Z] 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-15T00:41:19.167Z] 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-15T00:41:23.466Z] 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-15T00:41:26.885Z] 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-15T00:41:30.345Z] $ docker stop --time=1 2f7f2a275fa91d3da0417a0507069ae755d09cc73e8e183b69fc47d09804bbb1 [2020-10-15T00:41:32.929Z] $ docker rm -f 2f7f2a275fa91d3da0417a0507069ae755d09cc73e8e183b69fc47d09804bbb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:41:37.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T00:41:37.537Z] [2020-10-15T00:41:37.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:41:38.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T00:41:38.601Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-15T00:41:38.601Z] 29e5d40040c1: Pulling fs layer [2020-10-15T00:41:38.601Z] 1ce36da41761: Pulling fs layer [2020-10-15T00:41:38.601Z] 25b303627fd3: Pulling fs layer [2020-10-15T00:41:38.907Z] 29e5d40040c1: Verifying Checksum [2020-10-15T00:41:38.907Z] 29e5d40040c1: Download complete [2020-10-15T00:41:39.205Z] 29e5d40040c1: Pull complete [2020-10-15T00:41:39.504Z] 1ce36da41761: Verifying Checksum [2020-10-15T00:41:39.504Z] 1ce36da41761: Download complete [2020-10-15T00:41:41.034Z] 1ce36da41761: Pull complete [2020-10-15T00:41:42.025Z] 25b303627fd3: Verifying Checksum [2020-10-15T00:41:42.025Z] 25b303627fd3: Download complete [2020-10-15T00:41:52.174Z] 25b303627fd3: Pull complete [2020-10-15T00:41:52.174Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-15T00:41:52.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T00:41:52.174Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-15T00:41:52.409Z] prd-ubuntu18.04-docker-arm64-4c-16g-5475 does not seem to be running inside a container [2020-10-15T00:41:52.504Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T00:41:56.053Z] $ docker top b4c425a7cf5372ed462ae9d717f88237124754bee5d61d773bb4eb38c9f66de2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T00:41:57.459Z] + docker-compose build+ --helpgrep [2020-10-15T00:41:57.459Z] parallel [2020-10-15T00:42:01.755Z] --parallel Build images in parallel. [Pipeline] } [2020-10-15T00:42:02.065Z] $ docker stop --time=1 b4c425a7cf5372ed462ae9d717f88237124754bee5d61d773bb4eb38c9f66de2 [2020-10-15T00:42:04.175Z] $ docker rm -f b4c425a7cf5372ed462ae9d717f88237124754bee5d61d773bb4eb38c9f66de2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:42:05.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T00:42:05.059Z] . [Pipeline] withDockerContainer [2020-10-15T00:42:05.352Z] prd-ubuntu18.04-docker-arm64-4c-16g-5475 does not seem to be running inside a container [2020-10-15T00:42:05.486Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-15T00:42:07.082Z] $ docker top 3be07b1e8e75c3eb4bd4f325dcc6849ce2a6a9e1ea9ea7994aa4ff8e64b80da5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T00:42:08.182Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-15T00:42:13.581Z] Building docker-core-command-go ... [2020-10-15T00:42:13.581Z] Building docker-core-data-go ... [2020-10-15T00:42:13.581Z] Building docker-core-metadata-go ... [2020-10-15T00:42:13.581Z] Building docker-security-proxy-setup-go ... [2020-10-15T00:42:13.581Z] Building docker-security-secrets-setup-go ... [2020-10-15T00:42:13.581Z] Building docker-security-secretstore-setup-go ... [2020-10-15T00:42:13.581Z] Building docker-support-logging-go ... [2020-10-15T00:42:13.581Z] Building docker-support-notifications-go ... [2020-10-15T00:42:13.581Z] Building docker-support-scheduler-go ... [2020-10-15T00:42:13.581Z] Building docker-sys-mgmt-agent-go ... [2020-10-15T00:42:13.581Z] Building docker-support-logging-go [2020-10-15T00:42:13.581Z] Building docker-sys-mgmt-agent-go [2020-10-15T00:42:13.581Z] Building docker-core-data-go [2020-10-15T00:42:13.581Z] Building docker-support-scheduler-go [2020-10-15T00:42:13.581Z] Building docker-support-notifications-go [2020-10-15T00:43:21.552Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:43:21.552Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:43:21.552Z] ---> d6a7a086b4e5 [2020-10-15T00:43:21.552Z] Step 3/23 : WORKDIR /edgex-go [2020-10-15T00:43:21.552Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:43:21.552Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:43:21.552Z] ---> d6a7a086b4e5 [2020-10-15T00:43:21.552Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T00:43:21.552Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:43:21.552Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:43:21.552Z] ---> d6a7a086b4e5 [2020-10-15T00:43:21.552Z] Step 3/24 : WORKDIR /edgex-go [2020-10-15T00:43:21.552Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:43:21.552Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:43:21.552Z] ---> d6a7a086b4e5 [2020-10-15T00:43:21.552Z] Step 3/21 : WORKDIR /edgex-go [2020-10-15T00:43:21.552Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:43:21.552Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:43:21.552Z] ---> d6a7a086b4e5 [2020-10-15T00:43:21.552Z] Step 3/27 : WORKDIR /edgex-go [2020-10-15T00:43:22.150Z] ---> Running in 37aae2f47621 [2020-10-15T00:43:22.150Z] ---> Running in 2426a5486983 [2020-10-15T00:43:22.150Z] ---> Running in db405fa2e0e2 [2020-10-15T00:43:22.150Z] ---> Running in 23b1ff48b23f [2020-10-15T00:43:22.150Z] ---> Running in 77d9e1b58117 [2020-10-15T00:43:22.757Z] Removing intermediate container db405fa2e0e2 [2020-10-15T00:43:22.757Z] ---> 81e2958c47d0 [2020-10-15T00:43:22.757Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:43:23.035Z] Removing intermediate container 37aae2f47621 [2020-10-15T00:43:23.035Z] ---> b6fe20f3e3f8 [2020-10-15T00:43:23.035Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 2426a5486983 [2020-10-15T00:43:23.035Z] ---> f8ab7e8a31f6 [2020-10-15T00:43:23.035Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:43:23.035Z] [2020-10-15T00:43:23.035Z] Removing intermediate container 77d9e1b58117 [2020-10-15T00:43:23.035Z] ---> 36e31f4ed33c [2020-10-15T00:43:23.035Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:43:23.035Z] Removing intermediate container 23b1ff48b23f [2020-10-15T00:43:23.035Z] ---> 593a34be7048 [2020-10-15T00:43:23.035Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:43:23.035Z] ---> Running in 7a55eaebc3ed [2020-10-15T00:43:23.315Z] ---> Running in 4a9dfce868a9 [2020-10-15T00:43:23.315Z] ---> Running in 171c514c30f5 [2020-10-15T00:43:23.315Z] ---> Running in e484f50f320b [2020-10-15T00:43:23.315Z] ---> Running in bab0471f0c89 [2020-10-15T00:43:27.648Z] Removing intermediate container 7a55eaebc3ed [2020-10-15T00:43:27.648Z] ---> 15a18773a5cc [2020-10-15T00:43:27.648Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-15T00:43:27.648Z] ---> Running in 880d1c0a517b [2020-10-15T00:43:27.648Z] Removing intermediate container 4a9dfce868a9 [2020-10-15T00:43:27.648Z] ---> 1754183f6d47 [2020-10-15T00:43:27.648Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-15T00:43:27.648Z] Removing intermediate container e484f50f320b [2020-10-15T00:43:27.648Z] ---> 637d354d9577 [2020-10-15T00:43:27.648Z] Step 5/21 : RUN apk update && apk add make git [2020-10-15T00:43:27.924Z] ---> Running in 836dc466de18 [2020-10-15T00:43:28.198Z] ---> Running in f1dbd0ea1a22 [2020-10-15T00:43:28.198Z] Removing intermediate container bab0471f0c89 [2020-10-15T00:43:28.198Z] ---> 41ea589314f7 [2020-10-15T00:43:28.198Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-15T00:43:28.473Z] Removing intermediate container 171c514c30f5 [2020-10-15T00:43:28.473Z] ---> 091c3ee5f4a0 [2020-10-15T00:43:28.473Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-15T00:43:28.473Z] ---> Running in 1772bcb98e5e [2020-10-15T00:43:28.749Z] ---> Running in a11689ed3299 [2020-10-15T00:43:29.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:30.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:30.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:30.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:30.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:30.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:31.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:31.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:31.888Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:43:31.888Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:43:31.888Z] OK: 12623 distinct packages available [2020-10-15T00:43:31.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:31.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:43:32.491Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:43:32.491Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:43:32.491Z] OK: 12623 distinct packages available [2020-10-15T00:43:32.784Z] OK: 217 MiB in 51 packages [2020-10-15T00:43:32.784Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:43:32.784Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:43:32.784Z] OK: 12623 distinct packages available [2020-10-15T00:43:32.784Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:43:32.784Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:43:32.784Z] OK: 12623 distinct packages available [2020-10-15T00:43:33.389Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:43:33.389Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:43:33.389Z] OK: 12623 distinct packages available [2020-10-15T00:43:33.666Z] OK: 217 MiB in 51 packages [2020-10-15T00:43:33.940Z] OK: 217 MiB in 51 packages [2020-10-15T00:43:34.225Z] OK: 217 MiB in 51 packages [2020-10-15T00:43:34.531Z] OK: 217 MiB in 51 packages [2020-10-15T00:43:34.808Z] Removing intermediate container 880d1c0a517b [2020-10-15T00:43:34.808Z] ---> d6c852f85e23 [2020-10-15T00:43:34.808Z] Step 6/23 : COPY go.mod . [2020-10-15T00:43:35.418Z] OK: 217 MiB in 51 packages [2020-10-15T00:43:36.020Z] Removing intermediate container 836dc466de18 [2020-10-15T00:43:36.020Z] ---> cb95a446c8ba [2020-10-15T00:43:36.020Z] Step 6/27 : COPY go.mod . [2020-10-15T00:43:36.304Z] Removing intermediate container a11689ed3299 [2020-10-15T00:43:36.304Z] ---> 59a7dce2da2a [2020-10-15T00:43:36.304Z] Step 6/24 : COPY go.mod . [2020-10-15T00:43:36.304Z] ---> 7138db49377f [2020-10-15T00:43:36.304Z] Step 7/23 : RUN go mod download [2020-10-15T00:43:36.586Z] Removing intermediate container f1dbd0ea1a22 [2020-10-15T00:43:36.586Z] ---> 04dc319c4c57 [2020-10-15T00:43:36.586Z] Step 6/21 : COPY go.mod . [2020-10-15T00:43:36.586Z] ---> Running in fd422b0aa920 [2020-10-15T00:43:37.204Z] ---> 26b6fd29f228 [2020-10-15T00:43:37.204Z] Step 7/27 : RUN go mod download [2020-10-15T00:43:37.484Z] ---> Running in cc47bb654507 [2020-10-15T00:43:37.484Z] Removing intermediate container 1772bcb98e5e [2020-10-15T00:43:37.484Z] ---> ec7060378b9b [2020-10-15T00:43:37.484Z] Step 6/22 : COPY go.mod . [2020-10-15T00:43:37.484Z] ---> 283555546936 [2020-10-15T00:43:37.484Z] Step 7/24 : RUN go mod download [2020-10-15T00:43:37.784Z] ---> Running in f2a6e703e933 [2020-10-15T00:43:38.073Z] ---> fc7cbccc145c [2020-10-15T00:43:38.073Z] Step 7/21 : RUN go mod download [2020-10-15T00:43:38.353Z] ---> Running in 43e67cfb4b78 [2020-10-15T00:43:38.630Z] ---> e5a68d0bbcea [2020-10-15T00:43:38.630Z] Step 7/22 : RUN go mod download [2020-10-15T00:43:38.916Z] ---> Running in 11791d3e4fe0 [2020-10-15T00:43:41.565Z] Removing intermediate container fd422b0aa920 [2020-10-15T00:43:41.565Z] ---> 02b8b9b5c2b8 [2020-10-15T00:43:41.565Z] Step 8/23 : COPY . . [2020-10-15T00:43:43.031Z] Removing intermediate container cc47bb654507 [2020-10-15T00:43:43.031Z] ---> c5ddb8c15611 [2020-10-15T00:43:43.031Z] Step 8/27 : COPY . . [2020-10-15T00:43:43.651Z] Removing intermediate container f2a6e703e933 [2020-10-15T00:43:43.652Z] ---> b90575bb15ec [2020-10-15T00:43:43.652Z] Step 8/24 : COPY . . [2020-10-15T00:43:43.933Z] Removing intermediate container 43e67cfb4b78 [2020-10-15T00:43:43.933Z] ---> b72fbdbe816e [2020-10-15T00:43:43.933Z] Step 8/21 : COPY . . [2020-10-15T00:43:44.212Z] Removing intermediate container 11791d3e4fe0 [2020-10-15T00:43:44.212Z] ---> c2aadcd45ba1 [2020-10-15T00:43:44.212Z] Step 8/22 : COPY . . [2020-10-15T00:44:11.046Z] ---> 2e71c5d49776 [2020-10-15T00:44:11.046Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-15T00:44:11.046Z] ---> 30fe528cead3 [2020-10-15T00:44:11.046Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-15T00:44:11.046Z] ---> fd194720dd64 [2020-10-15T00:44:11.046Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-15T00:44:11.046Z] ---> 8a8bde217cf3 [2020-10-15T00:44:11.046Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-15T00:44:11.046Z] ---> 2a759a178438 [2020-10-15T00:44:11.046Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-15T00:44:11.046Z] ---> Running in 1f3606576f0a [2020-10-15T00:44:11.046Z] ---> Running in f0186608dade [2020-10-15T00:44:11.046Z] ---> Running in 023ae59f7063 [2020-10-15T00:44:11.046Z] ---> Running in 83e6981f9725 [2020-10-15T00:44:11.046Z] ---> Running in b4c29e236037 [2020-10-15T00:44:11.046Z] 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-15T00:44:11.046Z] 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-15T00:44:11.046Z] 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-15T00:44:11.046Z] 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-15T00:44:11.046Z] 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-15T00:46:02.964Z] Removing intermediate container f0186608dade [2020-10-15T00:46:02.964Z] ---> cc3f5922d74c [2020-10-15T00:46:02.964Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-15T00:46:02.964Z] ---> Running in 5a84a5db9ab4 [2020-10-15T00:46:02.964Z] 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-15T00:46:07.367Z] Removing intermediate container 83e6981f9725 [2020-10-15T00:46:07.367Z] ---> 584e2b33975e [2020-10-15T00:46:07.367Z] [2020-10-15T00:46:07.367Z] Step 10/22 : FROM scratch [2020-10-15T00:46:07.367Z] ---> [2020-10-15T00:46:07.367Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T00:46:07.647Z] ---> Running in a8bdac774248 [2020-10-15T00:46:08.663Z] Removing intermediate container a8bdac774248 [2020-10-15T00:46:08.663Z] ---> 523fba09b65a [2020-10-15T00:46:08.663Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-15T00:46:08.663Z] ---> Running in 82a504b0b639 [2020-10-15T00:46:09.675Z] Removing intermediate container 5a84a5db9ab4 [2020-10-15T00:46:09.675Z] ---> 61b21fdc2b7d [2020-10-15T00:46:09.675Z] [2020-10-15T00:46:09.675Z] Step 11/27 : FROM docker:latest [2020-10-15T00:46:09.675Z] ---> 45884bde0078 [2020-10-15T00:46:09.675Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-15T00:46:09.675Z] Removing intermediate container 82a504b0b639 [2020-10-15T00:46:09.675Z] ---> a963624e14d6 [2020-10-15T00:46:09.675Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T00:46:09.675Z] ---> Running in 77070e823140 [2020-10-15T00:46:09.675Z] ---> Running in f39852afc4a3 [2020-10-15T00:46:10.683Z] Removing intermediate container f39852afc4a3 [2020-10-15T00:46:10.683Z] ---> 0026ebaca277 [2020-10-15T00:46:10.683Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-15T00:46:12.147Z] ---> 4f2b0b422c6e [2020-10-15T00:46:12.147Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-15T00:46:12.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:46:13.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:46:13.330Z] ---> c88fc2c04176 [2020-10-15T00:46:13.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-15T00:46:13.946Z] (1/2) Installing readline (8.0.4-r0) [2020-10-15T00:46:13.946Z] (2/2) Installing bash (5.0.17-r0) [2020-10-15T00:46:14.230Z] Executing bash-5.0.17-r0.post-install [2020-10-15T00:46:14.230Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T00:46:14.230Z] OK: 12 MiB in 22 packages [2020-10-15T00:46:15.856Z] ---> 0d45de77c501 [2020-10-15T00:46:15.856Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-15T00:46:17.522Z] Removing intermediate container 77070e823140 [2020-10-15T00:46:17.522Z] ---> 865bd287ff25 [2020-10-15T00:46:17.522Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-15T00:46:17.522Z] ---> d2424de53adb [2020-10-15T00:46:17.522Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-15T00:46:17.522Z] ---> Running in 1a3ab2891b5a [2020-10-15T00:46:17.828Z] ---> Running in b160adbdd4dd [2020-10-15T00:46:19.840Z] Removing intermediate container b160adbdd4dd [2020-10-15T00:46:19.840Z] ---> 2a0bc59fce75 [2020-10-15T00:46:19.840Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T00:46:20.119Z] ---> Running in 3e62e897b839 [2020-10-15T00:46:22.142Z] Removing intermediate container 3e62e897b839 [2020-10-15T00:46:22.142Z] ---> 0dfe49943d30 [2020-10-15T00:46:22.142Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T00:46:22.458Z] ---> Running in 702fa40e7a67 [2020-10-15T00:46:24.467Z] Removing intermediate container 702fa40e7a67 [2020-10-15T00:46:24.467Z] ---> 297704f19eea [2020-10-15T00:46:24.467Z] Step 21/22 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:46:24.467Z] Removing intermediate container 023ae59f7063 [2020-10-15T00:46:24.467Z] ---> ed76524f70b4 [2020-10-15T00:46:24.467Z] [2020-10-15T00:46:24.467Z] Step 10/24 : FROM scratch [2020-10-15T00:46:24.467Z] ---> [2020-10-15T00:46:24.467Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T00:46:24.467Z] ---> Using cache [2020-10-15T00:46:24.467Z] ---> 523fba09b65a [2020-10-15T00:46:24.467Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-15T00:46:24.467Z] Removing intermediate container 1a3ab2891b5a [2020-10-15T00:46:24.467Z] ---> 485986cd43b1 [2020-10-15T00:46:24.467Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-15T00:46:24.467Z] ---> Running in 0dd342dc0da4 [2020-10-15T00:46:24.467Z] ---> Running in 51b5c53c8fc0 [2020-10-15T00:46:24.750Z] ---> Running in 3a2accd05185 [2020-10-15T00:46:25.028Z] Removing intermediate container b4c29e236037 [2020-10-15T00:46:25.028Z] ---> 5235362670dd [2020-10-15T00:46:25.028Z] [2020-10-15T00:46:25.028Z] Step 10/21 : FROM scratch [2020-10-15T00:46:25.028Z] ---> [2020-10-15T00:46:25.028Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T00:46:25.312Z] ---> Running in cb5c9cc22ba8 [2020-10-15T00:46:25.312Z] Removing intermediate container 51b5c53c8fc0 [2020-10-15T00:46:25.312Z] ---> 06ae1193d7f6 [2020-10-15T00:46:25.312Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T00:46:25.611Z] Removing intermediate container 0dd342dc0da4 [2020-10-15T00:46:25.611Z] ---> fe90315c0bd0 [2020-10-15T00:46:25.611Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T00:46:25.611Z] ---> Running in 3d270c471e89 [2020-10-15T00:46:25.611Z] Removing intermediate container 3a2accd05185 [2020-10-15T00:46:25.611Z] ---> 87ba777aa8f2 [2020-10-15T00:46:25.611Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-15T00:46:25.611Z] ---> Running in 289eec0a3676 [2020-10-15T00:46:25.906Z] ---> Running in f7c4096c533d [2020-10-15T00:46:25.906Z] Removing intermediate container cb5c9cc22ba8 [2020-10-15T00:46:25.906Z] ---> d4623f68ed31 [2020-10-15T00:46:25.906Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-15T00:46:26.185Z] ---> Running in 931d915bd25c [2020-10-15T00:46:26.575Z] Removing intermediate container 3d270c471e89 [2020-10-15T00:46:26.575Z] ---> fdfd5b2ab2e4 [2020-10-15T00:46:26.575Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-15T00:46:26.922Z] Removing intermediate container f7c4096c533d [2020-10-15T00:46:26.922Z] ---> e565f39f5ed1 [2020-10-15T00:46:26.922Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-15T00:46:26.922Z] Removing intermediate container 289eec0a3676 [2020-10-15T00:46:26.922Z] ---> 03161292bcaa [2020-10-15T00:46:26.922Z] [2020-10-15T00:46:27.202Z] ---> Running in d34db39cb633 [2020-10-15T00:46:27.202Z] Removing intermediate container 931d915bd25c [2020-10-15T00:46:27.202Z] ---> 3d17d78b2947 [2020-10-15T00:46:27.202Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-15T00:46:27.501Z] ---> Running in c8f3760e8761 [2020-10-15T00:46:27.501Z] Successfully built 03161292bcaa [2020-10-15T00:46:27.815Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-15T00:46:27.815Z] Building docker-core-metadata-go [2020-10-15T00:46:27.815Z]  Building docker-support-logging-go ... done  ---> d6dd678929d3 [2020-10-15T00:46:27.815Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-15T00:46:27.815Z] Removing intermediate container d34db39cb633 [2020-10-15T00:46:27.815Z] ---> 51812c687504 [2020-10-15T00:46:27.815Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-15T00:46:28.121Z] Removing intermediate container c8f3760e8761 [2020-10-15T00:46:28.121Z] ---> 1cbdcf6e10ee [2020-10-15T00:46:28.121Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-15T00:46:30.852Z] ---> b7e0bf3d4ea0 [2020-10-15T00:46:30.852Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-15T00:46:31.135Z] ---> 317fe3646458 [2020-10-15T00:46:31.135Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-15T00:46:31.135Z] ---> 274ee1097e89 [2020-10-15T00:46:31.135Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-15T00:46:34.677Z] ---> 0ff6c4f061ba [2020-10-15T00:46:34.677Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-15T00:46:34.677Z] ---> fad63da42f1a [2020-10-15T00:46:34.677Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-15T00:46:34.677Z] ---> 7ce6fc96079c [2020-10-15T00:46:34.677Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-15T00:46:35.690Z] ---> 29129d303a8c [2020-10-15T00:46:35.690Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-15T00:46:36.305Z] ---> b5c080601d8e [2020-10-15T00:46:36.305Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-15T00:46:36.305Z] ---> 10cc6194c901 [2020-10-15T00:46:36.305Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-15T00:46:36.931Z] ---> Running in 2d02224ed819 [2020-10-15T00:46:36.931Z] ---> Running in 52c103e2f121 [2020-10-15T00:46:38.488Z] Removing intermediate container 2d02224ed819 [2020-10-15T00:46:38.488Z] ---> 397644371658 [2020-10-15T00:46:38.488Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T00:46:38.787Z] ---> 80e5a56b2389 [2020-10-15T00:46:38.787Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-15T00:46:38.787Z] ---> Running in 9bcfa5f9b6f1 [2020-10-15T00:46:39.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:46:39.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:46:40.024Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-15T00:46:40.024Z] (2/33) Installing expat (2.2.9-r1) [2020-10-15T00:46:40.024Z] (3/33) Installing libffi (3.3-r2) [2020-10-15T00:46:40.024Z] (4/33) Installing gdbm (1.13-r1) [2020-10-15T00:46:40.024Z] Removing intermediate container 9bcfa5f9b6f1 [2020-10-15T00:46:40.024Z] ---> 9d89466b96bd [2020-10-15T00:46:40.024Z] Step 19/21 : LABEL arch=arm64 [2020-10-15T00:46:40.024Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-15T00:46:40.328Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-15T00:46:40.328Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-15T00:46:40.986Z] ---> 075d63e1c81c [2020-10-15T00:46:40.986Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-15T00:46:41.301Z] ---> Running in d202285015e4 [2020-10-15T00:46:41.958Z] ---> Running in f9ce53f53170 [2020-10-15T00:46:42.257Z] Removing intermediate container d202285015e4 [2020-10-15T00:46:42.257Z] ---> 9fdfd890222d [2020-10-15T00:46:42.257Z] Step 20/21 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:46:42.579Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-15T00:46:42.579Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-15T00:46:42.579Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-15T00:46:42.579Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-15T00:46:42.579Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-15T00:46:42.579Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-15T00:46:42.579Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-15T00:46:42.867Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-15T00:46:42.867Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-15T00:46:42.867Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-15T00:46:42.867Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-15T00:46:42.867Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-15T00:46:42.867Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-15T00:46:42.867Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-15T00:46:42.867Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-15T00:46:43.160Z] ---> Running in b5d9b7ce895b [2020-10-15T00:46:43.160Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-15T00:46:43.160Z] Removing intermediate container f9ce53f53170 [2020-10-15T00:46:43.160Z] ---> bab1a7150c21 [2020-10-15T00:46:43.160Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T00:46:43.160Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-15T00:46:43.160Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-15T00:46:43.160Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-15T00:46:43.160Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-15T00:46:43.160Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-15T00:46:43.160Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-15T00:46:43.160Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-15T00:46:43.160Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-15T00:46:43.160Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-15T00:46:43.477Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-15T00:46:43.477Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T00:46:43.477Z] OK: 71 MiB in 55 packages [2020-10-15T00:46:44.542Z] ---> Running in c206f01d1f06 [2020-10-15T00:46:44.857Z] Removing intermediate container b5d9b7ce895b [2020-10-15T00:46:44.857Z] ---> 28f11225ff5a [2020-10-15T00:46:44.857Z] Step 21/21 : LABEL version=0.0.0 [2020-10-15T00:46:44.857Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:46:44.857Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:46:44.857Z] ---> d6a7a086b4e5 [2020-10-15T00:46:44.857Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T00:46:44.857Z] ---> Using cache [2020-10-15T00:46:44.857Z] ---> 593a34be7048 [2020-10-15T00:46:44.857Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:46:44.857Z] ---> Using cache [2020-10-15T00:46:44.857Z] ---> 1754183f6d47 [2020-10-15T00:46:44.857Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T00:46:45.134Z] ---> Running in 5576562970b0 [2020-10-15T00:46:45.134Z] ---> Running in f5e4d098e144 [2020-10-15T00:46:45.418Z] Removing intermediate container c206f01d1f06 [2020-10-15T00:46:45.418Z] ---> 3905cd7a3c9f [2020-10-15T00:46:45.418Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T00:46:46.033Z] ---> Running in a51bf22ea922 [2020-10-15T00:46:46.313Z] Removing intermediate container f5e4d098e144 [2020-10-15T00:46:46.313Z] ---> c87e2c19fcd5 [2020-10-15T00:46:46.313Z] [2020-10-15T00:46:46.966Z] Successfully built c87e2c19fcd5 [2020-10-15T00:46:47.244Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-15T00:46:47.244Z] Building docker-security-secretstore-setup-go [2020-10-15T00:46:47.244Z] Removing intermediate container a51bf22ea922 [2020-10-15T00:46:47.244Z] ---> c3c3ca6ea7da [2020-10-15T00:46:47.244Z] Step 23/24 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:46:47.526Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:46:47.805Z] ---> Running in 69dde00cab5a [2020-10-15T00:46:48.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:46:49.430Z] Removing intermediate container 69dde00cab5a [2020-10-15T00:46:49.430Z] ---> db3ddf2c8344 [2020-10-15T00:46:49.430Z] Step 24/24 : LABEL version=0.0.0 [2020-10-15T00:46:49.430Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:46:49.430Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:46:49.430Z] OK: 12623 distinct packages available [2020-10-15T00:46:50.422Z] OK: 217 MiB in 51 packages [2020-10-15T00:46:50.422Z] Removing intermediate container 1f3606576f0a [2020-10-15T00:46:50.422Z] ---> 71a7a97c5cfc [2020-10-15T00:46:50.422Z] [2020-10-15T00:46:50.422Z] Step 10/23 : FROM alpine [2020-10-15T00:46:50.700Z] ---> Running in 993692b37c6b [2020-10-15T00:46:50.700Z] latest: Pulling from library/alpine [2020-10-15T00:46:51.723Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T00:46:51.723Z] Status: Downloaded newer image for alpine:latest [2020-10-15T00:46:51.723Z] ---> 62ee0e9f8440 [2020-10-15T00:46:51.723Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T00:46:52.396Z] Removing intermediate container 993692b37c6b [2020-10-15T00:46:52.396Z] ---> e8d2d4e4a0b2 [2020-10-15T00:46:52.396Z] [2020-10-15T00:46:52.396Z] ---> Running in 4e817aef631f [2020-10-15T00:46:53.015Z] Successfully built e8d2d4e4a0b2 [2020-10-15T00:46:53.015Z] Removing intermediate container 5576562970b0 [2020-10-15T00:46:53.015Z] ---> ba29882980d1 [2020-10-15T00:46:53.015Z] Step 6/22 : COPY go.mod . [2020-10-15T00:46:53.015Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-15T00:46:53.015Z] Building docker-core-command-go [2020-10-15T00:46:53.292Z]  Building docker-support-notifications-go ... done Removing intermediate container 52c103e2f121 [2020-10-15T00:46:53.292Z] ---> 599273a1757b [2020-10-15T00:46:53.292Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-15T00:46:53.292Z] Removing intermediate container 4e817aef631f [2020-10-15T00:46:53.292Z] ---> d481ff798ec4 [2020-10-15T00:46:53.292Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-15T00:46:53.572Z] ---> Running in decacd1c86c4 [2020-10-15T00:46:53.572Z] ---> Running in 46054b2690c7 [2020-10-15T00:46:53.851Z] ---> 845ffe7df1e2 [2020-10-15T00:46:53.851Z] Step 7/22 : RUN go mod download [2020-10-15T00:46:54.133Z] ---> Running in c2a4a787824d [2020-10-15T00:46:54.413Z] Removing intermediate container 46054b2690c7 [2020-10-15T00:46:54.413Z] ---> 7fc962a3c90e [2020-10-15T00:46:54.413Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-15T00:46:54.706Z] ---> Running in b4bccfa3cba0 [2020-10-15T00:46:55.335Z] Removing intermediate container b4bccfa3cba0 [2020-10-15T00:46:55.335Z] ---> 91afbf8e2afa [2020-10-15T00:46:55.335Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:46:55.980Z] ---> Running in 45d06455be53 [2020-10-15T00:47:00.345Z] Removing intermediate container c2a4a787824d [2020-10-15T00:47:00.345Z] ---> 7c7e718093b1 [2020-10-15T00:47:00.345Z] Step 8/22 : COPY . . [2020-10-15T00:47:00.951Z] Removing intermediate container 45d06455be53 [2020-10-15T00:47:00.951Z] ---> 011f5075d2ff [2020-10-15T00:47:00.951Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-15T00:47:01.236Z] Collecting docker-compose==1.23.2 [2020-10-15T00:47:01.515Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-15T00:47:02.124Z] ---> Running in dca5f7db6563 [2020-10-15T00:47:04.127Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-15T00:47:04.127Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-15T00:47:04.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:47:04.738Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-15T00:47:04.738Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-15T00:47:05.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:47:05.630Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-15T00:47:05.910Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-15T00:47:05.910Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-15T00:47:06.196Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-15T00:47:06.196Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-15T00:47:06.196Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T00:47:06.488Z] OK: 8 MiB in 19 packages [2020-10-15T00:47:09.168Z] Collecting PyYAML<4,>=3.10 [2020-10-15T00:47:09.168Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-15T00:47:11.859Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:47:11.859Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:47:11.859Z] ---> d6a7a086b4e5 [2020-10-15T00:47:11.859Z] Step 3/26 : WORKDIR /edgex-go [2020-10-15T00:47:11.859Z] ---> Using cache [2020-10-15T00:47:11.859Z] ---> 593a34be7048 [2020-10-15T00:47:11.859Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:47:11.859Z] ---> Using cache [2020-10-15T00:47:11.859Z] ---> 1754183f6d47 [2020-10-15T00:47:11.859Z] Step 5/26 : RUN apk update && apk add make git [2020-10-15T00:47:11.859Z] ---> Using cache [2020-10-15T00:47:11.859Z] ---> ba29882980d1 [2020-10-15T00:47:11.859Z] Step 6/26 : COPY go.mod . [2020-10-15T00:47:11.859Z] ---> Using cache [2020-10-15T00:47:11.859Z] ---> 845ffe7df1e2 [2020-10-15T00:47:11.859Z] Step 7/26 : RUN go mod download [2020-10-15T00:47:11.859Z] ---> Using cache [2020-10-15T00:47:11.859Z] ---> 7c7e718093b1 [2020-10-15T00:47:11.859Z] Step 8/26 : COPY . . [2020-10-15T00:47:13.871Z] Removing intermediate container dca5f7db6563 [2020-10-15T00:47:13.872Z] ---> 0cfc69fcdf19 [2020-10-15T00:47:13.872Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-15T00:47:13.872Z] Collecting docopt<0.7,>=0.6.1 [2020-10-15T00:47:13.872Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-15T00:47:17.315Z] ---> 5f22eada8402 [2020-10-15T00:47:17.315Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-15T00:47:17.315Z] Collecting cached-property<2,>=1.2.0 [2020-10-15T00:47:17.315Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-15T00:47:17.669Z] 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-15T00:47:18.281Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-15T00:47:18.561Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-15T00:47:18.561Z] ---> 8c6579075ba5 [2020-10-15T00:47:18.561Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-15T00:47:19.171Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:47:19.171Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:47:19.171Z] ---> d6a7a086b4e5 [2020-10-15T00:47:19.171Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T00:47:19.171Z] ---> Using cache [2020-10-15T00:47:19.171Z] ---> 593a34be7048 [2020-10-15T00:47:19.171Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:47:19.171Z] ---> Using cache [2020-10-15T00:47:19.171Z] ---> 1754183f6d47 [2020-10-15T00:47:19.171Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T00:47:19.171Z] ---> Using cache [2020-10-15T00:47:19.171Z] ---> ba29882980d1 [2020-10-15T00:47:19.171Z] Step 6/22 : COPY go.mod . [2020-10-15T00:47:19.171Z] ---> Using cache [2020-10-15T00:47:19.171Z] ---> 845ffe7df1e2 [2020-10-15T00:47:19.171Z] Step 7/22 : RUN go mod download [2020-10-15T00:47:19.171Z] ---> Using cache [2020-10-15T00:47:19.171Z] ---> 7c7e718093b1 [2020-10-15T00:47:19.171Z] Step 8/22 : COPY . . [2020-10-15T00:47:19.171Z] ---> Using cache [2020-10-15T00:47:19.171Z] ---> 8c6579075ba5 [2020-10-15T00:47:19.171Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-15T00:47:19.171Z] Collecting texttable<0.10,>=0.9.0 [2020-10-15T00:47:19.458Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-15T00:47:19.743Z] ---> Running in b6990adb0268 [2020-10-15T00:47:19.743Z] ---> Running in ddbeb29a6f04 [2020-10-15T00:47:20.022Z] ---> ba26d10f1dfc [2020-10-15T00:47:20.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-15T00:47:21.482Z] ---> 620d2f14d0d0 [2020-10-15T00:47:21.482Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-15T00:47:22.083Z] ---> Running in 2c460c0045ea [2020-10-15T00:47:22.364Z] 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-15T00:47:22.364Z] 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-15T00:47:22.971Z] Collecting jsonschema<3,>=2.5.1 [2020-10-15T00:47:22.971Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-15T00:47:23.248Z] Removing intermediate container 2c460c0045ea [2020-10-15T00:47:23.248Z] ---> 1f9dd3b06a87 [2020-10-15T00:47:23.248Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T00:47:23.982Z] ---> Running in 4fb672e4107c [2020-10-15T00:47:24.723Z] Collecting docker<4.0,>=3.6.0 [2020-10-15T00:47:24.723Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-15T00:47:25.139Z] Removing intermediate container 4fb672e4107c [2020-10-15T00:47:25.140Z] ---> 441e30e3befc [2020-10-15T00:47:25.140Z] Step 21/23 : LABEL arch=arm64 [2020-10-15T00:47:25.823Z] ---> Running in 3da7f66bcde8 [2020-10-15T00:47:26.116Z] 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-15T00:47:26.397Z] Collecting idna<2.8,>=2.5 [2020-10-15T00:47:26.397Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-15T00:47:27.026Z] Removing intermediate container 3da7f66bcde8 [2020-10-15T00:47:27.026Z] ---> 3e18f4207390 [2020-10-15T00:47:27.026Z] Step 22/23 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:47:27.313Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-15T00:47:27.313Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-15T00:47:27.919Z] ---> Running in 36d8000edbdc [2020-10-15T00:47:27.919Z] 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-15T00:47:28.206Z] Collecting docker-pycreds>=0.4.0 [2020-10-15T00:47:28.206Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-15T00:47:28.487Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-15T00:47:28.487Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-15T00:47:28.487Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-15T00:47:28.487Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-15T00:47:28.772Z] Removing intermediate container 36d8000edbdc [2020-10-15T00:47:28.772Z] ---> 1c8c6e05a65b [2020-10-15T00:47:28.772Z] Step 23/23 : LABEL version=0.0.0 [2020-10-15T00:47:29.778Z] ---> Running in 55e37be9e188 [2020-10-15T00:47:29.778Z] Installing collected packages: idna, urllib3, requests, dockerpty, PyYAML, docopt, cached-property, websocket-client, texttable, jsonschema, docker-pycreds, docker, docker-compose [2020-10-15T00:47:29.778Z] Attempting uninstall: idna [2020-10-15T00:47:29.778Z] Found existing installation: idna 2.9 [2020-10-15T00:47:29.778Z] Uninstalling idna-2.9: [2020-10-15T00:47:29.778Z] Successfully uninstalled idna-2.9 [2020-10-15T00:47:30.773Z] Removing intermediate container 55e37be9e188 [2020-10-15T00:47:30.773Z] ---> 79884612ea3e [2020-10-15T00:47:30.773Z] [2020-10-15T00:47:30.773Z] Attempting uninstall: urllib3 [2020-10-15T00:47:30.773Z] Found existing installation: urllib3 1.25.9 [2020-10-15T00:47:30.773Z] Uninstalling urllib3-1.25.9: [2020-10-15T00:47:31.381Z] Successfully uninstalled urllib3-1.25.9 [2020-10-15T00:47:31.998Z] Successfully built 79884612ea3e [2020-10-15T00:47:31.998Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-15T00:47:31.998Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-15T00:47:32.278Z] ---> bd507d7c7e18 [2020-10-15T00:47:32.278Z] 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-15T00:47:32.278Z] Attempting uninstall: requests [2020-10-15T00:47:32.278Z] Found existing installation: requests 2.23.0 [2020-10-15T00:47:32.562Z] Uninstalling requests-2.23.0: [2020-10-15T00:47:32.562Z] ---> Running in 996108e73603 [2020-10-15T00:47:32.842Z] Successfully uninstalled requests-2.23.0 [2020-10-15T00:47:33.121Z] Running setup.py install for dockerpty: started [2020-10-15T00:47:35.772Z] 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-15T00:47:36.375Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-15T00:47:36.375Z] Running setup.py install for PyYAML: started [2020-10-15T00:47:40.710Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-15T00:47:40.710Z] Running setup.py install for docopt: started [2020-10-15T00:47:46.159Z] Running setup.py install for docopt: finished with status 'done' [2020-10-15T00:47:47.616Z] Running setup.py install for texttable: started [2020-10-15T00:47:51.958Z] Running setup.py install for texttable: finished with status 'done' [2020-10-15T00:47:53.969Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:47:53.969Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-15T00:47:53.969Z] ---> d6a7a086b4e5 [2020-10-15T00:47:53.969Z] Step 3/29 : WORKDIR /edgex-go [2020-10-15T00:47:53.969Z] ---> Using cache [2020-10-15T00:47:53.969Z] ---> 593a34be7048 [2020-10-15T00:47:53.969Z] Step 4/29 : RUN apk update && apk add make git [2020-10-15T00:47:55.450Z] ---> Running in d6a5b5baf424 [2020-10-15T00:47:57.467Z] 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-15T00:47:58.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:47:59.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:48:00.419Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:48:00.419Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:48:00.419Z] OK: 12623 distinct packages available [2020-10-15T00:48:01.878Z] OK: 217 MiB in 51 packages [2020-10-15T00:48:03.881Z] Removing intermediate container decacd1c86c4 [2020-10-15T00:48:03.881Z] ---> 6b4a07904d15 [2020-10-15T00:48:03.881Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-15T00:48:03.881Z] ---> Running in b06eac1e6919 [2020-10-15T00:48:03.881Z] Removing intermediate container d6a5b5baf424 [2020-10-15T00:48:03.881Z] ---> d66dc10cfb82 [2020-10-15T00:48:03.881Z] Step 5/29 : COPY go.mod . [2020-10-15T00:48:05.334Z] ---> 9c827f89560f [2020-10-15T00:48:05.334Z] Step 6/29 : RUN go mod download [2020-10-15T00:48:05.608Z] ---> Running in 0c0642c67752 [2020-10-15T00:48:07.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:48:07.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:48:08.343Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T00:48:08.343Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-15T00:48:08.343Z] (3/3) Installing curl (7.69.1-r1) [2020-10-15T00:48:08.343Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T00:48:08.343Z] OK: 71 MiB in 58 packages [2020-10-15T00:48:10.352Z] Removing intermediate container b06eac1e6919 [2020-10-15T00:48:10.352Z] ---> 5072eb7b7d57 [2020-10-15T00:48:10.352Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-15T00:48:10.632Z] ---> Running in ad18501c9c14 [2020-10-15T00:48:10.910Z] Removing intermediate container 0c0642c67752 [2020-10-15T00:48:10.910Z] ---> 2dd012428c1f [2020-10-15T00:48:10.910Z] Step 7/29 : COPY . . [2020-10-15T00:48:11.195Z] Removing intermediate container ad18501c9c14 [2020-10-15T00:48:11.195Z] ---> d53c84695297 [2020-10-15T00:48:11.195Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T00:48:11.478Z] ---> Running in 079bceef68a3 [2020-10-15T00:48:12.527Z] Removing intermediate container 079bceef68a3 [2020-10-15T00:48:12.527Z] ---> b1552659ff6a [2020-10-15T00:48:12.527Z] Step 25/27 : LABEL arch=arm64 [2020-10-15T00:48:13.146Z] ---> Running in d056d1c38455 [2020-10-15T00:48:14.628Z] Removing intermediate container d056d1c38455 [2020-10-15T00:48:14.628Z] ---> c58b89d6a925 [2020-10-15T00:48:14.628Z] Step 26/27 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:48:15.650Z] ---> Running in 9b71f604bd8d [2020-10-15T00:48:16.681Z] Removing intermediate container 9b71f604bd8d [2020-10-15T00:48:16.681Z] ---> 4754ae87347f [2020-10-15T00:48:16.681Z] Step 27/27 : LABEL version=0.0.0 [2020-10-15T00:48:17.296Z] ---> Running in 3e74472ebac6 [2020-10-15T00:48:18.754Z] Removing intermediate container 3e74472ebac6 [2020-10-15T00:48:18.754Z] ---> 198fd0e51758 [2020-10-15T00:48:18.754Z] [2020-10-15T00:48:19.777Z] Successfully built 198fd0e51758 [2020-10-15T00:48:19.777Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-15T00:48:19.777Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-10-15T00:48:32.268Z] ---> 570855b90a55 [2020-10-15T00:48:32.268Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-15T00:48:32.547Z] ---> Running in 94320e06ef1d [2020-10-15T00:48:35.196Z] 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-15T00:48:43.529Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T00:48:43.529Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-15T00:48:43.529Z] ---> d6a7a086b4e5 [2020-10-15T00:48:43.529Z] Step 3/20 : WORKDIR /edgex-go [2020-10-15T00:48:43.529Z] ---> Using cache [2020-10-15T00:48:43.529Z] ---> 593a34be7048 [2020-10-15T00:48:43.807Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T00:48:43.807Z] ---> Using cache [2020-10-15T00:48:43.807Z] ---> 1754183f6d47 [2020-10-15T00:48:43.807Z] Step 5/20 : RUN apk update && apk add make git [2020-10-15T00:48:43.807Z] ---> Using cache [2020-10-15T00:48:43.807Z] ---> ba29882980d1 [2020-10-15T00:48:43.807Z] Step 6/20 : COPY go.mod . [2020-10-15T00:48:43.807Z] ---> Using cache [2020-10-15T00:48:43.807Z] ---> 845ffe7df1e2 [2020-10-15T00:48:43.807Z] Step 7/20 : RUN go mod download [2020-10-15T00:48:43.807Z] ---> Using cache [2020-10-15T00:48:43.807Z] ---> 7c7e718093b1 [2020-10-15T00:48:43.807Z] Step 8/20 : COPY . . [2020-10-15T00:48:43.807Z] ---> Using cache [2020-10-15T00:48:43.807Z] ---> bd507d7c7e18 [2020-10-15T00:48:43.807Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-15T00:48:45.460Z] ---> Running in 9458bd9b70ee [2020-10-15T00:48:48.323Z] 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-15T00:49:06.701Z] 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-15T00:49:16.905Z] 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-15T00:49:32.059Z] Removing intermediate container 996108e73603 [2020-10-15T00:49:32.059Z] ---> 9f5df60c3814 [2020-10-15T00:49:32.059Z] [2020-10-15T00:49:32.059Z] Step 10/26 : FROM alpine:3.10 [2020-10-15T00:49:32.059Z] 3.10: Pulling from library/alpine [2020-10-15T00:49:34.059Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-15T00:49:34.059Z] Status: Downloaded newer image for alpine:3.10 [2020-10-15T00:49:34.059Z] ---> 536a684cf733 [2020-10-15T00:49:34.059Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-15T00:49:34.661Z] ---> Running in c05a98bdf697 [2020-10-15T00:49:36.117Z] Removing intermediate container ddbeb29a6f04 [2020-10-15T00:49:36.117Z] ---> dd316a7586c0 [2020-10-15T00:49:36.117Z] [2020-10-15T00:49:36.117Z] Step 10/22 : FROM scratch [2020-10-15T00:49:36.117Z] ---> [2020-10-15T00:49:36.117Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T00:49:36.725Z] ---> Using cache [2020-10-15T00:49:36.725Z] ---> d4623f68ed31 [2020-10-15T00:49:36.725Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-15T00:49:36.725Z] ---> Running in 7b57573414fe [2020-10-15T00:49:37.328Z] Removing intermediate container 7b57573414fe [2020-10-15T00:49:37.328Z] ---> 45610265c3f3 [2020-10-15T00:49:37.328Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T00:49:37.605Z] ---> Running in d0eb8996a1eb [2020-10-15T00:49:37.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:49:38.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:49:38.451Z] Removing intermediate container d0eb8996a1eb [2020-10-15T00:49:38.451Z] ---> 006ba050120d [2020-10-15T00:49:38.451Z] Step 14/22 : WORKDIR / [2020-10-15T00:49:38.731Z] ---> Running in 72388cac2803 [2020-10-15T00:49:39.012Z] v3.10.5-99-g0bd09295e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-15T00:49:39.012Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-15T00:49:39.012Z] OK: 10167 distinct packages available [2020-10-15T00:49:39.617Z] Removing intermediate container 72388cac2803 [2020-10-15T00:49:39.617Z] ---> 03716d75a705 [2020-10-15T00:49:39.617Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-15T00:49:39.896Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-15T00:49:39.896Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-15T00:49:39.896Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-15T00:49:39.896Z] (4/5) Installing curl (7.66.0-r1) [2020-10-15T00:49:39.896Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-15T00:49:39.896Z] Executing busybox-1.30.1-r3.trigger [2020-10-15T00:49:39.896Z] Executing ca-certificates-20191127-r2.trigger [2020-10-15T00:49:40.505Z] OK: 7 MiB in 19 packages [2020-10-15T00:49:40.783Z] ---> 99cbf7b8779b [2020-10-15T00:49:40.783Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-15T00:49:43.434Z] ---> 1ac67b0da4a3 [2020-10-15T00:49:43.708Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-15T00:49:43.708Z] Removing intermediate container c05a98bdf697 [2020-10-15T00:49:43.708Z] ---> 899bdcb8adb0 [2020-10-15T00:49:43.708Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T00:49:43.986Z] ---> Running in b9bfdfc6d9d9 [2020-10-15T00:49:44.587Z] Removing intermediate container b9bfdfc6d9d9 [2020-10-15T00:49:44.587Z] ---> 35c97cc8a527 [2020-10-15T00:49:44.587Z] Step 13/26 : WORKDIR / [2020-10-15T00:49:44.871Z] ---> 60e8f0c55489 [2020-10-15T00:49:44.871Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-15T00:49:44.871Z] ---> Running in 72512c217df1 [2020-10-15T00:49:45.150Z] ---> Running in 5ffff2e7e52e [2020-10-15T00:49:45.751Z] Removing intermediate container 72512c217df1 [2020-10-15T00:49:45.751Z] ---> 4d52f8ee327a [2020-10-15T00:49:45.751Z] 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-15T00:49:45.751Z] Removing intermediate container 5ffff2e7e52e [2020-10-15T00:49:45.751Z] ---> 0050a25d5856 [2020-10-15T00:49:45.751Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T00:49:46.022Z] ---> Running in 9a854a5b0e49 [2020-10-15T00:49:47.005Z] Removing intermediate container 9a854a5b0e49 [2020-10-15T00:49:47.005Z] ---> e780a14c8ffa [2020-10-15T00:49:47.005Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T00:49:47.277Z] ---> f9c485cfdf26 [2020-10-15T00:49:47.277Z] 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-15T00:49:47.550Z] ---> Running in 16b597562190 [2020-10-15T00:49:48.533Z] Removing intermediate container 16b597562190 [2020-10-15T00:49:48.533Z] ---> c8418778f8a7 [2020-10-15T00:49:48.533Z] Step 21/22 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:49:48.533Z] ---> c16d6dd86972 [2020-10-15T00:49:48.533Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-15T00:49:48.808Z] ---> Running in c1dc2eb7a31b [2020-10-15T00:49:49.414Z] Removing intermediate container c1dc2eb7a31b [2020-10-15T00:49:49.414Z] ---> e569c11ee941 [2020-10-15T00:49:49.414Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T00:49:49.694Z] ---> Running in 8c3e6482ff76 [2020-10-15T00:49:49.977Z] ---> b0cc82e4bfc8 [2020-10-15T00:49:49.977Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-15T00:49:50.578Z] Removing intermediate container 8c3e6482ff76 [2020-10-15T00:49:50.578Z] ---> 809f7de833ca [2020-10-15T00:49:50.578Z] [2020-10-15T00:49:51.568Z] Successfully built 809f7de833ca [2020-10-15T00:49:51.568Z] ---> 2eedea6b8714 [2020-10-15T00:49:51.568Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-15T00:49:51.568Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-15T00:49:53.557Z]  Building docker-core-command-go ... done  ---> cbe3897d5384 [2020-10-15T00:49:53.557Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-15T00:49:55.012Z] ---> 9c661d6865b6 [2020-10-15T00:49:55.012Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-15T00:49:57.653Z] ---> 7e5669a78002 [2020-10-15T00:49:57.653Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T00:49:59.098Z] ---> ce45c4b11820 [2020-10-15T00:49:59.098Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T00:49:59.098Z] ---> Running in cdaa40eedc7a [2020-10-15T00:50:00.099Z] Removing intermediate container b6990adb0268 [2020-10-15T00:50:00.099Z] ---> 61c6bf835622 [2020-10-15T00:50:00.099Z] [2020-10-15T00:50:00.099Z] Step 10/22 : FROM scratch [2020-10-15T00:50:00.099Z] ---> [2020-10-15T00:50:00.099Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T00:50:00.370Z] ---> Using cache [2020-10-15T00:50:00.370Z] ---> d4623f68ed31 [2020-10-15T00:50:00.370Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-15T00:50:00.370Z] ---> Running in 6b50d98cbb6e [2020-10-15T00:50:01.363Z] Removing intermediate container 6b50d98cbb6e [2020-10-15T00:50:01.363Z] ---> 276031257e1e [2020-10-15T00:50:01.363Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T00:50:01.638Z] ---> Running in a544a75942ba [2020-10-15T00:50:02.640Z] Removing intermediate container a544a75942ba [2020-10-15T00:50:02.640Z] ---> a7ec94d1e8aa [2020-10-15T00:50:02.640Z] Step 14/22 : WORKDIR / [2020-10-15T00:50:02.640Z] ---> Running in cd4556426899 [2020-10-15T00:50:02.640Z] Removing intermediate container 94320e06ef1d [2020-10-15T00:50:02.640Z] ---> 6d60fc6d3267 [2020-10-15T00:50:02.640Z] [2020-10-15T00:50:02.640Z] Step 9/29 : FROM alpine:latest [2020-10-15T00:50:02.640Z] ---> 62ee0e9f8440 [2020-10-15T00:50:02.640Z] 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-15T00:50:02.915Z] ---> Running in 817774e8625f [2020-10-15T00:50:02.915Z] Removing intermediate container cdaa40eedc7a [2020-10-15T00:50:02.915Z] ---> 1ec60e3ca6e5 [2020-10-15T00:50:02.915Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T00:50:03.521Z] ---> Running in 7ddc7822c124 [2020-10-15T00:50:03.521Z] Removing intermediate container cd4556426899 [2020-10-15T00:50:03.521Z] ---> 094a8f309749 [2020-10-15T00:50:03.521Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-15T00:50:03.521Z] Removing intermediate container 817774e8625f [2020-10-15T00:50:03.521Z] ---> b56d12c8ab62 [2020-10-15T00:50:03.521Z] Step 11/29 : USER root [2020-10-15T00:50:03.798Z] ---> Running in ef1bfbb38738 [2020-10-15T00:50:04.073Z] Removing intermediate container 7ddc7822c124 [2020-10-15T00:50:04.073Z] ---> ddb5b93dcd64 [2020-10-15T00:50:04.073Z] Step 24/26 : LABEL arch=arm64 [2020-10-15T00:50:04.356Z] ---> Running in bc882a5c852c [2020-10-15T00:50:04.356Z] ---> 32a9e6b6dff4 [2020-10-15T00:50:04.356Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-15T00:50:04.633Z] Removing intermediate container ef1bfbb38738 [2020-10-15T00:50:04.633Z] ---> 9e95810ab22c [2020-10-15T00:50:04.633Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-15T00:50:04.633Z] ---> Running in 15722b0f4b89 [2020-10-15T00:50:05.244Z] Removing intermediate container bc882a5c852c [2020-10-15T00:50:05.244Z] ---> 950206be31d0 [2020-10-15T00:50:05.244Z] Step 25/26 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:50:06.240Z] ---> Running in 344ec0cf6053 [2020-10-15T00:50:06.240Z] ---> c3d8e6dd7453 [2020-10-15T00:50:06.240Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-15T00:50:06.514Z] Removing intermediate container 9458bd9b70ee [2020-10-15T00:50:06.514Z] ---> 9554ae4d771b [2020-10-15T00:50:06.514Z] [2020-10-15T00:50:06.514Z] Step 10/20 : FROM alpine [2020-10-15T00:50:06.514Z] ---> 62ee0e9f8440 [2020-10-15T00:50:06.514Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-15T00:50:06.514Z] Removing intermediate container 344ec0cf6053 [2020-10-15T00:50:06.514Z] ---> ad8423f73380 [2020-10-15T00:50:06.514Z] Step 26/26 : LABEL version=0.0.0 [2020-10-15T00:50:06.785Z] ---> Running in 999a1453c0c0 [2020-10-15T00:50:06.785Z] ---> Running in 53e5f765af44 [2020-10-15T00:50:06.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:50:07.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:50:07.385Z] ---> 7128b1562079 [2020-10-15T00:50:07.385Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-15T00:50:07.385Z] ---> Running in 354704af3291 [2020-10-15T00:50:07.658Z] Removing intermediate container 53e5f765af44 [2020-10-15T00:50:07.659Z] ---> eb6e67ea1acb [2020-10-15T00:50:07.659Z] [2020-10-15T00:50:07.932Z] v3.12.0-409-g70ac6527ef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:50:07.932Z] v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:50:07.932Z] OK: 12621 distinct packages available [2020-10-15T00:50:07.932Z] Successfully built eb6e67ea1acb [2020-10-15T00:50:08.204Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-15T00:50:08.204Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 354704af3291 [2020-10-15T00:50:08.204Z] ---> 65b1d51b6ea1 [2020-10-15T00:50:08.204Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T00:50:08.204Z] ---> Running in 5839578eaf6e [2020-10-15T00:50:08.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T00:50:08.747Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-15T00:50:08.747Z] Removing intermediate container 5839578eaf6e [2020-10-15T00:50:08.747Z] ---> 407fa61a4440 [2020-10-15T00:50:08.747Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T00:50:08.747Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-15T00:50:08.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T00:50:08.747Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T00:50:08.747Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T00:50:09.028Z] ---> Running in 126e213d3b1a [2020-10-15T00:50:09.028Z] OK: 6 MiB in 16 packages [2020-10-15T00:50:09.303Z] v3.12.0-409-g70ac6527ef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T00:50:09.303Z] v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T00:50:09.303Z] OK: 12621 distinct packages available [2020-10-15T00:50:09.579Z] Removing intermediate container 126e213d3b1a [2020-10-15T00:50:09.579Z] ---> 170de020468b [2020-10-15T00:50:09.579Z] Step 21/22 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:50:09.850Z] ---> Running in d2a0958d4159 [2020-10-15T00:50:10.121Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-15T00:50:10.121Z] Removing intermediate container d2a0958d4159 [2020-10-15T00:50:10.121Z] ---> c7abbe28152b [2020-10-15T00:50:10.121Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T00:50:10.392Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T00:50:10.392Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-15T00:50:10.392Z] (4/4) Installing curl (7.69.1-r1) [2020-10-15T00:50:10.392Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T00:50:10.392Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T00:50:10.392Z] ---> Running in 6ddda1c3ef43 [2020-10-15T00:50:10.665Z] OK: 7 MiB in 18 packages [2020-10-15T00:50:10.665Z] Removing intermediate container 15722b0f4b89 [2020-10-15T00:50:10.665Z] ---> acb40265882e [2020-10-15T00:50:10.665Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-15T00:50:10.936Z] ---> Running in ad66a79e79cb [2020-10-15T00:50:10.936Z] Removing intermediate container 6ddda1c3ef43 [2020-10-15T00:50:10.936Z] ---> c41373e97090 [2020-10-15T00:50:10.936Z] [2020-10-15T00:50:11.533Z] Successfully built c41373e97090 [2020-10-15T00:50:11.533Z] Removing intermediate container ad66a79e79cb [2020-10-15T00:50:11.533Z] ---> 321ee997fca9 [2020-10-15T00:50:11.533Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-15T00:50:11.533Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-15T00:50:11.533Z]  Building docker-core-metadata-go ... done  ---> Running in 35ff9bde470e [2020-10-15T00:50:12.539Z] Removing intermediate container 35ff9bde470e [2020-10-15T00:50:12.539Z] ---> e000888de1b1 [2020-10-15T00:50:12.539Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-15T00:50:12.539Z] Removing intermediate container 999a1453c0c0 [2020-10-15T00:50:12.539Z] ---> 0dc17a64228f [2020-10-15T00:50:12.539Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T00:50:12.539Z] ---> Running in 94f107ccb52f [2020-10-15T00:50:12.539Z] ---> Running in d69da8f24438 [2020-10-15T00:50:13.162Z] Removing intermediate container d69da8f24438 [2020-10-15T00:50:13.162Z] ---> 97bdac046841 [2020-10-15T00:50:13.162Z] Step 13/20 : WORKDIR /edgex [2020-10-15T00:50:13.162Z] ---> Running in 8b771c1ac975 [2020-10-15T00:50:13.812Z] Removing intermediate container 8b771c1ac975 [2020-10-15T00:50:13.812Z] ---> 12727b252f30 [2020-10-15T00:50:13.812Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-15T00:50:14.848Z] ---> d93078c6d8cf [2020-10-15T00:50:14.848Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-15T00:50:15.446Z] Removing intermediate container 94f107ccb52f [2020-10-15T00:50:15.446Z] ---> 1818c56462e6 [2020-10-15T00:50:15.446Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-15T00:50:16.423Z] ---> cdf199d92610 [2020-10-15T00:50:16.423Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-15T00:50:16.423Z] ---> Running in f6d1a9e36918 [2020-10-15T00:50:16.694Z] ---> 2d530a945005 [2020-10-15T00:50:16.694Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-15T00:50:16.971Z] Removing intermediate container f6d1a9e36918 [2020-10-15T00:50:16.971Z] ---> 199fb03569a6 [2020-10-15T00:50:16.971Z] Step 17/20 : CMD ["--init=true"] [2020-10-15T00:50:17.248Z] ---> Running in 54ce15735fe9 [2020-10-15T00:50:17.518Z] ---> 707ed45d662e [2020-10-15T00:50:17.518Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-15T00:50:17.789Z] Removing intermediate container 54ce15735fe9 [2020-10-15T00:50:17.789Z] ---> ce419c172c22 [2020-10-15T00:50:17.789Z] Step 18/20 : LABEL arch=arm64 [2020-10-15T00:50:17.789Z] ---> Running in 6122e4b4b67a [2020-10-15T00:50:18.063Z] ---> e8b1b2c5013f [2020-10-15T00:50:18.063Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-15T00:50:18.338Z] Removing intermediate container 6122e4b4b67a [2020-10-15T00:50:18.338Z] ---> f29d3c1b4e01 [2020-10-15T00:50:18.338Z] Step 19/20 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:50:18.612Z] ---> Running in 06dceed26021 [2020-10-15T00:50:18.889Z] ---> 44ea8eb2c445 [2020-10-15T00:50:18.889Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-15T00:50:18.889Z] Removing intermediate container 06dceed26021 [2020-10-15T00:50:18.889Z] ---> fe0c6bbff105 [2020-10-15T00:50:18.889Z] Step 20/20 : LABEL version=0.0.0 [2020-10-15T00:50:19.173Z] ---> Running in 383678b62204 [2020-10-15T00:50:19.772Z] ---> c96c7c329142 [2020-10-15T00:50:19.772Z] Removing intermediate container 383678b62204 [2020-10-15T00:50:19.772Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh ---> be53231a403c [2020-10-15T00:50:19.772Z] [2020-10-15T00:50:19.772Z] [2020-10-15T00:50:20.372Z] ---> Running in 6c6d8eb6ef46 [2020-10-15T00:50:20.372Z] Successfully built be53231a403c [2020-10-15T00:50:20.372Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-15T00:50:22.994Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6c6d8eb6ef46 [2020-10-15T00:50:22.994Z] ---> d504f8742f8b [2020-10-15T00:50:22.994Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T00:50:23.597Z] ---> 5ae0eba7b3b3 [2020-10-15T00:50:23.597Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T00:50:23.870Z] ---> Running in 023d7c4e2111 [2020-10-15T00:50:26.490Z] Removing intermediate container 023d7c4e2111 [2020-10-15T00:50:26.490Z] ---> 53f8db392661 [2020-10-15T00:50:26.490Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-15T00:50:26.490Z] ---> Running in 059de74bb62d [2020-10-15T00:50:29.927Z] Removing intermediate container 059de74bb62d [2020-10-15T00:50:29.927Z] ---> ca9bbe4f38ff [2020-10-15T00:50:29.927Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T00:50:29.927Z] ---> Running in 399da8c19b2c [2020-10-15T00:50:30.199Z] Removing intermediate container 399da8c19b2c [2020-10-15T00:50:30.199Z] ---> 7cd230bfda64 [2020-10-15T00:50:30.199Z] Step 26/29 : CMD [ "generate" ] [2020-10-15T00:50:30.199Z] ---> Running in db29597781bf [2020-10-15T00:50:30.793Z] Removing intermediate container db29597781bf [2020-10-15T00:50:30.793Z] ---> c51bbde06971 [2020-10-15T00:50:30.793Z] Step 27/29 : LABEL arch=arm64 [2020-10-15T00:50:31.065Z] ---> Running in 38348fbf9c8e [2020-10-15T00:50:31.342Z] Removing intermediate container 38348fbf9c8e [2020-10-15T00:50:31.342Z] ---> b4083e4ed269 [2020-10-15T00:50:31.342Z] Step 28/29 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 [2020-10-15T00:50:31.616Z] ---> Running in f5751989c9de [2020-10-15T00:50:32.212Z] Removing intermediate container f5751989c9de [2020-10-15T00:50:32.212Z] ---> 6d39d6b258c3 [2020-10-15T00:50:32.212Z] Step 29/29 : LABEL version=0.0.0 [2020-10-15T00:50:32.212Z] ---> Running in 532f593eba44 [2020-10-15T00:50:32.808Z] Removing intermediate container 532f593eba44 [2020-10-15T00:50:32.808Z] ---> 552dfa390895 [2020-10-15T00:50:32.808Z] [2020-10-15T00:50:33.081Z] Successfully built 552dfa390895 [2020-10-15T00:50:33.081Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-15T00:50:33.695Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-15T00:50:33.714Z] $ docker stop --time=1 3be07b1e8e75c3eb4bd4f325dcc6849ce2a6a9e1ea9ea7994aa4ff8e64b80da5 [2020-10-15T00:50:35.689Z] $ docker rm -f 3be07b1e8e75c3eb4bd4f325dcc6849ce2a6a9e1ea9ea7994aa4ff8e64b80da5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T00:50:36.383Z] + + grepdocker docker images [2020-10-15T00:50:36.383Z] [2020-10-15T00:50:36.654Z] docker-security-secrets-setup-go-arm64 latest 552dfa390895 4 seconds ago 22.7MB [2020-10-15T00:50:36.654Z] docker-security-proxy-setup-go-arm64 latest be53231a403c 17 seconds ago 15.1MB [2020-10-15T00:50:36.654Z] docker-core-metadata-go-arm64 latest c41373e97090 26 seconds ago 13.4MB [2020-10-15T00:50:36.654Z] docker-security-secretstore-setup-go-arm64 latest eb6e67ea1acb 29 seconds ago 30.8MB [2020-10-15T00:50:36.654Z] docker-core-command-go-arm64 latest 809f7de833ca 46 seconds ago 11.4MB [2020-10-15T00:50:36.654Z] docker-sys-mgmt-agent-go-arm64 latest 198fd0e51758 2 minutes ago 270MB [2020-10-15T00:50:36.654Z] docker-core-data-go-arm64 latest 79884612ea3e 3 minutes ago 22.2MB [2020-10-15T00:50:36.654Z] docker-support-notifications-go-arm64 latest e8d2d4e4a0b2 3 minutes ago 12.9MB [2020-10-15T00:50:36.654Z] docker-support-scheduler-go-arm64 latest c87e2c19fcd5 3 minutes ago 11.5MB [2020-10-15T00:50:36.654Z] docker-support-logging-go-arm64 latest 03161292bcaa 4 minutes ago 10.6MB [2020-10-15T00:50:36.654Z] docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-15T00:50:39.953Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T00:50:40.513Z] ---> package-listing.sh [2020-10-15T00:50:40.513Z] ++ facter osfamily [2020-10-15T00:50:40.513Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T00:50:40.513Z] + OS_FAMILY=redhat [2020-10-15T00:50:40.513Z] + workspace=/w/workspace/edgex-go/3 [2020-10-15T00:50:40.513Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T00:50:40.513Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T00:50:40.513Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T00:50:40.513Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T00:50:40.513Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-15T00:50:40.513Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T00:50:40.513Z] + case "${OS_FAMILY}" in [2020-10-15T00:50:40.513Z] + rpm -qa [2020-10-15T00:50:40.513Z] + sort [2020-10-15T00:50:45.226Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T00:50:45.226Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T00:50:45.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T00:50:45.226Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-15T00:50:45.226Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-10-15T00:50:45.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-10-15T00:50:45.240Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T00:50:45.529Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:50:45.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T00:50:45.830Z] [2020-10-15T00:50:45.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T00:50:46.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T00:50:46.170Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T00:50:46.170Z] df20fa9351a1: Pulling fs layer [2020-10-15T00:50:46.170Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T00:50:46.170Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T00:50:46.170Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T00:50:46.170Z] 93b61091891f: Pulling fs layer [2020-10-15T00:50:46.170Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T00:50:46.170Z] 5e14af77c1be: Pulling fs layer [2020-10-15T00:50:46.170Z] 01666e4c0597: Pulling fs layer [2020-10-15T00:50:46.170Z] aa168da1d23b: Pulling fs layer [2020-10-15T00:50:46.170Z] 46f8f816bc3b: Waiting [2020-10-15T00:50:46.170Z] 93b9cdb0e59b: Waiting [2020-10-15T00:50:46.170Z] 5e14af77c1be: Waiting [2020-10-15T00:50:46.170Z] 01666e4c0597: Waiting [2020-10-15T00:50:46.432Z] 36b3adc4ff6f: Download complete [2020-10-15T00:50:46.432Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T00:50:46.432Z] 46f8f816bc3b: Download complete [2020-10-15T00:50:46.432Z] df20fa9351a1: Verifying Checksum [2020-10-15T00:50:46.432Z] df20fa9351a1: Download complete [2020-10-15T00:50:46.432Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T00:50:46.432Z] 93b9cdb0e59b: Download complete [2020-10-15T00:50:46.432Z] 93b61091891f: Download complete [2020-10-15T00:50:46.432Z] 5e14af77c1be: Verifying Checksum [2020-10-15T00:50:46.432Z] 5e14af77c1be: Download complete [2020-10-15T00:50:46.432Z] 01666e4c0597: Verifying Checksum [2020-10-15T00:50:46.432Z] 01666e4c0597: Download complete [2020-10-15T00:50:46.697Z] df20fa9351a1: Pull complete [2020-10-15T00:50:46.957Z] 36b3adc4ff6f: Pull complete [2020-10-15T00:50:47.531Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T00:50:47.531Z] 8ad3a11d3b57: Download complete [2020-10-15T00:50:48.104Z] 8ad3a11d3b57: Pull complete [2020-10-15T00:50:48.372Z] 46f8f816bc3b: Pull complete [2020-10-15T00:50:48.633Z] 93b61091891f: Pull complete [2020-10-15T00:50:49.212Z] 93b9cdb0e59b: Pull complete [2020-10-15T00:50:49.212Z] 5e14af77c1be: Pull complete [2020-10-15T00:50:49.488Z] aa168da1d23b: Verifying Checksum [2020-10-15T00:50:49.488Z] aa168da1d23b: Download complete [2020-10-15T00:50:49.488Z] 01666e4c0597: Pull complete [2020-10-15T00:50:57.650Z] aa168da1d23b: Pull complete [2020-10-15T00:50:57.650Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T00:50:57.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T00:50:57.650Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T00:50:57.802Z] prd-centos7-docker-4c-2g-5472 does not seem to be running inside a container [2020-10-15T00:50:57.844Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T00:51:00.321Z] $ docker top bbe45c4875d231a21326bec6cd651c29004bca17c03160186e624d6001e0b4f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T00:51:00.837Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T00:51:01.132Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T00:51:01.443Z] + ls /var/log/sa-host [2020-10-15T00:51:01.443Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T00:51:01.443Z] file_magic: OK [2020-10-15T00:51:01.443Z] HZ: Using current value: 100 [2020-10-15T00:51:01.443Z] file_header: OK [2020-10-15T00:51:01.443Z] 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-15T00:51:01.443Z] Statistics: [2020-10-15T00:51:01.443Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T00:51:01.443Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T00:51:01.443Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T00:51:01.443Z] file_magic: OK [2020-10-15T00:51:01.443Z] HZ: Using current value: 100 [2020-10-15T00:51:01.443Z] file_header: OK [2020-10-15T00:51:01.443Z] 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-15T00:51:01.443Z] Statistics: [2020-10-15T00:51:01.443Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T00:51:01.443Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T00:51:01.649Z] provisioning config files... [2020-10-15T00:51:01.668Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3775742711448643683tmp [Pipeline] { [Pipeline] echo [2020-10-15T00:51:01.744Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T00:51:02.037Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T00:51:02.045Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T00:51:02.142Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T00:51:02.446Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T00:51:02.456Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T00:51:02.749Z] ---> sudo-logs.sh [2020-10-15T00:51:02.749Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T00:51:02.759Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T00:51:03.051Z] ---> job-cost.sh [2020-10-15T00:51:03.051Z] lf-activate-venv: SKIPPING [2020-10-15T00:51:03.051Z] INFO: No Stack... [2020-10-15T00:51:04.437Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T00:51:04.697Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T00:51:04.710Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T00:51:05.005Z] ---> logs-deploy.sh [2020-10-15T00:51:05.005Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2793/3 [2020-10-15T00:51:05.005Z] INFO: archiving workspace using pattern(s): [2020-10-15T00:51:06.917Z] Archives upload complete. [2020-10-15T00:51:06.917Z] INFO: archiving logs to Nexus