Pull request #2610 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from e24d3796266c2bc2fc1662ed76ccdef4f596574e+2f18d68ce33577a025edc322deb728338e3be43f (e539e82cf30739e33b4e095365e96dca3ffcf18a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2865 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit e24d3796266c2bc2fc1662ed76ccdef4f596574e Merge succeeded, producing e24d3796266c2bc2fc1662ed76ccdef4f596574e Checking out Revision e24d3796266c2bc2fc1662ed76ccdef4f596574e (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e24d3796266c2bc2fc1662ed76ccdef4f596574e # 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 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e24d3796266c2bc2fc1662ed76ccdef4f596574e # timeout=10 Commit message: "Add POST event functions based for v2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-05T13:35:02.089Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-05T13:35:02.292Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-05T13:35:02.378Z] ========================================================= [2020-08-05T13:35:02.378Z] EdgeX Global Pipelines Version Info [2020-08-05T13:35:02.378Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 [2020-08-05T13:35:04.243Z] ------------------- [2020-08-05T13:35:04.243Z] stable info: [2020-08-05T13:35:04.243Z] ------------------- [2020-08-05T13:35:04.243Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-05T13:35:04.243Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-05T13:35:04.243Z] Message: update stable to v1.0.106 [2020-08-05T13:35:04.813Z] ------------------- [2020-08-05T13:35:04.813Z] experimental info: [2020-08-05T13:35:04.813Z] ------------------- [2020-08-05T13:35:04.813Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-05T13:35:04.813Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-05T13:35:04.813Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-05T13:35:06.409Z] ++ 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-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/core-command/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/core-data/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-05T13:35:06.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-05T13:35:06.409Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-05T13:35:06.409Z] ++ cut -d/ -f2 [2020-08-05T13:35:06.409Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-05T13:35:06.516Z] 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-08-05T13:35:07.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T13:35:07.746Z] [2020-08-05T13:35:07.746Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:35:08.095Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T13:35:08.095Z] latest: Pulling from edgex-devops/git-semver [2020-08-05T13:35:08.095Z] 31603596830f: Pulling fs layer [2020-08-05T13:35:08.095Z] 2a8b12db71e7: Pulling fs layer [2020-08-05T13:35:08.095Z] 6ca5941a6612: Pulling fs layer [2020-08-05T13:35:08.095Z] ecc8261a40a4: Pulling fs layer [2020-08-05T13:35:08.095Z] ecc8261a40a4: Waiting [2020-08-05T13:35:08.095Z] 2a8b12db71e7: Verifying Checksum [2020-08-05T13:35:08.095Z] 2a8b12db71e7: Download complete [2020-08-05T13:35:08.357Z] 31603596830f: Verifying Checksum [2020-08-05T13:35:08.357Z] 31603596830f: Download complete [2020-08-05T13:35:08.357Z] 6ca5941a6612: Verifying Checksum [2020-08-05T13:35:08.357Z] 6ca5941a6612: Download complete [2020-08-05T13:35:08.357Z] ecc8261a40a4: Verifying Checksum [2020-08-05T13:35:08.357Z] ecc8261a40a4: Download complete [2020-08-05T13:35:08.619Z] 31603596830f: Pull complete [2020-08-05T13:35:08.880Z] 2a8b12db71e7: Pull complete [2020-08-05T13:35:09.461Z] 6ca5941a6612: Pull complete [2020-08-05T13:35:09.726Z] ecc8261a40a4: Pull complete [2020-08-05T13:35:09.726Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-05T13:35:09.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T13:35:09.726Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-05T13:35:09.817Z] prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container [2020-08-05T13:35:09.858Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-05T13:35:12.630Z] $ docker top 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-05T13:35:12.908Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-05T13:35:12.908Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-05T13:35:13.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-05T13:35:13.104Z] $ docker exec 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 ssh-agent [2020-08-05T13:35:13.260Z] SSH_AUTH_SOCK=/tmp/ssh-f1YsalzWF05f/agent.13 [2020-08-05T13:35:13.260Z] SSH_AGENT_PID=19 [2020-08-05T13:35:13.273Z] Running ssh-add (command line suppressed) [2020-08-05T13:35:13.387Z] Identity added: /w/workspace/edgex-go/29@tmp/private_key_8150081508557586101.key (/w/workspace/edgex-go/29@tmp/private_key_8150081508557586101.key) [2020-08-05T13:35:13.439Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-05T13:35:13.768Z] + git describe --exact-match --tags HEAD [2020-08-05T13:35:13.768Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-05T13:35:13.788Z] $ docker exec --env ******** --env ******** 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 ssh-agent -k [2020-08-05T13:35:13.915Z] unset SSH_AUTH_SOCK; [2020-08-05T13:35:13.915Z] unset SSH_AGENT_PID; [2020-08-05T13:35:13.915Z] echo Agent pid 19 killed; [2020-08-05T13:35:13.962Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-05T13:35:14.031Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-05T13:35:14.031Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-05T13:35:14.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-05T13:35:14.112Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-05T13:35:14.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-05T13:35:14.277Z] $ docker exec 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 ssh-agent [2020-08-05T13:35:14.431Z] SSH_AUTH_SOCK=/tmp/ssh-2qPmLBfr76Lu/agent.49 [2020-08-05T13:35:14.432Z] SSH_AGENT_PID=54 [2020-08-05T13:35:14.438Z] Running ssh-add (command line suppressed) [2020-08-05T13:35:14.549Z] Identity added: /w/workspace/edgex-go/29@tmp/private_key_660669564856141598.key (/w/workspace/edgex-go/29@tmp/private_key_660669564856141598.key) [2020-08-05T13:35:14.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-05T13:35:14.920Z] + git semver init [2020-08-05T13:35:14.920Z] # -> Open(): unable to determine branch for HEAD [2020-08-05T13:35:14.920Z] # $GIT_DIR = /w/workspace/edgex-go/29/.git [2020-08-05T13:35:14.920Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/29 [2020-08-05T13:35:14.920Z] # $SEMVER_REMOTE_NAME = origin [2020-08-05T13:35:14.920Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-05T13:35:14.920Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-05T13:35:14.920Z] # $SEMVER_BRANCH = PR-2610 [2020-08-05T13:35:14.920Z] # $SEMVER_TEMP = /tmp/semver-887116959 [2020-08-05T13:35:14.920Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-05T13:35:33.063Z] # '/tmp/semver-887116959' -> '/w/workspace/edgex-go/29/.semver' [2020-08-05T13:35:33.063Z] # -> Force: false [2020-08-05T13:35:33.063Z] # $SEMVER_DIR = /w/workspace/edgex-go/29/.semver [Pipeline] } [2020-08-05T13:35:33.073Z] $ docker exec --env ******** --env ******** 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 ssh-agent -k [2020-08-05T13:35:33.293Z] unset SSH_AUTH_SOCK; [2020-08-05T13:35:33.294Z] unset SSH_AGENT_PID; [2020-08-05T13:35:33.294Z] echo Agent pid 54 killed; [2020-08-05T13:35:33.357Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-05T13:35:33.878Z] + git semver [Pipeline] } [2020-08-05T13:35:33.892Z] $ docker stop --time=1 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 [2020-08-05T13:35:35.550Z] $ docker rm -f 50b1d670adadfaf19aee4299d032fd14d5f664c3b6f1c91e03850f13a18c0e02 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-05T13:35:49.476Z] Stashed 30 file(s) [Pipeline] echo [2020-08-05T13:35:49.478Z] [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-08-05T13:35:49.941Z] ========================================================= [2020-08-05T13:35:49.941Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-05T13:35:49.941Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:35:50.271Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-05T13:35:53.600Z] Sending build context to Docker daemon 323.1MB [2020-08-05T13:35:53.600Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-05T13:35:53.600Z] Step 2/7 : FROM ${BASE} [2020-08-05T13:35:53.600Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-05T13:35:53.600Z] df20fa9351a1: Pulling fs layer [2020-08-05T13:35:53.600Z] ed8968b2872e: Pulling fs layer [2020-08-05T13:35:53.600Z] a92cc7c5fd73: Pulling fs layer [2020-08-05T13:35:53.601Z] 2dd03ba5bac4: Pulling fs layer [2020-08-05T13:35:53.601Z] 1e091d79d1de: Pulling fs layer [2020-08-05T13:35:53.601Z] 481702a1767f: Pulling fs layer [2020-08-05T13:35:53.601Z] f64a6f60c768: Pulling fs layer [2020-08-05T13:35:53.601Z] e78d2573fc39: Pulling fs layer [2020-08-05T13:35:53.601Z] e876d2f968b6: Pulling fs layer [2020-08-05T13:35:53.601Z] ce8a83651883: Pulling fs layer [2020-08-05T13:35:53.601Z] 07967f4d0e4b: Pulling fs layer [2020-08-05T13:35:53.601Z] f64a6f60c768: Waiting [2020-08-05T13:35:53.601Z] e78d2573fc39: Waiting [2020-08-05T13:35:53.601Z] e876d2f968b6: Waiting [2020-08-05T13:35:53.601Z] ce8a83651883: Waiting [2020-08-05T13:35:53.601Z] 07967f4d0e4b: Waiting [2020-08-05T13:35:53.601Z] 2dd03ba5bac4: Waiting [2020-08-05T13:35:53.601Z] 1e091d79d1de: Waiting [2020-08-05T13:35:53.601Z] 481702a1767f: Waiting [2020-08-05T13:35:53.601Z] a92cc7c5fd73: Verifying Checksum [2020-08-05T13:35:53.601Z] a92cc7c5fd73: Download complete [2020-08-05T13:35:53.601Z] ed8968b2872e: Verifying Checksum [2020-08-05T13:35:53.601Z] ed8968b2872e: Download complete [2020-08-05T13:35:53.601Z] 1e091d79d1de: Verifying Checksum [2020-08-05T13:35:53.601Z] 1e091d79d1de: Download complete [2020-08-05T13:35:53.601Z] 481702a1767f: Verifying Checksum [2020-08-05T13:35:53.601Z] 481702a1767f: Download complete [2020-08-05T13:35:53.601Z] df20fa9351a1: Verifying Checksum [2020-08-05T13:35:53.601Z] df20fa9351a1: Download complete [2020-08-05T13:35:53.601Z] df20fa9351a1: Pull complete [2020-08-05T13:35:54.189Z] f64a6f60c768: Verifying Checksum [2020-08-05T13:35:54.189Z] f64a6f60c768: Download complete [2020-08-05T13:35:54.189Z] e876d2f968b6: Download complete [2020-08-05T13:35:54.775Z] 2dd03ba5bac4: Verifying Checksum [2020-08-05T13:35:54.775Z] 2dd03ba5bac4: Download complete [2020-08-05T13:35:54.775Z] 07967f4d0e4b: Verifying Checksum [2020-08-05T13:35:54.775Z] 07967f4d0e4b: Download complete [2020-08-05T13:35:55.036Z] e78d2573fc39: Verifying Checksum [2020-08-05T13:35:55.036Z] e78d2573fc39: Download complete [2020-08-05T13:35:55.036Z] ce8a83651883: Verifying Checksum [2020-08-05T13:35:55.036Z] ce8a83651883: Download complete [2020-08-05T13:35:55.981Z] ed8968b2872e: Pull complete [2020-08-05T13:35:56.243Z] a92cc7c5fd73: Pull complete [2020-08-05T13:36:01.546Z] 2dd03ba5bac4: Pull complete [2020-08-05T13:36:01.546Z] 1e091d79d1de: Pull complete [2020-08-05T13:36:01.546Z] 481702a1767f: Pull complete [2020-08-05T13:36:04.761Z] Still waiting to schedule task [2020-08-05T13:36:04.761Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-05T13:36:08.148Z] f64a6f60c768: Pull complete [2020-08-05T13:36:10.703Z] e78d2573fc39: Pull complete [2020-08-05T13:36:10.703Z] e876d2f968b6: Pull complete [2020-08-05T13:36:12.093Z] ce8a83651883: Pull complete [2020-08-05T13:36:12.093Z] 07967f4d0e4b: Pull complete [2020-08-05T13:36:12.093Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-05T13:36:12.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-05T13:36:12.093Z] ---> 5d7c900382c6 [2020-08-05T13:36:12.093Z] 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-08-05T13:36:13.038Z] ---> Running in dfde1c5270ea [2020-08-05T13:36:13.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:36:14.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:36:14.755Z] (1/12) Installing libmagic (5.38-r0) [2020-08-05T13:36:14.755Z] (2/12) Installing file (5.38-r0) [2020-08-05T13:36:14.755Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-05T13:36:15.015Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-05T13:36:16.932Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-05T13:36:16.932Z] (6/12) Installing patch (2.7.6-r6) [2020-08-05T13:36:17.194Z] (7/12) Installing build-base (0.5-r2) [2020-08-05T13:36:17.194Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-05T13:36:17.194Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-05T13:36:17.454Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-05T13:36:17.454Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-05T13:36:17.715Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-05T13:36:17.715Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:36:17.715Z] OK: 233 MiB in 51 packages [2020-08-05T13:36:21.019Z] Removing intermediate container dfde1c5270ea [2020-08-05T13:36:21.019Z] ---> 024bbb6719f4 [2020-08-05T13:36:21.019Z] Step 4/7 : WORKDIR /edgex-go [2020-08-05T13:36:21.019Z] ---> Running in 62a5d7f3b2de [2020-08-05T13:36:21.280Z] Removing intermediate container 62a5d7f3b2de [2020-08-05T13:36:21.280Z] ---> 1ed1b024098c [2020-08-05T13:36:21.280Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-05T13:36:21.540Z] latest: Pulling from library/docker [2020-08-05T13:36:21.540Z] df20fa9351a1: Already exists [2020-08-05T13:36:21.801Z] 25ad7478873d: Pulling fs layer [2020-08-05T13:36:21.801Z] 4684f6177b5d: Pulling fs layer [2020-08-05T13:36:21.801Z] 46e300cec669: Pulling fs layer [2020-08-05T13:36:21.801Z] 63038576ad94: Pulling fs layer [2020-08-05T13:36:21.801Z] 0fdb76c4706c: Pulling fs layer [2020-08-05T13:36:21.801Z] cb7edeffdfd5: Pulling fs layer [2020-08-05T13:36:21.801Z] 63038576ad94: Waiting [2020-08-05T13:36:21.801Z] 0fdb76c4706c: Waiting [2020-08-05T13:36:21.801Z] cb7edeffdfd5: Waiting [2020-08-05T13:36:21.801Z] 4684f6177b5d: Verifying Checksum [2020-08-05T13:36:21.801Z] 4684f6177b5d: Download complete [2020-08-05T13:36:21.801Z] 25ad7478873d: Verifying Checksum [2020-08-05T13:36:21.801Z] 25ad7478873d: Download complete [2020-08-05T13:36:21.801Z] 63038576ad94: Verifying Checksum [2020-08-05T13:36:21.801Z] 63038576ad94: Download complete [2020-08-05T13:36:21.801Z] 0fdb76c4706c: Verifying Checksum [2020-08-05T13:36:21.801Z] 0fdb76c4706c: Download complete [2020-08-05T13:36:22.066Z] cb7edeffdfd5: Verifying Checksum [2020-08-05T13:36:22.066Z] cb7edeffdfd5: Download complete [2020-08-05T13:36:22.066Z] 25ad7478873d: Pull complete [2020-08-05T13:36:22.327Z] 4684f6177b5d: Pull complete [2020-08-05T13:36:22.588Z] 46e300cec669: Verifying Checksum [2020-08-05T13:36:22.588Z] 46e300cec669: Download complete [2020-08-05T13:36:25.144Z] 46e300cec669: Pull complete [2020-08-05T13:36:25.144Z] 63038576ad94: Pull complete [2020-08-05T13:36:25.144Z] 0fdb76c4706c: Pull complete [2020-08-05T13:36:25.144Z] cb7edeffdfd5: Pull complete [2020-08-05T13:36:25.144Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-05T13:36:25.144Z] Status: Downloaded newer image for docker:latest [2020-08-05T13:36:27.075Z] ---> a22a78d08d69 [2020-08-05T13:36:27.075Z] Step 6/7 : COPY go.mod . [2020-08-05T13:36:27.075Z] ---> 8ef07875f76b [2020-08-05T13:36:27.075Z] Step 7/7 : RUN go mod download [2020-08-05T13:36:27.075Z] ---> Running in 7c5c28aa3398 [2020-08-05T13:36:29.628Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-05T13:36:29.628Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-05T13:36:29.628Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-05T13:36:29.628Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-05T13:36:29.628Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-05T13:36:29.628Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-05T13:36:29.628Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-05T13:36:29.628Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-05T13:36:29.628Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-05T13:36:29.888Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-05T13:36:29.888Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-05T13:36:29.888Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-05T13:36:29.888Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-05T13:36:29.888Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-05T13:36:29.888Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-05T13:36:29.888Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-05T13:36:29.888Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-05T13:36:30.149Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-05T13:36:30.149Z] go: finding github.com/fatih/color v1.7.0 [2020-08-05T13:36:30.149Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-05T13:36:30.149Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-05T13:36:30.149Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-05T13:36:30.149Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-05T13:36:30.149Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-05T13:36:30.149Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-05T13:36:30.149Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-05T13:36:30.149Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-05T13:36:30.149Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-05T13:36:30.409Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-05T13:36:30.409Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-05T13:36:30.409Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-05T13:36:30.409Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-05T13:36:30.409Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-05T13:36:30.409Z] go: finding github.com/google/uuid v1.1.0 [2020-08-05T13:36:30.409Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-05T13:36:30.409Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-05T13:36:30.409Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-05T13:36:30.409Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-05T13:36:30.409Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-05T13:36:30.409Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-05T13:36:30.673Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-05T13:36:30.934Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-05T13:36:30.934Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-05T13:36:30.934Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-05T13:36:30.934Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-05T13:36:30.934Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-05T13:36:30.934Z] go: finding github.com/kr/pty v1.1.1 [2020-08-05T13:36:30.934Z] go: finding github.com/kr/text v0.1.0 [2020-08-05T13:36:30.934Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-05T13:36:30.934Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-05T13:36:30.934Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-05T13:36:30.934Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-05T13:36:31.194Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-05T13:36:31.194Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-05T13:36:31.194Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-05T13:36:31.194Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-05T13:36:31.455Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-05T13:36:31.455Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-05T13:36:31.455Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-05T13:36:31.455Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-05T13:36:31.455Z] go: finding github.com/posener/complete v1.1.1 [2020-08-05T13:36:31.455Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-05T13:36:31.455Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-05T13:36:31.455Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-05T13:36:31.455Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-05T13:36:31.455Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-05T13:36:31.455Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-05T13:36:31.716Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-05T13:36:31.716Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-05T13:36:31.716Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-05T13:36:31.716Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-05T13:36:31.716Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-05T13:36:31.716Z] go: finding golang.org/x/text v0.3.2 [2020-08-05T13:36:31.716Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-05T13:36:31.716Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-05T13:36:31.716Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-05T13:36:31.716Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-05T13:36:31.986Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-05T13:36:31.986Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-05T13:36:50.113Z] Removing intermediate container 7c5c28aa3398 [2020-08-05T13:36:50.113Z] ---> 1f7539671345 [2020-08-05T13:36:50.113Z] Successfully built 1f7539671345 [2020-08-05T13:36:50.113Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:36:50.697Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-05T13:36:50.697Z] . [Pipeline] withDockerContainer [2020-08-05T13:36:50.791Z] prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container [2020-08-05T13:36:50.832Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 ******** ci-base-image-x86_64 cat [2020-08-05T13:36:51.653Z] $ docker top 6f1b1830a4a2606c4aad4f89ce1080a7cd706437edd4908e4cd7ceb15171f4ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-05T13:36:52.193Z] + go version [2020-08-05T13:36:52.193Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-05T13:36:52.204Z] ========================================================= [2020-08-05T13:36:52.205Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-05T13:36:52.205Z] ========================================================= [Pipeline] sh [2020-08-05T13:36:52.496Z] + make test [2020-08-05T13:36:52.496Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-05T13:36:55.809Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-05T13:37:04.051Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-05T13:37:09.447Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-05T13:37:09.447Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-05T13:37:09.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-05T13:37:09.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-05T13:37:12.025Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s [2020-08-05T13:37:12.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-05T13:37:12.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-05T13:37:12.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-05T13:37:12.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-05T13:37:12.979Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-05T13:37:13.260Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-05T13:37:13.260Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-05T13:37:13.260Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-05T13:37:18.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.016s coverage: 46.6% of statements [2020-08-05T13:37:18.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-05T13:37:18.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-05T13:37:18.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-05T13:37:18.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-05T13:37:18.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-05T13:37:20.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.072s coverage: 27.2% of statements [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-05T13:37:20.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.504s coverage: 100.0% of statements [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-05T13:37:20.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-05T13:37:20.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-05T13:37:20.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.323s coverage: 77.5% of statements [2020-08-05T13:37:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-05T13:37:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-05T13:37:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-08-05T13:37:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-05T13:37:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-05T13:37:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-05T13:37:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-05T13:37:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.068s coverage: 28.6% of statements [2020-08-05T13:37:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-05T13:37:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-05T13:37:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-05T13:37:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-05T13:37:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-05T13:37:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements [2020-08-05T13:37:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-05T13:37:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements [2020-08-05T13:37:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-05T13:37:22.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.037s coverage: 89.8% of statements [2020-08-05T13:37:22.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-05T13:37:22.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.038s coverage: 97.5% of statements [2020-08-05T13:37:22.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-05T13:37:23.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.016s coverage: 100.0% of statements [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-05T13:37:23.098Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-05T13:37:23.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-05T13:37:24.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.091s coverage: 63.5% of statements [2020-08-05T13:37:24.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-05T13:37:24.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-05T13:37:24.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements [2020-08-05T13:37:24.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.096s coverage: 55.9% of statements [2020-08-05T13:37:24.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-05T13:37:24.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-05T13:37:24.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-05T13:37:24.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.059s coverage: 86.3% of statements [2020-08-05T13:37:28.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.289s coverage: 72.2% of statements [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.107s coverage: 72.1% of statements [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.013s coverage: 82.4% of statements [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.030s coverage: 48.4% of statements [2020-08-05T13:37:28.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-05T13:37:28.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-05T13:37:28.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2020-08-05T13:37:28.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.012s coverage: 96.8% of statements [2020-08-05T13:37:28.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 26.9% of statements [2020-08-05T13:37:28.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-05T13:37:28.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.158s coverage: 84.1% of statements [2020-08-05T13:37:28.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements [2020-08-05T13:37:28.899Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.023s coverage: 42.9% of statements [2020-08-05T13:37:28.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-05T13:37:28.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-05T13:37:28.899Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-05T13:37:28.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-05T13:37:29.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.022s coverage: 83.8% of statements [2020-08-05T13:37:29.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-05T13:37:30.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 46.1% of statements [2020-08-05T13:37:30.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-05T13:37:30.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-05T13:37:30.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.035s coverage: 100.0% of statements [2020-08-05T13:37:30.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-05T13:37:30.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-05T13:37:30.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-05T13:37:30.583Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-08-05T13:37:30.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-05T13:37:30.854Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements [2020-08-05T13:37:30.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-05T13:37:32.816Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.061s coverage: 29.1% of statements [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-05T13:37:32.816Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.016s coverage: 99.0% of statements [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-05T13:37:32.816Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-05T13:37:32.816Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-05T13:37:32.816Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-05T13:37:32.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-05T13:37:33.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements [2020-08-05T13:37:33.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-05T13:37:33.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-05T13:37:33.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-05T13:37:33.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-05T13:37:33.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-05T13:37:34.186Z] GO111MODULE=on go vet ./... [2020-08-05T13:37:39.631Z] gofmt -l . [2020-08-05T13:37:40.632Z] [ "`gofmt -l .`" = "" ] [2020-08-05T13:37:40.933Z] ./bin/test-go-mod-tidy.sh [2020-08-05T13:37:41.562Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-05T13:37:44.403Z] + ls -al . [2020-08-05T13:37:44.404Z] total 556 [2020-08-05T13:37:44.404Z] drwxrwxr-x 10 1001 1001 4096 Aug 5 13:37 . [2020-08-05T13:37:44.404Z] drwxr-xr-x 4 root root 30 Aug 5 13:36 .. [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 11 Aug 5 13:34 .dockerignore [2020-08-05T13:37:44.404Z] drwxrwxr-x 8 1001 1001 179 Aug 5 13:35 .git [2020-08-05T13:37:44.404Z] drwxrwxr-x 3 1001 1001 60 Aug 5 13:34 .github [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 932 Aug 5 13:34 .gitignore [2020-08-05T13:37:44.404Z] drwx------ 3 1001 1001 47 Aug 5 13:35 .semver [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 166 Aug 5 13:34 .sonarcloud.properties [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 3804 Aug 5 13:34 CONTRIBUTING.md [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 1035 Aug 5 13:34 Dockerfile.build [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 865 Aug 5 13:34 Jenkinsfile [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 10775 Aug 5 13:34 LICENSE [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 6237 Aug 5 13:34 Makefile [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 5652 Aug 5 13:34 README.md [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 7111 Aug 5 13:34 SECURITY.md [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 5 Aug 5 13:35 VERSION [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 4131 Aug 5 13:34 ZMQWindows.md [2020-08-05T13:37:44.404Z] drwxrwxr-x 2 1001 1001 117 Aug 5 13:34 bin [2020-08-05T13:37:44.404Z] drwxrwxr-x 15 1001 1001 4096 Aug 5 13:34 cmd [2020-08-05T13:37:44.404Z] -rw-r--r-- 1 root root 457515 Aug 5 13:37 coverage.out [2020-08-05T13:37:44.404Z] -rw-r--r-- 1 root root 1019 Aug 5 13:37 go.mod [2020-08-05T13:37:44.404Z] -rw-r--r-- 1 root root 19185 Aug 5 13:37 go.sum [2020-08-05T13:37:44.404Z] drwxrwxr-x 8 1001 1001 127 Aug 5 13:34 internal [2020-08-05T13:37:44.404Z] drwxrwxr-x 4 1001 1001 26 Aug 5 13:34 openapi [2020-08-05T13:37:44.404Z] drwxrwxr-x 4 1001 1001 71 Aug 5 13:34 snap [2020-08-05T13:37:44.404Z] -rw-rw-r-- 1 1001 1001 168 Aug 5 13:34 version.go [Pipeline] sh [2020-08-05T13:37:44.697Z] + '[' -e coverage.out ] [2020-08-05T13:37:44.697Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-05T13:37:44.845Z] Stashed 1 file(s) [Pipeline] sh [2020-08-05T13:37:45.139Z] + make build [2020-08-05T13:37:45.139Z] 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-08-05T13:37:48.547Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2866 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-08-05T13:37:48.589Z] Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout [2020-08-05T13:37:51.771Z] 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-08-05T13:37:53.583Z] using credential edgex-jenkins-ssh [2020-08-05T13:37:53.633Z] Cloning the remote Git repository [2020-08-05T13:37:53.633Z] Cloning with configured refspecs honoured and without tags [2020-08-05T13:37:53.692Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-05T13:37:53.804Z] > git init /w/workspace/edgex-go/29 # timeout=10 [2020-08-05T13:37:53.877Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-05T13:37:53.878Z] > git --version # timeout=10 [2020-08-05T13:37:53.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-05T13:37:53.981Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T13:37:55.067Z] 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-08-05T13:37:56.014Z] 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-08-05T13:37:57.402Z] 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-08-05T13:37:59.320Z] 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-08-05T13:37:59.892Z] 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-08-05T13:38:02.446Z] 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-08-05T13:38:03.850Z] 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-08-05T13:38:05.241Z] 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-08-05T13:38:06.626Z] 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-08-05T13:38:08.009Z] 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-08-05T13:38:08.606Z] Fetching without tags [2020-08-05T13:38:08.953Z] 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-08-05T13:38:08.521Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-05T13:38:08.537Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-08-05T13:38:08.557Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T13:38:08.579Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-05T13:38:08.616Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-05T13:38:08.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-05T13:38:08.629Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T13:38:09.148Z] Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:38:09.653Z] Merge succeeded, producing e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:38:09.654Z] Checking out Revision e24d3796266c2bc2fc1662ed76ccdef4f596574e (PR-2610) [Pipeline] } [2020-08-05T13:38:10.344Z] $ docker stop --time=1 6f1b1830a4a2606c4aad4f89ce1080a7cd706437edd4908e4cd7ceb15171f4ca [2020-08-05T13:38:09.169Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T13:38:09.202Z] > git checkout -f e24d3796266c2bc2fc1662ed76ccdef4f596574e # timeout=10 [2020-08-05T13:38:09.486Z] > git remote # timeout=10 [2020-08-05T13:38:09.516Z] > git config --get remote.origin.url # timeout=10 [2020-08-05T13:38:09.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-05T13:38:09.546Z] > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [2020-08-05T13:38:09.574Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-05T13:38:09.660Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T13:38:09.694Z] > git checkout -f e24d3796266c2bc2fc1662ed76ccdef4f596574e # timeout=10 [2020-08-05T13:38:12.031Z] $ docker rm -f 6f1b1830a4a2606c4aad4f89ce1080a7cd706437edd4908e4cd7ceb15171f4ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-08-05T13:38:14.198Z] Commit message: "Add POST event functions based for v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-08-05T13:38:15.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-05T13:38:15.898Z] [2020-08-05T13:38:15.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:38:16.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-05T13:38:16.268Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-05T13:38:16.268Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-05T13:38:16.268Z] ca9280d653b3: Pulling fs layer [2020-08-05T13:38:16.268Z] 7e9c9ca2126c: Pulling fs layer [2020-08-05T13:38:16.268Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-05T13:38:16.268Z] cbdbe7a5bc2a: Download complete [2020-08-05T13:38:16.531Z] ca9280d653b3: Verifying Checksum [2020-08-05T13:38:16.531Z] ca9280d653b3: Download complete [2020-08-05T13:38:16.796Z] cbdbe7a5bc2a: Pull complete [2020-08-05T13:38:17.368Z] 7e9c9ca2126c: Verifying Checksum [2020-08-05T13:38:17.368Z] 7e9c9ca2126c: Download complete [2020-08-05T13:38:17.629Z] ca9280d653b3: Pull complete [2020-08-05T13:38:22.936Z] 7e9c9ca2126c: Pull complete [2020-08-05T13:38:22.936Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-05T13:38:22.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-05T13:38:22.936Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-05T13:38:23.072Z] prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container [2020-08-05T13:38:23.108Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-05T13:38:26.266Z] $ docker top 849a0bc8e5b9e6823dace52bd216ab08d0ae42b710b85a6aeb41c2f6d8500970 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-08-05T13:38:26.531Z] ========================================================= [2020-08-05T13:38:26.531Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-05T13:38:26.531Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:38:26.848Z] + docker-compose build --help [2020-08-05T13:38:26.848Z] + grep parallel [2020-08-05T13:38:27.407Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-05T13:38:27.790Z] --parallel Build images in parallel. [Pipeline] } [2020-08-05T13:38:27.799Z] $ docker stop --time=1 849a0bc8e5b9e6823dace52bd216ab08d0ae42b710b85a6aeb41c2f6d8500970 [2020-08-05T13:38:29.155Z] $ docker rm -f 849a0bc8e5b9e6823dace52bd216ab08d0ae42b710b85a6aeb41c2f6d8500970 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:38:29.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-05T13:38:29.748Z] . [Pipeline] withDockerContainer [2020-08-05T13:38:29.845Z] prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container [2020-08-05T13:38:29.880Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-05T13:38:30.537Z] $ docker top 4996b834beda0441fb337c21710c9ae4e86941c419e8d81d951c8dbff75ca881 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-05T13:38:31.011Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-05T13:38:31.723Z] Sending build context to Docker daemon 323.1MB [2020-08-05T13:38:31.723Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-05T13:38:31.723Z] Step 2/7 : FROM ${BASE} [2020-08-05T13:38:31.723Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-05T13:38:31.723Z] b538f80385f9: Pulling fs layer [2020-08-05T13:38:31.723Z] 74f711af9a0d: Pulling fs layer [2020-08-05T13:38:31.723Z] 99f96fe45779: Pulling fs layer [2020-08-05T13:38:31.723Z] fd7a069fd194: Pulling fs layer [2020-08-05T13:38:31.723Z] 66aa3694b03b: Pulling fs layer [2020-08-05T13:38:31.723Z] 170f70906a0f: Pulling fs layer [2020-08-05T13:38:31.723Z] ad7c5574e4b9: Pulling fs layer [2020-08-05T13:38:31.723Z] fd7a069fd194: Waiting [2020-08-05T13:38:31.723Z] e772456be8f7: Pulling fs layer [2020-08-05T13:38:31.723Z] c890913d741a: Pulling fs layer [2020-08-05T13:38:31.723Z] 2480fcc9aa5a: Pulling fs layer [2020-08-05T13:38:31.723Z] 09adf4765672: Pulling fs layer [2020-08-05T13:38:31.723Z] 66aa3694b03b: Waiting [2020-08-05T13:38:31.723Z] 170f70906a0f: Waiting [2020-08-05T13:38:31.723Z] ad7c5574e4b9: Waiting [2020-08-05T13:38:31.723Z] e772456be8f7: Waiting [2020-08-05T13:38:31.723Z] c890913d741a: Waiting [2020-08-05T13:38:31.723Z] 09adf4765672: Waiting [2020-08-05T13:38:31.723Z] 99f96fe45779: Verifying Checksum [2020-08-05T13:38:31.723Z] 99f96fe45779: Download complete [2020-08-05T13:38:31.953Z] Building docker-core-command-go ... [2020-08-05T13:38:31.953Z] Building docker-core-data-go ... [2020-08-05T13:38:31.953Z] Building docker-core-metadata-go ... [2020-08-05T13:38:31.953Z] Building docker-security-proxy-setup-go ... [2020-08-05T13:38:31.953Z] Building docker-security-secrets-setup-go ... [2020-08-05T13:38:31.953Z] Building docker-security-secretstore-setup-go ... [2020-08-05T13:38:31.953Z] Building docker-support-logging-go ... [2020-08-05T13:38:31.953Z] Building docker-support-notifications-go ... [2020-08-05T13:38:31.953Z] Building docker-support-scheduler-go ... [2020-08-05T13:38:31.953Z] Building docker-sys-mgmt-agent-go ... [2020-08-05T13:38:31.953Z] Building docker-core-metadata-go [2020-08-05T13:38:31.953Z] Building docker-core-data-go [2020-08-05T13:38:31.953Z] Building docker-support-logging-go [2020-08-05T13:38:31.953Z] Building docker-support-notifications-go [2020-08-05T13:38:31.953Z] Building docker-support-scheduler-go [2020-08-05T13:38:31.994Z] 74f711af9a0d: Verifying Checksum [2020-08-05T13:38:31.994Z] 74f711af9a0d: Download complete [2020-08-05T13:38:31.994Z] 66aa3694b03b: Verifying Checksum [2020-08-05T13:38:31.994Z] 66aa3694b03b: Download complete [2020-08-05T13:38:31.994Z] 170f70906a0f: Verifying Checksum [2020-08-05T13:38:31.994Z] 170f70906a0f: Download complete [2020-08-05T13:38:32.271Z] b538f80385f9: Verifying Checksum [2020-08-05T13:38:32.271Z] b538f80385f9: Download complete [2020-08-05T13:38:32.872Z] b538f80385f9: Pull complete [2020-08-05T13:38:33.471Z] 74f711af9a0d: Pull complete [2020-08-05T13:38:34.074Z] 99f96fe45779: Pull complete [2020-08-05T13:38:34.675Z] ad7c5574e4b9: Verifying Checksum [2020-08-05T13:38:34.675Z] ad7c5574e4b9: Download complete [2020-08-05T13:38:34.675Z] c890913d741a: Verifying Checksum [2020-08-05T13:38:34.675Z] c890913d741a: Download complete [2020-08-05T13:38:37.296Z] e772456be8f7: Verifying Checksum [2020-08-05T13:38:37.296Z] e772456be8f7: Download complete [2020-08-05T13:38:37.296Z] 2480fcc9aa5a: Verifying Checksum [2020-08-05T13:38:37.296Z] 2480fcc9aa5a: Download complete [2020-08-05T13:38:37.296Z] 09adf4765672: Verifying Checksum [2020-08-05T13:38:37.296Z] 09adf4765672: Download complete [2020-08-05T13:38:37.568Z] fd7a069fd194: Verifying Checksum [2020-08-05T13:38:37.568Z] fd7a069fd194: Download complete [2020-08-05T13:38:50.000Z] fd7a069fd194: Pull complete [2020-08-05T13:38:50.000Z] 66aa3694b03b: Pull complete [2020-08-05T13:38:50.000Z] 170f70906a0f: Pull complete [2020-08-05T13:38:53.387Z] ad7c5574e4b9: Pull complete [2020-08-05T13:38:57.733Z] e772456be8f7: Pull complete [2020-08-05T13:38:58.331Z] c890913d741a: Pull complete [2020-08-05T13:38:58.786Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:38:58.786Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:38:58.786Z] ---> 1f7539671345 [2020-08-05T13:38:58.786Z] Step 3/21 : WORKDIR /edgex-go [2020-08-05T13:38:59.059Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:38:59.059Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:38:59.059Z] ---> 1f7539671345 [2020-08-05T13:38:59.059Z] Step 3/21 : WORKDIR /edgex-go [2020-08-05T13:38:59.328Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:38:59.328Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:38:59.328Z] ---> 1f7539671345 [2020-08-05T13:38:59.328Z] Step 3/22 : WORKDIR /edgex-go [2020-08-05T13:38:59.328Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:38:59.328Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:38:59.328Z] ---> 1f7539671345 [2020-08-05T13:38:59.328Z] Step 3/20 : WORKDIR /edgex-go [2020-08-05T13:38:59.328Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:38:59.328Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:38:59.328Z] ---> 1f7539671345 [2020-08-05T13:38:59.328Z] Step 3/23 : WORKDIR /edgex-go [2020-08-05T13:39:01.242Z] ---> Running in 9cd735af143e [2020-08-05T13:39:01.242Z] ---> Running in 8f65ca99ea4e [2020-08-05T13:39:01.242Z] ---> Running in 07bab5f10dc0 [2020-08-05T13:39:01.242Z] ---> Running in 8cf0b2ac3275 [2020-08-05T13:39:01.242Z] ---> Running in 4c3d2dfeec4f [2020-08-05T13:39:01.505Z] Removing intermediate container 9cd735af143e [2020-08-05T13:39:01.505Z] ---> 5aa4c690a066 [2020-08-05T13:39:01.505Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:39:01.505Z] Removing intermediate container 07bab5f10dc0 [2020-08-05T13:39:01.505Z] ---> c133686875e2 [2020-08-05T13:39:01.505Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:39:01.505Z] Removing intermediate container 8cf0b2ac3275 [2020-08-05T13:39:01.505Z] ---> 8b501e704397 [2020-08-05T13:39:01.505Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:39:01.505Z] Removing intermediate container 8f65ca99ea4e [2020-08-05T13:39:01.505Z] ---> aa058509c2c5 [2020-08-05T13:39:01.505Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:39:01.505Z] Removing intermediate container 4c3d2dfeec4f [2020-08-05T13:39:01.505Z] ---> 1ca28833d5f3 [2020-08-05T13:39:01.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:39:01.505Z] ---> Running in 3e6bdadcd221 [2020-08-05T13:39:01.505Z] ---> Running in b3fb9e2b4a88 [2020-08-05T13:39:01.505Z] ---> Running in f496b5a87290 [2020-08-05T13:39:01.505Z] ---> Running in d3a33104f238 [2020-08-05T13:39:01.722Z] 2480fcc9aa5a: Pull complete [2020-08-05T13:39:01.765Z] ---> Running in a4d3386da6f9 [2020-08-05T13:39:02.312Z] 09adf4765672: Pull complete [2020-08-05T13:39:02.312Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-05T13:39:02.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-05T13:39:02.312Z] ---> 2248a725d1cf [2020-08-05T13:39:02.312Z] 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-08-05T13:39:03.707Z] Removing intermediate container f496b5a87290 [2020-08-05T13:39:03.707Z] ---> 02d638f057ac [2020-08-05T13:39:03.707Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-05T13:39:03.707Z] ---> Running in 9b9acecd31f3 [2020-08-05T13:39:03.707Z] Removing intermediate container b3fb9e2b4a88 [2020-08-05T13:39:03.707Z] ---> e226c48ce82a [2020-08-05T13:39:03.707Z] Step 5/20 : RUN apk update && apk add make git [2020-08-05T13:39:03.968Z] Removing intermediate container 3e6bdadcd221 [2020-08-05T13:39:03.968Z] ---> 7f984153887f [2020-08-05T13:39:03.968Z] Step 5/21 : RUN apk update && apk add make git [2020-08-05T13:39:03.968Z] ---> Running in 8a40ffb5d6c8 [2020-08-05T13:39:04.228Z] ---> Running in 9ad91895ccf0 [2020-08-05T13:39:04.228Z] Removing intermediate container a4d3386da6f9 [2020-08-05T13:39:04.228Z] ---> 6985e20be80f [2020-08-05T13:39:04.228Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-05T13:39:04.228Z] Removing intermediate container d3a33104f238 [2020-08-05T13:39:04.228Z] ---> 5733ac1696b2 [2020-08-05T13:39:04.228Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-05T13:39:04.488Z] ---> Running in 51ef592e99d0 [2020-08-05T13:39:04.488Z] ---> Running in cc0299472dfd [2020-08-05T13:39:04.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:05.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:05.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:05.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:05.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:05.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:05.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:05.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:05.791Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:39:05.791Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:39:05.791Z] OK: 12749 distinct packages available [2020-08-05T13:39:05.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:06.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:39:06.064Z] OK: 233 MiB in 51 packages [2020-08-05T13:39:06.064Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:39:06.064Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:39:06.064Z] OK: 12749 distinct packages available [2020-08-05T13:39:06.064Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:39:06.064Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:39:06.064Z] OK: 12749 distinct packages available [2020-08-05T13:39:06.333Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:39:06.333Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:39:06.333Z] OK: 12749 distinct packages available [2020-08-05T13:39:06.333Z] OK: 233 MiB in 51 packages [2020-08-05T13:39:06.333Z] OK: 233 MiB in 51 packages [2020-08-05T13:39:06.595Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:39:06.595Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:39:06.595Z] OK: 12749 distinct packages available [2020-08-05T13:39:06.595Z] OK: 233 MiB in 51 packages [2020-08-05T13:39:06.595Z] Removing intermediate container 9b9acecd31f3 [2020-08-05T13:39:06.595Z] ---> 9e415cb32e76 [2020-08-05T13:39:06.595Z] Step 6/22 : COPY go.mod . [2020-08-05T13:39:06.595Z] OK: 233 MiB in 51 packages [2020-08-05T13:39:06.600Z] ---> Running in 4937d721fc53 [2020-08-05T13:39:06.856Z] OK: 233 MiB in 51 packages [2020-08-05T13:39:07.116Z] ---> 268845dbce4d [2020-08-05T13:39:07.116Z] Step 7/22 : RUN go mod download [2020-08-05T13:39:07.376Z] Removing intermediate container 8a40ffb5d6c8 [2020-08-05T13:39:07.377Z] ---> 91ac8c7a0c9b [2020-08-05T13:39:07.377Z] Step 6/20 : COPY go.mod . [2020-08-05T13:39:07.377Z] ---> Running in fdbcc65222c3 [2020-08-05T13:39:07.946Z] Removing intermediate container 9ad91895ccf0 [2020-08-05T13:39:07.946Z] ---> a0025afbb411 [2020-08-05T13:39:07.946Z] Step 6/21 : COPY go.mod . [2020-08-05T13:39:07.946Z] ---> d790866c6dd2 [2020-08-05T13:39:07.946Z] Step 7/20 : RUN go mod download [2020-08-05T13:39:07.946Z] Removing intermediate container 51ef592e99d0 [2020-08-05T13:39:07.946Z] ---> d88fd79c4c95 [2020-08-05T13:39:07.946Z] Step 6/23 : COPY go.mod . [2020-08-05T13:39:07.946Z] Removing intermediate container cc0299472dfd [2020-08-05T13:39:07.946Z] ---> e9ecb53ee4f5 [2020-08-05T13:39:07.946Z] Step 6/21 : COPY go.mod . [2020-08-05T13:39:07.946Z] ---> Running in 2096e8ac570e [2020-08-05T13:39:08.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:39:08.206Z] ---> b23e5d2f6df7 [2020-08-05T13:39:08.206Z] Step 7/21 : RUN go mod download [2020-08-05T13:39:08.467Z] ---> Running in e663696add6c [2020-08-05T13:39:08.467Z] ---> 39ca4ec8b921 [2020-08-05T13:39:08.467Z] Step 7/23 : RUN go mod download [2020-08-05T13:39:08.467Z] ---> e2e14d2aa645 [2020-08-05T13:39:08.467Z] Step 7/21 : RUN go mod download [2020-08-05T13:39:08.727Z] ---> Running in 2da5d46584d8 [2020-08-05T13:39:08.727Z] ---> Running in 9c5d9e37ad5d [2020-08-05T13:39:08.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:39:09.594Z] (1/12) Installing libmagic (5.38-r0) [2020-08-05T13:39:09.864Z] (2/12) Installing file (5.38-r0) [2020-08-05T13:39:09.864Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-05T13:39:09.864Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-05T13:39:10.131Z] Removing intermediate container fdbcc65222c3 [2020-08-05T13:39:10.131Z] ---> 848ca3c893f9 [2020-08-05T13:39:10.131Z] Step 8/22 : COPY . . [2020-08-05T13:39:10.131Z] Removing intermediate container 2096e8ac570e [2020-08-05T13:39:10.131Z] ---> 0f4b2cb98e15 [2020-08-05T13:39:10.131Z] Step 8/20 : COPY . . [2020-08-05T13:39:10.704Z] Removing intermediate container e663696add6c [2020-08-05T13:39:10.704Z] ---> 984d21f16caf [2020-08-05T13:39:10.704Z] Step 8/21 : COPY . . [2020-08-05T13:39:14.144Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-05T13:39:14.144Z] (6/12) Installing patch (2.7.6-r6) [2020-08-05T13:39:14.144Z] (7/12) Installing build-base (0.5-r2) [2020-08-05T13:39:14.144Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-05T13:39:14.144Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-05T13:39:14.144Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-05T13:39:14.417Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-05T13:39:14.417Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-05T13:39:14.417Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:39:14.417Z] OK: 217 MiB in 51 packages [2020-08-05T13:39:14.937Z] Removing intermediate container 9c5d9e37ad5d [2020-08-05T13:39:14.937Z] ---> 01711d8bc8ee [2020-08-05T13:39:14.937Z] Step 8/21 : COPY . . [2020-08-05T13:39:18.710Z] Removing intermediate container 4937d721fc53 [2020-08-05T13:39:18.710Z] ---> 05260f7c6eab [2020-08-05T13:39:18.710Z] Step 4/7 : WORKDIR /edgex-go [2020-08-05T13:39:18.981Z] ---> Running in 04a7372a6913 [2020-08-05T13:39:19.181Z] Removing intermediate container 2da5d46584d8 [2020-08-05T13:39:19.181Z] ---> 2a22630dc2d4 [2020-08-05T13:39:19.181Z] Step 8/23 : COPY . . [2020-08-05T13:39:19.252Z] Removing intermediate container 04a7372a6913 [2020-08-05T13:39:19.252Z] ---> 6e33c5641a21 [2020-08-05T13:39:19.252Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-05T13:39:19.523Z] latest: Pulling from library/docker [2020-08-05T13:39:19.797Z] b538f80385f9: Already exists [2020-08-05T13:39:19.797Z] 259a493cd78d: Pulling fs layer [2020-08-05T13:39:19.797Z] b8e66b5100f5: Pulling fs layer [2020-08-05T13:39:19.797Z] 39dc9c94d07c: Pulling fs layer [2020-08-05T13:39:19.797Z] 551b823b3b82: Pulling fs layer [2020-08-05T13:39:19.797Z] 3c52a74df98c: Pulling fs layer [2020-08-05T13:39:19.797Z] 6c9b121b6998: Pulling fs layer [2020-08-05T13:39:19.797Z] 551b823b3b82: Waiting [2020-08-05T13:39:19.797Z] 3c52a74df98c: Waiting [2020-08-05T13:39:19.797Z] 6c9b121b6998: Waiting [2020-08-05T13:39:20.072Z] 259a493cd78d: Download complete [2020-08-05T13:39:20.072Z] b8e66b5100f5: Verifying Checksum [2020-08-05T13:39:20.072Z] b8e66b5100f5: Download complete [2020-08-05T13:39:20.348Z] 551b823b3b82: Download complete [2020-08-05T13:39:20.348Z] 3c52a74df98c: Verifying Checksum [2020-08-05T13:39:20.348Z] 3c52a74df98c: Download complete [2020-08-05T13:39:20.348Z] 6c9b121b6998: Verifying Checksum [2020-08-05T13:39:20.348Z] 6c9b121b6998: Download complete [2020-08-05T13:39:20.623Z] 259a493cd78d: Pull complete [2020-08-05T13:39:21.215Z] b8e66b5100f5: Pull complete [2020-08-05T13:39:21.215Z] 39dc9c94d07c: Verifying Checksum [2020-08-05T13:39:21.215Z] 39dc9c94d07c: Download complete [2020-08-05T13:39:24.597Z] 39dc9c94d07c: Pull complete [2020-08-05T13:39:24.597Z] 551b823b3b82: Pull complete [2020-08-05T13:39:24.868Z] 3c52a74df98c: Pull complete [2020-08-05T13:39:25.139Z] 6c9b121b6998: Pull complete [2020-08-05T13:39:25.139Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-05T13:39:25.139Z] Status: Downloaded newer image for docker:latest [2020-08-05T13:39:28.524Z] ---> fde2a3468d8b [2020-08-05T13:39:28.524Z] Step 6/7 : COPY go.mod . [2020-08-05T13:39:29.117Z] ---> e2d211c6edc0 [2020-08-05T13:39:29.117Z] Step 7/7 : RUN go mod download [2020-08-05T13:39:29.389Z] ---> Running in ad68c3d08baa [2020-08-05T13:39:32.768Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-05T13:39:32.768Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-05T13:39:32.768Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-05T13:39:32.768Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-05T13:39:32.768Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-05T13:39:32.768Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-05T13:39:32.768Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-05T13:39:32.768Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-05T13:39:32.768Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-05T13:39:32.768Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-05T13:39:32.768Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-05T13:39:32.768Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-05T13:39:32.768Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-05T13:39:32.768Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-05T13:39:32.768Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-05T13:39:32.768Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-05T13:39:32.768Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-05T13:39:32.768Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-05T13:39:33.039Z] go: finding github.com/fatih/color v1.7.0 [2020-08-05T13:39:33.039Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-05T13:39:33.039Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-05T13:39:33.039Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-05T13:39:33.039Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-05T13:39:33.039Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-05T13:39:33.039Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-05T13:39:33.039Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-05T13:39:33.039Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-05T13:39:33.039Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-05T13:39:33.039Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-05T13:39:33.309Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-05T13:39:33.309Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-05T13:39:33.309Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-05T13:39:33.309Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-05T13:39:33.309Z] go: finding github.com/google/uuid v1.1.0 [2020-08-05T13:39:33.309Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-05T13:39:33.309Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-05T13:39:33.309Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-05T13:39:33.578Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-05T13:39:33.848Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-05T13:39:33.848Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-05T13:39:33.848Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-05T13:39:33.848Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-05T13:39:33.848Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-05T13:39:33.848Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-05T13:39:33.848Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-05T13:39:33.848Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-05T13:39:33.848Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-05T13:39:33.848Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-05T13:39:33.848Z] go: finding github.com/kr/pty v1.1.1 [2020-08-05T13:39:34.118Z] go: finding github.com/kr/text v0.1.0 [2020-08-05T13:39:34.118Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-05T13:39:34.118Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-05T13:39:34.118Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-05T13:39:34.118Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-05T13:39:34.118Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-05T13:39:34.118Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-05T13:39:34.118Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-05T13:39:34.118Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-05T13:39:34.118Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-05T13:39:34.118Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-05T13:39:34.118Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-05T13:39:34.388Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-05T13:39:34.388Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-05T13:39:34.388Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-05T13:39:34.388Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-05T13:39:34.388Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-05T13:39:34.388Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-05T13:39:34.388Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-05T13:39:34.388Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-05T13:39:34.388Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-05T13:39:34.657Z] go: finding github.com/posener/complete v1.1.1 [2020-08-05T13:39:34.657Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-05T13:39:34.657Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-05T13:39:34.657Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-05T13:39:34.657Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-05T13:39:34.657Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-05T13:39:34.657Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-05T13:39:34.657Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-05T13:39:34.657Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-05T13:39:34.657Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-05T13:39:34.657Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-05T13:39:34.657Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-05T13:39:34.928Z] go: finding golang.org/x/text v0.3.2 [2020-08-05T13:39:34.928Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-05T13:39:34.928Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-05T13:39:34.928Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-05T13:39:34.928Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-05T13:39:34.928Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-05T13:39:34.928Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-05T13:39:51.707Z] ---> ae6309f07664 [2020-08-05T13:39:51.707Z] Step 9/21 : RUN make cmd/support-logging/support-logging ---> eb4dbe2fa7df [2020-08-05T13:39:51.707Z] ---> 1fc6cb06b1a8 [2020-08-05T13:39:51.707Z] [2020-08-05T13:39:51.707Z] Step 9/20 : RUN make cmd/support-scheduler/support-schedulerStep 9/22 : RUN make cmd/core-data/core-data [2020-08-05T13:39:51.707Z] [2020-08-05T13:39:51.707Z] ---> 0a473d6e93f5 [2020-08-05T13:39:51.707Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-05T13:39:51.707Z] ---> Running in 7c67af0e1eab [2020-08-05T13:39:51.707Z] ---> Running in f9d5879365dc [2020-08-05T13:39:51.707Z] ---> Running in 1d4425576516 [2020-08-05T13:39:51.707Z] ---> d523eb958601 [2020-08-05T13:39:51.707Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-05T13:39:51.707Z] ---> Running in a363ccbc6b45 [2020-08-05T13:39:51.707Z] ---> Running in 58c7be90119c [2020-08-05T13:39:51.707Z] 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-08-05T13:39:51.707Z] 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-08-05T13:39:51.707Z] 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-08-05T13:39:51.707Z] 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-08-05T13:39:51.707Z] 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-08-05T13:39:57.088Z] Removing intermediate container ad68c3d08baa [2020-08-05T13:39:57.088Z] ---> 375b80d4183c [2020-08-05T13:39:57.088Z] Successfully built 375b80d4183c [2020-08-05T13:39:57.088Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:39:57.801Z] + docker inspect -f . ci-base-image-arm64 [2020-08-05T13:39:57.802Z] . [Pipeline] withDockerContainer [2020-08-05T13:39:58.099Z] prd-ubuntu18.04-docker-arm64-4c-16g-2866 does not seem to be running inside a container [2020-08-05T13:39:58.173Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 ******** ci-base-image-arm64 cat [2020-08-05T13:39:59.717Z] $ docker top eab242fbd562bdb080e3e4a1e07f7b1eb3dec44103195a89156ab4d7f2d45584 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-05T13:40:00.732Z] + go version [2020-08-05T13:40:00.732Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-05T13:40:00.750Z] ========================================================= [2020-08-05T13:40:00.750Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-05T13:40:00.750Z] ========================================================= [Pipeline] sh [2020-08-05T13:40:01.276Z] + make test [2020-08-05T13:40:01.276Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-05T13:40:03.907Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-05T13:40:23.955Z] Removing intermediate container 7c67af0e1eab [2020-08-05T13:40:23.955Z] ---> ce0138242d48 [2020-08-05T13:40:23.955Z] [2020-08-05T13:40:23.955Z] Step 10/21 : FROM scratch [2020-08-05T13:40:23.955Z] ---> [2020-08-05T13:40:23.955Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-05T13:40:23.955Z] ---> Running in 36d5f0c2dd99 [2020-08-05T13:40:24.559Z] Removing intermediate container 36d5f0c2dd99 [2020-08-05T13:40:24.559Z] ---> b46eabe51a49 [2020-08-05T13:40:24.559Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-05T13:40:24.559Z] ---> Running in 9fc656178db0 [2020-08-05T13:40:24.821Z] Removing intermediate container 9fc656178db0 [2020-08-05T13:40:24.821Z] ---> 55c539ddf89d [2020-08-05T13:40:24.821Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-05T13:40:25.088Z] ---> Running in 41ad25e8d8a0 [2020-08-05T13:40:30.648Z] Removing intermediate container 41ad25e8d8a0 [2020-08-05T13:40:30.648Z] ---> 2541ae83d43d [2020-08-05T13:40:30.648Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-05T13:40:30.648Z] Removing intermediate container f9d5879365dc [2020-08-05T13:40:30.648Z] ---> b27ed0cadae5 [2020-08-05T13:40:30.648Z] [2020-08-05T13:40:30.648Z] Step 10/20 : FROM scratch [2020-08-05T13:40:30.648Z] ---> [2020-08-05T13:40:30.648Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-05T13:40:30.917Z] ---> Running in 0665facfdbf5 [2020-08-05T13:40:30.917Z] Removing intermediate container a363ccbc6b45 [2020-08-05T13:40:30.917Z] ---> 03dcd657afe8 [2020-08-05T13:40:30.917Z] [2020-08-05T13:40:30.917Z] Step 10/23 : FROM scratch [2020-08-05T13:40:30.917Z] ---> [2020-08-05T13:40:30.917Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-05T13:40:30.917Z] ---> Using cache [2020-08-05T13:40:30.917Z] ---> b46eabe51a49 [2020-08-05T13:40:30.917Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-05T13:40:30.917Z] Removing intermediate container 58c7be90119c [2020-08-05T13:40:30.917Z] ---> 46b41086409a [2020-08-05T13:40:30.917Z] [2020-08-05T13:40:30.917Z] Step 10/21 : FROM scratch [2020-08-05T13:40:30.917Z] ---> [2020-08-05T13:40:30.917Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-05T13:40:30.917Z] ---> b7de8f788100 [2020-08-05T13:40:30.917Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-05T13:40:30.917Z] ---> Running in 951fdd3e6ce1 [2020-08-05T13:40:31.180Z] ---> Running in ec37961ff25f [2020-08-05T13:40:31.180Z] Removing intermediate container 0665facfdbf5 [2020-08-05T13:40:31.180Z] ---> 43e6aeabd25e [2020-08-05T13:40:31.180Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-05T13:40:31.454Z] ---> Running in 80d2b9ed5f74 [2020-08-05T13:40:31.454Z] Removing intermediate container 951fdd3e6ce1 [2020-08-05T13:40:31.454Z] ---> 58c298a1a981 [2020-08-05T13:40:31.454Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-05T13:40:31.454Z] ---> b9f536b5be94 [2020-08-05T13:40:31.454Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-05T13:40:31.454Z] Removing intermediate container ec37961ff25f [2020-08-05T13:40:31.454Z] ---> 47b9b7a2170d [2020-08-05T13:40:31.454Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-05T13:40:31.454Z] ---> Running in a1d9ed0e6348 [2020-08-05T13:40:31.454Z] ---> Running in cc1c44e1b38f [2020-08-05T13:40:31.719Z] Removing intermediate container 80d2b9ed5f74 [2020-08-05T13:40:31.719Z] ---> 085d0c090224 [2020-08-05T13:40:31.719Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-05T13:40:31.719Z] ---> Running in 17ba29fe7938 [2020-08-05T13:40:31.985Z] Removing intermediate container a1d9ed0e6348 [2020-08-05T13:40:31.985Z] ---> a3886d9d4b24 [2020-08-05T13:40:31.985Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-05T13:40:31.985Z] Removing intermediate container cc1c44e1b38f [2020-08-05T13:40:31.985Z] ---> b32f112bcd09 [2020-08-05T13:40:31.985Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-05T13:40:32.927Z] Removing intermediate container 17ba29fe7938 [2020-08-05T13:40:32.927Z] ---> 0d87ab5fb485 [2020-08-05T13:40:32.927Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-05T13:40:32.927Z] ---> 4fb29b0b46ef [2020-08-05T13:40:32.927Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-05T13:40:33.189Z] ---> 2c344da0a1cb [2020-08-05T13:40:33.190Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-05T13:40:33.190Z] ---> Running in 72132caf9011 [2020-08-05T13:40:33.451Z] Removing intermediate container 72132caf9011 [2020-08-05T13:40:33.451Z] ---> ef78079424cc [2020-08-05T13:40:33.451Z] Step 14/21 : WORKDIR / [2020-08-05T13:40:34.028Z] ---> 8a7fe6d460b6 [2020-08-05T13:40:34.028Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-05T13:40:34.287Z] ---> 5202c01a2725 [2020-08-05T13:40:34.288Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:40:36.204Z] ---> Running in 376dd8e4c253 [2020-08-05T13:40:36.204Z] ---> 7905de9c11b7 [2020-08-05T13:40:36.204Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-05T13:40:36.204Z] ---> Running in 1eb40688c62a [2020-08-05T13:40:36.204Z] ---> 6f209a338049 [2020-08-05T13:40:36.204Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-05T13:40:36.297Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-05T13:40:36.469Z] Removing intermediate container 1d4425576516 [2020-08-05T13:40:36.469Z] ---> b62edb8c484e [2020-08-05T13:40:36.469Z] [2020-08-05T13:40:36.469Z] Step 10/22 : FROM alpine [2020-08-05T13:40:36.469Z] Removing intermediate container 376dd8e4c253 [2020-08-05T13:40:36.469Z] ---> eeb7a50ac048 [2020-08-05T13:40:36.469Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-05T13:40:36.469Z] Removing intermediate container 1eb40688c62a [2020-08-05T13:40:36.469Z] ---> d39d205ad4b8 [2020-08-05T13:40:36.469Z] Step 19/21 : LABEL arch=x86_64 [2020-08-05T13:40:36.729Z] latest: Pulling from library/alpine [2020-08-05T13:40:36.992Z] ---> 99cad852ed7a [2020-08-05T13:40:36.992Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:40:36.992Z] ---> Running in b2bca8c79518 [2020-08-05T13:40:36.992Z] ---> 38e73b487803 [2020-08-05T13:40:36.992Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-05T13:40:37.321Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-05T13:40:37.321Z] ---> Running in 28e1f3acce09 [2020-08-05T13:40:37.321Z] ---> f9498c034095 [2020-08-05T13:40:37.321Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-05T13:40:37.321Z] Status: Downloaded newer image for alpine:latest [2020-08-05T13:40:37.321Z] ---> a24bb4013296 [2020-08-05T13:40:37.321Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-05T13:40:37.321Z] ---> Running in cd7b57e52f1e [2020-08-05T13:40:37.321Z] Removing intermediate container b2bca8c79518 [2020-08-05T13:40:37.321Z] ---> c9d9f65bf362 [2020-08-05T13:40:37.321Z] Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:40:37.617Z] ---> Running in 56f128fc3b02 [2020-08-05T13:40:37.617Z] Removing intermediate container 28e1f3acce09 [2020-08-05T13:40:37.617Z] ---> 7753b84be8b5 [2020-08-05T13:40:37.617Z] Step 18/20 : LABEL arch=x86_64 [2020-08-05T13:40:37.617Z] ---> 091602d6ecf1 [2020-08-05T13:40:37.617Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-05T13:40:37.996Z] Removing intermediate container cd7b57e52f1e [2020-08-05T13:40:37.996Z] ---> b9fceca3883b [2020-08-05T13:40:37.996Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-05T13:40:37.996Z] ---> Running in 63fa0db974ea [2020-08-05T13:40:37.996Z] ---> 1f074e0ed792 [2020-08-05T13:40:37.996Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-05T13:40:37.996Z] ---> Running in d2a42e189463 [2020-08-05T13:40:38.269Z] Removing intermediate container 56f128fc3b02 [2020-08-05T13:40:38.269Z] ---> 3c1e89a8d078 [2020-08-05T13:40:38.269Z] Step 21/21 : LABEL version=0.0.0 [2020-08-05T13:40:38.269Z] ---> Running in 7d5544f15af7 [2020-08-05T13:40:38.269Z] Removing intermediate container 63fa0db974ea [2020-08-05T13:40:38.269Z] ---> d03d7d7fae67 [2020-08-05T13:40:38.269Z] Step 19/20 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:40:38.269Z] Removing intermediate container d2a42e189463 [2020-08-05T13:40:38.269Z] ---> 77b782999e94 [2020-08-05T13:40:38.269Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-05T13:40:38.269Z] ---> 0f0b5cea9773 [2020-08-05T13:40:38.269Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:40:38.532Z] ---> Running in dccbe460c1ef [2020-08-05T13:40:38.532Z] ---> 881eb86b939b [2020-08-05T13:40:38.532Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-05T13:40:38.532Z] ---> Running in c9651b5ac4e4 [2020-08-05T13:40:38.532Z] ---> Running in 28355dc993c1 [2020-08-05T13:40:38.793Z] Removing intermediate container 7d5544f15af7 [2020-08-05T13:40:38.793Z] ---> 5646182cdc22 [2020-08-05T13:40:38.793Z] [2020-08-05T13:40:38.793Z] Removing intermediate container dccbe460c1ef [2020-08-05T13:40:38.793Z] ---> 43f1bce10afa [2020-08-05T13:40:38.793Z] Step 20/20 : LABEL version=0.0.0 [2020-08-05T13:40:39.368Z] Successfully built 5646182cdc22 [2020-08-05T13:40:39.629Z] Removing intermediate container c9651b5ac4e4 [2020-08-05T13:40:39.629Z] ---> 547ba22a1270 [2020-08-05T13:40:39.629Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:40:39.629Z] Successfully tagged docker-support-logging-go:latest [2020-08-05T13:40:39.629Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-08-05T13:40:39.890Z] Removing intermediate container 28355dc993c1 [2020-08-05T13:40:39.890Z] ---> 0b2b660b7513 [2020-08-05T13:40:39.890Z] Step 19/21 : LABEL arch=x86_64 [2020-08-05T13:40:39.890Z] ---> f4b288ddd7de [2020-08-05T13:40:39.890Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:40:39.890Z] ---> Running in 44708302123a [2020-08-05T13:40:39.890Z] ---> Running in 9b371b509daa [2020-08-05T13:40:39.890Z] ---> Running in 36d71f4e8a0c [2020-08-05T13:40:40.151Z] ---> Running in 1bd216ca6d3b [2020-08-05T13:40:40.733Z] Removing intermediate container 9b371b509daa [2020-08-05T13:40:40.733Z] ---> 8529c741d7f2 [2020-08-05T13:40:40.733Z] [2020-08-05T13:40:41.684Z] Removing intermediate container 36d71f4e8a0c [2020-08-05T13:40:41.684Z] ---> fb374e56c3f0 [2020-08-05T13:40:41.684Z] Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:40:42.255Z] Removing intermediate container 1bd216ca6d3b [2020-08-05T13:40:42.255Z] ---> 0942534ce103 [2020-08-05T13:40:42.255Z] Step 21/23 : LABEL arch=x86_64 [2020-08-05T13:40:42.255Z] Successfully built 8529c741d7f2 [2020-08-05T13:40:42.826Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-05T13:40:42.826Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-08-05T13:40:44.747Z] ---> Running in 42336e082038 [2020-08-05T13:40:44.747Z] ---> Running in 6af923c7b798 [2020-08-05T13:40:48.064Z] Removing intermediate container 42336e082038 [2020-08-05T13:40:48.064Z] ---> 5e21ea256946 [2020-08-05T13:40:48.064Z] Step 22/23 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:40:48.064Z] Removing intermediate container 6af923c7b798 [2020-08-05T13:40:48.064Z] ---> 9065db69afd1 [2020-08-05T13:40:48.064Z] Step 21/21 : LABEL version=0.0.0 [2020-08-05T13:40:48.722Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-05T13:40:48.722Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-05T13:40:48.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-05T13:40:48.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-05T13:40:49.454Z] ---> Running in 87e576c84c81 [2020-08-05T13:40:49.454Z] ---> Running in 533bb116a7e4 [2020-08-05T13:40:49.454Z] Removing intermediate container 44708302123a [2020-08-05T13:40:49.454Z] ---> 9e0d3bdef6ff [2020-08-05T13:40:49.454Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-05T13:40:50.029Z] ---> Running in 7a7705c87685 [2020-08-05T13:40:50.603Z] Removing intermediate container 87e576c84c81 [2020-08-05T13:40:50.603Z] ---> 5081a1200aa1 [2020-08-05T13:40:50.603Z] Step 23/23 : LABEL version=0.0.0 [2020-08-05T13:40:50.603Z] Removing intermediate container 533bb116a7e4 [2020-08-05T13:40:50.603Z] ---> 41a786cac6f5 [2020-08-05T13:40:50.603Z] [2020-08-05T13:40:50.700Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s [2020-08-05T13:40:50.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-05T13:40:50.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-05T13:40:50.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-05T13:40:50.866Z] Successfully built 41a786cac6f5 [2020-08-05T13:40:51.443Z] Successfully tagged docker-core-metadata-go:latest [2020-08-05T13:40:51.443Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-08-05T13:40:53.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-05T13:40:53.378Z] ---> Running in 6e0744817253 [2020-08-05T13:40:53.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:40:53.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-05T13:40:53.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:40:54.205Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-05T13:40:54.205Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-05T13:40:54.205Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-05T13:40:54.521Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-05T13:40:54.521Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:40:54.521Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:40:54.521Z] ---> 1f7539671345 [2020-08-05T13:40:54.521Z] Step 3/26 : WORKDIR /edgex-go [2020-08-05T13:40:54.521Z] ---> Using cache [2020-08-05T13:40:54.521Z] ---> 1ca28833d5f3 [2020-08-05T13:40:54.521Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:40:54.521Z] ---> Using cache [2020-08-05T13:40:54.521Z] ---> 6985e20be80f [2020-08-05T13:40:54.521Z] Step 5/26 : RUN apk update && apk add make git [2020-08-05T13:40:54.521Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-05T13:40:54.521Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-05T13:40:54.783Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-05T13:40:55.355Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-05T13:40:55.355Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:40:55.926Z] OK: 8 MiB in 19 packages [2020-08-05T13:40:56.508Z] Removing intermediate container 6e0744817253 [2020-08-05T13:40:56.508Z] ---> 58377e851886 [2020-08-05T13:40:56.508Z] [2020-08-05T13:40:57.082Z] Successfully built 58377e851886 [2020-08-05T13:40:57.347Z] Successfully tagged docker-support-notifications-go:latest [2020-08-05T13:40:57.347Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-08-05T13:40:57.347Z] ---> Running in 0aa6133b19f2 [2020-08-05T13:41:01.578Z] Removing intermediate container 7a7705c87685 [2020-08-05T13:41:01.578Z] ---> 3126614847ad [2020-08-05T13:41:01.578Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-05T13:41:01.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:41:01.578Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:41:01.578Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-05T13:41:01.578Z] ---> 1f7539671345 [2020-08-05T13:41:01.578Z] Step 3/29 : WORKDIR /edgex-go [2020-08-05T13:41:01.578Z] ---> Using cache [2020-08-05T13:41:01.578Z] ---> 1ca28833d5f3 [2020-08-05T13:41:01.578Z] Step 4/29 : RUN apk update && apk add make git [2020-08-05T13:41:01.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:41:02.416Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:41:02.416Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:41:02.416Z] OK: 12749 distinct packages available [2020-08-05T13:41:02.985Z] OK: 233 MiB in 51 packages [2020-08-05T13:41:04.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2020-08-05T13:41:04.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-05T13:41:04.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-05T13:41:04.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-05T13:41:04.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-05T13:41:04.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-05T13:41:04.376Z] ---> Running in 00336a86a39f [2020-08-05T13:41:04.376Z] ---> 0ecef181862e [2020-08-05T13:41:04.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-05T13:41:06.967Z] ---> 3eb2f031322d [2020-08-05T13:41:06.967Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-05T13:41:07.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:41:07.832Z] Removing intermediate container 0aa6133b19f2 [2020-08-05T13:41:07.832Z] ---> cd890b1caa61 [2020-08-05T13:41:07.832Z] Step 6/26 : COPY go.mod . [2020-08-05T13:41:08.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:41:08.370Z] ---> a6bfad6bac82 [2020-08-05T13:41:08.370Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:41:08.670Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:41:08.670Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:41:08.670Z] OK: 12749 distinct packages available [2020-08-05T13:41:08.948Z] OK: 233 MiB in 51 packages [2020-08-05T13:41:09.209Z] ---> 159e4b5e3082 [2020-08-05T13:41:09.209Z] Step 7/26 : RUN go mod download [2020-08-05T13:41:09.469Z] ---> Running in 2804c54e724d [2020-08-05T13:41:10.866Z] ---> Running in 3c80b261b7a2 [2020-08-05T13:41:11.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.170s coverage: 27.2% of statements [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-05T13:41:11.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-05T13:41:11.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-05T13:41:11.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-05T13:41:11.446Z] Removing intermediate container 2804c54e724d [2020-08-05T13:41:11.446Z] ---> 7b0f300299db [2020-08-05T13:41:11.446Z] Step 20/22 : LABEL arch=x86_64 [2020-08-05T13:41:12.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.361s coverage: 77.5% of statements [2020-08-05T13:41:12.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-05T13:41:12.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-05T13:41:12.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-08-05T13:41:12.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-05T13:41:12.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-05T13:41:12.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-05T13:41:12.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-05T13:41:13.380Z] ---> Running in 7dcb1fde580a [2020-08-05T13:41:13.380Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:41:13.380Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:41:13.380Z] ---> 1f7539671345 [2020-08-05T13:41:13.380Z] Step 3/26 : WORKDIR /edgex-go [2020-08-05T13:41:13.380Z] ---> Using cache [2020-08-05T13:41:13.380Z] ---> 1ca28833d5f3 [2020-08-05T13:41:13.380Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:41:13.380Z] ---> Using cache [2020-08-05T13:41:13.380Z] ---> 6985e20be80f [2020-08-05T13:41:13.380Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-05T13:41:13.957Z] Removing intermediate container 00336a86a39f [2020-08-05T13:41:13.957Z] ---> 8f880dd42383 [2020-08-05T13:41:13.957Z] Step 5/29 : COPY go.mod . [2020-08-05T13:41:14.231Z] ---> Running in dd536efbe64d [2020-08-05T13:41:14.493Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:41:14.493Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:41:14.493Z] ---> 1f7539671345 [2020-08-05T13:41:14.493Z] Step 3/21 : WORKDIR /edgex-go [2020-08-05T13:41:14.493Z] ---> Using cache [2020-08-05T13:41:14.493Z] ---> 1ca28833d5f3 [2020-08-05T13:41:14.493Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:41:14.493Z] ---> Using cache [2020-08-05T13:41:14.493Z] ---> 6985e20be80f [2020-08-05T13:41:14.493Z] Step 5/21 : RUN apk update && apk add make git [2020-08-05T13:41:14.493Z] ---> Using cache [2020-08-05T13:41:14.493Z] ---> cd890b1caa61 [2020-08-05T13:41:14.493Z] Step 6/21 : COPY go.mod . [2020-08-05T13:41:14.493Z] ---> Using cache [2020-08-05T13:41:14.493Z] ---> 159e4b5e3082 [2020-08-05T13:41:14.493Z] Step 7/21 : RUN go mod download [2020-08-05T13:41:15.065Z] Removing intermediate container 7dcb1fde580a [2020-08-05T13:41:15.065Z] ---> 12606a5e088a [2020-08-05T13:41:15.065Z] Step 21/22 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:41:15.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.267s coverage: 28.6% of statements [2020-08-05T13:41:15.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-05T13:41:15.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-05T13:41:15.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-05T13:41:15.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-05T13:41:15.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-05T13:41:15.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2020-08-05T13:41:15.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-05T13:41:15.328Z] ---> d7a1aa0803b4 [2020-08-05T13:41:15.328Z] Step 6/29 : RUN go mod download [2020-08-05T13:41:15.328Z] ---> Running in 5a6ba4cfd08e [2020-08-05T13:41:15.328Z] ---> Running in 652c0271f9ce [2020-08-05T13:41:15.592Z] ---> Running in 240f1a65ed33 [2020-08-05T13:41:15.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:41:15.853Z] Removing intermediate container 652c0271f9ce [2020-08-05T13:41:15.853Z] ---> fad6f7be6e93 [2020-08-05T13:41:15.853Z] Step 22/22 : LABEL version=0.0.0 [2020-08-05T13:41:16.117Z] ---> Running in d8d713ffbd0c [2020-08-05T13:41:16.118Z] Removing intermediate container 3c80b261b7a2 [2020-08-05T13:41:16.118Z] ---> 02219df6431f [2020-08-05T13:41:16.118Z] Step 8/26 : COPY . . [2020-08-05T13:41:16.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2020-08-05T13:41:16.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-05T13:41:16.384Z] Removing intermediate container d8d713ffbd0c [2020-08-05T13:41:16.384Z] ---> a296b88b5f55 [2020-08-05T13:41:16.384Z] [2020-08-05T13:41:16.384Z] Successfully built a296b88b5f55 [2020-08-05T13:41:16.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:41:16.648Z] Successfully tagged docker-core-data-go:latest [2020-08-05T13:41:16.648Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-08-05T13:41:17.220Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:41:17.220Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:41:17.220Z] OK: 12749 distinct packages available [2020-08-05T13:41:17.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 89.8% of statements [2020-08-05T13:41:17.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-05T13:41:17.798Z] OK: 233 MiB in 51 packages [2020-08-05T13:41:19.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2020-08-05T13:41:19.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-05T13:41:20.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 100.0% of statements [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-05T13:41:20.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-05T13:41:20.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-05T13:41:20.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-05T13:41:20.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-05T13:41:20.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-08-05T13:41:20.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-05T13:41:20.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-05T13:41:20.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-05T13:41:23.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.251s coverage: 63.5% of statements [2020-08-05T13:41:23.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-05T13:41:23.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-05T13:41:23.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2020-08-05T13:41:23.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 55.9% of statements [2020-08-05T13:41:23.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-05T13:41:23.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-05T13:41:23.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-05T13:41:23.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-05T13:41:24.391Z] Removing intermediate container 5a6ba4cfd08e [2020-08-05T13:41:24.391Z] ---> 7c8010ba3791 [2020-08-05T13:41:24.391Z] Step 8/21 : COPY . . [2020-08-05T13:41:24.391Z] Removing intermediate container 240f1a65ed33 [2020-08-05T13:41:24.391Z] ---> 04791cb5b9b1 [2020-08-05T13:41:24.391Z] Step 7/29 : COPY . . [2020-08-05T13:41:27.721Z] Removing intermediate container dd536efbe64d [2020-08-05T13:41:27.721Z] ---> aded57b24e36 [2020-08-05T13:41:27.721Z] Step 6/26 : COPY go.mod . [2020-08-05T13:41:33.098Z] ---> f6206a53a752 [2020-08-05T13:41:33.098Z] Step 7/26 : RUN go mod download [2020-08-05T13:41:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.791s coverage: 86.3% of statements [2020-08-05T13:41:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-05T13:41:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.934s coverage: 72.2% of statements [2020-08-05T13:41:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.393s coverage: 72.1% of statements [2020-08-05T13:41:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.076s coverage: 82.4% of statements [2020-08-05T13:41:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.029s coverage: 48.4% of statements [2020-08-05T13:41:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-05T13:41:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-05T13:41:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-05T13:41:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-08-05T13:41:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-05T13:41:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.090s coverage: 96.8% of statements [2020-08-05T13:41:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-05T13:41:34.048Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:41:34.048Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:41:34.048Z] ---> 1f7539671345 [2020-08-05T13:41:34.048Z] Step 3/20 : WORKDIR /edgex-go [2020-08-05T13:41:34.048Z] ---> Using cache [2020-08-05T13:41:34.048Z] ---> 1ca28833d5f3 [2020-08-05T13:41:34.048Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:41:34.309Z] ---> Using cache [2020-08-05T13:41:34.309Z] ---> 6985e20be80f [2020-08-05T13:41:34.309Z] Step 5/20 : RUN apk update && apk add make git [2020-08-05T13:41:34.881Z] ---> Using cache [2020-08-05T13:41:34.881Z] ---> cd890b1caa61 [2020-08-05T13:41:34.881Z] Step 6/20 : COPY go.mod . [2020-08-05T13:41:34.881Z] ---> Using cache [2020-08-05T13:41:34.881Z] ---> 159e4b5e3082 [2020-08-05T13:41:34.881Z] Step 7/20 : RUN go mod download [2020-08-05T13:41:34.881Z] ---> Using cache [2020-08-05T13:41:34.881Z] ---> 7c8010ba3791 [2020-08-05T13:41:34.881Z] Step 8/20 : COPY . . [2020-08-05T13:41:35.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements [2020-08-05T13:41:35.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-05T13:41:35.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-05T13:41:35.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.341s coverage: 84.1% of statements [2020-08-05T13:41:36.276Z] ---> Running in 8fe805b021a0 [2020-08-05T13:41:36.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements [2020-08-05T13:41:37.804Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.042s coverage: 42.9% of statements [2020-08-05T13:41:37.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-05T13:41:37.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-05T13:41:38.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.037s coverage: 100.0% of statements [2020-08-05T13:41:38.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-05T13:41:39.065Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.085s coverage: 83.8% of statements [2020-08-05T13:41:39.065Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-05T13:41:47.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 46.1% of statements [2020-08-05T13:41:47.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-05T13:41:47.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-05T13:41:47.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements [2020-08-05T13:41:47.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-05T13:41:47.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-05T13:41:47.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-05T13:41:47.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements [2020-08-05T13:41:47.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-05T13:41:47.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements [2020-08-05T13:41:47.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-05T13:41:49.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.210s coverage: 29.1% of statements [2020-08-05T13:41:49.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-05T13:41:49.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-05T13:41:49.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-05T13:41:49.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-05T13:41:49.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-05T13:41:49.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements [2020-08-05T13:41:49.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-05T13:41:49.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements [2020-08-05T13:41:49.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-05T13:41:49.987Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2020-08-05T13:41:49.987Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-05T13:41:50.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2020-08-05T13:41:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-05T13:41:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-05T13:41:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-05T13:41:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-05T13:41:51.580Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2020-08-05T13:41:51.580Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-05T13:41:51.580Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-05T13:41:51.674Z] ---> edbc8f860db4 [2020-08-05T13:41:51.674Z] 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-08-05T13:41:52.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-08-05T13:41:52.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2020-08-05T13:41:54.272Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements [2020-08-05T13:41:54.868Z] GO111MODULE=on go vet ./... [2020-08-05T13:41:55.055Z] ---> Running in 68b364d2dee3 [2020-08-05T13:42:00.349Z] Removing intermediate container 8fe805b021a0 [2020-08-05T13:42:00.349Z] ---> 808bf3a9334e [2020-08-05T13:42:00.349Z] Step 8/26 : COPY . . [2020-08-05T13:42:00.349Z] 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-08-05T13:42:00.936Z] ---> 9e7dbafb81ad [2020-08-05T13:42:00.936Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-05T13:42:00.936Z] ---> bcd898e3f58a [2020-08-05T13:42:00.936Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-05T13:42:07.559Z] ---> Running in fd87e760ec02 [2020-08-05T13:42:07.559Z] ---> Running in f220ee2fc376 [2020-08-05T13:42:07.559Z] ---> 26080a58fdd8 [2020-08-05T13:42:07.559Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-05T13:42:07.836Z] ---> Running in c3cfe852ec25 [2020-08-05T13:42:09.249Z] 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-08-05T13:42:09.827Z] 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-08-05T13:42:09.827Z] 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-08-05T13:42:13.177Z] gofmt -l . [2020-08-05T13:42:14.148Z] [ "`gofmt -l .`" = "" ] [2020-08-05T13:42:16.757Z] ./bin/test-go-mod-tidy.sh [2020-08-05T13:42:17.031Z] ./bin/test-attribution-txt.sh [2020-08-05T13:42:19.961Z] 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-08-05T13:42:19.961Z] ---> e9fa34ffdc30 [2020-08-05T13:42:19.961Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-05T13:42:19.961Z] ---> Running in 1f90804f4042 [Pipeline] sh [2020-08-05T13:42:20.931Z] 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-08-05T13:42:21.061Z] + ls -al . [2020-08-05T13:42:21.061Z] total 588 [2020-08-05T13:42:21.061Z] drwxrwxr-x 10 1001 1001 4096 Aug 5 13:42 . [2020-08-05T13:42:21.061Z] drwxr-xr-x 4 root root 4096 Aug 5 13:39 .. [2020-08-05T13:42:21.061Z] -rw-rw-r-- 1 1001 1001 11 Aug 5 13:38 .dockerignore [2020-08-05T13:42:21.061Z] drwxrwxr-x 8 1001 1001 4096 Aug 5 13:38 .git [2020-08-05T13:42:21.061Z] drwxrwxr-x 3 1001 1001 4096 Aug 5 13:38 .github [2020-08-05T13:42:21.061Z] -rw-rw-r-- 1 1001 1001 932 Aug 5 13:38 .gitignore [2020-08-05T13:42:21.061Z] drwxrwxr-x 3 1001 1001 4096 Aug 5 13:38 .semver [2020-08-05T13:42:21.061Z] -rw-rw-r-- 1 1001 1001 166 Aug 5 13:38 .sonarcloud.properties [2020-08-05T13:42:21.061Z] -rw-rw-r-- 1 1001 1001 3804 Aug 5 13:38 CONTRIBUTING.md [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 1035 Aug 5 13:38 Dockerfile.build [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 865 Aug 5 13:38 Jenkinsfile [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 10775 Aug 5 13:38 LICENSE [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 6237 Aug 5 13:38 Makefile [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 5652 Aug 5 13:38 README.md [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 7111 Aug 5 13:38 SECURITY.md [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 5 Aug 5 13:35 VERSION [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 4131 Aug 5 13:38 ZMQWindows.md [2020-08-05T13:42:21.062Z] drwxrwxr-x 2 1001 1001 4096 Aug 5 13:38 bin [2020-08-05T13:42:21.062Z] drwxrwxr-x 15 1001 1001 4096 Aug 5 13:38 cmd [2020-08-05T13:42:21.062Z] -rw-r--r-- 1 root root 457515 Aug 5 13:41 coverage.out [2020-08-05T13:42:21.062Z] -rw-r--r-- 1 root root 1019 Aug 5 13:42 go.mod [2020-08-05T13:42:21.062Z] -rw-r--r-- 1 root root 19185 Aug 5 13:42 go.sum [2020-08-05T13:42:21.062Z] drwxrwxr-x 8 1001 1001 4096 Aug 5 13:38 internal [2020-08-05T13:42:21.062Z] drwxrwxr-x 4 1001 1001 4096 Aug 5 13:38 openapi [2020-08-05T13:42:21.062Z] drwxrwxr-x 4 1001 1001 4096 Aug 5 13:38 snap [2020-08-05T13:42:21.062Z] -rw-rw-r-- 1 1001 1001 168 Aug 5 13:38 version.go [Pipeline] sh [2020-08-05T13:42:21.733Z] + '[' -e coverage.out ] [2020-08-05T13:42:21.733Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-05T13:42:21.795Z] Warning: overwriting stash ‘coverage-report’ [2020-08-05T13:42:22.853Z] Stashed 1 file(s) [Pipeline] sh [2020-08-05T13:42:23.541Z] + make build [2020-08-05T13:42:23.541Z] 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-08-05T13:42:25.216Z] 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-08-05T13:42:35.279Z] Removing intermediate container 68b364d2dee3 [2020-08-05T13:42:35.279Z] ---> 5d99330eade9 [2020-08-05T13:42:35.279Z] [2020-08-05T13:42:35.279Z] Step 10/26 : FROM alpine:3.10 [2020-08-05T13:42:35.279Z] 3.10: Pulling from library/alpine [2020-08-05T13:42:36.227Z] Removing intermediate container f220ee2fc376 [2020-08-05T13:42:36.227Z] ---> 139d28317791 [2020-08-05T13:42:36.227Z] [2020-08-05T13:42:36.227Z] Step 9/29 : FROM alpine:latest [2020-08-05T13:42:36.227Z] ---> a24bb4013296 [2020-08-05T13:42:36.227Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-05T13:42:36.493Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-05T13:42:37.437Z] Status: Downloaded newer image for alpine:3.10 [2020-08-05T13:42:37.437Z] ---> be4e4bea2c2e [2020-08-05T13:42:37.437Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-05T13:42:37.437Z] ---> Running in 7bd3ea943404 [2020-08-05T13:42:38.836Z] ---> Running in 0c0479a2fc42 [2020-08-05T13:42:39.102Z] Removing intermediate container 7bd3ea943404 [2020-08-05T13:42:39.102Z] ---> fac30b696d06 [2020-08-05T13:42:39.102Z] Step 11/29 : USER root [2020-08-05T13:42:40.042Z] Removing intermediate container c3cfe852ec25 [2020-08-05T13:42:40.042Z] ---> 5ed4ff949919 [2020-08-05T13:42:40.042Z] [2020-08-05T13:42:40.042Z] Step 10/20 : FROM alpine [2020-08-05T13:42:40.042Z] ---> a24bb4013296 [2020-08-05T13:42:40.042Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-05T13:42:40.616Z] ---> Running in 2ad22aaa01a5 [2020-08-05T13:42:41.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:42:41.194Z] ---> Running in 09e05e203148 [2020-08-05T13:42:41.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:42:41.454Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-05T13:42:41.454Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-05T13:42:41.454Z] OK: 10346 distinct packages available [2020-08-05T13:42:41.454Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-05T13:42:41.454Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-05T13:42:41.454Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-05T13:42:41.714Z] (4/5) Installing curl (7.66.0-r0) [2020-08-05T13:42:41.714Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-05T13:42:41.714Z] Executing busybox-1.30.1-r3.trigger [2020-08-05T13:42:41.714Z] Executing ca-certificates-20191127-r2.trigger [2020-08-05T13:42:41.714Z] OK: 7 MiB in 19 packages [2020-08-05T13:42:41.908Z] 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-08-05T13:42:42.655Z] Removing intermediate container 2ad22aaa01a5 [2020-08-05T13:42:42.655Z] ---> da9496834ca4 [2020-08-05T13:42:42.655Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-05T13:42:45.965Z] Removing intermediate container fd87e760ec02 [2020-08-05T13:42:45.965Z] ---> e059a9ce1c09 [2020-08-05T13:42:45.965Z] [2020-08-05T13:42:45.965Z] Step 10/21 : FROM scratch [2020-08-05T13:42:45.965Z] ---> [2020-08-05T13:42:45.965Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-05T13:42:45.965Z] ---> Running in 8fdc41940b72 [2020-08-05T13:42:45.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:42:45.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:42:46.232Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:42:46.232Z] v3.12.0-210-geb5c61be90 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:42:46.232Z] OK: 12749 distinct packages available [2020-08-05T13:42:46.496Z] ---> Using cache [2020-08-05T13:42:46.496Z] ---> 47b9b7a2170d [2020-08-05T13:42:46.496Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-05T13:42:46.496Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-05T13:42:46.496Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-05T13:42:46.496Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-05T13:42:46.496Z] (4/4) Installing curl (7.69.1-r0) [2020-08-05T13:42:46.496Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:42:46.496Z] Executing ca-certificates-20191127-r4.trigger [2020-08-05T13:42:46.758Z] OK: 7 MiB in 18 packages [2020-08-05T13:42:47.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:42:47.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:42:47.280Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:42:47.280Z] v3.12.0-210-geb5c61be90 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:42:47.280Z] OK: 12749 distinct packages available [2020-08-05T13:42:47.540Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-05T13:42:47.540Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-05T13:42:47.540Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:42:47.540Z] Executing ca-certificates-20191127-r4.trigger [2020-08-05T13:42:47.540Z] OK: 6 MiB in 16 packages [2020-08-05T13:42:47.800Z] Removing intermediate container 0c0479a2fc42 [2020-08-05T13:42:47.800Z] ---> 7771a55ef869 [2020-08-05T13:42:47.800Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-05T13:42:47.800Z] ---> Running in 327cd6725da2 [2020-08-05T13:42:48.371Z] ---> Running in 2127da08aeec [2020-08-05T13:42:48.634Z] Removing intermediate container 1f90804f4042 [2020-08-05T13:42:48.634Z] ---> e2798bd2d20c [2020-08-05T13:42:48.634Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-05T13:42:48.634Z] Removing intermediate container 327cd6725da2 [2020-08-05T13:42:48.634Z] ---> d95e7b99c3cb [2020-08-05T13:42:48.634Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-05T13:42:48.897Z] ---> Running in d434ea7cbf4d [2020-08-05T13:42:49.468Z] ---> Running in cec0377bbfd2 [2020-08-05T13:42:50.038Z] Removing intermediate container 2127da08aeec [2020-08-05T13:42:50.039Z] ---> 22506b66521d [2020-08-05T13:42:50.039Z] Step 13/26 : WORKDIR / [2020-08-05T13:42:50.039Z] Removing intermediate container 09e05e203148 [2020-08-05T13:42:50.039Z] ---> 16529a880463 [2020-08-05T13:42:50.039Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-05T13:42:50.039Z] Removing intermediate container 8fdc41940b72 [2020-08-05T13:42:50.039Z] ---> 0eff97c81200 [2020-08-05T13:42:50.039Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-05T13:42:50.039Z] ---> Running in ae614cb9b95c [2020-08-05T13:42:50.039Z] Removing intermediate container cec0377bbfd2 [2020-08-05T13:42:50.039Z] ---> 1949efa13f06 [2020-08-05T13:42:50.039Z] Step 14/21 : WORKDIR / [2020-08-05T13:42:50.305Z] ---> Running in 0c361ddf9775 [2020-08-05T13:42:50.305Z] ---> Running in e4569c0b55d3 [2020-08-05T13:42:50.305Z] ---> Running in fd3dc425545d [2020-08-05T13:42:50.305Z] 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-08-05T13:42:50.305Z] Removing intermediate container ae614cb9b95c [2020-08-05T13:42:50.305Z] ---> 0a74f5547d78 [2020-08-05T13:42:50.305Z] 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-08-05T13:42:50.565Z] Removing intermediate container 0c361ddf9775 [2020-08-05T13:42:50.565Z] ---> 2eed257f3c23 [2020-08-05T13:42:50.565Z] Step 13/20 : WORKDIR /edgex [2020-08-05T13:42:50.565Z] Removing intermediate container e4569c0b55d3 [2020-08-05T13:42:50.565Z] ---> aac3aea4f176 [2020-08-05T13:42:50.565Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-05T13:42:51.506Z] Removing intermediate container fd3dc425545d [2020-08-05T13:42:51.506Z] ---> d5efc82b89d4 [2020-08-05T13:42:51.506Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-05T13:42:51.772Z] ---> Running in a4761d55f457 [2020-08-05T13:42:51.772Z] ---> Running in d9088a09b2c9 [2020-08-05T13:42:51.772Z] ---> 43da523e3bf1 [2020-08-05T13:42:51.772Z] 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-08-05T13:42:52.034Z] ---> 58258bc9db95 [2020-08-05T13:42:52.034Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-05T13:42:52.298Z] Removing intermediate container d9088a09b2c9 [2020-08-05T13:42:52.298Z] ---> d3adc666bd67 [2020-08-05T13:42:52.298Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-05T13:42:52.298Z] Removing intermediate container a4761d55f457 [2020-08-05T13:42:52.298Z] ---> ac990651329c [2020-08-05T13:42:52.298Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-05T13:42:52.559Z] ---> Running in 290fc86762c1 [2020-08-05T13:42:52.559Z] ---> cefff3bc17b8 [2020-08-05T13:42:52.559Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-05T13:42:52.820Z] ---> abdbed1dfebd [2020-08-05T13:42:52.820Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-05T13:42:53.084Z] ---> 3da228aa3b5e [2020-08-05T13:42:53.084Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-05T13:42:53.084Z] ---> bb5733568e40 [2020-08-05T13:42:53.084Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-05T13:42:53.084Z] Removing intermediate container d434ea7cbf4d [2020-08-05T13:42:53.084Z] ---> b3ebacc99170 [2020-08-05T13:42:53.084Z] [2020-08-05T13:42:53.084Z] Step 11/26 : FROM docker:latest [2020-08-05T13:42:53.084Z] ---> 81f5749c9058 [2020-08-05T13:42:53.084Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-05T13:42:53.347Z] ---> e05bf272e0ba [2020-08-05T13:42:53.347Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:42:53.347Z] ---> Running in 7296fa06ea0b [2020-08-05T13:42:53.607Z] ---> Running in 7bb39d0c2c22 [2020-08-05T13:42:53.607Z] ---> d6cbb520984b [2020-08-05T13:42:53.607Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-05T13:42:53.607Z] ---> 52814cbb0b1c [2020-08-05T13:42:53.607Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-05T13:42:53.866Z] ---> Running in ca3e39b2376f [2020-08-05T13:42:54.283Z] 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-08-05T13:42:54.440Z] Removing intermediate container 7bb39d0c2c22 [2020-08-05T13:42:54.440Z] ---> 26c6f1f9c5c0 [2020-08-05T13:42:54.440Z] Step 19/21 : LABEL arch=x86_64 [2020-08-05T13:42:54.440Z] Removing intermediate container ca3e39b2376f [2020-08-05T13:42:54.440Z] ---> ae6f892cc1b9 [2020-08-05T13:42:54.440Z] Step 17/20 : CMD ["--init=true"] [2020-08-05T13:42:54.440Z] ---> Running in 328d2ec69d92 [2020-08-05T13:42:54.440Z] ---> cb7ec334aa50 [2020-08-05T13:42:54.440Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-05T13:42:54.715Z] ---> Running in a2aa744a62a3 [2020-08-05T13:42:54.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:42:54.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:42:54.715Z] Removing intermediate container 290fc86762c1 [2020-08-05T13:42:54.715Z] ---> e9132c658548 [2020-08-05T13:42:54.715Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-05T13:42:54.981Z] Removing intermediate container 328d2ec69d92 [2020-08-05T13:42:54.981Z] ---> a4bddb51be31 [2020-08-05T13:42:54.981Z] Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:42:54.981Z] Removing intermediate container a2aa744a62a3 [2020-08-05T13:42:54.981Z] ---> a9da309efbda [2020-08-05T13:42:54.981Z] Step 18/20 : LABEL arch=x86_64 [2020-08-05T13:42:54.981Z] (1/2) Installing readline (8.0.4-r0) [2020-08-05T13:42:54.981Z] (2/2) Installing bash (5.0.17-r0) [2020-08-05T13:42:54.981Z] Executing bash-5.0.17-r0.post-install [2020-08-05T13:42:54.981Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:42:54.981Z] OK: 12 MiB in 22 packages [2020-08-05T13:42:54.981Z] ---> Running in 6a6b21afc997 [2020-08-05T13:42:55.251Z] ---> eddc8d2aa516 [2020-08-05T13:42:55.251Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-05T13:42:55.251Z] ---> Running in 56823c246db3 [2020-08-05T13:42:55.512Z] Removing intermediate container 6a6b21afc997 [2020-08-05T13:42:55.512Z] ---> a826db213441 [2020-08-05T13:42:55.512Z] Step 21/21 : LABEL version=0.0.0 [2020-08-05T13:42:55.512Z] ---> 3e5c7d0c75e0 [2020-08-05T13:42:55.512Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-05T13:42:55.773Z] ---> Running in 63d684ae5077 [2020-08-05T13:42:55.773Z] Removing intermediate container 56823c246db3 [2020-08-05T13:42:55.773Z] ---> 8f00f40fc7f9 [2020-08-05T13:42:55.773Z] Step 19/20 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:42:56.034Z] ---> Running in 452a991f08a4 [2020-08-05T13:42:56.034Z] ---> 995db67ff7d5 [2020-08-05T13:42:56.034Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-05T13:42:56.295Z] Removing intermediate container 63d684ae5077 [2020-08-05T13:42:56.295Z] ---> e2a73a4c50b6 [2020-08-05T13:42:56.295Z] [2020-08-05T13:42:56.295Z] Removing intermediate container 7296fa06ea0b [2020-08-05T13:42:56.295Z] ---> 54931bf575fc [2020-08-05T13:42:56.295Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-05T13:42:56.295Z] ---> 431d1e97f3ed [2020-08-05T13:42:56.295Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-05T13:42:56.558Z] Successfully built e2a73a4c50b6 [2020-08-05T13:42:56.558Z] Successfully tagged docker-core-command-go:latest [2020-08-05T13:42:56.558Z]  Building docker-core-command-go ... done  ---> Running in a0696597b256 [2020-08-05T13:42:56.558Z] Removing intermediate container 452a991f08a4 [2020-08-05T13:42:56.558Z] ---> 17a76322568b [2020-08-05T13:42:56.558Z] Step 20/20 : LABEL version=0.0.0 [2020-08-05T13:42:56.558Z] ---> 0e3c3ae5c3ec [2020-08-05T13:42:56.558Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-05T13:42:56.826Z] ---> Running in f937916e5588 [2020-08-05T13:42:56.826Z] ---> bfdc069831fa [2020-08-05T13:42:56.826Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-05T13:42:56.826Z] ---> Running in 0b80807237d4 [2020-08-05T13:42:57.087Z] Removing intermediate container f937916e5588 [2020-08-05T13:42:57.087Z] ---> 72a9cd3b956f [2020-08-05T13:42:57.087Z] [2020-08-05T13:42:57.351Z] Successfully built 72a9cd3b956f [2020-08-05T13:42:57.614Z] ---> 7d7f4af975cb [2020-08-05T13:42:57.614Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-05T13:42:57.614Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-05T13:42:57.875Z]  Building docker-security-proxy-setup-go ... done  ---> 9b6363cb9528 [2020-08-05T13:42:57.875Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-05T13:42:58.159Z] ---> Running in c321dd8a948c [2020-08-05T13:42:58.159Z] Removing intermediate container a0696597b256 [2020-08-05T13:42:58.159Z] ---> ae716042d097 [2020-08-05T13:42:58.159Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-05T13:42:58.159Z] ---> Running in 641cdf4f1b70 [2020-08-05T13:42:58.492Z] Removing intermediate container 0b80807237d4 [2020-08-05T13:42:58.492Z] ---> fcbfe257063c [2020-08-05T13:42:58.492Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-05T13:42:58.492Z] ---> Running in 3ba795db9de0 [2020-08-05T13:42:58.492Z] Removing intermediate container 641cdf4f1b70 [2020-08-05T13:42:58.492Z] ---> b2ed8d0774ac [2020-08-05T13:42:58.492Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-05T13:42:58.607Z] 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-08-05T13:42:58.762Z] ---> Running in 4aff4eea74c8 [2020-08-05T13:42:58.762Z] Removing intermediate container 3ba795db9de0 [2020-08-05T13:42:58.762Z] ---> 8baee4b56d45 [2020-08-05T13:42:58.762Z] Step 24/26 : LABEL arch=x86_64 [2020-08-05T13:42:58.762Z] ---> Running in 854aa9131a23 [2020-08-05T13:42:59.036Z] Removing intermediate container 4aff4eea74c8 [2020-08-05T13:42:59.036Z] ---> b5b67d4658d0 [2020-08-05T13:42:59.036Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-05T13:42:59.036Z] Removing intermediate container 854aa9131a23 [2020-08-05T13:42:59.036Z] ---> f8e384798784 [2020-08-05T13:42:59.036Z] Step 25/26 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:42:59.036Z] ---> Running in 3878721b7132 [2020-08-05T13:42:59.301Z] ---> Running in e66e22e54a3f [2020-08-05T13:42:59.301Z] Removing intermediate container c321dd8a948c [2020-08-05T13:42:59.301Z] ---> 919ace15d7ee [2020-08-05T13:42:59.301Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-05T13:42:59.301Z] Removing intermediate container 3878721b7132 [2020-08-05T13:42:59.301Z] ---> b302f75d39fe [2020-08-05T13:42:59.301Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-05T13:42:59.562Z] Removing intermediate container e66e22e54a3f [2020-08-05T13:42:59.562Z] ---> c257a460b148 [2020-08-05T13:42:59.562Z] Step 26/26 : LABEL version=0.0.0 [2020-08-05T13:43:00.134Z] ---> Running in 4d922a83746a [2020-08-05T13:43:00.134Z] ---> beb94226be18 [2020-08-05T13:43:00.134Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-05T13:43:00.134Z] ---> c3f32e36a3f2 [2020-08-05T13:43:00.134Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-05T13:43:00.134Z] ---> Running in 86cf94cc658b [2020-08-05T13:43:00.396Z] Removing intermediate container 4d922a83746a [2020-08-05T13:43:00.396Z] ---> 604d4995527f [2020-08-05T13:43:00.396Z] [2020-08-05T13:43:00.658Z] ---> 357151af6605 [2020-08-05T13:43:00.659Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-05T13:43:00.659Z] Successfully built 604d4995527f [2020-08-05T13:43:00.659Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-05T13:43:00.919Z]  Building docker-security-secretstore-setup-go ... done  ---> e49c803d090f [2020-08-05T13:43:00.919Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-05T13:43:00.919Z] ---> Running in e084e31113c3 [2020-08-05T13:43:01.180Z] Removing intermediate container 86cf94cc658b [2020-08-05T13:43:01.180Z] ---> 74820024a004 [2020-08-05T13:43:01.180Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-05T13:43:01.443Z] ---> Running in 94aefd1d8a1d [2020-08-05T13:43:01.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:43:01.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:43:01.704Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-05T13:43:01.704Z] (2/33) Installing expat (2.2.9-r1) [2020-08-05T13:43:01.704Z] (3/33) Installing libffi (3.3-r2) [2020-08-05T13:43:01.704Z] (4/33) Installing gdbm (1.13-r1) [2020-08-05T13:43:01.704Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-05T13:43:01.704Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-05T13:43:01.704Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-05T13:43:03.616Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-05T13:43:03.616Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-05T13:43:03.616Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-05T13:43:03.616Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-05T13:43:03.877Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-05T13:43:03.877Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-05T13:43:03.877Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-05T13:43:03.995Z] 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-08-05T13:43:04.819Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-05T13:43:05.760Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-05T13:43:06.022Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-05T13:43:06.022Z] Removing intermediate container 94aefd1d8a1d [2020-08-05T13:43:06.022Z] ---> a474f9ca6cad [2020-08-05T13:43:06.022Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-05T13:43:06.022Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-05T13:43:06.022Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-05T13:43:06.283Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-05T13:43:06.283Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-05T13:43:06.544Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-05T13:43:06.804Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-05T13:43:06.804Z] ---> Running in a7d2a6a4953a [2020-08-05T13:43:06.804Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-05T13:43:06.804Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-05T13:43:06.804Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-05T13:43:06.804Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-05T13:43:06.804Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-05T13:43:06.804Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-05T13:43:06.804Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-05T13:43:06.804Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-05T13:43:06.804Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-05T13:43:06.804Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-05T13:43:07.745Z] Removing intermediate container a7d2a6a4953a [2020-08-05T13:43:07.745Z] ---> e9d0b960ff63 [2020-08-05T13:43:07.745Z] Step 26/29 : CMD [ "generate" ] [2020-08-05T13:43:07.745Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:43:07.745Z] OK: 71 MiB in 55 packages [2020-08-05T13:43:08.006Z] ---> Running in 8d179c0a1a1c [2020-08-05T13:43:08.266Z] Removing intermediate container 8d179c0a1a1c [2020-08-05T13:43:08.266Z] ---> d59036490cbb [2020-08-05T13:43:08.266Z] Step 27/29 : LABEL arch=x86_64 [2020-08-05T13:43:09.208Z] ---> Running in 169158d865e6 [2020-08-05T13:43:10.690Z] 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-08-05T13:43:11.284Z] 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-08-05T13:43:12.507Z] Removing intermediate container 169158d865e6 [2020-08-05T13:43:12.507Z] ---> 0f7d31da02a9 [2020-08-05T13:43:12.507Z] Step 28/29 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:43:13.078Z] ---> Running in f3a3840794c5 [2020-08-05T13:43:13.078Z] Removing intermediate container e084e31113c3 [2020-08-05T13:43:13.078Z] ---> 36cb68e67b43 [2020-08-05T13:43:13.078Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-05T13:43:13.078Z] ---> Running in 3ee112b42c29 [2020-08-05T13:43:13.339Z] Removing intermediate container f3a3840794c5 [2020-08-05T13:43:13.339Z] ---> 448940cf4240 [2020-08-05T13:43:13.339Z] Step 29/29 : LABEL version=0.0.0 [2020-08-05T13:43:15.252Z] ---> Running in 6f2294e7c649 [2020-08-05T13:43:15.252Z] Removing intermediate container 6f2294e7c649 [2020-08-05T13:43:15.252Z] ---> 8ba57e077d8a [2020-08-05T13:43:15.252Z] [2020-08-05T13:43:15.252Z] Successfully built 8ba57e077d8a [2020-08-05T13:43:15.252Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-05T13:43:15.587Z] 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-08-05T13:43:15.823Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-05T13:43:15.823Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-05T13:43:16.083Z] Collecting texttable<0.10,>=0.9.0 [2020-08-05T13:43:16.083Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-05T13:43:16.659Z] Collecting docopt<0.7,>=0.6.1 [2020-08-05T13:43:16.659Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-05T13:43:17.231Z] Collecting cached-property<2,>=1.2.0 [2020-08-05T13:43:17.231Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-05T13:43:17.231Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-05T13:43:17.231Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-05T13:43:17.492Z] 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-08-05T13:43:17.492Z] Collecting docker<4.0,>=3.6.0 [2020-08-05T13:43:17.492Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-05T13:43:17.753Z] Collecting jsonschema<3,>=2.5.1 [2020-08-05T13:43:17.753Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-05T13:43:17.753Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-05T13:43:17.753Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-05T13:43:18.324Z] Collecting PyYAML<4,>=3.10 [2020-08-05T13:43:18.324Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-05T13:43:19.265Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-05T13:43:19.265Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-05T13:43:19.265Z] Collecting idna<2.8,>=2.5 [2020-08-05T13:43:19.265Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-05T13:43:19.525Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-05T13:43:19.525Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-05T13:43:19.525Z] 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-08-05T13:43:19.525Z] 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-08-05T13:43:19.525Z] Collecting docker-pycreds>=0.4.0 [2020-08-05T13:43:19.525Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-05T13:43:19.525Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-05T13:43:19.525Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-05T13:43:19.525Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-05T13:43:19.525Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-05T13:43:19.785Z] Installing collected packages: texttable, docopt, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, docker-compose [2020-08-05T13:43:19.785Z] Running setup.py install for texttable: started [2020-08-05T13:43:20.045Z] Running setup.py install for texttable: finished with status 'done' [2020-08-05T13:43:20.045Z] Running setup.py install for docopt: started [2020-08-05T13:43:20.618Z] Running setup.py install for docopt: finished with status 'done' [2020-08-05T13:43:20.618Z] Attempting uninstall: idna [2020-08-05T13:43:20.618Z] Found existing installation: idna 2.9 [2020-08-05T13:43:20.618Z] Uninstalling idna-2.9: [2020-08-05T13:43:20.618Z] Successfully uninstalled idna-2.9 [2020-08-05T13:43:20.879Z] Attempting uninstall: urllib3 [2020-08-05T13:43:20.879Z] Found existing installation: urllib3 1.25.9 [2020-08-05T13:43:20.879Z] Uninstalling urllib3-1.25.9: [2020-08-05T13:43:20.879Z] Successfully uninstalled urllib3-1.25.9 [2020-08-05T13:43:21.139Z] Attempting uninstall: requests [2020-08-05T13:43:21.139Z] Found existing installation: requests 2.23.0 [2020-08-05T13:43:21.139Z] Uninstalling requests-2.23.0: [2020-08-05T13:43:21.139Z] Successfully uninstalled requests-2.23.0 [2020-08-05T13:43:21.712Z] Running setup.py install for dockerpty: started [2020-08-05T13:43:21.973Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-05T13:43:21.973Z] Running setup.py install for PyYAML: started [2020-08-05T13:43:22.270Z] 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-08-05T13:43:22.542Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-05T13:43:22.801Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-08-05T13:43:25.344Z] Removing intermediate container 3ee112b42c29 [2020-08-05T13:43:25.344Z] ---> d94cb0b724f8 [2020-08-05T13:43:25.344Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-05T13:43:25.344Z] ---> Running in 7ddb8941e111 [2020-08-05T13:43:25.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T13:43:26.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T13:43:26.435Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-05T13:43:26.436Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-05T13:43:26.436Z] (3/3) Installing curl (7.69.1-r0) [2020-08-05T13:43:26.436Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:43:26.436Z] OK: 72 MiB in 58 packages [2020-08-05T13:43:26.555Z] 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-08-05T13:43:26.698Z] Removing intermediate container 7ddb8941e111 [2020-08-05T13:43:26.698Z] ---> 13459d13f020 [2020-08-05T13:43:26.698Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:43:26.959Z] ---> Running in 4bef7d7578a5 [2020-08-05T13:43:26.959Z] Removing intermediate container 4bef7d7578a5 [2020-08-05T13:43:26.959Z] ---> 3d2be81a57c9 [2020-08-05T13:43:26.959Z] Step 24/26 : LABEL arch=x86_64 [2020-08-05T13:43:27.220Z] ---> Running in f986819918ce [2020-08-05T13:43:27.220Z] Removing intermediate container f986819918ce [2020-08-05T13:43:27.220Z] ---> 6d4293bc5c65 [2020-08-05T13:43:27.220Z] Step 25/26 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:43:27.480Z] ---> Running in 71119b4991dc [2020-08-05T13:43:27.480Z] Removing intermediate container 71119b4991dc [2020-08-05T13:43:27.480Z] ---> 9a754fcbc844 [2020-08-05T13:43:27.480Z] Step 26/26 : LABEL version=0.0.0 [2020-08-05T13:43:27.480Z] ---> Running in 2abd188f792e [2020-08-05T13:43:27.740Z] Removing intermediate container 2abd188f792e [2020-08-05T13:43:27.740Z] ---> bd655a159561 [2020-08-05T13:43:27.740Z] [2020-08-05T13:43:27.740Z] Successfully built bd655a159561 [2020-08-05T13:43:27.740Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-05T13:43:28.318Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-05T13:43:28.326Z] $ docker stop --time=1 4996b834beda0441fb337c21710c9ae4e86941c419e8d81d951c8dbff75ca881 [2020-08-05T13:43:29.845Z] $ docker rm -f 4996b834beda0441fb337c21710c9ae4e86941c419e8d81d951c8dbff75ca881 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-05T13:43:30.370Z] + docker images [2020-08-05T13:43:30.370Z] + grep docker [2020-08-05T13:43:30.370Z] docker-sys-mgmt-agent-go latest bd655a159561 3 seconds ago 284MB [2020-08-05T13:43:30.370Z] docker-security-secrets-setup-go latest 8ba57e077d8a 16 seconds ago 25.1MB [2020-08-05T13:43:30.370Z] docker-security-secretstore-setup-go latest 604d4995527f 30 seconds ago 33.9MB [2020-08-05T13:43:30.370Z] docker-security-proxy-setup-go latest 72a9cd3b956f 34 seconds ago 16.4MB [2020-08-05T13:43:30.370Z] docker-core-command-go latest e2a73a4c50b6 35 seconds ago 13MB [2020-08-05T13:43:30.370Z] docker-core-data-go latest a296b88b5f55 2 minutes ago 24.4MB [2020-08-05T13:43:30.370Z] docker-support-notifications-go latest 58377e851886 2 minutes ago 14.5MB [2020-08-05T13:43:30.370Z] docker-core-metadata-go latest 41a786cac6f5 2 minutes ago 14.4MB [2020-08-05T13:43:30.370Z] docker-support-scheduler-go latest 8529c741d7f2 2 minutes ago 13.1MB [2020-08-05T13:43:30.370Z] docker-support-logging-go latest 5646182cdc22 2 minutes ago 11.8MB [2020-08-05T13:43:30.370Z] docker latest 81f5749c9058 5 weeks ago 211MB [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 [2020-08-05T13:43:30.843Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-05T13:43:35.141Z] 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-08-05T13:43:38.519Z] 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-08-05T13:43:41.905Z] $ docker stop --time=1 eab242fbd562bdb080e3e4a1e07f7b1eb3dec44103195a89156ab4d7f2d45584 [2020-08-05T13:43:44.121Z] $ docker rm -f eab242fbd562bdb080e3e4a1e07f7b1eb3dec44103195a89156ab4d7f2d45584 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:43:45.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-05T13:43:45.520Z] [2020-08-05T13:43:45.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:43:45.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-05T13:43:46.178Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-05T13:43:46.178Z] 29e5d40040c1: Pulling fs layer [2020-08-05T13:43:46.178Z] 1ce36da41761: Pulling fs layer [2020-08-05T13:43:46.178Z] 25b303627fd3: Pulling fs layer [2020-08-05T13:43:46.178Z] 29e5d40040c1: Download complete [2020-08-05T13:43:46.778Z] 1ce36da41761: Verifying Checksum [2020-08-05T13:43:46.778Z] 1ce36da41761: Download complete [2020-08-05T13:43:46.778Z] 29e5d40040c1: Pull complete [2020-08-05T13:43:48.203Z] 1ce36da41761: Pull complete [2020-08-05T13:43:48.203Z] 25b303627fd3: Verifying Checksum [2020-08-05T13:43:48.203Z] 25b303627fd3: Download complete [2020-08-05T13:43:58.329Z] 25b303627fd3: Pull complete [2020-08-05T13:43:58.329Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-05T13:43:58.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-05T13:43:58.329Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-05T13:43:58.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-2866 does not seem to be running inside a container [2020-08-05T13:43:58.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-05T13:44:02.200Z] $ docker top 4f00465bc6c610067effbdd9ac992f385cfaa459c86611ed6359a1889f29b3af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-05T13:44:03.703Z] + docker-compose build --help [2020-08-05T13:44:03.703Z] + grep parallel [2020-08-05T13:44:07.068Z] --parallel Build images in parallel. [Pipeline] } [2020-08-05T13:44:07.343Z] $ docker stop --time=1 4f00465bc6c610067effbdd9ac992f385cfaa459c86611ed6359a1889f29b3af [2020-08-05T13:44:09.405Z] $ docker rm -f 4f00465bc6c610067effbdd9ac992f385cfaa459c86611ed6359a1889f29b3af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:44:10.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-05T13:44:10.178Z] . [Pipeline] withDockerContainer [2020-08-05T13:44:10.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-2866 does not seem to be running inside a container [2020-08-05T13:44:10.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-05T13:44:11.992Z] $ docker top bfb3e1edd8b87d2de133503ab53ec96032bd3516eee195191c24433108ad59c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-05T13:44:13.023Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-05T13:44:17.307Z] Building docker-core-command-go ... [2020-08-05T13:44:17.308Z] Building docker-core-data-go ... [2020-08-05T13:44:17.308Z] Building docker-core-metadata-go ... [2020-08-05T13:44:17.308Z] Building docker-security-proxy-setup-go ... [2020-08-05T13:44:17.308Z] Building docker-security-secrets-setup-go ... [2020-08-05T13:44:17.308Z] Building docker-security-secretstore-setup-go ... [2020-08-05T13:44:17.308Z] Building docker-support-logging-go ... [2020-08-05T13:44:17.308Z] Building docker-support-notifications-go ... [2020-08-05T13:44:17.308Z] Building docker-support-scheduler-go ... [2020-08-05T13:44:17.308Z] Building docker-sys-mgmt-agent-go ... [2020-08-05T13:44:17.308Z] Building docker-core-data-go [2020-08-05T13:44:17.308Z] Building docker-sys-mgmt-agent-go [2020-08-05T13:44:17.308Z] Building docker-support-scheduler-go [2020-08-05T13:44:17.308Z] Building docker-security-secrets-setup-go [2020-08-05T13:44:17.308Z] Building docker-security-proxy-setup-go [2020-08-05T13:46:24.157Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:46:24.157Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:46:24.157Z] ---> 375b80d4183c [2020-08-05T13:46:24.157Z] Step 3/22 : WORKDIR /edgex-go [2020-08-05T13:46:24.157Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:46:24.157Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:46:24.157Z] ---> 375b80d4183c [2020-08-05T13:46:24.157Z] Step 3/26 : WORKDIR /edgex-go [2020-08-05T13:46:24.157Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:46:24.157Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-05T13:46:24.157Z] ---> 375b80d4183c [2020-08-05T13:46:24.157Z] Step 3/29 : WORKDIR /edgex-go [2020-08-05T13:46:24.157Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:46:24.157Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:46:24.157Z] ---> 375b80d4183c [2020-08-05T13:46:24.157Z] Step 3/20 : WORKDIR /edgex-go [2020-08-05T13:46:24.157Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:46:24.157Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:46:24.157Z] ---> 375b80d4183c [2020-08-05T13:46:24.157Z] Step 3/20 : WORKDIR /edgex-go [2020-08-05T13:46:24.157Z] ---> Running in cc2e420fc7d6 [2020-08-05T13:46:24.157Z] ---> Running in 6c94284890e4 [2020-08-05T13:46:24.157Z] ---> Running in 5506d9fa1e09 [2020-08-05T13:46:24.157Z] ---> Running in 8b038af18a42 [2020-08-05T13:46:24.157Z] ---> Running in ce1e35ab8227 [2020-08-05T13:46:24.157Z] Removing intermediate container 5506d9fa1e09 [2020-08-05T13:46:24.157Z] ---> 924a6ba0bed6 [2020-08-05T13:46:24.157Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:46:24.157Z] Removing intermediate container cc2e420fc7d6 [2020-08-05T13:46:24.157Z] ---> 563d3ecdd6a1 [2020-08-05T13:46:24.157Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:46:24.157Z] Removing intermediate container ce1e35ab8227 [2020-08-05T13:46:24.157Z] Removing intermediate container 8b038af18a42 [2020-08-05T13:46:24.157Z] ---> 70da5aeb561f [2020-08-05T13:46:24.157Z] Step 4/29 : RUN apk update && apk add make git [2020-08-05T13:46:24.157Z] ---> 401007702221 [2020-08-05T13:46:24.157Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:46:24.157Z] Removing intermediate container 6c94284890e4 [2020-08-05T13:46:24.157Z] ---> 19d00d51a0d7 [2020-08-05T13:46:24.157Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:46:24.157Z] ---> Running in 2dd72af4290e [2020-08-05T13:46:24.157Z] ---> Running in 8ffc3e72ccd3 [2020-08-05T13:46:24.157Z] ---> Running in 3d3303060ea6 [2020-08-05T13:46:24.157Z] ---> Running in c387c00bb033 [2020-08-05T13:46:24.157Z] ---> Running in a20e5a273858 [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] Removing intermediate container 2dd72af4290e [2020-08-05T13:46:24.157Z] ---> 292e9f594ed8 [2020-08-05T13:46:24.157Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-05T13:46:24.157Z] ---> Running in 8b625b6271c2 [2020-08-05T13:46:24.157Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:46:24.157Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:46:24.157Z] OK: 12620 distinct packages available [2020-08-05T13:46:24.157Z] Removing intermediate container 8ffc3e72ccd3 [2020-08-05T13:46:24.157Z] ---> a626a9ded645 [2020-08-05T13:46:24.157Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-05T13:46:24.157Z] ---> Running in c07c1eeb0035 [2020-08-05T13:46:24.157Z] Removing intermediate container 3d3303060ea6 [2020-08-05T13:46:24.157Z] ---> dd64fc59f2aa [2020-08-05T13:46:24.157Z] Step 5/20 : RUN apk update && apk add make git [2020-08-05T13:46:24.157Z] OK: 217 MiB in 51 packages [2020-08-05T13:46:24.157Z] ---> Running in 3b14221d8b60 [2020-08-05T13:46:24.157Z] Removing intermediate container c387c00bb033 [2020-08-05T13:46:24.157Z] ---> 3e46db336a25 [2020-08-05T13:46:24.157Z] Step 5/20 : RUN apk update && apk add make git [2020-08-05T13:46:24.157Z] ---> Running in 8beac5004f8b [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] Removing intermediate container a20e5a273858 [2020-08-05T13:46:24.157Z] ---> e8a869149ce5 [2020-08-05T13:46:24.157Z] Step 5/29 : COPY go.mod . [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] ---> 27d6840f666e [2020-08-05T13:46:24.157Z] Step 6/29 : RUN go mod download [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] ---> Running in e0bd579d2f42 [2020-08-05T13:46:24.157Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:46:24.157Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:46:24.157Z] OK: 12620 distinct packages available [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:46:24.770Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:46:24.770Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:46:24.770Z] OK: 12620 distinct packages available [2020-08-05T13:46:24.770Z] OK: 217 MiB in 51 packages [2020-08-05T13:46:25.048Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:46:25.048Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:46:25.048Z] OK: 12620 distinct packages available [2020-08-05T13:46:25.326Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:46:25.326Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:46:25.326Z] OK: 12620 distinct packages available [2020-08-05T13:46:25.609Z] OK: 217 MiB in 51 packages [2020-08-05T13:46:25.887Z] OK: 217 MiB in 51 packages [2020-08-05T13:46:26.163Z] OK: 217 MiB in 51 packages [2020-08-05T13:46:26.774Z] Removing intermediate container 8b625b6271c2 [2020-08-05T13:46:26.774Z] ---> baba2e53ab69 [2020-08-05T13:46:26.774Z] Step 6/22 : COPY go.mod . [2020-08-05T13:46:27.373Z] Removing intermediate container c07c1eeb0035 [2020-08-05T13:46:27.373Z] ---> d163f416b725 [2020-08-05T13:46:27.373Z] Step 6/26 : COPY go.mod . [2020-08-05T13:46:27.651Z] Removing intermediate container 3b14221d8b60 [2020-08-05T13:46:27.651Z] ---> f9904d598a0f [2020-08-05T13:46:27.651Z] Step 6/20 : COPY go.mod . [2020-08-05T13:46:27.651Z] ---> 2106f332ed17 [2020-08-05T13:46:27.651Z] Step 7/22 : RUN go mod download [2020-08-05T13:46:27.923Z] Removing intermediate container 8beac5004f8b [2020-08-05T13:46:27.923Z] ---> 08fedd346828 [2020-08-05T13:46:27.923Z] Step 6/20 : COPY go.mod . [2020-08-05T13:46:27.923Z] ---> Running in 76f607535b47 [2020-08-05T13:46:28.523Z] Removing intermediate container e0bd579d2f42 [2020-08-05T13:46:28.523Z] ---> ef6934e47bef [2020-08-05T13:46:28.523Z] Step 7/29 : COPY . . [2020-08-05T13:46:28.523Z] ---> 536cdb3460b0 [2020-08-05T13:46:28.523Z] Step 7/26 : RUN go mod download [2020-08-05T13:46:28.795Z] ---> Running in c0c2f7ea4e08 [2020-08-05T13:46:28.795Z] ---> 32fd8789a195 [2020-08-05T13:46:28.795Z] Step 7/20 : RUN go mod download [2020-08-05T13:46:29.073Z] ---> Running in b01dbb15aeb5 [2020-08-05T13:46:29.351Z] ---> d54ddeda19e0 [2020-08-05T13:46:29.351Z] Step 7/20 : RUN go mod download [2020-08-05T13:46:29.962Z] ---> Running in 2f71ac7df675 [2020-08-05T13:46:34.319Z] Removing intermediate container 76f607535b47 [2020-08-05T13:46:34.319Z] ---> 50244063393f [2020-08-05T13:46:34.319Z] Step 8/22 : COPY . . [2020-08-05T13:46:34.595Z] Removing intermediate container c0c2f7ea4e08 [2020-08-05T13:46:34.595Z] ---> a45409cde8f0 [2020-08-05T13:46:34.595Z] Step 8/26 : COPY . . [2020-08-05T13:46:38.913Z] Removing intermediate container 2f71ac7df675 [2020-08-05T13:46:38.913Z] ---> dcfe6d247bd4 [2020-08-05T13:46:38.913Z] Step 8/20 : COPY . . [2020-08-05T13:46:38.913Z] Removing intermediate container b01dbb15aeb5 [2020-08-05T13:46:38.913Z] ---> 77bc8d44bef9 [2020-08-05T13:46:38.913Z] Step 8/20 : COPY . . [2020-08-05T13:47:01.102Z] ---> b7364971ebf3 [2020-08-05T13:47:01.102Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-05T13:47:01.102Z] ---> Running in 53071f17bba1 [2020-08-05T13:47:01.102Z] ---> d17a054815fe [2020-08-05T13:47:01.102Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-05T13:47:01.102Z] ---> 05ca691f1e15 [2020-08-05T13:47:01.102Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-05T13:47:01.376Z] ---> 38c6ea70132a [2020-08-05T13:47:01.376Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-05T13:47:01.376Z] ---> c1ce45fe1f14 [2020-08-05T13:47:01.376Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-05T13:47:01.649Z] ---> Running in e402f51a54d7 [2020-08-05T13:47:01.649Z] ---> Running in 4dfdf0563f4f [2020-08-05T13:47:01.649Z] ---> Running in 51e6d1b2a28a [2020-08-05T13:47:01.649Z] ---> Running in e1540859b620 [2020-08-05T13:47:03.101Z] 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-08-05T13:47:04.085Z] 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-08-05T13:47:04.360Z] 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-08-05T13:47:04.360Z] 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-08-05T13:47:04.635Z] 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-08-05T13:48:26.763Z] Removing intermediate container 53071f17bba1 [2020-08-05T13:48:26.763Z] ---> ac99712acbad [2020-08-05T13:48:26.763Z] [2020-08-05T13:48:26.763Z] Step 9/29 : FROM alpine:latest [2020-08-05T13:48:26.763Z] latest: Pulling from library/alpine [2020-08-05T13:48:26.763Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-05T13:48:26.763Z] Status: Downloaded newer image for alpine:latest [2020-08-05T13:48:26.763Z] ---> 62ee0e9f8440 [2020-08-05T13:48:26.763Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-05T13:48:26.763Z] ---> Running in 75ad26268372 [2020-08-05T13:48:26.763Z] Removing intermediate container 75ad26268372 [2020-08-05T13:48:26.763Z] ---> 3d070fbc3912 [2020-08-05T13:48:26.763Z] Step 11/29 : USER root [2020-08-05T13:48:26.763Z] ---> Running in 2783ceb2a425 [2020-08-05T13:48:26.763Z] Removing intermediate container 2783ceb2a425 [2020-08-05T13:48:26.763Z] ---> d9d1b0f8f12d [2020-08-05T13:48:26.763Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-05T13:48:26.763Z] ---> Running in b1994b137938 [2020-08-05T13:48:29.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:48:29.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:48:29.392Z] Removing intermediate container 51e6d1b2a28a [2020-08-05T13:48:29.392Z] ---> dabbb113b5ac [2020-08-05T13:48:29.392Z] [2020-08-05T13:48:29.392Z] Step 10/20 : FROM alpine [2020-08-05T13:48:29.392Z] ---> 62ee0e9f8440 [2020-08-05T13:48:29.392Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-05T13:48:29.990Z] ---> Running in 20550a931d72 [2020-08-05T13:48:30.264Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:48:30.264Z] v3.12.0-210-geb5c61be90 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:48:30.264Z] OK: 12620 distinct packages available [2020-08-05T13:48:31.259Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-05T13:48:31.259Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-05T13:48:31.259Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:48:31.259Z] Executing ca-certificates-20191127-r4.trigger [2020-08-05T13:48:31.539Z] OK: 6 MiB in 16 packages [2020-08-05T13:48:33.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:48:33.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:48:34.005Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:48:34.005Z] v3.12.0-210-geb5c61be90 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:48:34.005Z] OK: 12620 distinct packages available [2020-08-05T13:48:34.997Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-05T13:48:34.997Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-05T13:48:34.997Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-05T13:48:34.997Z] (4/4) Installing curl (7.69.1-r0) [2020-08-05T13:48:34.997Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:48:34.997Z] Removing intermediate container b1994b137938 [2020-08-05T13:48:34.997Z] ---> 1b3eb9608db9 [2020-08-05T13:48:34.997Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-05T13:48:34.997Z] Executing ca-certificates-20191127-r4.trigger [2020-08-05T13:48:35.620Z] OK: 7 MiB in 18 packages [2020-08-05T13:48:35.620Z] ---> Running in ab21ab5f71f3 [2020-08-05T13:48:37.614Z] Removing intermediate container ab21ab5f71f3 [2020-08-05T13:48:37.614Z] ---> 7f5403430c91 [2020-08-05T13:48:37.614Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-05T13:48:37.614Z] ---> Running in 59929fd72b0d [2020-08-05T13:48:37.893Z] Removing intermediate container e402f51a54d7 [2020-08-05T13:48:37.893Z] ---> b0a640cf4441 [2020-08-05T13:48:37.893Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-05T13:48:38.166Z] ---> Running in 2153834fe9f8 [2020-08-05T13:48:39.146Z] Removing intermediate container 59929fd72b0d [2020-08-05T13:48:39.146Z] ---> 8e5a52dc16cd [2020-08-05T13:48:39.146Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-05T13:48:39.146Z] Removing intermediate container 20550a931d72 [2020-08-05T13:48:39.146Z] ---> 5f9e897f78d5 [2020-08-05T13:48:39.146Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-05T13:48:39.420Z] ---> Running in 02ae519fb851 [2020-08-05T13:48:39.420Z] ---> Running in 4c22a2f34bda [2020-08-05T13:48:40.408Z] Removing intermediate container 02ae519fb851 [2020-08-05T13:48:40.408Z] ---> 98ab8cf1acf3 [2020-08-05T13:48:40.408Z] Step 13/20 : WORKDIR /edgex [2020-08-05T13:48:40.687Z] ---> Running in 0d03f84b4964 [2020-08-05T13:48:40.961Z] 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-08-05T13:48:41.560Z] Removing intermediate container 0d03f84b4964 [2020-08-05T13:48:41.560Z] ---> 9b827040ab02 [2020-08-05T13:48:41.560Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-05T13:48:43.017Z] ---> 2d104f02bf2d [2020-08-05T13:48:43.017Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-05T13:48:44.003Z] Removing intermediate container 4c22a2f34bda [2020-08-05T13:48:44.003Z] ---> 367d0e1a3c2b [2020-08-05T13:48:44.003Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-05T13:48:45.456Z] ---> 2a442199dfc5 [2020-08-05T13:48:45.456Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-05T13:48:45.456Z] ---> Running in 31ac40cff64f [2020-08-05T13:48:46.439Z] ---> c67f887aa0bf [2020-08-05T13:48:46.439Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-05T13:48:46.725Z] Removing intermediate container 31ac40cff64f [2020-08-05T13:48:46.725Z] ---> ca6b62595986 [2020-08-05T13:48:46.725Z] Step 17/20 : CMD ["--init=true"] [2020-08-05T13:48:46.998Z] ---> Running in 79333d5de9dd [2020-08-05T13:48:47.608Z] Removing intermediate container 79333d5de9dd [2020-08-05T13:48:47.883Z] ---> 3653e8de6cf4 [2020-08-05T13:48:47.883Z] Step 18/20 : LABEL arch=arm64 [2020-08-05T13:48:47.883Z] ---> 8e8d5ec74d6b [2020-08-05T13:48:47.883Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-05T13:48:47.883Z] ---> Running in db1e927cb404 [2020-08-05T13:48:48.159Z] Removing intermediate container 2153834fe9f8 [2020-08-05T13:48:48.159Z] ---> fe598300c525 [2020-08-05T13:48:48.159Z] [2020-08-05T13:48:48.159Z] Step 11/26 : FROM docker:latest [2020-08-05T13:48:48.159Z] ---> ce9d55ae87f1 [2020-08-05T13:48:48.159Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-05T13:48:48.434Z] ---> Running in d157922c3a8f [2020-08-05T13:48:49.031Z] Removing intermediate container db1e927cb404 [2020-08-05T13:48:49.031Z] ---> 03438b359f2e [2020-08-05T13:48:49.031Z] Step 19/20 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:48:49.306Z] ---> Running in f3a3591ce0c1 [2020-08-05T13:48:49.306Z] ---> 07e656e462aa [2020-08-05T13:48:49.306Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-05T13:48:50.297Z] Removing intermediate container f3a3591ce0c1 [2020-08-05T13:48:50.297Z] ---> 7debe1478df9 [2020-08-05T13:48:50.297Z] Step 20/20 : LABEL version=0.0.0 [2020-08-05T13:48:50.574Z] ---> Running in feb50849af88 [2020-08-05T13:48:50.852Z] ---> 956c2404e9e1 [2020-08-05T13:48:50.852Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-05T13:48:50.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:48:51.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:48:51.421Z] Removing intermediate container feb50849af88 [2020-08-05T13:48:51.421Z] ---> e867cf92037e [2020-08-05T13:48:51.421Z] [2020-08-05T13:48:51.713Z] (1/2) Installing readline (8.0.4-r0) [2020-08-05T13:48:51.713Z] (2/2) Installing bash (5.0.17-r0) [2020-08-05T13:48:51.996Z] Executing bash-5.0.17-r0.post-install [2020-08-05T13:48:51.996Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:48:51.996Z] OK: 12 MiB in 22 packages [2020-08-05T13:48:52.603Z] Successfully built e867cf92037e [2020-08-05T13:48:52.603Z] ---> df32f779645d [2020-08-05T13:48:52.603Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-05T13:48:52.603Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-05T13:48:52.603Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-08-05T13:48:52.874Z] ---> Running in 9266927c200b [2020-08-05T13:48:56.279Z] Removing intermediate container d157922c3a8f [2020-08-05T13:48:56.279Z] ---> 12ff1defeecb [2020-08-05T13:48:56.279Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-05T13:48:57.735Z] Removing intermediate container 4dfdf0563f4f [2020-08-05T13:48:57.735Z] ---> 438c497477e1 [2020-08-05T13:48:57.735Z] [2020-08-05T13:48:57.735Z] Step 10/20 : FROM scratch [2020-08-05T13:48:57.735Z] ---> [2020-08-05T13:48:57.735Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-05T13:48:58.008Z] ---> Running in 24dc9d4c5e9c [2020-08-05T13:48:58.603Z] ---> Running in b51327d0821b [2020-08-05T13:49:00.042Z] Removing intermediate container b51327d0821b [2020-08-05T13:49:00.042Z] ---> c65ce89619bc [2020-08-05T13:49:00.042Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-05T13:49:00.042Z] ---> Running in 57f646c2c717 [2020-08-05T13:49:00.042Z] Removing intermediate container 9266927c200b [2020-08-05T13:49:00.042Z] ---> d1e8f4a77c71 [2020-08-05T13:49:00.042Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-05T13:49:00.649Z] Removing intermediate container 57f646c2c717 [2020-08-05T13:49:00.649Z] ---> 8d2427b8fdb1 [2020-08-05T13:49:00.649Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-05T13:49:00.926Z] ---> Running in ebd01cd5ada4 [2020-08-05T13:49:01.523Z] Removing intermediate container ebd01cd5ada4 [2020-08-05T13:49:01.524Z] ---> bdb96087f091 [2020-08-05T13:49:01.524Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-05T13:49:01.524Z] ---> f241d3994c61 [2020-08-05T13:49:01.524Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-05T13:49:02.508Z] ---> Running in 054e5ee5daad [2020-08-05T13:49:02.780Z] ---> a76c4a198f67 [2020-08-05T13:49:02.780Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-05T13:49:03.068Z] Removing intermediate container 24dc9d4c5e9c [2020-08-05T13:49:03.068Z] ---> f66dd4d3cd0b [2020-08-05T13:49:03.068Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-05T13:49:04.044Z] ---> Running in 36805f5301f5 [2020-08-05T13:49:05.086Z] Removing intermediate container 36805f5301f5 [2020-08-05T13:49:05.086Z] ---> 88a0010665b0 [2020-08-05T13:49:05.086Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-05T13:49:05.691Z] ---> b524e50915aa [2020-08-05T13:49:05.691Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-05T13:49:05.970Z] ---> Running in 10790b9724a1 [2020-08-05T13:49:06.952Z] Removing intermediate container 10790b9724a1 [2020-08-05T13:49:06.952Z] ---> 841b7dd73fc3 [2020-08-05T13:49:06.952Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-05T13:49:07.551Z] ---> 1fe4a47e9ae3 [2020-08-05T13:49:07.551Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:49:07.551Z] ---> Running in a29fc0b3f4db [2020-08-05T13:49:07.551Z] Removing intermediate container 054e5ee5daad [2020-08-05T13:49:07.551Z] ---> 39593b852127 [2020-08-05T13:49:07.551Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-05T13:49:08.152Z] ---> Running in 227c1563de8a [2020-08-05T13:49:08.449Z] ---> Running in ee616cffcc4e [2020-08-05T13:49:09.056Z] Removing intermediate container a29fc0b3f4db [2020-08-05T13:49:09.056Z] ---> e27705e03e68 [2020-08-05T13:49:09.056Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-05T13:49:09.334Z] Removing intermediate container 227c1563de8a [2020-08-05T13:49:09.334Z] ---> faa2a022b714 [2020-08-05T13:49:09.334Z] Step 18/20 : LABEL arch=arm64 [2020-08-05T13:49:10.320Z] ---> Running in ba07267e26c8 [2020-08-05T13:49:10.923Z] ---> 50c3452914ed [2020-08-05T13:49:10.923Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-05T13:49:11.208Z] Removing intermediate container ba07267e26c8 [2020-08-05T13:49:11.208Z] ---> 2061192482c2 [2020-08-05T13:49:11.208Z] Step 19/20 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:49:12.654Z] ---> Running in e7a6e901aa6b [2020-08-05T13:49:13.268Z] ---> 18283696e195 [2020-08-05T13:49:13.268Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-05T13:49:13.884Z] Removing intermediate container e7a6e901aa6b [2020-08-05T13:49:13.884Z] ---> 83fb66a50925 [2020-08-05T13:49:13.884Z] Step 20/20 : LABEL version=0.0.0 [2020-08-05T13:49:14.494Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:49:14.494Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:49:14.494Z] ---> 375b80d4183c [2020-08-05T13:49:14.494Z] Step 3/21 : WORKDIR /edgex-go [2020-08-05T13:49:14.494Z] ---> Using cache [2020-08-05T13:49:14.494Z] ---> 19d00d51a0d7 [2020-08-05T13:49:14.494Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:49:14.494Z] ---> Using cache [2020-08-05T13:49:14.494Z] ---> 3e46db336a25 [2020-08-05T13:49:14.494Z] Step 5/21 : RUN apk update && apk add make git [2020-08-05T13:49:14.494Z] ---> Using cache [2020-08-05T13:49:14.494Z] ---> 08fedd346828 [2020-08-05T13:49:14.494Z] Step 6/21 : COPY go.mod . [2020-08-05T13:49:14.494Z] ---> Using cache [2020-08-05T13:49:14.494Z] ---> d54ddeda19e0 [2020-08-05T13:49:14.494Z] Step 7/21 : RUN go mod download [2020-08-05T13:49:14.494Z] ---> Using cache [2020-08-05T13:49:14.494Z] ---> dcfe6d247bd4 [2020-08-05T13:49:14.494Z] Step 8/21 : COPY . . [2020-08-05T13:49:14.494Z] ---> Using cache [2020-08-05T13:49:14.494Z] ---> 38c6ea70132a [2020-08-05T13:49:14.494Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-05T13:49:14.769Z] ---> Running in 291eacbe2942 [2020-08-05T13:49:14.769Z] ---> 6cb5efa16b2c [2020-08-05T13:49:14.769Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-05T13:49:15.044Z] ---> Running in 3889b4aefd3f [2020-08-05T13:49:15.323Z] Removing intermediate container e1540859b620 [2020-08-05T13:49:15.323Z] ---> 1e7ce3ede660 [2020-08-05T13:49:15.323Z] [2020-08-05T13:49:15.323Z] Step 10/22 : FROM alpine [2020-08-05T13:49:15.323Z] ---> 62ee0e9f8440 [2020-08-05T13:49:15.323Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-05T13:49:15.323Z] Removing intermediate container ee616cffcc4e [2020-08-05T13:49:15.323Z] ---> 0158b6460dd3 [2020-08-05T13:49:15.323Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-05T13:49:15.323Z] ---> Running in 753d15cec79d [2020-08-05T13:49:15.603Z] ---> Running in c8ea3a7f5d2d [2020-08-05T13:49:15.603Z] ---> Running in be40171aa63d [2020-08-05T13:49:15.603Z] Removing intermediate container 291eacbe2942 [2020-08-05T13:49:15.603Z] ---> d817094154eb [2020-08-05T13:49:15.603Z] [2020-08-05T13:49:16.595Z] Removing intermediate container c8ea3a7f5d2d [2020-08-05T13:49:16.595Z] ---> 8fdeaf791c38 [2020-08-05T13:49:16.595Z] Step 26/29 : CMD [ "generate" ] [2020-08-05T13:49:16.595Z] Successfully built d817094154eb [2020-08-05T13:49:16.595Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-05T13:49:16.595Z] Building docker-support-notifications-go [2020-08-05T13:49:16.595Z]  Building docker-support-scheduler-go ... done Removing intermediate container be40171aa63d [2020-08-05T13:49:16.595Z] ---> e37943879c48 [2020-08-05T13:49:16.595Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-05T13:49:16.595Z] ---> Running in f23831bdba0d [2020-08-05T13:49:16.871Z] ---> Running in 02c2104d3d2d [2020-08-05T13:49:17.146Z] Removing intermediate container f23831bdba0d [2020-08-05T13:49:17.146Z] ---> edaadd5cbfee [2020-08-05T13:49:17.146Z] Step 27/29 : LABEL arch=arm64 [2020-08-05T13:49:17.425Z] 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-08-05T13:49:17.425Z] ---> Running in ed28ec6bc80b [2020-08-05T13:49:17.425Z] Removing intermediate container 02c2104d3d2d [2020-08-05T13:49:17.425Z] ---> ecc78258f8b6 [2020-08-05T13:49:17.425Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-05T13:49:17.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:49:17.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:49:18.260Z] ---> Running in af745b452780 [2020-08-05T13:49:18.533Z] Removing intermediate container ed28ec6bc80b [2020-08-05T13:49:18.533Z] ---> 0823dee4c556 [2020-08-05T13:49:18.533Z] Step 28/29 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:49:18.533Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-05T13:49:18.533Z] (2/33) Installing expat (2.2.9-r1) [2020-08-05T13:49:18.533Z] (3/33) Installing libffi (3.3-r2) [2020-08-05T13:49:18.533Z] (4/33) Installing gdbm (1.13-r1) [2020-08-05T13:49:18.533Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-05T13:49:18.811Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-05T13:49:18.811Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-05T13:49:18.811Z] Removing intermediate container af745b452780 [2020-08-05T13:49:19.088Z] ---> 973cacab724e [2020-08-05T13:49:19.088Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:49:20.080Z] ---> Running in f04843618935 [2020-08-05T13:49:21.080Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-05T13:49:21.080Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-05T13:49:21.080Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-05T13:49:21.080Z] ---> Running in 2fe9418d8126 [2020-08-05T13:49:21.080Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-05T13:49:21.080Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-05T13:49:21.080Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-05T13:49:21.080Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-05T13:49:21.356Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-05T13:49:21.356Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-05T13:49:21.356Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-05T13:49:21.356Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-05T13:49:21.356Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-05T13:49:21.356Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-05T13:49:21.356Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-05T13:49:21.636Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-05T13:49:21.636Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-05T13:49:21.636Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-05T13:49:21.636Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-05T13:49:21.636Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-05T13:49:21.636Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-05T13:49:21.636Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-05T13:49:21.636Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-05T13:49:21.636Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-05T13:49:21.912Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-05T13:49:21.912Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-05T13:49:21.912Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-05T13:49:21.912Z] Removing intermediate container f04843618935 [2020-08-05T13:49:21.912Z] ---> 47ea80ab9a51 [2020-08-05T13:49:21.912Z] Step 29/29 : LABEL version=0.0.0 [2020-08-05T13:49:22.190Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:49:22.190Z] OK: 71 MiB in 55 packages [2020-08-05T13:49:22.803Z] ---> Running in bbbd7235f810 [2020-08-05T13:49:24.257Z] Removing intermediate container bbbd7235f810 [2020-08-05T13:49:24.257Z] ---> a7bdb020f283 [2020-08-05T13:49:24.257Z] [2020-08-05T13:49:25.703Z] Successfully built a7bdb020f283 [2020-08-05T13:49:26.307Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-05T13:49:26.307Z] Building docker-support-logging-go [2020-08-05T13:49:27.750Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 2fe9418d8126 [2020-08-05T13:49:27.750Z] ---> 82c5b5b01f56 [2020-08-05T13:49:27.750Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-05T13:49:27.750Z] ---> Running in 626489e0abec [2020-08-05T13:49:31.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:49:31.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:49:32.045Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-05T13:49:32.045Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-05T13:49:32.322Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-05T13:49:32.322Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-05T13:49:32.602Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-05T13:49:32.602Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:49:32.602Z] OK: 8 MiB in 19 packages [2020-08-05T13:49:36.966Z] Removing intermediate container 753d15cec79d [2020-08-05T13:49:36.966Z] ---> 616ed097f613 [2020-08-05T13:49:36.966Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-05T13:49:37.588Z] ---> Running in 70c830798e47 [2020-08-05T13:49:38.186Z] Removing intermediate container 626489e0abec [2020-08-05T13:49:38.187Z] ---> c5b15e13ac0f [2020-08-05T13:49:38.187Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-05T13:49:40.823Z] ---> ecd6e445f56a [2020-08-05T13:49:40.823Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-05T13:49:43.447Z] ---> f676a40a6946 [2020-08-05T13:49:43.447Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-05T13:49:44.891Z] ---> f9aafe27b51a [2020-08-05T13:49:44.891Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:49:45.487Z] ---> Running in a70107fbc899 [2020-08-05T13:49:45.487Z] Collecting docker-compose==1.23.2 [2020-08-05T13:49:45.487Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-05T13:49:46.477Z] Removing intermediate container a70107fbc899 [2020-08-05T13:49:46.477Z] ---> 430ce7991fe4 [2020-08-05T13:49:46.477Z] Step 20/22 : LABEL arch=arm64 [2020-08-05T13:49:46.477Z] Collecting docopt<0.7,>=0.6.1 [2020-08-05T13:49:46.477Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-05T13:49:47.076Z] ---> Running in 37fdae13a6b2 [2020-08-05T13:49:48.064Z] Removing intermediate container 37fdae13a6b2 [2020-08-05T13:49:48.064Z] ---> b5a7861bcb2d [2020-08-05T13:49:48.064Z] Step 21/22 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:49:48.339Z] ---> Running in 49af8f1e5e68 [2020-08-05T13:49:49.327Z] Removing intermediate container 49af8f1e5e68 [2020-08-05T13:49:49.327Z] ---> 5234363ccb2c [2020-08-05T13:49:49.327Z] Step 22/22 : LABEL version=0.0.0 [2020-08-05T13:49:49.936Z] Collecting PyYAML<4,>=3.10 [2020-08-05T13:49:49.936Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-05T13:49:49.936Z] ---> Running in b332eb1efab7 [2020-08-05T13:49:50.927Z] Removing intermediate container b332eb1efab7 [2020-08-05T13:49:50.927Z] ---> 1974d947e6f8 [2020-08-05T13:49:50.927Z] [2020-08-05T13:49:51.526Z] Successfully built 1974d947e6f8 [2020-08-05T13:49:51.801Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-05T13:49:51.801Z] Building docker-core-command-go [2020-08-05T13:49:54.415Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:49:54.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:49:54.415Z] ---> 375b80d4183c [2020-08-05T13:49:54.415Z] Step 3/23 : WORKDIR /edgex-go [2020-08-05T13:49:54.415Z] ---> Using cache [2020-08-05T13:49:54.415Z] ---> 19d00d51a0d7 [2020-08-05T13:49:54.415Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:49:54.415Z] ---> Using cache [2020-08-05T13:49:54.415Z] ---> 3e46db336a25 [2020-08-05T13:49:54.415Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-05T13:49:54.415Z] Collecting docker<4.0,>=3.6.0 [2020-08-05T13:49:54.415Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-05T13:49:55.016Z] ---> Running in 71c878e7cb38 [2020-08-05T13:49:55.618Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-05T13:49:55.618Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-05T13:49:55.893Z] 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-08-05T13:49:56.166Z] Collecting cached-property<2,>=1.2.0 [2020-08-05T13:49:56.166Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-05T13:49:57.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:49:57.434Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-05T13:49:57.707Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-05T13:49:57.980Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-05T13:49:57.980Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-05T13:49:58.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:49:59.709Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:49:59.709Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:49:59.709Z] OK: 12620 distinct packages available [2020-08-05T13:50:00.701Z] OK: 217 MiB in 51 packages [2020-08-05T13:50:00.977Z] Collecting texttable<0.10,>=0.9.0 [2020-08-05T13:50:00.977Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-05T13:50:05.357Z] Collecting jsonschema<3,>=2.5.1 [2020-08-05T13:50:05.357Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-05T13:50:05.952Z] Removing intermediate container 71c878e7cb38 [2020-08-05T13:50:05.952Z] ---> 5bb3706f9f89 [2020-08-05T13:50:05.952Z] Step 6/23 : COPY go.mod . [2020-08-05T13:50:05.952Z] Collecting docker-pycreds>=0.4.0 [2020-08-05T13:50:06.229Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-05T13:50:06.821Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-05T13:50:06.821Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-05T13:50:07.806Z] ---> aad8c5179e94 [2020-08-05T13:50:07.806Z] Step 7/23 : RUN go mod download [2020-08-05T13:50:07.806Z] Collecting idna<2.8,>=2.5 [2020-08-05T13:50:07.806Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-05T13:50:08.081Z] 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-08-05T13:50:08.081Z] 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-08-05T13:50:08.081Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-05T13:50:08.081Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-05T13:50:08.081Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-05T13:50:08.081Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-05T13:50:08.081Z] ---> Running in 12c00fd2eb41 [2020-08-05T13:50:09.514Z] Installing collected packages: docopt, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, texttable, jsonschema, docker-compose [2020-08-05T13:50:09.514Z] Running setup.py install for docopt: started [2020-08-05T13:50:12.139Z] Running setup.py install for docopt: finished with status 'done' [2020-08-05T13:50:12.139Z] Running setup.py install for PyYAML: started [2020-08-05T13:50:14.116Z] Removing intermediate container 12c00fd2eb41 [2020-08-05T13:50:14.116Z] ---> ee0cb634bbfc [2020-08-05T13:50:14.116Z] Step 8/23 : COPY . . [2020-08-05T13:50:14.718Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:50:14.718Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:50:14.718Z] ---> 375b80d4183c [2020-08-05T13:50:14.718Z] Step 3/21 : WORKDIR /edgex-go [2020-08-05T13:50:14.718Z] ---> Using cache [2020-08-05T13:50:14.718Z] ---> 19d00d51a0d7 [2020-08-05T13:50:14.718Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:50:14.718Z] ---> Using cache [2020-08-05T13:50:14.718Z] ---> 3e46db336a25 [2020-08-05T13:50:14.718Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-05T13:50:14.718Z] ---> Running in ac3df00a8914 [2020-08-05T13:50:14.991Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-05T13:50:14.991Z] Attempting uninstall: urllib3 [2020-08-05T13:50:14.991Z] Found existing installation: urllib3 1.25.9 [2020-08-05T13:50:14.991Z] Uninstalling urllib3-1.25.9: [2020-08-05T13:50:15.405Z] Successfully uninstalled urllib3-1.25.9 [2020-08-05T13:50:16.046Z] Attempting uninstall: idna [2020-08-05T13:50:16.046Z] Found existing installation: idna 2.9 [2020-08-05T13:50:16.354Z] Uninstalling idna-2.9: [2020-08-05T13:50:16.354Z] Successfully uninstalled idna-2.9 [2020-08-05T13:50:17.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:50:17.323Z] Attempting uninstall: requests [2020-08-05T13:50:17.323Z] Found existing installation: requests 2.23.0 [2020-08-05T13:50:17.323Z] Uninstalling requests-2.23.0: [2020-08-05T13:50:17.729Z] Successfully uninstalled requests-2.23.0 [2020-08-05T13:50:18.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:50:19.577Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-05T13:50:19.577Z] v3.12.0-210-geb5c61be90 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-05T13:50:19.577Z] OK: 12620 distinct packages available [2020-08-05T13:50:20.178Z] Running setup.py install for dockerpty: started [2020-08-05T13:50:20.449Z] OK: 217 MiB in 51 packages [2020-08-05T13:50:21.434Z] OK: 217 MiB in 51 packages [2020-08-05T13:50:22.887Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-05T13:50:22.887Z] Running setup.py install for texttable: started [2020-08-05T13:50:25.541Z] Running setup.py install for texttable: finished with status 'done' [2020-08-05T13:50:26.535Z] Removing intermediate container ac3df00a8914 [2020-08-05T13:50:26.535Z] ---> 18c8f7186e7d [2020-08-05T13:50:26.535Z] Step 6/21 : COPY go.mod . [2020-08-05T13:50:26.810Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-08-05T13:50:28.248Z] ---> d323a67be6cd [2020-08-05T13:50:28.248Z] Step 7/21 : RUN go mod download [2020-08-05T13:50:28.248Z] ---> Running in c6bffc31f217 [2020-08-05T13:50:32.549Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:50:32.549Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:50:32.549Z] ---> 375b80d4183c [2020-08-05T13:50:32.549Z] Step 3/21 : WORKDIR /edgex-go [2020-08-05T13:50:32.549Z] ---> Using cache [2020-08-05T13:50:32.549Z] ---> 19d00d51a0d7 [2020-08-05T13:50:32.549Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:50:32.549Z] ---> Using cache [2020-08-05T13:50:32.549Z] ---> 3e46db336a25 [2020-08-05T13:50:32.549Z] Step 5/21 : RUN apk update && apk add make git [2020-08-05T13:50:32.549Z] ---> Using cache [2020-08-05T13:50:32.549Z] ---> 08fedd346828 [2020-08-05T13:50:32.549Z] Step 6/21 : COPY go.mod . [2020-08-05T13:50:32.549Z] ---> Using cache [2020-08-05T13:50:32.549Z] ---> d54ddeda19e0 [2020-08-05T13:50:32.549Z] Step 7/21 : RUN go mod download [2020-08-05T13:50:32.549Z] ---> Using cache [2020-08-05T13:50:32.549Z] ---> dcfe6d247bd4 [2020-08-05T13:50:32.549Z] Step 8/21 : COPY . . [2020-08-05T13:50:32.549Z] ---> Using cache [2020-08-05T13:50:32.549Z] ---> 38c6ea70132a [2020-08-05T13:50:32.549Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-05T13:50:33.141Z] ---> Running in a3c1b7ad2fc8 [2020-08-05T13:50:33.420Z] Removing intermediate container 70c830798e47 [2020-08-05T13:50:33.420Z] ---> 0af7ff4e3406 [2020-08-05T13:50:33.420Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-05T13:50:34.012Z] ---> Running in b129c9083908 [2020-08-05T13:50:34.282Z] Removing intermediate container c6bffc31f217 [2020-08-05T13:50:34.282Z] ---> d89ec858a751 [2020-08-05T13:50:34.282Z] Step 8/21 : COPY . . [2020-08-05T13:50:35.721Z] 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-08-05T13:50:35.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:50:36.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:50:37.260Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-05T13:50:37.260Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-05T13:50:37.260Z] (3/3) Installing curl (7.69.1-r0) [2020-08-05T13:50:37.260Z] Executing busybox-1.31.1-r16.trigger [2020-08-05T13:50:37.260Z] OK: 71 MiB in 58 packages [2020-08-05T13:50:39.245Z] Removing intermediate container 3889b4aefd3f [2020-08-05T13:50:39.245Z] ---> 50f40b5d3e04 [2020-08-05T13:50:39.245Z] [2020-08-05T13:50:39.245Z] Step 10/21 : FROM scratch [2020-08-05T13:50:39.245Z] ---> [2020-08-05T13:50:39.245Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-05T13:50:39.520Z] ---> Using cache [2020-08-05T13:50:39.520Z] ---> c65ce89619bc [2020-08-05T13:50:39.520Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-05T13:50:39.797Z] ---> Running in 925d4cd26ccd [2020-08-05T13:50:40.070Z] Removing intermediate container b129c9083908 [2020-08-05T13:50:40.070Z] ---> caf217e78770 [2020-08-05T13:50:40.070Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:50:40.668Z] ---> Running in cd683c5b9d4b [2020-08-05T13:50:40.944Z] Removing intermediate container 925d4cd26ccd [2020-08-05T13:50:40.944Z] ---> 6ec623aec913 [2020-08-05T13:50:40.944Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-05T13:50:40.944Z] ---> Running in 204400953a35 [2020-08-05T13:50:41.548Z] Removing intermediate container cd683c5b9d4b [2020-08-05T13:50:41.548Z] ---> e1f0df877069 [2020-08-05T13:50:41.548Z] Step 24/26 : LABEL arch=arm64 [2020-08-05T13:50:41.842Z] ---> Running in 9d7dff5abd23 [2020-08-05T13:50:42.118Z] Removing intermediate container 204400953a35 [2020-08-05T13:50:42.118Z] ---> 4582c8e63497 [2020-08-05T13:50:42.118Z] Step 14/21 : WORKDIR / [2020-08-05T13:50:42.392Z] ---> Running in 75b75d77326c [2020-08-05T13:50:43.005Z] Removing intermediate container 9d7dff5abd23 [2020-08-05T13:50:43.005Z] ---> 7439e033f1e2 [2020-08-05T13:50:43.005Z] Step 25/26 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:50:43.605Z] ---> Running in 3f4669a70ff2 [2020-08-05T13:50:43.605Z] Removing intermediate container 75b75d77326c [2020-08-05T13:50:43.605Z] ---> 5732b45beb4e [2020-08-05T13:50:43.605Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-05T13:50:45.048Z] Removing intermediate container 3f4669a70ff2 [2020-08-05T13:50:45.048Z] ---> 59b202fca4c1 [2020-08-05T13:50:45.048Z] Step 26/26 : LABEL version=0.0.0 [2020-08-05T13:50:45.320Z] ---> 201d68ab4593 [2020-08-05T13:50:45.320Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-05T13:50:45.320Z] ---> Running in 46f0f450acea [2020-08-05T13:50:46.760Z] Removing intermediate container 46f0f450acea [2020-08-05T13:50:46.760Z] ---> 8cc0dec9a401 [2020-08-05T13:50:46.760Z] [2020-08-05T13:50:48.735Z] Successfully built 8cc0dec9a401 [2020-08-05T13:50:48.735Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-05T13:50:48.735Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go [2020-08-05T13:50:50.185Z] ---> 189d4149b2ad [2020-08-05T13:50:50.185Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-05T13:50:50.185Z] ---> edf172d665d4 [2020-08-05T13:50:50.185Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-05T13:50:50.792Z] ---> Running in 3db8ddd54477 [2020-08-05T13:50:52.240Z] ---> 7e9c2827dd8a [2020-08-05T13:50:52.240Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:50:52.520Z] ---> Running in 8ac45e99a334 [2020-08-05T13:50:53.108Z] 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-08-05T13:50:54.551Z] Removing intermediate container 8ac45e99a334 [2020-08-05T13:50:54.551Z] ---> 58a8923a6935 [2020-08-05T13:50:54.551Z] Step 19/21 : LABEL arch=arm64 [2020-08-05T13:50:55.165Z] ---> Running in 116e2cd7a40c [2020-08-05T13:50:56.152Z] Removing intermediate container 116e2cd7a40c [2020-08-05T13:50:56.152Z] ---> b13c28a44692 [2020-08-05T13:50:56.152Z] Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:50:56.754Z] ---> Running in 3336cb635740 [2020-08-05T13:50:57.782Z] Removing intermediate container 3336cb635740 [2020-08-05T13:50:57.782Z] ---> ac69f2df376f [2020-08-05T13:50:57.782Z] Step 21/21 : LABEL version=0.0.0 [2020-08-05T13:50:58.381Z] ---> Running in 0cfcb4c9431a [2020-08-05T13:50:58.984Z] Removing intermediate container 0cfcb4c9431a [2020-08-05T13:50:58.984Z] ---> e301548c6cef [2020-08-05T13:50:58.984Z] [2020-08-05T13:51:00.418Z] Successfully built e301548c6cef [2020-08-05T13:51:00.418Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-05T13:51:10.581Z]  Building docker-core-metadata-go ... done  ---> 6f41d881a527 [2020-08-05T13:51:10.581Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-05T13:51:10.581Z] ---> Running in fe20049ad4b0 [2020-08-05T13:51:13.213Z] 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-08-05T13:51:17.553Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-05T13:51:17.553Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-05T13:51:17.553Z] ---> 375b80d4183c [2020-08-05T13:51:17.553Z] Step 3/26 : WORKDIR /edgex-go [2020-08-05T13:51:17.553Z] ---> Using cache [2020-08-05T13:51:17.553Z] ---> 19d00d51a0d7 [2020-08-05T13:51:17.553Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-05T13:51:17.553Z] ---> Using cache [2020-08-05T13:51:17.553Z] ---> 3e46db336a25 [2020-08-05T13:51:17.553Z] Step 5/26 : RUN apk update && apk add make git [2020-08-05T13:51:17.553Z] ---> Using cache [2020-08-05T13:51:17.553Z] ---> 08fedd346828 [2020-08-05T13:51:17.553Z] Step 6/26 : COPY go.mod . [2020-08-05T13:51:17.553Z] ---> Using cache [2020-08-05T13:51:17.553Z] ---> d54ddeda19e0 [2020-08-05T13:51:17.553Z] Step 7/26 : RUN go mod download [2020-08-05T13:51:17.553Z] ---> Using cache [2020-08-05T13:51:17.553Z] ---> dcfe6d247bd4 [2020-08-05T13:51:17.553Z] Step 8/26 : COPY . . [2020-08-05T13:51:17.553Z] ---> Using cache [2020-08-05T13:51:17.553Z] ---> 38c6ea70132a [2020-08-05T13:51:17.553Z] 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-08-05T13:51:18.156Z] ---> Running in a41970700e53 [2020-08-05T13:51:20.807Z] 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-08-05T13:51:53.188Z] Removing intermediate container a3c1b7ad2fc8 [2020-08-05T13:51:53.188Z] ---> fbdf96bcc3bd [2020-08-05T13:51:53.188Z] [2020-08-05T13:51:53.188Z] Step 10/21 : FROM scratch [2020-08-05T13:51:53.188Z] ---> [2020-08-05T13:51:53.188Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-05T13:51:53.188Z] ---> Using cache [2020-08-05T13:51:53.188Z] ---> c65ce89619bc [2020-08-05T13:51:53.188Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-05T13:51:53.188Z] ---> Running in c7b95c3559d0 [2020-08-05T13:51:54.179Z] Removing intermediate container c7b95c3559d0 [2020-08-05T13:51:54.179Z] ---> b245b1b0ca63 [2020-08-05T13:51:54.179Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-05T13:51:54.179Z] ---> Running in ad6740f5125e [2020-08-05T13:51:54.776Z] Removing intermediate container ad6740f5125e [2020-08-05T13:51:54.776Z] ---> d3e51fe48469 [2020-08-05T13:51:54.776Z] Step 14/21 : WORKDIR / [2020-08-05T13:51:54.776Z] ---> Running in beb28358c9d5 [2020-08-05T13:51:55.386Z] Removing intermediate container beb28358c9d5 [2020-08-05T13:51:55.386Z] ---> 0b4e2cbd68a1 [2020-08-05T13:51:55.386Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-05T13:51:56.375Z] ---> ded51c1c5a82 [2020-08-05T13:51:56.375Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-05T13:51:58.376Z] ---> 1cea64269bf0 [2020-08-05T13:51:58.376Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-05T13:51:59.374Z] ---> 74486eabcfb4 [2020-08-05T13:51:59.374Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:51:59.657Z] ---> Running in 65d24bb4177c [2020-08-05T13:52:00.267Z] Removing intermediate container 65d24bb4177c [2020-08-05T13:52:00.267Z] ---> 46eecbfd5b4e [2020-08-05T13:52:00.267Z] Step 19/21 : LABEL arch=arm64 [2020-08-05T13:52:00.267Z] ---> Running in 587c7fb1285c [2020-08-05T13:52:01.260Z] Removing intermediate container 587c7fb1285c [2020-08-05T13:52:01.260Z] ---> be429f655582 [2020-08-05T13:52:01.260Z] Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:52:01.260Z] ---> Running in 3e7781054a69 [2020-08-05T13:52:01.862Z] Removing intermediate container 3e7781054a69 [2020-08-05T13:52:01.862Z] ---> fd5d8d32d7ea [2020-08-05T13:52:01.862Z] Step 21/21 : LABEL version=0.0.0 [2020-08-05T13:52:02.140Z] ---> Running in e4a165a71eb8 [2020-08-05T13:52:02.744Z] Removing intermediate container e4a165a71eb8 [2020-08-05T13:52:02.744Z] ---> 75e34af043f0 [2020-08-05T13:52:02.744Z] [2020-08-05T13:52:03.348Z] Successfully built 75e34af043f0 [2020-08-05T13:52:03.348Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-05T13:52:18.467Z]  Building docker-core-command-go ... done 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-08-05T13:52:18.467Z] Removing intermediate container 3db8ddd54477 [2020-08-05T13:52:18.467Z] ---> b8b3956adc98 [2020-08-05T13:52:18.467Z] [2020-08-05T13:52:18.467Z] Step 10/23 : FROM scratch [2020-08-05T13:52:18.467Z] ---> [2020-08-05T13:52:18.467Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-05T13:52:18.467Z] ---> Running in 88eb6a2b2900 [2020-08-05T13:52:18.738Z] Removing intermediate container 88eb6a2b2900 [2020-08-05T13:52:18.738Z] ---> de60769e48d0 [2020-08-05T13:52:18.738Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-05T13:52:19.010Z] ---> Running in 267aa3615518 [2020-08-05T13:52:19.608Z] Removing intermediate container 267aa3615518 [2020-08-05T13:52:19.608Z] ---> e46518efd149 [2020-08-05T13:52:19.608Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-05T13:52:19.881Z] ---> Running in dcfec0df233c [2020-08-05T13:52:20.475Z] Removing intermediate container dcfec0df233c [2020-08-05T13:52:20.475Z] ---> 3ca8b83d54ff [2020-08-05T13:52:20.475Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-05T13:52:21.909Z] ---> 8949e25ad057 [2020-08-05T13:52:21.909Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-05T13:52:21.909Z] Removing intermediate container fe20049ad4b0 [2020-08-05T13:52:21.909Z] ---> 2e17fe552bf2 [2020-08-05T13:52:21.909Z] [2020-08-05T13:52:21.909Z] Step 10/21 : FROM scratch [2020-08-05T13:52:21.909Z] ---> [2020-08-05T13:52:21.909Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-05T13:52:22.183Z] ---> Using cache [2020-08-05T13:52:22.183Z] ---> de60769e48d0 [2020-08-05T13:52:22.183Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-05T13:52:22.183Z] ---> Running in 2e45e7dcafb1 [2020-08-05T13:52:22.779Z] ---> 448e94c213f9 [2020-08-05T13:52:22.779Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-05T13:52:22.779Z] Removing intermediate container 2e45e7dcafb1 [2020-08-05T13:52:22.779Z] ---> a5db74a38092 [2020-08-05T13:52:22.779Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-05T13:52:23.050Z] ---> Running in 152eec6ca5de [2020-08-05T13:52:23.648Z] Removing intermediate container 152eec6ca5de [2020-08-05T13:52:23.648Z] ---> 749fde5bd766 [2020-08-05T13:52:23.648Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-05T13:52:23.921Z] ---> 883fec49baff [2020-08-05T13:52:23.921Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-05T13:52:24.194Z] 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-08-05T13:52:24.194Z] ---> 44700b73fbb0 [2020-08-05T13:52:24.194Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-05T13:52:24.807Z] ---> 9beebedf031d [2020-08-05T13:52:24.807Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-05T13:52:25.080Z] ---> d0cd2f93b9d0 [2020-08-05T13:52:25.080Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-05T13:52:26.511Z] ---> 27f744ba333e [2020-08-05T13:52:26.511Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-05T13:52:26.511Z] ---> 99202953c3b0 [2020-08-05T13:52:26.511Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-05T13:52:27.490Z] ---> 0c17f22b2cfe [2020-08-05T13:52:27.490Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:52:27.490Z] ---> 8ffd45622238 [2020-08-05T13:52:27.490Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-05T13:52:27.490Z] ---> Running in 4254ef4bbc77 [2020-08-05T13:52:27.490Z] ---> Running in 71af86dd322b [2020-08-05T13:52:27.760Z] Removing intermediate container 4254ef4bbc77 [2020-08-05T13:52:27.760Z] ---> d7917fa10100 [2020-08-05T13:52:27.760Z] Step 21/23 : LABEL arch=arm64 [2020-08-05T13:52:28.038Z] ---> Running in c37594d58704 [2020-08-05T13:52:28.038Z] Removing intermediate container 71af86dd322b [2020-08-05T13:52:28.038Z] ---> 2c1100dbda1b [2020-08-05T13:52:28.038Z] Step 19/21 : LABEL arch=arm64 [2020-08-05T13:52:28.315Z] ---> Running in d7f2e511efb6 [2020-08-05T13:52:28.592Z] Removing intermediate container c37594d58704 [2020-08-05T13:52:28.592Z] ---> b1c3c3a62f78 [2020-08-05T13:52:28.592Z] Step 22/23 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:52:28.864Z] ---> Running in d61d1efe0322 [2020-08-05T13:52:28.864Z] Removing intermediate container d7f2e511efb6 [2020-08-05T13:52:28.864Z] ---> 616af92c9034 [2020-08-05T13:52:28.864Z] Step 20/21 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:52:29.138Z] ---> Running in f8844d111ae6 [2020-08-05T13:52:29.413Z] Removing intermediate container d61d1efe0322 [2020-08-05T13:52:29.413Z] ---> 4ef4626ae200 [2020-08-05T13:52:29.413Z] Step 23/23 : LABEL version=0.0.0 [2020-08-05T13:52:29.413Z] ---> Running in 9f1f65930283 [2020-08-05T13:52:29.685Z] Removing intermediate container f8844d111ae6 [2020-08-05T13:52:29.685Z] ---> 42d02e188482 [2020-08-05T13:52:29.685Z] Step 21/21 : LABEL version=0.0.0 [2020-08-05T13:52:29.955Z] ---> Running in 96a33ec9a2ab [2020-08-05T13:52:30.228Z] Removing intermediate container 9f1f65930283 [2020-08-05T13:52:30.228Z] ---> 83663c1f0953 [2020-08-05T13:52:30.228Z] [2020-08-05T13:52:30.822Z] Removing intermediate container 96a33ec9a2ab [2020-08-05T13:52:30.822Z] ---> 2fa06cfde716 [2020-08-05T13:52:30.822Z] [2020-08-05T13:52:30.822Z] Successfully built 83663c1f0953 [2020-08-05T13:52:30.822Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-05T13:52:31.412Z]  Building docker-support-notifications-go ... done Successfully built 2fa06cfde716 [2020-08-05T13:52:31.413Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-05T13:52:31.688Z]  Building docker-support-logging-go ... done Removing intermediate container a41970700e53 [2020-08-05T13:52:31.688Z] ---> 3a1102196907 [2020-08-05T13:52:31.688Z] [2020-08-05T13:52:31.688Z] Step 10/26 : FROM alpine:3.10 [2020-08-05T13:52:31.957Z] 3.10: Pulling from library/alpine [2020-08-05T13:52:33.911Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-05T13:52:33.911Z] Status: Downloaded newer image for alpine:3.10 [2020-08-05T13:52:33.911Z] ---> 536a684cf733 [2020-08-05T13:52:33.911Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-05T13:52:34.183Z] ---> Running in 9fc761ab9d3d [2020-08-05T13:52:35.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-05T13:52:35.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-05T13:52:36.145Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-05T13:52:36.145Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-05T13:52:36.145Z] OK: 10167 distinct packages available [2020-08-05T13:52:36.734Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-05T13:52:36.734Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-05T13:52:36.734Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-05T13:52:37.007Z] (4/5) Installing curl (7.66.0-r0) [2020-08-05T13:52:37.007Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-05T13:52:37.007Z] Executing busybox-1.30.1-r3.trigger [2020-08-05T13:52:37.007Z] Executing ca-certificates-20191127-r2.trigger [2020-08-05T13:52:37.007Z] OK: 7 MiB in 19 packages [2020-08-05T13:52:38.966Z] Removing intermediate container 9fc761ab9d3d [2020-08-05T13:52:38.967Z] ---> 65cec2e84d05 [2020-08-05T13:52:38.967Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-05T13:52:38.967Z] ---> Running in 884812fe278b [2020-08-05T13:52:39.237Z] Removing intermediate container 884812fe278b [2020-08-05T13:52:39.237Z] ---> ed5a08ea647c [2020-08-05T13:52:39.237Z] Step 13/26 : WORKDIR / [2020-08-05T13:52:39.237Z] ---> Running in 6801a48fd372 [2020-08-05T13:52:39.830Z] Removing intermediate container 6801a48fd372 [2020-08-05T13:52:39.830Z] ---> f810055264f2 [2020-08-05T13:52:39.830Z] 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-08-05T13:52:40.829Z] ---> 06cc0f0fa6f7 [2020-08-05T13:52:40.829Z] 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-08-05T13:52:41.433Z] ---> 6dd572fae085 [2020-08-05T13:52:41.433Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-05T13:52:42.430Z] ---> 0fb6d57b8bd0 [2020-08-05T13:52:42.430Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-05T13:52:43.028Z] ---> 24567bb6d41c [2020-08-05T13:52:43.028Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-05T13:52:44.026Z] ---> e8f86aad0002 [2020-08-05T13:52:44.026Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-05T13:52:44.994Z] ---> d27545a82feb [2020-08-05T13:52:44.994Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-05T13:52:45.967Z] ---> 8386c1bd589b [2020-08-05T13:52:45.967Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-05T13:52:46.558Z] ---> 8c1abd6a2045 [2020-08-05T13:52:46.558Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-05T13:52:46.829Z] ---> Running in 0e9b49ebba20 [2020-08-05T13:52:49.436Z] Removing intermediate container 0e9b49ebba20 [2020-08-05T13:52:49.436Z] ---> 19b0dfda4e3a [2020-08-05T13:52:49.436Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-05T13:52:49.436Z] ---> Running in 508cc70488b2 [2020-08-05T13:52:49.708Z] Removing intermediate container 508cc70488b2 [2020-08-05T13:52:49.708Z] ---> 42c77295ccfa [2020-08-05T13:52:49.708Z] Step 24/26 : LABEL arch=arm64 [2020-08-05T13:52:49.991Z] ---> Running in 0b0dd738fad0 [2020-08-05T13:52:50.260Z] Removing intermediate container 0b0dd738fad0 [2020-08-05T13:52:50.260Z] ---> ac2a8bbd7ad2 [2020-08-05T13:52:50.260Z] Step 25/26 : LABEL git_sha=e24d3796266c2bc2fc1662ed76ccdef4f596574e [2020-08-05T13:52:50.530Z] ---> Running in 419e19bced36 [2020-08-05T13:52:50.799Z] Removing intermediate container 419e19bced36 [2020-08-05T13:52:50.799Z] ---> 271d44dbe2c3 [2020-08-05T13:52:50.799Z] Step 26/26 : LABEL version=0.0.0 [2020-08-05T13:52:51.066Z] ---> Running in 4ac910a58750 [2020-08-05T13:52:51.657Z] Removing intermediate container 4ac910a58750 [2020-08-05T13:52:51.657Z] ---> 73317a458d7a [2020-08-05T13:52:51.657Z] [2020-08-05T13:52:51.927Z] Successfully built 73317a458d7a [2020-08-05T13:52:51.927Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-05T13:52:52.528Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-08-05T13:52:52.513Z] $ docker stop --time=1 bfb3e1edd8b87d2de133503ab53ec96032bd3516eee195191c24433108ad59c2 [2020-08-05T13:52:54.452Z] $ docker rm -f bfb3e1edd8b87d2de133503ab53ec96032bd3516eee195191c24433108ad59c2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-05T13:52:55.117Z] + docker images [2020-08-05T13:52:55.117Z] + grep docker [2020-08-05T13:52:55.388Z] docker-security-secretstore-setup-go-arm64 latest 73317a458d7a 4 seconds ago 32.6MB [2020-08-05T13:52:55.388Z] docker-support-logging-go-arm64 latest 2fa06cfde716 25 seconds ago 11.4MB [2020-08-05T13:52:55.388Z] docker-support-notifications-go-arm64 latest 83663c1f0953 26 seconds ago 13.9MB [2020-08-05T13:52:55.388Z] docker-core-command-go-arm64 latest 75e34af043f0 53 seconds ago 12.4MB [2020-08-05T13:52:55.388Z] docker-core-metadata-go-arm64 latest e301548c6cef About a minute ago 13.8MB [2020-08-05T13:52:55.388Z] docker-sys-mgmt-agent-go-arm64 latest 8cc0dec9a401 2 minutes ago 266MB [2020-08-05T13:52:55.388Z] docker-core-data-go-arm64 latest 1974d947e6f8 3 minutes ago 23.3MB [2020-08-05T13:52:55.388Z] docker-security-secrets-setup-go-arm64 latest a7bdb020f283 3 minutes ago 24.2MB [2020-08-05T13:52:55.388Z] docker-support-scheduler-go-arm64 latest d817094154eb 3 minutes ago 12.6MB [2020-08-05T13:52:55.388Z] docker-security-proxy-setup-go-arm64 latest e867cf92037e 4 minutes ago 15.8MB [2020-08-05T13:52:55.388Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [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) [Pipeline] unstash [Pipeline] wrap [2020-08-05T13:52:56.767Z] provisioning config files... [2020-08-05T13:52:56.785Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/29@tmp/config7074689256879058768tmp [Pipeline] { [Pipeline] sh [2020-08-05T13:52:57.158Z] + curl -s https://codecov.io/bash [2020-08-05T13:52:57.158Z] + bash -s - -t @/w/workspace/edgex-go/29@tmp/config7074689256879058768tmp [Pipeline] } [2020-08-05T13:52:57.736Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-05T13:52:59.175Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T13:53:00.050Z] ---> package-listing.sh [2020-08-05T13:53:00.050Z] ++ facter osfamily [2020-08-05T13:53:00.050Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-05T13:53:00.050Z] + OS_FAMILY=redhat [2020-08-05T13:53:00.050Z] + workspace=/w/workspace/edgex-go/29 [2020-08-05T13:53:00.050Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-05T13:53:00.050Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-05T13:53:00.050Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-05T13:53:00.050Z] + PACKAGES=/tmp/packages_start.txt [2020-08-05T13:53:00.050Z] + '[' /w/workspace/edgex-go/29 ']' [2020-08-05T13:53:00.050Z] + PACKAGES=/tmp/packages_end.txt [2020-08-05T13:53:00.050Z] + case "${OS_FAMILY}" in [2020-08-05T13:53:00.050Z] + rpm -qa [2020-08-05T13:53:00.050Z] + sort [2020-08-05T13:53:04.300Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-05T13:53:04.300Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-05T13:53:04.300Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-05T13:53:04.300Z] + '[' /w/workspace/edgex-go/29 ']' [2020-08-05T13:53:04.300Z] + mkdir -p /w/workspace/edgex-go/29/archives/ [2020-08-05T13:53:04.300Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/29/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:53:05.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-05T13:53:05.040Z] [2020-08-05T13:53:05.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-05T13:53:05.376Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-05T13:53:05.377Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-05T13:53:05.377Z] c9b1b535fdd9: Pulling fs layer [2020-08-05T13:53:05.377Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-05T13:53:05.377Z] 756a868c4378: Pulling fs layer [2020-08-05T13:53:05.377Z] 444b2fc9a129: Pulling fs layer [2020-08-05T13:53:05.377Z] ea15f1150254: Pulling fs layer [2020-08-05T13:53:05.377Z] 41b27a9f41bf: Pulling fs layer [2020-08-05T13:53:05.377Z] 28c525ee5125: Pulling fs layer [2020-08-05T13:53:05.377Z] 094b1ea09ed8: Pulling fs layer [2020-08-05T13:53:05.377Z] 138eaada9080: Pulling fs layer [2020-08-05T13:53:05.377Z] 0622d0fa9048: Pulling fs layer [2020-08-05T13:53:05.377Z] ea15f1150254: Waiting [2020-08-05T13:53:05.377Z] 41b27a9f41bf: Waiting [2020-08-05T13:53:05.377Z] 28c525ee5125: Waiting [2020-08-05T13:53:05.377Z] 094b1ea09ed8: Waiting [2020-08-05T13:53:05.377Z] 138eaada9080: Waiting [2020-08-05T13:53:05.377Z] 0622d0fa9048: Waiting [2020-08-05T13:53:05.377Z] 444b2fc9a129: Waiting [2020-08-05T13:53:05.377Z] 2cc5ad85d9ab: Download complete [2020-08-05T13:53:05.377Z] 444b2fc9a129: Verifying Checksum [2020-08-05T13:53:05.377Z] 444b2fc9a129: Download complete [2020-08-05T13:53:05.377Z] c9b1b535fdd9: Download complete [2020-08-05T13:53:05.640Z] ea15f1150254: Download complete [2020-08-05T13:53:05.640Z] 28c525ee5125: Verifying Checksum [2020-08-05T13:53:05.640Z] 28c525ee5125: Download complete [2020-08-05T13:53:05.914Z] 756a868c4378: Verifying Checksum [2020-08-05T13:53:05.914Z] 756a868c4378: Download complete [2020-08-05T13:53:05.914Z] c9b1b535fdd9: Pull complete [2020-08-05T13:53:05.914Z] 138eaada9080: Verifying Checksum [2020-08-05T13:53:05.914Z] 138eaada9080: Download complete [2020-08-05T13:53:06.176Z] 0622d0fa9048: Download complete [2020-08-05T13:53:06.176Z] 2cc5ad85d9ab: Pull complete [2020-08-05T13:53:06.176Z] 094b1ea09ed8: Verifying Checksum [2020-08-05T13:53:06.176Z] 094b1ea09ed8: Download complete [2020-08-05T13:53:06.437Z] 41b27a9f41bf: Verifying Checksum [2020-08-05T13:53:06.437Z] 41b27a9f41bf: Download complete [2020-08-05T13:53:08.367Z] 756a868c4378: Pull complete [2020-08-05T13:53:08.368Z] 444b2fc9a129: Pull complete [2020-08-05T13:53:08.630Z] ea15f1150254: Pull complete [2020-08-05T13:53:13.926Z] 41b27a9f41bf: Pull complete [2020-08-05T13:53:13.926Z] 28c525ee5125: Pull complete [2020-08-05T13:53:16.473Z] 094b1ea09ed8: Pull complete [2020-08-05T13:53:17.045Z] 138eaada9080: Pull complete [2020-08-05T13:53:17.310Z] 0622d0fa9048: Pull complete [2020-08-05T13:53:17.310Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-05T13:53:17.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-05T13:53:17.310Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-05T13:53:17.496Z] prd-centos7-docker-4c-2g-2865 does not seem to be running inside a container [2020-08-05T13:53:17.546Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-05T13:53:21.602Z] $ docker top 262e9804a286f93edba44a7eab11d4bf3163ab8d1b498127a04d8b601e148df6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-05T13:53:21.960Z] provisioning config files... [2020-08-05T13:53:21.974Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/29@tmp/config6404626645563421298tmp [Pipeline] { [Pipeline] echo [2020-08-05T13:53:22.042Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T13:53:22.339Z] ---> create-netrc.sh [Pipeline] echo [2020-08-05T13:53:22.349Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T13:53:22.648Z] ---> logs-deploy.sh [2020-08-05T13:53:22.648Z] + ARCHIVE_ARTIFACTS= [2020-08-05T13:53:22.648Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-05T13:53:22.648Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-05T13:53:22.648Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-05T13:53:22.648Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/29 [2020-08-05T13:53:22.648Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/29/ [2020-08-05T13:53:22.648Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/29 /w/workspace/edgex-go/29 [2020-08-05T13:53:23.588Z] Archives upload complete. [2020-08-05T13:53:23.849Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/29 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/29/