Pull request #2661 opened 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d08647e33299f35346a0c0e1b5c282da7a73a79b rather than 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d Obtained Jenkinsfile from d08647e33299f35346a0c0e1b5c282da7a73a79b Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2661/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # 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-5085 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d Merge succeeded, producing 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d Checking out Revision 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d (PR-2661) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d # 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 d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d # timeout=10 Commit message: "feat(metadata): Update swagger file for V2 API" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-13T07:25:57.336Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-13T07:25:57.649Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-13T07:25:57.879Z] ========================================================= [2020-08-13T07:25:57.879Z] EdgeX Global Pipelines Version Info [2020-08-13T07:25:57.879Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-13T07:25:59.396Z] ------------------- [2020-08-13T07:25:59.396Z] stable info: [2020-08-13T07:25:59.396Z] ------------------- [2020-08-13T07:25:59.396Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-13T07:25:59.396Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-13T07:25:59.396Z] Message: update stable to v1.0.106 [2020-08-13T07:26:00.342Z] ------------------- [2020-08-13T07:26:00.342Z] experimental info: [2020-08-13T07:26:00.342Z] ------------------- [2020-08-13T07:26:00.342Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-13T07:26:00.342Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-13T07:26:00.342Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-13T07:26:02.295Z] ++ 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-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/core-command/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/core-data/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-13T07:26:02.295Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T07:26:02.295Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-13T07:26:02.295Z] ++ cut -d/ -f2 [2020-08-13T07:26:02.295Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-13T07:26:02.389Z] 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-13T07:26:03.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T07:26:03.765Z] [2020-08-13T07:26:03.766Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:26:04.145Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T07:26:04.145Z] latest: Pulling from edgex-devops/git-semver [2020-08-13T07:26:04.145Z] 31603596830f: Pulling fs layer [2020-08-13T07:26:04.145Z] 2a8b12db71e7: Pulling fs layer [2020-08-13T07:26:04.145Z] 6ca5941a6612: Pulling fs layer [2020-08-13T07:26:04.145Z] ecc8261a40a4: Pulling fs layer [2020-08-13T07:26:04.145Z] ecc8261a40a4: Waiting [2020-08-13T07:26:04.145Z] 2a8b12db71e7: Verifying Checksum [2020-08-13T07:26:04.145Z] 2a8b12db71e7: Download complete [2020-08-13T07:26:04.411Z] 31603596830f: Verifying Checksum [2020-08-13T07:26:04.411Z] 31603596830f: Download complete [2020-08-13T07:26:04.411Z] ecc8261a40a4: Verifying Checksum [2020-08-13T07:26:04.411Z] ecc8261a40a4: Download complete [2020-08-13T07:26:04.411Z] 6ca5941a6612: Verifying Checksum [2020-08-13T07:26:04.411Z] 6ca5941a6612: Download complete [2020-08-13T07:26:04.677Z] 31603596830f: Pull complete [2020-08-13T07:26:04.677Z] 2a8b12db71e7: Pull complete [2020-08-13T07:26:05.623Z] 6ca5941a6612: Pull complete [2020-08-13T07:26:05.623Z] ecc8261a40a4: Pull complete [2020-08-13T07:26:05.886Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-13T07:26:05.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T07:26:05.886Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-13T07:26:06.000Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2020-08-13T07:26:06.048Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-13T07:26:08.573Z] $ docker top ac49810ece78d852e5df008710a9047452d8805d4b96be041a73c19b2f1c2685 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-13T07:26:08.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T07:26:08.954Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T07:26:09.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T07:26:09.194Z] $ docker exec ac49810ece78d852e5df008710a9047452d8805d4b96be041a73c19b2f1c2685 ssh-agent [2020-08-13T07:26:09.355Z] SSH_AUTH_SOCK=/tmp/ssh-MdgHQflKfpg7/agent.12 [2020-08-13T07:26:09.355Z] SSH_AGENT_PID=17 [2020-08-13T07:26:09.373Z] Running ssh-add (command line suppressed) [2020-08-13T07:26:09.491Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4451014962297723500.key (/w/workspace/edgex-go/1@tmp/private_key_4451014962297723500.key) [2020-08-13T07:26:09.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T07:26:09.950Z] + git describe --exact-match --tags HEAD [2020-08-13T07:26:09.950Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-13T07:26:10.054Z] $ docker exec --env ******** --env ******** ac49810ece78d852e5df008710a9047452d8805d4b96be041a73c19b2f1c2685 ssh-agent -k [2020-08-13T07:26:10.159Z] unset SSH_AUTH_SOCK; [2020-08-13T07:26:10.160Z] unset SSH_AGENT_PID; [2020-08-13T07:26:10.160Z] echo Agent pid 17 killed; [2020-08-13T07:26:10.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-13T07:26:10.376Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-13T07:26:10.376Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-13T07:26:10.496Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T07:26:10.496Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T07:26:10.672Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T07:26:10.676Z] $ docker exec ac49810ece78d852e5df008710a9047452d8805d4b96be041a73c19b2f1c2685 ssh-agent [2020-08-13T07:26:10.832Z] SSH_AUTH_SOCK=/tmp/ssh-6Zi3IUn45mE6/agent.45 [2020-08-13T07:26:10.832Z] SSH_AGENT_PID=50 [2020-08-13T07:26:10.842Z] Running ssh-add (command line suppressed) [2020-08-13T07:26:10.958Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_790909199850723410.key (/w/workspace/edgex-go/1@tmp/private_key_790909199850723410.key) [2020-08-13T07:26:11.038Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T07:26:11.618Z] + git semver init [2020-08-13T07:26:11.618Z] # -> Open(): unable to determine branch for HEAD [2020-08-13T07:26:11.618Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-08-13T07:26:11.618Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-08-13T07:26:11.618Z] # $SEMVER_REMOTE_NAME = origin [2020-08-13T07:26:11.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-13T07:26:11.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-13T07:26:11.618Z] # $SEMVER_BRANCH = PR-2661 [2020-08-13T07:26:11.618Z] # $SEMVER_TEMP = /tmp/semver-986083283 [2020-08-13T07:26:11.618Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-13T07:26:38.360Z] # '/tmp/semver-986083283' -> '/w/workspace/edgex-go/1/.semver' [2020-08-13T07:26:38.360Z] # -> Force: false [2020-08-13T07:26:38.360Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-08-13T07:26:38.383Z] $ docker exec --env ******** --env ******** ac49810ece78d852e5df008710a9047452d8805d4b96be041a73c19b2f1c2685 ssh-agent -k [2020-08-13T07:26:38.586Z] unset SSH_AUTH_SOCK; [2020-08-13T07:26:38.587Z] unset SSH_AGENT_PID; [2020-08-13T07:26:38.587Z] echo Agent pid 50 killed; [2020-08-13T07:26:38.668Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-13T07:26:39.209Z] + git semver [Pipeline] } [2020-08-13T07:26:39.239Z] $ docker stop --time=1 ac49810ece78d852e5df008710a9047452d8805d4b96be041a73c19b2f1c2685 [2020-08-13T07:26:40.850Z] $ docker rm -f ac49810ece78d852e5df008710a9047452d8805d4b96be041a73c19b2f1c2685 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-13T07:26:54.457Z] Stashed 32 file(s) [Pipeline] echo [2020-08-13T07:26:54.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-13T07:26:55.303Z] ========================================================= [2020-08-13T07:26:55.303Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-13T07:26:55.303Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:26:55.664Z] + 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-13T07:26:58.218Z] Sending build context to Docker daemon 323MB [2020-08-13T07:26:58.218Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-13T07:26:58.218Z] Step 2/7 : FROM ${BASE} [2020-08-13T07:26:58.497Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-13T07:26:58.497Z] df20fa9351a1: Pulling fs layer [2020-08-13T07:26:58.497Z] ed8968b2872e: Pulling fs layer [2020-08-13T07:26:58.497Z] a92cc7c5fd73: Pulling fs layer [2020-08-13T07:26:58.497Z] 2dd03ba5bac4: Pulling fs layer [2020-08-13T07:26:58.497Z] 1e091d79d1de: Pulling fs layer [2020-08-13T07:26:58.497Z] 481702a1767f: Pulling fs layer [2020-08-13T07:26:58.497Z] f64a6f60c768: Pulling fs layer [2020-08-13T07:26:58.497Z] e78d2573fc39: Pulling fs layer [2020-08-13T07:26:58.497Z] e876d2f968b6: Pulling fs layer [2020-08-13T07:26:58.497Z] ce8a83651883: Pulling fs layer [2020-08-13T07:26:58.497Z] 07967f4d0e4b: Pulling fs layer [2020-08-13T07:26:58.497Z] 2dd03ba5bac4: Waiting [2020-08-13T07:26:58.497Z] 1e091d79d1de: Waiting [2020-08-13T07:26:58.497Z] 481702a1767f: Waiting [2020-08-13T07:26:58.497Z] f64a6f60c768: Waiting [2020-08-13T07:26:58.497Z] e78d2573fc39: Waiting [2020-08-13T07:26:58.497Z] e876d2f968b6: Waiting [2020-08-13T07:26:58.497Z] ce8a83651883: Waiting [2020-08-13T07:26:58.497Z] 07967f4d0e4b: Waiting [2020-08-13T07:26:58.497Z] a92cc7c5fd73: Verifying Checksum [2020-08-13T07:26:58.497Z] a92cc7c5fd73: Download complete [2020-08-13T07:26:58.497Z] ed8968b2872e: Verifying Checksum [2020-08-13T07:26:58.497Z] ed8968b2872e: Download complete [2020-08-13T07:26:58.497Z] 1e091d79d1de: Verifying Checksum [2020-08-13T07:26:58.497Z] 1e091d79d1de: Download complete [2020-08-13T07:26:58.497Z] 481702a1767f: Verifying Checksum [2020-08-13T07:26:58.497Z] 481702a1767f: Download complete [2020-08-13T07:26:58.497Z] df20fa9351a1: Verifying Checksum [2020-08-13T07:26:58.497Z] df20fa9351a1: Download complete [2020-08-13T07:26:59.083Z] df20fa9351a1: Pull complete [2020-08-13T07:26:59.355Z] ed8968b2872e: Pull complete [2020-08-13T07:26:59.627Z] f64a6f60c768: Verifying Checksum [2020-08-13T07:26:59.627Z] f64a6f60c768: Download complete [2020-08-13T07:26:59.627Z] e876d2f968b6: Download complete [2020-08-13T07:27:00.216Z] 2dd03ba5bac4: Verifying Checksum [2020-08-13T07:27:00.216Z] 2dd03ba5bac4: Download complete [2020-08-13T07:27:00.216Z] e78d2573fc39: Verifying Checksum [2020-08-13T07:27:00.216Z] e78d2573fc39: Download complete [2020-08-13T07:27:00.216Z] 07967f4d0e4b: Verifying Checksum [2020-08-13T07:27:00.216Z] 07967f4d0e4b: Download complete [2020-08-13T07:27:00.477Z] ce8a83651883: Verifying Checksum [2020-08-13T07:27:00.477Z] ce8a83651883: Download complete [2020-08-13T07:27:01.050Z] a92cc7c5fd73: Pull complete [2020-08-13T07:27:06.379Z] 2dd03ba5bac4: Pull complete [2020-08-13T07:27:06.379Z] 1e091d79d1de: Pull complete [2020-08-13T07:27:06.379Z] 481702a1767f: Pull complete [2020-08-13T07:27:09.995Z] Still waiting to schedule task [2020-08-13T07:27:09.995Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-13T07:27:12.995Z] f64a6f60c768: Pull complete [2020-08-13T07:27:16.322Z] e78d2573fc39: Pull complete [2020-08-13T07:27:16.322Z] e876d2f968b6: Pull complete [2020-08-13T07:27:16.904Z] ce8a83651883: Pull complete [2020-08-13T07:27:17.167Z] 07967f4d0e4b: Pull complete [2020-08-13T07:27:17.167Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-13T07:27:17.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-13T07:27:17.167Z] ---> 5d7c900382c6 [2020-08-13T07:27:17.167Z] 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-13T07:27:19.092Z] ---> Running in 5aaf519b1b1e [2020-08-13T07:27:19.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:27:20.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:27:20.813Z] (1/12) Installing libmagic (5.38-r0) [2020-08-13T07:27:20.813Z] (2/12) Installing file (5.38-r0) [2020-08-13T07:27:21.075Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-13T07:27:21.075Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-13T07:27:27.690Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-13T07:27:27.690Z] (6/12) Installing patch (2.7.6-r6) [2020-08-13T07:27:27.690Z] (7/12) Installing build-base (0.5-r2) [2020-08-13T07:27:27.690Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-13T07:27:27.690Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-13T07:27:27.690Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-13T07:27:27.690Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-13T07:27:27.690Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-13T07:27:27.690Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:27:27.690Z] OK: 233 MiB in 51 packages [2020-08-13T07:27:31.006Z] Removing intermediate container 5aaf519b1b1e [2020-08-13T07:27:31.006Z] ---> 094c1df46147 [2020-08-13T07:27:31.006Z] Step 4/7 : WORKDIR /edgex-go [2020-08-13T07:27:31.006Z] ---> Running in 580fe04696e9 [2020-08-13T07:27:31.006Z] Removing intermediate container 580fe04696e9 [2020-08-13T07:27:31.006Z] ---> c822650c4772 [2020-08-13T07:27:31.006Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-13T07:27:31.268Z] latest: Pulling from library/docker [2020-08-13T07:27:31.268Z] df20fa9351a1: Already exists [2020-08-13T07:27:31.268Z] 25ad7478873d: Pulling fs layer [2020-08-13T07:27:31.268Z] 4684f6177b5d: Pulling fs layer [2020-08-13T07:27:31.268Z] 46e300cec669: Pulling fs layer [2020-08-13T07:27:31.268Z] 63038576ad94: Pulling fs layer [2020-08-13T07:27:31.268Z] 0fdb76c4706c: Pulling fs layer [2020-08-13T07:27:31.268Z] cb7edeffdfd5: Pulling fs layer [2020-08-13T07:27:31.268Z] 63038576ad94: Waiting [2020-08-13T07:27:31.268Z] 0fdb76c4706c: Waiting [2020-08-13T07:27:31.535Z] 4684f6177b5d: Verifying Checksum [2020-08-13T07:27:31.535Z] 4684f6177b5d: Download complete [2020-08-13T07:27:31.535Z] 25ad7478873d: Verifying Checksum [2020-08-13T07:27:31.535Z] 25ad7478873d: Download complete [2020-08-13T07:27:31.807Z] 0fdb76c4706c: Verifying Checksum [2020-08-13T07:27:31.807Z] 0fdb76c4706c: Download complete [2020-08-13T07:27:31.807Z] 25ad7478873d: Pull complete [2020-08-13T07:27:31.807Z] 63038576ad94: Verifying Checksum [2020-08-13T07:27:31.807Z] 63038576ad94: Download complete [2020-08-13T07:27:32.075Z] 4684f6177b5d: Pull complete [2020-08-13T07:27:32.346Z] 46e300cec669: Verifying Checksum [2020-08-13T07:27:32.346Z] 46e300cec669: Download complete [2020-08-13T07:27:32.920Z] cb7edeffdfd5: Download complete [2020-08-13T07:27:34.842Z] 46e300cec669: Pull complete [2020-08-13T07:27:34.842Z] 63038576ad94: Pull complete [2020-08-13T07:27:34.842Z] 0fdb76c4706c: Pull complete [2020-08-13T07:27:35.103Z] cb7edeffdfd5: Pull complete [2020-08-13T07:27:35.103Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-13T07:27:35.103Z] Status: Downloaded newer image for docker:latest [2020-08-13T07:27:36.490Z] ---> db23870a3f6d [2020-08-13T07:27:36.490Z] Step 6/7 : COPY go.mod . [2020-08-13T07:27:36.753Z] ---> 40bd726d0cdf [2020-08-13T07:27:36.753Z] Step 7/7 : RUN go mod download [2020-08-13T07:27:36.753Z] ---> Running in fb2e7c28b048 [2020-08-13T07:27:39.302Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-13T07:27:39.302Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-13T07:27:39.302Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-13T07:27:39.302Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-13T07:27:39.302Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-13T07:27:39.302Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-13T07:27:39.302Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-13T07:27:39.302Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-13T07:27:39.302Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-13T07:27:39.302Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-13T07:27:39.302Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-13T07:27:39.302Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-13T07:27:39.302Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-13T07:27:39.302Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-13T07:27:39.302Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-13T07:27:39.302Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-13T07:27:39.302Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-13T07:27:39.302Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-13T07:27:39.566Z] go: finding github.com/fatih/color v1.7.0 [2020-08-13T07:27:39.566Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-13T07:27:39.566Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-13T07:27:39.566Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-13T07:27:39.566Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-13T07:27:39.566Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-13T07:27:39.566Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-13T07:27:39.566Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-13T07:27:39.566Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-13T07:27:39.566Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-13T07:27:39.566Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-13T07:27:39.828Z] go: finding github.com/google/uuid v1.1.0 [2020-08-13T07:27:39.828Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-13T07:27:39.828Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-13T07:27:40.090Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-13T07:27:40.090Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-13T07:27:40.090Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-13T07:27:40.090Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-13T07:27:40.090Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-13T07:27:40.090Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-13T07:27:40.090Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-13T07:27:40.090Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-13T07:27:40.090Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-13T07:27:40.090Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-13T07:27:40.090Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-13T07:27:40.090Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-13T07:27:40.351Z] go: finding github.com/kr/pty v1.1.1 [2020-08-13T07:27:40.351Z] go: finding github.com/kr/text v0.1.0 [2020-08-13T07:27:40.351Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-13T07:27:40.351Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-13T07:27:40.351Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-13T07:27:40.351Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-13T07:27:40.351Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-13T07:27:40.351Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-13T07:27:40.351Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-13T07:27:40.351Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-13T07:27:40.351Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-13T07:27:40.611Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-13T07:27:40.611Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-13T07:27:40.611Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-13T07:27:40.611Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-13T07:27:40.611Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-13T07:27:40.611Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-13T07:27:40.611Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-13T07:27:40.611Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-13T07:27:40.611Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-13T07:27:40.611Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-13T07:27:40.611Z] go: finding github.com/posener/complete v1.1.1 [2020-08-13T07:27:40.611Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-13T07:27:40.873Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-13T07:27:40.873Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-13T07:27:40.873Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-13T07:27:40.873Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-13T07:27:40.873Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-13T07:27:40.873Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-13T07:27:40.873Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-13T07:27:40.873Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-13T07:27:40.873Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-13T07:27:40.873Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-13T07:27:40.873Z] go: finding golang.org/x/text v0.3.2 [2020-08-13T07:27:41.133Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-13T07:27:41.133Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-13T07:27:41.133Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-13T07:27:41.133Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-13T07:27:41.133Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-13T07:27:41.133Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-13T07:27:53.391Z] Removing intermediate container fb2e7c28b048 [2020-08-13T07:27:53.391Z] ---> 8e66e6856390 [2020-08-13T07:27:53.391Z] Successfully built 8e66e6856390 [2020-08-13T07:27:53.391Z] 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-13T07:27:54.229Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-13T07:27:54.229Z] . [Pipeline] withDockerContainer [2020-08-13T07:27:54.350Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2020-08-13T07:27:54.396Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2020-08-13T07:27:55.123Z] $ docker top 7a57b6dabf580f6b68cfc4227d41b16197fa75b4f8c1c0f4b1b6e849cc26ff01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T07:27:55.675Z] + go version [2020-08-13T07:27:55.675Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-13T07:27:55.707Z] ========================================================= [2020-08-13T07:27:55.707Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-13T07:27:55.707Z] ========================================================= [Pipeline] sh [2020-08-13T07:27:56.016Z] + make test [2020-08-13T07:27:56.016Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-13T07:27:58.571Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-13T07:28:08.677Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-13T07:28:12.041Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-13T07:28:12.041Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-13T07:28:12.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-13T07:28:12.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-13T07:28:12.995Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s [2020-08-13T07:28:12.995Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-13T07:28:12.995Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-13T07:28:12.995Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-13T07:28:13.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-13T07:28:13.532Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-13T07:28:13.801Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-13T07:28:13.801Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-13T07:28:13.801Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-13T07:28:20.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.036s coverage: 46.6% of statements [2020-08-13T07:28:20.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-13T07:28:20.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-13T07:28:20.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-13T07:28:20.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-13T07:28:20.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-13T07:28:21.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.063s coverage: 27.3% of statements [2020-08-13T07:28:21.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-13T07:28:21.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-13T07:28:21.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-13T07:28:21.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-13T07:28:21.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-13T07:28:21.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-13T07:28:21.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-13T07:28:21.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-13T07:28:21.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.016s coverage: 100.0% of statements [2020-08-13T07:28:21.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-13T07:28:22.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.067s coverage: 28.6% of statements [2020-08-13T07:28:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-13T07:28:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-13T07:28:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-13T07:28:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-13T07:28:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-13T07:28:22.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements [2020-08-13T07:28:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-13T07:28:23.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements [2020-08-13T07:28:23.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-13T07:28:23.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.023s coverage: 89.8% of statements [2020-08-13T07:28:23.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-13T07:28:23.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.060s coverage: 97.5% of statements [2020-08-13T07:28:23.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-13T07:28:24.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.021s coverage: 100.0% of statements [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-13T07:28:24.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-13T07:28:24.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2020-08-13T07:28:25.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.067s coverage: 63.5% of statements [2020-08-13T07:28:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-13T07:28:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-13T07:28:25.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2020-08-13T07:28:25.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.133s coverage: 55.9% of statements [2020-08-13T07:28:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-13T07:28:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-13T07:28:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-13T07:28:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.569s coverage: 86.3% of statements [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.305s coverage: 72.2% of statements [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.133s coverage: 72.1% of statements [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.022s coverage: 82.4% of statements [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.018s coverage: 96.8% of statements [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.048s coverage: 26.9% of statements [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.101s coverage: 84.1% of statements [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.021s coverage: 42.9% of statements [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-13T07:28:31.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.045s coverage: 83.8% of statements [2020-08-13T07:28:31.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-13T07:28:32.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 45.7% of statements [2020-08-13T07:28:32.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-13T07:28:32.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-13T07:28:32.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements [2020-08-13T07:28:32.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-13T07:28:32.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-13T07:28:32.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-13T07:28:32.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements [2020-08-13T07:28:32.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-13T07:28:32.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.017s coverage: 100.0% of statements [2020-08-13T07:28:32.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-13T07:28:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements [2020-08-13T07:28:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-13T07:28:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-13T07:28:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-13T07:28:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-13T07:28:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-13T07:28:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.021s coverage: 99.0% of statements [2020-08-13T07:28:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-13T07:28:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements [2020-08-13T07:28:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-13T07:28:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-13T07:28:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-13T07:28:34.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2020-08-13T07:28:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-13T07:28:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-13T07:28:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-13T07:28:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-13T07:28:34.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements [2020-08-13T07:28:34.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-13T07:28:34.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-13T07:28:34.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements [2020-08-13T07:28:34.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-13T07:28:35.489Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-13T07:28:35.489Z] GO111MODULE=on go vet ./... [2020-08-13T07:28:41.101Z] gofmt -l . [2020-08-13T07:28:41.362Z] [ "`gofmt -l .`" = "" ] [2020-08-13T07:28:41.934Z] ./bin/test-go-mod-tidy.sh [2020-08-13T07:28:42.507Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-13T07:28:44.205Z] + ls -al . [2020-08-13T07:28:44.205Z] total 556 [2020-08-13T07:28:44.205Z] drwxrwxr-x 10 1001 1001 4096 Aug 13 07:28 . [2020-08-13T07:28:44.205Z] drwxr-xr-x 4 root root 28 Aug 13 07:27 .. [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 11 Aug 13 07:25 .dockerignore [2020-08-13T07:28:44.205Z] drwxrwxr-x 8 1001 1001 179 Aug 13 07:25 .git [2020-08-13T07:28:44.205Z] drwxrwxr-x 3 1001 1001 60 Aug 13 07:25 .github [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 932 Aug 13 07:25 .gitignore [2020-08-13T07:28:44.205Z] drwx------ 3 1001 1001 47 Aug 13 07:26 .semver [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 166 Aug 13 07:25 .sonarcloud.properties [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 3804 Aug 13 07:25 CONTRIBUTING.md [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 1035 Aug 13 07:25 Dockerfile.build [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 865 Aug 13 07:25 Jenkinsfile [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 10775 Aug 13 07:25 LICENSE [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 6237 Aug 13 07:25 Makefile [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 5652 Aug 13 07:25 README.md [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 7111 Aug 13 07:25 SECURITY.md [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 5 Aug 13 07:26 VERSION [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 4131 Aug 13 07:25 ZMQWindows.md [2020-08-13T07:28:44.205Z] drwxrwxr-x 2 1001 1001 117 Aug 13 07:25 bin [2020-08-13T07:28:44.205Z] drwxrwxr-x 15 1001 1001 4096 Aug 13 07:25 cmd [2020-08-13T07:28:44.205Z] -rw-r--r-- 1 root root 455803 Aug 13 07:28 coverage.out [2020-08-13T07:28:44.205Z] -rw-r--r-- 1 root root 1019 Aug 13 07:28 go.mod [2020-08-13T07:28:44.205Z] -rw-r--r-- 1 root root 18146 Aug 13 07:28 go.sum [2020-08-13T07:28:44.205Z] drwxrwxr-x 8 1001 1001 127 Aug 13 07:25 internal [2020-08-13T07:28:44.205Z] drwxrwxr-x 4 1001 1001 26 Aug 13 07:25 openapi [2020-08-13T07:28:44.205Z] drwxrwxr-x 4 1001 1001 71 Aug 13 07:25 snap [2020-08-13T07:28:44.205Z] -rw-rw-r-- 1 1001 1001 168 Aug 13 07:25 version.go [Pipeline] sh [2020-08-13T07:28:44.524Z] + '[' -e coverage.out ] [2020-08-13T07:28:44.524Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-13T07:28:44.643Z] Stashed 1 file(s) [Pipeline] sh [2020-08-13T07:28:44.950Z] + make build [2020-08-13T07:28:44.950Z] 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-13T07:28:50.299Z] 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-13T07:28:54.516Z] 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-13T07:28:56.434Z] 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-13T07:28:57.822Z] 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-13T07:28:59.734Z] 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-13T07:28:59.734Z] 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-13T07:29:02.284Z] 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-13T07:29:03.671Z] 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-13T07:29:05.059Z] 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-13T07:29:06.443Z] 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-13T07:29:07.832Z] 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-13T07:29:08.778Z] 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-13T07:29:10.194Z] $ docker stop --time=1 7a57b6dabf580f6b68cfc4227d41b16197fa75b4f8c1c0f4b1b6e849cc26ff01 [2020-08-13T07:29:11.823Z] $ docker rm -f 7a57b6dabf580f6b68cfc4227d41b16197fa75b4f8c1c0f4b1b6e849cc26ff01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:29:15.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T07:29:15.246Z] [2020-08-13T07:29:15.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:29:15.652Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T07:29:15.652Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-13T07:29:15.652Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-13T07:29:15.652Z] ca9280d653b3: Pulling fs layer [2020-08-13T07:29:15.652Z] 7e9c9ca2126c: Pulling fs layer [2020-08-13T07:29:15.652Z] cbdbe7a5bc2a: Download complete [2020-08-13T07:29:15.944Z] ca9280d653b3: Verifying Checksum [2020-08-13T07:29:15.944Z] ca9280d653b3: Download complete [2020-08-13T07:29:15.944Z] cbdbe7a5bc2a: Pull complete [2020-08-13T07:29:16.573Z] 7e9c9ca2126c: Download complete [2020-08-13T07:29:16.833Z] ca9280d653b3: Pull complete [2020-08-13T07:29:17.155Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5086 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws [2020-08-13T07:29:17.268Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-08-13T07:29:22.036Z] using credential edgex-jenkins-ssh [2020-08-13T07:29:22.087Z] Cloning the remote Git repository [2020-08-13T07:29:22.087Z] Cloning with configured refspecs honoured and without tags [2020-08-13T07:29:22.128Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-13T07:29:22.237Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-08-13T07:29:22.298Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-13T07:29:22.299Z] > git --version # timeout=10 [2020-08-13T07:29:22.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T07:29:23.439Z] 7e9c9ca2126c: Pull complete [2020-08-13T07:29:23.439Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-13T07:29:23.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T07:29:23.439Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-13T07:29:22.369Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T07:29:23.648Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2020-08-13T07:29:23.694Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2020-08-13T07:29:25.647Z] $ docker top 13ecb3030ee080cc689e6d54c7fd187cde40c0db27fd6ee07d204cd44a3ad679 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T07:29:26.162Z] + docker-compose build --help [2020-08-13T07:29:26.162Z] + grep parallel [2020-08-13T07:29:27.112Z] --parallel Build images in parallel. [Pipeline] } [2020-08-13T07:29:27.146Z] $ docker stop --time=1 13ecb3030ee080cc689e6d54c7fd187cde40c0db27fd6ee07d204cd44a3ad679 [2020-08-13T07:29:28.513Z] $ docker rm -f 13ecb3030ee080cc689e6d54c7fd187cde40c0db27fd6ee07d204cd44a3ad679 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:29:29.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T07:29:29.215Z] . [Pipeline] withDockerContainer [2020-08-13T07:29:29.333Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2020-08-13T07:29:29.376Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:latest cat [2020-08-13T07:29:29.955Z] $ docker top c07eaf1565cc4f2da8428692670c46b782bae5af495819af923427cf12da31c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T07:29:30.486Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-13T07:29:31.427Z] Building docker-core-command-go ... [2020-08-13T07:29:31.427Z] Building docker-core-data-go ... [2020-08-13T07:29:31.427Z] Building docker-core-metadata-go ... [2020-08-13T07:29:31.427Z] Building docker-security-proxy-setup-go ... [2020-08-13T07:29:31.427Z] Building docker-security-secrets-setup-go ... [2020-08-13T07:29:31.427Z] Building docker-security-secretstore-setup-go ... [2020-08-13T07:29:31.427Z] Building docker-support-logging-go ... [2020-08-13T07:29:31.427Z] Building docker-support-notifications-go ... [2020-08-13T07:29:31.427Z] Building docker-support-scheduler-go ... [2020-08-13T07:29:31.427Z] Building docker-sys-mgmt-agent-go ... [2020-08-13T07:29:31.427Z] Building docker-security-secretstore-setup-go [2020-08-13T07:29:31.427Z] Building docker-security-secrets-setup-go [2020-08-13T07:29:31.427Z] Building docker-security-proxy-setup-go [2020-08-13T07:29:31.427Z] Building docker-support-notifications-go [2020-08-13T07:29:31.427Z] Building docker-support-logging-go [2020-08-13T07:29:47.594Z] Fetching without tags [2020-08-13T07:29:48.121Z] Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:29:47.499Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-13T07:29:47.518Z] > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # timeout=10 [2020-08-13T07:29:47.536Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T07:29:47.570Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-13T07:29:47.603Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-13T07:29:47.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T07:29:47.621Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T07:29:48.138Z] > git config core.sparsecheckout # timeout=10 [2020-08-13T07:29:48.164Z] > git checkout -f 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d # timeout=10 [2020-08-13T07:29:48.447Z] > git remote # timeout=10 [2020-08-13T07:29:48.465Z] > git config --get remote.origin.url # timeout=10 [2020-08-13T07:29:48.525Z] Merge succeeded, producing 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:29:48.525Z] Checking out Revision 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d (PR-2661) [2020-08-13T07:29:48.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T07:29:48.488Z] > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 [2020-08-13T07:29:48.510Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-13T07:29:48.529Z] > git config core.sparsecheckout # timeout=10 [2020-08-13T07:29:48.545Z] > git checkout -f 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d # timeout=10 [2020-08-13T07:29:53.228Z] Commit message: "feat(metadata): Update swagger file for V2 API" [2020-08-13T07:29:53.287Z] > git --version # timeout=10 [2020-08-13T07:29:53.319Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-13T07:29:58.102Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:29:58.102Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:29:58.102Z] ---> 8e66e6856390 [2020-08-13T07:29:58.102Z] Step 3/23 : WORKDIR /edgex-go [2020-08-13T07:29:58.102Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:29:58.102Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:29:58.102Z] ---> 8e66e6856390 [2020-08-13T07:29:58.102Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T07:29:58.102Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:29:58.102Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-13T07:29:58.102Z] ---> 8e66e6856390 [2020-08-13T07:29:58.102Z] Step 3/29 : WORKDIR /edgex-go [2020-08-13T07:29:58.102Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:29:58.102Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:29:58.102Z] ---> 8e66e6856390 [2020-08-13T07:29:58.102Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T07:29:58.102Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:29:58.102Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:29:58.102Z] ---> 8e66e6856390 [2020-08-13T07:29:58.102Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T07:29:58.102Z] ---> Running in fafd2aed63eb [2020-08-13T07:29:58.102Z] ---> Running in e331a4472853 [2020-08-13T07:29:58.102Z] ---> Running in 40b6a226c857 [2020-08-13T07:29:58.102Z] ---> Running in abb651067037 [2020-08-13T07:29:58.102Z] ---> Running in e8810bf4618f [2020-08-13T07:29:58.102Z] Removing intermediate container e331a4472853 [2020-08-13T07:29:58.102Z] ---> 8dde45b47b17 [2020-08-13T07:29:58.102Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:29:58.102Z] Removing intermediate container abb651067037 [2020-08-13T07:29:58.102Z] ---> df5f49988371 [2020-08-13T07:29:58.102Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:29:58.102Z] Removing intermediate container e8810bf4618f [2020-08-13T07:29:58.102Z] ---> a690ddef5052 [2020-08-13T07:29:58.102Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:29:58.102Z] Removing intermediate container 40b6a226c857 [2020-08-13T07:29:58.102Z] ---> 8622b82a9107 [2020-08-13T07:29:58.102Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:29:58.102Z] Removing intermediate container fafd2aed63eb [2020-08-13T07:29:58.102Z] ---> 57a76a9cb77d [2020-08-13T07:29:58.102Z] Step 4/29 : RUN apk update && apk add make git [2020-08-13T07:29:58.102Z] ---> Running in b1d53cda6f35 [2020-08-13T07:29:58.102Z] ---> Running in 51b339f2f8cf [2020-08-13T07:29:58.102Z] ---> Running in 2f5640e0e6e1 [2020-08-13T07:29:58.102Z] ---> Running in 67120deec5ed [2020-08-13T07:29:58.102Z] ---> Running in dcb7fdac69c8 [2020-08-13T07:29:59.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:29:59.790Z] Removing intermediate container b1d53cda6f35 [2020-08-13T07:29:59.790Z] ---> b5f581760e41 [2020-08-13T07:29:59.790Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-13T07:29:59.790Z] Removing intermediate container 2f5640e0e6e1 [2020-08-13T07:29:59.790Z] ---> 6525b43ef26c [2020-08-13T07:29:59.790Z] Step 5/26 : RUN apk update && apk add make git [2020-08-13T07:30:00.058Z] ---> Running in 39b799d8f8e8 [2020-08-13T07:30:00.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:00.058Z] ---> Running in 768d72ee4b57 [2020-08-13T07:30:00.058Z] Removing intermediate container 51b339f2f8cf [2020-08-13T07:30:00.058Z] ---> 949f68f4e650 [2020-08-13T07:30:00.058Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T07:30:00.058Z] Removing intermediate container 67120deec5ed [2020-08-13T07:30:00.058Z] ---> 0cd433d91ad5 [2020-08-13T07:30:00.058Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-13T07:30:00.322Z] ---> Running in d1b651946038 [2020-08-13T07:30:00.322Z] ---> Running in 0f461b339925 [2020-08-13T07:30:00.911Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:30:00.911Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:30:00.911Z] OK: 12749 distinct packages available [2020-08-13T07:30:01.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:01.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:01.175Z] OK: 233 MiB in 51 packages [2020-08-13T07:30:01.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:01.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:02.057Z] Removing intermediate container dcb7fdac69c8 [2020-08-13T07:30:02.057Z] ---> bd989d0e81e7 [2020-08-13T07:30:02.057Z] Step 5/29 : COPY go.mod . [2020-08-13T07:30:02.057Z] ---> 7653691a535f [2020-08-13T07:30:02.057Z] Step 6/29 : RUN go mod download [2020-08-13T07:30:02.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:02.057Z] ---> Running in 8d000b18a3be [2020-08-13T07:30:02.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:02.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:02.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:03.198Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:30:03.198Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:30:03.198Z] OK: 12749 distinct packages available [2020-08-13T07:30:03.465Z] OK: 233 MiB in 51 packages [2020-08-13T07:30:03.742Z] Removing intermediate container 8d000b18a3be [2020-08-13T07:30:03.742Z] ---> 39e14ff4c633 [2020-08-13T07:30:03.742Z] Step 7/29 : COPY . . [2020-08-13T07:30:03.742Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:30:03.742Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:30:03.742Z] OK: 12749 distinct packages available [2020-08-13T07:30:03.742Z] OK: 233 MiB in 51 packages [2020-08-13T07:30:04.021Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:30:04.021Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:30:04.021Z] OK: 12749 distinct packages available [2020-08-13T07:30:04.021Z] OK: 233 MiB in 51 packages [2020-08-13T07:30:04.289Z] OK: 233 MiB in 51 packages [2020-08-13T07:30:05.242Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:30:05.242Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:30:05.242Z] OK: 12749 distinct packages available [2020-08-13T07:30:05.507Z] OK: 233 MiB in 51 packages [Pipeline] echo [2020-08-13T07:30:05.520Z] ========================================================= [2020-08-13T07:30:05.520Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-13T07:30:05.520Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:30:06.425Z] + 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-13T07:30:08.063Z] Removing intermediate container 39b799d8f8e8 [2020-08-13T07:30:08.063Z] ---> 503fda4ae526 [2020-08-13T07:30:08.063Z] Step 6/21 : COPY go.mod . [2020-08-13T07:30:08.063Z] Removing intermediate container 0f461b339925 [2020-08-13T07:30:08.063Z] ---> 6d34ce76557e [2020-08-13T07:30:08.063Z] Step 6/23 : COPY go.mod . [2020-08-13T07:30:08.323Z] Removing intermediate container d1b651946038 [2020-08-13T07:30:08.324Z] ---> 1439ce78f7c7 [2020-08-13T07:30:08.324Z] Step 6/20 : COPY go.mod . [2020-08-13T07:30:08.587Z] ---> 2c61ec3bb49e [2020-08-13T07:30:08.587Z] Step 7/21 : RUN go mod download [2020-08-13T07:30:09.161Z] Removing intermediate container 768d72ee4b57 [2020-08-13T07:30:09.161Z] ---> 502885af7bcd [2020-08-13T07:30:09.161Z] Step 6/26 : COPY go.mod . [2020-08-13T07:30:10.121Z] ---> 6b136f366ecc [2020-08-13T07:30:10.121Z] Step 7/23 : RUN go mod download [2020-08-13T07:30:10.755Z] Sending build context to Docker daemon 323MB [2020-08-13T07:30:10.755Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-13T07:30:10.755Z] Step 2/7 : FROM ${BASE} [2020-08-13T07:30:10.755Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-13T07:30:10.755Z] b538f80385f9: Pulling fs layer [2020-08-13T07:30:10.755Z] 74f711af9a0d: Pulling fs layer [2020-08-13T07:30:10.755Z] 99f96fe45779: Pulling fs layer [2020-08-13T07:30:10.755Z] fd7a069fd194: Pulling fs layer [2020-08-13T07:30:10.755Z] 66aa3694b03b: Pulling fs layer [2020-08-13T07:30:10.755Z] 170f70906a0f: Pulling fs layer [2020-08-13T07:30:10.755Z] ad7c5574e4b9: Pulling fs layer [2020-08-13T07:30:10.755Z] e772456be8f7: Pulling fs layer [2020-08-13T07:30:10.755Z] c890913d741a: Pulling fs layer [2020-08-13T07:30:10.755Z] 2480fcc9aa5a: Pulling fs layer [2020-08-13T07:30:10.755Z] 09adf4765672: Pulling fs layer [2020-08-13T07:30:10.755Z] ad7c5574e4b9: Waiting [2020-08-13T07:30:10.755Z] e772456be8f7: Waiting [2020-08-13T07:30:10.755Z] c890913d741a: Waiting [2020-08-13T07:30:10.755Z] 2480fcc9aa5a: Waiting [2020-08-13T07:30:10.755Z] 09adf4765672: Waiting [2020-08-13T07:30:10.755Z] fd7a069fd194: Waiting [2020-08-13T07:30:10.755Z] 66aa3694b03b: Waiting [2020-08-13T07:30:10.755Z] 170f70906a0f: Waiting [2020-08-13T07:30:10.755Z] 99f96fe45779: Verifying Checksum [2020-08-13T07:30:10.755Z] 99f96fe45779: Download complete [2020-08-13T07:30:10.755Z] 74f711af9a0d: Verifying Checksum [2020-08-13T07:30:10.755Z] 74f711af9a0d: Download complete [2020-08-13T07:30:10.755Z] 66aa3694b03b: Verifying Checksum [2020-08-13T07:30:10.755Z] 66aa3694b03b: Download complete [2020-08-13T07:30:10.755Z] 170f70906a0f: Verifying Checksum [2020-08-13T07:30:10.755Z] 170f70906a0f: Download complete [2020-08-13T07:30:10.755Z] b538f80385f9: Download complete [2020-08-13T07:30:11.067Z] ---> Running in f5363857f2a5 [2020-08-13T07:30:11.067Z] ---> 3f8ae5b3124f [2020-08-13T07:30:11.067Z] Step 7/20 : RUN go mod download [2020-08-13T07:30:11.360Z] b538f80385f9: Pull complete [2020-08-13T07:30:11.984Z] 74f711af9a0d: Pull complete [2020-08-13T07:30:12.461Z] ---> Running in 58380cb78339 [2020-08-13T07:30:12.461Z] ---> 157173810dff [2020-08-13T07:30:12.461Z] Step 7/26 : RUN go mod download [2020-08-13T07:30:12.588Z] 99f96fe45779: Pull complete [2020-08-13T07:30:12.725Z] ---> Running in 1b74770329aa [2020-08-13T07:30:13.347Z] ---> Running in e6f39d4da44a [2020-08-13T07:30:14.035Z] ad7c5574e4b9: Verifying Checksum [2020-08-13T07:30:14.035Z] ad7c5574e4b9: Download complete [2020-08-13T07:30:14.035Z] c890913d741a: Verifying Checksum [2020-08-13T07:30:14.035Z] c890913d741a: Download complete [2020-08-13T07:30:16.018Z] 2480fcc9aa5a: Verifying Checksum [2020-08-13T07:30:16.018Z] 2480fcc9aa5a: Download complete [2020-08-13T07:30:16.018Z] 09adf4765672: Verifying Checksum [2020-08-13T07:30:16.018Z] 09adf4765672: Download complete [2020-08-13T07:30:16.292Z] e772456be8f7: Verifying Checksum [2020-08-13T07:30:16.292Z] e772456be8f7: Download complete [2020-08-13T07:30:16.580Z] fd7a069fd194: Verifying Checksum [2020-08-13T07:30:16.580Z] fd7a069fd194: Download complete [2020-08-13T07:30:17.602Z] Removing intermediate container f5363857f2a5 [2020-08-13T07:30:17.602Z] ---> 8796e166849b [2020-08-13T07:30:17.602Z] Step 8/21 : COPY . . [2020-08-13T07:30:17.602Z] Removing intermediate container 58380cb78339 [2020-08-13T07:30:17.602Z] ---> 76a6c086ddb8 [2020-08-13T07:30:17.602Z] Step 8/23 : COPY . . [2020-08-13T07:30:17.602Z] Removing intermediate container e6f39d4da44a [2020-08-13T07:30:17.602Z] ---> 1aca5148483f [2020-08-13T07:30:17.602Z] Step 8/26 : COPY . . [2020-08-13T07:30:17.602Z] ---> fb6c14b00493 [2020-08-13T07:30:17.602Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-13T07:30:17.603Z] Removing intermediate container 1b74770329aa [2020-08-13T07:30:17.603Z] ---> 3788107ff848 [2020-08-13T07:30:17.603Z] Step 8/20 : COPY . . [2020-08-13T07:30:17.603Z] ---> Running in 4b547f62ee12 [2020-08-13T07:30:26.179Z] 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-13T07:30:29.018Z] fd7a069fd194: Pull complete [2020-08-13T07:30:29.018Z] 66aa3694b03b: Pull complete [2020-08-13T07:30:29.018Z] 170f70906a0f: Pull complete [2020-08-13T07:30:31.655Z] ad7c5574e4b9: Pull complete [2020-08-13T07:30:37.136Z] e772456be8f7: Pull complete [2020-08-13T07:30:37.136Z] c890913d741a: Pull complete [2020-08-13T07:30:39.120Z] 2480fcc9aa5a: Pull complete [2020-08-13T07:30:39.715Z] 09adf4765672: Pull complete [2020-08-13T07:30:39.715Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-13T07:30:39.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-13T07:30:39.715Z] ---> 2248a725d1cf [2020-08-13T07:30:39.715Z] 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-13T07:30:45.108Z] ---> Running in 76f688d8de5e [2020-08-13T07:30:46.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:30:47.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:30:48.357Z] ---> fd6d06c4fc75 [2020-08-13T07:30:48.357Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-13T07:30:48.357Z] ---> fa9ed305c5f7 [2020-08-13T07:30:48.357Z] 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-13T07:30:48.357Z] ---> 00e320e00dbe [2020-08-13T07:30:48.357Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-13T07:30:48.357Z] ---> a34fd3229a75 [2020-08-13T07:30:48.357Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-13T07:30:48.357Z] ---> Running in 3e883e882a68 [2020-08-13T07:30:48.357Z] ---> Running in c39fbcb72029 [2020-08-13T07:30:48.619Z] ---> Running in 4d6600e2dea2 [2020-08-13T07:30:48.619Z] ---> Running in 7cb8a07d8a19 [2020-08-13T07:30:49.941Z] (1/12) Installing libmagic (5.38-r0) [2020-08-13T07:30:50.009Z] Removing intermediate container 4b547f62ee12 [2020-08-13T07:30:50.009Z] ---> e8d80c52e6ac [2020-08-13T07:30:50.009Z] [2020-08-13T07:30:50.009Z] Step 9/29 : FROM alpine:latest [2020-08-13T07:30:50.215Z] (2/12) Installing file (5.38-r0) [2020-08-13T07:30:50.215Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-13T07:30:50.278Z] 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-13T07:30:50.485Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-13T07:30:50.546Z] latest: Pulling from library/alpine [2020-08-13T07:30:50.546Z] 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-13T07:30:50.811Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-13T07:30:50.811Z] Status: Downloaded newer image for alpine:latest [2020-08-13T07:30:50.811Z] ---> a24bb4013296 [2020-08-13T07:30:50.811Z] 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-13T07:30:50.811Z] ---> Running in de62bc54ea39 [2020-08-13T07:30:50.811Z] 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-13T07:30:50.811Z] 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-13T07:30:51.078Z] Removing intermediate container de62bc54ea39 [2020-08-13T07:30:51.078Z] ---> 3e8836ff3c72 [2020-08-13T07:30:51.078Z] Step 11/29 : USER root [2020-08-13T07:30:51.078Z] ---> Running in c18d59b57887 [2020-08-13T07:30:51.346Z] Removing intermediate container c18d59b57887 [2020-08-13T07:30:51.346Z] ---> 0b02c2ed0934 [2020-08-13T07:30:51.346Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-13T07:30:51.346Z] ---> Running in 35c268974de0 [2020-08-13T07:30:52.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:52.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:30:52.860Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:30:52.860Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:30:52.860Z] OK: 12749 distinct packages available [2020-08-13T07:30:53.122Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-13T07:30:53.122Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-13T07:30:53.122Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:30:53.398Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T07:30:53.398Z] OK: 6 MiB in 16 packages [2020-08-13T07:30:56.006Z] Removing intermediate container 35c268974de0 [2020-08-13T07:30:56.006Z] ---> 0719c6faf3c7 [2020-08-13T07:30:56.006Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-13T07:30:56.273Z] ---> Running in eee11222fbb0 [2020-08-13T07:30:56.540Z] Removing intermediate container eee11222fbb0 [2020-08-13T07:30:56.540Z] ---> e93e14ee2d2c [2020-08-13T07:30:56.540Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-13T07:30:56.803Z] ---> Running in 69a3a347b1b9 [2020-08-13T07:30:57.089Z] Removing intermediate container 69a3a347b1b9 [2020-08-13T07:30:57.089Z] ---> 6259d9d90323 [2020-08-13T07:30:57.089Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-13T07:30:57.089Z] ---> Running in 16c0597a6e19 [2020-08-13T07:30:59.056Z] Removing intermediate container 16c0597a6e19 [2020-08-13T07:30:59.056Z] ---> b033a7cbfd0a [2020-08-13T07:30:59.056Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-13T07:31:00.464Z] ---> 709caf33b354 [2020-08-13T07:31:00.464Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-13T07:31:00.726Z] ---> c6e982d5fd71 [2020-08-13T07:31:00.726Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-13T07:31:01.306Z] ---> 25669ce1b8bb [2020-08-13T07:31:01.306Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-13T07:31:01.890Z] ---> e0077bdce2d1 [2020-08-13T07:31:01.890Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-13T07:31:02.160Z] ---> 5d325cfbbf85 [2020-08-13T07:31:02.160Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-13T07:31:02.160Z] ---> Running in 8eb950d31274 [2020-08-13T07:31:02.844Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-13T07:31:02.844Z] (6/12) Installing patch (2.7.6-r6) [2020-08-13T07:31:02.844Z] (7/12) Installing build-base (0.5-r2) [2020-08-13T07:31:02.844Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-13T07:31:02.844Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-13T07:31:02.844Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-13T07:31:02.844Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-13T07:31:02.844Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-13T07:31:02.844Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:31:02.844Z] OK: 217 MiB in 51 packages [2020-08-13T07:31:05.555Z] Removing intermediate container 8eb950d31274 [2020-08-13T07:31:05.555Z] ---> 007a363736e6 [2020-08-13T07:31:05.555Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T07:31:05.827Z] ---> 59e4f009cf51 [2020-08-13T07:31:05.827Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T07:31:06.098Z] ---> Running in f78f3919e37a [2020-08-13T07:31:07.139Z] Removing intermediate container 76f688d8de5e [2020-08-13T07:31:07.140Z] ---> 84997d7e4a50 [2020-08-13T07:31:07.140Z] Step 4/7 : WORKDIR /edgex-go [2020-08-13T07:31:07.140Z] ---> Running in 35593314a331 [2020-08-13T07:31:07.731Z] Removing intermediate container 35593314a331 [2020-08-13T07:31:07.732Z] ---> 077623fde3ef [2020-08-13T07:31:07.732Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-13T07:31:08.002Z] latest: Pulling from library/docker [2020-08-13T07:31:08.002Z] b538f80385f9: Already exists [2020-08-13T07:31:08.002Z] 259a493cd78d: Pulling fs layer [2020-08-13T07:31:08.002Z] b8e66b5100f5: Pulling fs layer [2020-08-13T07:31:08.002Z] 39dc9c94d07c: Pulling fs layer [2020-08-13T07:31:08.002Z] 551b823b3b82: Pulling fs layer [2020-08-13T07:31:08.002Z] 3c52a74df98c: Pulling fs layer [2020-08-13T07:31:08.002Z] 6c9b121b6998: Pulling fs layer [2020-08-13T07:31:08.002Z] 551b823b3b82: Waiting [2020-08-13T07:31:08.002Z] 3c52a74df98c: Waiting [2020-08-13T07:31:08.002Z] 6c9b121b6998: Waiting [2020-08-13T07:31:08.066Z] Removing intermediate container f78f3919e37a [2020-08-13T07:31:08.066Z] ---> 48427b14e783 [2020-08-13T07:31:08.066Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-13T07:31:08.276Z] b8e66b5100f5: Verifying Checksum [2020-08-13T07:31:08.276Z] b8e66b5100f5: Download complete [2020-08-13T07:31:08.276Z] 259a493cd78d: Verifying Checksum [2020-08-13T07:31:08.276Z] 259a493cd78d: Download complete [2020-08-13T07:31:08.341Z] ---> Running in ca4ddc4df116 [2020-08-13T07:31:08.549Z] 3c52a74df98c: Verifying Checksum [2020-08-13T07:31:08.549Z] 3c52a74df98c: Download complete [2020-08-13T07:31:08.549Z] 551b823b3b82: Verifying Checksum [2020-08-13T07:31:08.549Z] 551b823b3b82: Download complete [2020-08-13T07:31:08.819Z] 6c9b121b6998: Verifying Checksum [2020-08-13T07:31:08.819Z] 6c9b121b6998: Download complete [2020-08-13T07:31:09.096Z] 259a493cd78d: Pull complete [2020-08-13T07:31:09.367Z] b8e66b5100f5: Pull complete [2020-08-13T07:31:09.639Z] 39dc9c94d07c: Verifying Checksum [2020-08-13T07:31:09.639Z] 39dc9c94d07c: Download complete [2020-08-13T07:31:11.705Z] Removing intermediate container ca4ddc4df116 [2020-08-13T07:31:11.706Z] ---> fe03382cb445 [2020-08-13T07:31:11.706Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T07:31:11.706Z] ---> Running in b4131aae47ec [2020-08-13T07:31:11.973Z] Removing intermediate container b4131aae47ec [2020-08-13T07:31:11.973Z] ---> 46a19070a678 [2020-08-13T07:31:11.973Z] Step 26/29 : CMD [ "generate" ] [2020-08-13T07:31:11.973Z] ---> Running in 2847472e2dd0 [2020-08-13T07:31:12.550Z] Removing intermediate container 2847472e2dd0 [2020-08-13T07:31:12.550Z] ---> 6e08c7830031 [2020-08-13T07:31:12.550Z] Step 27/29 : LABEL arch=x86_64 [2020-08-13T07:31:12.550Z] ---> Running in 024f9c680ce5 [2020-08-13T07:31:12.816Z] Removing intermediate container 024f9c680ce5 [2020-08-13T07:31:12.816Z] ---> 23cbf798f3b8 [2020-08-13T07:31:12.816Z] Step 28/29 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:31:13.028Z] 39dc9c94d07c: Pull complete [2020-08-13T07:31:13.028Z] 551b823b3b82: Pull complete [2020-08-13T07:31:13.083Z] ---> Running in 514a11afaf91 [2020-08-13T07:31:13.083Z] 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-13T07:31:13.302Z] 3c52a74df98c: Pull complete [2020-08-13T07:31:13.357Z] Removing intermediate container 514a11afaf91 [2020-08-13T07:31:13.357Z] ---> cf4c4b8cf003 [2020-08-13T07:31:13.357Z] Step 29/29 : LABEL version=0.0.0 [2020-08-13T07:31:13.632Z] ---> Running in 7dab82dc64b3 [2020-08-13T07:31:13.894Z] 6c9b121b6998: Pull complete [2020-08-13T07:31:13.895Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-13T07:31:13.895Z] Status: Downloaded newer image for docker:latest [2020-08-13T07:31:13.904Z] Removing intermediate container 7dab82dc64b3 [2020-08-13T07:31:13.904Z] ---> 65268a8fbb9c [2020-08-13T07:31:13.904Z] [2020-08-13T07:31:14.175Z] Successfully built 65268a8fbb9c [2020-08-13T07:31:14.175Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-13T07:31:14.175Z]  Building docker-security-secrets-setup-go ... done Building docker-core-metadata-go [2020-08-13T07:31:17.291Z] ---> 5f6a54772e57 [2020-08-13T07:31:17.291Z] Step 6/7 : COPY go.mod . [2020-08-13T07:31:17.882Z] ---> b63db6b90ecf [2020-08-13T07:31:17.882Z] Step 7/7 : RUN go mod download [2020-08-13T07:31:17.882Z] ---> Running in e7b07b1446f3 [2020-08-13T07:31:20.782Z] 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-13T07:31:21.251Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-13T07:31:21.251Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-13T07:31:21.251Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-13T07:31:21.251Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-13T07:31:21.251Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-13T07:31:21.251Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-13T07:31:21.251Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-13T07:31:21.251Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-13T07:31:21.251Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-13T07:31:21.251Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-13T07:31:21.251Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-13T07:31:21.251Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-13T07:31:21.251Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-13T07:31:21.251Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-13T07:31:21.251Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-13T07:31:21.251Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-13T07:31:21.251Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-13T07:31:21.251Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-13T07:31:21.251Z] go: finding github.com/fatih/color v1.7.0 [2020-08-13T07:31:21.251Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-13T07:31:21.251Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-13T07:31:21.251Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-13T07:31:21.251Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-13T07:31:21.361Z] Removing intermediate container 7cb8a07d8a19 [2020-08-13T07:31:21.361Z] ---> de725bc9717a [2020-08-13T07:31:21.361Z] [2020-08-13T07:31:21.361Z] Step 10/20 : FROM alpine [2020-08-13T07:31:21.361Z] ---> a24bb4013296 [2020-08-13T07:31:21.361Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-13T07:31:21.521Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-13T07:31:21.521Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-13T07:31:21.521Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-13T07:31:21.521Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-13T07:31:21.521Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-13T07:31:21.521Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-13T07:31:21.521Z] go: finding github.com/google/uuid v1.1.0 [2020-08-13T07:31:21.521Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-13T07:31:21.521Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-13T07:31:21.521Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-13T07:31:21.521Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-13T07:31:21.634Z] ---> Running in 467c596b7767 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-13T07:31:21.796Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-13T07:31:22.067Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-13T07:31:22.067Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-13T07:31:22.067Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-13T07:31:22.067Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-13T07:31:22.067Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-13T07:31:22.067Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-13T07:31:22.067Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-13T07:31:22.067Z] go: finding github.com/kr/pty v1.1.1 [2020-08-13T07:31:22.067Z] go: finding github.com/kr/text v0.1.0 [2020-08-13T07:31:22.341Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-13T07:31:22.341Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-13T07:31:22.341Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-13T07:31:22.341Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-13T07:31:22.616Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-13T07:31:22.616Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-13T07:31:22.616Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-13T07:31:22.616Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-13T07:31:22.616Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-13T07:31:22.616Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-13T07:31:22.616Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-13T07:31:22.616Z] go: finding github.com/posener/complete v1.1.1 [2020-08-13T07:31:22.616Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-13T07:31:22.616Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-13T07:31:22.886Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-13T07:31:22.886Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-13T07:31:22.886Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-13T07:31:22.886Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-13T07:31:22.886Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-13T07:31:22.886Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-13T07:31:22.886Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-13T07:31:22.886Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-13T07:31:22.886Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-13T07:31:22.886Z] go: finding golang.org/x/text v0.3.2 [2020-08-13T07:31:23.158Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-13T07:31:23.158Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-13T07:31:23.158Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-13T07:31:23.158Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-13T07:31:23.158Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-13T07:31:23.158Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-13T07:31:25.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:31:25.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:31:25.872Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:31:25.872Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:31:25.872Z] OK: 12749 distinct packages available [2020-08-13T07:31:25.872Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-13T07:31:25.872Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T07:31:25.872Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-13T07:31:25.872Z] (4/4) Installing curl (7.69.1-r0) [2020-08-13T07:31:25.872Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:31:25.872Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T07:31:25.872Z] OK: 7 MiB in 18 packages [2020-08-13T07:31:27.799Z] Removing intermediate container c39fbcb72029 [2020-08-13T07:31:27.799Z] ---> 19ba8547d8e7 [2020-08-13T07:31:27.799Z] [2020-08-13T07:31:27.799Z] Step 10/21 : FROM scratch [2020-08-13T07:31:27.799Z] ---> [2020-08-13T07:31:27.799Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T07:31:31.111Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:31:31.111Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:31:31.111Z] ---> 8e66e6856390 [2020-08-13T07:31:31.111Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T07:31:31.111Z] ---> Using cache [2020-08-13T07:31:31.111Z] ---> 57a76a9cb77d [2020-08-13T07:31:31.111Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:31:33.031Z] ---> Running in b83c9494faab [2020-08-13T07:31:33.031Z] ---> Running in 9eb8d1497092 [2020-08-13T07:31:33.031Z] Removing intermediate container 467c596b7767 [2020-08-13T07:31:33.031Z] ---> 7909d5950afc [2020-08-13T07:31:33.031Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T07:31:33.031Z] ---> Running in 66fd9a6e9a83 [2020-08-13T07:31:33.031Z] Removing intermediate container 4d6600e2dea2 [2020-08-13T07:31:33.031Z] ---> e3cbe02a5e6e [2020-08-13T07:31:33.031Z] [2020-08-13T07:31:33.031Z] Step 10/23 : FROM scratch [2020-08-13T07:31:33.031Z] ---> [2020-08-13T07:31:33.031Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T07:31:33.297Z] Removing intermediate container b83c9494faab [2020-08-13T07:31:33.297Z] ---> 13980f1c217f [2020-08-13T07:31:33.297Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-13T07:31:33.297Z] ---> Running in c60df25c3acd [2020-08-13T07:31:33.297Z] ---> Running in 02d292237512 [2020-08-13T07:31:33.297Z] Removing intermediate container 66fd9a6e9a83 [2020-08-13T07:31:33.297Z] ---> 71d2a773b803 [2020-08-13T07:31:33.297Z] Step 13/20 : WORKDIR /edgex [2020-08-13T07:31:34.686Z] Removing intermediate container c60df25c3acd [2020-08-13T07:31:34.686Z] ---> ab596e268284 [2020-08-13T07:31:34.686Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-13T07:31:34.686Z] ---> Running in 6ff7eeb535cc [2020-08-13T07:31:34.948Z] Removing intermediate container 02d292237512 [2020-08-13T07:31:34.948Z] ---> 7999a0eec2f8 [2020-08-13T07:31:34.948Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T07:31:34.948Z] ---> Running in 7b997eb29cfa [2020-08-13T07:31:34.948Z] ---> Running in 749df3b619e4 [2020-08-13T07:31:34.948Z] Removing intermediate container 3e883e882a68 [2020-08-13T07:31:34.948Z] ---> 4c4a254cb6b6 [2020-08-13T07:31:34.948Z] [2020-08-13T07:31:34.948Z] Step 10/26 : FROM alpine:3.10 [2020-08-13T07:31:35.208Z] Removing intermediate container 6ff7eeb535cc [2020-08-13T07:31:35.208Z] ---> b73792aa0453 [2020-08-13T07:31:35.208Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-13T07:31:35.208Z] Removing intermediate container 7b997eb29cfa [2020-08-13T07:31:35.208Z] ---> 856715b8a151 [2020-08-13T07:31:35.208Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-13T07:31:35.208Z] Removing intermediate container 9eb8d1497092 [2020-08-13T07:31:35.208Z] ---> b3bbc9cc9bc9 [2020-08-13T07:31:35.208Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T07:31:35.472Z] Removing intermediate container 749df3b619e4 [2020-08-13T07:31:35.472Z] ---> 34ab18e39106 [2020-08-13T07:31:35.472Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-13T07:31:35.472Z] ---> Running in 2a753a731507 [2020-08-13T07:31:35.472Z] 3.10: Pulling from library/alpine [2020-08-13T07:31:35.472Z] ---> Running in e6163445506f [2020-08-13T07:31:35.733Z] ---> 0cb82c793fb6 [2020-08-13T07:31:35.734Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-13T07:31:35.998Z] Removing intermediate container 2a753a731507 [2020-08-13T07:31:35.998Z] ---> 6bee6fc58433 [2020-08-13T07:31:35.998Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-13T07:31:36.579Z] ---> ad0e721b77a5 [2020-08-13T07:31:36.579Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-13T07:31:36.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:31:37.105Z] ---> 92d4f59c91b4 [2020-08-13T07:31:37.105Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-13T07:31:37.105Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-13T07:31:37.376Z] Status: Downloaded newer image for alpine:3.10 [2020-08-13T07:31:37.376Z] ---> be4e4bea2c2e [2020-08-13T07:31:37.376Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-13T07:31:37.376Z] ---> dd58b263ba58 [2020-08-13T07:31:37.376Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-13T07:31:37.376Z] ---> 1c98c2f1753f [2020-08-13T07:31:37.376Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-13T07:31:37.376Z] ---> Running in 153c8a8190fd [2020-08-13T07:31:37.376Z] ---> Running in 8aec391e102b [2020-08-13T07:31:38.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:31:38.319Z] Removing intermediate container 8aec391e102b [2020-08-13T07:31:38.319Z] ---> cae74355d7b6 [2020-08-13T07:31:38.319Z] Step 17/20 : CMD ["--init=true"] [2020-08-13T07:31:38.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:31:38.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:31:38.319Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-13T07:31:38.319Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-13T07:31:38.319Z] OK: 10346 distinct packages available [2020-08-13T07:31:38.583Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-13T07:31:38.583Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-13T07:31:38.583Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-13T07:31:38.583Z] (4/5) Installing curl (7.66.0-r0) [2020-08-13T07:31:38.583Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-13T07:31:38.583Z] Executing busybox-1.30.1-r3.trigger [2020-08-13T07:31:38.583Z] Executing ca-certificates-20191127-r2.trigger [2020-08-13T07:31:38.876Z] OK: 7 MiB in 19 packages [2020-08-13T07:31:39.204Z] ---> Running in 49dcb295fda0 [2020-08-13T07:31:39.204Z] ---> 772aac90163f [2020-08-13T07:31:39.204Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-13T07:31:39.204Z] ---> af58871ad099 [2020-08-13T07:31:39.204Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-13T07:31:39.506Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:31:39.506Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:31:39.506Z] OK: 12749 distinct packages available [2020-08-13T07:31:39.506Z] OK: 233 MiB in 51 packages [2020-08-13T07:31:40.164Z] Removing intermediate container 49dcb295fda0 [2020-08-13T07:31:40.164Z] ---> ac6c008b5037 [2020-08-13T07:31:40.164Z] Step 18/20 : LABEL arch=x86_64 [2020-08-13T07:31:40.736Z] ---> c12664569ab7 [2020-08-13T07:31:40.736Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:31:40.736Z] ---> Running in 8a940f11c165 [2020-08-13T07:31:41.006Z] ---> c1f6b18f3d6a [2020-08-13T07:31:41.006Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-13T07:31:41.006Z] ---> Running in 076777168fca [2020-08-13T07:31:41.006Z] Removing intermediate container 153c8a8190fd [2020-08-13T07:31:41.006Z] ---> 434474351572 [2020-08-13T07:31:41.006Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T07:31:41.006Z] Removing intermediate container 8a940f11c165 [2020-08-13T07:31:41.006Z] ---> fcbda69dfced [2020-08-13T07:31:41.006Z] Step 19/20 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:31:41.267Z] ---> Running in 4dcc67f3912a [2020-08-13T07:31:41.267Z] ---> Running in 5b2c627909b7 [2020-08-13T07:31:41.267Z] Removing intermediate container 076777168fca [2020-08-13T07:31:41.267Z] ---> cf47ee92f15b [2020-08-13T07:31:41.267Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T07:31:41.267Z] ---> d07521a66d33 [2020-08-13T07:31:41.267Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-13T07:31:41.451Z] Removing intermediate container e7b07b1446f3 [2020-08-13T07:31:41.451Z] ---> 2473725ecd41 [2020-08-13T07:31:41.451Z] Successfully built 2473725ecd41 [2020-08-13T07:31:41.451Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-08-13T07:31:41.530Z] Removing intermediate container e6163445506f [2020-08-13T07:31:41.530Z] ---> 8f1ea1463995 [2020-08-13T07:31:41.530Z] Step 6/21 : COPY go.mod . [2020-08-13T07:31:41.530Z] ---> Running in 60a56a62fc27 [2020-08-13T07:31:41.530Z] Removing intermediate container 4dcc67f3912a [2020-08-13T07:31:41.530Z] ---> 5d9efafdc95a [2020-08-13T07:31:41.530Z] Step 13/26 : WORKDIR / [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:31:42.103Z] Removing intermediate container 5b2c627909b7 [2020-08-13T07:31:42.103Z] ---> ce4cfc12935e [2020-08-13T07:31:42.103Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T07:31:42.103Z] ---> Running in 71543d341bba [2020-08-13T07:31:42.103Z] ---> 09258bdf8c6f [2020-08-13T07:31:42.103Z] Step 7/21 : RUN go mod download [2020-08-13T07:31:42.104Z] ---> Running in 20856bad07fe [2020-08-13T07:31:42.366Z] Removing intermediate container 60a56a62fc27 [2020-08-13T07:31:42.366Z] ---> 94e56b3e8eba [2020-08-13T07:31:42.366Z] Step 20/21 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:31:42.366Z] ---> be75869b31eb [2020-08-13T07:31:42.366Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-13T07:31:42.366Z] ---> Running in 570f027e5418 [2020-08-13T07:31:42.366Z] ---> Running in cb22493f4c1f [2020-08-13T07:31:42.382Z] + docker inspect -f . ci-base-image-arm64 [2020-08-13T07:31:42.382Z] . [Pipeline] withDockerContainer [2020-08-13T07:31:42.631Z] Removing intermediate container 71543d341bba [2020-08-13T07:31:42.631Z] ---> fe9104f4c46c [2020-08-13T07:31:42.631Z] 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-13T07:31:42.675Z] prd-ubuntu18.04-docker-arm64-4c-16g-5086 does not seem to be running inside a container [2020-08-13T07:31:42.760Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-13T07:31:42.894Z] Removing intermediate container 20856bad07fe [2020-08-13T07:31:42.894Z] ---> d6dc019de62f [2020-08-13T07:31:42.894Z] [2020-08-13T07:31:42.894Z] ---> 948a050ad5fe [2020-08-13T07:31:42.894Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:31:42.894Z] Successfully built d6dc019de62f [2020-08-13T07:31:42.894Z] Removing intermediate container cb22493f4c1f [2020-08-13T07:31:42.894Z] ---> 5b453a9bcf90 [2020-08-13T07:31:42.894Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T07:31:42.894Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-13T07:31:42.894Z] Building docker-core-command-go [2020-08-13T07:31:43.170Z]  Building docker-security-proxy-setup-go ... done  ---> 523d3bdf9970 [2020-08-13T07:31:43.170Z] 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-13T07:31:43.170Z] ---> Running in 8381793f364c [2020-08-13T07:31:43.170Z] ---> Running in aaab786c5244 [2020-08-13T07:31:43.432Z] Removing intermediate container 8381793f364c [2020-08-13T07:31:43.432Z] ---> a1bc9b875d86 [2020-08-13T07:31:43.432Z] Step 21/23 : LABEL arch=x86_64 [2020-08-13T07:31:44.228Z] $ docker top 7a28f4b9a46fab56414cb0129e699c8ffbddab02200196156a1efc6cba7fb30c -eo pid,comm [2020-08-13T07:31:44.377Z] ---> Running in 8c194d0abd22 [2020-08-13T07:31:44.377Z] ---> e22da448bbd4 [2020-08-13T07:31:44.377Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-13T07:31:44.377Z] Removing intermediate container aaab786c5244 [2020-08-13T07:31:44.377Z] ---> c57b7eaf9fbc [2020-08-13T07:31:44.378Z] [Pipeline] { [Pipeline] sh [2020-08-13T07:31:45.382Z] + go version [2020-08-13T07:31:45.382Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-13T07:31:45.420Z] ========================================================= [2020-08-13T07:31:45.420Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-13T07:31:45.420Z] ========================================================= [Pipeline] sh [2020-08-13T07:31:46.083Z] + make test [2020-08-13T07:31:46.083Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-13T07:31:46.927Z] Successfully built c57b7eaf9fbc [2020-08-13T07:31:46.927Z] Successfully tagged docker-support-logging-go:latest [2020-08-13T07:31:46.927Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-13T07:31:48.704Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-13T07:31:49.492Z] Removing intermediate container 8c194d0abd22 [2020-08-13T07:31:49.492Z] ---> fb13ba0b9d55 [2020-08-13T07:31:49.492Z] Step 22/23 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:31:49.492Z] ---> 21efa7b5ab75 [2020-08-13T07:31:49.492Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-13T07:31:50.442Z] ---> Running in 12d5807f042f [2020-08-13T07:31:51.841Z] ---> 76128953b827 [2020-08-13T07:31:51.841Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-13T07:31:51.841Z] Removing intermediate container 570f027e5418 [2020-08-13T07:31:51.841Z] ---> cbe24e33487c [2020-08-13T07:31:51.841Z] Step 8/21 : COPY . . [2020-08-13T07:31:52.119Z] Removing intermediate container 12d5807f042f [2020-08-13T07:31:52.119Z] ---> 2825118be810 [2020-08-13T07:31:52.119Z] Step 23/23 : LABEL version=0.0.0 [2020-08-13T07:31:52.399Z] ---> Running in 3d54918a82ac [2020-08-13T07:31:57.719Z] Removing intermediate container 3d54918a82ac [2020-08-13T07:31:57.719Z] ---> 864349a5bb42 [2020-08-13T07:31:57.719Z] [2020-08-13T07:31:57.719Z] Successfully built 864349a5bb42 [2020-08-13T07:31:59.644Z] Successfully tagged docker-support-notifications-go:latest [2020-08-13T07:31:59.644Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-08-13T07:32:01.570Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:32:01.570Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:32:01.570Z] ---> 8e66e6856390 [2020-08-13T07:32:01.570Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T07:32:01.570Z] ---> Using cache [2020-08-13T07:32:01.570Z] ---> 57a76a9cb77d [2020-08-13T07:32:01.570Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:32:01.570Z] ---> Using cache [2020-08-13T07:32:01.570Z] ---> b3bbc9cc9bc9 [2020-08-13T07:32:01.570Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T07:32:01.570Z] ---> Using cache [2020-08-13T07:32:01.570Z] ---> 8f1ea1463995 [2020-08-13T07:32:01.570Z] Step 6/21 : COPY go.mod . [2020-08-13T07:32:01.570Z] ---> Using cache [2020-08-13T07:32:01.570Z] ---> 09258bdf8c6f [2020-08-13T07:32:01.570Z] Step 7/21 : RUN go mod download [2020-08-13T07:32:01.570Z] ---> Using cache [2020-08-13T07:32:01.570Z] ---> cbe24e33487c [2020-08-13T07:32:01.570Z] Step 8/21 : COPY . . [2020-08-13T07:32:04.229Z] ---> 03e096bb6cae [2020-08-13T07:32:04.229Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-13T07:32:09.566Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:32:09.566Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:32:09.566Z] ---> 8e66e6856390 [2020-08-13T07:32:09.566Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T07:32:09.566Z] ---> Using cache [2020-08-13T07:32:09.566Z] ---> 57a76a9cb77d [2020-08-13T07:32:09.566Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:32:09.566Z] ---> Using cache [2020-08-13T07:32:09.566Z] ---> b3bbc9cc9bc9 [2020-08-13T07:32:09.566Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-13T07:32:11.513Z] ---> 7ddc6021ce51 [2020-08-13T07:32:11.513Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-13T07:32:12.114Z] ---> Running in 58bd93926db5 [2020-08-13T07:32:14.057Z] ---> 8cb48991f31d [2020-08-13T07:32:14.057Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T07:32:15.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:32:16.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:32:17.832Z] ---> f371d71f2af0 [2020-08-13T07:32:17.832Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T07:32:18.420Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:32:18.420Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:32:18.420Z] OK: 12749 distinct packages available [2020-08-13T07:32:18.687Z] OK: 233 MiB in 51 packages [2020-08-13T07:32:18.687Z] ---> Running in da0806221397 [2020-08-13T07:32:20.617Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:32:20.617Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:32:20.617Z] ---> 8e66e6856390 [2020-08-13T07:32:20.617Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T07:32:20.617Z] ---> Using cache [2020-08-13T07:32:20.617Z] ---> 57a76a9cb77d [2020-08-13T07:32:20.617Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:32:20.617Z] ---> Using cache [2020-08-13T07:32:20.617Z] ---> b3bbc9cc9bc9 [2020-08-13T07:32:20.617Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T07:32:20.617Z] ---> Using cache [2020-08-13T07:32:20.617Z] ---> 8f1ea1463995 [2020-08-13T07:32:20.617Z] Step 6/20 : COPY go.mod . [2020-08-13T07:32:20.617Z] ---> Using cache [2020-08-13T07:32:20.617Z] ---> 09258bdf8c6f [2020-08-13T07:32:20.617Z] Step 7/20 : RUN go mod download [2020-08-13T07:32:20.617Z] ---> Using cache [2020-08-13T07:32:20.617Z] ---> cbe24e33487c [2020-08-13T07:32:20.617Z] Step 8/20 : COPY . . [2020-08-13T07:32:21.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-13T07:32:25.925Z] ---> cb9a8bc2e328 [2020-08-13T07:32:25.925Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-13T07:32:28.482Z] Removing intermediate container 58bd93926db5 [2020-08-13T07:32:28.482Z] ---> 958a7a3934d8 [2020-08-13T07:32:28.482Z] Step 6/26 : COPY go.mod . [2020-08-13T07:32:29.427Z] ---> Running in ec7d20d30330 [2020-08-13T07:32:29.690Z] ---> 132c8ba06bfe [2020-08-13T07:32:29.690Z] Step 7/26 : RUN go mod download [2020-08-13T07:32:31.080Z] ---> ffe5975cc81d [2020-08-13T07:32:31.080Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-13T07:32:32.814Z] Removing intermediate container da0806221397 [2020-08-13T07:32:32.814Z] ---> ad929ca4c858 [2020-08-13T07:32:32.814Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T07:32:33.081Z] ---> Running in 7ba4676bc64a [2020-08-13T07:32:33.081Z] 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-13T07:32:33.081Z] ---> Running in de5db1fcf1ec [2020-08-13T07:32:33.354Z] ---> Running in 24e5cf25fecf [2020-08-13T07:32:34.315Z] Removing intermediate container 24e5cf25fecf [2020-08-13T07:32:34.315Z] ---> e6201e560d6f [2020-08-13T07:32:34.315Z] Step 24/26 : LABEL arch=x86_64 [2020-08-13T07:32:34.901Z] ---> Running in c56e13e28f9e [2020-08-13T07:32:35.167Z] 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-13T07:32:35.444Z] Removing intermediate container c56e13e28f9e [2020-08-13T07:32:35.445Z] ---> e7353e538221 [2020-08-13T07:32:35.445Z] Step 25/26 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:32:36.324Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-13T07:32:36.324Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-13T07:32:36.324Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-13T07:32:36.324Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-13T07:32:36.324Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.069s [2020-08-13T07:32:36.324Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-13T07:32:36.324Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-13T07:32:36.324Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-13T07:32:36.324Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-13T07:32:36.599Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-13T07:32:37.400Z] ---> Running in 39f9a71eac9b [2020-08-13T07:32:37.574Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-13T07:32:37.574Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-13T07:32:37.574Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-13T07:32:39.362Z] Removing intermediate container 39f9a71eac9b [2020-08-13T07:32:39.362Z] ---> da6759146f45 [2020-08-13T07:32:39.362Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T07:32:40.335Z] ---> Running in f4963ddd095c [2020-08-13T07:32:40.335Z] Removing intermediate container 7ba4676bc64a [2020-08-13T07:32:40.335Z] ---> 202a59f2c8f9 [2020-08-13T07:32:40.335Z] Step 8/26 : COPY . . [2020-08-13T07:32:40.608Z] Removing intermediate container f4963ddd095c [2020-08-13T07:32:40.608Z] ---> 8f6bdc887854 [2020-08-13T07:32:40.608Z] [2020-08-13T07:32:40.608Z] ---> a2f6e33931ac [2020-08-13T07:32:40.608Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-13T07:32:40.888Z] ---> Running in af242dc3ab38 [2020-08-13T07:32:40.888Z] Successfully built 8f6bdc887854 [2020-08-13T07:32:40.888Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-13T07:32:40.888Z] Building docker-core-data-go [2020-08-13T07:32:46.304Z]  Building docker-security-secretstore-setup-go ... done 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-13T07:32:47.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements [2020-08-13T07:32:47.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-13T07:32:47.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-13T07:32:47.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-13T07:32:47.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-13T07:32:47.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-13T07:32:54.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.3% of statements [2020-08-13T07:32:54.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-13T07:32:54.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-13T07:32:54.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-13T07:32:54.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-13T07:32:54.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-13T07:32:54.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-13T07:32:54.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-08-13T07:32:54.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-13T07:32:54.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2020-08-13T07:32:54.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-13T07:32:57.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.420s coverage: 28.6% of statements [2020-08-13T07:32:57.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-13T07:32:57.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-13T07:32:57.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-13T07:32:57.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-13T07:32:57.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-13T07:32:57.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements [2020-08-13T07:32:57.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-13T07:32:57.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements [2020-08-13T07:32:57.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-13T07:32:59.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.079s coverage: 89.8% of statements [2020-08-13T07:32:59.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-13T07:32:59.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.170s coverage: 97.5% of statements [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-13T07:32:59.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.042s coverage: 100.0% of statements [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-13T07:32:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-13T07:32:59.935Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2020-08-13T07:33:04.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 63.5% of statements [2020-08-13T07:33:04.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-13T07:33:04.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-13T07:33:04.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements [2020-08-13T07:33:04.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.406s coverage: 55.9% of statements [2020-08-13T07:33:04.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-13T07:33:04.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-13T07:33:04.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-13T07:33:04.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-13T07:33:08.448Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:33:08.448Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:33:08.448Z] ---> 8e66e6856390 [2020-08-13T07:33:08.448Z] Step 3/22 : WORKDIR /edgex-go [2020-08-13T07:33:08.448Z] ---> Using cache [2020-08-13T07:33:08.448Z] ---> 57a76a9cb77d [2020-08-13T07:33:08.448Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:33:08.448Z] ---> Using cache [2020-08-13T07:33:08.448Z] ---> b3bbc9cc9bc9 [2020-08-13T07:33:08.448Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-13T07:33:09.401Z] ---> Running in 3d96c6d941ca [2020-08-13T07:33:09.401Z] ---> a89e1c106651 [2020-08-13T07:33:09.401Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-13T07:33:09.673Z] ---> Running in c0462ba7d7af [2020-08-13T07:33:10.277Z] 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-13T07:33:10.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:33:11.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:33:12.663Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:33:12.663Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:33:12.663Z] OK: 12749 distinct packages available [2020-08-13T07:33:13.253Z] OK: 233 MiB in 51 packages [2020-08-13T07:33:14.206Z] Removing intermediate container de5db1fcf1ec [2020-08-13T07:33:14.206Z] ---> 59a5682a34e9 [2020-08-13T07:33:14.206Z] [2020-08-13T07:33:14.207Z] Step 10/21 : FROM scratch [2020-08-13T07:33:14.207Z] ---> [2020-08-13T07:33:14.207Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T07:33:14.800Z] Removing intermediate container ec7d20d30330 [2020-08-13T07:33:14.800Z] ---> 29eb1edce0b5 [2020-08-13T07:33:14.801Z] [2020-08-13T07:33:14.801Z] Step 10/21 : FROM scratch [2020-08-13T07:33:14.801Z] ---> [2020-08-13T07:33:14.801Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T07:33:15.077Z] ---> Running in 7e405a06c2d6 [2020-08-13T07:33:15.077Z] ---> Running in d2d7b1864d85 [2020-08-13T07:33:15.351Z] Removing intermediate container 3d96c6d941ca [2020-08-13T07:33:15.351Z] ---> aa6cbefc28fa [2020-08-13T07:33:15.351Z] Step 6/22 : COPY go.mod . [2020-08-13T07:33:15.351Z] Removing intermediate container d2d7b1864d85 [2020-08-13T07:33:15.351Z] ---> 10327ef310ce [2020-08-13T07:33:15.351Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-13T07:33:15.630Z] Removing intermediate container 7e405a06c2d6 [2020-08-13T07:33:15.630Z] ---> c5f15c39c403 [2020-08-13T07:33:15.630Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-13T07:33:15.905Z] ---> Running in 7e06491def6d [2020-08-13T07:33:17.316Z] ---> Running in 2ea20b258e72 [2020-08-13T07:33:17.887Z] ---> 7d573e2c0fed [2020-08-13T07:33:17.887Z] Step 7/22 : RUN go mod download [2020-08-13T07:33:18.462Z] Removing intermediate container 7e06491def6d [2020-08-13T07:33:18.462Z] ---> 453edc677652 [2020-08-13T07:33:18.462Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T07:33:18.462Z] ---> Running in caeab00ac001 [2020-08-13T07:33:18.462Z] Removing intermediate container 2ea20b258e72 [2020-08-13T07:33:18.463Z] ---> 36143d59f0da [2020-08-13T07:33:18.463Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T07:33:18.736Z] ---> Running in c9924167d4ba [2020-08-13T07:33:18.736Z] ---> Running in 43dbca3ba350 [2020-08-13T07:33:18.736Z] Removing intermediate container af242dc3ab38 [2020-08-13T07:33:18.736Z] ---> 796b5a362fb2 [2020-08-13T07:33:18.736Z] [2020-08-13T07:33:18.736Z] Step 10/20 : FROM scratch [2020-08-13T07:33:18.736Z] ---> [2020-08-13T07:33:18.736Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T07:33:19.011Z] ---> Using cache [2020-08-13T07:33:19.011Z] ---> 10327ef310ce [2020-08-13T07:33:19.011Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-13T07:33:19.011Z] Removing intermediate container c9924167d4ba [2020-08-13T07:33:19.011Z] ---> cdea4bc4bebc [2020-08-13T07:33:19.011Z] Step 14/21 : WORKDIR / [2020-08-13T07:33:19.011Z] ---> Running in f1349cb0d502 [2020-08-13T07:33:19.011Z] Removing intermediate container 43dbca3ba350 [2020-08-13T07:33:19.011Z] ---> 8a1dc955de8a [2020-08-13T07:33:19.011Z] Step 14/21 : WORKDIR / [2020-08-13T07:33:19.273Z] ---> Running in 7366f4f58fb9 [2020-08-13T07:33:19.273Z] ---> Running in 4e2be5e04651 [2020-08-13T07:33:19.273Z] Removing intermediate container f1349cb0d502 [2020-08-13T07:33:19.273Z] ---> 2cc2dc9900fa [2020-08-13T07:33:19.273Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-13T07:33:20.223Z] ---> Running in 9b5237658d5d [2020-08-13T07:33:20.223Z] Removing intermediate container 7366f4f58fb9 [2020-08-13T07:33:20.223Z] ---> 24d13d2c1987 [2020-08-13T07:33:20.223Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-13T07:33:20.503Z] Removing intermediate container 4e2be5e04651 [2020-08-13T07:33:20.503Z] ---> 1c889f612161 [2020-08-13T07:33:20.503Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-13T07:33:20.772Z] Removing intermediate container 9b5237658d5d [2020-08-13T07:33:20.772Z] ---> 5a15ab787abf [2020-08-13T07:33:20.772Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-13T07:33:20.772Z] ---> 48771992bb85 [2020-08-13T07:33:20.772Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-13T07:33:21.045Z] ---> a48d3a04efeb [2020-08-13T07:33:21.045Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-13T07:33:21.045Z] Removing intermediate container caeab00ac001 [2020-08-13T07:33:21.045Z] ---> b18a98b496b9 [2020-08-13T07:33:21.045Z] Step 8/22 : COPY . . [2020-08-13T07:33:21.045Z] ---> df1f89066668 [2020-08-13T07:33:21.045Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-13T07:33:26.400Z] ---> fb4439205561 [2020-08-13T07:33:26.400Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-13T07:33:26.995Z] ---> ca1744749283 [2020-08-13T07:33:26.995Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-13T07:33:26.995Z] ---> 7db0089b58ab [2020-08-13T07:33:26.995Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-13T07:33:29.541Z] ---> ad382de9d5ed [2020-08-13T07:33:29.541Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:33:30.929Z] ---> 25eb86953588 [2020-08-13T07:33:30.929Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.369s coverage: 86.3% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.067s coverage: 72.2% of statements [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.365s coverage: 72.1% of statements [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.035s coverage: 82.4% of statements [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.102s coverage: 96.8% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 26.9% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.305s coverage: 84.1% of statements [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.028s coverage: 42.9% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.043s coverage: 83.8% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.092s coverage: 46.1% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-13T07:33:31.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements [2020-08-13T07:33:31.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-13T07:33:32.334Z] ---> dc7177c65cf9 [2020-08-13T07:33:32.334Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:33:33.730Z] ---> Running in 163d61cea370 [2020-08-13T07:33:33.730Z] ---> Running in 3403265e2974 [2020-08-13T07:33:34.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.225s coverage: 29.1% of statements [2020-08-13T07:33:34.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-13T07:33:34.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-13T07:33:34.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-13T07:33:34.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-13T07:33:34.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-13T07:33:34.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements [2020-08-13T07:33:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-13T07:33:34.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.062s coverage: 100.0% of statements [2020-08-13T07:33:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-13T07:33:34.007Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements [2020-08-13T07:33:34.007Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-13T07:33:35.470Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements [2020-08-13T07:33:35.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-13T07:33:35.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-13T07:33:35.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-13T07:33:35.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-13T07:33:35.648Z] ---> Running in 40c969b57439 [2020-08-13T07:33:36.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2020-08-13T07:33:36.908Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-13T07:33:36.908Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-13T07:33:36.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2020-08-13T07:33:37.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-08-13T07:33:38.230Z] Removing intermediate container 3403265e2974 [2020-08-13T07:33:38.230Z] ---> 366b10cf9c98 [2020-08-13T07:33:38.230Z] Step 18/20 : LABEL arch=x86_64 [2020-08-13T07:33:38.230Z] Removing intermediate container 163d61cea370 [2020-08-13T07:33:38.230Z] ---> 5aa86ba2358f [2020-08-13T07:33:38.230Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T07:33:38.230Z] Removing intermediate container c0462ba7d7af [2020-08-13T07:33:38.230Z] ---> 65a399284cdb [2020-08-13T07:33:38.230Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-13T07:33:38.498Z] Removing intermediate container 40c969b57439 [2020-08-13T07:33:38.498Z] ---> 5bc0232bc135 [2020-08-13T07:33:38.498Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T07:33:38.865Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements [2020-08-13T07:33:39.098Z] ---> Running in 01d01798a981 [2020-08-13T07:33:39.099Z] ---> Running in 77c76cfa4cc3 [2020-08-13T07:33:39.099Z] ---> Running in f9514b2c875e [2020-08-13T07:33:39.458Z] GO111MODULE=on go vet ./... [2020-08-13T07:33:40.484Z] ---> Running in cd076ecc36d2 [2020-08-13T07:33:40.748Z] Removing intermediate container 77c76cfa4cc3 [2020-08-13T07:33:40.748Z] ---> c1dd9a0688ff [2020-08-13T07:33:40.748Z] Step 20/21 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:33:41.012Z] Removing intermediate container f9514b2c875e [2020-08-13T07:33:41.012Z] ---> 8c641ff21678 [2020-08-13T07:33:41.012Z] Step 19/20 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:33:41.012Z] Removing intermediate container cd076ecc36d2 [2020-08-13T07:33:41.012Z] ---> a8b96c424a51 [2020-08-13T07:33:41.012Z] Step 20/21 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:33:41.012Z] ---> Running in a07813967395 [2020-08-13T07:33:41.012Z] ---> 0aae7f2c55f5 [2020-08-13T07:33:41.012Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-13T07:33:41.012Z] ---> Running in ff290e548e89 [2020-08-13T07:33:41.282Z] ---> Running in 36c8f820783d [2020-08-13T07:33:41.282Z] ---> Running in 0f7c8b6b31db [2020-08-13T07:33:41.283Z] 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-13T07:33:41.548Z] Removing intermediate container a07813967395 [2020-08-13T07:33:41.548Z] ---> cfb6ccec843a [2020-08-13T07:33:41.548Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T07:33:41.548Z] Removing intermediate container ff290e548e89 [2020-08-13T07:33:41.548Z] ---> e9b5561db65d [2020-08-13T07:33:41.548Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T07:33:41.548Z] Removing intermediate container 36c8f820783d [2020-08-13T07:33:41.548Z] ---> 42c7579d50ca [2020-08-13T07:33:41.548Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T07:33:41.816Z] ---> Running in 37b5b65be990 [2020-08-13T07:33:41.816Z] ---> Running in 100ea4baad02 [2020-08-13T07:33:41.816Z] ---> Running in 14e519f7f11e [2020-08-13T07:33:41.816Z] Removing intermediate container 37b5b65be990 [2020-08-13T07:33:41.816Z] ---> 82f44f04f8d3 [2020-08-13T07:33:41.816Z] [2020-08-13T07:33:42.085Z] 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-13T07:33:42.085Z] Removing intermediate container 100ea4baad02 [2020-08-13T07:33:42.085Z] ---> c19d8147774e [2020-08-13T07:33:42.085Z] [2020-08-13T07:33:42.085Z] Successfully built 82f44f04f8d3 [2020-08-13T07:33:42.085Z] Removing intermediate container 14e519f7f11e [2020-08-13T07:33:42.085Z] ---> 35e4b8157e22 [2020-08-13T07:33:42.085Z] [2020-08-13T07:33:42.085Z] Successfully tagged docker-core-command-go:latest [2020-08-13T07:33:42.346Z]  Building docker-core-command-go ... done Successfully built c19d8147774e [2020-08-13T07:33:42.346Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-13T07:33:42.346Z]  Building docker-support-scheduler-go ... done Successfully built 35e4b8157e22 [2020-08-13T07:33:42.346Z] Successfully tagged docker-core-metadata-go:latest [2020-08-13T07:33:43.762Z]  Building docker-core-metadata-go ... done Removing intermediate container 01d01798a981 [2020-08-13T07:33:43.762Z] ---> 25b94798dcbf [2020-08-13T07:33:43.762Z] [2020-08-13T07:33:43.762Z] Step 11/26 : FROM docker:latest [2020-08-13T07:33:43.762Z] ---> 81f5749c9058 [2020-08-13T07:33:43.762Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-13T07:33:43.762Z] ---> Running in 1bad23bf1819 [2020-08-13T07:33:44.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:33:44.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:33:45.023Z] (1/2) Installing readline (8.0.4-r0) [2020-08-13T07:33:45.023Z] (2/2) Installing bash (5.0.17-r0) [2020-08-13T07:33:45.023Z] Executing bash-5.0.17-r0.post-install [2020-08-13T07:33:45.023Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:33:45.023Z] OK: 12 MiB in 22 packages [2020-08-13T07:33:46.432Z] Removing intermediate container 1bad23bf1819 [2020-08-13T07:33:46.432Z] ---> ffc4056654b1 [2020-08-13T07:33:46.432Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-13T07:33:46.432Z] ---> Running in 2c5aca978309 [2020-08-13T07:33:47.850Z] Removing intermediate container 2c5aca978309 [2020-08-13T07:33:47.850Z] ---> 8e9876032dfa [2020-08-13T07:33:47.850Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-13T07:33:47.850Z] ---> Running in 7c2182113726 [2020-08-13T07:33:48.441Z] Removing intermediate container 7c2182113726 [2020-08-13T07:33:48.441Z] ---> 5943acb57fe8 [2020-08-13T07:33:48.441Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-13T07:33:48.441Z] ---> Running in 3e272d0502b9 [2020-08-13T07:33:48.719Z] Removing intermediate container 3e272d0502b9 [2020-08-13T07:33:48.719Z] ---> 758fbf3b0689 [2020-08-13T07:33:48.719Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-13T07:33:48.719Z] ---> Running in 781267bc66cf [2020-08-13T07:33:48.990Z] Removing intermediate container 781267bc66cf [2020-08-13T07:33:48.990Z] ---> 85105a2a2f57 [2020-08-13T07:33:48.990Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-13T07:33:50.438Z] ---> d4ecbb80b145 [2020-08-13T07:33:50.438Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-13T07:33:50.720Z] ---> c78998e6df60 [2020-08-13T07:33:50.720Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-13T07:33:51.295Z] ---> 8891e7b996b8 [2020-08-13T07:33:51.295Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-13T07:33:51.295Z] ---> Running in ad262b0178e4 [2020-08-13T07:33:51.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:33:51.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:33:52.131Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-13T07:33:52.131Z] (2/33) Installing expat (2.2.9-r1) [2020-08-13T07:33:52.131Z] (3/33) Installing libffi (3.3-r2) [2020-08-13T07:33:52.131Z] (4/33) Installing gdbm (1.13-r1) [2020-08-13T07:33:52.131Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-13T07:33:52.131Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-13T07:33:52.131Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-13T07:33:53.524Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-13T07:33:53.524Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-13T07:33:53.524Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-13T07:33:53.524Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-13T07:33:53.524Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-13T07:33:53.524Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-13T07:33:53.524Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-13T07:33:54.925Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-13T07:33:55.194Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-13T07:33:55.194Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-13T07:33:55.194Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-13T07:33:55.194Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-13T07:33:55.194Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-13T07:33:55.472Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-13T07:33:55.472Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-13T07:33:55.472Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-13T07:33:55.735Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-13T07:33:55.735Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-13T07:33:55.735Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-13T07:33:56.682Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-13T07:33:56.682Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-13T07:33:56.682Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-13T07:33:56.682Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-13T07:33:56.951Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-13T07:33:56.951Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-13T07:33:56.951Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-13T07:33:56.951Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:33:56.951Z] OK: 71 MiB in 55 packages [2020-08-13T07:33:57.808Z] gofmt -l . [2020-08-13T07:33:57.808Z] [ "`gofmt -l .`" = "" ] [2020-08-13T07:34:00.479Z] ./bin/test-go-mod-tidy.sh [2020-08-13T07:34:00.763Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-13T07:34:04.870Z] + ls -al . [2020-08-13T07:34:04.870Z] total 588 [2020-08-13T07:34:04.870Z] drwxrwxr-x 10 1001 1001 4096 Aug 13 07:34 . [2020-08-13T07:34:04.870Z] drwxr-xr-x 4 root root 4096 Aug 13 07:31 .. [2020-08-13T07:34:04.870Z] -rw-rw-r-- 1 1001 1001 11 Aug 13 07:29 .dockerignore [2020-08-13T07:34:04.870Z] drwxrwxr-x 8 1001 1001 4096 Aug 13 07:29 .git [2020-08-13T07:34:04.870Z] drwxrwxr-x 3 1001 1001 4096 Aug 13 07:29 .github [2020-08-13T07:34:04.870Z] -rw-rw-r-- 1 1001 1001 932 Aug 13 07:29 .gitignore [2020-08-13T07:34:04.870Z] drwxrwxr-x 3 1001 1001 4096 Aug 13 07:30 .semver [2020-08-13T07:34:04.870Z] -rw-rw-r-- 1 1001 1001 166 Aug 13 07:29 .sonarcloud.properties [2020-08-13T07:34:04.870Z] -rw-rw-r-- 1 1001 1001 3804 Aug 13 07:29 CONTRIBUTING.md [2020-08-13T07:34:04.870Z] -rw-rw-r-- 1 1001 1001 1035 Aug 13 07:29 Dockerfile.build [2020-08-13T07:34:04.870Z] -rw-rw-r-- 1 1001 1001 865 Aug 13 07:29 Jenkinsfile [2020-08-13T07:34:04.870Z] -rw-rw-r-- 1 1001 1001 10775 Aug 13 07:29 LICENSE [2020-08-13T07:34:04.871Z] -rw-rw-r-- 1 1001 1001 6237 Aug 13 07:29 Makefile [2020-08-13T07:34:04.871Z] -rw-rw-r-- 1 1001 1001 5652 Aug 13 07:29 README.md [2020-08-13T07:34:04.871Z] -rw-rw-r-- 1 1001 1001 7111 Aug 13 07:29 SECURITY.md [2020-08-13T07:34:04.871Z] -rw-rw-r-- 1 1001 1001 5 Aug 13 07:26 VERSION [2020-08-13T07:34:04.871Z] -rw-rw-r-- 1 1001 1001 4131 Aug 13 07:29 ZMQWindows.md [2020-08-13T07:34:04.871Z] drwxrwxr-x 2 1001 1001 4096 Aug 13 07:29 bin [2020-08-13T07:34:04.871Z] drwxrwxr-x 15 1001 1001 4096 Aug 13 07:29 cmd [2020-08-13T07:34:04.871Z] -rw-r--r-- 1 root root 455803 Aug 13 07:33 coverage.out [2020-08-13T07:34:04.871Z] -rw-r--r-- 1 root root 1019 Aug 13 07:33 go.mod [2020-08-13T07:34:04.871Z] -rw-r--r-- 1 root root 18146 Aug 13 07:34 go.sum [2020-08-13T07:34:04.871Z] drwxrwxr-x 8 1001 1001 4096 Aug 13 07:29 internal [2020-08-13T07:34:04.871Z] drwxrwxr-x 4 1001 1001 4096 Aug 13 07:29 openapi [2020-08-13T07:34:04.871Z] drwxrwxr-x 4 1001 1001 4096 Aug 13 07:29 snap [2020-08-13T07:34:04.871Z] -rw-rw-r-- 1 1001 1001 168 Aug 13 07:29 version.go [Pipeline] sh [2020-08-13T07:34:05.588Z] + '[' -e coverage.out ] [2020-08-13T07:34:05.589Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-13T07:34:05.627Z] Warning: overwriting stash ‘coverage-report’ [2020-08-13T07:34:06.698Z] Stashed 1 file(s) [Pipeline] sh [2020-08-13T07:34:07.039Z] Removing intermediate container 0f7c8b6b31db [2020-08-13T07:34:07.039Z] ---> f813070d7e3a [2020-08-13T07:34:07.039Z] [2020-08-13T07:34:07.039Z] Step 10/22 : FROM alpine [2020-08-13T07:34:07.039Z] ---> a24bb4013296 [2020-08-13T07:34:07.039Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T07:34:07.039Z] ---> Running in 23bb0a1f6771 [2020-08-13T07:34:07.040Z] Removing intermediate container ad262b0178e4 [2020-08-13T07:34:07.040Z] ---> feaeb801217c [2020-08-13T07:34:07.040Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-13T07:34:07.040Z] ---> Running in 0960bbda4432 [2020-08-13T07:34:07.040Z] Removing intermediate container 23bb0a1f6771 [2020-08-13T07:34:07.040Z] ---> 5d3abeddb821 [2020-08-13T07:34:07.040Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-13T07:34:07.040Z] ---> Running in 990e27427f1d [2020-08-13T07:34:07.040Z] Removing intermediate container 990e27427f1d [2020-08-13T07:34:07.040Z] ---> 41beb495bfaa [2020-08-13T07:34:07.040Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-13T07:34:07.339Z] ---> Running in e0876762de43 [2020-08-13T07:34:07.339Z] Removing intermediate container e0876762de43 [2020-08-13T07:34:07.339Z] ---> b8d0196bd12d [2020-08-13T07:34:07.339Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:34:07.339Z] ---> Running in 45b455bebc9c [2020-08-13T07:34:07.417Z] + make build [2020-08-13T07:34:07.417Z] 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-13T07:34:08.317Z] Collecting docker-compose==1.23.2 [2020-08-13T07:34:08.317Z] Removing intermediate container 45b455bebc9c [2020-08-13T07:34:08.317Z] ---> 00ca941a4187 [2020-08-13T07:34:08.317Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-13T07:34:08.317Z] ---> Running in 617daad89c80 [2020-08-13T07:34:08.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:34:09.163Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-13T07:34:09.427Z] Collecting docker<4.0,>=3.6.0 [2020-08-13T07:34:09.427Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-13T07:34:09.688Z] Collecting texttable<0.10,>=0.9.0 [2020-08-13T07:34:09.688Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-13T07:34:09.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:34:10.215Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-13T07:34:10.215Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-13T07:34:10.481Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-13T07:34:10.481Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-13T07:34:10.743Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-13T07:34:11.005Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-13T07:34:11.005Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-13T07:34:11.005Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-13T07:34:11.005Z] 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-13T07:34:11.005Z] Collecting PyYAML<4,>=3.10 [2020-08-13T07:34:11.005Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-13T07:34:11.005Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-13T07:34:11.582Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-13T07:34:11.582Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-13T07:34:11.852Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:34:11.852Z] OK: 8 MiB in 19 packages [2020-08-13T07:34:11.852Z] Collecting cached-property<2,>=1.2.0 [2020-08-13T07:34:11.852Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-13T07:34:12.115Z] Collecting jsonschema<3,>=2.5.1 [2020-08-13T07:34:12.115Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-13T07:34:13.512Z] Collecting docopt<0.7,>=0.6.1 [2020-08-13T07:34:13.512Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-13T07:34:13.780Z] Removing intermediate container 617daad89c80 [2020-08-13T07:34:13.780Z] ---> 526d513624f2 [2020-08-13T07:34:13.780Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-13T07:34:14.046Z] ---> 99be14845058 [2020-08-13T07:34:14.046Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-13T07:34:14.046Z] Collecting docker-pycreds>=0.4.0 [2020-08-13T07:34:14.310Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-13T07:34:14.311Z] 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-13T07:34:14.311Z] Collecting idna<2.8,>=2.5 [2020-08-13T07:34:14.311Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-13T07:34:14.311Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-13T07:34:14.574Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-13T07:34:14.574Z] 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-13T07:34:14.574Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-13T07:34:14.574Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-13T07:34:14.574Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-13T07:34:14.574Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-13T07:34:14.574Z] ---> 24a0788f8976 [2020-08-13T07:34:14.574Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-13T07:34:14.574Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, PyYAML, cached-property, jsonschema, docopt, docker-compose [2020-08-13T07:34:14.836Z] Attempting uninstall: idna [2020-08-13T07:34:14.836Z] Found existing installation: idna 2.9 [2020-08-13T07:34:14.836Z] Uninstalling idna-2.9: [2020-08-13T07:34:14.836Z] Successfully uninstalled idna-2.9 [2020-08-13T07:34:15.098Z] Attempting uninstall: urllib3 [2020-08-13T07:34:15.098Z] Found existing installation: urllib3 1.25.9 [2020-08-13T07:34:15.098Z] Uninstalling urllib3-1.25.9: [2020-08-13T07:34:15.098Z] ---> 0320968ffa72 [2020-08-13T07:34:15.098Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:34:15.359Z] Successfully uninstalled urllib3-1.25.9 [2020-08-13T07:34:15.359Z] ---> Running in ae12a909b672 [2020-08-13T07:34:15.620Z] Attempting uninstall: requests [2020-08-13T07:34:15.620Z] Found existing installation: requests 2.23.0 [2020-08-13T07:34:15.620Z] Uninstalling requests-2.23.0: [2020-08-13T07:34:15.620Z] Successfully uninstalled requests-2.23.0 [2020-08-13T07:34:15.881Z] Removing intermediate container ae12a909b672 [2020-08-13T07:34:15.881Z] ---> d64910683c8f [2020-08-13T07:34:15.881Z] Step 20/22 : LABEL arch=x86_64 [2020-08-13T07:34:16.144Z] ---> Running in 25ffe3655b78 [2020-08-13T07:34:16.414Z] Removing intermediate container 25ffe3655b78 [2020-08-13T07:34:16.414Z] ---> 107d3c186480 [2020-08-13T07:34:16.414Z] Step 21/22 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:34:16.414Z] Running setup.py install for texttable: started [2020-08-13T07:34:16.991Z] Running setup.py install for texttable: finished with status 'done' [2020-08-13T07:34:16.991Z] Running setup.py install for dockerpty: started [2020-08-13T07:34:17.562Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-13T07:34:17.562Z] Running setup.py install for PyYAML: started [2020-08-13T07:34:17.562Z] ---> Running in 703a6b8c7b53 [2020-08-13T07:34:17.562Z] Removing intermediate container 703a6b8c7b53 [2020-08-13T07:34:17.562Z] ---> d438a110ac99 [2020-08-13T07:34:17.562Z] Step 22/22 : LABEL version=0.0.0 [2020-08-13T07:34:17.562Z] ---> Running in e3a8cec8e0e2 [2020-08-13T07:34:17.825Z] Removing intermediate container e3a8cec8e0e2 [2020-08-13T07:34:17.825Z] ---> cfbd5f9b4914 [2020-08-13T07:34:17.825Z] [2020-08-13T07:34:17.825Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-13T07:34:18.089Z] Successfully built cfbd5f9b4914 [2020-08-13T07:34:18.089Z] Successfully tagged docker-core-data-go:latest [2020-08-13T07:34:18.089Z]  Building docker-core-data-go ... done  Running setup.py install for docopt: started [2020-08-13T07:34:18.662Z] Running setup.py install for docopt: finished with status 'done' [2020-08-13T07:34:18.926Z] 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-13T07:34:21.475Z] Removing intermediate container 0960bbda4432 [2020-08-13T07:34:21.475Z] ---> 219f0bf531a6 [2020-08-13T07:34:21.475Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-13T07:34:21.475Z] ---> Running in adf949f246ee [2020-08-13T07:34:22.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T07:34:22.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T07:34:22.080Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T07:34:22.378Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-13T07:34:22.378Z] (3/3) Installing curl (7.69.1-r0) [2020-08-13T07:34:22.378Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:34:22.378Z] OK: 72 MiB in 58 packages [2020-08-13T07:34:22.647Z] Removing intermediate container adf949f246ee [2020-08-13T07:34:22.647Z] ---> 56bb7542aad9 [2020-08-13T07:34:22.647Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:34:22.946Z] ---> Running in 54af5dc002e4 [2020-08-13T07:34:22.946Z] Removing intermediate container 54af5dc002e4 [2020-08-13T07:34:22.946Z] ---> c1695c187106 [2020-08-13T07:34:22.946Z] Step 24/26 : LABEL arch=x86_64 [2020-08-13T07:34:22.946Z] ---> Running in 3dc7d0a014c1 [2020-08-13T07:34:23.211Z] Removing intermediate container 3dc7d0a014c1 [2020-08-13T07:34:23.211Z] ---> ec75b50bfb65 [2020-08-13T07:34:23.211Z] Step 25/26 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:34:23.211Z] ---> Running in 8f6daf1b9fb0 [2020-08-13T07:34:23.473Z] Removing intermediate container 8f6daf1b9fb0 [2020-08-13T07:34:23.473Z] ---> 0b3ede1f2e8e [2020-08-13T07:34:23.473Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T07:34:23.473Z] ---> Running in fa9501714aa3 [2020-08-13T07:34:24.417Z] Removing intermediate container fa9501714aa3 [2020-08-13T07:34:24.417Z] ---> b52a1056c27f [2020-08-13T07:34:24.418Z] [2020-08-13T07:34:24.683Z] Successfully built b52a1056c27f [2020-08-13T07:34:24.683Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-13T07:34:24.952Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-13T07:34:24.977Z] $ docker stop --time=1 c07eaf1565cc4f2da8428692670c46b782bae5af495819af923427cf12da31c8 [2020-08-13T07:34:25.728Z] 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-13T07:34:26.657Z] $ docker rm -f c07eaf1565cc4f2da8428692670c46b782bae5af495819af923427cf12da31c8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-13T07:34:27.300Z] + docker images [2020-08-13T07:34:27.300Z] + grep docker [2020-08-13T07:34:27.300Z] docker-sys-mgmt-agent-go latest b52a1056c27f 4 seconds ago 284MB [2020-08-13T07:34:27.300Z] docker-core-data-go latest cfbd5f9b4914 10 seconds ago 23.8MB [2020-08-13T07:34:27.300Z] docker-core-command-go latest 82f44f04f8d3 46 seconds ago 13MB [2020-08-13T07:34:27.300Z] docker-core-metadata-go latest 35e4b8157e22 46 seconds ago 14.4MB [2020-08-13T07:34:27.300Z] docker-support-scheduler-go latest c19d8147774e 46 seconds ago 13.1MB [2020-08-13T07:34:27.300Z] docker-security-secretstore-setup-go latest 8f6bdc887854 About a minute ago 33.9MB [2020-08-13T07:34:27.300Z] docker-support-notifications-go latest 864349a5bb42 2 minutes ago 14.4MB [2020-08-13T07:34:27.300Z] docker-support-logging-go latest c57b7eaf9fbc 2 minutes ago 11.8MB [2020-08-13T07:34:27.300Z] docker-security-proxy-setup-go latest d6dc019de62f 2 minutes ago 16.4MB [2020-08-13T07:34:27.300Z] docker-security-secrets-setup-go latest 65268a8fbb9c 3 minutes ago 25.1MB [2020-08-13T07:34:27.300Z] docker latest 81f5749c9058 6 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-13T07:34:38.089Z] 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-13T07:34:42.384Z] 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-13T07:34:47.772Z] 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-13T07:34:54.492Z] 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-13T07:34:55.918Z] 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-13T07:35:01.319Z] 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-13T07:35:06.727Z] 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-13T07:35:11.020Z] 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-13T07:35:16.413Z] 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-13T07:35:19.788Z] 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-13T07:35:24.094Z] 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-13T07:35:27.522Z] $ docker stop --time=1 7a28f4b9a46fab56414cb0129e699c8ffbddab02200196156a1efc6cba7fb30c [2020-08-13T07:35:29.952Z] $ docker rm -f 7a28f4b9a46fab56414cb0129e699c8ffbddab02200196156a1efc6cba7fb30c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:35:31.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T07:35:31.731Z] [2020-08-13T07:35:31.731Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:35:32.407Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T07:35:32.684Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-13T07:35:32.684Z] 29e5d40040c1: Pulling fs layer [2020-08-13T07:35:32.684Z] 1ce36da41761: Pulling fs layer [2020-08-13T07:35:32.684Z] 25b303627fd3: Pulling fs layer [2020-08-13T07:35:32.684Z] 29e5d40040c1: Verifying Checksum [2020-08-13T07:35:32.684Z] 29e5d40040c1: Download complete [2020-08-13T07:35:33.286Z] 1ce36da41761: Verifying Checksum [2020-08-13T07:35:33.286Z] 1ce36da41761: Download complete [2020-08-13T07:35:33.560Z] 29e5d40040c1: Pull complete [2020-08-13T07:35:34.993Z] 1ce36da41761: Pull complete [2020-08-13T07:35:34.993Z] 25b303627fd3: Verifying Checksum [2020-08-13T07:35:34.993Z] 25b303627fd3: Download complete [2020-08-13T07:35:45.121Z] 25b303627fd3: Pull complete [2020-08-13T07:35:45.121Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-13T07:35:45.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T07:35:45.121Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-13T07:35:45.402Z] prd-ubuntu18.04-docker-arm64-4c-16g-5086 does not seem to be running inside a container [2020-08-13T07:35:45.517Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-13T07:35:49.157Z] $ docker top b78861917e14c73ccd7ce68a9baadbf66e0e6330d0c290df292ea20de055c16a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T07:35:50.710Z] + docker-compose build --help [2020-08-13T07:35:50.710Z] + grep parallel [2020-08-13T07:35:54.080Z] --parallel Build images in parallel. [Pipeline] } [2020-08-13T07:35:54.395Z] $ docker stop --time=1 b78861917e14c73ccd7ce68a9baadbf66e0e6330d0c290df292ea20de055c16a [2020-08-13T07:35:56.394Z] $ docker rm -f b78861917e14c73ccd7ce68a9baadbf66e0e6330d0c290df292ea20de055c16a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:35:57.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T07:35:57.302Z] . [Pipeline] withDockerContainer [2020-08-13T07:35:57.583Z] prd-ubuntu18.04-docker-arm64-4c-16g-5086 does not seem to be running inside a container [2020-08-13T07:35:57.670Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-13T07:35:59.033Z] $ docker top e78dc68ea2e894b2fca1448daeac5cbbaf819d80241f76405b6bdcfc4a014236 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T07:36:00.086Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-13T07:36:03.450Z] Building docker-core-command-go ... [2020-08-13T07:36:03.450Z] Building docker-core-data-go ... [2020-08-13T07:36:03.450Z] Building docker-core-metadata-go ... [2020-08-13T07:36:03.450Z] Building docker-security-proxy-setup-go ... [2020-08-13T07:36:03.450Z] Building docker-security-secrets-setup-go ... [2020-08-13T07:36:03.450Z] Building docker-security-secretstore-setup-go ... [2020-08-13T07:36:03.450Z] Building docker-support-logging-go ... [2020-08-13T07:36:03.450Z] Building docker-support-notifications-go ... [2020-08-13T07:36:03.450Z] Building docker-support-scheduler-go ... [2020-08-13T07:36:03.450Z] Building docker-sys-mgmt-agent-go ... [2020-08-13T07:36:03.450Z] Building docker-core-command-go [2020-08-13T07:36:03.450Z] Building docker-support-scheduler-go [2020-08-13T07:36:03.450Z] Building docker-security-secretstore-setup-go [2020-08-13T07:36:03.450Z] Building docker-support-notifications-go [2020-08-13T07:36:03.450Z] Building docker-core-data-go [2020-08-13T07:37:55.219Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:37:55.219Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:37:55.219Z] ---> 2473725ecd41 [2020-08-13T07:37:55.219Z] Step 3/23 : WORKDIR /edgex-go [2020-08-13T07:37:55.219Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:37:55.219Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:37:55.219Z] ---> 2473725ecd41 [2020-08-13T07:37:55.219Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T07:37:55.219Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:37:55.219Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:37:55.219Z] ---> 2473725ecd41 [2020-08-13T07:37:55.219Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T07:37:55.219Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:37:55.219Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:37:55.219Z] ---> 2473725ecd41 [2020-08-13T07:37:55.219Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T07:37:55.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:37:55.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:37:55.219Z] ---> 2473725ecd41 [2020-08-13T07:37:55.219Z] Step 3/22 : WORKDIR /edgex-go [2020-08-13T07:37:55.219Z] ---> Running in 98f8085c06ca [2020-08-13T07:37:55.219Z] ---> Running in 1e6dd9c36c4a [2020-08-13T07:37:55.219Z] ---> Running in 79faa79260e6 [2020-08-13T07:37:55.219Z] ---> Running in 45db9cd1581d [2020-08-13T07:37:55.219Z] ---> Running in b9a2b4486e8d [2020-08-13T07:37:55.219Z] Removing intermediate container 1e6dd9c36c4a [2020-08-13T07:37:55.219Z] ---> 1bc94f0dea8f [2020-08-13T07:37:55.219Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:37:55.219Z] Removing intermediate container 98f8085c06ca [2020-08-13T07:37:55.219Z] ---> 034ac52401cc [2020-08-13T07:37:55.219Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:37:55.219Z] Removing intermediate container 79faa79260e6 [2020-08-13T07:37:55.219Z] ---> a3ba99c75fb3 [2020-08-13T07:37:55.219Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:37:55.219Z] Removing intermediate container 45db9cd1581d [2020-08-13T07:37:55.219Z] ---> 0294f4ece85f [2020-08-13T07:37:55.219Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:37:55.219Z] Removing intermediate container b9a2b4486e8d [2020-08-13T07:37:55.219Z] ---> 953518e7b92a [2020-08-13T07:37:55.219Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:37:55.219Z] ---> Running in 7faefef062b7 [2020-08-13T07:37:55.219Z] ---> Running in fcebf2f33de6 [2020-08-13T07:37:55.219Z] ---> Running in b2c98c52ebb7 [2020-08-13T07:37:55.219Z] ---> Running in 363a9d49e54a [2020-08-13T07:37:55.493Z] ---> Running in 2a621141c4ea [2020-08-13T07:37:59.805Z] Removing intermediate container b2c98c52ebb7 [2020-08-13T07:37:59.805Z] ---> 1ce8e337afa9 [2020-08-13T07:37:59.805Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T07:37:59.805Z] ---> Running in 4b905639a142 [2020-08-13T07:37:59.805Z] Removing intermediate container 7faefef062b7 [2020-08-13T07:37:59.805Z] ---> a3fe82e6b9b1 [2020-08-13T07:37:59.805Z] Step 5/26 : RUN apk update && apk add make git [2020-08-13T07:38:00.077Z] Removing intermediate container fcebf2f33de6 [2020-08-13T07:38:00.077Z] ---> c01e6fbc3769 [2020-08-13T07:38:00.077Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-13T07:38:00.077Z] ---> Running in dba3f5beffde [2020-08-13T07:38:00.347Z] ---> Running in aa728526ba4a [2020-08-13T07:38:00.347Z] Removing intermediate container 363a9d49e54a [2020-08-13T07:38:00.347Z] ---> dec1d204c00a [2020-08-13T07:38:00.347Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-13T07:38:00.619Z] Removing intermediate container 2a621141c4ea [2020-08-13T07:38:00.619Z] ---> a0f2be383569 [2020-08-13T07:38:00.619Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T07:38:00.619Z] ---> Running in 687dbf8da24b [2020-08-13T07:38:00.619Z] ---> Running in ac4c5607bcf1 [2020-08-13T07:38:01.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:02.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:02.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:02.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:03.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:03.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:03.765Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:38:03.765Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:38:03.765Z] OK: 12620 distinct packages available [2020-08-13T07:38:03.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:04.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:04.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:04.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:38:04.594Z] OK: 217 MiB in 51 packages [2020-08-13T07:38:05.199Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:38:05.199Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:38:05.199Z] OK: 12620 distinct packages available [2020-08-13T07:38:05.199Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:38:05.199Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:38:05.199Z] OK: 12620 distinct packages available [2020-08-13T07:38:05.477Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:38:05.477Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:38:05.477Z] OK: 12620 distinct packages available [2020-08-13T07:38:05.477Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:38:05.477Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:38:05.477Z] OK: 12620 distinct packages available [2020-08-13T07:38:06.083Z] OK: 217 MiB in 51 packages [2020-08-13T07:38:06.083Z] Removing intermediate container 4b905639a142 [2020-08-13T07:38:06.083Z] ---> fcd6d90fd51d [2020-08-13T07:38:06.083Z] Step 6/20 : COPY go.mod . [2020-08-13T07:38:06.358Z] OK: 217 MiB in 51 packages [2020-08-13T07:38:06.358Z] OK: 217 MiB in 51 packages [2020-08-13T07:38:06.358Z] OK: 217 MiB in 51 packages [2020-08-13T07:38:07.350Z] ---> a07ca2f7f2a7 [2020-08-13T07:38:07.350Z] Step 7/20 : RUN go mod download [2020-08-13T07:38:07.350Z] ---> Running in e46a0cf8bf52 [2020-08-13T07:38:07.955Z] Removing intermediate container aa728526ba4a [2020-08-13T07:38:07.955Z] ---> 828bc328c3be [2020-08-13T07:38:07.955Z] Step 6/23 : COPY go.mod . [2020-08-13T07:38:08.230Z] Removing intermediate container dba3f5beffde [2020-08-13T07:38:08.230Z] ---> f16bb11de311 [2020-08-13T07:38:08.230Z] Step 6/26 : COPY go.mod . [2020-08-13T07:38:08.505Z] Removing intermediate container ac4c5607bcf1 [2020-08-13T07:38:08.505Z] ---> 50b469a6dcce [2020-08-13T07:38:08.505Z] Step 6/21 : COPY go.mod . [2020-08-13T07:38:08.505Z] Removing intermediate container 687dbf8da24b [2020-08-13T07:38:08.505Z] ---> 5ba084494f11 [2020-08-13T07:38:08.505Z] Step 6/22 : COPY go.mod . [2020-08-13T07:38:09.102Z] ---> dbf8243f5788 [2020-08-13T07:38:09.102Z] Step 7/23 : RUN go mod download [2020-08-13T07:38:09.374Z] ---> 90dc1f49c01a [2020-08-13T07:38:09.375Z] Step 7/26 : RUN go mod download [2020-08-13T07:38:09.375Z] ---> Running in bdfaa1ac226a [2020-08-13T07:38:09.375Z] ---> ca7e66ea2f5e [2020-08-13T07:38:09.375Z] Step 7/21 : RUN go mod download [2020-08-13T07:38:09.375Z] ---> Running in a98cfb661606 [2020-08-13T07:38:09.647Z] ---> d3eba7c534ea [2020-08-13T07:38:09.647Z] Step 7/22 : RUN go mod download [2020-08-13T07:38:09.924Z] ---> Running in 24ea10d49581 [2020-08-13T07:38:09.924Z] ---> Running in 08e2b8e49c7a [2020-08-13T07:38:11.366Z] Removing intermediate container e46a0cf8bf52 [2020-08-13T07:38:11.366Z] ---> 1905b5bf434c [2020-08-13T07:38:11.366Z] Step 8/20 : COPY . . [2020-08-13T07:38:15.675Z] Removing intermediate container bdfaa1ac226a [2020-08-13T07:38:15.675Z] ---> 28d3e4295c92 [2020-08-13T07:38:15.675Z] Step 8/23 : COPY . . [2020-08-13T07:38:15.675Z] Removing intermediate container 08e2b8e49c7a [2020-08-13T07:38:15.675Z] ---> a7650b8e6b14 [2020-08-13T07:38:15.675Z] Step 8/22 : COPY . . [2020-08-13T07:38:15.675Z] Removing intermediate container 24ea10d49581 [2020-08-13T07:38:15.675Z] ---> 03ef9bb83b64 [2020-08-13T07:38:15.675Z] Step 8/21 : COPY . . [2020-08-13T07:38:15.953Z] Removing intermediate container a98cfb661606 [2020-08-13T07:38:15.953Z] ---> b4ed33e8d8b0 [2020-08-13T07:38:15.953Z] Step 8/26 : COPY . . [2020-08-13T07:38:48.301Z] ---> 885dd7d3ce1a [2020-08-13T07:38:48.301Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-13T07:38:48.301Z] ---> c076688e7cc6 [2020-08-13T07:38:48.301Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-13T07:38:48.301Z] ---> 8f30e4e598d4 [2020-08-13T07:38:48.301Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-13T07:38:48.301Z] ---> Running in 418b1843aa9a [2020-08-13T07:38:48.301Z] ---> b77c3eb0a293 [2020-08-13T07:38:48.302Z] 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-13T07:38:48.302Z] ---> ce256ad8d5cf [2020-08-13T07:38:48.302Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-13T07:38:48.302Z] ---> Running in cfdc89ba474e [2020-08-13T07:38:48.302Z] ---> Running in e01d92014a4b [2020-08-13T07:38:48.302Z] ---> Running in ad047c1b61f2 [2020-08-13T07:38:48.302Z] ---> Running in 277d399479e1 [2020-08-13T07:38:48.302Z] 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-13T07:38:48.302Z] 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-13T07:38:48.302Z] 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-13T07:38:48.302Z] 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-13T07:38:48.302Z] 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-13T07:40:10.162Z] 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-13T07:40:20.355Z] 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-13T07:40:35.500Z] Removing intermediate container 277d399479e1 [2020-08-13T07:40:35.500Z] ---> 04c9e8a2bbde [2020-08-13T07:40:35.500Z] [2020-08-13T07:40:35.500Z] Step 10/26 : FROM alpine:3.10 [2020-08-13T07:40:35.777Z] 3.10: Pulling from library/alpine [2020-08-13T07:40:36.761Z] Building docker-sys-mgmt-agent-go [2020-08-13T07:40:46.955Z] Removing intermediate container cfdc89ba474e [2020-08-13T07:40:46.955Z] ---> 139a683d1850 [2020-08-13T07:40:46.955Z] [2020-08-13T07:40:46.955Z] Step 10/21 : FROM scratch [2020-08-13T07:40:46.955Z] ---> [2020-08-13T07:40:46.955Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T07:40:48.403Z] ---> Running in 28aae73b2f71 [2020-08-13T07:40:49.398Z] Removing intermediate container 418b1843aa9a [2020-08-13T07:40:49.398Z] ---> 5d9a3be9c587 [2020-08-13T07:40:49.398Z] [2020-08-13T07:40:49.398Z] Step 10/20 : FROM scratch [2020-08-13T07:40:49.398Z] ---> [2020-08-13T07:40:49.398Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T07:40:49.398Z] ---> Using cache [2020-08-13T07:40:49.398Z] ---> a84ba953c895 [2020-08-13T07:40:49.398Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-13T07:40:49.676Z] Removing intermediate container 28aae73b2f71 [2020-08-13T07:40:49.676Z] ---> a84ba953c895 [2020-08-13T07:40:49.676Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-13T07:40:49.951Z] Removing intermediate container e01d92014a4b [2020-08-13T07:40:49.951Z] ---> a4598faf2155 [2020-08-13T07:40:49.951Z] [2020-08-13T07:40:49.951Z] Step 10/23 : FROM scratch [2020-08-13T07:40:49.951Z] ---> [2020-08-13T07:40:49.951Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T07:40:50.234Z] ---> Running in 2a2e0cf30620 [2020-08-13T07:40:50.234Z] ---> Running in 9757bb04a2a8 [2020-08-13T07:40:50.517Z] ---> Running in eff0161285d2 [2020-08-13T07:40:50.799Z] Removing intermediate container 2a2e0cf30620 [2020-08-13T07:40:50.799Z] ---> 4bf433f9fe07 [2020-08-13T07:40:50.799Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-13T07:40:51.401Z] ---> Running in 06fc40584430 [2020-08-13T07:40:51.401Z] Removing intermediate container 9757bb04a2a8 [2020-08-13T07:40:51.401Z] ---> 6927b531c2b8 [2020-08-13T07:40:51.401Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T07:40:52.004Z] Removing intermediate container eff0161285d2 [2020-08-13T07:40:52.004Z] ---> 4e7cb1c7228d [2020-08-13T07:40:52.004Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-13T07:40:52.004Z] ---> Running in 43bf8c69d622 [2020-08-13T07:40:52.278Z] ---> Running in 731a720d9093 [2020-08-13T07:40:52.567Z] Removing intermediate container 06fc40584430 [2020-08-13T07:40:52.567Z] ---> fb00700d2136 [2020-08-13T07:40:52.567Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-13T07:40:52.842Z] Removing intermediate container 43bf8c69d622 [2020-08-13T07:40:52.842Z] ---> a9292b62dfda [2020-08-13T07:40:52.842Z] Step 14/21 : WORKDIR / [2020-08-13T07:40:53.118Z] ---> Running in 0aaf305f82b5 [2020-08-13T07:40:53.754Z] ---> fadd64876a6b [2020-08-13T07:40:53.754Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-13T07:40:53.754Z] Removing intermediate container 731a720d9093 [2020-08-13T07:40:53.754Z] ---> 06ccc3ede6bb [2020-08-13T07:40:53.754Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-13T07:40:54.226Z] ---> Running in fefd670af463 [2020-08-13T07:40:54.517Z] Removing intermediate container 0aaf305f82b5 [2020-08-13T07:40:54.517Z] ---> 27bb4c0c2a6c [2020-08-13T07:40:54.517Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-13T07:40:55.786Z] Removing intermediate container fefd670af463 [2020-08-13T07:40:55.786Z] ---> 12c28303dfac [2020-08-13T07:40:55.786Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-13T07:40:56.779Z] ---> e96153878240 [2020-08-13T07:40:56.779Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-13T07:40:57.060Z] ---> 34c88b4096bc [2020-08-13T07:40:57.060Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-13T07:40:57.671Z] ---> c51e11ac807c [2020-08-13T07:40:57.671Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-13T07:40:58.269Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:40:58.269Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:40:58.269Z] ---> 2473725ecd41 [2020-08-13T07:40:58.269Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T07:40:58.269Z] ---> Using cache [2020-08-13T07:40:58.269Z] ---> 953518e7b92a [2020-08-13T07:40:58.269Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:40:58.269Z] ---> Using cache [2020-08-13T07:40:58.269Z] ---> a0f2be383569 [2020-08-13T07:40:58.269Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-13T07:40:58.269Z] ---> Running in c70c18125325 [2020-08-13T07:40:58.543Z] ---> 282058c8c5c0 [2020-08-13T07:40:58.543Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:40:58.543Z] ---> 2e2df627f6f2 [2020-08-13T07:40:58.543Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-13T07:40:59.141Z] ---> Running in 153750bdfb37 [2020-08-13T07:40:59.418Z] ---> 3c28461e8983 [2020-08-13T07:40:59.418Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-13T07:40:59.697Z] ---> 6844966bd740 [2020-08-13T07:40:59.697Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:40:59.972Z] Removing intermediate container 153750bdfb37 [2020-08-13T07:40:59.973Z] ---> 63aed71deab4 [2020-08-13T07:40:59.973Z] Step 18/20 : LABEL arch=arm64 [2020-08-13T07:41:00.253Z] ---> Running in 27c94e9f8906 [2020-08-13T07:41:00.530Z] ---> Running in 3fdc8601e616 [2020-08-13T07:41:00.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:41:01.522Z] ---> 515553043697 [2020-08-13T07:41:01.522Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-13T07:41:01.522Z] Removing intermediate container 27c94e9f8906 [2020-08-13T07:41:01.522Z] ---> 4c481390a74e [2020-08-13T07:41:01.522Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T07:41:01.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:41:01.522Z] Removing intermediate container 3fdc8601e616 [2020-08-13T07:41:01.522Z] ---> 4fe002b602b6 [2020-08-13T07:41:01.522Z] Step 19/20 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:41:01.802Z] ---> Running in ac723535cc8e [2020-08-13T07:41:02.082Z] Removing intermediate container ad047c1b61f2 [2020-08-13T07:41:02.082Z] ---> 9cd80b4359db [2020-08-13T07:41:02.082Z] [2020-08-13T07:41:02.082Z] Step 10/22 : FROM alpine [2020-08-13T07:41:02.082Z] ---> Running in 51c50f77c9d1 [2020-08-13T07:41:02.358Z] latest: Pulling from library/alpine [2020-08-13T07:41:02.358Z] ---> 7bf82c915f5d [2020-08-13T07:41:02.358Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-13T07:41:02.358Z] Removing intermediate container ac723535cc8e [2020-08-13T07:41:02.358Z] ---> 5399af0c0352 [2020-08-13T07:41:02.358Z] Step 20/21 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:41:02.643Z] ---> Running in 53e0cd158d12 [2020-08-13T07:41:02.643Z] Removing intermediate container 51c50f77c9d1 [2020-08-13T07:41:02.643Z] ---> e8d9786850d7 [2020-08-13T07:41:02.643Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T07:41:02.920Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:41:02.920Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:41:02.920Z] OK: 12620 distinct packages available [2020-08-13T07:41:02.920Z] ---> Running in 78dc44d00753 [2020-08-13T07:41:03.529Z] Building docker-security-proxy-setup-go [2020-08-13T07:41:03.529Z] OK: 217 MiB in 51 packages [2020-08-13T07:41:03.811Z] Removing intermediate container 53e0cd158d12 [2020-08-13T07:41:03.811Z] ---> 4088d42834fd [2020-08-13T07:41:03.811Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T07:41:04.097Z] Removing intermediate container 78dc44d00753 [2020-08-13T07:41:04.097Z] ---> 71feb950fd4d [2020-08-13T07:41:04.097Z] [2020-08-13T07:41:04.390Z] ---> Running in c64fd7c89fa9 [2020-08-13T07:41:05.058Z] ---> 224c2f65a5fb [2020-08-13T07:41:05.058Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-13T07:41:05.058Z] Successfully built 71feb950fd4d [2020-08-13T07:41:05.058Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-13T07:41:05.058Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-08-13T07:41:05.663Z] Removing intermediate container c64fd7c89fa9 [2020-08-13T07:41:05.663Z] ---> 46973e58c8d7 [2020-08-13T07:41:05.663Z] [2020-08-13T07:41:05.663Z] Removing intermediate container c70c18125325 [2020-08-13T07:41:05.663Z] ---> e6bec73c5353 [2020-08-13T07:41:05.663Z] Step 6/26 : COPY go.mod . [2020-08-13T07:41:06.268Z] Successfully built 46973e58c8d7 [2020-08-13T07:41:06.268Z] ---> 56214b85988f [2020-08-13T07:41:06.268Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:41:06.268Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-13T07:41:06.268Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-08-13T07:41:07.246Z] ---> Running in 6638d359163b [2020-08-13T07:41:07.246Z] ---> 71b6cdc2c590 [2020-08-13T07:41:07.246Z] Step 7/26 : RUN go mod download [2020-08-13T07:41:09.246Z] ---> Running in 4d9b3a5fb190 [2020-08-13T07:41:09.246Z] Removing intermediate container 6638d359163b [2020-08-13T07:41:09.246Z] ---> 04df4f38e97d [2020-08-13T07:41:09.246Z] Step 21/23 : LABEL arch=arm64 [2020-08-13T07:41:11.246Z] ---> Running in 6dea4c68f96d [2020-08-13T07:41:13.262Z] Removing intermediate container 6dea4c68f96d [2020-08-13T07:41:13.262Z] ---> 7315876e8185 [2020-08-13T07:41:13.262Z] Step 22/23 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:41:15.306Z] ---> Running in 7002992dc2cf [2020-08-13T07:41:17.383Z] Removing intermediate container 7002992dc2cf [2020-08-13T07:41:17.383Z] ---> 2c29acdb152c [2020-08-13T07:41:17.383Z] Step 23/23 : LABEL version=0.0.0 [2020-08-13T07:41:18.020Z] Removing intermediate container 4d9b3a5fb190 [2020-08-13T07:41:18.020Z] ---> dfb4552b47ac [2020-08-13T07:41:18.020Z] Step 8/26 : COPY . . [2020-08-13T07:41:18.314Z] ---> Running in d20c478ba605 [2020-08-13T07:41:20.382Z] Removing intermediate container d20c478ba605 [2020-08-13T07:41:20.382Z] ---> 6a5686c1830e [2020-08-13T07:41:20.382Z] [2020-08-13T07:41:20.661Z] Successfully built 6a5686c1830e [2020-08-13T07:41:20.661Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-13T07:41:20.661Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-08-13T07:41:42.870Z] ---> 1e96ebea4922 [2020-08-13T07:41:42.870Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-13T07:41:42.870Z] ---> Running in 9f16e38c23dd [2020-08-13T07:41:42.870Z] 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-13T07:42:05.110Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:42:05.110Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:42:05.110Z] ---> 2473725ecd41 [2020-08-13T07:42:05.110Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T07:42:05.110Z] ---> Using cache [2020-08-13T07:42:05.110Z] ---> 953518e7b92a [2020-08-13T07:42:05.110Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:42:05.110Z] ---> Using cache [2020-08-13T07:42:05.110Z] ---> a0f2be383569 [2020-08-13T07:42:05.110Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T07:42:05.110Z] ---> Using cache [2020-08-13T07:42:05.110Z] ---> 50b469a6dcce [2020-08-13T07:42:05.110Z] Step 6/20 : COPY go.mod . [2020-08-13T07:42:05.110Z] ---> Using cache [2020-08-13T07:42:05.110Z] ---> ca7e66ea2f5e [2020-08-13T07:42:05.110Z] Step 7/20 : RUN go mod download [2020-08-13T07:42:05.110Z] ---> Using cache [2020-08-13T07:42:05.110Z] ---> 03ef9bb83b64 [2020-08-13T07:42:05.110Z] Step 8/20 : COPY . . [2020-08-13T07:42:05.110Z] ---> Using cache [2020-08-13T07:42:05.110Z] ---> c076688e7cc6 [2020-08-13T07:42:05.110Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-13T07:42:06.426Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:42:06.426Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-13T07:42:06.426Z] ---> 2473725ecd41 [2020-08-13T07:42:06.426Z] Step 3/29 : WORKDIR /edgex-go [2020-08-13T07:42:06.426Z] ---> Using cache [2020-08-13T07:42:06.426Z] ---> 953518e7b92a [2020-08-13T07:42:06.426Z] Step 4/29 : RUN apk update && apk add make git [2020-08-13T07:42:07.908Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:42:07.908Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:42:07.908Z] ---> 2473725ecd41 [2020-08-13T07:42:07.908Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T07:42:07.908Z] ---> Using cache [2020-08-13T07:42:07.908Z] ---> 953518e7b92a [2020-08-13T07:42:07.908Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:42:07.908Z] ---> Using cache [2020-08-13T07:42:07.908Z] ---> a0f2be383569 [2020-08-13T07:42:07.908Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T07:42:07.908Z] ---> Using cache [2020-08-13T07:42:07.908Z] ---> 50b469a6dcce [2020-08-13T07:42:07.908Z] Step 6/21 : COPY go.mod . [2020-08-13T07:42:07.908Z] ---> Using cache [2020-08-13T07:42:07.908Z] ---> ca7e66ea2f5e [2020-08-13T07:42:07.908Z] Step 7/21 : RUN go mod download [2020-08-13T07:42:07.908Z] ---> Using cache [2020-08-13T07:42:07.908Z] ---> 03ef9bb83b64 [2020-08-13T07:42:07.908Z] Step 8/21 : COPY . . [2020-08-13T07:42:07.908Z] ---> Using cache [2020-08-13T07:42:07.908Z] ---> c076688e7cc6 [2020-08-13T07:42:07.908Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-13T07:42:08.918Z] ---> Running in 730e99f4bff9 [2020-08-13T07:42:08.918Z] ---> Running in 702a0bea4bdd [2020-08-13T07:42:08.918Z] ---> Running in 7644ccc064a5 [2020-08-13T07:42:13.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:42:13.246Z] 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-13T07:42:13.246Z] 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-13T07:42:13.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:42:15.840Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:42:15.840Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:42:15.840Z] OK: 12620 distinct packages available [2020-08-13T07:42:16.446Z] OK: 217 MiB in 51 packages [2020-08-13T07:42:19.853Z] Removing intermediate container 7644ccc064a5 [2020-08-13T07:42:19.853Z] ---> 2fba36a31e9f [2020-08-13T07:42:19.853Z] Step 5/29 : COPY go.mod . [2020-08-13T07:42:20.455Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T07:42:20.455Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T07:42:20.455Z] ---> 2473725ecd41 [2020-08-13T07:42:20.455Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T07:42:20.455Z] ---> Using cache [2020-08-13T07:42:20.455Z] ---> 953518e7b92a [2020-08-13T07:42:20.455Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T07:42:20.455Z] ---> Using cache [2020-08-13T07:42:20.455Z] ---> a0f2be383569 [2020-08-13T07:42:20.455Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-13T07:42:20.732Z] ---> Running in 3e3cec6d5a63 [2020-08-13T07:42:21.015Z] ---> e0b2adc321ee [2020-08-13T07:42:21.015Z] Step 6/29 : RUN go mod download [2020-08-13T07:42:21.290Z] ---> Running in a64020e42533 [2020-08-13T07:42:23.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:42:24.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:42:25.955Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:42:25.955Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:42:25.955Z] OK: 12620 distinct packages available [2020-08-13T07:42:25.955Z] Removing intermediate container a64020e42533 [2020-08-13T07:42:25.955Z] ---> d01b0b88c7f3 [2020-08-13T07:42:25.955Z] Step 7/29 : COPY . . [2020-08-13T07:42:26.935Z] OK: 217 MiB in 51 packages [2020-08-13T07:42:27.922Z] OK: 217 MiB in 51 packages [2020-08-13T07:42:31.350Z] Removing intermediate container 3e3cec6d5a63 [2020-08-13T07:42:31.350Z] ---> 3aaf06780daa [2020-08-13T07:42:31.350Z] Step 6/21 : COPY go.mod . [2020-08-13T07:42:33.376Z] ---> a25e189ae641 [2020-08-13T07:42:33.376Z] Step 7/21 : RUN go mod download [2020-08-13T07:42:33.993Z] ---> Running in c56939219a07 [2020-08-13T07:42:39.427Z] Removing intermediate container 9f16e38c23dd [2020-08-13T07:42:39.427Z] ---> 077da46d5876 [2020-08-13T07:42:39.427Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-13T07:42:39.703Z] ---> Running in c99229c50a5a [2020-08-13T07:42:40.691Z] Removing intermediate container c56939219a07 [2020-08-13T07:42:40.691Z] ---> 84dba1191f5c [2020-08-13T07:42:40.691Z] Step 8/21 : COPY . . [2020-08-13T07:42:42.696Z] 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-13T07:42:52.893Z] Removing intermediate container c99229c50a5a [2020-08-13T07:42:52.893Z] ---> e639392383fe [2020-08-13T07:42:52.893Z] [2020-08-13T07:42:52.893Z] Step 11/26 : FROM docker:latest [2020-08-13T07:42:52.893Z] ---> ce9d55ae87f1 [2020-08-13T07:42:52.893Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-13T07:42:52.893Z] ---> Running in 8105f301e1a7 [2020-08-13T07:42:54.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:42:55.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:42:55.784Z] (1/2) Installing readline (8.0.4-r0) [2020-08-13T07:42:55.784Z] (2/2) Installing bash (5.0.17-r0) [2020-08-13T07:42:55.784Z] Executing bash-5.0.17-r0.post-install [2020-08-13T07:42:55.784Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:42:55.784Z] OK: 12 MiB in 22 packages [2020-08-13T07:42:59.216Z] Removing intermediate container 8105f301e1a7 [2020-08-13T07:42:59.216Z] ---> 27ae8f856782 [2020-08-13T07:42:59.216Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-13T07:42:59.216Z] ---> 001b18f833e2 [2020-08-13T07:42:59.216Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-13T07:42:59.494Z] ---> Running in f5e790d49286 [2020-08-13T07:42:59.494Z] ---> Running in a6964f2cb1c0 [2020-08-13T07:43:02.923Z] 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-13T07:43:06.563Z] Removing intermediate container f5e790d49286 [2020-08-13T07:43:06.563Z] ---> 5f884f399adc [2020-08-13T07:43:06.563Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-13T07:43:06.563Z] ---> Running in af08cfca7b97 [2020-08-13T07:43:08.017Z] Removing intermediate container af08cfca7b97 [2020-08-13T07:43:08.017Z] ---> c2787a5612ea [2020-08-13T07:43:08.017Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-13T07:43:08.300Z] ---> Running in 62cc4865465f [2020-08-13T07:43:09.296Z] Removing intermediate container 62cc4865465f [2020-08-13T07:43:09.296Z] ---> 63f968e186eb [2020-08-13T07:43:09.296Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-13T07:43:09.905Z] ---> Running in 16f208fdfdba [2020-08-13T07:43:10.917Z] Removing intermediate container 16f208fdfdba [2020-08-13T07:43:10.917Z] ---> c5f1c3d3ed34 [2020-08-13T07:43:10.917Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-13T07:43:14.336Z] ---> d40d51088dcd [2020-08-13T07:43:14.336Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-13T07:43:15.792Z] ---> 3084cf3b227d [2020-08-13T07:43:15.792Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-13T07:43:16.395Z] ---> f4e44322dabe [2020-08-13T07:43:16.395Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-13T07:43:16.680Z] ---> Running in 347c6714ae1e [2020-08-13T07:43:17.679Z] ---> b86f4e0f9e2e [2020-08-13T07:43:17.680Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-13T07:43:17.680Z] ---> Running in a4238b34b50e [2020-08-13T07:43:19.665Z] 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-13T07:43:20.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:43:20.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:43:22.367Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-13T07:43:22.367Z] (2/33) Installing expat (2.2.9-r1) [2020-08-13T07:43:22.367Z] (3/33) Installing libffi (3.3-r2) [2020-08-13T07:43:22.367Z] (4/33) Installing gdbm (1.13-r1) [2020-08-13T07:43:22.367Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-13T07:43:22.367Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-13T07:43:22.367Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-13T07:43:23.810Z] Removing intermediate container 702a0bea4bdd [2020-08-13T07:43:23.810Z] ---> e2944c78c945 [2020-08-13T07:43:23.810Z] [2020-08-13T07:43:23.810Z] Step 10/20 : FROM alpine [2020-08-13T07:43:23.810Z] latest: Pulling from library/alpine [2020-08-13T07:43:24.104Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-13T07:43:24.104Z] Status: Downloaded newer image for alpine:latest [2020-08-13T07:43:24.104Z] ---> 62ee0e9f8440 [2020-08-13T07:43:24.104Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-13T07:43:25.084Z] ---> Running in d02c61662266 [2020-08-13T07:43:25.084Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-13T07:43:25.084Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-13T07:43:25.084Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-13T07:43:25.084Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-13T07:43:25.084Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-13T07:43:25.084Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-13T07:43:25.084Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-13T07:43:25.376Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-13T07:43:25.376Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-13T07:43:25.376Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-13T07:43:25.376Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-13T07:43:25.376Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-13T07:43:25.376Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-13T07:43:25.376Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-13T07:43:25.376Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-13T07:43:25.649Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-13T07:43:25.649Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-13T07:43:25.649Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-13T07:43:25.649Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-13T07:43:25.649Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-13T07:43:25.649Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-13T07:43:25.649Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-13T07:43:25.929Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-13T07:43:25.929Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-13T07:43:25.929Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-13T07:43:25.929Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-13T07:43:26.204Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:43:26.204Z] OK: 71 MiB in 55 packages [2020-08-13T07:43:27.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:43:27.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:43:28.637Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:43:28.637Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:43:28.637Z] OK: 12620 distinct packages available [2020-08-13T07:43:29.646Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-13T07:43:29.646Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T07:43:29.646Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-13T07:43:29.646Z] (4/4) Installing curl (7.69.1-r0) [2020-08-13T07:43:29.646Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:43:29.923Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T07:43:30.199Z] OK: 7 MiB in 18 packages [2020-08-13T07:43:33.633Z] Removing intermediate container d02c61662266 [2020-08-13T07:43:33.633Z] ---> ea7472bdaf04 [2020-08-13T07:43:33.633Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T07:43:33.912Z] ---> Running in 06f79f058ae1 [2020-08-13T07:43:34.894Z] Removing intermediate container 06f79f058ae1 [2020-08-13T07:43:34.894Z] ---> 9d554f23aaa7 [2020-08-13T07:43:34.894Z] Step 13/20 : WORKDIR /edgex [2020-08-13T07:43:35.170Z] ---> Running in 3d0e61ad963b [2020-08-13T07:43:36.152Z] Removing intermediate container 3d0e61ad963b [2020-08-13T07:43:36.152Z] ---> d0879fc86cd8 [2020-08-13T07:43:36.152Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-13T07:43:36.430Z] Removing intermediate container a4238b34b50e [2020-08-13T07:43:36.430Z] ---> 92a7865d8631 [2020-08-13T07:43:36.430Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-13T07:43:36.704Z] ---> Running in f466c96da06b [2020-08-13T07:43:37.685Z] ---> 87e744831df1 [2020-08-13T07:43:37.685Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-13T07:43:39.664Z] ---> ae3827fad1e3 [2020-08-13T07:43:39.664Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-13T07:43:39.664Z] ---> Running in 90934f8301c6 [2020-08-13T07:43:40.645Z] Removing intermediate container 90934f8301c6 [2020-08-13T07:43:40.645Z] ---> 212bfe7777bd [2020-08-13T07:43:40.645Z] Step 17/20 : CMD ["--init=true"] [2020-08-13T07:43:40.645Z] ---> Running in 8eee8cb28195 [2020-08-13T07:43:41.249Z] Removing intermediate container 8eee8cb28195 [2020-08-13T07:43:41.249Z] ---> a65db856aa28 [2020-08-13T07:43:41.249Z] Step 18/20 : LABEL arch=arm64 [2020-08-13T07:43:41.523Z] ---> Running in 190c3d925b3b [2020-08-13T07:43:42.125Z] Removing intermediate container 190c3d925b3b [2020-08-13T07:43:42.126Z] ---> 7e9fdfdabb58 [2020-08-13T07:43:42.126Z] Step 19/20 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:43:42.400Z] ---> Running in 911ff67676fc [2020-08-13T07:43:43.004Z] Removing intermediate container 911ff67676fc [2020-08-13T07:43:43.004Z] ---> 686649d2fbbd [2020-08-13T07:43:43.004Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T07:43:43.282Z] ---> Running in 6eb26fe1c936 [2020-08-13T07:43:43.937Z] Removing intermediate container 6eb26fe1c936 [2020-08-13T07:43:43.937Z] ---> bf13b07c0d16 [2020-08-13T07:43:43.937Z] [2020-08-13T07:43:44.544Z] Successfully built bf13b07c0d16 [2020-08-13T07:43:44.544Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-13T07:43:45.568Z]  Building docker-security-proxy-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-13T07:43:45.568Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-13T07:43:46.562Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-13T07:43:46.562Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-13T07:43:49.188Z] Collecting texttable<0.10,>=0.9.0 [2020-08-13T07:43:49.188Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-13T07:43:52.603Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-13T07:43:52.603Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-13T07:43:53.199Z] Collecting docker<4.0,>=3.6.0 [2020-08-13T07:43:53.199Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-13T07:43:54.188Z] Collecting docopt<0.7,>=0.6.1 [2020-08-13T07:43:54.188Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-13T07:43:57.585Z] Collecting PyYAML<4,>=3.10 [2020-08-13T07:43:57.585Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-13T07:43:58.568Z] Removing intermediate container 730e99f4bff9 [2020-08-13T07:43:58.568Z] ---> 6888beb32499 [2020-08-13T07:43:58.568Z] [2020-08-13T07:43:58.568Z] Step 10/21 : FROM scratch [2020-08-13T07:43:58.568Z] ---> [2020-08-13T07:43:58.568Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T07:43:58.843Z] ---> Using cache [2020-08-13T07:43:58.843Z] ---> a84ba953c895 [2020-08-13T07:43:58.843Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-13T07:43:58.843Z] ---> Running in f25cac732af4 [2020-08-13T07:43:59.441Z] Removing intermediate container f25cac732af4 [2020-08-13T07:43:59.441Z] ---> c7ff3e7da356 [2020-08-13T07:43:59.441Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T07:43:59.720Z] ---> Running in 605ee1f27296 [2020-08-13T07:44:00.324Z] Removing intermediate container 605ee1f27296 [2020-08-13T07:44:00.324Z] ---> 89195114f64a [2020-08-13T07:44:00.324Z] Step 14/21 : WORKDIR / [2020-08-13T07:44:00.324Z] ---> Running in f47cb10b938c [2020-08-13T07:44:01.314Z] Removing intermediate container f47cb10b938c [2020-08-13T07:44:01.314Z] ---> 81801f5083ae [2020-08-13T07:44:01.314Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-13T07:44:01.914Z] Collecting jsonschema<3,>=2.5.1 [2020-08-13T07:44:01.914Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-13T07:44:02.192Z] ---> f1d4b9917958 [2020-08-13T07:44:02.192Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-13T07:44:02.797Z] Collecting cached-property<2,>=1.2.0 [2020-08-13T07:44:02.797Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-13T07:44:02.797Z] 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-13T07:44:03.399Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-13T07:44:03.681Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-13T07:44:03.681Z] 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-13T07:44:04.284Z] ---> 3266565347cd [2020-08-13T07:44:04.284Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-13T07:44:04.559Z] Collecting idna<2.8,>=2.5 [2020-08-13T07:44:04.559Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-13T07:44:04.841Z] 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-13T07:44:05.454Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-13T07:44:05.454Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-13T07:44:05.454Z] ---> a4398ec39749 [2020-08-13T07:44:05.454Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:44:05.454Z] ---> Running in b7feb715fda4 [2020-08-13T07:44:06.053Z] Collecting docker-pycreds>=0.4.0 [2020-08-13T07:44:06.053Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-13T07:44:06.053Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-13T07:44:06.053Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-13T07:44:06.053Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-13T07:44:06.053Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-13T07:44:06.330Z] Removing intermediate container b7feb715fda4 [2020-08-13T07:44:06.330Z] ---> a7b69ceedbfb [2020-08-13T07:44:06.330Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T07:44:06.330Z] ---> Running in 2843c1661007 [2020-08-13T07:44:06.931Z] Removing intermediate container 2843c1661007 [2020-08-13T07:44:06.931Z] ---> df0e4622aa2d [2020-08-13T07:44:06.931Z] Step 20/21 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:44:07.207Z] ---> Running in bc448241755e [2020-08-13T07:44:07.508Z] Installing collected packages: dockerpty, texttable, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, PyYAML, jsonschema, cached-property, docker-compose [2020-08-13T07:44:07.508Z] Running setup.py install for dockerpty: started [2020-08-13T07:44:07.782Z] Removing intermediate container bc448241755e [2020-08-13T07:44:07.782Z] ---> e5b95dd68c9d [2020-08-13T07:44:07.782Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T07:44:08.060Z] ---> Running in 186332d2c7e5 [2020-08-13T07:44:08.688Z] Removing intermediate container 186332d2c7e5 [2020-08-13T07:44:08.688Z] ---> 6111d5ad6fba [2020-08-13T07:44:08.688Z] [2020-08-13T07:44:09.307Z] Successfully built 6111d5ad6fba [2020-08-13T07:44:09.307Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-13T07:44:09.585Z]  Building docker-core-metadata-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2020-08-13T07:44:09.585Z] Running setup.py install for texttable: started [2020-08-13T07:44:12.319Z] Running setup.py install for texttable: finished with status 'done' [2020-08-13T07:44:12.319Z] Attempting uninstall: idna [2020-08-13T07:44:12.319Z] Found existing installation: idna 2.9 [2020-08-13T07:44:12.319Z] Uninstalling idna-2.9: [2020-08-13T07:44:12.319Z] Successfully uninstalled idna-2.9 [2020-08-13T07:44:12.930Z] Attempting uninstall: urllib3 [2020-08-13T07:44:12.930Z] Found existing installation: urllib3 1.25.9 [2020-08-13T07:44:12.930Z] Uninstalling urllib3-1.25.9: [2020-08-13T07:44:13.207Z] Removing intermediate container a6964f2cb1c0 [2020-08-13T07:44:13.207Z] ---> 4123feb14710 [2020-08-13T07:44:13.207Z] [2020-08-13T07:44:13.207Z] Step 9/29 : FROM alpine:latest [2020-08-13T07:44:13.207Z] ---> 62ee0e9f8440 [2020-08-13T07:44:13.207Z] 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-13T07:44:13.207Z] Successfully uninstalled urllib3-1.25.9 [2020-08-13T07:44:13.484Z] ---> Running in 51c6ae8b0e17 [2020-08-13T07:44:14.089Z] Attempting uninstall: requests [2020-08-13T07:44:14.089Z] Found existing installation: requests 2.23.0 [2020-08-13T07:44:14.089Z] Uninstalling requests-2.23.0: [2020-08-13T07:44:14.089Z] Removing intermediate container 51c6ae8b0e17 [2020-08-13T07:44:14.089Z] ---> a653599ba9a0 [2020-08-13T07:44:14.089Z] Step 11/29 : USER root [2020-08-13T07:44:14.089Z] Successfully uninstalled requests-2.23.0 [2020-08-13T07:44:14.377Z] ---> Running in 84e69adba006 [2020-08-13T07:44:14.986Z] Removing intermediate container 84e69adba006 [2020-08-13T07:44:14.986Z] ---> 8de745376895 [2020-08-13T07:44:14.986Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-13T07:44:14.986Z] ---> Running in bf3f9ca50939 [2020-08-13T07:44:15.988Z] Running setup.py install for docopt: started [2020-08-13T07:44:16.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:44:17.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:44:18.244Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T07:44:18.244Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T07:44:18.244Z] OK: 12620 distinct packages available [2020-08-13T07:44:18.244Z] Running setup.py install for docopt: finished with status 'done' [2020-08-13T07:44:18.244Z] Running setup.py install for PyYAML: started [2020-08-13T07:44:18.844Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-13T07:44:18.844Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-13T07:44:18.844Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:44:18.844Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T07:44:19.119Z] OK: 6 MiB in 16 packages [2020-08-13T07:44:20.577Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-13T07:44:21.190Z] Removing intermediate container bf3f9ca50939 [2020-08-13T07:44:21.190Z] ---> 04bbf6551990 [2020-08-13T07:44:21.190Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-13T07:44:21.190Z] ---> Running in c39891b5132d [2020-08-13T07:44:22.171Z] Removing intermediate container c39891b5132d [2020-08-13T07:44:22.171Z] ---> 745fa9d92aca [2020-08-13T07:44:22.171Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-13T07:44:22.171Z] 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-13T07:44:22.448Z] ---> Running in 4c005b5116ed [2020-08-13T07:44:23.047Z] Removing intermediate container 4c005b5116ed [2020-08-13T07:44:23.047Z] ---> 3b7e4c49a71e [2020-08-13T07:44:23.047Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-13T07:44:23.344Z] ---> Running in 6ff677461cd3 [2020-08-13T07:44:25.528Z] Removing intermediate container 347c6714ae1e [2020-08-13T07:44:25.528Z] ---> c33af96bea46 [2020-08-13T07:44:25.528Z] [2020-08-13T07:44:25.528Z] Step 10/21 : FROM scratch [2020-08-13T07:44:25.528Z] ---> [2020-08-13T07:44:25.528Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T07:44:25.528Z] ---> Using cache [2020-08-13T07:44:25.528Z] ---> 4e7cb1c7228d [2020-08-13T07:44:25.528Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-13T07:44:26.129Z] ---> Running in d78d1eb26c63 [2020-08-13T07:44:26.404Z] Removing intermediate container d78d1eb26c63 [2020-08-13T07:44:26.404Z] ---> 4c6f84745de6 [2020-08-13T07:44:26.404Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T07:44:26.679Z] Removing intermediate container f466c96da06b [2020-08-13T07:44:26.679Z] ---> 3f913942e9f4 [2020-08-13T07:44:26.679Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-13T07:44:26.679Z] ---> Running in b2c43ff314e5 [2020-08-13T07:44:26.953Z] ---> Running in 646d48fa45a1 [2020-08-13T07:44:26.953Z] Removing intermediate container 6ff677461cd3 [2020-08-13T07:44:26.953Z] ---> c612e4c8e72c [2020-08-13T07:44:26.953Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-13T07:44:27.548Z] Removing intermediate container b2c43ff314e5 [2020-08-13T07:44:27.548Z] ---> 04562e960e06 [2020-08-13T07:44:27.548Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-13T07:44:28.534Z] ---> 26c273e253ec [2020-08-13T07:44:28.534Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-13T07:44:28.534Z] ---> de135ced09b5 [2020-08-13T07:44:28.534Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-13T07:44:28.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T07:44:29.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T07:44:29.370Z] ---> 359a4f216ccc [2020-08-13T07:44:29.370Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-13T07:44:29.370Z] ---> cdcbd296e649 [2020-08-13T07:44:29.653Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-13T07:44:29.653Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T07:44:29.653Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-13T07:44:29.926Z] (3/3) Installing curl (7.69.1-r0) [2020-08-13T07:44:29.926Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T07:44:29.926Z] OK: 71 MiB in 58 packages [2020-08-13T07:44:30.930Z] ---> 39e8c9b4886d [2020-08-13T07:44:30.930Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-13T07:44:30.930Z] ---> d240ec6b4c49 [2020-08-13T07:44:30.930Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-13T07:44:31.536Z] Removing intermediate container 646d48fa45a1 [2020-08-13T07:44:31.536Z] ---> 627c08cb5e29 [2020-08-13T07:44:31.536Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:44:31.536Z] ---> 34387b9c933e [2020-08-13T07:44:31.536Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-13T07:44:31.536Z] ---> Running in 7473d2d256a1 [2020-08-13T07:44:31.811Z] ---> 3dc0017cd072 [2020-08-13T07:44:31.811Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T07:44:31.811Z] ---> Running in 38c9017f5ea1 [2020-08-13T07:44:32.084Z] Removing intermediate container 7473d2d256a1 [2020-08-13T07:44:32.084Z] ---> c0624fe6a1eb [2020-08-13T07:44:32.084Z] Step 24/26 : LABEL arch=arm64 [2020-08-13T07:44:32.363Z] ---> Running in 55636092b694 [2020-08-13T07:44:32.363Z] ---> b5d9f616f7b5 [2020-08-13T07:44:32.363Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-13T07:44:32.363Z] Removing intermediate container 38c9017f5ea1 [2020-08-13T07:44:32.363Z] ---> 78ec9e17e77a [2020-08-13T07:44:32.363Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T07:44:32.639Z] ---> Running in 701030e62ec9 [2020-08-13T07:44:32.639Z] ---> Running in d67cf4cd9544 [2020-08-13T07:44:32.925Z] Removing intermediate container 55636092b694 [2020-08-13T07:44:32.925Z] ---> 6404a4c6bb78 [2020-08-13T07:44:32.925Z] Step 25/26 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:44:33.215Z] ---> Running in f08ed39ca16e [2020-08-13T07:44:33.215Z] Removing intermediate container d67cf4cd9544 [2020-08-13T07:44:33.215Z] ---> d89fa07515b6 [2020-08-13T07:44:33.215Z] Step 20/21 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:44:33.491Z] ---> Running in 1154fc8de4c8 [2020-08-13T07:44:33.768Z] Removing intermediate container f08ed39ca16e [2020-08-13T07:44:33.768Z] ---> 6f88f9b11319 [2020-08-13T07:44:33.768Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T07:44:33.768Z] ---> Running in e164c82f7e0c [2020-08-13T07:44:34.042Z] Removing intermediate container 1154fc8de4c8 [2020-08-13T07:44:34.042Z] ---> eda418a4321f [2020-08-13T07:44:34.042Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T07:44:34.042Z] ---> Running in 9964cba9b2ae [2020-08-13T07:44:34.319Z] Removing intermediate container e164c82f7e0c [2020-08-13T07:44:34.319Z] ---> 99b6c4d64061 [2020-08-13T07:44:34.319Z] [2020-08-13T07:44:34.599Z] Removing intermediate container 9964cba9b2ae [2020-08-13T07:44:34.599Z] ---> 08e7bae52875 [2020-08-13T07:44:34.599Z] [2020-08-13T07:44:34.873Z] Successfully built 99b6c4d64061 [2020-08-13T07:44:34.873Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-13T07:44:35.147Z]  Building docker-sys-mgmt-agent-go ... done Successfully built 08e7bae52875 [2020-08-13T07:44:35.422Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-13T07:44:35.703Z]  Building docker-support-logging-go ... done Removing intermediate container 701030e62ec9 [2020-08-13T07:44:35.703Z] ---> cf5d7e092db1 [2020-08-13T07:44:35.703Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T07:44:36.302Z] ---> b07c44b086ac [2020-08-13T07:44:36.302Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T07:44:36.576Z] ---> Running in e284fa9f4848 [2020-08-13T07:44:39.196Z] Removing intermediate container e284fa9f4848 [2020-08-13T07:44:39.196Z] ---> 44a5c3eccc3b [2020-08-13T07:44:39.196Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-13T07:44:39.196Z] ---> Running in e2f1b2857d34 [2020-08-13T07:44:42.584Z] Removing intermediate container e2f1b2857d34 [2020-08-13T07:44:42.585Z] ---> 72e00506366e [2020-08-13T07:44:42.585Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T07:44:42.585Z] ---> Running in 269c159b2a54 [2020-08-13T07:44:42.858Z] Removing intermediate container 269c159b2a54 [2020-08-13T07:44:42.858Z] ---> 3f6283882717 [2020-08-13T07:44:42.858Z] Step 26/29 : CMD [ "generate" ] [2020-08-13T07:44:43.134Z] ---> Running in e5de77fd643d [2020-08-13T07:44:43.409Z] Removing intermediate container e5de77fd643d [2020-08-13T07:44:43.409Z] ---> 458dd08d568d [2020-08-13T07:44:43.409Z] Step 27/29 : LABEL arch=arm64 [2020-08-13T07:44:43.684Z] ---> Running in 676c60797a2b [2020-08-13T07:44:44.283Z] Removing intermediate container 676c60797a2b [2020-08-13T07:44:44.283Z] ---> 4ac9558378bb [2020-08-13T07:44:44.283Z] Step 28/29 : LABEL git_sha=9b039ddaf3b8e77a20ac0c9a08ae2726e905518d [2020-08-13T07:44:44.283Z] ---> Running in 808bf7d93e82 [2020-08-13T07:44:44.885Z] Removing intermediate container 808bf7d93e82 [2020-08-13T07:44:44.885Z] ---> 1679679cdd98 [2020-08-13T07:44:44.885Z] Step 29/29 : LABEL version=0.0.0 [2020-08-13T07:44:44.885Z] ---> Running in 329dc0b35e93 [2020-08-13T07:44:45.483Z] Removing intermediate container 329dc0b35e93 [2020-08-13T07:44:45.483Z] ---> 363e6d0fbc12 [2020-08-13T07:44:45.483Z] [2020-08-13T07:44:45.755Z] Successfully built 363e6d0fbc12 [2020-08-13T07:44:45.755Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-13T07:44:45.755Z]  Building docker-security-secrets-setup-go ... done  [2020-08-13T07:44:45.755Z] ERROR: for docker-security-secretstore-setup-go (, 'error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/53/536a684cf733e7234643632d3b2d31e1e929b050d56905e41c56503ce91aebb3/data?verify=1597307435-vr9Nn8YgAQ%2FYM%2B7pYkWQoX1JyIY%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy') [2020-08-13T07:44:45.755Z] [2020-08-13T07:44:45.755Z] ERROR: for docker-core-data-go (, 'error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/62/62ee0e9f84408099149bdf3873554feebd1ee199daa1e0e80b840414cd5c4c9b/data?verify=1597307462-Z0jD4%2Fz1SYv66HElVzSdamOBfCQ%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy') [2020-08-13T07:44:45.755Z] Service 'docker-core-data-go' failed to build: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/62/62ee0e9f84408099149bdf3873554feebd1ee199daa1e0e80b840414cd5c4c9b/data?verify=1597307462-Z0jD4%2Fz1SYv66HElVzSdamOBfCQ%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } [2020-08-13T07:44:46.423Z] $ docker stop --time=1 e78dc68ea2e894b2fca1448daeac5cbbaf819d80241f76405b6bdcfc4a014236 [2020-08-13T07:44:48.380Z] $ docker rm -f e78dc68ea2e894b2fca1448daeac5cbbaf819d80241f76405b6bdcfc4a014236 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-13T07:44:50.314Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-13T07:44:53.152Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T07:44:54.067Z] ---> package-listing.sh [2020-08-13T07:44:54.067Z] ++ facter osfamily [2020-08-13T07:44:54.067Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-13T07:44:54.067Z] + OS_FAMILY=redhat [2020-08-13T07:44:54.067Z] + workspace=/w/workspace/edgex-go/1 [2020-08-13T07:44:54.067Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-13T07:44:54.067Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-13T07:44:54.067Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-13T07:44:54.067Z] + PACKAGES=/tmp/packages_start.txt [2020-08-13T07:44:54.067Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-13T07:44:54.067Z] + PACKAGES=/tmp/packages_end.txt [2020-08-13T07:44:54.067Z] + case "${OS_FAMILY}" in [2020-08-13T07:44:54.067Z] + sort [2020-08-13T07:44:54.067Z] + rpm -qa [2020-08-13T07:44:58.289Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-13T07:44:58.289Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-13T07:44:58.289Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-13T07:44:58.289Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-13T07:44:58.289Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-08-13T07:44:58.289Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:44:59.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T07:44:59.070Z] [2020-08-13T07:44:59.070Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-13T07:44:59.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T07:44:59.494Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-13T07:44:59.494Z] c9b1b535fdd9: Pulling fs layer [2020-08-13T07:44:59.494Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-13T07:44:59.494Z] 756a868c4378: Pulling fs layer [2020-08-13T07:44:59.494Z] 444b2fc9a129: Pulling fs layer [2020-08-13T07:44:59.494Z] ea15f1150254: Pulling fs layer [2020-08-13T07:44:59.494Z] 41b27a9f41bf: Pulling fs layer [2020-08-13T07:44:59.494Z] 28c525ee5125: Pulling fs layer [2020-08-13T07:44:59.494Z] 094b1ea09ed8: Pulling fs layer [2020-08-13T07:44:59.494Z] 138eaada9080: Pulling fs layer [2020-08-13T07:44:59.494Z] 0622d0fa9048: Pulling fs layer [2020-08-13T07:44:59.494Z] 444b2fc9a129: Waiting [2020-08-13T07:44:59.494Z] ea15f1150254: Waiting [2020-08-13T07:44:59.494Z] 41b27a9f41bf: Waiting [2020-08-13T07:44:59.494Z] 138eaada9080: Waiting [2020-08-13T07:44:59.494Z] 28c525ee5125: Waiting [2020-08-13T07:44:59.494Z] 0622d0fa9048: Waiting [2020-08-13T07:44:59.494Z] 094b1ea09ed8: Waiting [2020-08-13T07:44:59.494Z] 2cc5ad85d9ab: Download complete [2020-08-13T07:44:59.494Z] 444b2fc9a129: Verifying Checksum [2020-08-13T07:44:59.494Z] 444b2fc9a129: Download complete [2020-08-13T07:44:59.494Z] c9b1b535fdd9: Verifying Checksum [2020-08-13T07:44:59.494Z] c9b1b535fdd9: Download complete [2020-08-13T07:44:59.766Z] ea15f1150254: Verifying Checksum [2020-08-13T07:44:59.766Z] ea15f1150254: Download complete [2020-08-13T07:44:59.766Z] 28c525ee5125: Verifying Checksum [2020-08-13T07:44:59.766Z] 28c525ee5125: Download complete [2020-08-13T07:45:00.038Z] 756a868c4378: Verifying Checksum [2020-08-13T07:45:00.038Z] 756a868c4378: Download complete [2020-08-13T07:45:00.038Z] c9b1b535fdd9: Pull complete [2020-08-13T07:45:00.038Z] 138eaada9080: Verifying Checksum [2020-08-13T07:45:00.038Z] 138eaada9080: Download complete [2020-08-13T07:45:00.315Z] 0622d0fa9048: Verifying Checksum [2020-08-13T07:45:00.315Z] 0622d0fa9048: Download complete [2020-08-13T07:45:00.315Z] 094b1ea09ed8: Verifying Checksum [2020-08-13T07:45:00.315Z] 094b1ea09ed8: Download complete [2020-08-13T07:45:00.315Z] 2cc5ad85d9ab: Pull complete [2020-08-13T07:45:00.578Z] 41b27a9f41bf: Verifying Checksum [2020-08-13T07:45:00.578Z] 41b27a9f41bf: Download complete [2020-08-13T07:45:02.516Z] 756a868c4378: Pull complete [2020-08-13T07:45:02.788Z] 444b2fc9a129: Pull complete [2020-08-13T07:45:03.052Z] ea15f1150254: Pull complete [2020-08-13T07:45:08.358Z] 41b27a9f41bf: Pull complete [2020-08-13T07:45:08.358Z] 28c525ee5125: Pull complete [2020-08-13T07:45:10.918Z] 094b1ea09ed8: Pull complete [2020-08-13T07:45:11.183Z] 138eaada9080: Pull complete [2020-08-13T07:45:11.183Z] 0622d0fa9048: Pull complete [2020-08-13T07:45:11.444Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-13T07:45:11.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T07:45:11.444Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-13T07:45:11.666Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2020-08-13T07:45:11.719Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-13T07:45:16.588Z] $ docker top 9be966cdc1474e7b2aca8ab719d731004a9f8a685692308a24d0e2ade217520f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-13T07:45:16.993Z] provisioning config files... [2020-08-13T07:45:17.022Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5495862220154441694tmp [Pipeline] { [Pipeline] echo [2020-08-13T07:45:17.135Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T07:45:17.462Z] ---> create-netrc.sh [Pipeline] echo [2020-08-13T07:45:17.492Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T07:45:17.863Z] ---> logs-deploy.sh [2020-08-13T07:45:17.864Z] + ARCHIVE_ARTIFACTS= [2020-08-13T07:45:17.864Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-13T07:45:17.864Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-13T07:45:17.864Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-13T07:45:17.864Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/1 [2020-08-13T07:45:17.864Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/1/ [2020-08-13T07:45:17.864Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/1 /w/workspace/edgex-go/1 [2020-08-13T07:45:18.817Z] Archives upload complete. [2020-08-13T07:45:19.079Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/1/ [2020-08-13T07:45:19.651Z] ---> uname -a: [2020-08-13T07:45:19.651Z] Linux 9be966cdc147 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-13T07:45:19.651Z] [2020-08-13T07:45:19.651Z]