cloudxxx8 commented: recheck 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 cfca8f87d1b14f31076b595db4703328e11b50dc+5fa08527d925aa0d761a58fd1d2245c253eac308 (9265f22915f63a8972965834773e5b5090518039) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5582 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit cfca8f87d1b14f31076b595db4703328e11b50dc Merge succeeded, producing cfca8f87d1b14f31076b595db4703328e11b50dc Checking out Revision cfca8f87d1b14f31076b595db4703328e11b50dc (PR-2791) > 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 cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 Commit message: "feat(metadata): Implement Core Metadata GET /deviceservice/all V2 API" > git rev-list --no-walk cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T08:29:50.543Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T08:29:50.831Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T08:29:50.996Z] ========================================================= [2020-10-15T08:29:50.996Z] EdgeX Global Pipelines Version Info [2020-10-15T08:29:50.996Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:29:52.522Z] ------------------- [2020-10-15T08:29:52.523Z] stable info: [2020-10-15T08:29:52.523Z] ------------------- [2020-10-15T08:29:52.523Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T08:29:52.523Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T08:29:52.523Z] Message: update stable to v1.0.142 [2020-10-15T08:29:53.475Z] ------------------- [2020-10-15T08:29:53.475Z] experimental info: [2020-10-15T08:29:53.475Z] ------------------- [2020-10-15T08:29:53.475Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T08:29:53.475Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T08:29:53.475Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T08:29:53.743Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T08:29:53.829Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T08:29:53.930Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T08:29:54.015Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T08:29:54.106Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T08:29:54.192Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T08:29:54.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T08:29:54.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T08:29:54.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T08:29:54.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T08:29:54.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T08:29:54.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T08:29:54.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T08:29:54.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T08:29:55.045Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T08:29:55.137Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T08:29:55.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T08:29:55.315Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T08:29:55.402Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T08:29:55.503Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T08:29:55.588Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T08:29:55.671Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2791 [Pipeline] echo [2020-10-15T08:29:55.765Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2791 [Pipeline] echo [2020-10-15T08:29:55.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2791 [Pipeline] echo [2020-10-15T08:29:55.946Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cfca8f87d1b14f31076b595db4703328e11b50dc [Pipeline] echo [2020-10-15T08:29:56.031Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cfca8f8 [Pipeline] echo [2020-10-15T08:29:56.112Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T08:29:56.487Z] ++ 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-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T08:29:56.487Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T08:29:56.487Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T08:29:56.487Z] ++ cut -d/ -f2 [2020-10-15T08:29:56.487Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T08:29:56.558Z] 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-15T08:29:57.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T08:29:57.640Z] [2020-10-15T08:29:57.640Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:29:57.987Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T08:29:57.987Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T08:29:57.987Z] 31603596830f: Pulling fs layer [2020-10-15T08:29:57.987Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T08:29:57.987Z] 6ca5941a6612: Pulling fs layer [2020-10-15T08:29:57.987Z] ecc8261a40a4: Pulling fs layer [2020-10-15T08:29:57.987Z] 2a8b12db71e7: Download complete [2020-10-15T08:29:58.254Z] 31603596830f: Verifying Checksum [2020-10-15T08:29:58.254Z] 31603596830f: Download complete [2020-10-15T08:29:58.254Z] ecc8261a40a4: Verifying Checksum [2020-10-15T08:29:58.254Z] ecc8261a40a4: Download complete [2020-10-15T08:29:58.254Z] 6ca5941a6612: Verifying Checksum [2020-10-15T08:29:58.254Z] 6ca5941a6612: Download complete [2020-10-15T08:29:58.517Z] 31603596830f: Pull complete [2020-10-15T08:29:58.517Z] 2a8b12db71e7: Pull complete [2020-10-15T08:29:59.472Z] 6ca5941a6612: Pull complete [2020-10-15T08:29:59.738Z] ecc8261a40a4: Pull complete [2020-10-15T08:29:59.738Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T08:29:59.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T08:29:59.738Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T08:29:59.874Z] prd-centos7-docker-4c-2g-5582 does not seem to be running inside a container [2020-10-15T08:29:59.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T08:30:02.296Z] $ docker top d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T08:30:02.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T08:30:02.655Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T08:30:02.874Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T08:30:02.878Z] $ docker exec d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e ssh-agent [2020-10-15T08:30:03.043Z] SSH_AUTH_SOCK=/tmp/ssh-djPCRh8Wzp1J/agent.11 [2020-10-15T08:30:03.044Z] SSH_AGENT_PID=16 [2020-10-15T08:30:03.057Z] Running ssh-add (command line suppressed) [2020-10-15T08:30:03.180Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_8822148128837348147.key (/w/workspace/edgex-go/8@tmp/private_key_8822148128837348147.key) [2020-10-15T08:30:03.235Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T08:30:03.584Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T08:30:03.688Z] $ docker exec --env ******** --env ******** d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e ssh-agent -k [2020-10-15T08:30:03.832Z] unset SSH_AUTH_SOCK; [2020-10-15T08:30:03.833Z] unset SSH_AGENT_PID; [2020-10-15T08:30:03.833Z] echo Agent pid 16 killed; [2020-10-15T08:30:03.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T08:30:04.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T08:30:04.048Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T08:30:04.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T08:30:04.223Z] $ docker exec d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e ssh-agent [2020-10-15T08:30:04.380Z] SSH_AUTH_SOCK=/tmp/ssh-Dll2nbI0jI8P/agent.44 [2020-10-15T08:30:04.380Z] SSH_AGENT_PID=49 [2020-10-15T08:30:04.386Z] Running ssh-add (command line suppressed) [2020-10-15T08:30:04.510Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_8765656122991117148.key (/w/workspace/edgex-go/8@tmp/private_key_8765656122991117148.key) [2020-10-15T08:30:04.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T08:30:04.897Z] + git semver init [2020-10-15T08:30:04.897Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T08:30:04.897Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2020-10-15T08:30:04.897Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2020-10-15T08:30:04.897Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T08:30:04.897Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T08:30:04.897Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T08:30:04.897Z] # $SEMVER_BRANCH = PR-2791 [2020-10-15T08:30:04.897Z] # $SEMVER_TEMP = /tmp/semver-102698613 [2020-10-15T08:30:04.897Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T08:30:26.928Z] # '/tmp/semver-102698613' -> '/w/workspace/edgex-go/8/.semver' [2020-10-15T08:30:27.193Z] # -> Force: false [2020-10-15T08:30:27.193Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2020-10-15T08:30:27.208Z] $ docker exec --env ******** --env ******** d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e ssh-agent -k [2020-10-15T08:30:27.430Z] unset SSH_AUTH_SOCK; [2020-10-15T08:30:27.430Z] unset SSH_AGENT_PID; [2020-10-15T08:30:27.431Z] echo Agent pid 49 killed; [2020-10-15T08:30:27.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T08:30:27.994Z] + git semver [Pipeline] } [2020-10-15T08:30:28.012Z] $ docker stop --time=1 d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e [2020-10-15T08:30:29.616Z] $ docker rm -f d59445c4d8e721fc0d002eaeb9fc2a794eb344f2106360f9e75b6fb522e0133e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T08:30:30.294Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T08:30:30.297Z] [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-15T08:30:31.004Z] ========================================================= [2020-10-15T08:30:31.004Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T08:30:31.004Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:30:31.354Z] + 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-15T08:30:31.354Z] error checking context: 'can't stat '/w/workspace/edgex-go/8/.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-15T08:30:32.646Z] Failed in branch amd64 [2020-10-15T08:30:45.737Z] Still waiting to schedule task [2020-10-15T08:30:45.737Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-15T08:33:24.972Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5584 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws [2020-10-15T08:33:25.049Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2020-10-15T08:33:30.195Z] using credential edgex-jenkins-ssh [2020-10-15T08:33:30.291Z] Cloning the remote Git repository [2020-10-15T08:33:30.386Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T08:33:30.498Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2020-10-15T08:33:30.572Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T08:33:30.573Z] > git --version # timeout=10 [2020-10-15T08:33:30.602Z] > git --version # 'git version 2.17.1' [2020-10-15T08:33:30.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:33:30.670Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T08:33:44.909Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T08:33:44.927Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T08:33:44.951Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T08:33:44.986Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T08:33:44.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:33:44.997Z] > 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-15T08:33:45.674Z] Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:33:46.167Z] Merge succeeded, producing cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:33:46.168Z] Checking out Revision cfca8f87d1b14f31076b595db4703328e11b50dc (PR-2791) [2020-10-15T08:33:45.700Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T08:33:45.761Z] > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 [2020-10-15T08:33:46.095Z] > git remote # timeout=10 [2020-10-15T08:33:46.115Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T08:33:46.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T08:33:46.140Z] > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [2020-10-15T08:33:46.161Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T08:33:46.183Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T08:33:46.198Z] > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 [2020-10-15T08:33:50.442Z] 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-15T08:33:51.487Z] ========================================================= [2020-10-15T08:33:51.488Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T08:33:51.488Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:33:52.529Z] + 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-15T08:33:55.175Z] Sending build context to Docker daemon 165MB [2020-10-15T08:33:55.175Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T08:33:55.175Z] Step 2/7 : FROM ${BASE} [2020-10-15T08:33:55.449Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T08:33:55.449Z] b538f80385f9: Pulling fs layer [2020-10-15T08:33:55.449Z] 74f711af9a0d: Pulling fs layer [2020-10-15T08:33:55.449Z] 99f96fe45779: Pulling fs layer [2020-10-15T08:33:55.449Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T08:33:55.449Z] 45590311c82a: Pulling fs layer [2020-10-15T08:33:55.449Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T08:33:55.449Z] 209524e5b208: Pulling fs layer [2020-10-15T08:33:55.725Z] 8529a6b9a6be: Waiting [2020-10-15T08:33:55.725Z] 45590311c82a: Waiting [2020-10-15T08:33:55.725Z] 69ca0ff8b7b3: Waiting [2020-10-15T08:33:55.725Z] 209524e5b208: Waiting [2020-10-15T08:33:55.725Z] 99f96fe45779: Download complete [2020-10-15T08:33:55.725Z] 74f711af9a0d: Verifying Checksum [2020-10-15T08:33:55.725Z] 74f711af9a0d: Download complete [2020-10-15T08:33:55.725Z] 45590311c82a: Verifying Checksum [2020-10-15T08:33:55.725Z] 45590311c82a: Download complete [2020-10-15T08:33:56.326Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T08:33:56.326Z] b538f80385f9: Verifying Checksum [2020-10-15T08:33:56.326Z] b538f80385f9: Download complete [2020-10-15T08:33:56.927Z] b538f80385f9: Pull complete [2020-10-15T08:33:57.531Z] 74f711af9a0d: Pull complete [2020-10-15T08:33:58.135Z] 99f96fe45779: Pull complete [2020-10-15T08:33:58.744Z] 209524e5b208: Download complete [2020-10-15T08:34:00.184Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T08:34:00.184Z] 8529a6b9a6be: Download complete [2020-10-15T08:34:10.366Z] 8529a6b9a6be: Pull complete [2020-10-15T08:34:10.366Z] 45590311c82a: Pull complete [2020-10-15T08:34:10.641Z] 69ca0ff8b7b3: Pull complete [2020-10-15T08:34:14.960Z] 209524e5b208: Pull complete [2020-10-15T08:34:14.960Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T08:34:14.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T08:34:14.960Z] ---> 5bddaf1c2fca [2020-10-15T08:34:14.960Z] 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-15T08:34:18.367Z] ---> Running in d49c011405d9 [2020-10-15T08:34:19.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:34:21.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:34:21.836Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T08:34:22.107Z] (2/12) Installing file (5.38-r0) [2020-10-15T08:34:22.378Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T08:34:22.379Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T08:34:29.071Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T08:34:29.071Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T08:34:29.071Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T08:34:29.071Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T08:34:29.071Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T08:34:29.071Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T08:34:29.071Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T08:34:29.352Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T08:34:29.352Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T08:34:29.352Z] OK: 217 MiB in 51 packages [2020-10-15T08:34:33.665Z] Removing intermediate container d49c011405d9 [2020-10-15T08:34:33.665Z] ---> 72c7eaf8e482 [2020-10-15T08:34:33.665Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T08:34:33.665Z] ---> Running in f45f6b45b70d [2020-10-15T08:34:33.935Z] Removing intermediate container f45f6b45b70d [2020-10-15T08:34:33.935Z] ---> 9d4fad002be1 [2020-10-15T08:34:33.935Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T08:34:34.534Z] latest: Pulling from library/docker [2020-10-15T08:34:34.534Z] b538f80385f9: Already exists [2020-10-15T08:34:34.534Z] 259a493cd78d: Pulling fs layer [2020-10-15T08:34:34.534Z] b8e66b5100f5: Pulling fs layer [2020-10-15T08:34:34.534Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T08:34:34.534Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T08:34:34.534Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T08:34:34.534Z] 294320357d30: Pulling fs layer [2020-10-15T08:34:34.534Z] 75a0a0ebb566: Waiting [2020-10-15T08:34:34.534Z] 4a2c62f0a2a3: Waiting [2020-10-15T08:34:34.534Z] 294320357d30: Waiting [2020-10-15T08:34:34.534Z] b8e66b5100f5: Verifying Checksum [2020-10-15T08:34:34.534Z] b8e66b5100f5: Download complete [2020-10-15T08:34:34.534Z] 259a493cd78d: Download complete [2020-10-15T08:34:34.814Z] 75a0a0ebb566: Verifying Checksum [2020-10-15T08:34:34.814Z] 75a0a0ebb566: Download complete [2020-10-15T08:34:34.814Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T08:34:34.814Z] 4a2c62f0a2a3: Download complete [2020-10-15T08:34:34.814Z] 294320357d30: Verifying Checksum [2020-10-15T08:34:34.814Z] 294320357d30: Download complete [2020-10-15T08:34:35.420Z] 259a493cd78d: Pull complete [2020-10-15T08:34:35.693Z] b8e66b5100f5: Pull complete [2020-10-15T08:34:35.963Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T08:34:35.963Z] 7f8258a56ab6: Download complete [2020-10-15T08:34:39.352Z] 7f8258a56ab6: Pull complete [2020-10-15T08:34:39.352Z] 75a0a0ebb566: Pull complete [2020-10-15T08:34:39.949Z] 4a2c62f0a2a3: Pull complete [2020-10-15T08:34:40.223Z] 294320357d30: Pull complete [2020-10-15T08:34:40.223Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T08:34:40.223Z] Status: Downloaded newer image for docker:latest [2020-10-15T08:34:43.621Z] ---> 74a464c4ee07 [2020-10-15T08:34:43.622Z] Step 6/7 : COPY go.mod . [2020-10-15T08:34:44.221Z] ---> 47c62d577ebf [2020-10-15T08:34:44.221Z] Step 7/7 : RUN go mod download [2020-10-15T08:34:44.221Z] ---> Running in c797a7b21b7f [2020-10-15T08:35:11.092Z] Removing intermediate container c797a7b21b7f [2020-10-15T08:35:11.092Z] ---> dbe3081d4934 [2020-10-15T08:35:11.092Z] Successfully built dbe3081d4934 [2020-10-15T08:35:11.092Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:35:11.520Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T08:35:11.520Z] . [Pipeline] withDockerContainer [2020-10-15T08:35:11.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-5584 does not seem to be running inside a container [2020-10-15T08:35:11.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** ci-base-image-arm64 cat [2020-10-15T08:35:13.831Z] $ docker top cd05d999b217b307ade30bf7ca2c4f6e8681f0f48746364fbb7abdee1e9dc73f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:35:15.255Z] + go version [2020-10-15T08:35:15.255Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T08:35:15.284Z] $ docker stop --time=1 cd05d999b217b307ade30bf7ca2c4f6e8681f0f48746364fbb7abdee1e9dc73f [2020-10-15T08:35:17.266Z] $ docker rm -f cd05d999b217b307ade30bf7ca2c4f6e8681f0f48746364fbb7abdee1e9dc73f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:35:18.296Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T08:35:18.296Z] . [Pipeline] withDockerContainer [2020-10-15T08:35:18.528Z] prd-ubuntu18.04-docker-arm64-4c-16g-5584 does not seem to be running inside a container [2020-10-15T08:35:18.616Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** ci-base-image-arm64 cat [2020-10-15T08:35:20.047Z] $ docker top 84c90e8a2b9bb39047bdd005dcd8166254a6c57ba6aa116ff7ebf9f270885287 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-15T08:35:20.416Z] ========================================================= [2020-10-15T08:35:20.416Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-15T08:35:20.416Z] ========================================================= [Pipeline] sh [2020-10-15T08:35:20.797Z] + make test [2020-10-15T08:35:21.075Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-15T08:35:23.705Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-15T08:35:56.135Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-15T08:36:11.248Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-15T08:36:11.248Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-15T08:36:11.248Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-15T08:36:11.248Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-15T08:36:13.237Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s [2020-10-15T08:36:13.237Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-15T08:36:13.237Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-15T08:36:13.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-15T08:36:15.223Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-15T08:36:16.676Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-15T08:36:16.676Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-15T08:36:16.676Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-15T08:36:16.676Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-15T08:36:25.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.062s coverage: 46.6% of statements [2020-10-15T08:36:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-15T08:36:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-15T08:36:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-15T08:36:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-15T08:36:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-15T08:36:30.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.288s coverage: 27.1% of statements [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-15T08:36:30.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-15T08:36:30.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-15T08:36:30.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.370s coverage: 85.5% of statements [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-15T08:36:30.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-15T08:36:31.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.389s coverage: 88.9% of statements [2020-10-15T08:36:31.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-15T08:36:31.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T08:36:31.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-15T08:36:31.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-15T08:36:36.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.415s coverage: 28.6% of statements [2020-10-15T08:36:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-15T08:36:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-15T08:36:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-15T08:36:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-15T08:36:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-15T08:36:36.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements [2020-10-15T08:36:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-15T08:36:36.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2020-10-15T08:36:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-15T08:36:38.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2020-10-15T08:36:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-15T08:36:38.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2020-10-15T08:36:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-15T08:36:38.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 100.0% of statements [2020-10-15T08:36:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-15T08:36:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-15T08:36:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-15T08:36:38.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-15T08:36:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.153s coverage: 96.1% of statements [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-15T08:36:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-15T08:36:42.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.026s coverage: 0.0% of statements [no tests to run] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-15T08:36:42.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-15T08:36:43.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements [2020-10-15T08:36:43.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-15T08:36:43.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-15T08:36:43.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements [2020-10-15T08:36:43.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2020-10-15T08:36:44.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2020-10-15T08:36:44.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2020-10-15T08:36:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2020-10-15T08:36:48.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 55.9% of statements [2020-10-15T08:36:48.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-15T08:36:48.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-15T08:36:48.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-15T08:36:48.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-15T08:37:10.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.039s coverage: 86.3% of statements [2020-10-15T08:37:10.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-15T08:37:10.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.058s coverage: 72.2% of statements [2020-10-15T08:37:10.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.409s coverage: 72.1% of statements [2020-10-15T08:37:10.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.027s coverage: 82.4% of statements [2020-10-15T08:37:10.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-10-15T08:37:10.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-15T08:37:10.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-15T08:37:10.747Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.081s coverage: 36.5% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.282s coverage: 84.1% of statements [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.025s coverage: 42.9% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.036s coverage: 100.0% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 47.1% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.020s coverage: 100.0% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.156s coverage: 29.1% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.049s coverage: 99.0% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-15T08:37:10.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-15T08:37:10.748Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-15T08:37:11.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-10-15T08:37:12.005Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-15T08:37:12.598Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements [2020-10-15T08:37:13.580Z] GO111MODULE=on go vet ./... [2020-10-15T08:37:35.771Z] gofmt -l . [2020-10-15T08:37:35.771Z] [ "`gofmt -l .`" = "" ] [2020-10-15T08:37:38.389Z] ./bin/test-go-mod-tidy.sh [2020-10-15T08:37:38.661Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-15T08:37:43.623Z] + ls -al . [2020-10-15T08:37:43.623Z] total 632 [2020-10-15T08:37:43.623Z] drwxrwxr-x 9 1001 1001 4096 Oct 15 08:37 . [2020-10-15T08:37:43.623Z] drwxr-xr-x 4 root root 4096 Oct 15 08:35 .. [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 11 Oct 15 08:33 .dockerignore [2020-10-15T08:37:43.623Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 08:33 .git [2020-10-15T08:37:43.623Z] drwxrwxr-x 3 1001 1001 4096 Oct 15 08:33 .github [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 932 Oct 15 08:33 .gitignore [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 166 Oct 15 08:33 .sonarcloud.properties [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 3804 Oct 15 08:33 CONTRIBUTING.md [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 1035 Oct 15 08:33 Dockerfile.build [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 863 Oct 15 08:33 Jenkinsfile [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 10775 Oct 15 08:33 LICENSE [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 6237 Oct 15 08:33 Makefile [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 6447 Oct 15 08:33 README.md [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 259 Oct 15 08:33 SECURITY.md [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 5 Oct 15 08:30 VERSION [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 4131 Oct 15 08:33 ZMQWindows.md [2020-10-15T08:37:43.623Z] drwxrwxr-x 2 1001 1001 4096 Oct 15 08:33 bin [2020-10-15T08:37:43.623Z] drwxrwxr-x 15 1001 1001 4096 Oct 15 08:33 cmd [2020-10-15T08:37:43.623Z] -rw-r--r-- 1 root root 510628 Oct 15 08:37 coverage.out [2020-10-15T08:37:43.623Z] -rw-r--r-- 1 root root 1041 Oct 15 08:37 go.mod [2020-10-15T08:37:43.623Z] -rw-r--r-- 1 root root 18985 Oct 15 08:37 go.sum [2020-10-15T08:37:43.623Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 08:33 internal [2020-10-15T08:37:43.623Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 08:33 openapi [2020-10-15T08:37:43.623Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 08:33 snap [2020-10-15T08:37:43.623Z] -rw-rw-r-- 1 1001 1001 168 Oct 15 08:33 version.go [Pipeline] sh [2020-10-15T08:37:44.288Z] + '[' -e coverage.out ] [2020-10-15T08:37:44.288Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-15T08:37:45.593Z] Stashed 1 file(s) [Pipeline] sh [2020-10-15T08:37:46.284Z] + make build [2020-10-15T08:37:46.284Z] 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-15T08:38:13.119Z] 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-15T08:38:23.259Z] 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-15T08:38:26.646Z] 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-15T08:38:30.028Z] 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-15T08:38:34.358Z] 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-15T08:38:35.792Z] 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-15T08:38:44.077Z] 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-15T08:38:49.490Z] 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-15T08:38:54.898Z] 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-15T08:38:59.207Z] 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-15T08:39:03.516Z] 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-15T08:39:07.847Z] 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-15T08:39:10.502Z] $ docker stop --time=1 84c90e8a2b9bb39047bdd005dcd8166254a6c57ba6aa116ff7ebf9f270885287 [2020-10-15T08:39:12.958Z] $ docker rm -f 84c90e8a2b9bb39047bdd005dcd8166254a6c57ba6aa116ff7ebf9f270885287 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:39:17.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T08:39:17.280Z] [2020-10-15T08:39:17.280Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:39:17.943Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T08:39:17.943Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-15T08:39:17.943Z] 29e5d40040c1: Pulling fs layer [2020-10-15T08:39:17.943Z] 1ce36da41761: Pulling fs layer [2020-10-15T08:39:17.943Z] 25b303627fd3: Pulling fs layer [2020-10-15T08:39:18.217Z] 29e5d40040c1: Verifying Checksum [2020-10-15T08:39:18.217Z] 29e5d40040c1: Download complete [2020-10-15T08:39:18.816Z] 1ce36da41761: Verifying Checksum [2020-10-15T08:39:18.816Z] 1ce36da41761: Download complete [2020-10-15T08:39:18.816Z] 29e5d40040c1: Pull complete [2020-10-15T08:39:20.265Z] 1ce36da41761: Pull complete [2020-10-15T08:39:20.547Z] 25b303627fd3: Verifying Checksum [2020-10-15T08:39:20.547Z] 25b303627fd3: Download complete [2020-10-15T08:39:30.704Z] 25b303627fd3: Pull complete [2020-10-15T08:39:30.704Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-15T08:39:30.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T08:39:30.704Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-15T08:39:30.980Z] prd-ubuntu18.04-docker-arm64-4c-16g-5584 does not seem to be running inside a container [2020-10-15T08:39:31.074Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T08:39:34.617Z] $ docker top 0cdaf2cc8ee318838b56aaad9357b81d0d716dde0e1dc5072610528dc88234b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:39:36.034Z] + grep parallel [2020-10-15T08:39:36.035Z] + docker-compose build --help [2020-10-15T08:39:39.408Z] --parallel Build images in parallel. [Pipeline] } [2020-10-15T08:39:39.708Z] $ docker stop --time=1 0cdaf2cc8ee318838b56aaad9357b81d0d716dde0e1dc5072610528dc88234b1 [2020-10-15T08:39:41.697Z] $ docker rm -f 0cdaf2cc8ee318838b56aaad9357b81d0d716dde0e1dc5072610528dc88234b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:39:42.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T08:39:42.563Z] . [Pipeline] withDockerContainer [2020-10-15T08:39:42.838Z] prd-ubuntu18.04-docker-arm64-4c-16g-5584 does not seem to be running inside a container [2020-10-15T08:39:42.930Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T08:39:44.400Z] $ docker top e492b96b03a5ddd0dab3207595dc002872681a868e64404743778d745fe6160a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:39:45.465Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-15T08:39:49.800Z] Building docker-core-command-go ... [2020-10-15T08:39:49.800Z] Building docker-core-data-go ... [2020-10-15T08:39:49.800Z] Building docker-core-metadata-go ... [2020-10-15T08:39:49.800Z] Building docker-security-proxy-setup-go ... [2020-10-15T08:39:49.800Z] Building docker-security-secrets-setup-go ... [2020-10-15T08:39:49.800Z] Building docker-security-secretstore-setup-go ... [2020-10-15T08:39:49.800Z] Building docker-support-logging-go ... [2020-10-15T08:39:49.800Z] Building docker-support-notifications-go ... [2020-10-15T08:39:49.800Z] Building docker-support-scheduler-go ... [2020-10-15T08:39:49.800Z] Building docker-sys-mgmt-agent-go ... [2020-10-15T08:39:49.800Z] Building docker-security-secretstore-setup-go [2020-10-15T08:39:49.800Z] Building docker-security-proxy-setup-go [2020-10-15T08:39:49.800Z] Building docker-core-metadata-go [2020-10-15T08:39:49.800Z] Building docker-support-scheduler-go [2020-10-15T08:39:49.800Z] Building docker-security-secrets-setup-go [2020-10-15T08:41:11.592Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:41:11.592Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:41:11.592Z] ---> dbe3081d4934 [2020-10-15T08:41:11.592Z] Step 3/26 : WORKDIR /edgex-go [2020-10-15T08:41:11.592Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:41:11.592Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-15T08:41:11.592Z] ---> dbe3081d4934 [2020-10-15T08:41:11.592Z] Step 3/29 : WORKDIR /edgex-go [2020-10-15T08:41:11.592Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:41:11.592Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:41:11.592Z] ---> dbe3081d4934 [2020-10-15T08:41:11.592Z] Step 3/21 : WORKDIR /edgex-go [2020-10-15T08:41:11.592Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:41:11.592Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:41:11.592Z] ---> dbe3081d4934 [2020-10-15T08:41:11.592Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T08:41:11.592Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:41:11.592Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:41:11.592Z] ---> dbe3081d4934 [2020-10-15T08:41:11.592Z] Step 3/20 : WORKDIR /edgex-go [2020-10-15T08:41:11.592Z] ---> Running in 614e695b35a7 [2020-10-15T08:41:11.592Z] ---> Running in 93b2092eb62b [2020-10-15T08:41:11.592Z] ---> Running in 205332c722be [2020-10-15T08:41:11.592Z] ---> Running in 56ef4a921114 [2020-10-15T08:41:11.592Z] ---> Running in f6ecdb5d15fd [2020-10-15T08:41:11.592Z] Removing intermediate container 93b2092eb62b [2020-10-15T08:41:11.592Z] ---> e4dd27f9946c [2020-10-15T08:41:11.592Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:41:11.592Z] Removing intermediate container 614e695b35a7 [2020-10-15T08:41:11.592Z] ---> 403978440f2b [2020-10-15T08:41:11.593Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:41:11.593Z] Removing intermediate container 205332c722be [2020-10-15T08:41:11.593Z] ---> c063f0872037 [2020-10-15T08:41:11.593Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:41:11.593Z] Removing intermediate container f6ecdb5d15fd [2020-10-15T08:41:11.593Z] ---> 43c049ca6133 [2020-10-15T08:41:11.593Z] Step 4/29 : RUN apk update && apk add make git [2020-10-15T08:41:11.593Z] Removing intermediate container 56ef4a921114 [2020-10-15T08:41:11.593Z] ---> f2a132661af8 [2020-10-15T08:41:11.593Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:41:11.593Z] ---> Running in f01b859781f1 [2020-10-15T08:41:11.593Z] ---> Running in 76a4f68b41d0 [2020-10-15T08:41:11.593Z] ---> Running in ab69f9cdfea8 [2020-10-15T08:41:11.593Z] ---> Running in 6d03f6600a2b [2020-10-15T08:41:11.593Z] ---> Running in 3e484ccf53f0 [2020-10-15T08:41:11.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:12.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:12.792Z] Removing intermediate container f01b859781f1 [2020-10-15T08:41:12.792Z] ---> c8726d34335d [2020-10-15T08:41:12.792Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T08:41:12.792Z] ---> Running in 476f73f57cf6 [2020-10-15T08:41:13.390Z] Removing intermediate container ab69f9cdfea8 [2020-10-15T08:41:13.390Z] ---> 1c284f2a5ff8 [2020-10-15T08:41:13.390Z] Step 5/21 : RUN apk update && apk add make git [2020-10-15T08:41:13.390Z] Removing intermediate container 76a4f68b41d0 [2020-10-15T08:41:13.390Z] ---> f4e286af3135 [2020-10-15T08:41:13.390Z] Step 5/26 : RUN apk update && apk add make git [2020-10-15T08:41:13.390Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:41:13.390Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:41:13.390Z] OK: 12623 distinct packages available [2020-10-15T08:41:13.390Z] Removing intermediate container 3e484ccf53f0 [2020-10-15T08:41:13.390Z] ---> cb1b6b3440c8 [2020-10-15T08:41:13.390Z] Step 5/20 : RUN apk update && apk add make git [2020-10-15T08:41:13.671Z] ---> Running in 70ecf81ab6d2 [2020-10-15T08:41:13.671Z] ---> Running in 580ec3e9f6fb [2020-10-15T08:41:13.671Z] ---> Running in 4b5bec0e6011 [2020-10-15T08:41:14.276Z] OK: 217 MiB in 51 packages [2020-10-15T08:41:15.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:16.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:16.264Z] Removing intermediate container 6d03f6600a2b [2020-10-15T08:41:16.264Z] ---> 7ae3246fd0bc [2020-10-15T08:41:16.264Z] Step 5/29 : COPY go.mod . [2020-10-15T08:41:16.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:16.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:16.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:16.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:16.828Z] ---> ac8fa8c22824 [2020-10-15T08:41:16.828Z] Step 6/29 : RUN go mod download [2020-10-15T08:41:17.102Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:41:17.102Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:41:17.102Z] OK: 12623 distinct packages available [2020-10-15T08:41:17.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:17.102Z] ---> Running in 2077a375c290 [2020-10-15T08:41:17.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:41:17.991Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:41:17.991Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:41:17.991Z] OK: 12623 distinct packages available [2020-10-15T08:41:17.991Z] OK: 217 MiB in 51 packages [2020-10-15T08:41:17.991Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:41:17.991Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:41:17.991Z] OK: 12623 distinct packages available [2020-10-15T08:41:18.598Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:41:18.598Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:41:18.598Z] OK: 12623 distinct packages available [2020-10-15T08:41:18.890Z] OK: 217 MiB in 51 packages [2020-10-15T08:41:19.168Z] OK: 217 MiB in 51 packages [2020-10-15T08:41:19.446Z] OK: 217 MiB in 51 packages [2020-10-15T08:41:20.064Z] Removing intermediate container 476f73f57cf6 [2020-10-15T08:41:20.064Z] ---> 890a842c12b9 [2020-10-15T08:41:20.064Z] Step 6/22 : COPY go.mod . [2020-10-15T08:41:21.058Z] ---> 83f27c7528a6 [2020-10-15T08:41:21.058Z] Step 7/22 : RUN go mod download [2020-10-15T08:41:21.058Z] Removing intermediate container 70ecf81ab6d2 [2020-10-15T08:41:21.058Z] ---> e048f5ba8964 [2020-10-15T08:41:21.058Z] Step 6/26 : COPY go.mod . [2020-10-15T08:41:21.333Z] Removing intermediate container 580ec3e9f6fb [2020-10-15T08:41:21.333Z] ---> 1e388a156eb4 [2020-10-15T08:41:21.333Z] Step 6/21 : COPY go.mod . [2020-10-15T08:41:21.333Z] ---> Running in 01bcdf02ecae [2020-10-15T08:41:21.610Z] Removing intermediate container 4b5bec0e6011 [2020-10-15T08:41:21.610Z] ---> be7070e48489 [2020-10-15T08:41:21.610Z] Step 6/20 : COPY go.mod . [2020-10-15T08:41:21.886Z] Removing intermediate container 2077a375c290 [2020-10-15T08:41:21.886Z] ---> 6aaa5d6536ed [2020-10-15T08:41:21.887Z] Step 7/29 : COPY . . [2020-10-15T08:41:22.491Z] ---> ff427e7b799c [2020-10-15T08:41:22.491Z] Step 7/26 : RUN go mod download [2020-10-15T08:41:22.491Z] ---> fb33a9f2bdb6 [2020-10-15T08:41:22.491Z] Step 7/21 : RUN go mod download [2020-10-15T08:41:22.775Z] ---> 2237bb053a76 [2020-10-15T08:41:22.775Z] Step 7/20 : RUN go mod download [2020-10-15T08:41:22.775Z] ---> Running in 56c16240511a [2020-10-15T08:41:22.775Z] ---> Running in 1baa5816ee8e [2020-10-15T08:41:23.379Z] ---> Running in efd2a9425dbb [2020-10-15T08:41:26.806Z] Removing intermediate container 01bcdf02ecae [2020-10-15T08:41:26.806Z] ---> deaea7a7f242 [2020-10-15T08:41:26.806Z] Step 8/22 : COPY . . [2020-10-15T08:41:29.467Z] Removing intermediate container efd2a9425dbb [2020-10-15T08:41:29.467Z] ---> dd316548566a [2020-10-15T08:41:29.467Z] Step 8/20 : COPY . . [2020-10-15T08:41:29.467Z] Removing intermediate container 56c16240511a [2020-10-15T08:41:29.467Z] ---> 5f771103dc1c [2020-10-15T08:41:29.467Z] Step 8/21 : COPY . . [2020-10-15T08:41:30.064Z] Removing intermediate container 1baa5816ee8e [2020-10-15T08:41:30.064Z] ---> a5b5de2144c3 [2020-10-15T08:41:30.064Z] Step 8/26 : COPY . . [2020-10-15T08:41:52.288Z] ---> 45cb3d752a4d [2020-10-15T08:41:52.289Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-15T08:41:52.289Z] ---> 07bf0120ac6b [2020-10-15T08:41:52.289Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-15T08:41:52.289Z] ---> 060869c63600 [2020-10-15T08:41:52.289Z] 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-15T08:41:52.289Z] ---> 7e2efb900353 [2020-10-15T08:41:52.289Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-15T08:41:52.289Z] ---> ae52e1e06363 [2020-10-15T08:41:52.289Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-15T08:41:52.289Z] ---> Running in 2548b1852271 [2020-10-15T08:41:52.289Z] ---> Running in 7d5a8b9c30cc [2020-10-15T08:41:52.289Z] ---> Running in 6b8139bba8c3 [2020-10-15T08:41:52.289Z] ---> Running in d01ae37b3e21 [2020-10-15T08:41:52.289Z] ---> Running in a4ac80a35357 [2020-10-15T08:41:52.289Z] 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-15T08:41:52.289Z] 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-15T08:41:52.289Z] 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-15T08:41:52.289Z] 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-15T08:41:52.289Z] 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-15T08:43:14.113Z] 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-15T08:43:14.113Z] Removing intermediate container 7d5a8b9c30cc [2020-10-15T08:43:14.113Z] ---> 78e2ade8fc06 [2020-10-15T08:43:14.113Z] [2020-10-15T08:43:14.113Z] Step 9/29 : FROM alpine:latest [2020-10-15T08:43:14.113Z] latest: Pulling from library/alpine [2020-10-15T08:43:14.113Z] Removing intermediate container 6b8139bba8c3 [2020-10-15T08:43:14.113Z] ---> a7b5acc56d5c [2020-10-15T08:43:14.113Z] [2020-10-15T08:43:14.113Z] Step 10/20 : FROM alpine [2020-10-15T08:43:14.113Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T08:43:14.113Z] Status: Downloaded newer image for alpine:latest [2020-10-15T08:43:14.113Z] ---> 62ee0e9f8440 [2020-10-15T08:43:14.113Z] 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-15T08:43:14.113Z] latest: Pulling from library/alpine [2020-10-15T08:43:14.113Z] ---> Running in 9ce6373e383a [2020-10-15T08:43:14.113Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T08:43:14.113Z] Status: Image is up to date for alpine:latest [2020-10-15T08:43:14.113Z] ---> 62ee0e9f8440 [2020-10-15T08:43:14.113Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-15T08:43:14.113Z] ---> Running in c2303abefb5d [2020-10-15T08:43:14.718Z] Removing intermediate container 9ce6373e383a [2020-10-15T08:43:14.718Z] ---> f6cb641035bc [2020-10-15T08:43:14.718Z] Step 11/29 : USER root [2020-10-15T08:43:14.718Z] ---> Running in 5b81ae4dc76c [2020-10-15T08:43:15.700Z] Removing intermediate container 5b81ae4dc76c [2020-10-15T08:43:15.700Z] ---> a959003366a5 [2020-10-15T08:43:15.700Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-15T08:43:15.978Z] ---> Running in ce70b4d07e46 [2020-10-15T08:43:16.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:43:17.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:43:18.193Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:43:18.193Z] v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:43:18.193Z] OK: 12621 distinct packages available [2020-10-15T08:43:18.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:43:18.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:43:19.026Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-15T08:43:19.302Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T08:43:19.302Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-15T08:43:19.302Z] (4/4) Installing curl (7.69.1-r1) [2020-10-15T08:43:19.302Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T08:43:19.302Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T08:43:19.302Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:43:19.302Z] v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:43:19.302Z] OK: 12621 distinct packages available [2020-10-15T08:43:19.583Z] OK: 7 MiB in 18 packages [2020-10-15T08:43:20.186Z] 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-15T08:43:20.186Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-15T08:43:20.466Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-15T08:43:20.466Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T08:43:20.466Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T08:43:20.743Z] OK: 6 MiB in 16 packages [2020-10-15T08:43:22.769Z] Removing intermediate container c2303abefb5d [2020-10-15T08:43:22.769Z] ---> 5b6dfcd013a7 [2020-10-15T08:43:22.769Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T08:43:23.057Z] ---> Running in 21d0e9427db2 [2020-10-15T08:43:23.666Z] Removing intermediate container ce70b4d07e46 [2020-10-15T08:43:23.666Z] ---> ab418b630f6f [2020-10-15T08:43:23.666Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-15T08:43:23.940Z] ---> Running in ce1f9ad4f125 [2020-10-15T08:43:23.940Z] Removing intermediate container 21d0e9427db2 [2020-10-15T08:43:23.940Z] ---> 84deae28f61d [2020-10-15T08:43:23.940Z] Step 13/20 : WORKDIR /edgex [2020-10-15T08:43:24.220Z] ---> Running in 1eed106cdaf6 [2020-10-15T08:43:24.823Z] Removing intermediate container ce1f9ad4f125 [2020-10-15T08:43:24.823Z] ---> de70fd86eecf [2020-10-15T08:43:24.823Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-15T08:43:24.823Z] ---> Running in ce8b091a5682 [2020-10-15T08:43:25.105Z] Removing intermediate container 1eed106cdaf6 [2020-10-15T08:43:25.105Z] ---> 2ad25eb080d9 [2020-10-15T08:43:25.105Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-15T08:43:25.721Z] Removing intermediate container ce8b091a5682 [2020-10-15T08:43:25.721Z] ---> 38ae52eb0edc [2020-10-15T08:43:25.721Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-15T08:43:26.002Z] ---> Running in a09161bb1cb1 [2020-10-15T08:43:26.618Z] ---> c633a675b7f5 [2020-10-15T08:43:26.618Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-15T08:43:28.618Z] ---> 824d6acd5e23 [2020-10-15T08:43:28.618Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-15T08:43:28.899Z] ---> Running in 4bea826bb6ff [2020-10-15T08:43:30.356Z] Removing intermediate container 4bea826bb6ff [2020-10-15T08:43:30.356Z] ---> 072a29c0d379 [2020-10-15T08:43:30.356Z] Step 17/20 : CMD ["--init=true"] [2020-10-15T08:43:30.356Z] ---> Running in 532face27480 [2020-10-15T08:43:30.633Z] Removing intermediate container a09161bb1cb1 [2020-10-15T08:43:30.633Z] ---> 9b98872f0da4 [2020-10-15T08:43:30.633Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-15T08:43:31.626Z] Removing intermediate container 532face27480 [2020-10-15T08:43:31.626Z] ---> 330914079621 [2020-10-15T08:43:31.626Z] Step 18/20 : LABEL arch=arm64 [2020-10-15T08:43:32.620Z] ---> Running in 17990e50661a [2020-10-15T08:43:33.229Z] ---> a66889a9c8e2 [2020-10-15T08:43:33.229Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-15T08:43:33.727Z] Removing intermediate container 17990e50661a [2020-10-15T08:43:33.727Z] ---> a90685f01e28 [2020-10-15T08:43:33.727Z] Step 19/20 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:43:34.088Z] ---> Running in 7c318c147758 [2020-10-15T08:43:34.838Z] Removing intermediate container d01ae37b3e21 [2020-10-15T08:43:34.838Z] ---> aa952d2b2a5a [2020-10-15T08:43:34.838Z] [2020-10-15T08:43:34.838Z] Step 10/26 : FROM alpine:3.10 [2020-10-15T08:43:35.178Z] ---> 5c8dbcb5fe5b [2020-10-15T08:43:35.178Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-15T08:43:35.480Z] 3.10: Pulling from library/alpine [2020-10-15T08:43:35.480Z] Removing intermediate container 7c318c147758 [2020-10-15T08:43:35.480Z] ---> b5ab8f12dee5 [2020-10-15T08:43:35.480Z] Step 20/20 : LABEL version=0.0.0 [2020-10-15T08:43:36.148Z] ---> Running in aeb221bc05bd [2020-10-15T08:43:37.625Z] Removing intermediate container aeb221bc05bd [2020-10-15T08:43:37.625Z] ---> d47014b5f53a [2020-10-15T08:43:37.625Z] [2020-10-15T08:43:37.625Z] ---> deb12338c1ce [2020-10-15T08:43:37.625Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-15T08:43:38.237Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-15T08:43:38.237Z] Status: Downloaded newer image for alpine:3.10 [2020-10-15T08:43:38.237Z] ---> 536a684cf733 [2020-10-15T08:43:38.237Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-15T08:43:38.840Z] Successfully built d47014b5f53a [2020-10-15T08:43:38.840Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-15T08:43:38.840Z] Building docker-core-data-go [2020-10-15T08:43:39.117Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 972d80b688d6 [2020-10-15T08:43:39.395Z] ---> 9e796eb99f31 [2020-10-15T08:43:39.395Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-15T08:43:42.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:43:42.812Z] Removing intermediate container a4ac80a35357 [2020-10-15T08:43:42.812Z] ---> f93ecf56bdc4 [2020-10-15T08:43:42.812Z] [2020-10-15T08:43:42.812Z] Step 10/21 : FROM scratch [2020-10-15T08:43:42.812Z] ---> [2020-10-15T08:43:42.812Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T08:43:42.812Z] ---> fe1d0a7a9ef0 [2020-10-15T08:43:42.812Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-15T08:43:42.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:43:43.089Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-15T08:43:43.089Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-15T08:43:43.089Z] OK: 10167 distinct packages available [2020-10-15T08:43:43.369Z] ---> Running in daafd3135be8 [2020-10-15T08:43:43.369Z] ---> Running in 356beae2a2d5 [2020-10-15T08:43:43.648Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-15T08:43:43.924Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-15T08:43:43.924Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-15T08:43:43.924Z] (4/5) Installing curl (7.66.0-r1) [2020-10-15T08:43:43.924Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-15T08:43:43.924Z] Executing busybox-1.30.1-r3.trigger [2020-10-15T08:43:43.924Z] Executing ca-certificates-20191127-r2.trigger [2020-10-15T08:43:44.200Z] OK: 7 MiB in 19 packages [2020-10-15T08:43:44.481Z] Removing intermediate container daafd3135be8 [2020-10-15T08:43:44.481Z] ---> ec907fe50e98 [2020-10-15T08:43:44.481Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-15T08:43:45.086Z] ---> Running in 0dc180f5ef3a [2020-10-15T08:43:45.689Z] Removing intermediate container 0dc180f5ef3a [2020-10-15T08:43:45.689Z] ---> 658b716ede0d [2020-10-15T08:43:45.689Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-15T08:43:45.983Z] ---> Running in b5eac27b8a53 [2020-10-15T08:43:46.996Z] Removing intermediate container b5eac27b8a53 [2020-10-15T08:43:46.996Z] ---> 80a448ec62d7 [2020-10-15T08:43:46.996Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-15T08:43:47.271Z] Removing intermediate container 972d80b688d6 [2020-10-15T08:43:47.271Z] ---> 5ed05f81148d [2020-10-15T08:43:47.271Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T08:43:48.268Z] ---> Running in 9be9c18b4508 [2020-10-15T08:43:48.268Z] Removing intermediate container 356beae2a2d5 [2020-10-15T08:43:48.268Z] ---> 484cc83b2a86 [2020-10-15T08:43:48.268Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T08:43:48.548Z] ---> fff2d019817f [2020-10-15T08:43:48.548Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-15T08:43:49.149Z] Removing intermediate container 9be9c18b4508 [2020-10-15T08:43:49.149Z] ---> 730d96c266b7 [2020-10-15T08:43:49.149Z] Step 13/26 : WORKDIR / [2020-10-15T08:43:50.150Z] ---> 579e457f3680 [2020-10-15T08:43:50.150Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T08:43:50.150Z] ---> Running in df59838f9085 [2020-10-15T08:43:50.782Z] ---> Running in 4bf7b5d36779 [2020-10-15T08:43:51.385Z] ---> 73fb7bb51d1d [2020-10-15T08:43:51.385Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-15T08:43:52.002Z] Removing intermediate container df59838f9085 [2020-10-15T08:43:52.003Z] ---> f036d7923303 [2020-10-15T08:43:52.003Z] 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-15T08:43:53.004Z] ---> 719f0db47229 [2020-10-15T08:43:53.004Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-15T08:43:53.315Z] ---> Running in 872b1b9004f5 [2020-10-15T08:43:53.592Z] ---> ad4b9cfd7cc7 [2020-10-15T08:43:53.592Z] 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-15T08:43:54.210Z] Removing intermediate container 2548b1852271 [2020-10-15T08:43:54.211Z] ---> ced58c2f8319 [2020-10-15T08:43:54.211Z] [2020-10-15T08:43:54.211Z] Step 10/22 : FROM scratch [2020-10-15T08:43:54.211Z] ---> [2020-10-15T08:43:54.211Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T08:43:54.211Z] ---> Using cache [2020-10-15T08:43:54.211Z] ---> ec907fe50e98 [2020-10-15T08:43:54.211Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-15T08:43:54.487Z] Removing intermediate container 872b1b9004f5 [2020-10-15T08:43:54.487Z] ---> c3e365c4af08 [2020-10-15T08:43:54.487Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:43:54.772Z] ---> Running in aa6c542d534f [2020-10-15T08:43:55.374Z] ---> Running in 0a7e22ac7a02 [2020-10-15T08:43:55.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:43:55.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:43:55.374Z] ---> dbe3081d4934 [2020-10-15T08:43:55.374Z] Step 3/23 : WORKDIR /edgex-go [2020-10-15T08:43:55.374Z] ---> Using cache [2020-10-15T08:43:55.374Z] ---> f2a132661af8 [2020-10-15T08:43:55.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:43:55.374Z] ---> Using cache [2020-10-15T08:43:55.374Z] ---> cb1b6b3440c8 [2020-10-15T08:43:55.374Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-15T08:43:55.374Z] ---> 343c64a45bde [2020-10-15T08:43:55.374Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-15T08:43:55.374Z] ---> Running in 86dd6acd220d [2020-10-15T08:43:55.650Z] Removing intermediate container aa6c542d534f [2020-10-15T08:43:55.650Z] ---> 75508cc70b4c [2020-10-15T08:43:55.650Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T08:43:55.650Z] ---> Running in 4be7bf8f821e [2020-10-15T08:43:55.927Z] Removing intermediate container 0a7e22ac7a02 [2020-10-15T08:43:55.927Z] ---> 744cfe267006 [2020-10-15T08:43:55.927Z] Step 19/21 : LABEL arch=arm64 [2020-10-15T08:43:55.927Z] ---> Running in 3554f4ce9ec3 [2020-10-15T08:43:56.206Z] Removing intermediate container 4bf7b5d36779 [2020-10-15T08:43:56.206Z] ---> 017f4d6663c2 [2020-10-15T08:43:56.206Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-15T08:43:56.488Z] ---> Running in 0399562686f6 [2020-10-15T08:43:56.488Z] Removing intermediate container 4be7bf8f821e [2020-10-15T08:43:56.488Z] ---> a2314be1e847 [2020-10-15T08:43:56.488Z] Step 14/22 : WORKDIR / [2020-10-15T08:43:56.488Z] ---> 269b2534f118 [2020-10-15T08:43:56.488Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-15T08:43:56.774Z] ---> Running in 7351acef801e [2020-10-15T08:43:56.774Z] Removing intermediate container 3554f4ce9ec3 [2020-10-15T08:43:56.774Z] ---> 8c7422b8a272 [2020-10-15T08:43:56.774Z] Step 20/21 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:43:57.049Z] ---> Running in 920962506fd7 [2020-10-15T08:43:57.328Z] Removing intermediate container 7351acef801e [2020-10-15T08:43:57.328Z] ---> 5a30d9742de9 [2020-10-15T08:43:57.328Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-15T08:43:57.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:43:57.608Z] ---> 1ac3b7261560 [2020-10-15T08:43:57.608Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-15T08:43:57.608Z] Removing intermediate container 920962506fd7 [2020-10-15T08:43:57.608Z] ---> e927b3dfada5 [2020-10-15T08:43:57.608Z] Step 21/21 : LABEL version=0.0.0 [2020-10-15T08:43:57.884Z] ---> Running in 656b05a42224 [2020-10-15T08:43:58.503Z] ---> 0869c8882fdf [2020-10-15T08:43:58.503Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-15T08:43:58.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:43:58.503Z] Removing intermediate container 656b05a42224 [2020-10-15T08:43:58.503Z] ---> 19dc03a527ca [2020-10-15T08:43:58.503Z] [2020-10-15T08:43:59.114Z] Successfully built 19dc03a527ca [2020-10-15T08:43:59.114Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-15T08:43:59.114Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-10-15T08:43:59.393Z] ---> 1023c9bc3997 [2020-10-15T08:43:59.393Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-15T08:43:59.393Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:43:59.393Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:43:59.393Z] OK: 12623 distinct packages available [2020-10-15T08:44:00.381Z] OK: 217 MiB in 51 packages [2020-10-15T08:44:00.381Z] ---> 7c741213fb30 [2020-10-15T08:44:00.381Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-15T08:44:00.987Z] Removing intermediate container 0399562686f6 [2020-10-15T08:44:00.987Z] ---> 24954193c185 [2020-10-15T08:44:00.987Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T08:44:02.446Z] ---> e0382d52bfc1 [2020-10-15T08:44:02.446Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-15T08:44:02.446Z] ---> Running in b0f664c3d72e [2020-10-15T08:44:02.446Z] ---> 760481f57a7d [2020-10-15T08:44:02.446Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-15T08:44:03.060Z] ---> Running in faeb4a0254b9 [2020-10-15T08:44:03.348Z] Removing intermediate container b0f664c3d72e [2020-10-15T08:44:03.348Z] ---> e963eec6a0c5 [2020-10-15T08:44:03.348Z] Step 26/29 : CMD [ "generate" ] [2020-10-15T08:44:03.953Z] Removing intermediate container 86dd6acd220d [2020-10-15T08:44:03.953Z] ---> 4454b2dddbc0 [2020-10-15T08:44:03.953Z] Step 6/23 : COPY go.mod . [2020-10-15T08:44:04.248Z] ---> fcf5dd7011e2 [2020-10-15T08:44:04.248Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T08:44:04.248Z] ---> Running in 2032d46a899c [2020-10-15T08:44:04.527Z] Removing intermediate container faeb4a0254b9 [2020-10-15T08:44:04.527Z] ---> f95f68233263 [2020-10-15T08:44:04.527Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:44:05.197Z] ---> Running in 0949910061ba [2020-10-15T08:44:05.197Z] ---> 71d6078c8462 [2020-10-15T08:44:05.197Z] Step 7/23 : RUN go mod download [2020-10-15T08:44:05.197Z] Removing intermediate container 2032d46a899c [2020-10-15T08:44:05.197Z] ---> e7caf5098115 [2020-10-15T08:44:05.197Z] Step 27/29 : LABEL arch=arm64 [2020-10-15T08:44:05.476Z] ---> Running in ce51aae25569 [2020-10-15T08:44:05.476Z] ---> Running in 23986ec84f45 [2020-10-15T08:44:05.476Z] ---> 9e7d6dc32ea6 [2020-10-15T08:44:05.476Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T08:44:05.755Z] Removing intermediate container 0949910061ba [2020-10-15T08:44:05.755Z] ---> 3f8651cf7b9a [2020-10-15T08:44:05.755Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T08:44:05.755Z] ---> Running in e5b9ce91d54e [2020-10-15T08:44:06.033Z] ---> Running in 0ef38b102735 [2020-10-15T08:44:06.311Z] Removing intermediate container ce51aae25569 [2020-10-15T08:44:06.311Z] ---> 186f790858bd [2020-10-15T08:44:06.311Z] Step 28/29 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:44:06.588Z] ---> Running in 99e090f08782 [2020-10-15T08:44:06.875Z] Removing intermediate container 0ef38b102735 [2020-10-15T08:44:06.875Z] ---> 063ea56fd9cd [2020-10-15T08:44:06.875Z] Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:44:07.153Z] ---> Running in 6f87b1fbe203 [2020-10-15T08:44:07.153Z] Removing intermediate container 99e090f08782 [2020-10-15T08:44:07.153Z] ---> 81d1fc2bf588 [2020-10-15T08:44:07.153Z] Step 29/29 : LABEL version=0.0.0 [2020-10-15T08:44:07.760Z] ---> Running in 1b47112725fe [2020-10-15T08:44:08.037Z] Removing intermediate container 6f87b1fbe203 [2020-10-15T08:44:08.038Z] ---> 2d07c32ac1c2 [2020-10-15T08:44:08.038Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T08:44:08.643Z] ---> Running in 48af8cfa3799 [2020-10-15T08:44:08.643Z] Removing intermediate container 1b47112725fe [2020-10-15T08:44:08.643Z] ---> f482fb1905de [2020-10-15T08:44:08.643Z] [2020-10-15T08:44:09.258Z] Successfully built f482fb1905de [2020-10-15T08:44:09.860Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-15T08:44:09.860Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-10-15T08:44:10.464Z] Removing intermediate container 48af8cfa3799 [2020-10-15T08:44:10.464Z] ---> f06ac49a9fb6 [2020-10-15T08:44:10.464Z] [2020-10-15T08:44:10.464Z] Removing intermediate container 23986ec84f45 [2020-10-15T08:44:10.464Z] ---> 30086dbb1691 [2020-10-15T08:44:10.464Z] Step 8/23 : COPY . . [2020-10-15T08:44:10.744Z] Removing intermediate container e5b9ce91d54e [2020-10-15T08:44:10.744Z] ---> ff877e28ead9 [2020-10-15T08:44:10.744Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T08:44:10.744Z] Successfully built f06ac49a9fb6 [2020-10-15T08:44:11.022Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-15T08:44:11.022Z]  Building docker-core-metadata-go ... done  ---> Running in bb2e48524d81 [2020-10-15T08:44:11.022Z] Building docker-sys-mgmt-agent-go [2020-10-15T08:44:11.627Z] Removing intermediate container bb2e48524d81 [2020-10-15T08:44:11.627Z] ---> 53a4c5f81335 [2020-10-15T08:44:11.627Z] Step 24/26 : LABEL arch=arm64 [2020-10-15T08:44:13.077Z] ---> Running in 28d3eddb0f02 [2020-10-15T08:44:15.805Z] Removing intermediate container 28d3eddb0f02 [2020-10-15T08:44:15.805Z] ---> 49b10b9cf877 [2020-10-15T08:44:15.805Z] Step 25/26 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:44:17.259Z] ---> Running in 776866b3ad4d [2020-10-15T08:44:18.710Z] Removing intermediate container 776866b3ad4d [2020-10-15T08:44:18.710Z] ---> 2c53a0898786 [2020-10-15T08:44:18.710Z] Step 26/26 : LABEL version=0.0.0 [2020-10-15T08:44:19.329Z] ---> Running in 52a2bae6a273 [2020-10-15T08:44:20.806Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:44:20.806Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:44:20.806Z] ---> dbe3081d4934 [2020-10-15T08:44:20.806Z] Step 3/24 : WORKDIR /edgex-go [2020-10-15T08:44:20.806Z] ---> Using cache [2020-10-15T08:44:20.806Z] ---> f2a132661af8 [2020-10-15T08:44:20.806Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:44:20.806Z] ---> Using cache [2020-10-15T08:44:20.806Z] ---> cb1b6b3440c8 [2020-10-15T08:44:20.806Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-15T08:44:20.806Z] Removing intermediate container 52a2bae6a273 [2020-10-15T08:44:20.806Z] ---> 77db487ed2ff [2020-10-15T08:44:20.806Z] [2020-10-15T08:44:21.085Z] ---> Running in 64618d871a79 [2020-10-15T08:44:21.364Z] Successfully built 77db487ed2ff [2020-10-15T08:44:21.365Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-15T08:44:21.365Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-15T08:44:22.809Z] ---> 1925bef67f6f [2020-10-15T08:44:22.809Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-15T08:44:23.093Z] ---> Running in 4077072d2cef [2020-10-15T08:44:23.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:44:24.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:44:24.684Z] 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-15T08:44:24.964Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:44:24.964Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:44:24.964Z] OK: 12623 distinct packages available [2020-10-15T08:44:25.961Z] OK: 217 MiB in 51 packages [2020-10-15T08:44:27.978Z] Removing intermediate container 64618d871a79 [2020-10-15T08:44:27.978Z] ---> 74edb08311db [2020-10-15T08:44:27.978Z] Step 6/24 : COPY go.mod . [2020-10-15T08:44:29.440Z] ---> cb459fed4443 [2020-10-15T08:44:29.440Z] Step 7/24 : RUN go mod download [2020-10-15T08:44:30.052Z] ---> Running in ce48b8ca7ee9 [2020-10-15T08:44:36.830Z] Removing intermediate container ce48b8ca7ee9 [2020-10-15T08:44:36.830Z] ---> 3d4ccf85c09c [2020-10-15T08:44:36.830Z] Step 8/24 : COPY . . [2020-10-15T08:44:47.298Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:44:47.298Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:44:47.298Z] ---> dbe3081d4934 [2020-10-15T08:44:47.298Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T08:44:47.298Z] ---> Using cache [2020-10-15T08:44:47.298Z] ---> f2a132661af8 [2020-10-15T08:44:47.298Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:44:47.298Z] ---> Using cache [2020-10-15T08:44:47.298Z] ---> cb1b6b3440c8 [2020-10-15T08:44:47.298Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T08:44:47.298Z] ---> Using cache [2020-10-15T08:44:47.298Z] ---> be7070e48489 [2020-10-15T08:44:47.298Z] Step 6/22 : COPY go.mod . [2020-10-15T08:44:47.298Z] ---> Using cache [2020-10-15T08:44:47.298Z] ---> 2237bb053a76 [2020-10-15T08:44:47.298Z] Step 7/22 : RUN go mod download [2020-10-15T08:44:47.298Z] ---> Using cache [2020-10-15T08:44:47.298Z] ---> dd316548566a [2020-10-15T08:44:47.298Z] Step 8/22 : COPY . . [2020-10-15T08:44:47.298Z] ---> Using cache [2020-10-15T08:44:47.298Z] ---> 7e2efb900353 [2020-10-15T08:44:47.298Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-15T08:44:47.576Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:44:47.576Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:44:47.576Z] ---> dbe3081d4934 [2020-10-15T08:44:47.576Z] Step 3/27 : WORKDIR /edgex-go [2020-10-15T08:44:47.576Z] ---> Using cache [2020-10-15T08:44:47.576Z] ---> f2a132661af8 [2020-10-15T08:44:47.576Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:44:47.576Z] ---> Using cache [2020-10-15T08:44:47.576Z] ---> cb1b6b3440c8 [2020-10-15T08:44:47.576Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-15T08:44:50.254Z] ---> Running in 5ce96fca760b [2020-10-15T08:44:50.254Z] ---> Running in b8d86672c40f [2020-10-15T08:44:54.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:44:54.627Z] 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-15T08:44:54.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:44:56.374Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:44:56.374Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:44:56.374Z] OK: 12623 distinct packages available [2020-10-15T08:44:56.980Z] OK: 217 MiB in 51 packages [2020-10-15T08:44:58.987Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T08:44:58.987Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T08:44:58.987Z] ---> dbe3081d4934 [2020-10-15T08:44:58.987Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T08:44:58.987Z] ---> Using cache [2020-10-15T08:44:58.987Z] ---> f2a132661af8 [2020-10-15T08:44:58.987Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:44:58.987Z] ---> Using cache [2020-10-15T08:44:58.987Z] ---> cb1b6b3440c8 [2020-10-15T08:44:58.987Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-15T08:44:59.271Z] ---> Running in 0ae478a1070f [2020-10-15T08:45:00.728Z] Removing intermediate container 5ce96fca760b [2020-10-15T08:45:00.728Z] ---> 7d2deb7379b2 [2020-10-15T08:45:00.728Z] Step 6/27 : COPY go.mod . [2020-10-15T08:45:02.749Z] ---> f05300fc4184 [2020-10-15T08:45:02.749Z] Step 7/27 : RUN go mod download [2020-10-15T08:45:02.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:45:02.750Z] ---> Running in cc30efd75acd [2020-10-15T08:45:03.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:45:04.349Z] ---> 8bde2da7ab37 [2020-10-15T08:45:04.349Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-15T08:45:04.349Z] ---> Running in 600c597711b2 [2020-10-15T08:45:04.624Z] v3.12.0-410-g9380b2bf9c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T08:45:04.624Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T08:45:04.624Z] OK: 12623 distinct packages available [2020-10-15T08:45:06.086Z] OK: 217 MiB in 51 packages [2020-10-15T08:45:06.691Z] OK: 217 MiB in 51 packages [2020-10-15T08:45:07.693Z] 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-15T08:45:08.301Z] Removing intermediate container cc30efd75acd [2020-10-15T08:45:08.301Z] ---> 697459c21796 [2020-10-15T08:45:08.301Z] Step 8/27 : COPY . . [2020-10-15T08:45:08.921Z] Removing intermediate container 0ae478a1070f [2020-10-15T08:45:08.921Z] ---> 10ed0c938123 [2020-10-15T08:45:08.921Z] Step 6/22 : COPY go.mod . [2020-10-15T08:45:10.386Z] ---> 62c4c789ed20 [2020-10-15T08:45:10.386Z] Step 7/22 : RUN go mod download [2020-10-15T08:45:11.011Z] ---> Running in 98d318718989 [2020-10-15T08:45:19.374Z] Removing intermediate container 98d318718989 [2020-10-15T08:45:19.374Z] ---> 15ecf30982a1 [2020-10-15T08:45:19.374Z] Step 8/22 : COPY . . [2020-10-15T08:45:31.891Z] ---> b8f7f437eb4a [2020-10-15T08:45:31.892Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-15T08:45:32.167Z] ---> Running in 334bcccdf104 [2020-10-15T08:45:34.808Z] 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-15T08:45:38.249Z] ---> 6d4b562432de [2020-10-15T08:45:38.250Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-15T08:45:38.531Z] ---> Running in 6aec9ab8709a [2020-10-15T08:45:41.171Z] 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-15T08:46:28.262Z] Removing intermediate container 4077072d2cef [2020-10-15T08:46:28.262Z] ---> 650554c54ab8 [2020-10-15T08:46:28.262Z] [2020-10-15T08:46:28.262Z] Step 10/23 : FROM alpine [2020-10-15T08:46:28.262Z] ---> 62ee0e9f8440 [2020-10-15T08:46:28.262Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T08:46:28.262Z] ---> Running in cea6765fbd25 [2020-10-15T08:46:28.262Z] Removing intermediate container cea6765fbd25 [2020-10-15T08:46:28.262Z] ---> ec50e1226939 [2020-10-15T08:46:28.262Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-15T08:46:28.262Z] ---> Running in 55b031328b16 [2020-10-15T08:46:28.262Z] Removing intermediate container 55b031328b16 [2020-10-15T08:46:28.262Z] ---> d5dc63ca29c6 [2020-10-15T08:46:28.262Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-15T08:46:28.262Z] ---> Running in 75cc8c6f9523 [2020-10-15T08:46:28.262Z] Removing intermediate container 75cc8c6f9523 [2020-10-15T08:46:28.262Z] ---> a0a5e0a056c2 [2020-10-15T08:46:28.262Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T08:46:28.262Z] ---> Running in 3faf261a4547 [2020-10-15T08:46:31.695Z] Removing intermediate container 3faf261a4547 [2020-10-15T08:46:31.695Z] ---> bfb221dc608b [2020-10-15T08:46:31.695Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-15T08:46:31.984Z] ---> Running in 44e2c2dc4e6d [2020-10-15T08:46:34.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:46:35.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:46:36.231Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-15T08:46:36.231Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-15T08:46:36.231Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-15T08:46:36.508Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-15T08:46:36.788Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-15T08:46:36.789Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T08:46:36.789Z] OK: 8 MiB in 19 packages [2020-10-15T08:46:39.456Z] Removing intermediate container 44e2c2dc4e6d [2020-10-15T08:46:39.456Z] ---> 0d1552b087ab [2020-10-15T08:46:39.456Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-15T08:46:40.458Z] ---> 801d92c8e23a [2020-10-15T08:46:40.736Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-15T08:46:44.165Z] ---> 825f295f0826 [2020-10-15T08:46:44.165Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-15T08:46:44.442Z] Removing intermediate container b8d86672c40f [2020-10-15T08:46:44.442Z] ---> a4855a3a032e [2020-10-15T08:46:44.442Z] [2020-10-15T08:46:44.442Z] Step 10/22 : FROM scratch [2020-10-15T08:46:44.442Z] ---> [2020-10-15T08:46:44.443Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T08:46:44.726Z] ---> Using cache [2020-10-15T08:46:44.726Z] ---> ec907fe50e98 [2020-10-15T08:46:44.726Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-15T08:46:45.005Z] ---> Running in a86ba082505e [2020-10-15T08:46:45.005Z] ---> 404cd206d014 [2020-10-15T08:46:45.005Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-15T08:46:45.287Z] ---> Running in 8c3ced46e508 [2020-10-15T08:46:46.077Z] Removing intermediate container a86ba082505e [2020-10-15T08:46:46.077Z] ---> 38cc25c68311 [2020-10-15T08:46:46.077Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T08:46:46.077Z] ---> Running in 9ac55f4d4b4a [2020-10-15T08:46:46.652Z] Removing intermediate container 8c3ced46e508 [2020-10-15T08:46:46.652Z] ---> 77e9e20fedcd [2020-10-15T08:46:46.652Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:46:46.652Z] ---> Running in 064d0f7308ff [2020-10-15T08:46:46.966Z] Removing intermediate container 9ac55f4d4b4a [2020-10-15T08:46:46.966Z] ---> dbc591bb5493 [2020-10-15T08:46:46.966Z] Step 14/22 : WORKDIR / [2020-10-15T08:46:46.966Z] ---> Running in 654db84ee73c [2020-10-15T08:46:47.264Z] Removing intermediate container 064d0f7308ff [2020-10-15T08:46:47.264Z] ---> 17829bf2c58b [2020-10-15T08:46:47.264Z] Step 21/23 : LABEL arch=arm64 [2020-10-15T08:46:47.592Z] ---> Running in 6556f6ca156f [2020-10-15T08:46:47.864Z] Removing intermediate container 654db84ee73c [2020-10-15T08:46:47.864Z] ---> 8220878a6e91 [2020-10-15T08:46:47.864Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-15T08:46:48.479Z] Removing intermediate container 6556f6ca156f [2020-10-15T08:46:48.479Z] ---> f41cc77adbd6 [2020-10-15T08:46:48.479Z] Step 22/23 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:46:48.479Z] ---> Running in f7f85d5f14a0 [2020-10-15T08:46:49.149Z] ---> 73149ea0dcc8 [2020-10-15T08:46:49.149Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-15T08:46:49.426Z] Removing intermediate container f7f85d5f14a0 [2020-10-15T08:46:49.426Z] ---> 88cb2ea38026 [2020-10-15T08:46:49.426Z] Step 23/23 : LABEL version=0.0.0 [2020-10-15T08:46:49.703Z] ---> Running in 8d9921745c4d [2020-10-15T08:46:50.696Z] Removing intermediate container 8d9921745c4d [2020-10-15T08:46:50.696Z] ---> 02d15c948dc9 [2020-10-15T08:46:50.696Z] [2020-10-15T08:46:51.313Z] Successfully built 02d15c948dc9 [2020-10-15T08:46:51.313Z] ---> 4f7e7719b9cb [2020-10-15T08:46:51.313Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-15T08:46:51.595Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-15T08:46:52.592Z]  Building docker-core-data-go ... done  ---> 633dc314e7f3 [2020-10-15T08:46:52.592Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-15T08:46:52.875Z] ---> Running in efd30073b2db [2020-10-15T08:46:53.480Z] Removing intermediate container efd30073b2db [2020-10-15T08:46:53.480Z] ---> 93910f4d4111 [2020-10-15T08:46:53.480Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:46:53.480Z] ---> Running in 9cedcd3281d2 [2020-10-15T08:46:54.466Z] Removing intermediate container 9cedcd3281d2 [2020-10-15T08:46:54.466Z] ---> 5bafb0db69d6 [2020-10-15T08:46:54.466Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T08:46:54.466Z] ---> Running in b438294dacad [2020-10-15T08:46:55.460Z] Removing intermediate container b438294dacad [2020-10-15T08:46:55.460Z] ---> bf4a44601e91 [2020-10-15T08:46:55.460Z] Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:46:55.460Z] ---> Running in 54f0c086dd1b [2020-10-15T08:46:56.452Z] Removing intermediate container 54f0c086dd1b [2020-10-15T08:46:56.452Z] ---> e73456f5de89 [2020-10-15T08:46:56.452Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T08:46:56.741Z] ---> Running in 94beb2645436 [2020-10-15T08:46:57.737Z] Removing intermediate container 94beb2645436 [2020-10-15T08:46:57.737Z] ---> 8eb7a0929d1a [2020-10-15T08:46:57.737Z] [2020-10-15T08:46:58.347Z] Successfully built 8eb7a0929d1a [2020-10-15T08:46:58.347Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-15T08:46:59.347Z]  Building docker-core-command-go ... done Removing intermediate container 600c597711b2 [2020-10-15T08:46:59.347Z] ---> 411e11f87b61 [2020-10-15T08:46:59.347Z] [2020-10-15T08:46:59.347Z] Step 10/24 : FROM scratch [2020-10-15T08:46:59.347Z] ---> [2020-10-15T08:46:59.347Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T08:46:59.970Z] ---> Running in f708253d60a5 [2020-10-15T08:47:00.581Z] Removing intermediate container f708253d60a5 [2020-10-15T08:47:00.581Z] ---> f75ed07e9120 [2020-10-15T08:47:00.581Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-15T08:47:00.581Z] ---> Running in 530ca2bf10a3 [2020-10-15T08:47:01.188Z] Removing intermediate container 530ca2bf10a3 [2020-10-15T08:47:01.188Z] ---> 08dc3ef79e7d [2020-10-15T08:47:01.188Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T08:47:01.462Z] ---> Running in 386d547ec681 [2020-10-15T08:47:02.450Z] Removing intermediate container 386d547ec681 [2020-10-15T08:47:02.450Z] ---> 9323a615f02a [2020-10-15T08:47:02.450Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-15T08:47:02.450Z] Removing intermediate container 334bcccdf104 [2020-10-15T08:47:02.450Z] ---> 4dfe84b38352 [2020-10-15T08:47:02.450Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-15T08:47:02.727Z] ---> Running in e4babeaca8d7 [2020-10-15T08:47:03.332Z] ---> 5092e413ecf3 [2020-10-15T08:47:03.332Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-15T08:47:04.773Z] ---> 18e56c11a06f [2020-10-15T08:47:04.773Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-15T08:47:04.773Z] 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-15T08:47:06.765Z] ---> cb77f7a3cf03 [2020-10-15T08:47:06.765Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-15T08:47:07.038Z] Removing intermediate container 6aec9ab8709a [2020-10-15T08:47:07.038Z] ---> a97f2a10a982 [2020-10-15T08:47:07.038Z] [2020-10-15T08:47:07.038Z] Step 10/22 : FROM scratch [2020-10-15T08:47:07.038Z] ---> [2020-10-15T08:47:07.038Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T08:47:07.314Z] ---> Using cache [2020-10-15T08:47:07.314Z] ---> f75ed07e9120 [2020-10-15T08:47:07.314Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-15T08:47:07.314Z] ---> Running in f7f6b1ebcc3f [2020-10-15T08:47:07.591Z] ---> 7b5f2f1cfd0e [2020-10-15T08:47:07.591Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-15T08:47:07.865Z] Removing intermediate container f7f6b1ebcc3f [2020-10-15T08:47:07.865Z] ---> cf9119127340 [2020-10-15T08:47:07.865Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T08:47:08.140Z] Removing intermediate container e4babeaca8d7 [2020-10-15T08:47:08.140Z] ---> 48e936a89ea7 [2020-10-15T08:47:08.140Z] [2020-10-15T08:47:08.140Z] Step 11/27 : FROM docker:latest [2020-10-15T08:47:08.140Z] ---> 45884bde0078 [2020-10-15T08:47:08.140Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-15T08:47:08.140Z] ---> Running in 941a5bfeb8c2 [2020-10-15T08:47:08.422Z] ---> Running in e624939a7fa6 [2020-10-15T08:47:09.025Z] Removing intermediate container 941a5bfeb8c2 [2020-10-15T08:47:09.025Z] ---> 7971d3f91a13 [2020-10-15T08:47:09.025Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-15T08:47:09.025Z] ---> b9d8e81f2f7c [2020-10-15T08:47:09.025Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-15T08:47:10.000Z] ---> f086460a3837 [2020-10-15T08:47:10.000Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-15T08:47:10.000Z] ---> 25e1069f6513 [2020-10-15T08:47:10.000Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-15T08:47:10.000Z] ---> Running in 3850b8858216 [2020-10-15T08:47:10.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:47:10.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:47:10.554Z] Removing intermediate container 3850b8858216 [2020-10-15T08:47:10.554Z] ---> ad92dfcea9ef [2020-10-15T08:47:10.554Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:47:10.554Z] ---> 3e57fbbca913 [2020-10-15T08:47:10.554Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-15T08:47:10.554Z] ---> Running in 19ee453c902b [2020-10-15T08:47:10.831Z] (1/2) Installing readline (8.0.4-r0) [2020-10-15T08:47:10.831Z] (2/2) Installing bash (5.0.17-r0) [2020-10-15T08:47:10.831Z] Executing bash-5.0.17-r0.post-install [2020-10-15T08:47:10.831Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T08:47:10.831Z] OK: 12 MiB in 22 packages [2020-10-15T08:47:11.429Z] Removing intermediate container 19ee453c902b [2020-10-15T08:47:11.429Z] ---> 840740080937 [2020-10-15T08:47:11.429Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T08:47:11.704Z] ---> Running in af992219e24a [2020-10-15T08:47:11.704Z] ---> 7845f76235d7 [2020-10-15T08:47:11.980Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-15T08:47:12.257Z] Removing intermediate container af992219e24a [2020-10-15T08:47:12.257Z] ---> 8382db2e128a [2020-10-15T08:47:12.257Z] Step 23/24 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:47:12.532Z] Removing intermediate container e624939a7fa6 [2020-10-15T08:47:12.532Z] ---> 7a6bbf5220d2 [2020-10-15T08:47:12.532Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-15T08:47:12.532Z] ---> Running in 7cdf2d3a9a09 [2020-10-15T08:47:12.532Z] ---> Running in 59a43c445546 [2020-10-15T08:47:12.809Z] ---> 7f81ebd71338 [2020-10-15T08:47:12.809Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-15T08:47:13.090Z] ---> Running in 580f2936a44f [2020-10-15T08:47:13.090Z] Removing intermediate container 7cdf2d3a9a09 [2020-10-15T08:47:13.090Z] ---> aadbc5d4a644 [2020-10-15T08:47:13.090Z] Step 24/24 : LABEL version=0.0.0 [2020-10-15T08:47:13.090Z] ---> Running in 2675d01506ac [2020-10-15T08:47:13.694Z] Removing intermediate container 580f2936a44f [2020-10-15T08:47:13.694Z] ---> 6a047a77a42a [2020-10-15T08:47:13.694Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:47:13.694Z] ---> Running in 628584dbc40e [2020-10-15T08:47:13.694Z] Removing intermediate container 2675d01506ac [2020-10-15T08:47:13.694Z] ---> 014addfbd76f [2020-10-15T08:47:13.694Z] [2020-10-15T08:47:14.299Z] Successfully built 014addfbd76f [2020-10-15T08:47:14.299Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-15T08:47:14.299Z]  Building docker-support-notifications-go ... done Removing intermediate container 628584dbc40e [2020-10-15T08:47:14.299Z] ---> ff539df01c52 [2020-10-15T08:47:14.299Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T08:47:14.574Z] ---> Running in e7c0c7bff7bf [2020-10-15T08:47:15.169Z] Removing intermediate container e7c0c7bff7bf [2020-10-15T08:47:15.169Z] ---> 4075488c5cbf [2020-10-15T08:47:15.169Z] Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:47:15.169Z] ---> Running in bb5600a74939 [2020-10-15T08:47:15.439Z] Removing intermediate container 59a43c445546 [2020-10-15T08:47:15.439Z] ---> 664cfe1850fa [2020-10-15T08:47:15.439Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-15T08:47:15.439Z] ---> Running in f983fde2da5b [2020-10-15T08:47:15.709Z] Removing intermediate container bb5600a74939 [2020-10-15T08:47:15.709Z] ---> 207c5f56106c [2020-10-15T08:47:15.709Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T08:47:15.980Z] Removing intermediate container f983fde2da5b [2020-10-15T08:47:15.980Z] ---> f6d4fd69841e [2020-10-15T08:47:15.980Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-15T08:47:15.980Z] ---> Running in af1fd0055000 [2020-10-15T08:47:15.980Z] ---> Running in 8ac886e80acc [2020-10-15T08:47:16.252Z] Removing intermediate container af1fd0055000 [2020-10-15T08:47:16.252Z] ---> b950800ab4c2 [2020-10-15T08:47:16.252Z] [2020-10-15T08:47:16.843Z] Successfully built b950800ab4c2 [2020-10-15T08:47:16.843Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-15T08:47:16.843Z]  Building docker-support-logging-go ... done Removing intermediate container 8ac886e80acc [2020-10-15T08:47:16.843Z] ---> c8bcb9ce5256 [2020-10-15T08:47:16.843Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-15T08:47:16.843Z] ---> Running in 4e1cc8bf1e6e [2020-10-15T08:47:17.442Z] Removing intermediate container 4e1cc8bf1e6e [2020-10-15T08:47:17.442Z] ---> 5b4d05d80608 [2020-10-15T08:47:17.442Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-15T08:47:18.419Z] ---> b8fa1638062e [2020-10-15T08:47:18.419Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-15T08:47:19.400Z] ---> 9f6cfc438fcf [2020-10-15T08:47:19.400Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-15T08:47:19.997Z] ---> 8535afe630e0 [2020-10-15T08:47:19.997Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-15T08:47:20.282Z] ---> Running in ac92c525d689 [2020-10-15T08:47:21.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:47:21.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:47:22.582Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-15T08:47:22.582Z] (2/33) Installing expat (2.2.9-r1) [2020-10-15T08:47:22.582Z] (3/33) Installing libffi (3.3-r2) [2020-10-15T08:47:22.582Z] (4/33) Installing gdbm (1.13-r1) [2020-10-15T08:47:22.582Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-15T08:47:22.582Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-15T08:47:22.582Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-15T08:47:24.544Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-15T08:47:24.544Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-15T08:47:24.544Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-15T08:47:24.544Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-15T08:47:24.544Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-15T08:47:24.544Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-15T08:47:24.544Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-15T08:47:24.544Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-15T08:47:24.544Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-15T08:47:24.544Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-15T08:47:24.544Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-15T08:47:24.544Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-15T08:47:24.544Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-15T08:47:24.544Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-15T08:47:24.544Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-15T08:47:24.544Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-15T08:47:24.812Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-15T08:47:24.812Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-15T08:47:24.812Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-15T08:47:24.812Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-15T08:47:24.812Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-15T08:47:24.812Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-15T08:47:24.812Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-15T08:47:24.813Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-15T08:47:24.813Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-15T08:47:24.813Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-15T08:47:25.084Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T08:47:25.084Z] OK: 71 MiB in 55 packages [2020-10-15T08:47:31.795Z] Removing intermediate container ac92c525d689 [2020-10-15T08:47:31.795Z] ---> 559a311fb619 [2020-10-15T08:47:31.795Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-15T08:47:31.795Z] ---> Running in 3561f07c086f [2020-10-15T08:47:36.089Z] Collecting docker-compose==1.23.2 [2020-10-15T08:47:36.089Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-15T08:47:37.060Z] Collecting PyYAML<4,>=3.10 [2020-10-15T08:47:37.060Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-15T08:47:40.437Z] Collecting cached-property<2,>=1.2.0 [2020-10-15T08:47:40.437Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-15T08:47:40.437Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-15T08:47:40.437Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-15T08:47:41.031Z] Collecting texttable<0.10,>=0.9.0 [2020-10-15T08:47:41.031Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-15T08:47:43.649Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-15T08:47:43.649Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-15T08:47:44.250Z] Collecting docker<4.0,>=3.6.0 [2020-10-15T08:47:44.250Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-15T08:47:44.843Z] Collecting jsonschema<3,>=2.5.1 [2020-10-15T08:47:44.843Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-15T08:47:45.118Z] 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-15T08:47:45.118Z] Collecting docopt<0.7,>=0.6.1 [2020-10-15T08:47:45.118Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-15T08:47:47.093Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-15T08:47:47.093Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-15T08:47:49.770Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-15T08:47:49.770Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-15T08:47:49.770Z] 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-15T08:47:49.770Z] Collecting idna<2.8,>=2.5 [2020-10-15T08:47:49.770Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-15T08:47:49.770Z] 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-15T08:47:50.050Z] Collecting docker-pycreds>=0.4.0 [2020-10-15T08:47:50.050Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-15T08:47:50.328Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-15T08:47:50.328Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-15T08:47:50.328Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-15T08:47:50.328Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-15T08:47:51.306Z] Installing collected packages: PyYAML, cached-property, websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, dockerpty, docker-compose [2020-10-15T08:47:51.306Z] Running setup.py install for PyYAML: started [2020-10-15T08:47:53.268Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-15T08:47:53.268Z] Running setup.py install for texttable: started [2020-10-15T08:47:55.232Z] Running setup.py install for texttable: finished with status 'done' [2020-10-15T08:47:55.232Z] Attempting uninstall: urllib3 [2020-10-15T08:47:55.232Z] Found existing installation: urllib3 1.25.9 [2020-10-15T08:47:55.232Z] Uninstalling urllib3-1.25.9: [2020-10-15T08:47:55.232Z] Successfully uninstalled urllib3-1.25.9 [2020-10-15T08:47:55.832Z] Attempting uninstall: idna [2020-10-15T08:47:55.832Z] Found existing installation: idna 2.9 [2020-10-15T08:47:55.832Z] Uninstalling idna-2.9: [2020-10-15T08:47:55.832Z] Successfully uninstalled idna-2.9 [2020-10-15T08:47:56.426Z] Attempting uninstall: requests [2020-10-15T08:47:56.426Z] Found existing installation: requests 2.23.0 [2020-10-15T08:47:56.426Z] Uninstalling requests-2.23.0: [2020-10-15T08:47:56.426Z] Successfully uninstalled requests-2.23.0 [2020-10-15T08:47:57.852Z] Running setup.py install for docopt: started [2020-10-15T08:47:59.821Z] Running setup.py install for docopt: finished with status 'done' [2020-10-15T08:47:59.821Z] Running setup.py install for dockerpty: started [2020-10-15T08:48:01.255Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-15T08:48:02.234Z] 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-15T08:48:05.610Z] Removing intermediate container 3561f07c086f [2020-10-15T08:48:05.610Z] ---> f5decb712518 [2020-10-15T08:48:05.610Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-15T08:48:05.610Z] ---> Running in 77f6373aa80b [2020-10-15T08:48:07.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T08:48:07.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T08:48:07.914Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T08:48:07.914Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-15T08:48:07.914Z] (3/3) Installing curl (7.69.1-r1) [2020-10-15T08:48:07.914Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T08:48:07.914Z] OK: 71 MiB in 58 packages [2020-10-15T08:48:09.347Z] Removing intermediate container 77f6373aa80b [2020-10-15T08:48:09.347Z] ---> e0800f97fc4d [2020-10-15T08:48:09.347Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-15T08:48:09.347Z] ---> Running in e4249a819c15 [2020-10-15T08:48:09.942Z] Removing intermediate container e4249a819c15 [2020-10-15T08:48:09.942Z] ---> 01109f29925f [2020-10-15T08:48:09.942Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T08:48:09.942Z] ---> Running in 56ce7141d06e [2020-10-15T08:48:10.538Z] Removing intermediate container 56ce7141d06e [2020-10-15T08:48:10.538Z] ---> d0f457363363 [2020-10-15T08:48:10.538Z] Step 25/27 : LABEL arch=arm64 [2020-10-15T08:48:10.538Z] ---> Running in 8fddaf09ae4f [2020-10-15T08:48:11.134Z] Removing intermediate container 8fddaf09ae4f [2020-10-15T08:48:11.134Z] ---> 8a98889084af [2020-10-15T08:48:11.134Z] Step 26/27 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T08:48:11.134Z] ---> Running in 0d89ab54d303 [2020-10-15T08:48:11.733Z] Removing intermediate container 0d89ab54d303 [2020-10-15T08:48:11.733Z] ---> 601bfb89f6cf [2020-10-15T08:48:11.733Z] Step 27/27 : LABEL version=0.0.0 [2020-10-15T08:48:11.733Z] ---> Running in f96d3f6605f4 [2020-10-15T08:48:12.330Z] Removing intermediate container f96d3f6605f4 [2020-10-15T08:48:12.330Z] ---> 486f7857162e [2020-10-15T08:48:12.330Z] [2020-10-15T08:48:12.603Z] Successfully built 486f7857162e [2020-10-15T08:48:12.603Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-15T08:48:12.891Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-15T08:48:12.905Z] $ docker stop --time=1 e492b96b03a5ddd0dab3207595dc002872681a868e64404743778d745fe6160a [2020-10-15T08:48:14.788Z] $ docker rm -f e492b96b03a5ddd0dab3207595dc002872681a868e64404743778d745fe6160a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T08:48:15.501Z] + docker images [2020-10-15T08:48:15.501Z] + grep docker [2020-10-15T08:48:15.774Z] docker-sys-mgmt-agent-go-arm64 latest 486f7857162e 4 seconds ago 270MB [2020-10-15T08:48:15.774Z] docker-support-logging-go-arm64 latest b950800ab4c2 59 seconds ago 10.6MB [2020-10-15T08:48:15.774Z] docker-support-notifications-go-arm64 latest 014addfbd76f About a minute ago 12.9MB [2020-10-15T08:48:15.774Z] docker-core-command-go-arm64 latest 8eb7a0929d1a About a minute ago 11.4MB [2020-10-15T08:48:15.774Z] docker-core-data-go-arm64 latest 02d15c948dc9 About a minute ago 22.2MB [2020-10-15T08:48:15.774Z] docker-security-secretstore-setup-go-arm64 latest 77db487ed2ff 3 minutes ago 30.8MB [2020-10-15T08:48:15.775Z] docker-core-metadata-go-arm64 latest f06ac49a9fb6 4 minutes ago 13.4MB [2020-10-15T08:48:15.775Z] docker-security-secrets-setup-go-arm64 latest f482fb1905de 4 minutes ago 22.7MB [2020-10-15T08:48:15.775Z] docker-support-scheduler-go-arm64 latest 19dc03a527ca 4 minutes ago 11.5MB [2020-10-15T08:48:15.775Z] docker-security-proxy-setup-go-arm64 latest d47014b5f53a 4 minutes ago 15.1MB [2020-10-15T08:48:15.775Z] 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-15T08:48:19.595Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:48:20.164Z] ---> package-listing.sh [2020-10-15T08:48:20.164Z] ++ facter osfamily [2020-10-15T08:48:20.164Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T08:48:20.164Z] + OS_FAMILY=redhat [2020-10-15T08:48:20.164Z] + workspace=/w/workspace/edgex-go/8 [2020-10-15T08:48:20.164Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T08:48:20.164Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T08:48:20.164Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T08:48:20.164Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T08:48:20.164Z] + '[' /w/workspace/edgex-go/8 ']' [2020-10-15T08:48:20.164Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T08:48:20.164Z] + case "${OS_FAMILY}" in [2020-10-15T08:48:20.164Z] + rpm -qa [2020-10-15T08:48:20.164Z] + sort [2020-10-15T08:48:24.376Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T08:48:24.376Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T08:48:24.376Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T08:48:24.376Z] + '[' /w/workspace/edgex-go/8 ']' [2020-10-15T08:48:24.376Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2020-10-15T08:48:24.376Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2020-10-15T08:48:24.389Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T08:48:24.682Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:48:24.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T08:48:24.985Z] [2020-10-15T08:48:24.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T08:48:25.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T08:48:25.346Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T08:48:25.346Z] df20fa9351a1: Pulling fs layer [2020-10-15T08:48:25.346Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T08:48:25.346Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T08:48:25.346Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T08:48:25.346Z] 93b61091891f: Pulling fs layer [2020-10-15T08:48:25.346Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T08:48:25.346Z] 5e14af77c1be: Pulling fs layer [2020-10-15T08:48:25.346Z] 01666e4c0597: Pulling fs layer [2020-10-15T08:48:25.346Z] aa168da1d23b: Pulling fs layer [2020-10-15T08:48:25.346Z] 46f8f816bc3b: Waiting [2020-10-15T08:48:25.346Z] 93b61091891f: Waiting [2020-10-15T08:48:25.346Z] 93b9cdb0e59b: Waiting [2020-10-15T08:48:25.346Z] 5e14af77c1be: Waiting [2020-10-15T08:48:25.346Z] 01666e4c0597: Waiting [2020-10-15T08:48:25.346Z] aa168da1d23b: Waiting [2020-10-15T08:48:25.610Z] df20fa9351a1: Verifying Checksum [2020-10-15T08:48:25.610Z] 46f8f816bc3b: Download complete [2020-10-15T08:48:25.610Z] 36b3adc4ff6f: Download complete [2020-10-15T08:48:25.610Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T08:48:25.610Z] 93b9cdb0e59b: Download complete [2020-10-15T08:48:25.610Z] 93b61091891f: Verifying Checksum [2020-10-15T08:48:25.610Z] 93b61091891f: Download complete [2020-10-15T08:48:25.610Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T08:48:25.610Z] 8ad3a11d3b57: Download complete [2020-10-15T08:48:25.610Z] 5e14af77c1be: Verifying Checksum [2020-10-15T08:48:25.610Z] 5e14af77c1be: Download complete [2020-10-15T08:48:25.610Z] 01666e4c0597: Verifying Checksum [2020-10-15T08:48:25.610Z] 01666e4c0597: Download complete [2020-10-15T08:48:25.873Z] df20fa9351a1: Pull complete [2020-10-15T08:48:26.137Z] 36b3adc4ff6f: Pull complete [2020-10-15T08:48:26.717Z] 8ad3a11d3b57: Pull complete [2020-10-15T08:48:26.717Z] 46f8f816bc3b: Pull complete [2020-10-15T08:48:27.295Z] 93b61091891f: Pull complete [2020-10-15T08:48:27.556Z] 93b9cdb0e59b: Pull complete [2020-10-15T08:48:27.557Z] 5e14af77c1be: Pull complete [2020-10-15T08:48:27.821Z] 01666e4c0597: Pull complete [2020-10-15T08:48:28.086Z] aa168da1d23b: Verifying Checksum [2020-10-15T08:48:28.086Z] aa168da1d23b: Download complete [2020-10-15T08:48:34.704Z] aa168da1d23b: Pull complete [2020-10-15T08:48:34.704Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T08:48:34.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T08:48:34.704Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T08:48:34.898Z] prd-centos7-docker-4c-2g-5582 does not seem to be running inside a container [2020-10-15T08:48:34.939Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T08:48:38.324Z] $ docker top 3569fcd6810c323d8c9aa46045117b4909cf6f3c3380adb2907e760adec787ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T08:48:38.897Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T08:48:39.196Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T08:48:39.493Z] + ls /var/log/sa-host [2020-10-15T08:48:39.493Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T08:48:39.493Z] file_magic: OK [2020-10-15T08:48:39.493Z] HZ: Using current value: 100 [2020-10-15T08:48:39.493Z] file_header: OK [2020-10-15T08:48:39.493Z] 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-15T08:48:39.493Z] Statistics: [2020-10-15T08:48:39.493Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T08:48:39.493Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T08:48:39.493Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T08:48:39.493Z] file_magic: OK [2020-10-15T08:48:39.493Z] HZ: Using current value: 100 [2020-10-15T08:48:39.493Z] file_header: OK [2020-10-15T08:48:39.493Z] 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-15T08:48:39.493Z] Statistics: [2020-10-15T08:48:39.493Z] 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... [2020-10-15T08:48:39.493Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T08:48:40.168Z] provisioning config files... [2020-10-15T08:48:40.194Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config5933769982097241608tmp [Pipeline] { [Pipeline] echo [2020-10-15T08:48:40.339Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:48:40.638Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T08:48:40.646Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T08:48:40.768Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:48:41.071Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T08:48:41.084Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:48:41.382Z] ---> sudo-logs.sh [2020-10-15T08:48:41.382Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T08:48:41.392Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:48:41.686Z] ---> job-cost.sh [2020-10-15T08:48:41.686Z] lf-activate-venv: SKIPPING [2020-10-15T08:48:41.686Z] INFO: No Stack... [2020-10-15T08:48:43.074Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T08:48:43.648Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T08:48:43.662Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T08:48:43.962Z] ---> logs-deploy.sh [2020-10-15T08:48:43.962Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2791/8 [2020-10-15T08:48:43.962Z] INFO: archiving workspace using pattern(s): [2020-10-15T08:48:45.886Z] Archives upload complete. [2020-10-15T08:48:45.886Z] INFO: archiving logs to Nexus