Pull request #2791 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 24e9062b2fd66692f072b8575e5c4db7621dae52+75437401aaf0e0f587015af03db21405a724386e (3631a6bba9aab438e9b6a354644b1ae0eec1021a) 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-5526 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit 24e9062b2fd66692f072b8575e5c4db7621dae52 > 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/2791/head:refs/remotes/origin/PR-2791 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24e9062b2fd66692f072b8575e5c4db7621dae52 # timeout=10 Merge succeeded, producing 24e9062b2fd66692f072b8575e5c4db7621dae52 Checking out Revision 24e9062b2fd66692f072b8575e5c4db7621dae52 (PR-2791) > 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 24e9062b2fd66692f072b8575e5c4db7621dae52 # timeout=10 Commit message: "feat(metadata): Implement Core Metadata GET /deviceservice/all V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T03:04:13.770Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T03:04:13.996Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T03:04:14.083Z] ========================================================= [2020-10-15T03:04:14.084Z] EdgeX Global Pipelines Version Info [2020-10-15T03:04:14.084Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 85bf1c1f05e61e5ee0e25d4f7d1d453cda037cde # timeout=10 [2020-10-15T03:04:17.124Z] ------------------- [2020-10-15T03:04:17.124Z] stable info: [2020-10-15T03:04:17.124Z] ------------------- [2020-10-15T03:04:17.124Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T03:04:17.124Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T03:04:17.124Z] Message: update stable to v1.0.142 [2020-10-15T03:04:17.737Z] ------------------- [2020-10-15T03:04:17.737Z] experimental info: [2020-10-15T03:04:17.737Z] ------------------- [2020-10-15T03:04:17.737Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T03:04:17.737Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T03:04:17.737Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T03:04:18.052Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T03:04:18.140Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T03:04:18.229Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T03:04:18.318Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T03:04:18.410Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T03:04:18.495Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T03:04:18.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T03:04:18.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T03:04:18.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T03:04:18.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T03:04:18.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T03:04:19.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T03:04:19.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T03:04:19.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T03:04:19.342Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T03:04:19.437Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T03:04:19.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T03:04:19.678Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T03:04:19.796Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T03:04:19.881Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T03:04:19.964Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T03:04:20.045Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2791 [Pipeline] echo [2020-10-15T03:04:20.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2791 [Pipeline] echo [2020-10-15T03:04:20.326Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2791 [Pipeline] echo [2020-10-15T03:04:20.444Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24e9062b2fd66692f072b8575e5c4db7621dae52 [Pipeline] echo [2020-10-15T03:04:20.549Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24e9062 [Pipeline] echo [2020-10-15T03:04:20.675Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T03:04:21.106Z] ++ 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-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T03:04:21.107Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T03:04:21.107Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T03:04:21.107Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T03:04:21.107Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T03:04:21.107Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T03:04:21.107Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T03:04:21.107Z] ++ cut -d/ -f2 [2020-10-15T03:04:21.107Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T03:04:21.228Z] 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-15T03:04:22.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T03:04:23.382Z] [2020-10-15T03:04:23.382Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:04:23.799Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T03:04:23.799Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T03:04:23.799Z] 31603596830f: Pulling fs layer [2020-10-15T03:04:23.799Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T03:04:23.799Z] 6ca5941a6612: Pulling fs layer [2020-10-15T03:04:23.799Z] ecc8261a40a4: Pulling fs layer [2020-10-15T03:04:23.799Z] ecc8261a40a4: Waiting [2020-10-15T03:04:23.799Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T03:04:23.799Z] 2a8b12db71e7: Download complete [2020-10-15T03:04:25.064Z] 31603596830f: Download complete [2020-10-15T03:04:25.064Z] ecc8261a40a4: Verifying Checksum [2020-10-15T03:04:25.064Z] ecc8261a40a4: Download complete [2020-10-15T03:04:25.762Z] 6ca5941a6612: Verifying Checksum [2020-10-15T03:04:25.762Z] 6ca5941a6612: Download complete [2020-10-15T03:04:25.762Z] 31603596830f: Pull complete [2020-10-15T03:04:26.141Z] 2a8b12db71e7: Pull complete [2020-10-15T03:04:28.691Z] 6ca5941a6612: Pull complete [2020-10-15T03:04:28.691Z] ecc8261a40a4: Pull complete [2020-10-15T03:04:29.063Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T03:04:29.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T03:04:29.063Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T03:04:29.464Z] prd-centos7-docker-4c-2g-5526 does not seem to be running inside a container [2020-10-15T03:04:29.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T03:04:32.672Z] $ docker top b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T03:04:33.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T03:04:33.081Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T03:04:33.508Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T03:04:33.512Z] $ docker exec b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 ssh-agent [2020-10-15T03:04:33.872Z] SSH_AUTH_SOCK=/tmp/ssh-uctxU4gU3prB/agent.11 [2020-10-15T03:04:33.872Z] SSH_AGENT_PID=17 [2020-10-15T03:04:33.913Z] Running ssh-add (command line suppressed) [2020-10-15T03:04:34.204Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5027323222512043895.key (/w/workspace/edgex-go/6@tmp/private_key_5027323222512043895.key) [2020-10-15T03:04:34.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T03:04:34.768Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T03:04:34.825Z] $ docker exec --env ******** --env ******** b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 ssh-agent -k [2020-10-15T03:04:35.090Z] unset SSH_AUTH_SOCK; [2020-10-15T03:04:35.091Z] unset SSH_AGENT_PID; [2020-10-15T03:04:35.091Z] echo Agent pid 17 killed; [2020-10-15T03:04:35.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T03:04:35.301Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T03:04:35.301Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T03:04:35.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T03:04:35.813Z] $ docker exec b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 ssh-agent [2020-10-15T03:04:36.324Z] SSH_AUTH_SOCK=/tmp/ssh-zYPFouXjWnsr/agent.46 [2020-10-15T03:04:36.324Z] SSH_AGENT_PID=51 [2020-10-15T03:04:36.343Z] Running ssh-add (command line suppressed) [2020-10-15T03:04:36.680Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4479974489846245339.key (/w/workspace/edgex-go/6@tmp/private_key_4479974489846245339.key) [2020-10-15T03:04:36.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T03:04:38.453Z] + git semver init [2020-10-15T03:04:38.453Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T03:04:38.453Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-10-15T03:04:38.453Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-10-15T03:04:38.453Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T03:04:38.453Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T03:04:38.453Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T03:04:38.453Z] # $SEMVER_BRANCH = PR-2791 [2020-10-15T03:04:38.453Z] # $SEMVER_TEMP = /tmp/semver-866473895 [2020-10-15T03:04:38.453Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T03:05:18.362Z] # '/tmp/semver-866473895' -> '/w/workspace/edgex-go/6/.semver' [2020-10-15T03:05:18.362Z] # -> Force: false [2020-10-15T03:05:18.362Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-10-15T03:05:18.385Z] $ docker exec --env ******** --env ******** b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 ssh-agent -k [2020-10-15T03:05:18.683Z] unset SSH_AUTH_SOCK; [2020-10-15T03:05:18.685Z] unset SSH_AGENT_PID; [2020-10-15T03:05:18.685Z] echo Agent pid 51 killed; [2020-10-15T03:05:18.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T03:05:19.330Z] + git semver [Pipeline] } [2020-10-15T03:05:19.638Z] $ docker stop --time=1 b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 [2020-10-15T03:05:21.433Z] $ docker rm -f b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T03:05:22.873Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T03:05:22.876Z] [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-15T03:05:23.540Z] ========================================================= [2020-10-15T03:05:23.540Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T03:05:23.540Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:05:23.911Z] + 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-15T03:05:23.911Z] error checking context: 'can't stat '/w/workspace/edgex-go/6/.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-15T03:05:25.091Z] Failed in branch amd64 [2020-10-15T03:05:38.301Z] Still waiting to schedule task [2020-10-15T03:05:38.302Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-15T03:09:08.434Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5531 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws [2020-10-15T03:09:08.499Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-10-15T03:09:13.325Z] using credential edgex-jenkins-ssh [2020-10-15T03:09:13.387Z] Cloning the remote Git repository [2020-10-15T03:09:13.448Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T03:09:13.575Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-10-15T03:09:13.654Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T03:09:13.655Z] > git --version # timeout=10 [2020-10-15T03:09:13.672Z] > git --version # 'git version 2.17.1' [2020-10-15T03:09:13.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T03:09:13.751Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T03:09:28.977Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T03:09:29.002Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T03:09:29.026Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T03:09:29.062Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T03:09:29.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T03:09:29.081Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2791/head:refs/remotes/origin/PR-2791 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T03:09:29.761Z] Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit 24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:09:30.182Z] Merge succeeded, producing 24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:09:30.182Z] Checking out Revision 24e9062b2fd66692f072b8575e5c4db7621dae52 (PR-2791) [2020-10-15T03:09:29.784Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T03:09:29.803Z] > git checkout -f 24e9062b2fd66692f072b8575e5c4db7621dae52 # timeout=10 [2020-10-15T03:09:30.110Z] > git remote # timeout=10 [2020-10-15T03:09:30.126Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T03:09:30.138Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T03:09:30.148Z] > git merge 75437401aaf0e0f587015af03db21405a724386e # timeout=10 [2020-10-15T03:09:30.172Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T03:09:30.191Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T03:09:30.200Z] > git checkout -f 24e9062b2fd66692f072b8575e5c4db7621dae52 # timeout=10 [2020-10-15T03:09:34.602Z] Commit message: "feat(metadata): Implement Core Metadata GET /deviceservice/all V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T03:09:35.631Z] ========================================================= [2020-10-15T03:09:35.631Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T03:09:35.631Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:09:36.602Z] + 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-15T03:09:39.243Z] Sending build context to Docker daemon 165MB [2020-10-15T03:09:39.243Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T03:09:39.243Z] Step 2/7 : FROM ${BASE} [2020-10-15T03:09:39.520Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T03:09:39.520Z] b538f80385f9: Pulling fs layer [2020-10-15T03:09:39.520Z] 74f711af9a0d: Pulling fs layer [2020-10-15T03:09:39.520Z] 99f96fe45779: Pulling fs layer [2020-10-15T03:09:39.520Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T03:09:39.520Z] 45590311c82a: Pulling fs layer [2020-10-15T03:09:39.520Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T03:09:39.520Z] 209524e5b208: Pulling fs layer [2020-10-15T03:09:39.520Z] 8529a6b9a6be: Waiting [2020-10-15T03:09:39.520Z] 45590311c82a: Waiting [2020-10-15T03:09:39.520Z] 69ca0ff8b7b3: Waiting [2020-10-15T03:09:39.520Z] 209524e5b208: Waiting [2020-10-15T03:09:39.520Z] 99f96fe45779: Verifying Checksum [2020-10-15T03:09:39.520Z] 99f96fe45779: Download complete [2020-10-15T03:09:39.520Z] 74f711af9a0d: Verifying Checksum [2020-10-15T03:09:39.520Z] 74f711af9a0d: Download complete [2020-10-15T03:09:39.520Z] 45590311c82a: Verifying Checksum [2020-10-15T03:09:39.520Z] 45590311c82a: Download complete [2020-10-15T03:09:39.520Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T03:09:39.520Z] 69ca0ff8b7b3: Download complete [2020-10-15T03:09:39.797Z] b538f80385f9: Verifying Checksum [2020-10-15T03:09:39.797Z] b538f80385f9: Download complete [2020-10-15T03:09:40.406Z] b538f80385f9: Pull complete [2020-10-15T03:09:41.005Z] 74f711af9a0d: Pull complete [2020-10-15T03:09:41.281Z] 99f96fe45779: Pull complete [2020-10-15T03:09:41.883Z] 209524e5b208: Verifying Checksum [2020-10-15T03:09:41.883Z] 209524e5b208: Download complete [2020-10-15T03:09:43.865Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T03:09:43.865Z] 8529a6b9a6be: Download complete [2020-10-15T03:09:54.040Z] 8529a6b9a6be: Pull complete [2020-10-15T03:09:54.313Z] 45590311c82a: Pull complete [2020-10-15T03:09:54.586Z] 69ca0ff8b7b3: Pull complete [2020-10-15T03:09:58.930Z] 209524e5b208: Pull complete [2020-10-15T03:09:58.930Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T03:09:58.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T03:09:58.930Z] ---> 5bddaf1c2fca [2020-10-15T03:09:58.930Z] 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-15T03:10:02.319Z] ---> Running in d3a638cb254f [2020-10-15T03:10:03.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:10:04.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:10:04.873Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T03:10:05.145Z] (2/12) Installing file (5.38-r0) [2020-10-15T03:10:05.418Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T03:10:05.418Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T03:10:08.805Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T03:10:08.805Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T03:10:09.077Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T03:10:09.077Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T03:10:09.077Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T03:10:09.077Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T03:10:09.351Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T03:10:09.351Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T03:10:09.626Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T03:10:09.626Z] OK: 217 MiB in 51 packages [2020-10-15T03:10:13.939Z] Removing intermediate container d3a638cb254f [2020-10-15T03:10:13.939Z] ---> 037de72d4ff9 [2020-10-15T03:10:13.939Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T03:10:13.939Z] ---> Running in f7237747e92e [2020-10-15T03:10:14.214Z] Removing intermediate container f7237747e92e [2020-10-15T03:10:14.214Z] ---> 28ca062885e0 [2020-10-15T03:10:14.214Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T03:10:14.811Z] latest: Pulling from library/docker [2020-10-15T03:10:14.811Z] b538f80385f9: Already exists [2020-10-15T03:10:14.811Z] 259a493cd78d: Pulling fs layer [2020-10-15T03:10:14.811Z] b8e66b5100f5: Pulling fs layer [2020-10-15T03:10:14.811Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T03:10:14.811Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T03:10:14.811Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T03:10:14.811Z] 294320357d30: Pulling fs layer [2020-10-15T03:10:14.811Z] 75a0a0ebb566: Waiting [2020-10-15T03:10:14.811Z] 4a2c62f0a2a3: Waiting [2020-10-15T03:10:14.811Z] 294320357d30: Waiting [2020-10-15T03:10:15.088Z] b8e66b5100f5: Verifying Checksum [2020-10-15T03:10:15.089Z] b8e66b5100f5: Download complete [2020-10-15T03:10:15.089Z] 259a493cd78d: Verifying Checksum [2020-10-15T03:10:15.089Z] 259a493cd78d: Download complete [2020-10-15T03:10:15.089Z] 75a0a0ebb566: Verifying Checksum [2020-10-15T03:10:15.089Z] 75a0a0ebb566: Download complete [2020-10-15T03:10:15.372Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T03:10:15.372Z] 4a2c62f0a2a3: Download complete [2020-10-15T03:10:15.372Z] 294320357d30: Download complete [2020-10-15T03:10:15.648Z] 259a493cd78d: Pull complete [2020-10-15T03:10:16.249Z] b8e66b5100f5: Pull complete [2020-10-15T03:10:16.527Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T03:10:16.527Z] 7f8258a56ab6: Download complete [2020-10-15T03:10:19.918Z] 7f8258a56ab6: Pull complete [2020-10-15T03:10:19.919Z] 75a0a0ebb566: Pull complete [2020-10-15T03:10:20.192Z] 4a2c62f0a2a3: Pull complete [2020-10-15T03:10:20.465Z] 294320357d30: Pull complete [2020-10-15T03:10:20.465Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T03:10:20.465Z] Status: Downloaded newer image for docker:latest [2020-10-15T03:10:23.891Z] ---> 3134caf5ebd2 [2020-10-15T03:10:23.891Z] Step 6/7 : COPY go.mod . [2020-10-15T03:10:24.488Z] ---> edfb4dfac65c [2020-10-15T03:10:24.488Z] Step 7/7 : RUN go mod download [2020-10-15T03:10:24.763Z] ---> Running in 39291e2404c8 [2020-10-15T03:10:51.551Z] Removing intermediate container 39291e2404c8 [2020-10-15T03:10:51.551Z] ---> 10c8a76c11ed [2020-10-15T03:10:51.551Z] Successfully built 10c8a76c11ed [2020-10-15T03:10:51.551Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:10:51.963Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T03:10:51.963Z] . [Pipeline] withDockerContainer [2020-10-15T03:10:52.242Z] prd-ubuntu18.04-docker-arm64-4c-16g-5531 does not seem to be running inside a container [2020-10-15T03:10:52.335Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T03:10:54.194Z] $ docker top 9683f825a8883015b459914f2daf661992f3ce98923edfd46618747ea23736e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T03:10:55.628Z] + go version [2020-10-15T03:10:55.628Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T03:10:55.659Z] $ docker stop --time=1 9683f825a8883015b459914f2daf661992f3ce98923edfd46618747ea23736e5 [2020-10-15T03:10:57.572Z] $ docker rm -f 9683f825a8883015b459914f2daf661992f3ce98923edfd46618747ea23736e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:10:58.642Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T03:10:58.642Z] . [Pipeline] withDockerContainer [2020-10-15T03:10:58.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-5531 does not seem to be running inside a container [2020-10-15T03:10:58.978Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T03:11:00.378Z] $ docker top 10792205f320f6bc0d396b5ed00736d52751c60934d63b339040bdd7c15c64d8 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-15T03:11:00.788Z] ========================================================= [2020-10-15T03:11:00.788Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-15T03:11:00.788Z] ========================================================= [Pipeline] sh [2020-10-15T03:11:01.440Z] + make test [2020-10-15T03:11:01.440Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-15T03:11:04.064Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-15T03:11:36.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-15T03:11:52.441Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-15T03:11:52.441Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-15T03:11:52.441Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-15T03:11:52.441Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-15T03:11:53.891Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s [2020-10-15T03:11:53.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-15T03:11:53.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-15T03:11:53.891Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-15T03:11:55.894Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-15T03:11:56.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-15T03:11:56.780Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-15T03:11:56.780Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-15T03:11:56.780Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-15T03:12:05.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2020-10-15T03:12:05.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-15T03:12:05.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-15T03:12:05.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-15T03:12:05.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-15T03:12:05.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-15T03:12:11.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.281s coverage: 27.1% of statements [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-15T03:12:11.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.018s coverage: 100.0% of statements [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-15T03:12:11.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-15T03:12:11.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.061s coverage: 83.6% of statements [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-15T03:12:11.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-15T03:12:12.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.395s coverage: 88.9% of statements [2020-10-15T03:12:12.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-15T03:12:12.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T03:12:12.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-15T03:12:12.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-15T03:12:15.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 28.6% of statements [2020-10-15T03:12:15.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-15T03:12:15.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-15T03:12:15.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-15T03:12:15.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-15T03:12:15.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-15T03:12:15.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2020-10-15T03:12:15.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-15T03:12:15.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements [2020-10-15T03:12:15.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-15T03:12:19.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2020-10-15T03:12:19.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-15T03:12:19.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements [2020-10-15T03:12:19.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-15T03:12:19.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 100.0% of statements [2020-10-15T03:12:19.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-15T03:12:19.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-15T03:12:19.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-15T03:12:19.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-15T03:12:21.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.181s coverage: 95.5% of statements [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-15T03:12:21.913Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-15T03:12:21.913Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.014s coverage: 58.8% of statements [2020-10-15T03:12:21.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-15T03:12:21.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-15T03:12:21.914Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.045s coverage: 0.0% of statements [no tests to run] [2020-10-15T03:12:21.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-15T03:12:21.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-15T03:12:23.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 63.5% of statements [2020-10-15T03:12:23.355Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-15T03:12:23.355Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-15T03:12:23.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.011s coverage: 100.0% of statements [2020-10-15T03:12:23.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.023s coverage: 91.3% of statements [2020-10-15T03:12:24.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2020-10-15T03:12:24.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2020-10-15T03:12:25.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2020-10-15T03:12:28.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.258s coverage: 55.9% of statements [2020-10-15T03:12:28.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-15T03:12:28.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-15T03:12:28.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-15T03:12:28.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-15T03:12:38.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.767s coverage: 86.3% of statements [2020-10-15T03:12:38.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-15T03:12:38.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.057s coverage: 72.2% of statements [2020-10-15T03:12:38.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.422s coverage: 72.1% of statements [2020-10-15T03:12:38.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements [2020-10-15T03:12:38.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.038s coverage: 48.4% of statements [2020-10-15T03:12:38.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-15T03:12:38.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-15T03:12:38.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-15T03:12:38.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.019s coverage: 28.8% of statements [2020-10-15T03:12:38.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-15T03:12:38.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements [2020-10-15T03:12:38.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-15T03:12:38.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 36.5% of statements [2020-10-15T03:12:38.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-15T03:12:38.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-15T03:12:38.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.273s coverage: 84.1% of statements [2020-10-15T03:12:38.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements [2020-10-15T03:12:38.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.025s coverage: 42.9% of statements [2020-10-15T03:12:38.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-15T03:12:38.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-15T03:12:38.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.030s coverage: 100.0% of statements [2020-10-15T03:12:38.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-15T03:12:39.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.023s coverage: 83.8% of statements [2020-10-15T03:12:39.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-15T03:12:44.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 47.1% of statements [2020-10-15T03:12:44.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-15T03:12:44.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-15T03:12:44.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements [2020-10-15T03:12:44.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-15T03:12:44.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-15T03:12:44.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-15T03:12:44.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2020-10-15T03:12:44.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-15T03:12:44.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2020-10-15T03:12:44.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-15T03:12:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.194s coverage: 29.1% of statements [2020-10-15T03:12:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-15T03:12:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-15T03:12:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-15T03:12:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-15T03:12:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-15T03:12:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.050s coverage: 99.0% of statements [2020-10-15T03:12:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-15T03:12:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements [2020-10-15T03:12:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-15T03:12:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements [2020-10-15T03:12:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-15T03:12:48.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2020-10-15T03:12:48.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-15T03:12:48.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-15T03:12:48.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-15T03:12:48.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-15T03:12:48.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements [2020-10-15T03:12:48.908Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-15T03:12:48.908Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-15T03:12:49.910Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2020-10-15T03:12:50.183Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-15T03:12:50.782Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-10-15T03:12:51.376Z] GO111MODULE=on go vet ./... [2020-10-15T03:13:13.563Z] gofmt -l . [2020-10-15T03:13:13.563Z] [ "`gofmt -l .`" = "" ] [2020-10-15T03:13:15.537Z] ./bin/test-go-mod-tidy.sh [2020-10-15T03:13:16.134Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-15T03:13:21.102Z] + ls -al . [2020-10-15T03:13:21.102Z] total 632 [2020-10-15T03:13:21.102Z] drwxrwxr-x 9 1001 1001 4096 Oct 15 03:13 . [2020-10-15T03:13:21.102Z] drwxr-xr-x 4 root root 4096 Oct 15 03:10 .. [2020-10-15T03:13:21.102Z] -rw-rw-r-- 1 1001 1001 11 Oct 15 03:09 .dockerignore [2020-10-15T03:13:21.102Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 03:09 .git [2020-10-15T03:13:21.102Z] drwxrwxr-x 3 1001 1001 4096 Oct 15 03:09 .github [2020-10-15T03:13:21.102Z] -rw-rw-r-- 1 1001 1001 932 Oct 15 03:09 .gitignore [2020-10-15T03:13:21.102Z] -rw-rw-r-- 1 1001 1001 166 Oct 15 03:09 .sonarcloud.properties [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 3804 Oct 15 03:09 CONTRIBUTING.md [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 1035 Oct 15 03:09 Dockerfile.build [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 863 Oct 15 03:09 Jenkinsfile [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 10775 Oct 15 03:09 LICENSE [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 6237 Oct 15 03:09 Makefile [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 6447 Oct 15 03:09 README.md [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 259 Oct 15 03:09 SECURITY.md [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 5 Oct 15 03:05 VERSION [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 4131 Oct 15 03:09 ZMQWindows.md [2020-10-15T03:13:21.103Z] drwxrwxr-x 2 1001 1001 4096 Oct 15 03:09 bin [2020-10-15T03:13:21.103Z] drwxrwxr-x 15 1001 1001 4096 Oct 15 03:09 cmd [2020-10-15T03:13:21.103Z] -rw-r--r-- 1 root root 508498 Oct 15 03:12 coverage.out [2020-10-15T03:13:21.103Z] -rw-r--r-- 1 root root 1041 Oct 15 03:13 go.mod [2020-10-15T03:13:21.103Z] -rw-r--r-- 1 root root 18985 Oct 15 03:13 go.sum [2020-10-15T03:13:21.103Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 03:09 internal [2020-10-15T03:13:21.103Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 03:09 openapi [2020-10-15T03:13:21.103Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 03:09 snap [2020-10-15T03:13:21.103Z] -rw-rw-r-- 1 1001 1001 168 Oct 15 03:09 version.go [Pipeline] sh [2020-10-15T03:13:21.765Z] + '[' -e coverage.out ] [2020-10-15T03:13:21.765Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-15T03:13:22.995Z] Stashed 1 file(s) [Pipeline] sh [2020-10-15T03:13:23.701Z] + make build [2020-10-15T03:13:23.701Z] 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-15T03:13:50.538Z] 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-15T03:13:58.804Z] 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-15T03:14:03.136Z] 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-15T03:14:07.441Z] 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-15T03:14:12.845Z] 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-15T03:14:13.823Z] 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-15T03:14:19.233Z] 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-15T03:14:23.552Z] 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-15T03:14:27.853Z] 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-15T03:14:32.170Z] 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-15T03:14:35.552Z] 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-15T03:14:38.935Z] 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-15T03:14:41.583Z] $ docker stop --time=1 10792205f320f6bc0d396b5ed00736d52751c60934d63b339040bdd7c15c64d8 [2020-10-15T03:14:44.123Z] $ docker rm -f 10792205f320f6bc0d396b5ed00736d52751c60934d63b339040bdd7c15c64d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:14:48.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T03:14:48.225Z] [2020-10-15T03:14:48.225Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:14:48.878Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T03:14:49.150Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-15T03:14:49.150Z] 29e5d40040c1: Pulling fs layer [2020-10-15T03:14:49.150Z] 1ce36da41761: Pulling fs layer [2020-10-15T03:14:49.150Z] 25b303627fd3: Pulling fs layer [2020-10-15T03:14:49.747Z] 29e5d40040c1: Verifying Checksum [2020-10-15T03:14:49.747Z] 29e5d40040c1: Download complete [2020-10-15T03:14:50.346Z] 1ce36da41761: Verifying Checksum [2020-10-15T03:14:50.346Z] 1ce36da41761: Download complete [2020-10-15T03:14:50.346Z] 29e5d40040c1: Pull complete [2020-10-15T03:14:51.781Z] 1ce36da41761: Pull complete [2020-10-15T03:14:52.054Z] 25b303627fd3: Verifying Checksum [2020-10-15T03:14:52.054Z] 25b303627fd3: Download complete [2020-10-15T03:15:02.210Z] 25b303627fd3: Pull complete [2020-10-15T03:15:02.210Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-15T03:15:02.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T03:15:02.210Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-15T03:15:02.482Z] prd-ubuntu18.04-docker-arm64-4c-16g-5531 does not seem to be running inside a container [2020-10-15T03:15:02.574Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T03:15:05.901Z] $ docker top cacb388ede9dfd4b567c8963c77bc1a61560ae8b53eb9daebd9965d6f9a08dc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T03:15:07.356Z] + docker-compose build --help [2020-10-15T03:15:07.356Z] + grep parallel [2020-10-15T03:15:10.726Z] --parallel Build images in parallel. [Pipeline] } [2020-10-15T03:15:10.744Z] $ docker stop --time=1 cacb388ede9dfd4b567c8963c77bc1a61560ae8b53eb9daebd9965d6f9a08dc9 [2020-10-15T03:15:12.729Z] $ docker rm -f cacb388ede9dfd4b567c8963c77bc1a61560ae8b53eb9daebd9965d6f9a08dc9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:15:13.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T03:15:13.571Z] . [Pipeline] withDockerContainer [2020-10-15T03:15:13.902Z] prd-ubuntu18.04-docker-arm64-4c-16g-5531 does not seem to be running inside a container [2020-10-15T03:15:14.013Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T03:15:15.478Z] $ docker top 6272da44be5a3691a07913a3e496775c77bc8bcff0535706ae26cb3e9c64537e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T03:15:16.548Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-15T03:15:20.831Z] Building docker-core-command-go ... [2020-10-15T03:15:20.831Z] Building docker-core-data-go ... [2020-10-15T03:15:20.831Z] Building docker-core-metadata-go ... [2020-10-15T03:15:20.831Z] Building docker-security-proxy-setup-go ... [2020-10-15T03:15:20.831Z] Building docker-security-secrets-setup-go ... [2020-10-15T03:15:20.831Z] Building docker-security-secretstore-setup-go ... [2020-10-15T03:15:20.831Z] Building docker-support-logging-go ... [2020-10-15T03:15:20.831Z] Building docker-support-notifications-go ... [2020-10-15T03:15:20.831Z] Building docker-support-scheduler-go ... [2020-10-15T03:15:20.831Z] Building docker-sys-mgmt-agent-go ... [2020-10-15T03:15:20.831Z] Building docker-security-proxy-setup-go [2020-10-15T03:15:20.831Z] Building docker-security-secrets-setup-go [2020-10-15T03:15:20.831Z] Building docker-support-logging-go [2020-10-15T03:15:20.831Z] Building docker-core-command-go [2020-10-15T03:15:20.831Z] Building docker-support-notifications-go [2020-10-15T03:16:42.614Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:16:42.614Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:16:42.614Z] ---> 10c8a76c11ed [2020-10-15T03:16:42.614Z] Step 3/24 : WORKDIR /edgex-go [2020-10-15T03:16:42.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:16:42.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:16:42.614Z] ---> 10c8a76c11ed [2020-10-15T03:16:42.614Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T03:16:42.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:16:42.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:16:42.614Z] ---> 10c8a76c11ed [2020-10-15T03:16:42.614Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T03:16:42.614Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:16:42.614Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:16:42.614Z] ---> 10c8a76c11ed [2020-10-15T03:16:42.614Z] Step 3/20 : WORKDIR /edgex-go [2020-10-15T03:16:42.614Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:16:42.614Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-15T03:16:42.614Z] ---> 10c8a76c11ed [2020-10-15T03:16:42.614Z] Step 3/29 : WORKDIR /edgex-go [2020-10-15T03:16:42.614Z] ---> Running in c2bde1181f96 [2020-10-15T03:16:42.614Z] ---> Running in 6e46108d97df [2020-10-15T03:16:42.614Z] ---> Running in 96ec874cc869 [2020-10-15T03:16:42.614Z] ---> Running in d83aaec9030a [2020-10-15T03:16:42.615Z] ---> Running in 7bdf2c53c6f7 [2020-10-15T03:16:42.615Z] Removing intermediate container 6e46108d97df [2020-10-15T03:16:42.615Z] ---> 86419fa8d335 [2020-10-15T03:16:42.615Z] Step 4/29 : RUN apk update && apk add make git [2020-10-15T03:16:42.615Z] Removing intermediate container c2bde1181f96 [2020-10-15T03:16:42.615Z] ---> 622026767739 [2020-10-15T03:16:42.615Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:16:42.615Z] Removing intermediate container d83aaec9030a [2020-10-15T03:16:42.615Z] ---> 98f9a3d3c270 [2020-10-15T03:16:42.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:16:42.615Z] Removing intermediate container 96ec874cc869 [2020-10-15T03:16:42.615Z] ---> 1a185b22003b [2020-10-15T03:16:42.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:16:42.615Z] Removing intermediate container 7bdf2c53c6f7 [2020-10-15T03:16:42.615Z] ---> e69ce2efe8a2 [2020-10-15T03:16:42.615Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:16:42.615Z] ---> Running in d8688a2a22c3 [2020-10-15T03:16:42.615Z] ---> Running in 91905fed5f20 [2020-10-15T03:16:42.615Z] ---> Running in 42a198f827e7 [2020-10-15T03:16:42.615Z] ---> Running in 1fab124a54ab [2020-10-15T03:16:42.615Z] ---> Running in 0b4407890f97 [2020-10-15T03:16:42.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:43.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:44.263Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:16:44.263Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:16:44.263Z] OK: 12623 distinct packages available [2020-10-15T03:16:44.544Z] Removing intermediate container 91905fed5f20 [2020-10-15T03:16:44.544Z] ---> 569a03ab4d34 [2020-10-15T03:16:44.544Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-15T03:16:44.544Z] ---> Running in a58fe7e63837 [2020-10-15T03:16:44.819Z] Removing intermediate container 42a198f827e7 [2020-10-15T03:16:44.819Z] ---> 8626016e4ea8 [2020-10-15T03:16:44.819Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T03:16:45.103Z] OK: 217 MiB in 51 packages [2020-10-15T03:16:45.103Z] Removing intermediate container 0b4407890f97 [2020-10-15T03:16:45.103Z] ---> a8ac1486054b [2020-10-15T03:16:45.103Z] Step 5/20 : RUN apk update && apk add make git [2020-10-15T03:16:45.103Z] Removing intermediate container 1fab124a54ab [2020-10-15T03:16:45.103Z] ---> 3ff71a58e6e3 [2020-10-15T03:16:45.103Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-15T03:16:45.103Z] ---> Running in 5f186c7f1f8b [2020-10-15T03:16:45.376Z] ---> Running in f55033e80cfe [2020-10-15T03:16:45.376Z] ---> Running in 17c3e28b24ee [2020-10-15T03:16:46.819Z] Removing intermediate container d8688a2a22c3 [2020-10-15T03:16:46.819Z] ---> 67054d27ee54 [2020-10-15T03:16:46.819Z] Step 5/29 : COPY go.mod . [2020-10-15T03:16:46.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:47.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:47.802Z] ---> 1075c686cacf [2020-10-15T03:16:47.802Z] Step 6/29 : RUN go mod download [2020-10-15T03:16:47.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:47.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:48.079Z] ---> Running in 2a3d04de644d [2020-10-15T03:16:48.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:48.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:48.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:48.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:16:48.966Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:16:48.966Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:16:48.966Z] OK: 12623 distinct packages available [2020-10-15T03:16:49.573Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:16:49.573Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:16:49.573Z] OK: 12623 distinct packages available [2020-10-15T03:16:49.573Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:16:49.573Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:16:49.573Z] OK: 12623 distinct packages available [2020-10-15T03:16:49.849Z] OK: 217 MiB in 51 packages [2020-10-15T03:16:49.849Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:16:49.849Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:16:49.849Z] OK: 12623 distinct packages available [2020-10-15T03:16:50.832Z] OK: 217 MiB in 51 packages [2020-10-15T03:16:50.832Z] OK: 217 MiB in 51 packages [2020-10-15T03:16:50.832Z] OK: 217 MiB in 51 packages [2020-10-15T03:16:51.433Z] OK: 217 MiB in 51 packages [2020-10-15T03:16:51.707Z] Removing intermediate container a58fe7e63837 [2020-10-15T03:16:51.707Z] ---> 9c6f20a6380e [2020-10-15T03:16:51.707Z] Step 6/24 : COPY go.mod . [2020-10-15T03:16:52.704Z] Removing intermediate container 2a3d04de644d [2020-10-15T03:16:52.704Z] ---> b4ea28da127b [2020-10-15T03:16:52.704Z] Step 7/29 : COPY . . [2020-10-15T03:16:52.704Z] ---> 007ea8b1d014 [2020-10-15T03:16:52.704Z] Step 7/24 : RUN go mod download [2020-10-15T03:16:52.983Z] Removing intermediate container f55033e80cfe [2020-10-15T03:16:52.983Z] ---> e584e8255527 [2020-10-15T03:16:52.983Z] Removing intermediate container 5f186c7f1f8b [2020-10-15T03:16:52.983Z] ---> 15a7ff40b186 [2020-10-15T03:16:52.983Z] Step 6/22 : COPY go.mod . [2020-10-15T03:16:52.983Z] Step 6/20 : COPY go.mod . [2020-10-15T03:16:52.983Z] ---> Running in ad9356441f00 [2020-10-15T03:16:53.261Z] Removing intermediate container 17c3e28b24ee [2020-10-15T03:16:53.261Z] ---> 13e2e20e9b11 [2020-10-15T03:16:53.261Z] Step 6/22 : COPY go.mod . [2020-10-15T03:16:54.255Z] ---> e3208076c62b [2020-10-15T03:16:54.255Z] ---> 2f74c93f403c [2020-10-15T03:16:54.255Z] Step 7/22 : RUN go mod download [2020-10-15T03:16:54.255Z] Step 7/20 : RUN go mod download [2020-10-15T03:16:54.856Z] ---> db9de91fe025 [2020-10-15T03:16:54.857Z] Step 7/22 : RUN go mod download [2020-10-15T03:16:54.857Z] ---> Running in 473cd1868bcf [2020-10-15T03:16:54.857Z] ---> Running in f81295f638f6 [2020-10-15T03:16:55.453Z] ---> Running in 58f2a04d743d [2020-10-15T03:16:58.093Z] Removing intermediate container ad9356441f00 [2020-10-15T03:16:58.093Z] ---> f1f77745bad6 [2020-10-15T03:16:58.093Z] Step 8/24 : COPY . . [2020-10-15T03:17:00.746Z] Removing intermediate container f81295f638f6 [2020-10-15T03:17:00.746Z] ---> cabdf906281d [2020-10-15T03:17:00.746Z] Step 8/22 : COPY . . [2020-10-15T03:17:01.020Z] Removing intermediate container 473cd1868bcf [2020-10-15T03:17:01.020Z] ---> fabb8ce6165e [2020-10-15T03:17:01.020Z] Step 8/20 : COPY . . [2020-10-15T03:17:01.299Z] Removing intermediate container 58f2a04d743d [2020-10-15T03:17:01.299Z] ---> a4889b337395 [2020-10-15T03:17:01.299Z] Step 8/22 : COPY . . [2020-10-15T03:17:19.629Z] ---> 3ffe40ba837d [2020-10-15T03:17:19.629Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-15T03:17:19.629Z] ---> Running in a38a58a245ef [2020-10-15T03:17:19.629Z] ---> 2e73ea5c265a [2020-10-15T03:17:19.629Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-15T03:17:19.629Z] ---> 061c169bd1c5 [2020-10-15T03:17:19.629Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-15T03:17:19.629Z] ---> 3fe9e61b1597 [2020-10-15T03:17:19.629Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-15T03:17:19.629Z] ---> 10a666f5467d [2020-10-15T03:17:19.629Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-15T03:17:19.629Z] ---> Running in fa72af0d8463 [2020-10-15T03:17:19.629Z] ---> Running in 61563fe2bf33 [2020-10-15T03:17:19.629Z] ---> Running in 79cd062b72ac [2020-10-15T03:17:19.629Z] ---> Running in 5eb381e4891b [2020-10-15T03:17:21.084Z] 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-15T03:17:22.067Z] 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-15T03:17:22.353Z] 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-15T03:17:22.629Z] 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-15T03:17:22.629Z] 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-15T03:18:44.455Z] Removing intermediate container a38a58a245ef [2020-10-15T03:18:44.455Z] ---> 75b85361418a [2020-10-15T03:18:44.455Z] [2020-10-15T03:18:44.455Z] Step 9/29 : FROM alpine:latest [2020-10-15T03:18:44.455Z] Removing intermediate container 5eb381e4891b [2020-10-15T03:18:44.455Z] ---> 3dbf6065a015 [2020-10-15T03:18:44.455Z] [2020-10-15T03:18:44.455Z] Step 10/20 : FROM alpine [2020-10-15T03:18:44.455Z] latest: Pulling from library/alpine [2020-10-15T03:18:44.455Z] latest: Pulling from library/alpine [2020-10-15T03:18:44.455Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T03:18:44.455Z] Status: Downloaded newer image for alpine:latest [2020-10-15T03:18:44.455Z] ---> 62ee0e9f8440 [2020-10-15T03:18:44.455Z] 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-15T03:18:44.455Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T03:18:44.455Z] Status: Image is up to date for alpine:latest [2020-10-15T03:18:44.455Z] ---> 62ee0e9f8440 [2020-10-15T03:18:44.455Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-15T03:18:44.455Z] ---> Running in 625e69126c8e [2020-10-15T03:18:44.455Z] ---> Running in abb04efc4505 [2020-10-15T03:18:44.455Z] Removing intermediate container 625e69126c8e [2020-10-15T03:18:44.455Z] ---> 7fc187990114 [2020-10-15T03:18:44.455Z] Step 11/29 : USER root [2020-10-15T03:18:44.731Z] ---> Running in ee9a8cfcd51f [2020-10-15T03:18:45.722Z] Removing intermediate container ee9a8cfcd51f [2020-10-15T03:18:45.722Z] ---> 1272bd131d0a [2020-10-15T03:18:45.722Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-15T03:18:45.722Z] ---> Running in 110d8df539ec [2020-10-15T03:18:46.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:18:46.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:18:47.926Z] v3.12.0-409-g70ac6527ef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:18:47.926Z] v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:18:47.926Z] OK: 12621 distinct packages available [2020-10-15T03:18:48.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:18:48.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:18:48.757Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-15T03:18:49.032Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T03:18:49.032Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-15T03:18:49.032Z] (4/4) Installing curl (7.69.1-r1) [2020-10-15T03:18:49.032Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T03:18:49.032Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T03:18:49.311Z] v3.12.0-409-g70ac6527ef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:18:49.311Z] v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:18:49.311Z] OK: 12621 distinct packages available [2020-10-15T03:18:49.311Z] OK: 7 MiB in 18 packages [2020-10-15T03:18:50.310Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-15T03:18:50.591Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-15T03:18:50.591Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T03:18:50.591Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T03:18:50.877Z] OK: 6 MiB in 16 packages [2020-10-15T03:18:52.885Z] Removing intermediate container abb04efc4505 [2020-10-15T03:18:52.885Z] ---> f938f2e3d844 [2020-10-15T03:18:52.885Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T03:18:52.885Z] ---> Running in c6783d30c864 [2020-10-15T03:18:54.332Z] Removing intermediate container c6783d30c864 [2020-10-15T03:18:54.332Z] ---> cd6711f22ed0 [2020-10-15T03:18:54.332Z] Step 13/20 : WORKDIR /edgex [2020-10-15T03:18:54.611Z] Removing intermediate container 110d8df539ec [2020-10-15T03:18:54.611Z] ---> 1d032c34a2f5 [2020-10-15T03:18:54.611Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-15T03:18:54.611Z] ---> Running in 4e333b4b2340 [2020-10-15T03:18:55.207Z] ---> Running in 26e63d1187ca [2020-10-15T03:18:56.293Z] Removing intermediate container 4e333b4b2340 [2020-10-15T03:18:56.293Z] ---> 60d72aabf0fc [2020-10-15T03:18:56.293Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-15T03:18:56.605Z] Removing intermediate container 26e63d1187ca [2020-10-15T03:18:56.605Z] ---> 0a31d1a7c129 [2020-10-15T03:18:56.605Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-15T03:18:56.889Z] ---> Running in ec6699f551aa [2020-10-15T03:18:57.187Z] Removing intermediate container 61563fe2bf33 [2020-10-15T03:18:57.187Z] ---> 9026d9eed1a1 [2020-10-15T03:18:57.187Z] [2020-10-15T03:18:57.187Z] Step 10/22 : FROM scratch [2020-10-15T03:18:57.187Z] ---> [2020-10-15T03:18:57.187Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T03:18:57.835Z] ---> Running in 705f2d820149 [2020-10-15T03:18:57.835Z] Removing intermediate container ec6699f551aa [2020-10-15T03:18:57.835Z] ---> efd17a3bae6a [2020-10-15T03:18:57.835Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-15T03:18:58.124Z] ---> 6c9bc1278764 [2020-10-15T03:18:58.124Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-15T03:18:58.124Z] ---> Running in 37f1d283eb9a [2020-10-15T03:18:58.722Z] Removing intermediate container 705f2d820149 [2020-10-15T03:18:58.722Z] ---> c44f7c2ba9bf [2020-10-15T03:18:58.722Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-15T03:18:59.003Z] ---> Running in f4c52f6b6920 [2020-10-15T03:18:59.999Z] Removing intermediate container f4c52f6b6920 [2020-10-15T03:18:59.999Z] ---> b7ff22df8333 [2020-10-15T03:18:59.999Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T03:18:59.999Z] ---> Running in 1d6a8d0c87b9 [2020-10-15T03:19:00.279Z] ---> ee9ccff4dd4a [2020-10-15T03:19:00.279Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-15T03:19:00.556Z] ---> Running in 25f72e16f5cb [2020-10-15T03:19:00.831Z] Removing intermediate container 1d6a8d0c87b9 [2020-10-15T03:19:00.832Z] ---> 998b8b4ff674 [2020-10-15T03:19:00.832Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-15T03:19:01.110Z] Removing intermediate container 25f72e16f5cb [2020-10-15T03:19:01.110Z] ---> 3453ac547928 [2020-10-15T03:19:01.110Z] Step 17/20 : CMD ["--init=true"] [2020-10-15T03:19:01.386Z] ---> Running in f579bf1e63ca [2020-10-15T03:19:02.388Z] ---> ff84d68e0ac9 [2020-10-15T03:19:02.388Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-15T03:19:02.388Z] Removing intermediate container 37f1d283eb9a [2020-10-15T03:19:02.388Z] ---> 3bdb088e506c [2020-10-15T03:19:02.388Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-15T03:19:02.692Z] Removing intermediate container f579bf1e63ca [2020-10-15T03:19:02.692Z] ---> 60689626ac1b [2020-10-15T03:19:02.692Z] Step 18/20 : LABEL arch=arm64 [2020-10-15T03:19:03.294Z] ---> Running in 573c2c0fed09 [2020-10-15T03:19:03.570Z] ---> 0c318e9cdbec [2020-10-15T03:19:03.570Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-15T03:19:04.555Z] Removing intermediate container 573c2c0fed09 [2020-10-15T03:19:04.555Z] ---> cf91f5f98ff9 [2020-10-15T03:19:04.555Z] Step 19/20 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:19:04.555Z] ---> 665e5f0ae7ce [2020-10-15T03:19:04.555Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-15T03:19:04.840Z] ---> Running in b7d0b534c0ce [2020-10-15T03:19:05.822Z] ---> 453a36bd59a3 [2020-10-15T03:19:05.822Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-15T03:19:06.450Z] ---> e6c1b601aee0 [2020-10-15T03:19:06.450Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-15T03:19:06.450Z] Removing intermediate container b7d0b534c0ce [2020-10-15T03:19:06.450Z] ---> 185387bd7919 [2020-10-15T03:19:06.450Z] Step 20/20 : LABEL version=0.0.0 [2020-10-15T03:19:07.052Z] ---> Running in e241352da3f9 [2020-10-15T03:19:07.052Z] ---> 1aebe3ee4636 [2020-10-15T03:19:07.052Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-15T03:19:07.052Z] Removing intermediate container fa72af0d8463 [2020-10-15T03:19:07.052Z] ---> 9f831984d702 [2020-10-15T03:19:07.052Z] [2020-10-15T03:19:07.052Z] Step 10/22 : FROM scratch [2020-10-15T03:19:07.052Z] ---> [2020-10-15T03:19:07.052Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T03:19:07.326Z] Removing intermediate container 79cd062b72ac [2020-10-15T03:19:07.326Z] ---> 311cdba52809 [2020-10-15T03:19:07.326Z] [2020-10-15T03:19:07.326Z] Step 10/24 : FROM scratch [2020-10-15T03:19:07.326Z] ---> [2020-10-15T03:19:07.326Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T03:19:07.598Z] ---> Using cache [2020-10-15T03:19:07.598Z] ---> c44f7c2ba9bf [2020-10-15T03:19:07.598Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-15T03:19:07.598Z] ---> Running in 1e852e9ca8f0 [2020-10-15T03:19:07.598Z] ---> Running in ecc6b77fcc83 [2020-10-15T03:19:07.874Z] ---> c9b1114317e2 [2020-10-15T03:19:07.874Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-15T03:19:07.874Z] ---> Running in 4ed873c8124a [2020-10-15T03:19:07.874Z] Removing intermediate container e241352da3f9 [2020-10-15T03:19:07.874Z] ---> 7f6e1db1c357 [2020-10-15T03:19:07.874Z] [2020-10-15T03:19:08.150Z] Removing intermediate container 1e852e9ca8f0 [2020-10-15T03:19:08.150Z] ---> 19446ff1e73d [2020-10-15T03:19:08.150Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T03:19:08.425Z] Successfully built 7f6e1db1c357 [2020-10-15T03:19:08.425Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-15T03:19:08.425Z] Building docker-core-data-go [2020-10-15T03:19:08.425Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ecc6b77fcc83 [2020-10-15T03:19:08.425Z] ---> d6ec060cace8 [2020-10-15T03:19:08.425Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-15T03:19:08.425Z] ---> Running in 2513980dae6c [2020-10-15T03:19:08.425Z] Removing intermediate container 4ed873c8124a [2020-10-15T03:19:08.425Z] ---> b7f77e65d7ec [2020-10-15T03:19:08.425Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T03:19:08.699Z] ---> Running in c7dabe12ff06 [2020-10-15T03:19:08.699Z] ---> Running in af5a7a098d4e [2020-10-15T03:19:08.699Z] ---> 43deb200d1e8 [2020-10-15T03:19:08.699Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-15T03:19:08.978Z] Removing intermediate container 2513980dae6c [2020-10-15T03:19:08.978Z] ---> de91e718c58a [2020-10-15T03:19:08.978Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T03:19:09.253Z] Removing intermediate container c7dabe12ff06 [2020-10-15T03:19:09.253Z] ---> 2fc1135ca788 [2020-10-15T03:19:09.253Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T03:19:09.253Z] ---> Running in 3f898b495463 [2020-10-15T03:19:09.532Z] Removing intermediate container af5a7a098d4e [2020-10-15T03:19:09.532Z] ---> 50c3361f4bb8 [2020-10-15T03:19:09.532Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-15T03:19:09.532Z] ---> Running in e834646c488e [2020-10-15T03:19:10.133Z] Removing intermediate container 3f898b495463 [2020-10-15T03:19:10.133Z] ---> b24ee89894aa [2020-10-15T03:19:10.133Z] Step 21/22 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:19:10.407Z] ---> 890babe32c3e [2020-10-15T03:19:10.407Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-15T03:19:10.680Z] ---> 77ea0949433e [2020-10-15T03:19:10.680Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-15T03:19:10.962Z] Removing intermediate container e834646c488e [2020-10-15T03:19:10.962Z] ---> 04f564e1ebc9 [2020-10-15T03:19:10.962Z] Step 14/22 : WORKDIR / [2020-10-15T03:19:11.233Z] ---> Running in 8f70c9d60fd7 [2020-10-15T03:19:11.233Z] ---> Running in ac92576f0306 [2020-10-15T03:19:11.830Z] ---> Running in 3a442875e266 [2020-10-15T03:19:12.433Z] Removing intermediate container 8f70c9d60fd7 [2020-10-15T03:19:12.433Z] ---> 97cfaa795de8 [2020-10-15T03:19:12.433Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T03:19:13.034Z] ---> d30e80f07a52 [2020-10-15T03:19:13.034Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-15T03:19:13.034Z] Removing intermediate container 3a442875e266 [2020-10-15T03:19:13.034Z] ---> cbbc63107a21 [2020-10-15T03:19:13.034Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-15T03:19:13.308Z] ---> Running in 721af2292a0e [2020-10-15T03:19:14.749Z] ---> 59467f046a7d [2020-10-15T03:19:14.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-15T03:19:14.749Z] Removing intermediate container 721af2292a0e [2020-10-15T03:19:14.749Z] ---> 43a35a9d6029 [2020-10-15T03:19:14.749Z] [2020-10-15T03:19:15.025Z] ---> 52de9e2f1171 [2020-10-15T03:19:15.025Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-15T03:19:15.025Z] Successfully built 43a35a9d6029 [2020-10-15T03:19:15.315Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-15T03:19:15.315Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-10-15T03:19:16.304Z] ---> dd94456af163 [2020-10-15T03:19:16.305Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-15T03:19:16.305Z] Removing intermediate container ac92576f0306 [2020-10-15T03:19:16.305Z] ---> 59effda4ce8e [2020-10-15T03:19:16.305Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T03:19:16.589Z] ---> a4100ecf6f2d [2020-10-15T03:19:16.590Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-15T03:19:18.592Z] ---> be62dfad0554 [2020-10-15T03:19:18.592Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T03:19:19.190Z] ---> e2f84743ab9c [2020-10-15T03:19:19.190Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-15T03:19:19.190Z] ---> a18ef7e8eee8 [2020-10-15T03:19:19.190Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-15T03:19:19.190Z] ---> Running in 44da04d95bad [2020-10-15T03:19:20.172Z] ---> Running in 948bb80b0254 [2020-10-15T03:19:20.770Z] ---> c7a71395b530 [2020-10-15T03:19:20.770Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-15T03:19:21.045Z] Removing intermediate container 948bb80b0254 [2020-10-15T03:19:21.045Z] ---> 5d34a8a72b23 [2020-10-15T03:19:21.045Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T03:19:21.322Z] ---> Running in e6b4a2d6ab2c [2020-10-15T03:19:21.596Z] ---> Running in 87ccb472b438 [2020-10-15T03:19:22.208Z] Removing intermediate container e6b4a2d6ab2c [2020-10-15T03:19:22.208Z] ---> c3e1b7fab244 [2020-10-15T03:19:22.208Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T03:19:22.811Z] Removing intermediate container 87ccb472b438 [2020-10-15T03:19:22.811Z] ---> 59ceefa38129 [2020-10-15T03:19:22.811Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T03:19:22.811Z] ---> Running in b83017d45f96 [2020-10-15T03:19:23.083Z] ---> Running in d19dbcf6870c [2020-10-15T03:19:23.691Z] Removing intermediate container b83017d45f96 [2020-10-15T03:19:23.691Z] ---> c0852ba65699 [2020-10-15T03:19:23.691Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T03:19:24.293Z] Removing intermediate container 44da04d95bad [2020-10-15T03:19:24.293Z] ---> 151531350a84 [2020-10-15T03:19:24.293Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-15T03:19:24.293Z] Removing intermediate container d19dbcf6870c [2020-10-15T03:19:24.293Z] ---> acd79d15a1f9 [2020-10-15T03:19:24.293Z] Step 21/22 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:19:24.293Z] ---> Running in 8881513b1e2f [2020-10-15T03:19:24.585Z] ---> Running in 2ffaa7918fa6 [2020-10-15T03:19:24.585Z] ---> Running in ba7c8e821c05 [2020-10-15T03:19:25.208Z] Removing intermediate container 8881513b1e2f [2020-10-15T03:19:25.208Z] ---> 732a4b6d9f2a [2020-10-15T03:19:25.208Z] Step 23/24 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:19:25.208Z] Removing intermediate container 2ffaa7918fa6 [2020-10-15T03:19:25.208Z] ---> 3a0f6024d350 [2020-10-15T03:19:25.208Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T03:19:25.491Z] ---> Running in 473d8c6f8f99 [2020-10-15T03:19:25.766Z] ---> Running in 400afd44e35e [2020-10-15T03:19:26.371Z] Removing intermediate container 473d8c6f8f99 [2020-10-15T03:19:26.371Z] ---> 87ab2b005b08 [2020-10-15T03:19:26.371Z] Step 24/24 : LABEL version=0.0.0 [2020-10-15T03:19:26.371Z] Removing intermediate container 400afd44e35e [2020-10-15T03:19:26.371Z] ---> f49c5a3bd980 [2020-10-15T03:19:26.371Z] [2020-10-15T03:19:26.648Z] ---> Running in cf8e80808a4a [2020-10-15T03:19:26.923Z] Successfully built f49c5a3bd980 [2020-10-15T03:19:26.923Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-15T03:19:26.923Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-10-15T03:19:27.522Z] Removing intermediate container cf8e80808a4a [2020-10-15T03:19:27.522Z] ---> 5e2b3f8c127c [2020-10-15T03:19:27.522Z] [2020-10-15T03:19:28.116Z] Successfully built 5e2b3f8c127c [2020-10-15T03:19:28.116Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-15T03:19:28.116Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-10-15T03:19:28.712Z] Removing intermediate container ba7c8e821c05 [2020-10-15T03:19:28.712Z] ---> 75e6f678aad3 [2020-10-15T03:19:28.712Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T03:19:28.712Z] ---> Running in 9dec0081100b [2020-10-15T03:19:29.304Z] Removing intermediate container 9dec0081100b [2020-10-15T03:19:29.304Z] ---> 8a7327a1e3c5 [2020-10-15T03:19:29.304Z] Step 26/29 : CMD [ "generate" ] [2020-10-15T03:19:29.304Z] ---> Running in 5958acdcb963 [2020-10-15T03:19:29.893Z] Removing intermediate container 5958acdcb963 [2020-10-15T03:19:29.893Z] ---> 8ab94f417ed9 [2020-10-15T03:19:29.893Z] Step 27/29 : LABEL arch=arm64 [2020-10-15T03:19:30.166Z] ---> Running in d7e522839c47 [2020-10-15T03:19:31.142Z] Removing intermediate container d7e522839c47 [2020-10-15T03:19:31.142Z] ---> f1d6ebf30e65 [2020-10-15T03:19:31.142Z] Step 28/29 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:19:31.412Z] ---> Running in 166430cf3d2a [2020-10-15T03:19:32.399Z] Removing intermediate container 166430cf3d2a [2020-10-15T03:19:32.399Z] ---> cbc21e3931fc [2020-10-15T03:19:32.399Z] Step 29/29 : LABEL version=0.0.0 [2020-10-15T03:19:32.674Z] ---> Running in f39f957095f7 [2020-10-15T03:19:33.649Z] Removing intermediate container f39f957095f7 [2020-10-15T03:19:33.649Z] ---> d7076fa2c973 [2020-10-15T03:19:33.649Z] [2020-10-15T03:19:34.247Z] Successfully built d7076fa2c973 [2020-10-15T03:19:34.247Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-15T03:19:34.247Z] Building docker-core-metadata-go [2020-10-15T03:19:36.873Z]  Building docker-security-secrets-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:19:36.873Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:19:36.873Z] ---> 10c8a76c11ed [2020-10-15T03:19:36.873Z] Step 3/23 : WORKDIR /edgex-go [2020-10-15T03:19:36.873Z] ---> Using cache [2020-10-15T03:19:36.873Z] ---> e69ce2efe8a2 [2020-10-15T03:19:36.873Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:19:36.873Z] ---> Using cache [2020-10-15T03:19:36.873Z] ---> a8ac1486054b [2020-10-15T03:19:36.873Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-15T03:19:38.317Z] ---> Running in c617e326e871 [2020-10-15T03:19:39.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:19:40.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:19:41.710Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:19:41.710Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:19:41.710Z] OK: 12623 distinct packages available [2020-10-15T03:19:42.308Z] OK: 217 MiB in 51 packages [2020-10-15T03:19:46.608Z] Removing intermediate container c617e326e871 [2020-10-15T03:19:46.608Z] ---> 73b739dfa768 [2020-10-15T03:19:46.608Z] Step 6/23 : COPY go.mod . [2020-10-15T03:19:47.589Z] ---> 1a53beada898 [2020-10-15T03:19:47.589Z] Step 7/23 : RUN go mod download [2020-10-15T03:19:48.188Z] ---> Running in f8766d0117d0 [2020-10-15T03:19:51.579Z] Removing intermediate container f8766d0117d0 [2020-10-15T03:19:51.579Z] ---> 2653820a1c34 [2020-10-15T03:19:51.579Z] Step 8/23 : COPY . . [2020-10-15T03:20:01.751Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:20:01.751Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:20:01.751Z] ---> 10c8a76c11ed [2020-10-15T03:20:01.751Z] Step 3/27 : WORKDIR /edgex-go [2020-10-15T03:20:01.751Z] ---> Using cache [2020-10-15T03:20:01.751Z] ---> e69ce2efe8a2 [2020-10-15T03:20:01.751Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:20:01.751Z] ---> Using cache [2020-10-15T03:20:01.751Z] ---> a8ac1486054b [2020-10-15T03:20:01.751Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-15T03:20:06.221Z] ---> Running in b3f7851d891c [2020-10-15T03:20:06.501Z] ---> a8b6fce46f90 [2020-10-15T03:20:06.501Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-15T03:20:07.104Z] ---> Running in 3672afe565a7 [2020-10-15T03:20:08.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:20:09.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:20:09.368Z] 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-15T03:20:09.970Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T03:20:09.970Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T03:20:09.970Z] OK: 12623 distinct packages available [2020-10-15T03:20:10.570Z] OK: 217 MiB in 51 packages [2020-10-15T03:20:13.988Z] Removing intermediate container b3f7851d891c [2020-10-15T03:20:13.988Z] ---> 43c29ed1716c [2020-10-15T03:20:13.988Z] Step 6/27 : COPY go.mod . [2020-10-15T03:20:14.591Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:20:14.591Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:20:14.591Z] ---> 10c8a76c11ed [2020-10-15T03:20:14.591Z] Step 3/26 : WORKDIR /edgex-go [2020-10-15T03:20:14.591Z] ---> Using cache [2020-10-15T03:20:14.591Z] ---> e69ce2efe8a2 [2020-10-15T03:20:14.591Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:20:14.591Z] ---> Using cache [2020-10-15T03:20:14.591Z] ---> a8ac1486054b [2020-10-15T03:20:14.591Z] Step 5/26 : RUN apk update && apk add make git [2020-10-15T03:20:14.591Z] ---> Using cache [2020-10-15T03:20:14.591Z] ---> e584e8255527 [2020-10-15T03:20:14.591Z] Step 6/26 : COPY go.mod . [2020-10-15T03:20:14.591Z] ---> Using cache [2020-10-15T03:20:14.591Z] ---> e3208076c62b [2020-10-15T03:20:14.591Z] Step 7/26 : RUN go mod download [2020-10-15T03:20:14.591Z] ---> Using cache [2020-10-15T03:20:14.591Z] ---> fabb8ce6165e [2020-10-15T03:20:14.591Z] Step 8/26 : COPY . . [2020-10-15T03:20:14.871Z] ---> Using cache [2020-10-15T03:20:14.871Z] ---> 10a666f5467d [2020-10-15T03:20:14.871Z] 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-15T03:20:14.871Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:20:14.871Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:20:14.871Z] ---> 10c8a76c11ed [2020-10-15T03:20:14.871Z] Step 3/21 : WORKDIR /edgex-go [2020-10-15T03:20:14.871Z] ---> Using cache [2020-10-15T03:20:14.871Z] ---> e69ce2efe8a2 [2020-10-15T03:20:14.871Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:20:14.871Z] ---> Using cache [2020-10-15T03:20:14.871Z] ---> a8ac1486054b [2020-10-15T03:20:14.871Z] Step 5/21 : RUN apk update && apk add make git [2020-10-15T03:20:14.871Z] ---> Using cache [2020-10-15T03:20:14.871Z] ---> e584e8255527 [2020-10-15T03:20:14.871Z] Step 6/21 : COPY go.mod . [2020-10-15T03:20:14.871Z] ---> Using cache [2020-10-15T03:20:14.871Z] ---> e3208076c62b [2020-10-15T03:20:14.871Z] Step 7/21 : RUN go mod download [2020-10-15T03:20:14.871Z] ---> Using cache [2020-10-15T03:20:14.871Z] ---> fabb8ce6165e [2020-10-15T03:20:14.871Z] Step 8/21 : COPY . . [2020-10-15T03:20:15.164Z] ---> Using cache [2020-10-15T03:20:15.164Z] ---> 10a666f5467d [2020-10-15T03:20:15.164Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-15T03:20:15.442Z] ---> Running in e5aacb1c6b1a [2020-10-15T03:20:15.716Z] ---> Running in 8e331d4cd443 [2020-10-15T03:20:15.716Z] ---> 069d192a7f1f [2020-10-15T03:20:15.716Z] Step 7/27 : RUN go mod download [2020-10-15T03:20:16.322Z] ---> Running in 32d4af18d9c3 [2020-10-15T03:20:18.334Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T03:20:18.334Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T03:20:18.334Z] ---> 10c8a76c11ed [2020-10-15T03:20:18.334Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T03:20:18.334Z] ---> Using cache [2020-10-15T03:20:18.334Z] ---> e69ce2efe8a2 [2020-10-15T03:20:18.334Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:20:18.334Z] ---> Using cache [2020-10-15T03:20:18.334Z] ---> a8ac1486054b [2020-10-15T03:20:18.334Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T03:20:18.334Z] ---> Using cache [2020-10-15T03:20:18.334Z] ---> e584e8255527 [2020-10-15T03:20:18.334Z] Step 6/22 : COPY go.mod . [2020-10-15T03:20:18.334Z] ---> Using cache [2020-10-15T03:20:18.334Z] ---> e3208076c62b [2020-10-15T03:20:18.334Z] Step 7/22 : RUN go mod download [2020-10-15T03:20:18.334Z] ---> Using cache [2020-10-15T03:20:18.334Z] ---> fabb8ce6165e [2020-10-15T03:20:18.334Z] Step 8/22 : COPY . . [2020-10-15T03:20:18.607Z] ---> Using cache [2020-10-15T03:20:18.607Z] ---> 10a666f5467d [2020-10-15T03:20:18.607Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-15T03:20:18.607Z] 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-15T03:20:19.206Z] 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-15T03:20:19.484Z] ---> Running in a1976a7e2c95 [2020-10-15T03:20:22.129Z] 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-15T03:20:22.129Z] Removing intermediate container 32d4af18d9c3 [2020-10-15T03:20:22.129Z] ---> 44bd5bdb124f [2020-10-15T03:20:22.129Z] Step 8/27 : COPY . . [2020-10-15T03:20:40.501Z] ---> 66461ef1dd35 [2020-10-15T03:20:40.501Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-15T03:20:40.501Z] ---> Running in 712fedee6822 [2020-10-15T03:20:41.945Z] 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-15T03:21:38.516Z] 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-15T03:21:48.714Z] 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-15T03:22:01.139Z] Removing intermediate container e5aacb1c6b1a [2020-10-15T03:22:01.139Z] ---> f81b5e1b08c9 [2020-10-15T03:22:01.139Z] [2020-10-15T03:22:01.139Z] Step 10/26 : FROM alpine:3.10 [2020-10-15T03:22:01.139Z] 3.10: Pulling from library/alpine [2020-10-15T03:22:03.141Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-15T03:22:03.141Z] Status: Downloaded newer image for alpine:3.10 [2020-10-15T03:22:03.141Z] ---> 536a684cf733 [2020-10-15T03:22:03.141Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-15T03:22:03.415Z] ---> Running in db4f472c7def [2020-10-15T03:22:06.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:22:06.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:22:06.608Z] v3.10.5-99-g0bd09295e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-15T03:22:06.608Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-15T03:22:06.608Z] OK: 10167 distinct packages available [2020-10-15T03:22:07.593Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-15T03:22:07.593Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-15T03:22:07.593Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-15T03:22:07.593Z] (4/5) Installing curl (7.66.0-r1) [2020-10-15T03:22:07.593Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-15T03:22:07.593Z] Executing busybox-1.30.1-r3.trigger [2020-10-15T03:22:07.593Z] Executing ca-certificates-20191127-r2.trigger [2020-10-15T03:22:07.870Z] OK: 7 MiB in 19 packages [2020-10-15T03:22:10.514Z] Removing intermediate container db4f472c7def [2020-10-15T03:22:10.514Z] ---> a72e95498ba0 [2020-10-15T03:22:10.514Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T03:22:10.514Z] ---> Running in 72c2de327a8d [2020-10-15T03:22:11.120Z] Removing intermediate container 72c2de327a8d [2020-10-15T03:22:11.120Z] ---> f68a65a1ac7e [2020-10-15T03:22:11.120Z] Step 13/26 : WORKDIR / [2020-10-15T03:22:11.404Z] ---> Running in c4c7454ddb23 [2020-10-15T03:22:12.859Z] Removing intermediate container c4c7454ddb23 [2020-10-15T03:22:12.859Z] ---> c119bc2c6475 [2020-10-15T03:22:12.859Z] 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-15T03:22:15.502Z] ---> 95be4576db6a [2020-10-15T03:22:15.502Z] 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-15T03:22:17.495Z] ---> 8fa1dbdc784f [2020-10-15T03:22:17.495Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-15T03:22:17.495Z] Removing intermediate container 8e331d4cd443 [2020-10-15T03:22:17.495Z] ---> fdd75b57ff1c [2020-10-15T03:22:17.495Z] [2020-10-15T03:22:17.495Z] Step 10/21 : FROM scratch [2020-10-15T03:22:17.495Z] ---> [2020-10-15T03:22:17.495Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T03:22:17.495Z] Removing intermediate container 712fedee6822 [2020-10-15T03:22:17.495Z] ---> 3a15cb70f0dc [2020-10-15T03:22:17.495Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-15T03:22:17.771Z] ---> Using cache [2020-10-15T03:22:17.771Z] ---> d6ec060cace8 [2020-10-15T03:22:17.771Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-15T03:22:17.771Z] ---> Running in bc29bf1e70d9 [2020-10-15T03:22:18.048Z] ---> Running in 146663a31cb1 [2020-10-15T03:22:18.646Z] ---> 7ac1a52cfa91 [2020-10-15T03:22:18.646Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-15T03:22:18.921Z] Removing intermediate container 146663a31cb1 [2020-10-15T03:22:18.921Z] ---> e0085909673a [2020-10-15T03:22:18.921Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-15T03:22:19.194Z] ---> Running in 67454b7caa73 [2020-10-15T03:22:19.803Z] Removing intermediate container 67454b7caa73 [2020-10-15T03:22:19.803Z] ---> 41cf0b7ebe1e [2020-10-15T03:22:19.803Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-15T03:22:20.083Z] ---> 18552d2d8da5 [2020-10-15T03:22:20.083Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-15T03:22:20.693Z] 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-15T03:22:21.318Z] ---> cd404ce1be70 [2020-10-15T03:22:21.318Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-15T03:22:21.953Z] ---> 16949d9e6e5e [2020-10-15T03:22:21.953Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-15T03:22:24.213Z] ---> 413a428bab94 [2020-10-15T03:22:24.213Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-15T03:22:24.213Z] ---> 2aa9a78538d8 [2020-10-15T03:22:24.213Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-15T03:22:25.668Z] ---> 60ad44baba43 [2020-10-15T03:22:25.668Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-15T03:22:25.668Z] ---> Running in c13d876433e4 [2020-10-15T03:22:26.271Z] ---> 2ce280821098 [2020-10-15T03:22:26.271Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T03:22:26.545Z] Removing intermediate container c13d876433e4 [2020-10-15T03:22:26.545Z] ---> 0ca21b245772 [2020-10-15T03:22:26.545Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T03:22:26.545Z] Removing intermediate container bc29bf1e70d9 [2020-10-15T03:22:26.545Z] ---> 8572cef6aa0d [2020-10-15T03:22:26.545Z] [2020-10-15T03:22:26.545Z] Step 11/27 : FROM docker:latest [2020-10-15T03:22:26.545Z] ---> 45884bde0078 [2020-10-15T03:22:26.545Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-15T03:22:26.825Z] ---> Running in 24dc129eb71a [2020-10-15T03:22:26.825Z] ---> Running in 7f671b87d4bc [2020-10-15T03:22:27.427Z] ---> 4dc82f267c27 [2020-10-15T03:22:27.427Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T03:22:27.427Z] Removing intermediate container 24dc129eb71a [2020-10-15T03:22:27.427Z] ---> c71148278aa4 [2020-10-15T03:22:27.427Z] Step 19/21 : LABEL arch=arm64 [2020-10-15T03:22:27.709Z] ---> Running in 65b4d0ca2003 [2020-10-15T03:22:27.984Z] ---> Running in 6a09d9ce846f [2020-10-15T03:22:28.964Z] Removing intermediate container 6a09d9ce846f [2020-10-15T03:22:28.964Z] ---> 684ff22858c4 [2020-10-15T03:22:28.964Z] Step 20/21 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:22:29.245Z] ---> Running in eaa2e31d6e16 [2020-10-15T03:22:29.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:22:29.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:22:30.079Z] Removing intermediate container eaa2e31d6e16 [2020-10-15T03:22:30.079Z] ---> dd07f36eb92e [2020-10-15T03:22:30.079Z] Step 21/21 : LABEL version=0.0.0 [2020-10-15T03:22:30.355Z] ---> Running in 489df5f55e92 [2020-10-15T03:22:30.634Z] (1/2) Installing readline (8.0.4-r0) [2020-10-15T03:22:30.634Z] (2/2) Installing bash (5.0.17-r0) [2020-10-15T03:22:30.634Z] Executing bash-5.0.17-r0.post-install [2020-10-15T03:22:30.634Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T03:22:30.634Z] OK: 12 MiB in 22 packages [2020-10-15T03:22:31.234Z] Removing intermediate container 489df5f55e92 [2020-10-15T03:22:31.234Z] ---> 97535b985d51 [2020-10-15T03:22:31.234Z] [2020-10-15T03:22:31.835Z] Successfully built 97535b985d51 [2020-10-15T03:22:31.835Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-15T03:22:32.108Z]  Building docker-support-scheduler-go ... done Removing intermediate container 65b4d0ca2003 [2020-10-15T03:22:32.108Z] ---> 02d2ed5f333a [2020-10-15T03:22:32.108Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T03:22:32.707Z] ---> Running in 52afa3361276 [2020-10-15T03:22:32.707Z] Removing intermediate container 7f671b87d4bc [2020-10-15T03:22:32.707Z] ---> 5bdd689b738c [2020-10-15T03:22:32.707Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-15T03:22:33.304Z] ---> Running in 049e14c3e0d1 [2020-10-15T03:22:33.577Z] Removing intermediate container 52afa3361276 [2020-10-15T03:22:33.577Z] ---> f66a661f6877 [2020-10-15T03:22:33.577Z] Step 24/26 : LABEL arch=arm64 [2020-10-15T03:22:33.853Z] ---> Running in 7fd235852f98 [2020-10-15T03:22:34.130Z] Removing intermediate container 3672afe565a7 [2020-10-15T03:22:34.130Z] ---> b74c2e366282 [2020-10-15T03:22:34.130Z] [2020-10-15T03:22:34.130Z] Step 10/23 : FROM alpine [2020-10-15T03:22:34.130Z] ---> 62ee0e9f8440 [2020-10-15T03:22:34.130Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T03:22:34.404Z] Removing intermediate container a1976a7e2c95 [2020-10-15T03:22:34.404Z] ---> fb1b5b91fbd4 [2020-10-15T03:22:34.404Z] [2020-10-15T03:22:34.404Z] Step 10/22 : FROM scratch [2020-10-15T03:22:34.404Z] ---> [2020-10-15T03:22:34.404Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T03:22:34.404Z] ---> Running in 3a9df59b5b70 [2020-10-15T03:22:34.679Z] ---> Using cache [2020-10-15T03:22:34.679Z] ---> d6ec060cace8 [2020-10-15T03:22:34.679Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-15T03:22:34.679Z] Removing intermediate container 7fd235852f98 [2020-10-15T03:22:34.679Z] ---> 928025e66f93 [2020-10-15T03:22:34.679Z] Step 25/26 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:22:34.679Z] ---> Running in 16ea65c3b301 [2020-10-15T03:22:34.958Z] ---> Running in d284d167ec2a [2020-10-15T03:22:34.958Z] Removing intermediate container 3a9df59b5b70 [2020-10-15T03:22:34.958Z] ---> a74037964ffb [2020-10-15T03:22:34.958Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-15T03:22:35.239Z] ---> Running in 12e8f1ba6b10 [2020-10-15T03:22:35.239Z] Removing intermediate container 16ea65c3b301 [2020-10-15T03:22:35.239Z] ---> 004e35c88233 [2020-10-15T03:22:35.239Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T03:22:35.518Z] ---> Running in 4b4c1d302558 [2020-10-15T03:22:35.518Z] Removing intermediate container d284d167ec2a [2020-10-15T03:22:35.518Z] ---> 5f37479fa405 [2020-10-15T03:22:35.518Z] Step 26/26 : LABEL version=0.0.0 [2020-10-15T03:22:35.793Z] ---> Running in 8bea49d18ef6 [2020-10-15T03:22:35.793Z] Removing intermediate container 12e8f1ba6b10 [2020-10-15T03:22:35.793Z] ---> 22cb54c5a930 [2020-10-15T03:22:35.793Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-15T03:22:36.064Z] ---> Running in e2ed1e7aec90 [2020-10-15T03:22:36.064Z] Removing intermediate container 4b4c1d302558 [2020-10-15T03:22:36.064Z] ---> 63aa86559777 [2020-10-15T03:22:36.064Z] Step 14/22 : WORKDIR / [2020-10-15T03:22:36.348Z] ---> Running in 3023e09ea944 [2020-10-15T03:22:36.348Z] Removing intermediate container 8bea49d18ef6 [2020-10-15T03:22:36.348Z] ---> e86daa3186ab [2020-10-15T03:22:36.348Z] [2020-10-15T03:22:36.625Z] Removing intermediate container e2ed1e7aec90 [2020-10-15T03:22:36.625Z] ---> bb6373f48e8d [2020-10-15T03:22:36.625Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T03:22:36.625Z] Removing intermediate container 049e14c3e0d1 [2020-10-15T03:22:36.625Z] ---> 861c110f9ba6 [2020-10-15T03:22:36.625Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-15T03:22:36.900Z] Successfully built e86daa3186ab [2020-10-15T03:22:36.900Z] ---> Running in a05ead7a020a [2020-10-15T03:22:36.900Z] ---> Running in f9031d1f5e2b [2020-10-15T03:22:36.900Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-15T03:22:36.900Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3023e09ea944 [2020-10-15T03:22:36.900Z] ---> 00db17e5520f [2020-10-15T03:22:36.900Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-15T03:22:37.510Z] Removing intermediate container f9031d1f5e2b [2020-10-15T03:22:37.510Z] ---> 56012c9e948d [2020-10-15T03:22:37.510Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-15T03:22:37.510Z] ---> Running in d246dd863796 [2020-10-15T03:22:37.785Z] ---> 9ae12096bb20 [2020-10-15T03:22:37.785Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-15T03:22:38.069Z] Removing intermediate container d246dd863796 [2020-10-15T03:22:38.069Z] ---> 06fa1d78858a [2020-10-15T03:22:38.069Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-15T03:22:38.342Z] ---> Running in dd146422d11c [2020-10-15T03:22:38.946Z] Removing intermediate container dd146422d11c [2020-10-15T03:22:38.946Z] ---> 543cda886dd9 [2020-10-15T03:22:38.946Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-15T03:22:39.221Z] ---> 616d0da9be66 [2020-10-15T03:22:39.221Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-15T03:22:39.817Z] Removing intermediate container a05ead7a020a [2020-10-15T03:22:39.817Z] ---> 0b6723b07cc8 [2020-10-15T03:22:39.817Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-15T03:22:40.087Z] ---> e8b2e1c41886 [2020-10-15T03:22:40.087Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-15T03:22:40.087Z] ---> Running in 0c1375058f16 [2020-10-15T03:22:40.087Z] ---> Running in a8230a39aab7 [2020-10-15T03:22:40.363Z] ---> 5410011c6f72 [2020-10-15T03:22:40.363Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-15T03:22:40.967Z] Removing intermediate container a8230a39aab7 [2020-10-15T03:22:40.967Z] ---> aae1e94cd7b4 [2020-10-15T03:22:40.967Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T03:22:40.967Z] ---> Running in 8ffb2d7f0eca [2020-10-15T03:22:41.239Z] ---> 39d82195549b [2020-10-15T03:22:41.239Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-15T03:22:41.513Z] Removing intermediate container 8ffb2d7f0eca [2020-10-15T03:22:41.514Z] ---> ee42c79f3a2f [2020-10-15T03:22:41.514Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T03:22:41.784Z] ---> Running in 02186ea426cb [2020-10-15T03:22:41.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:22:42.057Z] ---> e0a7fb88ccb0 [2020-10-15T03:22:42.057Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-15T03:22:42.057Z] Removing intermediate container 02186ea426cb [2020-10-15T03:22:42.057Z] ---> d96981e7c396 [2020-10-15T03:22:42.057Z] Step 21/22 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:22:42.330Z] ---> Running in dc225f7906bc [2020-10-15T03:22:42.330Z] ---> Running in 4161963d45e0 [2020-10-15T03:22:42.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:22:42.883Z] Removing intermediate container 4161963d45e0 [2020-10-15T03:22:42.883Z] ---> aafb69d4aadf [2020-10-15T03:22:42.883Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T03:22:42.883Z] ---> Running in 47b95a3fd3af [2020-10-15T03:22:43.481Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-15T03:22:43.481Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-15T03:22:43.481Z] Removing intermediate container 47b95a3fd3af [2020-10-15T03:22:43.481Z] ---> f043a7f2ed43 [2020-10-15T03:22:43.481Z] [2020-10-15T03:22:43.481Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-15T03:22:43.754Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-15T03:22:43.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:22:43.754Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-15T03:22:43.754Z] Successfully built f043a7f2ed43 [2020-10-15T03:22:43.754Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-15T03:22:43.754Z]  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r16.trigger [2020-10-15T03:22:43.754Z] OK: 8 MiB in 19 packages [2020-10-15T03:22:44.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:22:44.621Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-15T03:22:44.621Z] (2/33) Installing expat (2.2.9-r1) [2020-10-15T03:22:44.621Z] (3/33) Installing libffi (3.3-r2) [2020-10-15T03:22:44.621Z] (4/33) Installing gdbm (1.13-r1) [2020-10-15T03:22:44.621Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-15T03:22:44.621Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-15T03:22:44.894Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-15T03:22:45.167Z] Removing intermediate container 0c1375058f16 [2020-10-15T03:22:45.167Z] ---> 26ea167c6ca6 [2020-10-15T03:22:45.167Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-15T03:22:46.597Z] ---> 2237657d14c5 [2020-10-15T03:22:46.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-15T03:22:46.597Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-15T03:22:46.597Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-15T03:22:46.597Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-15T03:22:46.597Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-15T03:22:46.597Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-15T03:22:46.597Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-15T03:22:46.871Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-15T03:22:46.871Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-15T03:22:46.871Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-15T03:22:46.871Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-15T03:22:46.871Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-15T03:22:46.871Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-15T03:22:46.871Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-15T03:22:46.871Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-15T03:22:47.143Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-15T03:22:47.143Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-15T03:22:47.143Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-15T03:22:47.143Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-15T03:22:47.143Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-15T03:22:47.143Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-15T03:22:47.143Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-15T03:22:47.143Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-15T03:22:47.143Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-15T03:22:47.143Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-15T03:22:47.143Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-15T03:22:47.415Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-15T03:22:47.415Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T03:22:47.415Z] OK: 71 MiB in 55 packages [2020-10-15T03:22:48.414Z] ---> 007f3f45608a [2020-10-15T03:22:48.414Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-15T03:22:49.396Z] ---> e8b7430c232a [2020-10-15T03:22:49.396Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-15T03:22:49.671Z] ---> Running in 68a2723bc8d2 [2020-10-15T03:22:50.283Z] Removing intermediate container 68a2723bc8d2 [2020-10-15T03:22:50.283Z] ---> 8ba7b00ade96 [2020-10-15T03:22:50.283Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T03:22:50.556Z] ---> Running in 908c5a991140 [2020-10-15T03:22:51.154Z] Removing intermediate container 908c5a991140 [2020-10-15T03:22:51.154Z] ---> e25be9b8963a [2020-10-15T03:22:51.154Z] Step 21/23 : LABEL arch=arm64 [2020-10-15T03:22:51.154Z] ---> Running in c26548417ef3 [2020-10-15T03:22:51.751Z] Removing intermediate container c26548417ef3 [2020-10-15T03:22:51.751Z] ---> c26083bf4104 [2020-10-15T03:22:51.751Z] Step 22/23 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:22:52.024Z] ---> Running in 11f718d425e6 [2020-10-15T03:22:52.624Z] Removing intermediate container 11f718d425e6 [2020-10-15T03:22:52.624Z] ---> a52eda42179f [2020-10-15T03:22:52.624Z] Step 23/23 : LABEL version=0.0.0 [2020-10-15T03:22:52.624Z] ---> Running in 171eeaea6b00 [2020-10-15T03:22:53.219Z] Removing intermediate container 171eeaea6b00 [2020-10-15T03:22:53.219Z] ---> 9592ea58a67f [2020-10-15T03:22:53.219Z] [2020-10-15T03:22:53.813Z] Successfully built 9592ea58a67f [2020-10-15T03:22:53.813Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-15T03:22:54.085Z]  Building docker-core-data-go ... done Removing intermediate container dc225f7906bc [2020-10-15T03:22:54.085Z] ---> aadb13cd71b3 [2020-10-15T03:22:54.085Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-15T03:22:54.363Z] ---> Running in 6598b1170089 [2020-10-15T03:22:59.772Z] Collecting docker-compose==1.23.2 [2020-10-15T03:22:59.773Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-15T03:23:00.363Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-15T03:23:00.637Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-15T03:23:00.910Z] Collecting texttable<0.10,>=0.9.0 [2020-10-15T03:23:00.910Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-15T03:23:02.890Z] 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-15T03:23:02.890Z] Collecting PyYAML<4,>=3.10 [2020-10-15T03:23:03.162Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-15T03:23:05.769Z] Collecting docopt<0.7,>=0.6.1 [2020-10-15T03:23:05.769Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-15T03:23:08.373Z] Collecting docker<4.0,>=3.6.0 [2020-10-15T03:23:08.373Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-15T03:23:08.643Z] Collecting jsonschema<3,>=2.5.1 [2020-10-15T03:23:08.643Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-15T03:23:08.915Z] Collecting cached-property<2,>=1.2.0 [2020-10-15T03:23:09.186Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-15T03:23:09.458Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-15T03:23:09.459Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-15T03:23:11.428Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-15T03:23:11.428Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-15T03:23:11.700Z] 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-15T03:23:11.700Z] 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-15T03:23:11.972Z] Collecting idna<2.8,>=2.5 [2020-10-15T03:23:11.972Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-15T03:23:12.245Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-15T03:23:12.517Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-15T03:23:12.788Z] Collecting docker-pycreds>=0.4.0 [2020-10-15T03:23:12.788Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-15T03:23:12.788Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-15T03:23:12.788Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-15T03:23:12.788Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-15T03:23:12.788Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-15T03:23:13.763Z] Installing collected packages: idna, urllib3, requests, texttable, PyYAML, docopt, docker-pycreds, websocket-client, docker, jsonschema, cached-property, dockerpty, docker-compose [2020-10-15T03:23:13.763Z] Attempting uninstall: idna [2020-10-15T03:23:13.763Z] Found existing installation: idna 2.9 [2020-10-15T03:23:13.763Z] Uninstalling idna-2.9: [2020-10-15T03:23:13.763Z] Successfully uninstalled idna-2.9 [2020-10-15T03:23:14.365Z] Attempting uninstall: urllib3 [2020-10-15T03:23:14.365Z] Found existing installation: urllib3 1.25.9 [2020-10-15T03:23:14.365Z] Uninstalling urllib3-1.25.9: [2020-10-15T03:23:14.636Z] Successfully uninstalled urllib3-1.25.9 [2020-10-15T03:23:15.229Z] Attempting uninstall: requests [2020-10-15T03:23:15.230Z] Found existing installation: requests 2.23.0 [2020-10-15T03:23:15.230Z] Uninstalling requests-2.23.0: [2020-10-15T03:23:15.230Z] Successfully uninstalled requests-2.23.0 [2020-10-15T03:23:15.502Z] Running setup.py install for texttable: started [2020-10-15T03:23:17.475Z] Running setup.py install for texttable: finished with status 'done' [2020-10-15T03:23:17.475Z] Running setup.py install for PyYAML: started [2020-10-15T03:23:19.590Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-15T03:23:19.590Z] Running setup.py install for docopt: started [2020-10-15T03:23:21.559Z] Running setup.py install for docopt: finished with status 'done' [2020-10-15T03:23:22.983Z] Running setup.py install for dockerpty: started [2020-10-15T03:23:24.405Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-15T03:23:25.375Z] 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-15T03:23:29.675Z] Removing intermediate container 6598b1170089 [2020-10-15T03:23:29.675Z] ---> 91fbe683ddaa [2020-10-15T03:23:29.675Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-15T03:23:29.675Z] ---> Running in d797581ba094 [2020-10-15T03:23:30.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T03:23:30.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T03:23:31.127Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T03:23:31.127Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-15T03:23:31.127Z] (3/3) Installing curl (7.69.1-r1) [2020-10-15T03:23:31.127Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T03:23:31.127Z] OK: 71 MiB in 58 packages [2020-10-15T03:23:32.101Z] Removing intermediate container d797581ba094 [2020-10-15T03:23:32.101Z] ---> 9b5b577d8c74 [2020-10-15T03:23:32.101Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-15T03:23:32.375Z] ---> Running in 75ba40c0bad6 [2020-10-15T03:23:32.646Z] Removing intermediate container 75ba40c0bad6 [2020-10-15T03:23:32.646Z] ---> 9ce87ac245d1 [2020-10-15T03:23:32.646Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T03:23:32.919Z] ---> Running in 7bc59caace8a [2020-10-15T03:23:33.191Z] Removing intermediate container 7bc59caace8a [2020-10-15T03:23:33.191Z] ---> 424940613b8d [2020-10-15T03:23:33.191Z] Step 25/27 : LABEL arch=arm64 [2020-10-15T03:23:33.465Z] ---> Running in fdec47cff97e [2020-10-15T03:23:33.736Z] Removing intermediate container fdec47cff97e [2020-10-15T03:23:33.736Z] ---> 3fc8530f8c19 [2020-10-15T03:23:33.736Z] Step 26/27 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 [2020-10-15T03:23:34.006Z] ---> Running in 48e03be83461 [2020-10-15T03:23:34.282Z] Removing intermediate container 48e03be83461 [2020-10-15T03:23:34.282Z] ---> 95b2cc4a611f [2020-10-15T03:23:34.282Z] Step 27/27 : LABEL version=0.0.0 [2020-10-15T03:23:34.554Z] ---> Running in f6d47bcb1266 [2020-10-15T03:23:35.146Z] Removing intermediate container f6d47bcb1266 [2020-10-15T03:23:35.146Z] ---> 0c6d810951c8 [2020-10-15T03:23:35.146Z] [2020-10-15T03:23:35.418Z] Successfully built 0c6d810951c8 [2020-10-15T03:23:35.418Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-15T03:23:35.704Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-15T03:23:35.705Z] $ docker stop --time=1 6272da44be5a3691a07913a3e496775c77bc8bcff0535706ae26cb3e9c64537e [2020-10-15T03:23:37.627Z] $ docker rm -f 6272da44be5a3691a07913a3e496775c77bc8bcff0535706ae26cb3e9c64537e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T03:23:38.395Z] + docker images [2020-10-15T03:23:38.395Z] + grep docker [2020-10-15T03:23:38.667Z] docker-sys-mgmt-agent-go-arm64 latest 0c6d810951c8 4 seconds ago 270MB [2020-10-15T03:23:38.667Z] docker-core-data-go-arm64 latest 9592ea58a67f 46 seconds ago 22.2MB [2020-10-15T03:23:38.667Z] docker-core-metadata-go-arm64 latest f043a7f2ed43 55 seconds ago 13.4MB [2020-10-15T03:23:38.667Z] docker-security-secretstore-setup-go-arm64 latest e86daa3186ab About a minute ago 30.8MB [2020-10-15T03:23:38.667Z] docker-support-scheduler-go-arm64 latest 97535b985d51 About a minute ago 11.5MB [2020-10-15T03:23:38.667Z] docker-security-secrets-setup-go-arm64 latest d7076fa2c973 4 minutes ago 22.7MB [2020-10-15T03:23:38.667Z] docker-support-notifications-go-arm64 latest 5e2b3f8c127c 4 minutes ago 12.9MB [2020-10-15T03:23:38.667Z] docker-core-command-go-arm64 latest f49c5a3bd980 4 minutes ago 11.4MB [2020-10-15T03:23:38.667Z] docker-support-logging-go-arm64 latest 43a35a9d6029 4 minutes ago 10.6MB [2020-10-15T03:23:38.667Z] docker-security-proxy-setup-go-arm64 latest 7f6e1db1c357 4 minutes ago 15.1MB [2020-10-15T03:23:38.667Z] 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-15T03:23:42.255Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T03:23:42.849Z] ---> package-listing.sh [2020-10-15T03:23:42.849Z] ++ facter osfamily [2020-10-15T03:23:42.849Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T03:23:42.849Z] + OS_FAMILY=redhat [2020-10-15T03:23:42.849Z] + workspace=/w/workspace/edgex-go/6 [2020-10-15T03:23:42.849Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T03:23:42.849Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T03:23:42.849Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T03:23:42.849Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T03:23:42.849Z] + '[' /w/workspace/edgex-go/6 ']' [2020-10-15T03:23:42.849Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T03:23:42.849Z] + case "${OS_FAMILY}" in [2020-10-15T03:23:42.849Z] + rpm -qa [2020-10-15T03:23:42.849Z] + sort [2020-10-15T03:23:47.111Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T03:23:47.111Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T03:23:47.111Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T03:23:47.111Z] + '[' /w/workspace/edgex-go/6 ']' [2020-10-15T03:23:47.111Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-10-15T03:23:47.111Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2020-10-15T03:23:47.149Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T03:23:47.482Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:23:48.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T03:23:48.364Z] [2020-10-15T03:23:48.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T03:23:48.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T03:23:49.099Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T03:23:49.099Z] df20fa9351a1: Pulling fs layer [2020-10-15T03:23:49.099Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T03:23:49.099Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T03:23:49.099Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T03:23:49.099Z] 93b61091891f: Pulling fs layer [2020-10-15T03:23:49.099Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T03:23:49.099Z] 5e14af77c1be: Pulling fs layer [2020-10-15T03:23:49.099Z] 01666e4c0597: Pulling fs layer [2020-10-15T03:23:49.099Z] aa168da1d23b: Pulling fs layer [2020-10-15T03:23:49.099Z] 93b61091891f: Waiting [2020-10-15T03:23:49.099Z] 93b9cdb0e59b: Waiting [2020-10-15T03:23:49.099Z] 5e14af77c1be: Waiting [2020-10-15T03:23:49.099Z] 01666e4c0597: Waiting [2020-10-15T03:23:49.099Z] aa168da1d23b: Waiting [2020-10-15T03:23:49.099Z] 46f8f816bc3b: Waiting [2020-10-15T03:23:49.099Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T03:23:49.099Z] 36b3adc4ff6f: Download complete [2020-10-15T03:23:49.099Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T03:23:49.099Z] 46f8f816bc3b: Download complete [2020-10-15T03:23:49.099Z] df20fa9351a1: Verifying Checksum [2020-10-15T03:23:49.099Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T03:23:49.099Z] 93b9cdb0e59b: Download complete [2020-10-15T03:23:49.376Z] 5e14af77c1be: Verifying Checksum [2020-10-15T03:23:49.376Z] 5e14af77c1be: Download complete [2020-10-15T03:23:49.376Z] 93b61091891f: Verifying Checksum [2020-10-15T03:23:49.376Z] 93b61091891f: Download complete [2020-10-15T03:23:49.376Z] 01666e4c0597: Verifying Checksum [2020-10-15T03:23:49.377Z] 01666e4c0597: Download complete [2020-10-15T03:23:49.377Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T03:23:49.377Z] 8ad3a11d3b57: Download complete [2020-10-15T03:23:49.642Z] df20fa9351a1: Pull complete [2020-10-15T03:23:49.910Z] 36b3adc4ff6f: Pull complete [2020-10-15T03:23:51.359Z] 8ad3a11d3b57: Pull complete [2020-10-15T03:23:51.679Z] 46f8f816bc3b: Pull complete [2020-10-15T03:23:52.662Z] 93b61091891f: Pull complete [2020-10-15T03:23:52.662Z] 93b9cdb0e59b: Pull complete [2020-10-15T03:23:53.311Z] 5e14af77c1be: Pull complete [2020-10-15T03:23:53.591Z] 01666e4c0597: Pull complete [2020-10-15T03:23:54.214Z] aa168da1d23b: Verifying Checksum [2020-10-15T03:23:54.214Z] aa168da1d23b: Download complete [2020-10-15T03:24:04.503Z] aa168da1d23b: Pull complete [2020-10-15T03:24:04.503Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T03:24:04.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T03:24:04.503Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T03:24:04.739Z] prd-centos7-docker-4c-2g-5526 does not seem to be running inside a container [2020-10-15T03:24:04.834Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T03:24:08.712Z] $ docker top af319fab60cb0320f3d8064273e69aeeb6c69ee1bdcd220e8e83b2ef5b736de9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T03:24:09.371Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T03:24:10.062Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T03:24:10.788Z] + ls /var/log/sa-host [2020-10-15T03:24:10.788Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T03:24:10.788Z] file_magic: OK [2020-10-15T03:24:10.788Z] HZ: Using current value: 100 [2020-10-15T03:24:10.788Z] file_header: OK [2020-10-15T03:24:10.788Z] 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-15T03:24:10.788Z] Statistics: [2020-10-15T03:24:10.788Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T03:24:10.788Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T03:24:10.788Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T03:24:10.788Z] file_magic: OK [2020-10-15T03:24:10.788Z] HZ: Using current value: 100 [2020-10-15T03:24:10.788Z] file_header: OK [2020-10-15T03:24:10.788Z] 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-15T03:24:10.788Z] Statistics: [2020-10-15T03:24:10.788Z] 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-15T03:24:10.788Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T03:24:11.006Z] provisioning config files... [2020-10-15T03:24:11.042Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config8857939264683055664tmp [Pipeline] { [Pipeline] echo [2020-10-15T03:24:11.143Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T03:24:11.454Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T03:24:11.473Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T03:24:11.567Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T03:24:11.873Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T03:24:11.885Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T03:24:12.195Z] ---> sudo-logs.sh [2020-10-15T03:24:12.195Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T03:24:12.472Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T03:24:12.821Z] ---> job-cost.sh [2020-10-15T03:24:12.821Z] lf-activate-venv: SKIPPING [2020-10-15T03:24:12.821Z] INFO: No Stack... [2020-10-15T03:24:13.789Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T03:24:14.424Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T03:24:14.442Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T03:24:14.800Z] ---> logs-deploy.sh [2020-10-15T03:24:14.800Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2791/6 [2020-10-15T03:24:14.800Z] INFO: archiving workspace using pattern(s): [2020-10-15T03:24:16.784Z] Archives upload complete. [2020-10-15T03:24:16.784Z] INFO: archiving logs to Nexus