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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5608 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit 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-15T15:05:14.839Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T15:05:15.100Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T15:05:15.216Z] ========================================================= [2020-10-15T15:05:15.216Z] EdgeX Global Pipelines Version Info [2020-10-15T15:05:15.216Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:05:17.175Z] ------------------- [2020-10-15T15:05:17.175Z] stable info: [2020-10-15T15:05:17.175Z] ------------------- [2020-10-15T15:05:17.175Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T15:05:17.175Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T15:05:17.175Z] Message: update stable to v1.0.142 [2020-10-15T15:05:18.122Z] ------------------- [2020-10-15T15:05:18.122Z] experimental info: [2020-10-15T15:05:18.122Z] ------------------- [2020-10-15T15:05:18.122Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T15:05:18.122Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T15:05:18.122Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T15:05:18.442Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T15:05:18.542Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T15:05:18.641Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T15:05:18.746Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T15:05:18.846Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T15:05:18.948Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T15:05:19.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T15:05:19.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T15:05:19.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T15:05:19.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T15:05:19.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T15:05:19.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T15:05:19.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T15:05:19.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T15:05:19.901Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T15:05:19.999Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T15:05:20.097Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T15:05:20.200Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T15:05:20.302Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T15:05:20.457Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T15:05:20.565Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T15:05:20.660Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2791 [Pipeline] echo [2020-10-15T15:05:20.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2791 [Pipeline] echo [2020-10-15T15:05:20.919Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2791 [Pipeline] echo [2020-10-15T15:05:21.021Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cfca8f87d1b14f31076b595db4703328e11b50dc [Pipeline] echo [2020-10-15T15:05:21.155Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cfca8f8 [Pipeline] echo [2020-10-15T15:05:21.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T15:05:21.967Z] ++ 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-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T15:05:21.967Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T15:05:21.967Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T15:05:21.967Z] ++ cut -d/ -f2 [2020-10-15T15:05:21.967Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T15:05:22.039Z] 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-15T15:05:22.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:05:22.936Z] [2020-10-15T15:05:22.936Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:05:23.298Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:05:23.298Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T15:05:23.298Z] 31603596830f: Pulling fs layer [2020-10-15T15:05:23.298Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T15:05:23.298Z] 6ca5941a6612: Pulling fs layer [2020-10-15T15:05:23.298Z] ecc8261a40a4: Pulling fs layer [2020-10-15T15:05:23.298Z] ecc8261a40a4: Waiting [2020-10-15T15:05:23.298Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T15:05:23.298Z] 2a8b12db71e7: Download complete [2020-10-15T15:05:23.564Z] 31603596830f: Verifying Checksum [2020-10-15T15:05:23.564Z] 31603596830f: Download complete [2020-10-15T15:05:23.564Z] 6ca5941a6612: Verifying Checksum [2020-10-15T15:05:23.564Z] 6ca5941a6612: Download complete [2020-10-15T15:05:23.564Z] ecc8261a40a4: Verifying Checksum [2020-10-15T15:05:23.564Z] ecc8261a40a4: Download complete [2020-10-15T15:05:23.829Z] 31603596830f: Pull complete [2020-10-15T15:05:23.829Z] 2a8b12db71e7: Pull complete [2020-10-15T15:05:24.781Z] 6ca5941a6612: Pull complete [2020-10-15T15:05:24.781Z] ecc8261a40a4: Pull complete [2020-10-15T15:05:24.781Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T15:05:24.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:05:24.781Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T15:05:24.881Z] prd-centos7-docker-4c-2g-5608 does not seem to be running inside a container [2020-10-15T15:05:24.957Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T15:05:27.261Z] $ docker top 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T15:05:27.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:05:27.569Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:05:27.780Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:05:27.790Z] $ docker exec 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce ssh-agent [2020-10-15T15:05:28.028Z] SSH_AUTH_SOCK=/tmp/ssh-nKsJQnyKV7Cx/agent.12 [2020-10-15T15:05:28.028Z] SSH_AGENT_PID=17 [2020-10-15T15:05:28.087Z] Running ssh-add (command line suppressed) [2020-10-15T15:05:28.210Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_5154929041217165102.key (/w/workspace/edgex-go/9@tmp/private_key_5154929041217165102.key) [2020-10-15T15:05:28.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:05:28.588Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T15:05:28.614Z] $ docker exec --env ******** --env ******** 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce ssh-agent -k [2020-10-15T15:05:28.745Z] unset SSH_AUTH_SOCK; [2020-10-15T15:05:28.745Z] unset SSH_AGENT_PID; [2020-10-15T15:05:28.745Z] echo Agent pid 17 killed; [2020-10-15T15:05:28.786Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T15:05:28.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:05:28.924Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:05:29.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:05:29.099Z] $ docker exec 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce ssh-agent [2020-10-15T15:05:29.252Z] SSH_AUTH_SOCK=/tmp/ssh-0vZTMUzsUZSW/agent.45 [2020-10-15T15:05:29.252Z] SSH_AGENT_PID=50 [2020-10-15T15:05:29.258Z] Running ssh-add (command line suppressed) [2020-10-15T15:05:29.382Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_6736800756502911998.key (/w/workspace/edgex-go/9@tmp/private_key_6736800756502911998.key) [2020-10-15T15:05:29.424Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:05:29.757Z] + git semver init [2020-10-15T15:05:29.757Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T15:05:29.757Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2020-10-15T15:05:29.757Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2020-10-15T15:05:29.757Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T15:05:29.757Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T15:05:29.757Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T15:05:29.757Z] # $SEMVER_BRANCH = PR-2791 [2020-10-15T15:05:29.757Z] # $SEMVER_TEMP = /tmp/semver-452643988 [2020-10-15T15:05:29.757Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T15:05:45.770Z] # '/tmp/semver-452643988' -> '/w/workspace/edgex-go/9/.semver' [2020-10-15T15:05:46.712Z] # -> Force: false [2020-10-15T15:05:46.712Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2020-10-15T15:05:46.730Z] $ docker exec --env ******** --env ******** 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce ssh-agent -k [2020-10-15T15:05:46.920Z] unset SSH_AUTH_SOCK; [2020-10-15T15:05:46.920Z] unset SSH_AGENT_PID; [2020-10-15T15:05:46.920Z] echo Agent pid 50 killed; [2020-10-15T15:05:46.975Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T15:05:47.488Z] + git semver [Pipeline] } [2020-10-15T15:05:47.511Z] $ docker stop --time=1 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce [2020-10-15T15:05:49.106Z] $ docker rm -f 9f629651865176d6bbfd0098b294f84053a9f9e49bed48d85ad81a97462cb0ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T15:05:49.719Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T15:05:49.722Z] [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-15T15:05:50.432Z] ========================================================= [2020-10-15T15:05:50.432Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T15:05:50.432Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:05:50.814Z] + 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-15T15:05:50.814Z] error checking context: 'can't stat '/w/workspace/edgex-go/9/.semver''. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-15T15:05:52.517Z] Failed in branch amd64 [2020-10-15T15:06:05.118Z] Still waiting to schedule task [2020-10-15T15:06:05.118Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-15T15:08:32.168Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5614 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws [2020-10-15T15:08:32.222Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2020-10-15T15:08:38.112Z] using credential edgex-jenkins-ssh [2020-10-15T15:08:38.193Z] Cloning the remote Git repository [2020-10-15T15:08:38.271Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T15:08:38.387Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2020-10-15T15:08:38.477Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T15:08:38.478Z] > git --version # timeout=10 [2020-10-15T15:08:38.501Z] > git --version # 'git version 2.17.1' [2020-10-15T15:08:38.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:08:38.569Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:08:54.674Z] Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:08:53.804Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T15:08:53.828Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:08:53.857Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T15:08:53.889Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T15:08:53.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:08:53.901Z] > 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-15T15:08:55.194Z] Merge succeeded, producing cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:08:55.194Z] Checking out Revision cfca8f87d1b14f31076b595db4703328e11b50dc (PR-2791) [2020-10-15T15:08:54.704Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T15:08:54.717Z] > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 [2020-10-15T15:08:55.039Z] > git remote # timeout=10 [2020-10-15T15:08:55.095Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T15:08:55.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:08:55.139Z] > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [2020-10-15T15:08:55.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T15:08:55.207Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T15:08:55.244Z] > git checkout -f cfca8f87d1b14f31076b595db4703328e11b50dc # timeout=10 [2020-10-15T15:08:59.843Z] 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-15T15:09:00.951Z] ========================================================= [2020-10-15T15:09:00.952Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T15:09:00.952Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:09:01.927Z] + 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-15T15:09:04.575Z] Sending build context to Docker daemon 165MB [2020-10-15T15:09:04.575Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T15:09:04.575Z] Step 2/7 : FROM ${BASE} [2020-10-15T15:09:05.180Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T15:09:05.180Z] b538f80385f9: Pulling fs layer [2020-10-15T15:09:05.180Z] 74f711af9a0d: Pulling fs layer [2020-10-15T15:09:05.180Z] 99f96fe45779: Pulling fs layer [2020-10-15T15:09:05.180Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T15:09:05.180Z] 45590311c82a: Pulling fs layer [2020-10-15T15:09:05.180Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T15:09:05.180Z] 209524e5b208: Pulling fs layer [2020-10-15T15:09:05.180Z] 8529a6b9a6be: Waiting [2020-10-15T15:09:05.180Z] 45590311c82a: Waiting [2020-10-15T15:09:05.180Z] 209524e5b208: Waiting [2020-10-15T15:09:05.180Z] 69ca0ff8b7b3: Waiting [2020-10-15T15:09:05.180Z] 99f96fe45779: Download complete [2020-10-15T15:09:05.180Z] 74f711af9a0d: Verifying Checksum [2020-10-15T15:09:05.180Z] 74f711af9a0d: Download complete [2020-10-15T15:09:05.180Z] 45590311c82a: Verifying Checksum [2020-10-15T15:09:05.180Z] 45590311c82a: Download complete [2020-10-15T15:09:05.180Z] 69ca0ff8b7b3: Download complete [2020-10-15T15:09:05.180Z] b538f80385f9: Verifying Checksum [2020-10-15T15:09:05.796Z] b538f80385f9: Pull complete [2020-10-15T15:09:06.400Z] 74f711af9a0d: Pull complete [2020-10-15T15:09:06.680Z] 99f96fe45779: Pull complete [2020-10-15T15:09:08.129Z] 209524e5b208: Verifying Checksum [2020-10-15T15:09:08.129Z] 209524e5b208: Download complete [2020-10-15T15:09:09.117Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T15:09:09.117Z] 8529a6b9a6be: Download complete [2020-10-15T15:09:21.544Z] 8529a6b9a6be: Pull complete [2020-10-15T15:09:21.544Z] 45590311c82a: Pull complete [2020-10-15T15:09:21.544Z] 69ca0ff8b7b3: Pull complete [2020-10-15T15:09:24.187Z] 209524e5b208: Pull complete [2020-10-15T15:09:24.187Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T15:09:24.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T15:09:24.187Z] ---> 5bddaf1c2fca [2020-10-15T15:09:24.187Z] 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-15T15:09:27.610Z] ---> Running in 43c6f4e1dffa [2020-10-15T15:09:28.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:09:30.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:09:31.451Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T15:09:32.426Z] (2/12) Installing file (5.38-r0) [2020-10-15T15:09:32.426Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T15:09:32.426Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T15:09:44.795Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T15:09:44.795Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T15:09:44.795Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T15:09:44.795Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T15:09:44.795Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T15:09:44.795Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T15:09:45.068Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T15:09:45.068Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T15:09:45.342Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:09:45.342Z] OK: 217 MiB in 51 packages [2020-10-15T15:09:49.688Z] Removing intermediate container 43c6f4e1dffa [2020-10-15T15:09:49.688Z] ---> f411339a577b [2020-10-15T15:09:49.688Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T15:09:49.688Z] ---> Running in b28f627fca64 [2020-10-15T15:09:49.962Z] Removing intermediate container b28f627fca64 [2020-10-15T15:09:49.962Z] ---> aa540ca23c36 [2020-10-15T15:09:49.962Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T15:09:50.234Z] latest: Pulling from library/docker [2020-10-15T15:09:50.509Z] b538f80385f9: Already exists [2020-10-15T15:09:50.509Z] 259a493cd78d: Pulling fs layer [2020-10-15T15:09:50.509Z] b8e66b5100f5: Pulling fs layer [2020-10-15T15:09:50.509Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T15:09:50.509Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T15:09:50.509Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T15:09:50.509Z] 294320357d30: Pulling fs layer [2020-10-15T15:09:50.509Z] 4a2c62f0a2a3: Waiting [2020-10-15T15:09:50.509Z] 294320357d30: Waiting [2020-10-15T15:09:50.509Z] b8e66b5100f5: Verifying Checksum [2020-10-15T15:09:50.509Z] b8e66b5100f5: Download complete [2020-10-15T15:09:50.791Z] 259a493cd78d: Verifying Checksum [2020-10-15T15:09:50.791Z] 259a493cd78d: Download complete [2020-10-15T15:09:50.791Z] 75a0a0ebb566: Download complete [2020-10-15T15:09:50.791Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T15:09:50.791Z] 4a2c62f0a2a3: Download complete [2020-10-15T15:09:50.791Z] 294320357d30: Verifying Checksum [2020-10-15T15:09:50.791Z] 294320357d30: Download complete [2020-10-15T15:09:51.393Z] 259a493cd78d: Pull complete [2020-10-15T15:09:51.667Z] b8e66b5100f5: Pull complete [2020-10-15T15:09:52.652Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T15:09:52.652Z] 7f8258a56ab6: Download complete [2020-10-15T15:09:56.064Z] 7f8258a56ab6: Pull complete [2020-10-15T15:09:56.064Z] 75a0a0ebb566: Pull complete [2020-10-15T15:09:56.336Z] 4a2c62f0a2a3: Pull complete [2020-10-15T15:09:56.933Z] 294320357d30: Pull complete [2020-10-15T15:09:56.933Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T15:09:56.933Z] Status: Downloaded newer image for docker:latest [2020-10-15T15:10:00.329Z] ---> 073b14d3e3e4 [2020-10-15T15:10:00.329Z] Step 6/7 : COPY go.mod . [2020-10-15T15:10:00.601Z] ---> fe42d59a8e21 [2020-10-15T15:10:00.601Z] Step 7/7 : RUN go mod download [2020-10-15T15:10:00.601Z] ---> Running in 27621a32d7f7 [2020-10-15T15:10:27.441Z] Removing intermediate container 27621a32d7f7 [2020-10-15T15:10:27.441Z] ---> 27dad879a355 [2020-10-15T15:10:27.441Z] Successfully built 27dad879a355 [2020-10-15T15:10:27.441Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:10:27.870Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T15:10:27.870Z] . [Pipeline] withDockerContainer [2020-10-15T15:10:28.103Z] prd-ubuntu18.04-docker-arm64-4c-16g-5614 does not seem to be running inside a container [2020-10-15T15:10:28.184Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T15:10:29.958Z] $ docker top f34f3dbd38ce9fd1bdf55e1ff7b7c7f74ae9b34992d22c3c7541fb84a6eb4788 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:10:31.439Z] + go version [2020-10-15T15:10:31.439Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T15:10:31.467Z] $ docker stop --time=1 f34f3dbd38ce9fd1bdf55e1ff7b7c7f74ae9b34992d22c3c7541fb84a6eb4788 [2020-10-15T15:10:33.382Z] $ docker rm -f f34f3dbd38ce9fd1bdf55e1ff7b7c7f74ae9b34992d22c3c7541fb84a6eb4788 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:10:34.356Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T15:10:34.356Z] . [Pipeline] withDockerContainer [2020-10-15T15:10:34.619Z] prd-ubuntu18.04-docker-arm64-4c-16g-5614 does not seem to be running inside a container [2020-10-15T15:10:34.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-15T15:10:36.109Z] $ docker top 91258a9a930cd6a33755506bd2f41eee0594693c9b57f7a2aa1940a999a59488 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-15T15:10:36.487Z] ========================================================= [2020-10-15T15:10:36.487Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-15T15:10:36.487Z] ========================================================= [Pipeline] sh [2020-10-15T15:10:37.139Z] + make test [2020-10-15T15:10:37.139Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-15T15:10:39.786Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-15T15:11:12.233Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-15T15:11:27.735Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-15T15:11:27.735Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-15T15:11:27.735Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-15T15:11:27.735Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-15T15:11:29.873Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s [2020-10-15T15:11:29.873Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-15T15:11:29.873Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-15T15:11:29.873Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-15T15:11:31.446Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-15T15:11:32.679Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-15T15:11:32.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-15T15:11:32.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-15T15:11:32.679Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-15T15:11:40.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.055s coverage: 46.6% of statements [2020-10-15T15:11:40.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-15T15:11:40.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-15T15:11:40.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-15T15:11:40.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-15T15:11:40.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-15T15:11:47.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-15T15:11:47.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-15T15:11:47.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-15T15:11:47.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.430s coverage: 85.5% of statements [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-15T15:11:47.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-15T15:11:47.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 88.9% of statements [2020-10-15T15:11:47.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-15T15:11:47.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T15:11:47.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-15T15:11:47.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-15T15:11:52.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.432s coverage: 28.6% of statements [2020-10-15T15:11:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-15T15:11:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-15T15:11:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-15T15:11:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-15T15:11:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-15T15:11:52.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements [2020-10-15T15:11:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-15T15:11:52.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.016s coverage: 100.0% of statements [2020-10-15T15:11:52.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-15T15:11:53.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.056s coverage: 86.7% of statements [2020-10-15T15:11:53.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-15T15:11:54.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements [2020-10-15T15:11:54.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-15T15:11:54.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 100.0% of statements [2020-10-15T15:11:54.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-15T15:11:54.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-15T15:11:54.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-15T15:11:54.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-15T15:11:57.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.170s coverage: 96.1% of statements [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-15T15:11:57.811Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-15T15:11:57.811Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.0% of statements [no tests to run] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-15T15:11:57.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-15T15:11:59.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2020-10-15T15:11:59.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-15T15:11:59.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-15T15:11:59.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.015s coverage: 100.0% of statements [2020-10-15T15:11:59.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.020s coverage: 91.3% of statements [2020-10-15T15:11:59.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2020-10-15T15:12:00.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2020-10-15T15:12:01.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2020-10-15T15:12:03.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.277s coverage: 55.9% of statements [2020-10-15T15:12:03.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-15T15:12:03.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-15T15:12:03.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-15T15:12:03.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-15T15:12:09.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.713s coverage: 86.3% of statements [2020-10-15T15:12:09.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-15T15:12:09.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.084s coverage: 72.2% of statements [2020-10-15T15:12:09.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.407s coverage: 72.1% of statements [2020-10-15T15:12:09.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements [2020-10-15T15:12:09.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.014s coverage: 48.4% of statements [2020-10-15T15:12:09.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-15T15:12:09.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-15T15:12:09.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-15T15:12:09.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements [2020-10-15T15:12:09.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-15T15:12:09.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements [2020-10-15T15:12:09.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-15T15:12:12.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.073s coverage: 36.5% of statements [2020-10-15T15:12:12.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-15T15:12:12.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-15T15:12:12.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.1% of statements [2020-10-15T15:12:12.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2020-10-15T15:12:13.643Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 42.9% of statements [2020-10-15T15:12:13.643Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-15T15:12:13.643Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-15T15:12:13.643Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-10-15T15:12:13.643Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-15T15:12:14.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.045s coverage: 83.8% of statements [2020-10-15T15:12:14.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-15T15:12:20.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.1% of statements [2020-10-15T15:12:20.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-15T15:12:20.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-15T15:12:20.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.054s coverage: 100.0% of statements [2020-10-15T15:12:20.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-15T15:12:20.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-15T15:12:20.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-15T15:12:20.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2020-10-15T15:12:20.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-15T15:12:20.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2020-10-15T15:12:20.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-15T15:12:22.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.185s coverage: 29.1% of statements [2020-10-15T15:12:22.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-15T15:12:22.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-15T15:12:22.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-15T15:12:22.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-15T15:12:22.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-15T15:12:22.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2020-10-15T15:12:22.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-15T15:12:22.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-10-15T15:12:22.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-15T15:12:22.710Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements [2020-10-15T15:12:22.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-15T15:12:23.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-10-15T15:12:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-15T15:12:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-15T15:12:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-15T15:12:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-15T15:12:23.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements [2020-10-15T15:12:23.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-15T15:12:23.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-15T15:12:23.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.012s coverage: 100.0% of statements [2020-10-15T15:12:25.408Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-15T15:12:25.682Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-10-15T15:12:26.280Z] GO111MODULE=on go vet ./... [2020-10-15T15:12:48.475Z] gofmt -l . [2020-10-15T15:12:48.475Z] [ "`gofmt -l .`" = "" ] [2020-10-15T15:12:50.441Z] ./bin/test-go-mod-tidy.sh [2020-10-15T15:12:51.429Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-15T15:12:56.411Z] + ls -al . [2020-10-15T15:12:56.412Z] total 632 [2020-10-15T15:12:56.412Z] drwxrwxr-x 9 1001 1001 4096 Oct 15 15:12 . [2020-10-15T15:12:56.412Z] drwxr-xr-x 4 root root 4096 Oct 15 15:10 .. [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 11 Oct 15 15:08 .dockerignore [2020-10-15T15:12:56.412Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 15:08 .git [2020-10-15T15:12:56.412Z] drwxrwxr-x 3 1001 1001 4096 Oct 15 15:08 .github [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 932 Oct 15 15:08 .gitignore [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 166 Oct 15 15:08 .sonarcloud.properties [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 3804 Oct 15 15:08 CONTRIBUTING.md [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 1035 Oct 15 15:08 Dockerfile.build [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 863 Oct 15 15:08 Jenkinsfile [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 10775 Oct 15 15:08 LICENSE [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 6237 Oct 15 15:08 Makefile [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 6447 Oct 15 15:08 README.md [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 259 Oct 15 15:08 SECURITY.md [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 5 Oct 15 15:05 VERSION [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 4131 Oct 15 15:08 ZMQWindows.md [2020-10-15T15:12:56.412Z] drwxrwxr-x 2 1001 1001 4096 Oct 15 15:08 bin [2020-10-15T15:12:56.412Z] drwxrwxr-x 15 1001 1001 4096 Oct 15 15:08 cmd [2020-10-15T15:12:56.412Z] -rw-r--r-- 1 root root 510628 Oct 15 15:12 coverage.out [2020-10-15T15:12:56.412Z] -rw-r--r-- 1 root root 1041 Oct 15 15:12 go.mod [2020-10-15T15:12:56.412Z] -rw-r--r-- 1 root root 18985 Oct 15 15:12 go.sum [2020-10-15T15:12:56.412Z] drwxrwxr-x 8 1001 1001 4096 Oct 15 15:08 internal [2020-10-15T15:12:56.412Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 15:08 openapi [2020-10-15T15:12:56.412Z] drwxrwxr-x 4 1001 1001 4096 Oct 15 15:08 snap [2020-10-15T15:12:56.412Z] -rw-rw-r-- 1 1001 1001 168 Oct 15 15:08 version.go [Pipeline] sh [2020-10-15T15:12:57.074Z] + '[' -e coverage.out ] [2020-10-15T15:12:57.074Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-15T15:12:58.288Z] Stashed 1 file(s) [Pipeline] sh [2020-10-15T15:12:59.047Z] + make build [2020-10-15T15:12:59.048Z] 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-15T15:13:25.881Z] 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-15T15:13:31.272Z] 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-15T15:13:35.602Z] 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-15T15:13:38.996Z] 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-15T15:13:44.412Z] 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-15T15:13:45.397Z] 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-15T15:13:50.805Z] 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-15T15:13:56.203Z] 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-15T15:13:59.614Z] 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-15T15:14:02.989Z] 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-15T15:14:07.288Z] 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-15T15:14:10.678Z] 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-15T15:14:13.320Z] $ docker stop --time=1 91258a9a930cd6a33755506bd2f41eee0594693c9b57f7a2aa1940a999a59488 [2020-10-15T15:14:15.656Z] $ docker rm -f 91258a9a930cd6a33755506bd2f41eee0594693c9b57f7a2aa1940a999a59488 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:14:20.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T15:14:20.571Z] [2020-10-15T15:14:20.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:14:20.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T15:14:21.257Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-15T15:14:21.257Z] 29e5d40040c1: Pulling fs layer [2020-10-15T15:14:21.257Z] 1ce36da41761: Pulling fs layer [2020-10-15T15:14:21.257Z] 25b303627fd3: Pulling fs layer [2020-10-15T15:14:21.257Z] 29e5d40040c1: Verifying Checksum [2020-10-15T15:14:21.257Z] 29e5d40040c1: Download complete [2020-10-15T15:14:21.856Z] 29e5d40040c1: Pull complete [2020-10-15T15:14:22.131Z] 1ce36da41761: Verifying Checksum [2020-10-15T15:14:22.131Z] 1ce36da41761: Download complete [2020-10-15T15:14:23.562Z] 1ce36da41761: Pull complete [2020-10-15T15:14:23.562Z] 25b303627fd3: Verifying Checksum [2020-10-15T15:14:23.562Z] 25b303627fd3: Download complete [2020-10-15T15:14:33.706Z] 25b303627fd3: Pull complete [2020-10-15T15:14:33.706Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-15T15:14:33.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T15:14:33.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-15T15:14:33.960Z] prd-ubuntu18.04-docker-arm64-4c-16g-5614 does not seem to be running inside a container [2020-10-15T15:14:34.050Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T15:14:37.540Z] $ docker top fe7375ddcffff0e175e3f1a6a945170d8d3299efbefdb6177498841458005b71 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:14:38.987Z] + grep parallel [2020-10-15T15:14:38.987Z] + docker-compose build --help [2020-10-15T15:14:42.367Z] --parallel Build images in parallel. [Pipeline] } [2020-10-15T15:14:42.659Z] $ docker stop --time=1 fe7375ddcffff0e175e3f1a6a945170d8d3299efbefdb6177498841458005b71 [2020-10-15T15:14:44.607Z] $ docker rm -f fe7375ddcffff0e175e3f1a6a945170d8d3299efbefdb6177498841458005b71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:14:45.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T15:14:45.468Z] . [Pipeline] withDockerContainer [2020-10-15T15:14:45.775Z] prd-ubuntu18.04-docker-arm64-4c-16g-5614 does not seem to be running inside a container [2020-10-15T15:14:45.872Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T15:14:47.348Z] $ docker top 1e91a4e57d2be94862a038b4986eac6f5df696ddfe90a4804448689d26d7b99c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:14:48.385Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-15T15:14:51.758Z] Building docker-core-command-go ... [2020-10-15T15:14:51.758Z] Building docker-core-data-go ... [2020-10-15T15:14:51.758Z] Building docker-core-metadata-go ... [2020-10-15T15:14:51.758Z] Building docker-security-proxy-setup-go ... [2020-10-15T15:14:51.758Z] Building docker-security-secrets-setup-go ... [2020-10-15T15:14:51.758Z] Building docker-security-secretstore-setup-go ... [2020-10-15T15:14:51.758Z] Building docker-support-logging-go ... [2020-10-15T15:14:51.758Z] Building docker-support-notifications-go ... [2020-10-15T15:14:51.758Z] Building docker-support-scheduler-go ... [2020-10-15T15:14:51.758Z] Building docker-sys-mgmt-agent-go ... [2020-10-15T15:14:51.758Z] Building docker-support-scheduler-go [2020-10-15T15:14:51.758Z] Building docker-security-proxy-setup-go [2020-10-15T15:14:52.027Z] Building docker-security-secretstore-setup-go [2020-10-15T15:14:52.027Z] Building docker-core-data-go [2020-10-15T15:14:52.027Z] Building docker-sys-mgmt-agent-go [2020-10-15T15:16:13.831Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:16:13.831Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:16:13.831Z] ---> 27dad879a355 [2020-10-15T15:16:13.831Z] Step 3/21 : WORKDIR /edgex-go [2020-10-15T15:16:13.831Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:16:13.831Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:16:13.831Z] ---> 27dad879a355 [2020-10-15T15:16:13.831Z] Step 3/20 : WORKDIR /edgex-go [2020-10-15T15:16:13.831Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:16:13.831Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:16:13.831Z] ---> 27dad879a355 [2020-10-15T15:16:13.831Z] Step 3/23 : WORKDIR /edgex-go [2020-10-15T15:16:13.831Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:16:13.831Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:16:13.831Z] ---> 27dad879a355 [2020-10-15T15:16:13.831Z] Step 3/27 : WORKDIR /edgex-go [2020-10-15T15:16:13.831Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:16:13.831Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:16:13.831Z] ---> 27dad879a355 [2020-10-15T15:16:13.831Z] Step 3/26 : WORKDIR /edgex-go [2020-10-15T15:16:13.831Z] ---> Running in 359b6f1b8468 [2020-10-15T15:16:13.831Z] ---> Running in d19a91666ad6 [2020-10-15T15:16:13.831Z] ---> Running in 021437f94dcd [2020-10-15T15:16:13.831Z] ---> Running in 19cbf94e0632 [2020-10-15T15:16:13.831Z] ---> Running in f497d2982873 [2020-10-15T15:16:13.831Z] Removing intermediate container f497d2982873 [2020-10-15T15:16:13.831Z] ---> 2e6f349b0d96 [2020-10-15T15:16:13.831Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:16:13.831Z] Removing intermediate container 021437f94dcd [2020-10-15T15:16:13.831Z] ---> 0dada448242c [2020-10-15T15:16:13.832Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:16:13.832Z] Removing intermediate container d19a91666ad6 [2020-10-15T15:16:13.832Z] ---> 3cd6533332d9 [2020-10-15T15:16:13.832Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:16:13.832Z] Removing intermediate container 19cbf94e0632 [2020-10-15T15:16:13.832Z] ---> 1d5346e38757 [2020-10-15T15:16:13.832Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:16:13.832Z] Removing intermediate container 359b6f1b8468 [2020-10-15T15:16:13.832Z] ---> 26832a2eb7f4 [2020-10-15T15:16:13.832Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:16:13.832Z] ---> Running in bb2df4468f0e [2020-10-15T15:16:13.832Z] ---> Running in 0595d2e1f1e1 [2020-10-15T15:16:13.832Z] ---> Running in 234aba83b1d2 [2020-10-15T15:16:13.832Z] ---> Running in 5f1adf964541 [2020-10-15T15:16:13.832Z] ---> Running in 437d4a64454b [2020-10-15T15:16:14.885Z] Removing intermediate container bb2df4468f0e [2020-10-15T15:16:14.885Z] ---> 3cd25ea0bfff [2020-10-15T15:16:14.885Z] Step 5/21 : RUN apk update && apk add make git [2020-10-15T15:16:15.258Z] ---> Running in 02463e6faf32 [2020-10-15T15:16:15.258Z] Removing intermediate container 0595d2e1f1e1 [2020-10-15T15:16:15.258Z] ---> 2f72c067f8a1 [2020-10-15T15:16:15.258Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-15T15:16:15.580Z] ---> Running in 5a47d16fa563 [2020-10-15T15:16:15.856Z] Removing intermediate container 234aba83b1d2 [2020-10-15T15:16:15.856Z] ---> 5f7182d2485d [2020-10-15T15:16:15.856Z] Step 5/20 : RUN apk update && apk add make git [2020-10-15T15:16:16.174Z] ---> Running in 2b43bf70d538 [2020-10-15T15:16:16.174Z] Removing intermediate container 437d4a64454b [2020-10-15T15:16:16.174Z] ---> ea20dfbbf2c7 [2020-10-15T15:16:16.175Z] Step 5/26 : RUN apk update && apk add make git [2020-10-15T15:16:16.509Z] Removing intermediate container 5f1adf964541 [2020-10-15T15:16:16.509Z] ---> 31d58e954688 [2020-10-15T15:16:16.509Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-15T15:16:16.509Z] ---> Running in a5aad93226df [2020-10-15T15:16:16.906Z] ---> Running in fb67b817bbed [2020-10-15T15:16:17.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:18.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:18.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:18.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:18.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:18.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:18.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:19.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:19.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:19.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:16:20.109Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:16:20.109Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:16:20.109Z] OK: 12623 distinct packages available [2020-10-15T15:16:20.384Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:16:20.384Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:16:20.384Z] OK: 12623 distinct packages available [2020-10-15T15:16:20.384Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:16:20.384Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:16:20.384Z] OK: 12623 distinct packages available [2020-10-15T15:16:20.659Z] OK: 217 MiB in 51 packages [2020-10-15T15:16:20.659Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:16:20.659Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:16:20.659Z] OK: 12623 distinct packages available [2020-10-15T15:16:20.944Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:16:20.944Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:16:20.944Z] OK: 12623 distinct packages available [2020-10-15T15:16:21.229Z] OK: 217 MiB in 51 packages [2020-10-15T15:16:21.516Z] OK: 217 MiB in 51 packages [2020-10-15T15:16:21.810Z] OK: 217 MiB in 51 packages [2020-10-15T15:16:22.098Z] OK: 217 MiB in 51 packages [2020-10-15T15:16:23.136Z] Removing intermediate container 5a47d16fa563 [2020-10-15T15:16:23.136Z] ---> 846f2825546b [2020-10-15T15:16:23.136Z] Step 6/23 : COPY go.mod . [2020-10-15T15:16:23.136Z] Removing intermediate container 02463e6faf32 [2020-10-15T15:16:23.137Z] ---> 3ed474bb240c [2020-10-15T15:16:23.137Z] Step 6/21 : COPY go.mod . [2020-10-15T15:16:23.503Z] Removing intermediate container 2b43bf70d538 [2020-10-15T15:16:23.503Z] ---> 860fd647a683 [2020-10-15T15:16:23.503Z] Step 6/20 : COPY go.mod . [2020-10-15T15:16:23.776Z] Removing intermediate container fb67b817bbed [2020-10-15T15:16:23.776Z] ---> c32d6f5451a1 [2020-10-15T15:16:23.776Z] Step 6/27 : COPY go.mod . [2020-10-15T15:16:23.776Z] Removing intermediate container a5aad93226df [2020-10-15T15:16:23.776Z] ---> 2bf3d6710cb7 [2020-10-15T15:16:23.776Z] Step 6/26 : COPY go.mod . [2020-10-15T15:16:24.052Z] ---> 6dc9a8b3ec01 [2020-10-15T15:16:24.052Z] Step 7/23 : RUN go mod download [2020-10-15T15:16:24.052Z] ---> 4dcfacfdf104 [2020-10-15T15:16:24.052Z] Step 7/21 : RUN go mod download [2020-10-15T15:16:24.052Z] ---> Running in 1f0610391407 [2020-10-15T15:16:24.333Z] ---> Running in 7dc1d1257376 [2020-10-15T15:16:24.612Z] ---> 2132864bad3c [2020-10-15T15:16:24.612Z] Step 7/20 : RUN go mod download [2020-10-15T15:16:24.888Z] ---> 8dda246167b7 [2020-10-15T15:16:24.888Z] Step 7/27 : RUN go mod download [2020-10-15T15:16:24.888Z] ---> Running in d6a7c08b2ab9 [2020-10-15T15:16:25.165Z] ---> Running in bfccc91c469d [2020-10-15T15:16:25.165Z] ---> 2c239a5cac5b [2020-10-15T15:16:25.165Z] Step 7/26 : RUN go mod download [2020-10-15T15:16:25.440Z] ---> Running in 34a7fe8f6fb7 [2020-10-15T15:16:29.787Z] Removing intermediate container 1f0610391407 [2020-10-15T15:16:29.787Z] ---> 41043d1ced8c [2020-10-15T15:16:29.787Z] Step 8/23 : COPY . . [2020-10-15T15:16:29.787Z] Removing intermediate container 7dc1d1257376 [2020-10-15T15:16:29.787Z] ---> 402dc461fe8a [2020-10-15T15:16:29.787Z] Step 8/21 : COPY . . [2020-10-15T15:16:29.787Z] Removing intermediate container d6a7c08b2ab9 [2020-10-15T15:16:29.787Z] ---> d362b50cf4b2 [2020-10-15T15:16:29.787Z] Step 8/20 : COPY . . [2020-10-15T15:16:30.395Z] Removing intermediate container bfccc91c469d [2020-10-15T15:16:30.395Z] ---> bc0533b0e494 [2020-10-15T15:16:30.395Z] Step 8/27 : COPY . . [2020-10-15T15:16:31.002Z] Removing intermediate container 34a7fe8f6fb7 [2020-10-15T15:16:31.002Z] ---> 38e89cd316d0 [2020-10-15T15:16:31.002Z] Step 8/26 : COPY . . [2020-10-15T15:16:53.260Z] ---> fb863152d8ff [2020-10-15T15:16:53.260Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-15T15:16:53.260Z] ---> c66e84afa87e [2020-10-15T15:16:53.260Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-15T15:16:53.260Z] ---> c90c84ca27fb [2020-10-15T15:16:53.260Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-15T15:16:53.260Z] ---> 7e7ee0d22711 [2020-10-15T15:16:53.260Z] 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-15T15:16:53.260Z] ---> ff3c2ed2b24e [2020-10-15T15:16:53.260Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-15T15:16:53.260Z] ---> Running in 6960b69315bd [2020-10-15T15:16:53.260Z] ---> Running in 226a4b3f8887 [2020-10-15T15:16:53.260Z] ---> Running in 7d0a34a67396 [2020-10-15T15:16:53.260Z] ---> Running in 510bbeb38cfa [2020-10-15T15:16:53.260Z] ---> Running in 606395711e2a [2020-10-15T15:16:54.243Z] 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-15T15:16:54.243Z] 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-15T15:16:54.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-15T15:16:54.791Z] 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-15T15:16:54.792Z] 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-15T15:18:16.637Z] 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-15T15:18:16.637Z] Removing intermediate container 510bbeb38cfa [2020-10-15T15:18:16.637Z] ---> 7a5f695441f7 [2020-10-15T15:18:16.637Z] [2020-10-15T15:18:16.637Z] Step 10/20 : FROM alpine [2020-10-15T15:18:16.637Z] latest: Pulling from library/alpine [2020-10-15T15:18:16.637Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T15:18:16.637Z] Status: Downloaded newer image for alpine:latest [2020-10-15T15:18:16.637Z] ---> 62ee0e9f8440 [2020-10-15T15:18:16.637Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-15T15:18:16.919Z] ---> Running in be7621ede77b [2020-10-15T15:18:19.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:18:19.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:18:20.189Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:18:20.189Z] v3.12.0-424-gdaa4ba98df [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:18:20.189Z] OK: 12621 distinct packages available [2020-10-15T15:18:21.182Z] 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-15T15:18:21.182Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-15T15:18:21.468Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T15:18:21.468Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-15T15:18:21.468Z] (4/4) Installing curl (7.69.1-r1) [2020-10-15T15:18:21.468Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:18:21.468Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T15:18:22.074Z] OK: 7 MiB in 18 packages [2020-10-15T15:18:25.524Z] Removing intermediate container be7621ede77b [2020-10-15T15:18:25.524Z] ---> b9f13ac57175 [2020-10-15T15:18:25.524Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T15:18:25.800Z] ---> Running in b62e2933e642 [2020-10-15T15:18:26.078Z] Removing intermediate container 7d0a34a67396 [2020-10-15T15:18:26.078Z] ---> 82ed8d90d800 [2020-10-15T15:18:26.078Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-15T15:18:26.353Z] ---> Running in 9e4c8a035f07 [2020-10-15T15:18:26.626Z] Removing intermediate container b62e2933e642 [2020-10-15T15:18:26.626Z] ---> 7bedcd028bb1 [2020-10-15T15:18:26.627Z] Step 13/20 : WORKDIR /edgex [2020-10-15T15:18:26.903Z] ---> Running in 45656a396ce1 [2020-10-15T15:18:27.894Z] Removing intermediate container 45656a396ce1 [2020-10-15T15:18:27.894Z] ---> d584b291e035 [2020-10-15T15:18:27.894Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-15T15:18:29.341Z] 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-15T15:18:29.341Z] ---> ac2c1a0970cf [2020-10-15T15:18:29.341Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-15T15:18:31.563Z] ---> 6f13bd8f4026 [2020-10-15T15:18:31.563Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-15T15:18:31.845Z] ---> Running in 1e5d0373a0e8 [2020-10-15T15:18:33.367Z] Removing intermediate container 1e5d0373a0e8 [2020-10-15T15:18:33.367Z] ---> 6dd2d9c67828 [2020-10-15T15:18:33.367Z] Step 17/20 : CMD ["--init=true"] [2020-10-15T15:18:33.645Z] ---> Running in 558d28ea6340 [2020-10-15T15:18:34.634Z] Removing intermediate container 606395711e2a [2020-10-15T15:18:34.634Z] ---> 199e040cf633 [2020-10-15T15:18:34.634Z] Removing intermediate container 558d28ea6340 [2020-10-15T15:18:34.634Z] ---> 6181ec5c9ebc [2020-10-15T15:18:34.634Z] Step 18/20 : LABEL arch=arm64 [2020-10-15T15:18:34.634Z] [2020-10-15T15:18:34.634Z] Step 10/26 : FROM alpine:3.10 [2020-10-15T15:18:34.910Z] ---> Running in a2a515a61200 [2020-10-15T15:18:35.189Z] 3.10: Pulling from library/alpine [2020-10-15T15:18:35.789Z] Removing intermediate container a2a515a61200 [2020-10-15T15:18:35.789Z] ---> 1aef8b3a8195 [2020-10-15T15:18:35.789Z] Step 19/20 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:18:36.065Z] ---> Running in 955dddaa3829 [2020-10-15T15:18:36.346Z] Removing intermediate container 9e4c8a035f07 [2020-10-15T15:18:36.346Z] ---> bd4461dfee02 [2020-10-15T15:18:36.346Z] [2020-10-15T15:18:36.346Z] Step 11/27 : FROM docker:latest [2020-10-15T15:18:36.346Z] ---> 45884bde0078 [2020-10-15T15:18:36.346Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-15T15:18:36.953Z] ---> Running in bddb037da54f [2020-10-15T15:18:37.244Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-15T15:18:37.244Z] Removing intermediate container 955dddaa3829 [2020-10-15T15:18:37.244Z] ---> 19252dddf74a [2020-10-15T15:18:37.244Z] Step 20/20 : LABEL version=0.0.0 [2020-10-15T15:18:37.244Z] Status: Downloaded newer image for alpine:3.10 [2020-10-15T15:18:37.244Z] ---> 536a684cf733 [2020-10-15T15:18:37.244Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-15T15:18:37.539Z] ---> Running in 8e913d6141b0 [2020-10-15T15:18:37.539Z] ---> Running in 5c8766456bed [2020-10-15T15:18:38.536Z] Removing intermediate container 5c8766456bed [2020-10-15T15:18:38.536Z] ---> faaad8509368 [2020-10-15T15:18:38.536Z] [2020-10-15T15:18:39.521Z] Successfully built faaad8509368 [2020-10-15T15:18:39.521Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-15T15:18:39.521Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-10-15T15:18:39.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:18:40.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:18:40.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:18:40.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:18:40.905Z] (1/2) Installing readline (8.0.4-r0) [2020-10-15T15:18:40.905Z] (2/2) Installing bash (5.0.17-r0) [2020-10-15T15:18:40.905Z] Executing bash-5.0.17-r0.post-install [2020-10-15T15:18:40.905Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:18:40.905Z] OK: 12 MiB in 22 packages [2020-10-15T15:18:41.183Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-15T15:18:41.183Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-15T15:18:41.183Z] OK: 10167 distinct packages available [2020-10-15T15:18:42.175Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-15T15:18:42.175Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-15T15:18:42.175Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-15T15:18:42.175Z] (4/5) Installing curl (7.66.0-r1) [2020-10-15T15:18:42.175Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-15T15:18:42.175Z] Executing busybox-1.30.1-r3.trigger [2020-10-15T15:18:42.175Z] Executing ca-certificates-20191127-r2.trigger [2020-10-15T15:18:42.450Z] OK: 7 MiB in 19 packages [2020-10-15T15:18:45.106Z] Removing intermediate container bddb037da54f [2020-10-15T15:18:45.107Z] ---> 2fdff50c922d [2020-10-15T15:18:45.107Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-15T15:18:46.121Z] ---> Running in 3ab509313dea [2020-10-15T15:18:46.722Z] Removing intermediate container 8e913d6141b0 [2020-10-15T15:18:46.722Z] ---> 8b492622fd96 [2020-10-15T15:18:46.722Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T15:18:47.323Z] ---> Running in dff9520b962d [2020-10-15T15:18:48.310Z] Removing intermediate container dff9520b962d [2020-10-15T15:18:48.310Z] ---> e603f47eba8f [2020-10-15T15:18:48.310Z] Step 13/26 : WORKDIR / [2020-10-15T15:18:48.585Z] Removing intermediate container 6960b69315bd [2020-10-15T15:18:48.585Z] ---> 602ce2c1d244 [2020-10-15T15:18:48.585Z] [2020-10-15T15:18:48.585Z] Step 10/21 : FROM scratch [2020-10-15T15:18:48.585Z] ---> [2020-10-15T15:18:48.585Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T15:18:48.585Z] ---> Running in 85095ee18386 [2020-10-15T15:18:48.860Z] ---> Running in 96bbe50f4d11 [2020-10-15T15:18:49.859Z] Removing intermediate container 85095ee18386 [2020-10-15T15:18:49.859Z] ---> a16d9f8bef2f [2020-10-15T15:18:49.859Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-15T15:18:50.136Z] Removing intermediate container 96bbe50f4d11 [2020-10-15T15:18:50.136Z] ---> c05fadec9d7c [2020-10-15T15:18:50.136Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-15T15:18:50.416Z] ---> Running in b4d25d563777 [2020-10-15T15:18:51.019Z] Removing intermediate container 3ab509313dea [2020-10-15T15:18:51.019Z] ---> 96403e82a216 [2020-10-15T15:18:51.019Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-15T15:18:51.303Z] ---> 331eae7f46d0 [2020-10-15T15:18:51.303Z] 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-15T15:18:51.591Z] ---> Running in 2979f729a224 [2020-10-15T15:18:51.591Z] Removing intermediate container b4d25d563777 [2020-10-15T15:18:51.591Z] ---> 791e20497cf5 [2020-10-15T15:18:51.591Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-15T15:18:52.198Z] ---> Running in 1d542d0db350 [2020-10-15T15:18:52.802Z] Removing intermediate container 2979f729a224 [2020-10-15T15:18:52.802Z] ---> 440e78c8a9ba [2020-10-15T15:18:52.802Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-15T15:18:53.402Z] ---> 97dcfe55382d [2020-10-15T15:18:53.402Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-15T15:18:53.402Z] Removing intermediate container 1d542d0db350 [2020-10-15T15:18:53.402Z] ---> c757bd44e4c8 [2020-10-15T15:18:53.402Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-15T15:18:53.402Z] ---> Running in 4286012016ef [2020-10-15T15:18:54.848Z] Removing intermediate container 4286012016ef [2020-10-15T15:18:54.848Z] ---> 839c4f64540a [2020-10-15T15:18:54.848Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-15T15:18:54.848Z] ---> ab440da28228 [2020-10-15T15:18:54.848Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-15T15:18:55.122Z] ---> 60fb46647766 [2020-10-15T15:18:55.122Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-15T15:18:55.122Z] ---> Running in 87f800d39e5a [2020-10-15T15:18:56.105Z] Removing intermediate container 87f800d39e5a [2020-10-15T15:18:56.105Z] ---> 23f3889a8880 [2020-10-15T15:18:56.105Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-15T15:18:57.093Z] ---> 37bc71f79616 [2020-10-15T15:18:57.093Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-15T15:18:57.370Z] ---> b2f2f904e7f6 [2020-10-15T15:18:57.370Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-15T15:18:58.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:18:58.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:18:58.386Z] ---> 27dad879a355 [2020-10-15T15:18:58.386Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T15:18:58.386Z] ---> Using cache [2020-10-15T15:18:58.386Z] ---> 26832a2eb7f4 [2020-10-15T15:18:58.386Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:18:58.386Z] ---> Using cache [2020-10-15T15:18:58.386Z] ---> ea20dfbbf2c7 [2020-10-15T15:18:58.386Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T15:18:58.386Z] ---> Using cache [2020-10-15T15:18:58.386Z] ---> 2bf3d6710cb7 [2020-10-15T15:18:58.386Z] Step 6/22 : COPY go.mod . [2020-10-15T15:18:58.386Z] ---> Using cache [2020-10-15T15:18:58.386Z] ---> 2c239a5cac5b [2020-10-15T15:18:58.386Z] Step 7/22 : RUN go mod download [2020-10-15T15:18:58.386Z] ---> Using cache [2020-10-15T15:18:58.386Z] ---> 38e89cd316d0 [2020-10-15T15:18:58.386Z] Step 8/22 : COPY . . [2020-10-15T15:18:58.386Z] ---> Using cache [2020-10-15T15:18:58.386Z] ---> 7e7ee0d22711 [2020-10-15T15:18:58.386Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-15T15:18:58.989Z] ---> 7e2ed1779cf7 [2020-10-15T15:18:58.989Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-15T15:18:58.989Z] ---> Running in 611c2895b84a [2020-10-15T15:18:59.266Z] ---> 32322f59d887 [2020-10-15T15:18:59.266Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-15T15:18:59.266Z] ---> c87dfda3dd2d [2020-10-15T15:18:59.266Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-15T15:18:59.545Z] ---> Running in 119ec7d57524 [2020-10-15T15:18:59.826Z] ---> 6e1ac3b79b35 [2020-10-15T15:18:59.826Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-15T15:19:00.438Z] Removing intermediate container 119ec7d57524 [2020-10-15T15:19:00.438Z] ---> 7c39a4ce8c01 [2020-10-15T15:19:00.438Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T15:19:00.719Z] ---> Running in 01665f90042f [2020-10-15T15:19:01.329Z] ---> 9581ddbb0c39 [2020-10-15T15:19:01.329Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-15T15:19:01.615Z] ---> 57acd6b94ce8 [2020-10-15T15:19:01.615Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-15T15:19:01.615Z] Removing intermediate container 01665f90042f [2020-10-15T15:19:01.615Z] ---> 99e3af36fb5b [2020-10-15T15:19:01.615Z] Step 19/21 : LABEL arch=arm64 [2020-10-15T15:19:01.615Z] 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-15T15:19:01.615Z] ---> Running in 49e4a2dcadf0 [2020-10-15T15:19:01.894Z] ---> Running in c7f40d8160e1 [2020-10-15T15:19:02.905Z] Removing intermediate container 49e4a2dcadf0 [2020-10-15T15:19:02.905Z] ---> 1a4717a85d5d [2020-10-15T15:19:02.905Z] Step 20/21 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:19:03.182Z] ---> c7059eaac77e [2020-10-15T15:19:03.182Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T15:19:03.182Z] ---> Running in ea11a167157a [2020-10-15T15:19:04.183Z] Removing intermediate container ea11a167157a [2020-10-15T15:19:04.183Z] ---> 466331a5b5a5 [2020-10-15T15:19:04.183Z] Step 21/21 : LABEL version=0.0.0 [2020-10-15T15:19:04.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:19:04.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:19:04.466Z] ---> Running in 48e4ab4b2388 [2020-10-15T15:19:04.466Z] ---> e49d2ffbcbb4 [2020-10-15T15:19:04.466Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T15:19:04.748Z] ---> Running in f542b50987cc [2020-10-15T15:19:05.029Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-15T15:19:05.029Z] (2/33) Installing expat (2.2.9-r1) [2020-10-15T15:19:05.029Z] (3/33) Installing libffi (3.3-r2) [2020-10-15T15:19:05.029Z] (4/33) Installing gdbm (1.13-r1) [2020-10-15T15:19:05.029Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-15T15:19:05.309Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-15T15:19:05.309Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-15T15:19:05.309Z] Removing intermediate container 48e4ab4b2388 [2020-10-15T15:19:05.309Z] ---> 5d5121a11cd9 [2020-10-15T15:19:05.309Z] [2020-10-15T15:19:06.762Z] Successfully built 5d5121a11cd9 [2020-10-15T15:19:06.762Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-15T15:19:06.762Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-10-15T15:19:07.368Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-15T15:19:07.368Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-15T15:19:07.368Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-15T15:19:07.368Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-15T15:19:07.368Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-15T15:19:07.368Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-15T15:19:07.368Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-15T15:19:07.651Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-15T15:19:07.651Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-15T15:19:07.651Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-15T15:19:07.935Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-15T15:19:07.935Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-15T15:19:07.935Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-15T15:19:07.935Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-15T15:19:07.935Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-15T15:19:07.935Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-15T15:19:07.935Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-15T15:19:07.935Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-15T15:19:08.216Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-15T15:19:08.216Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-15T15:19:08.216Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-15T15:19:08.216Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-15T15:19:08.216Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-15T15:19:08.217Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-15T15:19:08.217Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-15T15:19:08.217Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-15T15:19:08.498Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:19:08.498Z] OK: 71 MiB in 55 packages [2020-10-15T15:19:11.949Z] Removing intermediate container 226a4b3f8887 [2020-10-15T15:19:11.949Z] ---> 7c8fe98052a2 [2020-10-15T15:19:11.949Z] [2020-10-15T15:19:11.949Z] Step 10/23 : FROM alpine [2020-10-15T15:19:11.949Z] ---> 62ee0e9f8440 [2020-10-15T15:19:11.949Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T15:19:12.602Z] ---> Running in 4006e101943b [2020-10-15T15:19:12.602Z] Removing intermediate container f542b50987cc [2020-10-15T15:19:12.602Z] ---> 8effa872bbe7 [2020-10-15T15:19:12.602Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T15:19:13.612Z] ---> Running in a4778a3f0bfa [2020-10-15T15:19:13.889Z] Removing intermediate container 4006e101943b [2020-10-15T15:19:13.889Z] ---> 3e8b457f039f [2020-10-15T15:19:13.889Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-15T15:19:14.169Z] ---> Running in 5385442643ef [2020-10-15T15:19:14.448Z] Removing intermediate container a4778a3f0bfa [2020-10-15T15:19:14.448Z] ---> 3e0b5f49ad6f [2020-10-15T15:19:14.448Z] Step 24/26 : LABEL arch=arm64 [2020-10-15T15:19:14.724Z] ---> Running in 5e09c2a3f5c8 [2020-10-15T15:19:15.006Z] Removing intermediate container 5385442643ef [2020-10-15T15:19:15.006Z] ---> 1478bc2d0cf1 [2020-10-15T15:19:15.006Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-15T15:19:15.283Z] ---> Running in 3326fd7d44ed [2020-10-15T15:19:15.558Z] Removing intermediate container 5e09c2a3f5c8 [2020-10-15T15:19:15.558Z] ---> efa5e7f52ba4 [2020-10-15T15:19:15.558Z] Step 25/26 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:19:15.831Z] ---> Running in d03ec1ea778e [2020-10-15T15:19:16.449Z] Removing intermediate container 3326fd7d44ed [2020-10-15T15:19:16.449Z] ---> dd4b072509a6 [2020-10-15T15:19:16.449Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:19:16.726Z] ---> Running in a4befbba005c [2020-10-15T15:19:17.331Z] Removing intermediate container d03ec1ea778e [2020-10-15T15:19:17.332Z] ---> 099951ccc393 [2020-10-15T15:19:17.332Z] Step 26/26 : LABEL version=0.0.0 [2020-10-15T15:19:17.613Z] ---> Running in 26e770ce7f9f [2020-10-15T15:19:19.086Z] Removing intermediate container 26e770ce7f9f [2020-10-15T15:19:19.086Z] ---> 3ad06d1c5e92 [2020-10-15T15:19:19.086Z] [2020-10-15T15:19:19.697Z] Successfully built 3ad06d1c5e92 [2020-10-15T15:19:19.697Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-15T15:19:19.697Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-10-15T15:19:23.125Z] Removing intermediate container a4befbba005c [2020-10-15T15:19:23.125Z] ---> 5594811e236a [2020-10-15T15:19:23.125Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-15T15:19:23.738Z] ---> Running in 6c110809e087 [2020-10-15T15:19:24.357Z] Removing intermediate container c7f40d8160e1 [2020-10-15T15:19:24.357Z] ---> 5d84f5adfe67 [2020-10-15T15:19:24.357Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-15T15:19:25.348Z] ---> Running in a63466db301c [2020-10-15T15:19:26.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:19:26.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:19:27.948Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-15T15:19:27.948Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-15T15:19:27.948Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-15T15:19:28.228Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-15T15:19:28.228Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-15T15:19:28.507Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:19:28.507Z] OK: 8 MiB in 19 packages [2020-10-15T15:19:32.974Z] Collecting docker-compose==1.23.2 [2020-10-15T15:19:32.974Z] Removing intermediate container 6c110809e087 [2020-10-15T15:19:32.974Z] ---> e2a34c6bd18e [2020-10-15T15:19:32.974Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-15T15:19:32.974Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-15T15:19:33.873Z] ---> e7940dfcefa7 [2020-10-15T15:19:33.873Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-15T15:19:34.556Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-15T15:19:34.556Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-15T15:19:35.322Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:19:35.322Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:19:35.322Z] ---> 27dad879a355 [2020-10-15T15:19:35.322Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T15:19:35.322Z] ---> Using cache [2020-10-15T15:19:35.322Z] ---> 26832a2eb7f4 [2020-10-15T15:19:35.322Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:19:35.322Z] ---> Using cache [2020-10-15T15:19:35.322Z] ---> ea20dfbbf2c7 [2020-10-15T15:19:35.322Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-15T15:19:35.322Z] ---> Running in 7b35ed59d322 [2020-10-15T15:19:35.966Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-15T15:19:35.966Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-15T15:19:36.973Z] ---> b9c28e3d4b2c [2020-10-15T15:19:36.973Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-15T15:19:36.973Z] Collecting jsonschema<3,>=2.5.1 [2020-10-15T15:19:36.973Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-15T15:19:37.975Z] Collecting PyYAML<4,>=3.10 [2020-10-15T15:19:37.975Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-15T15:19:38.257Z] ---> a864e260549f [2020-10-15T15:19:38.258Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-15T15:19:38.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:19:38.822Z] ---> Running in 0b15a04f0aa9 [2020-10-15T15:19:39.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:19:39.706Z] Removing intermediate container 0b15a04f0aa9 [2020-10-15T15:19:39.706Z] ---> 2a8082c26074 [2020-10-15T15:19:39.706Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T15:19:39.984Z] ---> Running in 1769f0a16b3d [2020-10-15T15:19:40.590Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:19:40.590Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:19:40.590Z] OK: 12623 distinct packages available [2020-10-15T15:19:41.199Z] Removing intermediate container 1769f0a16b3d [2020-10-15T15:19:41.199Z] ---> 4344633c001d [2020-10-15T15:19:41.199Z] Step 21/23 : LABEL arch=arm64 [2020-10-15T15:19:41.199Z] OK: 217 MiB in 51 packages [2020-10-15T15:19:41.477Z] ---> Running in 09ff60d91f5b [2020-10-15T15:19:42.082Z] Collecting cached-property<2,>=1.2.0 [2020-10-15T15:19:42.082Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-15T15:19:42.362Z] Removing intermediate container 09ff60d91f5b [2020-10-15T15:19:42.362Z] ---> a6fb5ce78054 [2020-10-15T15:19:42.362Z] Step 22/23 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:19:42.362Z] OK: 217 MiB in 51 packages [2020-10-15T15:19:42.643Z] Collecting docopt<0.7,>=0.6.1 [2020-10-15T15:19:42.643Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-15T15:19:42.932Z] ---> Running in 4d4950ada3b7 [2020-10-15T15:19:43.943Z] Removing intermediate container 4d4950ada3b7 [2020-10-15T15:19:43.943Z] ---> 95bb40da0240 [2020-10-15T15:19:43.943Z] Step 23/23 : LABEL version=0.0.0 [2020-10-15T15:19:44.562Z] ---> Running in 747158abeb6a [2020-10-15T15:19:44.841Z] Removing intermediate container 7b35ed59d322 [2020-10-15T15:19:44.841Z] ---> 99976bf4b338 [2020-10-15T15:19:44.841Z] Step 6/22 : COPY go.mod . [2020-10-15T15:19:45.450Z] Removing intermediate container 747158abeb6a [2020-10-15T15:19:45.450Z] ---> 3e4c505348ca [2020-10-15T15:19:45.450Z] [2020-10-15T15:19:46.460Z] Collecting docker<4.0,>=3.6.0 [2020-10-15T15:19:46.460Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-15T15:19:46.460Z] Successfully built 3e4c505348ca [2020-10-15T15:19:46.460Z] ---> cd166713005a [2020-10-15T15:19:46.460Z] Step 7/22 : RUN go mod download [2020-10-15T15:19:46.738Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-15T15:19:46.738Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-15T15:19:47.029Z] ---> Running in 6047c2cbdeb4 [2020-10-15T15:19:47.309Z] Collecting texttable<0.10,>=0.9.0 [2020-10-15T15:19:47.309Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-15T15:19:49.973Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:19:49.973Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:19:49.973Z] ---> 27dad879a355 [2020-10-15T15:19:49.973Z] Step 3/24 : WORKDIR /edgex-go [2020-10-15T15:19:49.973Z] ---> Using cache [2020-10-15T15:19:49.973Z] ---> 26832a2eb7f4 [2020-10-15T15:19:49.973Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:19:49.973Z] ---> Using cache [2020-10-15T15:19:49.973Z] ---> ea20dfbbf2c7 [2020-10-15T15:19:49.973Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-15T15:19:49.973Z] 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-15T15:19:50.265Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-15T15:19:50.265Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-15T15:19:50.547Z] ---> Running in 3939e21f2b1c [2020-10-15T15:19:53.207Z] Removing intermediate container 6047c2cbdeb4 [2020-10-15T15:19:53.207Z] ---> 0568295181ba [2020-10-15T15:19:53.207Z] Step 8/22 : COPY . . [2020-10-15T15:19:53.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:19:54.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:19:54.196Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-15T15:19:54.196Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-15T15:19:54.799Z] 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-15T15:19:54.799Z] 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-15T15:19:55.078Z] Collecting idna<2.8,>=2.5 [2020-10-15T15:19:55.078Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-15T15:19:55.356Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:19:55.356Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:19:55.356Z] OK: 12623 distinct packages available [2020-10-15T15:19:55.356Z] Collecting docker-pycreds>=0.4.0 [2020-10-15T15:19:55.356Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-15T15:19:55.632Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-15T15:19:55.632Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-15T15:19:55.632Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-15T15:19:55.632Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-15T15:19:56.238Z] OK: 217 MiB in 51 packages [2020-10-15T15:19:57.233Z] Installing collected packages: urllib3, idna, requests, websocket-client, jsonschema, PyYAML, cached-property, docopt, docker-pycreds, docker, texttable, dockerpty, docker-compose [2020-10-15T15:19:57.233Z] Attempting uninstall: urllib3 [2020-10-15T15:19:57.233Z] Found existing installation: urllib3 1.25.9 [2020-10-15T15:19:57.233Z] Uninstalling urllib3-1.25.9: [2020-10-15T15:19:57.233Z] Successfully uninstalled urllib3-1.25.9 [2020-10-15T15:19:59.233Z] Attempting uninstall: idna [2020-10-15T15:19:59.233Z] Found existing installation: idna 2.9 [2020-10-15T15:19:59.233Z] Uninstalling idna-2.9: [2020-10-15T15:19:59.233Z] Successfully uninstalled idna-2.9 [2020-10-15T15:19:59.842Z] Attempting uninstall: requests [2020-10-15T15:19:59.842Z] Found existing installation: requests 2.23.0 [2020-10-15T15:19:59.842Z] Uninstalling requests-2.23.0: [2020-10-15T15:20:00.124Z] Successfully uninstalled requests-2.23.0 [2020-10-15T15:20:00.733Z] Removing intermediate container 3939e21f2b1c [2020-10-15T15:20:00.733Z] ---> 8732420324ad [2020-10-15T15:20:00.733Z] Step 6/24 : COPY go.mod . [2020-10-15T15:20:01.341Z] Running setup.py install for PyYAML: started [2020-10-15T15:20:02.806Z] ---> 89a4752011e0 [2020-10-15T15:20:02.806Z] Step 7/24 : RUN go mod download [2020-10-15T15:20:03.410Z] ---> Running in ff050438f245 [2020-10-15T15:20:04.874Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-15T15:20:04.874Z] Running setup.py install for docopt: started [2020-10-15T15:20:07.527Z] Running setup.py install for docopt: finished with status 'done' [2020-10-15T15:20:09.014Z] Running setup.py install for texttable: started [2020-10-15T15:20:09.014Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:20:09.015Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-15T15:20:09.015Z] ---> 27dad879a355 [2020-10-15T15:20:09.015Z] Step 3/29 : WORKDIR /edgex-go [2020-10-15T15:20:09.015Z] ---> Using cache [2020-10-15T15:20:09.015Z] ---> 26832a2eb7f4 [2020-10-15T15:20:09.015Z] Step 4/29 : RUN apk update && apk add make git [2020-10-15T15:20:09.617Z] ---> Running in 6e9aa6f7c4a5 [2020-10-15T15:20:09.892Z] Removing intermediate container ff050438f245 [2020-10-15T15:20:09.892Z] ---> dabbd07d4755 [2020-10-15T15:20:09.892Z] Step 8/24 : COPY . . [2020-10-15T15:20:11.351Z] Running setup.py install for texttable: finished with status 'done' [2020-10-15T15:20:11.351Z] Running setup.py install for dockerpty: started [2020-10-15T15:20:12.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:20:12.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:20:13.941Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:20:13.941Z] v3.12.0-424-gdaa4ba98df [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:20:13.941Z] OK: 12623 distinct packages available [2020-10-15T15:20:14.227Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-15T15:20:14.845Z] OK: 217 MiB in 51 packages [2020-10-15T15:20:15.835Z] 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-15T15:20:15.836Z] ---> b1f24fd4dd7b [2020-10-15T15:20:15.836Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-15T15:20:15.836Z] Removing intermediate container 611c2895b84a [2020-10-15T15:20:15.836Z] ---> d3fb35b8ff5c [2020-10-15T15:20:15.836Z] [2020-10-15T15:20:15.836Z] Step 10/22 : FROM scratch [2020-10-15T15:20:15.836Z] ---> [2020-10-15T15:20:15.836Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T15:20:16.115Z] ---> Using cache [2020-10-15T15:20:16.115Z] ---> c05fadec9d7c [2020-10-15T15:20:16.115Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-15T15:20:16.721Z] ---> Running in 5ed309b45134 [2020-10-15T15:20:16.721Z] ---> Running in 3c0b0bb525c8 [2020-10-15T15:20:17.002Z] Removing intermediate container 6e9aa6f7c4a5 [2020-10-15T15:20:17.002Z] ---> b100aff32c2e [2020-10-15T15:20:17.002Z] Step 5/29 : COPY go.mod . [2020-10-15T15:20:17.615Z] Removing intermediate container 5ed309b45134 [2020-10-15T15:20:17.615Z] ---> 0fe823c8c12e [2020-10-15T15:20:17.615Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T15:20:17.890Z] ---> Running in d69262fffd5a [2020-10-15T15:20:18.501Z] ---> f956bc995438 [2020-10-15T15:20:18.501Z] Step 6/29 : RUN go mod download [2020-10-15T15:20:18.778Z] 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-15T15:20:19.056Z] ---> Running in d77ae5f4eb17 [2020-10-15T15:20:19.333Z] Removing intermediate container d69262fffd5a [2020-10-15T15:20:19.333Z] ---> aa115e1c2924 [2020-10-15T15:20:19.333Z] Step 14/22 : WORKDIR / [2020-10-15T15:20:19.616Z] ---> Running in 4022c6983fb7 [2020-10-15T15:20:21.102Z] Removing intermediate container 4022c6983fb7 [2020-10-15T15:20:21.102Z] ---> 769c2359cf97 [2020-10-15T15:20:21.102Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-15T15:20:22.581Z] Removing intermediate container a63466db301c [2020-10-15T15:20:22.581Z] ---> 9c5a2896bd06 [2020-10-15T15:20:22.581Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-15T15:20:22.861Z] ---> d28decc783b5 [2020-10-15T15:20:22.861Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-15T15:20:23.145Z] ---> Running in 3301b9a8516f [2020-10-15T15:20:25.141Z] Removing intermediate container d77ae5f4eb17 [2020-10-15T15:20:25.141Z] ---> ce0e727f6269 [2020-10-15T15:20:25.141Z] Step 7/29 : COPY . . [2020-10-15T15:20:25.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:20:26.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:20:26.624Z] ---> b4a0ef37a2e2 [2020-10-15T15:20:26.624Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-15T15:20:26.902Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T15:20:26.902Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-15T15:20:26.902Z] (3/3) Installing curl (7.69.1-r1) [2020-10-15T15:20:26.902Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:20:27.181Z] OK: 71 MiB in 58 packages [2020-10-15T15:20:29.172Z] ---> ed7bfdf4a493 [2020-10-15T15:20:29.172Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-15T15:20:29.780Z] ---> Running in db8c858b3f96 [2020-10-15T15:20:30.057Z] Removing intermediate container 3301b9a8516f [2020-10-15T15:20:30.057Z] ---> 3d0c9ab9e2e2 [2020-10-15T15:20:30.057Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-15T15:20:30.336Z] ---> Running in 86c9e9dce5aa [2020-10-15T15:20:31.505Z] Removing intermediate container db8c858b3f96 [2020-10-15T15:20:31.505Z] ---> 8a6dd98a340d [2020-10-15T15:20:31.505Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T15:20:31.806Z] Removing intermediate container 86c9e9dce5aa [2020-10-15T15:20:31.806Z] ---> e31842b673ae [2020-10-15T15:20:31.806Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T15:20:32.105Z] ---> Running in 75afe2fe75f4 [2020-10-15T15:20:32.429Z] ---> Running in c763c63060ee [2020-10-15T15:20:32.759Z] ---> 1fd708764477 [2020-10-15T15:20:32.759Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-15T15:20:33.793Z] ---> Running in 2c22b566d1d0 [2020-10-15T15:20:33.793Z] Removing intermediate container 75afe2fe75f4 [2020-10-15T15:20:33.793Z] ---> 8d089573ee47 [2020-10-15T15:20:33.793Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T15:20:34.074Z] Removing intermediate container c763c63060ee [2020-10-15T15:20:34.074Z] ---> b42329a3f010 [2020-10-15T15:20:34.074Z] Step 25/27 : LABEL arch=arm64 [2020-10-15T15:20:34.355Z] ---> Running in 7d54681398d6 [2020-10-15T15:20:34.631Z] ---> Running in c1eca66c4e4c [2020-10-15T15:20:36.076Z] Removing intermediate container 7d54681398d6 [2020-10-15T15:20:36.076Z] ---> 8ca4e958b13b [2020-10-15T15:20:36.076Z] Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:20:36.351Z] Removing intermediate container c1eca66c4e4c [2020-10-15T15:20:36.351Z] ---> b913f0ed48bb [2020-10-15T15:20:36.351Z] Step 26/27 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:20:36.627Z] ---> Running in 325dcbf51164 [2020-10-15T15:20:36.627Z] 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-15T15:20:36.627Z] ---> Running in 3edf5d8937a6 [2020-10-15T15:20:37.226Z] Removing intermediate container 325dcbf51164 [2020-10-15T15:20:37.226Z] ---> c50d3ea81ea9 [2020-10-15T15:20:37.226Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T15:20:37.502Z] ---> Running in 81e2d8606675 [2020-10-15T15:20:37.502Z] Removing intermediate container 3edf5d8937a6 [2020-10-15T15:20:37.502Z] ---> 01b87ff25712 [2020-10-15T15:20:37.502Z] Step 27/27 : LABEL version=0.0.0 [2020-10-15T15:20:37.774Z] ---> Running in b5f0f76e8220 [2020-10-15T15:20:38.376Z] Removing intermediate container 81e2d8606675 [2020-10-15T15:20:38.376Z] ---> 647503ea58a4 [2020-10-15T15:20:38.376Z] [2020-10-15T15:20:38.985Z] Removing intermediate container b5f0f76e8220 [2020-10-15T15:20:38.985Z] ---> def1cf09cbdb [2020-10-15T15:20:38.985Z] [2020-10-15T15:20:39.261Z] Successfully built 647503ea58a4 [2020-10-15T15:20:39.261Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-15T15:20:39.261Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-10-15T15:20:39.541Z] Successfully built def1cf09cbdb [2020-10-15T15:20:39.541Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-15T15:20:52.262Z]  Building docker-sys-mgmt-agent-go ... done  ---> 811f408613c5 [2020-10-15T15:20:52.262Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-15T15:20:52.262Z] ---> Running in 7fa3ab4d12e8 [2020-10-15T15:20:53.257Z] 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-15T15:20:58.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T15:20:58.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T15:20:58.680Z] ---> 27dad879a355 [2020-10-15T15:20:58.680Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T15:20:58.680Z] ---> Using cache [2020-10-15T15:20:58.680Z] ---> 26832a2eb7f4 [2020-10-15T15:20:58.680Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T15:20:58.680Z] ---> Using cache [2020-10-15T15:20:58.680Z] ---> ea20dfbbf2c7 [2020-10-15T15:20:58.680Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T15:20:58.680Z] ---> Using cache [2020-10-15T15:20:58.680Z] ---> 2bf3d6710cb7 [2020-10-15T15:20:58.680Z] Step 6/22 : COPY go.mod . [2020-10-15T15:20:58.680Z] ---> Using cache [2020-10-15T15:20:58.680Z] ---> 2c239a5cac5b [2020-10-15T15:20:58.680Z] Step 7/22 : RUN go mod download [2020-10-15T15:20:58.680Z] ---> Using cache [2020-10-15T15:20:58.680Z] ---> 38e89cd316d0 [2020-10-15T15:20:58.680Z] Step 8/22 : COPY . . [2020-10-15T15:20:58.680Z] ---> Using cache [2020-10-15T15:20:58.680Z] ---> 7e7ee0d22711 [2020-10-15T15:20:58.680Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-15T15:21:00.667Z] ---> Running in ce70c2d58fc4 [2020-10-15T15:21:02.660Z] 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-15T15:21:24.833Z] Removing intermediate container 3c0b0bb525c8 [2020-10-15T15:21:24.833Z] ---> 79b8b9f57b07 [2020-10-15T15:21:24.833Z] [2020-10-15T15:21:24.833Z] Step 10/22 : FROM scratch [2020-10-15T15:21:24.833Z] ---> [2020-10-15T15:21:24.833Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T15:21:24.833Z] ---> Running in dc61d52355ca [2020-10-15T15:21:24.833Z] Removing intermediate container dc61d52355ca [2020-10-15T15:21:24.833Z] ---> fafb388227d9 [2020-10-15T15:21:24.833Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-15T15:21:24.833Z] ---> Running in e48156f68e6e [2020-10-15T15:21:25.433Z] Removing intermediate container e48156f68e6e [2020-10-15T15:21:25.433Z] ---> 494d570868d4 [2020-10-15T15:21:25.433Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T15:21:25.433Z] ---> Running in c77e9f7de5fc [2020-10-15T15:21:26.031Z] Removing intermediate container c77e9f7de5fc [2020-10-15T15:21:26.031Z] ---> 41680a576680 [2020-10-15T15:21:26.031Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-15T15:21:27.474Z] ---> 6358d6d05385 [2020-10-15T15:21:27.474Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-15T15:21:28.095Z] ---> bc0f12b4bc29 [2020-10-15T15:21:28.095Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-15T15:21:30.083Z] ---> 1abc2a0c434f [2020-10-15T15:21:30.083Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-15T15:21:31.085Z] ---> 568c5af6f03c [2020-10-15T15:21:31.086Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-15T15:21:31.086Z] ---> Running in 18b15a531a89 [2020-10-15T15:21:32.078Z] Removing intermediate container 18b15a531a89 [2020-10-15T15:21:32.078Z] ---> f66cba582c09 [2020-10-15T15:21:32.078Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T15:21:32.078Z] ---> Running in 08ed58903c58 [2020-10-15T15:21:32.676Z] Removing intermediate container 08ed58903c58 [2020-10-15T15:21:32.676Z] ---> b8de8b18b201 [2020-10-15T15:21:32.676Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T15:21:32.973Z] ---> Running in 9c3128c3bf1f [2020-10-15T15:21:33.579Z] Removing intermediate container 9c3128c3bf1f [2020-10-15T15:21:33.579Z] ---> 64c7babfef2d [2020-10-15T15:21:33.579Z] Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:21:33.579Z] ---> Running in 295fbf7d483a [2020-10-15T15:21:34.585Z] Removing intermediate container 295fbf7d483a [2020-10-15T15:21:34.585Z] ---> 9cbd685d8b82 [2020-10-15T15:21:34.585Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T15:21:34.585Z] ---> Running in 74ebe503c049 [2020-10-15T15:21:35.185Z] Removing intermediate container 74ebe503c049 [2020-10-15T15:21:35.185Z] ---> 49300688d031 [2020-10-15T15:21:35.186Z] [2020-10-15T15:21:35.790Z] Successfully built 49300688d031 [2020-10-15T15:21:35.790Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-15T15:21:58.006Z]  Building docker-support-logging-go ... done Removing intermediate container 7fa3ab4d12e8 [2020-10-15T15:21:58.006Z] ---> e4c8fc2cea21 [2020-10-15T15:21:58.006Z] [2020-10-15T15:21:58.006Z] Step 9/29 : FROM alpine:latest [2020-10-15T15:21:58.006Z] ---> 62ee0e9f8440 [2020-10-15T15:21:58.006Z] 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-15T15:21:58.006Z] ---> Running in fd8940461546 [2020-10-15T15:21:58.006Z] Removing intermediate container fd8940461546 [2020-10-15T15:21:58.006Z] ---> f1968a825ce1 [2020-10-15T15:21:58.006Z] Step 11/29 : USER root [2020-10-15T15:21:58.006Z] ---> Running in b4fd8ffa66e3 [2020-10-15T15:21:58.006Z] Removing intermediate container b4fd8ffa66e3 [2020-10-15T15:21:58.006Z] ---> f0d769776cad [2020-10-15T15:21:58.006Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-15T15:21:58.609Z] ---> Running in 9a960c0fcd67 [2020-10-15T15:22:00.074Z] Removing intermediate container 2c22b566d1d0 [2020-10-15T15:22:00.074Z] ---> 0fc7418013f2 [2020-10-15T15:22:00.074Z] [2020-10-15T15:22:00.074Z] Step 10/24 : FROM scratch [2020-10-15T15:22:00.074Z] ---> [2020-10-15T15:22:00.074Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T15:22:00.074Z] ---> Using cache [2020-10-15T15:22:00.074Z] ---> fafb388227d9 [2020-10-15T15:22:00.074Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-15T15:22:00.074Z] ---> Running in 104aec1bae6d [2020-10-15T15:22:00.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:22:00.961Z] Removing intermediate container 104aec1bae6d [2020-10-15T15:22:00.961Z] ---> 8ee28898a276 [2020-10-15T15:22:00.961Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T15:22:00.961Z] ---> Running in 4b71fdff5c45 [2020-10-15T15:22:01.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:22:01.848Z] Removing intermediate container 4b71fdff5c45 [2020-10-15T15:22:01.848Z] ---> 7f590ee30214 [2020-10-15T15:22:01.848Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-15T15:22:01.848Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T15:22:01.848Z] v3.12.0-424-gdaa4ba98df [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T15:22:01.848Z] OK: 12621 distinct packages available [2020-10-15T15:22:02.458Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-15T15:22:02.734Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-15T15:22:02.734Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:22:02.734Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T15:22:02.734Z] ---> be05d3a919d3 [2020-10-15T15:22:02.734Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-15T15:22:03.012Z] OK: 6 MiB in 16 packages [2020-10-15T15:22:05.013Z] ---> b57342baa289 [2020-10-15T15:22:05.013Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-15T15:22:05.622Z] Removing intermediate container 9a960c0fcd67 [2020-10-15T15:22:05.622Z] ---> 74f1ec7db3be [2020-10-15T15:22:05.622Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-15T15:22:05.923Z] ---> Running in 7cced7348124 [2020-10-15T15:22:06.532Z] ---> b3851e0bc89d [2020-10-15T15:22:06.532Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-15T15:22:06.532Z] Removing intermediate container 7cced7348124 [2020-10-15T15:22:06.532Z] ---> 2d5afb7ad5af [2020-10-15T15:22:06.532Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-15T15:22:06.817Z] ---> Running in a996fc911271 [2020-10-15T15:22:07.801Z] Removing intermediate container a996fc911271 [2020-10-15T15:22:07.801Z] ---> 016bc0c314ea [2020-10-15T15:22:07.801Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-15T15:22:07.801Z] ---> fb902534ef0d [2020-10-15T15:22:07.801Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-15T15:22:07.801Z] ---> Running in 9bfe40c06873 [2020-10-15T15:22:09.786Z] ---> 349c7f44bb90 [2020-10-15T15:22:09.786Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-15T15:22:10.391Z] ---> a77ecfecc13f [2020-10-15T15:22:10.391Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-15T15:22:10.666Z] ---> Running in f63f672c5fdf [2020-10-15T15:22:10.666Z] Removing intermediate container 9bfe40c06873 [2020-10-15T15:22:10.666Z] ---> 529cd9d324a1 [2020-10-15T15:22:10.666Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-15T15:22:11.265Z] Removing intermediate container f63f672c5fdf [2020-10-15T15:22:11.265Z] ---> 893226cd9020 [2020-10-15T15:22:11.265Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T15:22:11.618Z] ---> Running in c81ddb35a59f [2020-10-15T15:22:12.244Z] ---> 34e18249b6be [2020-10-15T15:22:12.244Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-15T15:22:12.244Z] Removing intermediate container c81ddb35a59f [2020-10-15T15:22:12.244Z] ---> c60ec5257da8 [2020-10-15T15:22:12.244Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T15:22:12.552Z] ---> Running in 5dd93e15b2ac [2020-10-15T15:22:13.189Z] Removing intermediate container 5dd93e15b2ac [2020-10-15T15:22:13.189Z] ---> 6533d62d5287 [2020-10-15T15:22:13.189Z] Step 23/24 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:22:13.189Z] ---> 21451d74de66 [2020-10-15T15:22:13.189Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-15T15:22:13.189Z] ---> Running in f9f354848011 [2020-10-15T15:22:14.243Z] Removing intermediate container f9f354848011 [2020-10-15T15:22:14.243Z] ---> 52c841c8c510 [2020-10-15T15:22:14.243Z] Step 24/24 : LABEL version=0.0.0 [2020-10-15T15:22:14.243Z] ---> 60a6dc36e670 [2020-10-15T15:22:14.243Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-15T15:22:14.243Z] ---> Running in 0fa866c371f8 [2020-10-15T15:22:14.855Z] Removing intermediate container 0fa866c371f8 [2020-10-15T15:22:14.855Z] ---> 53c7d0bdb1e3 [2020-10-15T15:22:14.855Z] [2020-10-15T15:22:15.131Z] ---> a6e339ad6c71 [2020-10-15T15:22:15.131Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-15T15:22:15.407Z] Successfully built 53c7d0bdb1e3 [2020-10-15T15:22:15.407Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-15T15:22:16.394Z]  Building docker-support-notifications-go ... done  ---> 1d4c77aa95cb [2020-10-15T15:22:16.394Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-15T15:22:16.394Z] ---> Running in 17eb6cffdc37 [2020-10-15T15:22:17.843Z] Removing intermediate container ce70c2d58fc4 [2020-10-15T15:22:17.843Z] ---> fc0c28e6f339 [2020-10-15T15:22:17.843Z] [2020-10-15T15:22:17.843Z] Step 10/22 : FROM scratch [2020-10-15T15:22:17.843Z] ---> [2020-10-15T15:22:17.843Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T15:22:17.843Z] ---> Using cache [2020-10-15T15:22:17.843Z] ---> c05fadec9d7c [2020-10-15T15:22:17.843Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-15T15:22:18.122Z] ---> Running in 3efe9047eca7 [2020-10-15T15:22:18.398Z] Removing intermediate container 3efe9047eca7 [2020-10-15T15:22:18.398Z] ---> 8e8519fb501b [2020-10-15T15:22:18.398Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T15:22:18.678Z] ---> Running in aa2327e78e0f [2020-10-15T15:22:18.952Z] Removing intermediate container aa2327e78e0f [2020-10-15T15:22:18.952Z] ---> a11cb7ab6221 [2020-10-15T15:22:18.952Z] Step 14/22 : WORKDIR / [2020-10-15T15:22:19.231Z] Removing intermediate container 17eb6cffdc37 [2020-10-15T15:22:19.231Z] ---> 964e8f7dd4e3 [2020-10-15T15:22:19.231Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T15:22:19.231Z] ---> Running in 9d5a6c0a9c82 [2020-10-15T15:22:19.827Z] Removing intermediate container 9d5a6c0a9c82 [2020-10-15T15:22:19.827Z] ---> f94d5deae6df [2020-10-15T15:22:19.827Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-15T15:22:19.827Z] ---> 8eb260c64e29 [2020-10-15T15:22:19.827Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T15:22:20.099Z] ---> Running in 79fd9f01b46d [2020-10-15T15:22:20.374Z] ---> 5f9b1ef033ed [2020-10-15T15:22:20.374Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-15T15:22:21.823Z] ---> c48f328e4889 [2020-10-15T15:22:21.823Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-15T15:22:22.424Z] ---> f79ccdc7c201 [2020-10-15T15:22:22.424Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-15T15:22:22.424Z] ---> Running in cc89d4bf31a9 [2020-10-15T15:22:22.697Z] Removing intermediate container 79fd9f01b46d [2020-10-15T15:22:22.697Z] ---> c0a3419deb27 [2020-10-15T15:22:22.697Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-15T15:22:22.697Z] ---> Running in a82ec23c3150 [2020-10-15T15:22:22.974Z] Removing intermediate container cc89d4bf31a9 [2020-10-15T15:22:22.975Z] ---> bb98c5d900f2 [2020-10-15T15:22:22.975Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T15:22:23.248Z] ---> Running in dd5a95fd6600 [2020-10-15T15:22:23.527Z] Removing intermediate container dd5a95fd6600 [2020-10-15T15:22:23.527Z] ---> bee386a58bb9 [2020-10-15T15:22:23.527Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T15:22:23.804Z] ---> Running in 27b0230f318a [2020-10-15T15:22:24.092Z] Removing intermediate container 27b0230f318a [2020-10-15T15:22:24.092Z] ---> fa615d9c22be [2020-10-15T15:22:24.092Z] Step 21/22 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:22:24.368Z] ---> Running in fa425b8d9851 [2020-10-15T15:22:24.650Z] Removing intermediate container fa425b8d9851 [2020-10-15T15:22:24.650Z] ---> a461fb6e8534 [2020-10-15T15:22:24.650Z] Step 22/22 : LABEL version=0.0.0 [2020-10-15T15:22:24.926Z] ---> Running in 0be601253565 [2020-10-15T15:22:25.526Z] Removing intermediate container 0be601253565 [2020-10-15T15:22:25.526Z] ---> 71558b2872fc [2020-10-15T15:22:25.526Z] [2020-10-15T15:22:25.802Z] Removing intermediate container a82ec23c3150 [2020-10-15T15:22:25.802Z] ---> e48a06cdf224 [2020-10-15T15:22:25.802Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T15:22:25.802Z] Successfully built 71558b2872fc [2020-10-15T15:22:25.802Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-15T15:22:25.802Z]  Building docker-core-metadata-go ... done  ---> Running in 094c88776978 [2020-10-15T15:22:26.399Z] Removing intermediate container 094c88776978 [2020-10-15T15:22:26.399Z] ---> 62b95d917def [2020-10-15T15:22:26.399Z] Step 26/29 : CMD [ "generate" ] [2020-10-15T15:22:26.399Z] ---> Running in b5df2d579009 [2020-10-15T15:22:26.999Z] Removing intermediate container b5df2d579009 [2020-10-15T15:22:26.999Z] ---> 3011085e00a1 [2020-10-15T15:22:26.999Z] Step 27/29 : LABEL arch=arm64 [2020-10-15T15:22:26.999Z] ---> Running in c23786e0f843 [2020-10-15T15:22:27.600Z] Removing intermediate container c23786e0f843 [2020-10-15T15:22:27.600Z] ---> ff03fe72a396 [2020-10-15T15:22:27.600Z] Step 28/29 : LABEL git_sha=cfca8f87d1b14f31076b595db4703328e11b50dc [2020-10-15T15:22:27.600Z] ---> Running in e9d62927fd01 [2020-10-15T15:22:28.199Z] Removing intermediate container e9d62927fd01 [2020-10-15T15:22:28.199Z] ---> d8f02ebfe9f0 [2020-10-15T15:22:28.199Z] Step 29/29 : LABEL version=0.0.0 [2020-10-15T15:22:28.199Z] ---> Running in 607d34ba18d3 [2020-10-15T15:22:28.796Z] Removing intermediate container 607d34ba18d3 [2020-10-15T15:22:28.796Z] ---> e7b5a6e2ab50 [2020-10-15T15:22:28.796Z] [2020-10-15T15:22:29.072Z] Successfully built e7b5a6e2ab50 [2020-10-15T15:22:29.072Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-15T15:22:29.366Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-15T15:22:29.369Z] $ docker stop --time=1 1e91a4e57d2be94862a038b4986eac6f5df696ddfe90a4804448689d26d7b99c [2020-10-15T15:22:31.229Z] $ docker rm -f 1e91a4e57d2be94862a038b4986eac6f5df696ddfe90a4804448689d26d7b99c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T15:22:31.973Z] + docker images [2020-10-15T15:22:31.973Z] + grep docker [2020-10-15T15:22:32.244Z] docker-security-secrets-setup-go-arm64 latest e7b5a6e2ab50 4 seconds ago 22.7MB [2020-10-15T15:22:32.244Z] docker-core-metadata-go-arm64 latest 71558b2872fc 7 seconds ago 13.4MB [2020-10-15T15:22:32.244Z] docker-support-notifications-go-arm64 latest 53c7d0bdb1e3 18 seconds ago 12.9MB [2020-10-15T15:22:32.244Z] docker-support-logging-go-arm64 latest 49300688d031 58 seconds ago 10.6MB [2020-10-15T15:22:32.244Z] docker-core-command-go-arm64 latest 647503ea58a4 About a minute ago 11.4MB [2020-10-15T15:22:32.244Z] docker-sys-mgmt-agent-go-arm64 latest def1cf09cbdb About a minute ago 270MB [2020-10-15T15:22:32.244Z] docker-core-data-go-arm64 latest 3e4c505348ca 2 minutes ago 22.2MB [2020-10-15T15:22:32.244Z] docker-security-secretstore-setup-go-arm64 latest 3ad06d1c5e92 3 minutes ago 30.8MB [2020-10-15T15:22:32.244Z] docker-support-scheduler-go-arm64 latest 5d5121a11cd9 3 minutes ago 11.5MB [2020-10-15T15:22:32.244Z] docker-security-proxy-setup-go-arm64 latest faaad8509368 3 minutes ago 15.1MB [2020-10-15T15:22:32.244Z] 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-15T15:22:36.183Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:22:36.760Z] ---> package-listing.sh [2020-10-15T15:22:36.760Z] ++ facter osfamily [2020-10-15T15:22:36.760Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T15:22:36.760Z] + OS_FAMILY=redhat [2020-10-15T15:22:36.760Z] + workspace=/w/workspace/edgex-go/9 [2020-10-15T15:22:36.760Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T15:22:36.760Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T15:22:36.760Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T15:22:36.760Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T15:22:36.760Z] + '[' /w/workspace/edgex-go/9 ']' [2020-10-15T15:22:36.760Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T15:22:36.760Z] + case "${OS_FAMILY}" in [2020-10-15T15:22:36.760Z] + rpm -qa [2020-10-15T15:22:36.760Z] + sort [2020-10-15T15:22:40.991Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T15:22:40.991Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T15:22:40.991Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T15:22:40.991Z] + '[' /w/workspace/edgex-go/9 ']' [2020-10-15T15:22:40.991Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2020-10-15T15:22:40.991Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2020-10-15T15:22:41.004Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T15:22:41.291Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:22:41.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:22:41.598Z] [2020-10-15T15:22:41.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:22:41.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:22:41.991Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T15:22:41.991Z] df20fa9351a1: Pulling fs layer [2020-10-15T15:22:41.991Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T15:22:41.991Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T15:22:41.991Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T15:22:41.991Z] 93b61091891f: Pulling fs layer [2020-10-15T15:22:41.991Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T15:22:41.991Z] 5e14af77c1be: Pulling fs layer [2020-10-15T15:22:41.991Z] 01666e4c0597: Pulling fs layer [2020-10-15T15:22:41.991Z] aa168da1d23b: Pulling fs layer [2020-10-15T15:22:41.991Z] 93b9cdb0e59b: Waiting [2020-10-15T15:22:41.991Z] 5e14af77c1be: Waiting [2020-10-15T15:22:41.991Z] 01666e4c0597: Waiting [2020-10-15T15:22:41.991Z] aa168da1d23b: Waiting [2020-10-15T15:22:41.991Z] 46f8f816bc3b: Waiting [2020-10-15T15:22:41.991Z] 93b61091891f: Waiting [2020-10-15T15:22:41.991Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T15:22:41.991Z] 36b3adc4ff6f: Download complete [2020-10-15T15:22:41.991Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T15:22:41.991Z] 46f8f816bc3b: Download complete [2020-10-15T15:22:42.256Z] df20fa9351a1: Download complete [2020-10-15T15:22:42.256Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T15:22:42.256Z] 93b9cdb0e59b: Download complete [2020-10-15T15:22:42.256Z] 93b61091891f: Download complete [2020-10-15T15:22:42.256Z] 01666e4c0597: Verifying Checksum [2020-10-15T15:22:42.256Z] 01666e4c0597: Download complete [2020-10-15T15:22:42.256Z] 5e14af77c1be: Verifying Checksum [2020-10-15T15:22:42.257Z] 5e14af77c1be: Download complete [2020-10-15T15:22:42.525Z] df20fa9351a1: Pull complete [2020-10-15T15:22:42.525Z] 8ad3a11d3b57: Download complete [2020-10-15T15:22:42.525Z] 36b3adc4ff6f: Pull complete [2020-10-15T15:22:43.106Z] 8ad3a11d3b57: Pull complete [2020-10-15T15:22:43.367Z] 46f8f816bc3b: Pull complete [2020-10-15T15:22:43.633Z] 93b61091891f: Pull complete [2020-10-15T15:22:43.633Z] 93b9cdb0e59b: Pull complete [2020-10-15T15:22:43.901Z] 5e14af77c1be: Pull complete [2020-10-15T15:22:43.901Z] 01666e4c0597: Pull complete [2020-10-15T15:22:44.866Z] aa168da1d23b: Verifying Checksum [2020-10-15T15:22:44.866Z] aa168da1d23b: Download complete [2020-10-15T15:22:51.492Z] aa168da1d23b: Pull complete [2020-10-15T15:22:51.492Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T15:22:51.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:22:51.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T15:22:51.638Z] prd-centos7-docker-4c-2g-5608 does not seem to be running inside a container [2020-10-15T15:22:51.687Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T15:22:55.152Z] $ docker top 208da0c3247ef19ba6ea527f78a86ad7173c1ef8fad607490b40cb5287c2e89b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:22:55.707Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T15:22:56.004Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T15:22:56.304Z] + ls /var/log/sa-host [2020-10-15T15:22:56.304Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T15:22:56.304Z] file_magic: OK [2020-10-15T15:22:56.304Z] HZ: Using current value: 100 [2020-10-15T15:22:56.304Z] file_header: OK [2020-10-15T15:22:56.304Z] 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-15T15:22:56.304Z] Statistics: [2020-10-15T15:22:56.304Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T15:22:56.304Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T15:22:56.304Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T15:22:56.304Z] file_magic: OK [2020-10-15T15:22:56.304Z] HZ: Using current value: 100 [2020-10-15T15:22:56.304Z] file_header: OK [2020-10-15T15:22:56.304Z] 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-15T15:22:56.304Z] Statistics: [2020-10-15T15:22:56.304Z] 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... [2020-10-15T15:22:56.304Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T15:22:56.923Z] provisioning config files... [2020-10-15T15:22:56.945Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config5484434927687574545tmp [Pipeline] { [Pipeline] echo [2020-10-15T15:22:57.023Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:22:57.323Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T15:22:57.333Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T15:22:57.447Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:22:57.752Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T15:22:57.764Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:22:58.060Z] ---> sudo-logs.sh [2020-10-15T15:22:58.060Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T15:22:58.072Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:22:58.372Z] ---> job-cost.sh [2020-10-15T15:22:58.372Z] lf-activate-venv: SKIPPING [2020-10-15T15:22:58.372Z] INFO: No Stack... [2020-10-15T15:22:59.317Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T15:22:59.889Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T15:22:59.902Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:23:00.200Z] ---> logs-deploy.sh [2020-10-15T15:23:00.200Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2791/9 [2020-10-15T15:23:00.200Z] INFO: archiving workspace using pattern(s): [2020-10-15T15:23:01.591Z] Archives upload complete. [2020-10-15T15:23:01.853Z] INFO: archiving logs to Nexus