Push event to branch hutchic-patch-1 Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab 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/hutchic-patch-1/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-4966 in /w/workspace/foundry_edgex-go_hutchic-patch-1 [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/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 Fetching without tags Checking out Revision ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab (hutchic-patch-1) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # 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/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 Commit message: "Update SECUIRTY.md" 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-12T02:50:20.672Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-12T02:50:20.965Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-12T02:50:21.246Z] ========================================================= [2020-08-12T02:50:21.246Z] EdgeX Global Pipelines Version Info [2020-08-12T02:50:21.246Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-12T02:50:22.651Z] ------------------- [2020-08-12T02:50:22.651Z] stable info: [2020-08-12T02:50:22.651Z] ------------------- [2020-08-12T02:50:22.652Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-12T02:50:22.652Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-12T02:50:22.652Z] Message: update stable to v1.0.106 [2020-08-12T02:50:24.039Z] ------------------- [2020-08-12T02:50:24.039Z] experimental info: [2020-08-12T02:50:24.039Z] ------------------- [2020-08-12T02:50:24.039Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-12T02:50:24.039Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-12T02:50:24.039Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-12T02:50:25.854Z] ++ 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-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/core-command/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/core-data/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-12T02:50:25.854Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:50:25.854Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-12T02:50:25.854Z] ++ cut -d/ -f2 [2020-08-12T02:50:25.854Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-12T02:50:25.944Z] 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-12T02:50:27.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T02:50:27.348Z] [2020-08-12T02:50:27.348Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:50:27.727Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T02:50:27.727Z] latest: Pulling from edgex-devops/git-semver [2020-08-12T02:50:27.727Z] 31603596830f: Pulling fs layer [2020-08-12T02:50:27.727Z] 2a8b12db71e7: Pulling fs layer [2020-08-12T02:50:27.727Z] 6ca5941a6612: Pulling fs layer [2020-08-12T02:50:27.727Z] ecc8261a40a4: Pulling fs layer [2020-08-12T02:50:27.727Z] ecc8261a40a4: Waiting [2020-08-12T02:50:27.727Z] 2a8b12db71e7: Verifying Checksum [2020-08-12T02:50:27.727Z] 2a8b12db71e7: Download complete [2020-08-12T02:50:27.997Z] 31603596830f: Download complete [2020-08-12T02:50:27.997Z] ecc8261a40a4: Verifying Checksum [2020-08-12T02:50:27.997Z] ecc8261a40a4: Download complete [2020-08-12T02:50:27.997Z] 6ca5941a6612: Verifying Checksum [2020-08-12T02:50:27.997Z] 6ca5941a6612: Download complete [2020-08-12T02:50:28.260Z] 31603596830f: Pull complete [2020-08-12T02:50:28.260Z] 2a8b12db71e7: Pull complete [2020-08-12T02:50:29.219Z] 6ca5941a6612: Pull complete [2020-08-12T02:50:29.499Z] ecc8261a40a4: Pull complete [2020-08-12T02:50:29.499Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-12T02:50:29.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T02:50:29.499Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-12T02:50:29.618Z] prd-centos7-docker-4c-2g-4966 does not seem to be running inside a container [2020-08-12T02:50:29.661Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T02:50:32.254Z] $ docker top 5631e7cb8cf17310608cb5cdc60e8366b92c3adc4a14ce65a99c0fca35873bb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T02:50:32.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T02:50:32.604Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T02:50:32.806Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T02:50:32.809Z] $ docker exec 5631e7cb8cf17310608cb5cdc60e8366b92c3adc4a14ce65a99c0fca35873bb2 ssh-agent [2020-08-12T02:50:32.970Z] SSH_AUTH_SOCK=/tmp/ssh-XA1cvlcio6Pb/agent.11 [2020-08-12T02:50:32.970Z] SSH_AGENT_PID=17 [2020-08-12T02:50:32.981Z] Running ssh-add (command line suppressed) [2020-08-12T02:50:33.111Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6573355486253695416.key (/w/workspace/edgex-go/1@tmp/private_key_6573355486253695416.key) [2020-08-12T02:50:33.161Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T02:50:33.525Z] + git describe --exact-match --tags HEAD [2020-08-12T02:50:33.525Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-12T02:50:33.568Z] $ docker exec --env ******** --env ******** 5631e7cb8cf17310608cb5cdc60e8366b92c3adc4a14ce65a99c0fca35873bb2 ssh-agent -k [2020-08-12T02:50:33.676Z] unset SSH_AUTH_SOCK; [2020-08-12T02:50:33.676Z] unset SSH_AGENT_PID; [2020-08-12T02:50:33.676Z] echo Agent pid 17 killed; [2020-08-12T02:50:33.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-12T02:50:34.215Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-12T02:50:34.216Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-12T02:50:34.317Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T02:50:34.317Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T02:50:34.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T02:50:34.479Z] $ docker exec 5631e7cb8cf17310608cb5cdc60e8366b92c3adc4a14ce65a99c0fca35873bb2 ssh-agent [2020-08-12T02:50:34.635Z] SSH_AUTH_SOCK=/tmp/ssh-JLD0QwCIrFur/agent.48 [2020-08-12T02:50:34.635Z] SSH_AGENT_PID=54 [2020-08-12T02:50:34.643Z] Running ssh-add (command line suppressed) [2020-08-12T02:50:34.757Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6025220868404012023.key (/w/workspace/edgex-go/1@tmp/private_key_6025220868404012023.key) [2020-08-12T02:50:34.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T02:50:35.182Z] + git semver init [2020-08-12T02:50:35.182Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T02:50:35.182Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-08-12T02:50:35.182Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-08-12T02:50:35.182Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T02:50:35.182Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T02:50:35.182Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T02:50:35.182Z] # $SEMVER_BRANCH = hutchic-patch-1 [2020-08-12T02:50:35.182Z] # $SEMVER_TEMP = /tmp/semver-317557981 [2020-08-12T02:50:35.182Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-12T02:50:53.336Z] # '/tmp/semver-317557981' -> '/w/workspace/edgex-go/1/.semver' [2020-08-12T02:50:53.336Z] # -> Force: false [2020-08-12T02:50:53.336Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-08-12T02:50:53.360Z] $ docker exec --env ******** --env ******** 5631e7cb8cf17310608cb5cdc60e8366b92c3adc4a14ce65a99c0fca35873bb2 ssh-agent -k [2020-08-12T02:50:53.577Z] unset SSH_AUTH_SOCK; [2020-08-12T02:50:53.577Z] unset SSH_AGENT_PID; [2020-08-12T02:50:53.577Z] echo Agent pid 54 killed; [2020-08-12T02:50:53.661Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T02:50:54.258Z] + git semver [Pipeline] } [2020-08-12T02:50:54.288Z] $ docker stop --time=1 5631e7cb8cf17310608cb5cdc60e8366b92c3adc4a14ce65a99c0fca35873bb2 [2020-08-12T02:50:55.962Z] $ docker rm -f 5631e7cb8cf17310608cb5cdc60e8366b92c3adc4a14ce65a99c0fca35873bb2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-12T02:51:08.760Z] Stashed 31 file(s) [Pipeline] echo [2020-08-12T02:51:08.782Z] [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-12T02:51:09.620Z] ========================================================= [2020-08-12T02:51:09.620Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-12T02:51:09.620Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:51:09.989Z] + 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-12T02:51:14.216Z] Sending build context to Docker daemon 323MB [2020-08-12T02:51:14.217Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T02:51:14.217Z] Step 2/7 : FROM ${BASE} [2020-08-12T02:51:14.217Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-12T02:51:14.217Z] df20fa9351a1: Pulling fs layer [2020-08-12T02:51:14.217Z] ed8968b2872e: Pulling fs layer [2020-08-12T02:51:14.217Z] a92cc7c5fd73: Pulling fs layer [2020-08-12T02:51:14.217Z] 2dd03ba5bac4: Pulling fs layer [2020-08-12T02:51:14.217Z] 1e091d79d1de: Pulling fs layer [2020-08-12T02:51:14.217Z] 481702a1767f: Pulling fs layer [2020-08-12T02:51:14.217Z] f64a6f60c768: Pulling fs layer [2020-08-12T02:51:14.217Z] e78d2573fc39: Pulling fs layer [2020-08-12T02:51:14.217Z] e876d2f968b6: Pulling fs layer [2020-08-12T02:51:14.217Z] ce8a83651883: Pulling fs layer [2020-08-12T02:51:14.217Z] 07967f4d0e4b: Pulling fs layer [2020-08-12T02:51:14.217Z] f64a6f60c768: Waiting [2020-08-12T02:51:14.217Z] e78d2573fc39: Waiting [2020-08-12T02:51:14.217Z] e876d2f968b6: Waiting [2020-08-12T02:51:14.217Z] ce8a83651883: Waiting [2020-08-12T02:51:14.217Z] 2dd03ba5bac4: Waiting [2020-08-12T02:51:14.217Z] 07967f4d0e4b: Waiting [2020-08-12T02:51:14.217Z] 1e091d79d1de: Waiting [2020-08-12T02:51:14.217Z] 481702a1767f: Waiting [2020-08-12T02:51:14.217Z] a92cc7c5fd73: Download complete [2020-08-12T02:51:14.217Z] ed8968b2872e: Download complete [2020-08-12T02:51:14.217Z] 1e091d79d1de: Download complete [2020-08-12T02:51:14.217Z] 481702a1767f: Verifying Checksum [2020-08-12T02:51:14.217Z] 481702a1767f: Download complete [2020-08-12T02:51:14.217Z] df20fa9351a1: Verifying Checksum [2020-08-12T02:51:14.217Z] df20fa9351a1: Download complete [2020-08-12T02:51:14.217Z] df20fa9351a1: Pull complete [2020-08-12T02:51:15.629Z] e78d2573fc39: Verifying Checksum [2020-08-12T02:51:15.629Z] e78d2573fc39: Download complete [2020-08-12T02:51:15.629Z] f64a6f60c768: Verifying Checksum [2020-08-12T02:51:15.629Z] f64a6f60c768: Download complete [2020-08-12T02:51:15.629Z] e876d2f968b6: Verifying Checksum [2020-08-12T02:51:15.629Z] e876d2f968b6: Download complete [2020-08-12T02:51:15.894Z] 07967f4d0e4b: Verifying Checksum [2020-08-12T02:51:15.894Z] 07967f4d0e4b: Download complete [2020-08-12T02:51:16.164Z] 2dd03ba5bac4: Verifying Checksum [2020-08-12T02:51:16.164Z] 2dd03ba5bac4: Download complete [2020-08-12T02:51:16.164Z] ce8a83651883: Verifying Checksum [2020-08-12T02:51:16.164Z] ce8a83651883: Download complete [2020-08-12T02:51:16.428Z] ed8968b2872e: Pull complete [2020-08-12T02:51:16.689Z] a92cc7c5fd73: Pull complete [2020-08-12T02:51:22.018Z] 2dd03ba5bac4: Pull complete [2020-08-12T02:51:22.018Z] 1e091d79d1de: Pull complete [2020-08-12T02:51:22.018Z] 481702a1767f: Pull complete [2020-08-12T02:51:24.290Z] Still waiting to schedule task [2020-08-12T02:51:24.290Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-12T02:51:30.178Z] f64a6f60c768: Pull complete [2020-08-12T02:51:34.442Z] e78d2573fc39: Pull complete [2020-08-12T02:51:34.442Z] e876d2f968b6: Pull complete [2020-08-12T02:51:35.022Z] ce8a83651883: Pull complete [2020-08-12T02:51:35.022Z] 07967f4d0e4b: Pull complete [2020-08-12T02:51:35.022Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-12T02:51:35.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-12T02:51:35.022Z] ---> 5d7c900382c6 [2020-08-12T02:51:35.022Z] 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-12T02:51:36.417Z] ---> Running in 617505673e36 [2020-08-12T02:51:37.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:51:37.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:51:38.168Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T02:51:38.168Z] (2/12) Installing file (5.38-r0) [2020-08-12T02:51:38.168Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T02:51:38.429Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T02:51:40.352Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T02:51:40.352Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T02:51:40.352Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T02:51:40.352Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T02:51:40.612Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T02:51:40.873Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T02:51:40.873Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T02:51:41.137Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T02:51:41.137Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:51:41.137Z] OK: 233 MiB in 51 packages [2020-08-12T02:51:45.361Z] Removing intermediate container 617505673e36 [2020-08-12T02:51:45.361Z] ---> bd9d5b52d281 [2020-08-12T02:51:45.361Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T02:51:45.361Z] ---> Running in b7ee323af45f [2020-08-12T02:51:45.361Z] Removing intermediate container b7ee323af45f [2020-08-12T02:51:45.361Z] ---> 985ef08f7151 [2020-08-12T02:51:45.361Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T02:51:45.361Z] latest: Pulling from library/docker [2020-08-12T02:51:45.361Z] df20fa9351a1: Already exists [2020-08-12T02:51:45.361Z] 25ad7478873d: Pulling fs layer [2020-08-12T02:51:45.361Z] 4684f6177b5d: Pulling fs layer [2020-08-12T02:51:45.361Z] 46e300cec669: Pulling fs layer [2020-08-12T02:51:45.361Z] 63038576ad94: Pulling fs layer [2020-08-12T02:51:45.361Z] 0fdb76c4706c: Pulling fs layer [2020-08-12T02:51:45.361Z] cb7edeffdfd5: Pulling fs layer [2020-08-12T02:51:45.361Z] 63038576ad94: Waiting [2020-08-12T02:51:45.361Z] 0fdb76c4706c: Waiting [2020-08-12T02:51:45.361Z] cb7edeffdfd5: Waiting [2020-08-12T02:51:45.361Z] 4684f6177b5d: Verifying Checksum [2020-08-12T02:51:45.361Z] 4684f6177b5d: Download complete [2020-08-12T02:51:45.635Z] 25ad7478873d: Verifying Checksum [2020-08-12T02:51:45.635Z] 25ad7478873d: Download complete [2020-08-12T02:51:45.635Z] 63038576ad94: Verifying Checksum [2020-08-12T02:51:45.635Z] 63038576ad94: Download complete [2020-08-12T02:51:45.898Z] 25ad7478873d: Pull complete [2020-08-12T02:51:45.898Z] 4684f6177b5d: Pull complete [2020-08-12T02:51:46.160Z] 46e300cec669: Download complete [2020-08-12T02:51:48.725Z] 46e300cec669: Pull complete [2020-08-12T02:51:48.725Z] 63038576ad94: Pull complete [2020-08-12T02:51:50.642Z] 0fdb76c4706c: Verifying Checksum [2020-08-12T02:51:50.642Z] 0fdb76c4706c: Download complete [2020-08-12T02:51:50.642Z] cb7edeffdfd5: Verifying Checksum [2020-08-12T02:51:50.642Z] cb7edeffdfd5: Download complete [2020-08-12T02:51:50.642Z] 0fdb76c4706c: Pull complete [2020-08-12T02:51:50.903Z] cb7edeffdfd5: Pull complete [2020-08-12T02:51:50.903Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T02:51:50.903Z] Status: Downloaded newer image for docker:latest [2020-08-12T02:51:52.823Z] ---> f197bd8c0db5 [2020-08-12T02:51:52.823Z] Step 6/7 : COPY go.mod . [2020-08-12T02:51:52.823Z] ---> 60583a3d01c6 [2020-08-12T02:51:52.823Z] Step 7/7 : RUN go mod download [2020-08-12T02:51:52.823Z] ---> Running in 652fa06ddf7f [2020-08-12T02:51:55.375Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T02:51:55.375Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T02:51:55.375Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T02:51:55.375Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T02:51:55.375Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T02:51:55.375Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T02:51:55.375Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T02:51:55.375Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T02:51:55.636Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T02:51:55.636Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T02:51:55.636Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T02:51:55.636Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T02:51:55.636Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T02:51:55.636Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T02:51:55.636Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T02:51:55.636Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T02:51:55.897Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T02:51:55.897Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T02:51:55.897Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T02:51:55.897Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T02:51:55.897Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T02:51:55.897Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T02:51:55.897Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T02:51:55.897Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T02:51:55.897Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T02:51:56.158Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T02:51:56.158Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T02:51:56.158Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T02:51:56.158Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T02:51:56.158Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T02:51:56.158Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T02:51:56.158Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T02:51:56.158Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T02:51:56.158Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T02:51:56.158Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T02:51:56.420Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T02:51:56.682Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T02:51:56.682Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T02:51:56.682Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T02:51:56.682Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T02:51:56.682Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T02:51:56.682Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T02:51:56.682Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T02:51:56.682Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T02:51:56.682Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T02:51:56.682Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T02:51:56.682Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T02:51:56.943Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T02:51:56.943Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T02:51:56.943Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T02:51:56.943Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T02:51:56.943Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T02:51:56.944Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T02:51:56.944Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T02:51:56.944Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T02:51:56.944Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T02:51:56.944Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T02:51:57.205Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T02:51:57.205Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T02:51:57.205Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T02:51:57.205Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T02:51:57.205Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T02:51:57.205Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T02:51:57.205Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T02:51:57.205Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T02:51:57.205Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T02:51:57.469Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T02:51:57.469Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T02:51:57.469Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T02:51:57.469Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T02:51:57.469Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T02:51:57.469Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T02:51:57.469Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T02:51:57.469Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T02:51:57.469Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T02:51:57.469Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T02:51:57.469Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T02:51:57.469Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T02:51:57.732Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T02:51:57.732Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T02:51:57.732Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T02:51:57.732Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T02:52:10.019Z] Removing intermediate container 652fa06ddf7f [2020-08-12T02:52:10.019Z] ---> 93b741279385 [2020-08-12T02:52:10.019Z] Successfully built 93b741279385 [2020-08-12T02:52:10.019Z] 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-12T02:52:10.927Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-12T02:52:10.928Z] . [Pipeline] withDockerContainer [2020-08-12T02:52:11.048Z] prd-centos7-docker-4c-2g-4966 does not seem to be running inside a container [2020-08-12T02:52:11.099Z] $ 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 ******** ci-base-image-x86_64 cat [2020-08-12T02:52:11.851Z] $ docker top 691bb6624fb9cb363043c2c5cde462433cb91662489bc94cc85a2ac8f7d79cad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T02:52:12.385Z] + go version [2020-08-12T02:52:12.385Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-12T02:52:12.420Z] ========================================================= [2020-08-12T02:52:12.420Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-12T02:52:12.420Z] ========================================================= [Pipeline] sh [2020-08-12T02:52:12.731Z] + make test [2020-08-12T02:52:12.731Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-12T02:52:15.293Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-12T02:52:25.364Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-12T02:52:28.765Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-12T02:52:28.765Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-12T02:52:28.765Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-12T02:52:28.765Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-12T02:52:30.185Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s [2020-08-12T02:52:30.185Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-12T02:52:30.185Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-12T02:52:30.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-12T02:52:30.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-12T02:52:30.781Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-12T02:52:30.781Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-12T02:52:30.781Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-12T02:52:30.781Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-12T02:52:37.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.027s coverage: 46.6% of statements [2020-08-12T02:52:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-12T02:52:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-12T02:52:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-12T02:52:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-12T02:52:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-12T02:52:39.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.046s coverage: 27.3% of statements [2020-08-12T02:52:39.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-12T02:52:39.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-12T02:52:39.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-12T02:52:39.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-12T02:52:39.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-12T02:52:39.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-12T02:52:39.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-12T02:52:39.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-12T02:52:39.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements [2020-08-12T02:52:39.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-12T02:52:40.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.087s coverage: 28.6% of statements [2020-08-12T02:52:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-12T02:52:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-12T02:52:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-12T02:52:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-12T02:52:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-12T02:52:40.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.045s coverage: 100.0% of statements [2020-08-12T02:52:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-12T02:52:40.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements [2020-08-12T02:52:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-12T02:52:40.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.029s coverage: 89.8% of statements [2020-08-12T02:52:40.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-12T02:52:41.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-08-12T02:52:41.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-12T02:52:41.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.039s coverage: 100.0% of statements [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-12T02:52:41.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-12T02:52:41.516Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2020-08-12T02:52:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.055s coverage: 63.5% of statements [2020-08-12T02:52:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-12T02:52:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-12T02:52:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements [2020-08-12T02:52:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.115s coverage: 55.9% of statements [2020-08-12T02:52:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-12T02:52:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-12T02:52:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-12T02:52:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-12T02:52:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.653s coverage: 86.3% of statements [2020-08-12T02:52:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-12T02:52:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.280s coverage: 72.2% of statements [2020-08-12T02:52:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.126s coverage: 72.1% of statements [2020-08-12T02:52:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements [2020-08-12T02:52:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.028s coverage: 48.4% of statements [2020-08-12T02:52:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-12T02:52:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-12T02:52:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-12T02:52:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements [2020-08-12T02:52:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-12T02:52:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements [2020-08-12T02:52:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-12T02:52:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.038s coverage: 26.9% of statements [2020-08-12T02:52:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-12T02:52:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-12T02:52:46.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.105s coverage: 84.1% of statements [2020-08-12T02:52:46.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-08-12T02:52:47.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.022s coverage: 42.9% of statements [2020-08-12T02:52:47.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-12T02:52:47.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-12T02:52:47.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-12T02:52:47.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-12T02:52:47.282Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.068s coverage: 83.8% of statements [2020-08-12T02:52:47.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-12T02:52:48.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 45.1% of statements [2020-08-12T02:52:48.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-12T02:52:48.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-12T02:52:48.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2020-08-12T02:52:48.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-12T02:52:48.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-12T02:52:48.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-12T02:52:48.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements [2020-08-12T02:52:48.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-12T02:52:48.985Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.006s coverage: 100.0% of statements [2020-08-12T02:52:48.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-12T02:52:49.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.044s coverage: 29.1% of statements [2020-08-12T02:52:49.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-12T02:52:49.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-12T02:52:49.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-12T02:52:49.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-12T02:52:49.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-12T02:52:50.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.014s coverage: 99.0% of statements [2020-08-12T02:52:50.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-12T02:52:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements [2020-08-12T02:52:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-12T02:52:50.504Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-12T02:52:50.504Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-12T02:52:50.773Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements [2020-08-12T02:52:50.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-12T02:52:50.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-12T02:52:50.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-12T02:52:50.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-12T02:52:51.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.018s coverage: 87.9% of statements [2020-08-12T02:52:51.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-12T02:52:51.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-12T02:52:51.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-08-12T02:52:51.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-08-12T02:52:51.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-12T02:52:52.185Z] GO111MODULE=on go vet ./... [2020-08-12T02:52:57.513Z] gofmt -l . [2020-08-12T02:52:58.086Z] [ "`gofmt -l .`" = "" ] [2020-08-12T02:52:58.669Z] ./bin/test-go-mod-tidy.sh [2020-08-12T02:52:59.251Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-12T02:53:01.524Z] + ls -al . [2020-08-12T02:53:01.524Z] total 552 [2020-08-12T02:53:01.524Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 02:53 . [2020-08-12T02:53:01.524Z] drwxr-xr-x 4 root root 28 Aug 12 02:52 .. [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 02:50 .dockerignore [2020-08-12T02:53:01.524Z] drwxrwxr-x 8 1001 1001 162 Aug 12 02:50 .git [2020-08-12T02:53:01.524Z] drwxrwxr-x 3 1001 1001 60 Aug 12 02:50 .github [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 932 Aug 12 02:50 .gitignore [2020-08-12T02:53:01.524Z] drwx------ 3 1001 1001 55 Aug 12 02:50 .semver [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 02:50 .sonarcloud.properties [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 02:50 CONTRIBUTING.md [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 1035 Aug 12 02:50 Dockerfile.build [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 865 Aug 12 02:50 Jenkinsfile [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 02:50 LICENSE [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 6237 Aug 12 02:50 Makefile [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 5652 Aug 12 02:50 README.md [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 259 Aug 12 02:50 SECURITY.md [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 02:50 VERSION [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 02:50 ZMQWindows.md [2020-08-12T02:53:01.524Z] drwxrwxr-x 2 1001 1001 117 Aug 12 02:50 bin [2020-08-12T02:53:01.524Z] drwxrwxr-x 15 1001 1001 4096 Aug 12 02:50 cmd [2020-08-12T02:53:01.524Z] -rw-r--r-- 1 root root 455803 Aug 12 02:52 coverage.out [2020-08-12T02:53:01.524Z] -rw-r--r-- 1 root root 1019 Aug 12 02:52 go.mod [2020-08-12T02:53:01.524Z] -rw-r--r-- 1 root root 18146 Aug 12 02:52 go.sum [2020-08-12T02:53:01.524Z] drwxrwxr-x 8 1001 1001 127 Aug 12 02:50 internal [2020-08-12T02:53:01.524Z] drwxrwxr-x 4 1001 1001 26 Aug 12 02:50 openapi [2020-08-12T02:53:01.524Z] drwxrwxr-x 4 1001 1001 71 Aug 12 02:50 snap [2020-08-12T02:53:01.524Z] -rw-rw-r-- 1 1001 1001 168 Aug 12 02:50 version.go [Pipeline] sh [2020-08-12T02:53:01.958Z] + '[' -e coverage.out ] [2020-08-12T02:53:01.958Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-12T02:53:02.098Z] Stashed 1 file(s) [Pipeline] sh [2020-08-12T02:53:02.448Z] + make build [2020-08-12T02:53:02.448Z] 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-12T02:53:09.127Z] 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-12T02:53:11.673Z] 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-12T02:53:13.062Z] 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-12T02:53:14.453Z] 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-12T02:53:16.367Z] 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-12T02:53:16.627Z] 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-12T02:53:16.966Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4967 in /w/workspace/foundry_edgex-go_hutchic-patch-1 [Pipeline] { [Pipeline] ws [2020-08-12T02:53:17.090Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-08-12T02:53:19.172Z] 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-12T02:53:20.559Z] 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-12T02:53:21.945Z] 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-12T02:53:22.394Z] using credential edgex-jenkins-ssh [2020-08-12T02:53:22.443Z] Cloning the remote Git repository [2020-08-12T02:53:22.443Z] Cloning with configured refspecs honoured and without tags [2020-08-12T02:53:23.330Z] 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-12T02:53:22.511Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-12T02:53:22.618Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-08-12T02:53:22.681Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T02:53:22.682Z] > git --version # timeout=10 [2020-08-12T02:53:22.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T02:53:22.764Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 [2020-08-12T02:53:24.718Z] 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-12T02:53:26.103Z] 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-12T02:53:27.073Z] $ docker stop --time=1 691bb6624fb9cb363043c2c5cde462433cb91662489bc94cc85a2ac8f7d79cad [2020-08-12T02:53:28.676Z] $ docker rm -f 691bb6624fb9cb363043c2c5cde462433cb91662489bc94cc85a2ac8f7d79cad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:53:31.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T02:53:31.801Z] [2020-08-12T02:53:31.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:53:32.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T02:53:32.210Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-12T02:53:32.210Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-12T02:53:32.210Z] ca9280d653b3: Pulling fs layer [2020-08-12T02:53:32.210Z] 7e9c9ca2126c: Pulling fs layer [2020-08-12T02:53:32.210Z] cbdbe7a5bc2a: Download complete [2020-08-12T02:53:32.471Z] ca9280d653b3: Verifying Checksum [2020-08-12T02:53:32.471Z] ca9280d653b3: Download complete [2020-08-12T02:53:32.741Z] cbdbe7a5bc2a: Pull complete [2020-08-12T02:53:33.009Z] 7e9c9ca2126c: Verifying Checksum [2020-08-12T02:53:33.009Z] 7e9c9ca2126c: Download complete [2020-08-12T02:53:33.587Z] ca9280d653b3: Pull complete [2020-08-12T02:53:43.607Z] 7e9c9ca2126c: Pull complete [2020-08-12T02:53:43.607Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-12T02:53:43.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T02:53:43.607Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-12T02:53:43.760Z] prd-centos7-docker-4c-2g-4966 does not seem to be running inside a container [2020-08-12T02:53:43.806Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-12T02:53:44.650Z] $ docker top b8d9b7222acae07d3aba634d9b448c6fae6a4b96d354df7de81959b5a8438ad0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T02:53:45.219Z] + docker-compose build --help [2020-08-12T02:53:45.219Z] + grep parallel [2020-08-12T02:53:46.161Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T02:53:46.188Z] $ docker stop --time=1 b8d9b7222acae07d3aba634d9b448c6fae6a4b96d354df7de81959b5a8438ad0 [2020-08-12T02:53:47.562Z] $ docker rm -f b8d9b7222acae07d3aba634d9b448c6fae6a4b96d354df7de81959b5a8438ad0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:53:48.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T02:53:48.264Z] . [Pipeline] withDockerContainer [2020-08-12T02:53:48.373Z] prd-centos7-docker-4c-2g-4966 does not seem to be running inside a container [2020-08-12T02:53:48.413Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-12T02:53:49.082Z] $ docker top f3e0951363a0efaa315a1263787f44d75354ec238b18f814ef3f372d7fbb050a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T02:53:49.641Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T02:53:50.581Z] Building docker-core-command-go ... [2020-08-12T02:53:50.581Z] Building docker-core-data-go ... [2020-08-12T02:53:50.581Z] Building docker-core-metadata-go ... [2020-08-12T02:53:50.581Z] Building docker-security-proxy-setup-go ... [2020-08-12T02:53:50.581Z] Building docker-security-secrets-setup-go ... [2020-08-12T02:53:50.581Z] Building docker-security-secretstore-setup-go ... [2020-08-12T02:53:50.581Z] Building docker-support-logging-go ... [2020-08-12T02:53:50.581Z] Building docker-support-notifications-go ... [2020-08-12T02:53:50.581Z] Building docker-support-scheduler-go ... [2020-08-12T02:53:50.581Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T02:53:50.581Z] Building docker-core-metadata-go [2020-08-12T02:53:50.581Z] Building docker-support-notifications-go [2020-08-12T02:53:50.581Z] Building docker-core-data-go [2020-08-12T02:53:50.581Z] Building docker-support-scheduler-go [2020-08-12T02:53:50.581Z] Building docker-security-proxy-setup-go [2020-08-12T02:54:17.280Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:54:17.280Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:54:17.280Z] ---> 93b741279385 [2020-08-12T02:54:17.280Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T02:54:17.552Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:54:17.552Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:54:17.552Z] ---> 93b741279385 [2020-08-12T02:54:17.552Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T02:54:17.552Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:54:17.552Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:54:17.552Z] ---> 93b741279385 [2020-08-12T02:54:17.552Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T02:54:17.552Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:54:17.552Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:54:17.552Z] ---> 93b741279385 [2020-08-12T02:54:17.552Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T02:54:17.814Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:54:17.814Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:54:17.814Z] ---> 93b741279385 [2020-08-12T02:54:17.814Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T02:54:18.390Z] ---> Running in 091d7e68879d [2020-08-12T02:54:18.390Z] ---> Running in eeeba32b6425 [2020-08-12T02:54:18.390Z] ---> Running in 778f1d6f64c0 [2020-08-12T02:54:18.390Z] ---> Running in 6b73751a3fcb [2020-08-12T02:54:18.390Z] ---> Running in 02e09aa502c9 [2020-08-12T02:54:18.970Z] Removing intermediate container 091d7e68879d [2020-08-12T02:54:18.970Z] ---> f847f7cd9023 [2020-08-12T02:54:18.970Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:54:18.970Z] Removing intermediate container 02e09aa502c9 [2020-08-12T02:54:18.970Z] ---> 57c84626f2de [2020-08-12T02:54:18.971Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:54:18.971Z] Removing intermediate container eeeba32b6425 [2020-08-12T02:54:18.971Z] ---> 28d64df8a14a [2020-08-12T02:54:18.971Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:54:18.971Z] Removing intermediate container 778f1d6f64c0 [2020-08-12T02:54:18.971Z] ---> 1b9c893c2649 [2020-08-12T02:54:18.971Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:54:18.971Z] Removing intermediate container 6b73751a3fcb [2020-08-12T02:54:18.971Z] ---> f458f6c0c24a [2020-08-12T02:54:18.971Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:54:19.231Z] ---> Running in 2598b1ebf7c6 [2020-08-12T02:54:19.231Z] ---> Running in f99252a1bfaa [2020-08-12T02:54:19.231Z] ---> Running in 1a2e2175f120 [2020-08-12T02:54:19.231Z] ---> Running in 2ce6b1f2bdc1 [2020-08-12T02:54:19.231Z] ---> Running in 74dceec75a28 [2020-08-12T02:54:21.800Z] Removing intermediate container 2598b1ebf7c6 [2020-08-12T02:54:21.800Z] ---> f9ce5fea6ad1 [2020-08-12T02:54:21.800Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T02:54:21.800Z] Removing intermediate container f99252a1bfaa [2020-08-12T02:54:21.800Z] ---> c3f548fd6879 [2020-08-12T02:54:21.800Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T02:54:21.800Z] ---> Running in d83187e855f5 [2020-08-12T02:54:21.800Z] ---> Running in 259aeca8ae14 [2020-08-12T02:54:21.800Z] Removing intermediate container 1a2e2175f120 [2020-08-12T02:54:21.800Z] ---> a2936e20584e [2020-08-12T02:54:21.800Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T02:54:21.800Z] Removing intermediate container 2ce6b1f2bdc1 [2020-08-12T02:54:21.801Z] ---> 4d9bfd79a098 [2020-08-12T02:54:21.801Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T02:54:21.801Z] Removing intermediate container 74dceec75a28 [2020-08-12T02:54:21.801Z] ---> c57bb0bd0c24 [2020-08-12T02:54:21.801Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T02:54:21.801Z] ---> Running in 42b419134e23 [2020-08-12T02:54:22.063Z] ---> Running in 8e257837f497 [2020-08-12T02:54:22.063Z] ---> Running in 26c483256527 [2020-08-12T02:54:22.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:22.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:22.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:22.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:22.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:23.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:23.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:23.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:23.686Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:54:23.686Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:54:23.686Z] OK: 12749 distinct packages available [2020-08-12T02:54:23.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:23.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:54:23.686Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:54:23.686Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:54:23.686Z] OK: 12749 distinct packages available [2020-08-12T02:54:23.950Z] OK: 233 MiB in 51 packages [2020-08-12T02:54:23.950Z] OK: 233 MiB in 51 packages [2020-08-12T02:54:23.950Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:54:23.950Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:54:23.950Z] OK: 12749 distinct packages available [2020-08-12T02:54:24.222Z] OK: 233 MiB in 51 packages [2020-08-12T02:54:24.493Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:54:24.493Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:54:24.493Z] OK: 12749 distinct packages available [2020-08-12T02:54:24.493Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:54:24.493Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:54:24.493Z] OK: 12749 distinct packages available [2020-08-12T02:54:24.493Z] Removing intermediate container d83187e855f5 [2020-08-12T02:54:24.493Z] ---> fd53f0f18202 [2020-08-12T02:54:24.493Z] Step 6/20 : COPY go.mod . [2020-08-12T02:54:24.754Z] Removing intermediate container 259aeca8ae14 [2020-08-12T02:54:24.754Z] ---> ef0597e8d2a8 [2020-08-12T02:54:24.754Z] Step 6/22 : COPY go.mod . [2020-08-12T02:54:24.754Z] OK: 233 MiB in 51 packages [2020-08-12T02:54:24.754Z] OK: 233 MiB in 51 packages [2020-08-12T02:54:24.754Z] ---> 133c4f6dce72 [2020-08-12T02:54:24.754Z] Step 7/20 : RUN go mod download [2020-08-12T02:54:25.021Z] ---> Running in f4dee5eb91db [2020-08-12T02:54:25.021Z] Removing intermediate container 42b419134e23 [2020-08-12T02:54:25.021Z] ---> bad32d7da536 [2020-08-12T02:54:25.021Z] Step 6/21 : COPY go.mod . [2020-08-12T02:54:25.021Z] ---> f9e19ee9a357 [2020-08-12T02:54:25.021Z] Step 7/22 : RUN go mod download [2020-08-12T02:54:25.286Z] ---> Running in c9dc2d756654 [2020-08-12T02:54:25.286Z] ---> 688622886f27 [2020-08-12T02:54:25.286Z] Step 7/21 : RUN go mod download [2020-08-12T02:54:25.547Z] ---> Running in f1698691bc15 [2020-08-12T02:54:25.808Z] Removing intermediate container 8e257837f497 [2020-08-12T02:54:25.808Z] ---> da85cde1c537 [2020-08-12T02:54:25.808Z] Step 6/20 : COPY go.mod . [2020-08-12T02:54:25.808Z] Removing intermediate container 26c483256527 [2020-08-12T02:54:25.808Z] ---> 51c739ad4919 [2020-08-12T02:54:25.808Z] Step 6/23 : COPY go.mod . [2020-08-12T02:54:26.381Z] ---> e4f464c751c3 [2020-08-12T02:54:26.381Z] Step 7/20 : RUN go mod download [2020-08-12T02:54:26.381Z] ---> 444937ea5ba1 [2020-08-12T02:54:26.381Z] Step 7/23 : RUN go mod download [2020-08-12T02:54:26.381Z] ---> Running in 14149e34cd22 [2020-08-12T02:54:26.381Z] ---> Running in 142263ead725 [2020-08-12T02:54:27.788Z] Removing intermediate container c9dc2d756654 [2020-08-12T02:54:27.788Z] ---> 8ef3e619f9de [2020-08-12T02:54:27.788Z] Step 8/22 : COPY . . [2020-08-12T02:54:28.364Z] Removing intermediate container f1698691bc15 [2020-08-12T02:54:28.364Z] ---> e1e4400041bc [2020-08-12T02:54:28.364Z] Step 8/21 : COPY . . [2020-08-12T02:54:32.593Z] Removing intermediate container f4dee5eb91db [2020-08-12T02:54:32.593Z] ---> 98e1d76e795d [2020-08-12T02:54:32.593Z] Step 8/20 : COPY . . [2020-08-12T02:54:32.593Z] Removing intermediate container 14149e34cd22 [2020-08-12T02:54:32.593Z] ---> 23c9a38d71d4 [2020-08-12T02:54:32.593Z] Step 8/20 : COPY . . [2020-08-12T02:54:33.994Z] Removing intermediate container 142263ead725 [2020-08-12T02:54:33.994Z] ---> 22e0f4b485b2 [2020-08-12T02:54:33.994Z] Step 8/23 : COPY . . [2020-08-12T02:55:06.214Z] ---> a8d406ad37bf [2020-08-12T02:55:06.214Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T02:55:06.214Z] ---> 8a8233e4d4b3 [2020-08-12T02:55:06.214Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T02:55:06.214Z] ---> 930223992625 [2020-08-12T02:55:06.214Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T02:55:06.214Z] ---> 1b09441856c5 [2020-08-12T02:55:06.214Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T02:55:06.214Z] ---> Running in 7ca6dba915d8 [2020-08-12T02:55:06.214Z] ---> Running in d726011cdf56 [2020-08-12T02:55:06.214Z] ---> Running in c434a458d40c [2020-08-12T02:55:06.214Z] ---> Running in c3c37e80e1e9 [2020-08-12T02:55:06.787Z] 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-12T02:55:06.787Z] 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-12T02:55:06.787Z] 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-12T02:55:06.787Z] 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-12T02:55:07.386Z] ---> 5c9538d8bf42 [2020-08-12T02:55:07.386Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T02:55:07.655Z] ---> Running in 7a5187d5c0d3 [2020-08-12T02:55:08.634Z] 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-12T02:55:40.920Z] Removing intermediate container 7ca6dba915d8 [2020-08-12T02:55:40.921Z] ---> 3fcbceaaec17 [2020-08-12T02:55:40.921Z] [2020-08-12T02:55:40.921Z] Step 10/20 : FROM alpine [2020-08-12T02:55:40.921Z] latest: Pulling from library/alpine [2020-08-12T02:55:40.921Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T02:55:40.921Z] Status: Downloaded newer image for alpine:latest [2020-08-12T02:55:40.921Z] ---> a24bb4013296 [2020-08-12T02:55:40.921Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T02:55:40.921Z] ---> Running in 02c4b2a7f58b [2020-08-12T02:55:40.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:55:40.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:55:40.921Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:55:40.921Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:55:40.921Z] OK: 12749 distinct packages available [2020-08-12T02:55:40.921Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T02:55:40.921Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T02:55:40.921Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T02:55:40.921Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T02:55:40.921Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:55:40.921Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T02:55:40.921Z] OK: 7 MiB in 18 packages [2020-08-12T02:55:42.915Z] Removing intermediate container 02c4b2a7f58b [2020-08-12T02:55:42.915Z] ---> d05ce98136ad [2020-08-12T02:55:42.915Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T02:55:43.877Z] ---> Running in 043aab9e1c89 [2020-08-12T02:55:44.491Z] Removing intermediate container 043aab9e1c89 [2020-08-12T02:55:44.491Z] ---> 3db352a597ed [2020-08-12T02:55:44.491Z] Step 13/20 : WORKDIR /edgex [2020-08-12T02:55:46.470Z] ---> Running in 83bf33d98427 [2020-08-12T02:55:46.470Z] Removing intermediate container d726011cdf56 [2020-08-12T02:55:46.470Z] ---> 7e4a29dfb4b1 [2020-08-12T02:55:46.470Z] [2020-08-12T02:55:46.470Z] Step 10/20 : FROM scratch [2020-08-12T02:55:46.470Z] ---> [2020-08-12T02:55:46.470Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T02:55:47.881Z] Removing intermediate container 7a5187d5c0d3 [2020-08-12T02:55:47.881Z] ---> 9c6e32633dd1 [2020-08-12T02:55:47.881Z] [2020-08-12T02:55:47.881Z] Step 10/23 : FROM scratch [2020-08-12T02:55:47.881Z] ---> [2020-08-12T02:55:47.881Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T02:55:51.243Z] ---> Running in ea39510aa183 [2020-08-12T02:55:51.514Z] ---> Running in e50a34d4aed5 [2020-08-12T02:55:51.514Z] Removing intermediate container 83bf33d98427 [2020-08-12T02:55:51.514Z] ---> 5edd9519d0a3 [2020-08-12T02:55:51.514Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T02:55:51.787Z] Removing intermediate container ea39510aa183 [2020-08-12T02:55:51.787Z] ---> 78dd7231dd8a [2020-08-12T02:55:51.787Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T02:55:52.075Z] Removing intermediate container c3c37e80e1e9 [2020-08-12T02:55:52.075Z] ---> da3911f55b98 [2020-08-12T02:55:52.075Z] [2020-08-12T02:55:52.075Z] Step 10/21 : FROM scratch [2020-08-12T02:55:52.075Z] ---> [2020-08-12T02:55:52.075Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T02:55:52.075Z] ---> Using cache [2020-08-12T02:55:52.075Z] ---> 78dd7231dd8a [2020-08-12T02:55:52.075Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T02:55:52.075Z] Removing intermediate container c434a458d40c [2020-08-12T02:55:52.075Z] ---> 4abaa27df540 [2020-08-12T02:55:52.075Z] [2020-08-12T02:55:52.075Z] Step 10/22 : FROM alpine [2020-08-12T02:55:52.075Z] ---> a24bb4013296 [2020-08-12T02:55:52.075Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T02:55:52.075Z] ---> Running in b2c6bc98a5e8 [2020-08-12T02:55:52.075Z] Removing intermediate container e50a34d4aed5 [2020-08-12T02:55:52.075Z] ---> 2de48c4670f5 [2020-08-12T02:55:52.075Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T02:55:52.075Z] ---> Running in 37d65f198e30 [2020-08-12T02:55:52.361Z] ---> Running in 06b11a3e79a4 [2020-08-12T02:55:52.361Z] ---> Running in 70a439c4f0c9 [2020-08-12T02:55:52.361Z] ---> a8249f57cd61 [2020-08-12T02:55:52.361Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T02:55:52.361Z] Removing intermediate container b2c6bc98a5e8 [2020-08-12T02:55:52.361Z] ---> ed8bb5e922db [2020-08-12T02:55:52.361Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T02:55:52.361Z] Removing intermediate container 37d65f198e30 [2020-08-12T02:55:52.361Z] ---> 0c900ffefbca [2020-08-12T02:55:52.361Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T02:55:53.775Z] ---> Running in b6a53f0e1f3a [2020-08-12T02:55:53.775Z] ---> Running in 14ef56a2e1f6 [2020-08-12T02:55:53.775Z] Removing intermediate container 06b11a3e79a4 [2020-08-12T02:55:53.775Z] ---> 486247f97d78 [2020-08-12T02:55:53.775Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T02:55:53.775Z] Removing intermediate container 70a439c4f0c9 [2020-08-12T02:55:53.775Z] ---> 3b2844aaec64 [2020-08-12T02:55:53.775Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T02:55:53.775Z] ---> 39d1e62c6617 [2020-08-12T02:55:53.775Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T02:55:54.060Z] ---> Running in 0219308099fc [2020-08-12T02:55:54.060Z] ---> Running in 8c5e1597eab5 [2020-08-12T02:55:54.060Z] ---> Running in 8698638e42a2 [2020-08-12T02:55:54.060Z] Removing intermediate container 14ef56a2e1f6 [2020-08-12T02:55:54.060Z] ---> 9e872effb8f9 [2020-08-12T02:55:54.060Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T02:55:54.060Z] Removing intermediate container b6a53f0e1f3a [2020-08-12T02:55:54.060Z] ---> 13eaa25abd68 [2020-08-12T02:55:54.060Z] Step 14/21 : WORKDIR / [2020-08-12T02:55:54.324Z] ---> Running in dd36bfb95d8b [2020-08-12T02:55:54.324Z] Removing intermediate container 0219308099fc [2020-08-12T02:55:54.324Z] ---> 5e48275f5b1a [2020-08-12T02:55:54.324Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T02:55:54.324Z] Removing intermediate container 8c5e1597eab5 [2020-08-12T02:55:54.324Z] ---> ac41173c95f8 [2020-08-12T02:55:54.324Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T02:55:54.324Z] ---> 66c2e3654633 [2020-08-12T02:55:54.324Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T02:55:54.324Z] Removing intermediate container 8698638e42a2 [2020-08-12T02:55:54.324Z] ---> a8228e27c414 [2020-08-12T02:55:54.324Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T02:55:54.613Z] ---> Running in 46d2c3e8fcf5 [2020-08-12T02:55:54.613Z] ---> Running in 2350cc9c308c [2020-08-12T02:55:54.613Z] Removing intermediate container dd36bfb95d8b [2020-08-12T02:55:54.613Z] ---> 1e85973a740b [2020-08-12T02:55:54.613Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T02:55:54.890Z] ---> 2a7c8cecd87e [2020-08-12T02:55:54.890Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T02:55:54.890Z] Removing intermediate container 46d2c3e8fcf5 [2020-08-12T02:55:54.890Z] ---> 52b7d8752760 [2020-08-12T02:55:54.890Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:55:55.161Z] ---> Running in c5de11c022fb [2020-08-12T02:55:55.161Z] Removing intermediate container 2350cc9c308c [2020-08-12T02:55:55.161Z] ---> fc2c21c54eaf [2020-08-12T02:55:55.161Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T02:55:55.755Z] ---> 32e6e519c24d [2020-08-12T02:55:55.755Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T02:55:55.755Z] ---> ed8c2d5093e9 [2020-08-12T02:55:55.755Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T02:55:56.351Z] ---> Running in 8e38bd49ad55 [2020-08-12T02:55:56.955Z] ---> d184e2dc9b82 [2020-08-12T02:55:56.955Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T02:55:57.221Z] ---> cd70d30c7009 [2020-08-12T02:55:57.221Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T02:55:57.221Z] ---> 74b311b54458 [2020-08-12T02:55:57.221Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T02:55:57.221Z] Removing intermediate container 8e38bd49ad55 [2020-08-12T02:55:57.221Z] ---> b152e2d9f4e6 [2020-08-12T02:55:57.221Z] Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:55:57.491Z] ---> Running in 2252b2bcbd15 [2020-08-12T02:55:57.491Z] ---> Running in f3a6b25fb0ad [2020-08-12T02:55:57.756Z] ---> d3b7f14fe466 [2020-08-12T02:55:57.756Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T02:55:57.756Z] ---> 2ea1181a00e6 [2020-08-12T02:55:57.756Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T02:55:57.756Z] Removing intermediate container 2252b2bcbd15 [2020-08-12T02:55:57.756Z] ---> b556661feb97 [2020-08-12T02:55:57.756Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T02:55:58.024Z] Removing intermediate container f3a6b25fb0ad [2020-08-12T02:55:58.024Z] ---> d9d1aa682ff8 [2020-08-12T02:55:58.024Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T02:55:58.024Z] ---> Running in 0465866f134b [2020-08-12T02:55:58.024Z] ---> Running in 606c69e1c0d9 [2020-08-12T02:55:58.024Z] Removing intermediate container c5de11c022fb [2020-08-12T02:55:58.024Z] ---> 552868079442 [2020-08-12T02:55:58.024Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T02:55:58.300Z] ---> Running in 837486fc73c3 [2020-08-12T02:55:58.300Z] ---> 884ef0570b7c [2020-08-12T02:55:58.300Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T02:55:58.300Z] ---> Running in bc50993c5f9b [2020-08-12T02:55:58.593Z] Removing intermediate container 606c69e1c0d9 [2020-08-12T02:55:58.593Z] ---> a350e2fe6266 [2020-08-12T02:55:58.593Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T02:55:58.593Z] Removing intermediate container 0465866f134b [2020-08-12T02:55:58.593Z] ---> c1db4eabd84b [2020-08-12T02:55:58.593Z] Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:55:58.858Z] Removing intermediate container 837486fc73c3 [2020-08-12T02:55:58.858Z] ---> 78dde59d47e9 [2020-08-12T02:55:58.858Z] [2020-08-12T02:55:59.129Z] ---> Running in e9b96adf2c76 [2020-08-12T02:55:59.129Z] ---> Running in 36927b70cd15 [2020-08-12T02:55:59.129Z] Successfully built 78dde59d47e9 [2020-08-12T02:55:59.129Z] ---> 1dfd0aeb1467 [2020-08-12T02:55:59.129Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T02:55:59.129Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-12T02:55:59.129Z] Building docker-core-command-go [2020-08-12T02:55:59.402Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 36927b70cd15 [2020-08-12T02:55:59.402Z] ---> ef41d19e578d [2020-08-12T02:55:59.402Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T02:55:59.402Z] Removing intermediate container e9b96adf2c76 [2020-08-12T02:55:59.402Z] ---> 6ce2c2b12d47 [2020-08-12T02:55:59.402Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:55:59.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:55:59.402Z] ---> Running in 40d26f23946a [2020-08-12T02:55:59.402Z] ---> Running in 9213df8b8053 [2020-08-12T02:55:59.673Z] ---> 9bcfed464f5b [2020-08-12T02:55:59.673Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T02:55:59.673Z] ---> Running in 24ee42930b6f [2020-08-12T02:55:59.941Z] Removing intermediate container 40d26f23946a [2020-08-12T02:55:59.941Z] ---> c455b0249ae4 [2020-08-12T02:55:59.942Z] [2020-08-12T02:56:00.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:00.481Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T02:56:00.752Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T02:56:00.752Z] Successfully built c455b0249ae4 [2020-08-12T02:56:00.752Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T02:56:00.752Z] Removing intermediate container 9213df8b8053 [2020-08-12T02:56:00.752Z] ---> 92e4a530b143 [2020-08-12T02:56:00.752Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T02:56:00.752Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-12T02:56:00.752Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-08-12T02:56:01.021Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T02:56:01.292Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T02:56:01.292Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:56:01.292Z] OK: 8 MiB in 19 packages [2020-08-12T02:56:05.664Z] Removing intermediate container 24ee42930b6f [2020-08-12T02:56:05.664Z] ---> 0ae888118db4 [2020-08-12T02:56:05.664Z] Step 21/23 : LABEL arch=x86_64 [2020-08-12T02:56:05.664Z] ---> Running in d6e1576061bc [2020-08-12T02:56:05.938Z] ---> Running in bead23a3e6cb [2020-08-12T02:56:07.362Z] Removing intermediate container d6e1576061bc [2020-08-12T02:56:07.362Z] ---> f77e34f3c267 [2020-08-12T02:56:07.362Z] [2020-08-12T02:56:07.950Z] Successfully built f77e34f3c267 [2020-08-12T02:56:08.218Z] Successfully tagged docker-core-metadata-go:latest [2020-08-12T02:56:08.218Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-08-12T02:56:09.626Z] Removing intermediate container bead23a3e6cb [2020-08-12T02:56:09.626Z] ---> 5790b1f9f7fe [2020-08-12T02:56:09.626Z] Step 22/23 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:56:09.626Z] Removing intermediate container bc50993c5f9b [2020-08-12T02:56:09.626Z] ---> bef26300ca17 [2020-08-12T02:56:09.626Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T02:56:16.322Z] ---> Running in 2dc7a972586e [2020-08-12T02:56:16.322Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:56:16.322Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:56:16.322Z] ---> 93b741279385 [2020-08-12T02:56:16.322Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T02:56:16.322Z] ---> Using cache [2020-08-12T02:56:16.322Z] ---> f458f6c0c24a [2020-08-12T02:56:16.322Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:56:16.322Z] ---> Using cache [2020-08-12T02:56:16.322Z] ---> c57bb0bd0c24 [2020-08-12T02:56:16.322Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T02:56:16.934Z] ---> 139d8c27df89 [2020-08-12T02:56:16.934Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T02:56:17.967Z] Removing intermediate container 2dc7a972586e [2020-08-12T02:56:17.967Z] ---> ebc56f318f8c [2020-08-12T02:56:17.967Z] Step 23/23 : LABEL version=0.0.0 [2020-08-12T02:56:17.967Z] ---> Running in 7fdf709e28ae [2020-08-12T02:56:18.241Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:56:18.241Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:56:18.241Z] ---> 93b741279385 [2020-08-12T02:56:18.241Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T02:56:18.241Z] ---> Using cache [2020-08-12T02:56:18.241Z] ---> f458f6c0c24a [2020-08-12T02:56:18.241Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:56:18.241Z] ---> Using cache [2020-08-12T02:56:18.241Z] ---> c57bb0bd0c24 [2020-08-12T02:56:18.241Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T02:56:19.661Z] ---> Running in 421b2b984b57 [2020-08-12T02:56:19.973Z] ---> Running in 4c00562fddc8 [2020-08-12T02:56:19.973Z] ---> 1ec2e9e5fae8 [2020-08-12T02:56:19.973Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T02:56:22.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:22.614Z] Removing intermediate container 421b2b984b57 [2020-08-12T02:56:22.614Z] ---> 66e445e71d12 [2020-08-12T02:56:22.614Z] [2020-08-12T02:56:22.614Z] ---> a1be667fe7ce [2020-08-12T02:56:22.614Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T02:56:22.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:22.893Z] Successfully built 66e445e71d12 [2020-08-12T02:56:22.893Z] Successfully tagged docker-support-notifications-go:latest [2020-08-12T02:56:22.893Z] Building docker-sys-mgmt-agent-go [2020-08-12T02:56:23.171Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:23.461Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:56:23.461Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:56:23.461Z] OK: 12749 distinct packages available [2020-08-12T02:56:23.741Z] OK: 233 MiB in 51 packages [2020-08-12T02:56:25.154Z] ---> Running in c301c48a6b36 [2020-08-12T02:56:26.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:27.122Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:56:27.122Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:56:27.122Z] ---> 93b741279385 [2020-08-12T02:56:27.122Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T02:56:27.122Z] ---> Using cache [2020-08-12T02:56:27.122Z] ---> f458f6c0c24a [2020-08-12T02:56:27.122Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:56:27.122Z] ---> Using cache [2020-08-12T02:56:27.122Z] ---> c57bb0bd0c24 [2020-08-12T02:56:27.122Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T02:56:28.554Z] Removing intermediate container c301c48a6b36 [2020-08-12T02:56:28.554Z] ---> 4d73b7a9b72b [2020-08-12T02:56:28.554Z] Step 20/22 : LABEL arch=x86_64 [2020-08-12T02:56:28.554Z] ---> Running in e98ea5df849b [2020-08-12T02:56:28.554Z] ---> Running in 0ba7a79290ef [2020-08-12T02:56:28.554Z] Removing intermediate container 7fdf709e28ae [2020-08-12T02:56:28.554Z] ---> 191ddf123087 [2020-08-12T02:56:28.554Z] Step 6/21 : COPY go.mod . [2020-08-12T02:56:28.833Z] Removing intermediate container 0ba7a79290ef [2020-08-12T02:56:28.833Z] ---> 105748674d73 [2020-08-12T02:56:28.833Z] Step 21/22 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:56:29.121Z] ---> 813948c471d9 [2020-08-12T02:56:29.121Z] Step 7/21 : RUN go mod download [2020-08-12T02:56:29.121Z] ---> Running in a546301f205d [2020-08-12T02:56:29.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:29.401Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:56:29.401Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:56:29.401Z] OK: 12749 distinct packages available [2020-08-12T02:56:29.401Z] ---> Running in 2db5e97e9e60 [2020-08-12T02:56:29.674Z] OK: 233 MiB in 51 packages [2020-08-12T02:56:29.674Z] Removing intermediate container a546301f205d [2020-08-12T02:56:29.674Z] ---> 844ecbd141d5 [2020-08-12T02:56:29.674Z] Step 22/22 : LABEL version=0.0.0 [2020-08-12T02:56:31.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:31.688Z] ---> Running in 5019a403b166 [2020-08-12T02:56:32.304Z] Removing intermediate container 5019a403b166 [2020-08-12T02:56:32.304Z] ---> 7c8cabcdf74b [2020-08-12T02:56:32.304Z] [2020-08-12T02:56:32.304Z] Successfully built 7c8cabcdf74b [2020-08-12T02:56:32.304Z] Successfully tagged docker-core-data-go:latest [2020-08-12T02:56:32.304Z] Building docker-security-secrets-setup-go [2020-08-12T02:56:34.276Z]  Building docker-core-data-go ... done v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:56:34.276Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:56:34.276Z] OK: 12749 distinct packages available [2020-08-12T02:56:34.276Z] Removing intermediate container 4c00562fddc8 [2020-08-12T02:56:34.276Z] ---> cc9874c732be [2020-08-12T02:56:34.276Z] Step 6/26 : COPY go.mod . [2020-08-12T02:56:34.541Z] OK: 233 MiB in 51 packages [2020-08-12T02:56:35.115Z] OK: 233 MiB in 51 packages [2020-08-12T02:56:37.681Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:56:37.681Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:56:37.681Z] ---> 93b741279385 [2020-08-12T02:56:37.681Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T02:56:37.681Z] ---> Using cache [2020-08-12T02:56:37.681Z] ---> f458f6c0c24a [2020-08-12T02:56:37.681Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:56:37.681Z] ---> Using cache [2020-08-12T02:56:37.681Z] ---> c57bb0bd0c24 [2020-08-12T02:56:37.681Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T02:56:37.950Z] ---> 26d409f9865c [2020-08-12T02:56:37.950Z] Step 7/26 : RUN go mod download [2020-08-12T02:56:38.222Z] ---> Running in 453f40a9eeaf [2020-08-12T02:56:38.222Z] ---> Running in 8760513ad41a [2020-08-12T02:56:38.222Z] Removing intermediate container 2db5e97e9e60 [2020-08-12T02:56:38.222Z] ---> 606ca86b3658 [2020-08-12T02:56:38.222Z] Step 8/21 : COPY . . [2020-08-12T02:56:38.563Z] Removing intermediate container e98ea5df849b [2020-08-12T02:56:38.563Z] ---> 6368fd1fecfa [2020-08-12T02:56:38.563Z] Step 6/21 : COPY go.mod . [2020-08-12T02:56:41.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:43.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:45.200Z] ---> 4cf828453e10 [2020-08-12T02:56:45.200Z] Step 7/21 : RUN go mod download [2020-08-12T02:56:45.200Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:56:45.200Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:56:45.200Z] OK: 12749 distinct packages available [2020-08-12T02:56:45.462Z] OK: 233 MiB in 51 packages [2020-08-12T02:56:46.423Z] ---> Running in 2554eb980c0e [2020-08-12T02:56:48.983Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:56:48.983Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T02:56:49.936Z] ---> 93b741279385 [2020-08-12T02:56:49.936Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T02:56:49.936Z] ---> Using cache [2020-08-12T02:56:49.936Z] ---> f458f6c0c24a [2020-08-12T02:56:49.936Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T02:56:49.936Z] Removing intermediate container 8760513ad41a [2020-08-12T02:56:49.936Z] ---> 824635fe800a [2020-08-12T02:56:49.936Z] Step 8/26 : COPY . . [2020-08-12T02:56:49.936Z] Removing intermediate container 453f40a9eeaf [2020-08-12T02:56:49.936Z] ---> b8b6316228c2 [2020-08-12T02:56:49.936Z] Step 6/26 : COPY go.mod . [2020-08-12T02:56:50.205Z] ---> Running in 4bd235d94dcd [2020-08-12T02:56:51.616Z] ---> 4a2d2979ab98 [2020-08-12T02:56:51.616Z] Step 7/26 : RUN go mod download [2020-08-12T02:56:54.218Z] ---> Running in 481c2dc3e081 [2020-08-12T02:56:56.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:57.051Z] Removing intermediate container 2554eb980c0e [2020-08-12T02:56:57.051Z] ---> bac59d0e123c [2020-08-12T02:56:57.051Z] Step 8/21 : COPY . . [2020-08-12T02:56:57.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:59.029Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:56:59.029Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:56:59.029Z] OK: 12749 distinct packages available [2020-08-12T02:56:59.292Z] OK: 233 MiB in 51 packages [2020-08-12T02:57:05.965Z] ---> 21c6f94b78f9 [2020-08-12T02:57:05.965Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T02:57:09.290Z] ---> Running in 019f0c1d6ef4 [2020-08-12T02:57:10.698Z] Removing intermediate container 4bd235d94dcd [2020-08-12T02:57:10.698Z] ---> 5d43b133185a [2020-08-12T02:57:10.698Z] Step 5/29 : COPY go.mod . [2020-08-12T02:57:10.961Z] Removing intermediate container 481c2dc3e081 [2020-08-12T02:57:10.961Z] ---> 40cf58d72566 [2020-08-12T02:57:10.961Z] Step 8/26 : COPY . . [2020-08-12T02:57:12.110Z] Fetching without tags [2020-08-12T02:57:12.608Z] Checking out Revision ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab (hutchic-patch-1) [2020-08-12T02:57:14.284Z] 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-12T02:57:14.556Z] ---> bdca32d93a3c [2020-08-12T02:57:14.556Z] 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-12T02:57:12.048Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T02:57:12.063Z] > git config --add remote.origin.fetch +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 [2020-08-12T02:57:12.091Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T02:57:12.115Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T02:57:12.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T02:57:12.127Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 [2020-08-12T02:57:12.622Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T02:57:12.639Z] > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 [2020-08-12T02:57:17.028Z] Commit message: "Update SECUIRTY.md" [2020-08-12T02:57:17.077Z] > git --version # timeout=10 [2020-08-12T02:57:17.098Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-08-12T02:57:17.903Z] ---> 583b1c5e4238 [2020-08-12T02:57:17.903Z] Step 6/29 : RUN go mod download [Pipeline] unstash [2020-08-12T02:57:18.870Z] ---> Running in 7e415f039f4d [2020-08-12T02:57:20.814Z] ---> Running in ff44b11d5d14 [2020-08-12T02:57:22.799Z] ---> a86d15491e8c [2020-08-12T02:57:22.799Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T02:57:24.809Z] ---> Running in 180f1d6cc07d [2020-08-12T02:57:24.809Z] 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-12T02:57:26.799Z] 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-12T02:57:28.241Z] Removing intermediate container ff44b11d5d14 [2020-08-12T02:57:28.241Z] ---> fb6bf5df3301 [2020-08-12T02:57:28.241Z] Step 7/29 : COPY . . [Pipeline] echo [2020-08-12T02:57:29.506Z] ========================================================= [2020-08-12T02:57:29.506Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-12T02:57:29.506Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:57:30.384Z] + 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-12T02:57:34.723Z] Sending build context to Docker daemon 323MB [2020-08-12T02:57:34.723Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T02:57:34.723Z] Step 2/7 : FROM ${BASE} [2020-08-12T02:57:34.723Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-12T02:57:34.723Z] b538f80385f9: Pulling fs layer [2020-08-12T02:57:34.723Z] 74f711af9a0d: Pulling fs layer [2020-08-12T02:57:34.723Z] 99f96fe45779: Pulling fs layer [2020-08-12T02:57:34.723Z] fd7a069fd194: Pulling fs layer [2020-08-12T02:57:34.723Z] 66aa3694b03b: Pulling fs layer [2020-08-12T02:57:34.723Z] 170f70906a0f: Pulling fs layer [2020-08-12T02:57:34.723Z] ad7c5574e4b9: Pulling fs layer [2020-08-12T02:57:34.723Z] e772456be8f7: Pulling fs layer [2020-08-12T02:57:34.723Z] c890913d741a: Pulling fs layer [2020-08-12T02:57:34.723Z] 2480fcc9aa5a: Pulling fs layer [2020-08-12T02:57:34.723Z] 09adf4765672: Pulling fs layer [2020-08-12T02:57:34.723Z] fd7a069fd194: Waiting [2020-08-12T02:57:34.723Z] 66aa3694b03b: Waiting [2020-08-12T02:57:34.723Z] 170f70906a0f: Waiting [2020-08-12T02:57:34.723Z] ad7c5574e4b9: Waiting [2020-08-12T02:57:34.723Z] e772456be8f7: Waiting [2020-08-12T02:57:34.723Z] c890913d741a: Waiting [2020-08-12T02:57:34.723Z] 09adf4765672: Waiting [2020-08-12T02:57:34.723Z] 99f96fe45779: Verifying Checksum [2020-08-12T02:57:34.723Z] 99f96fe45779: Download complete [2020-08-12T02:57:34.723Z] 74f711af9a0d: Verifying Checksum [2020-08-12T02:57:34.723Z] 74f711af9a0d: Download complete [2020-08-12T02:57:34.723Z] 66aa3694b03b: Verifying Checksum [2020-08-12T02:57:34.723Z] 66aa3694b03b: Download complete [2020-08-12T02:57:34.723Z] 170f70906a0f: Verifying Checksum [2020-08-12T02:57:34.723Z] 170f70906a0f: Download complete [2020-08-12T02:57:34.996Z] b538f80385f9: Verifying Checksum [2020-08-12T02:57:35.595Z] b538f80385f9: Pull complete [2020-08-12T02:57:36.191Z] 74f711af9a0d: Pull complete [2020-08-12T02:57:36.465Z] 99f96fe45779: Pull complete [2020-08-12T02:57:37.894Z] ad7c5574e4b9: Verifying Checksum [2020-08-12T02:57:37.894Z] ad7c5574e4b9: Download complete [2020-08-12T02:57:37.894Z] c890913d741a: Download complete [2020-08-12T02:57:38.434Z] ---> 6350f2db6732 [2020-08-12T02:57:38.434Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T02:57:38.703Z] ---> Running in d700b8e6f5d0 [2020-08-12T02:57:39.865Z] e772456be8f7: Verifying Checksum [2020-08-12T02:57:39.865Z] e772456be8f7: Download complete [2020-08-12T02:57:39.865Z] 09adf4765672: Verifying Checksum [2020-08-12T02:57:39.865Z] 2480fcc9aa5a: Verifying Checksum [2020-08-12T02:57:39.865Z] 2480fcc9aa5a: Download complete [2020-08-12T02:57:40.128Z] 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-12T02:57:40.838Z] fd7a069fd194: Verifying Checksum [2020-08-12T02:57:40.838Z] fd7a069fd194: Download complete [2020-08-12T02:57:48.969Z] 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-12T02:57:50.986Z] fd7a069fd194: Pull complete [2020-08-12T02:57:51.578Z] 66aa3694b03b: Pull complete [2020-08-12T02:57:51.864Z] 170f70906a0f: Pull complete [2020-08-12T02:57:54.324Z] 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-12T02:57:54.586Z] ---> 9221d94f72c4 [2020-08-12T02:57:54.586Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T02:57:54.861Z] Removing intermediate container 019f0c1d6ef4 [2020-08-12T02:57:54.861Z] ---> 2302d661ad30 [2020-08-12T02:57:54.861Z] [2020-08-12T02:57:54.861Z] Step 10/21 : FROM scratch [2020-08-12T02:57:54.861Z] ---> [2020-08-12T02:57:54.861Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T02:57:54.861Z] ---> Running in bfe2bf154688 [2020-08-12T02:57:55.839Z] ---> Using cache [2020-08-12T02:57:55.839Z] ---> 78dd7231dd8a [2020-08-12T02:57:55.839Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T02:57:55.839Z] 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-12T02:57:56.120Z] ---> Running in 6ad0897e37eb [2020-08-12T02:57:56.190Z] ad7c5574e4b9: Pull complete [2020-08-12T02:57:57.528Z] Removing intermediate container 6ad0897e37eb [2020-08-12T02:57:57.528Z] ---> 0bb6380d3976 [2020-08-12T02:57:57.528Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T02:57:57.805Z] ---> Running in b3e5587e7dc0 [2020-08-12T02:57:58.076Z] Removing intermediate container 180f1d6cc07d [2020-08-12T02:57:58.076Z] ---> 7270cf4939c0 [2020-08-12T02:57:58.076Z] [2020-08-12T02:57:58.076Z] Step 10/21 : FROM scratch [2020-08-12T02:57:58.076Z] ---> [2020-08-12T02:57:58.076Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T02:57:58.076Z] ---> Using cache [2020-08-12T02:57:58.076Z] ---> 2de48c4670f5 [2020-08-12T02:57:58.076Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T02:57:58.076Z] Removing intermediate container b3e5587e7dc0 [2020-08-12T02:57:58.076Z] ---> dd246d1ce035 [2020-08-12T02:57:58.076Z] Step 14/21 : WORKDIR / [2020-08-12T02:57:58.354Z] ---> Running in bde6099d9673 [2020-08-12T02:57:58.354Z] ---> Running in f108481b34c5 [2020-08-12T02:57:58.638Z] Removing intermediate container f108481b34c5 [2020-08-12T02:57:58.638Z] ---> b18cf9e4cb6f [2020-08-12T02:57:58.638Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T02:57:58.638Z] Removing intermediate container bde6099d9673 [2020-08-12T02:57:58.638Z] ---> 22d7b4b5de3c [2020-08-12T02:57:58.638Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T02:57:58.920Z] ---> Running in f3d34e312f11 [2020-08-12T02:57:59.199Z] Removing intermediate container f3d34e312f11 [2020-08-12T02:57:59.199Z] ---> a49383423c26 [2020-08-12T02:57:59.199Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T02:57:59.473Z] ---> 79ee4a130e7d [2020-08-12T02:57:59.473Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T02:58:00.494Z] e772456be8f7: Pull complete [2020-08-12T02:58:00.494Z] c890913d741a: Pull complete [2020-08-12T02:58:02.817Z] ---> 7c37a7801afc [2020-08-12T02:58:02.818Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T02:58:03.091Z] ---> 711a558c55d0 [2020-08-12T02:58:03.091Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T02:58:03.131Z] 2480fcc9aa5a: Pull complete [2020-08-12T02:58:03.368Z] Removing intermediate container 7e415f039f4d [2020-08-12T02:58:03.368Z] ---> be0749edea66 [2020-08-12T02:58:03.368Z] [2020-08-12T02:58:03.368Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T02:58:03.368Z] ---> 80b3faa07d76 [2020-08-12T02:58:03.368Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T02:58:03.409Z] 09adf4765672: Pull complete [2020-08-12T02:58:03.409Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-12T02:58:03.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-12T02:58:03.409Z] ---> 2248a725d1cf [2020-08-12T02:58:03.409Z] 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-12T02:58:03.668Z] 3.10: Pulling from library/alpine [2020-08-12T02:58:03.668Z] ---> 9731d40ae4ac [2020-08-12T02:58:03.668Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T02:58:03.954Z] ---> Running in 47def6c52eee [2020-08-12T02:58:04.925Z] Removing intermediate container 47def6c52eee [2020-08-12T02:58:04.925Z] ---> a73e6790f80f [2020-08-12T02:58:04.925Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T02:58:05.884Z] ---> 975c98427910 [2020-08-12T02:58:05.884Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T02:58:06.155Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T02:58:06.155Z] ---> Running in 69ae0913e09e [2020-08-12T02:58:06.155Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T02:58:06.155Z] ---> be4e4bea2c2e [2020-08-12T02:58:06.155Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T02:58:06.155Z] Removing intermediate container d700b8e6f5d0 [2020-08-12T02:58:06.155Z] ---> ce3032ee0742 [2020-08-12T02:58:06.155Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T02:58:06.427Z] ---> Running in a76bbc28a68d [2020-08-12T02:58:06.695Z] ---> Running in 1d6cf8f55011 [2020-08-12T02:58:06.695Z] ---> 60e2e53a1128 [2020-08-12T02:58:06.695Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T02:58:06.959Z] Removing intermediate container 69ae0913e09e [2020-08-12T02:58:06.959Z] ---> ec0414a181a9 [2020-08-12T02:58:06.959Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:58:06.959Z] ---> Running in a5b4048f9368 [2020-08-12T02:58:07.238Z] ---> Running in 33867495ac7d [2020-08-12T02:58:07.502Z] Removing intermediate container a5b4048f9368 [2020-08-12T02:58:07.502Z] ---> 131a8ffbe8b5 [2020-08-12T02:58:07.502Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T02:58:07.502Z] Removing intermediate container 33867495ac7d [2020-08-12T02:58:07.502Z] ---> 1a5f35dcc78e [2020-08-12T02:58:07.502Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T02:58:08.097Z] ---> Running in 0247dd7b8900 [2020-08-12T02:58:08.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:08.363Z] ---> Running in 814c9d415877 [2020-08-12T02:58:08.363Z] 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-12T02:58:08.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:08.642Z] Removing intermediate container 0247dd7b8900 [2020-08-12T02:58:08.642Z] ---> fcba122393ed [2020-08-12T02:58:08.642Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:58:08.642Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T02:58:08.642Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T02:58:08.642Z] OK: 10346 distinct packages available [2020-08-12T02:58:08.642Z] Removing intermediate container 814c9d415877 [2020-08-12T02:58:08.642Z] ---> d9331ebe0b2d [2020-08-12T02:58:08.642Z] [2020-08-12T02:58:08.642Z] ---> Running in 48a05fa044b7 [2020-08-12T02:58:08.642Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T02:58:08.905Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T02:58:08.905Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T02:58:08.905Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T02:58:08.905Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T02:58:08.905Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T02:58:08.905Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T02:58:08.905Z] Successfully built d9331ebe0b2d [2020-08-12T02:58:08.905Z] OK: 7 MiB in 19 packages [2020-08-12T02:58:08.905Z] Successfully tagged docker-core-command-go:latest [2020-08-12T02:58:09.482Z]  Building docker-core-command-go ... done Removing intermediate container 48a05fa044b7 [2020-08-12T02:58:09.482Z] ---> 3ef45d97a971 [2020-08-12T02:58:09.482Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T02:58:09.746Z] ---> Running in 8b5b66c4588a [2020-08-12T02:58:10.112Z] ---> Running in 4f87180010c0 [2020-08-12T02:58:10.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T02:58:11.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T02:58:12.299Z] Removing intermediate container 8b5b66c4588a [2020-08-12T02:58:12.299Z] ---> bde23f36136b [2020-08-12T02:58:12.299Z] [2020-08-12T02:58:12.299Z] Removing intermediate container a76bbc28a68d [2020-08-12T02:58:12.299Z] ---> 829394f6505a [2020-08-12T02:58:12.299Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T02:58:12.299Z] Successfully built bde23f36136b [2020-08-12T02:58:12.566Z] Successfully tagged docker-support-logging-go:latest [2020-08-12T02:58:12.566Z]  Building docker-support-logging-go ... done Removing intermediate container bfe2bf154688 [2020-08-12T02:58:12.566Z] ---> 5b32fe15b345 [2020-08-12T02:58:12.566Z] [2020-08-12T02:58:12.566Z] Step 9/29 : FROM alpine:latest [2020-08-12T02:58:12.566Z] ---> a24bb4013296 [2020-08-12T02:58:12.566Z] 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-12T02:58:12.566Z] ---> Running in 94e383a7761c [2020-08-12T02:58:12.566Z] Removing intermediate container 1d6cf8f55011 [2020-08-12T02:58:12.566Z] ---> bfe615e96a64 [2020-08-12T02:58:12.566Z] [2020-08-12T02:58:12.566Z] Step 11/26 : FROM docker:latest [2020-08-12T02:58:12.566Z] ---> 81f5749c9058 [2020-08-12T02:58:12.566Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T02:58:12.566Z] ---> Running in b5227c634f2c [2020-08-12T02:58:12.828Z] ---> Running in 565bf0ba349c [2020-08-12T02:58:13.091Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T02:58:13.095Z] Removing intermediate container 94e383a7761c [2020-08-12T02:58:13.095Z] ---> a387913e434d [2020-08-12T02:58:13.095Z] Step 13/26 : WORKDIR / [2020-08-12T02:58:13.095Z] Removing intermediate container b5227c634f2c [2020-08-12T02:58:13.095Z] ---> 193233bee42f [2020-08-12T02:58:13.095Z] Step 11/29 : USER root [2020-08-12T02:58:13.095Z] ---> Running in dcebd6e9202e [2020-08-12T02:58:13.095Z] ---> Running in 3d8fadcea5ee [2020-08-12T02:58:13.356Z] Removing intermediate container dcebd6e9202e [2020-08-12T02:58:13.356Z] ---> 698da1fe4020 [2020-08-12T02:58:13.356Z] 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-12T02:58:13.356Z] Removing intermediate container 3d8fadcea5ee [2020-08-12T02:58:13.356Z] ---> aacf0e62232b [2020-08-12T02:58:13.356Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T02:58:13.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:13.362Z] (2/12) Installing file (5.38-r0) [2020-08-12T02:58:13.362Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T02:58:13.362Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T02:58:13.618Z] ---> Running in ef11d174864f [2020-08-12T02:58:13.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:13.618Z] ---> 02507a933d99 [2020-08-12T02:58:13.618Z] 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-12T02:58:13.618Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T02:58:13.618Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T02:58:13.880Z] Executing bash-5.0.17-r0.post-install [2020-08-12T02:58:13.880Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:58:13.880Z] OK: 12 MiB in 22 packages [2020-08-12T02:58:13.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:14.140Z] ---> 3b18594d2bad [2020-08-12T02:58:14.140Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T02:58:14.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:14.140Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:58:14.140Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:58:14.140Z] OK: 12749 distinct packages available [2020-08-12T02:58:14.401Z] ---> 078646401ba1 [2020-08-12T02:58:14.401Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T02:58:14.401Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T02:58:14.401Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T02:58:14.401Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:58:14.401Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T02:58:14.662Z] OK: 6 MiB in 16 packages [2020-08-12T02:58:15.603Z] Removing intermediate container 565bf0ba349c [2020-08-12T02:58:15.603Z] ---> a90e6150ec26 [2020-08-12T02:58:15.603Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T02:58:15.603Z] ---> e157c640e2e3 [2020-08-12T02:58:15.603Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T02:58:15.603Z] ---> Running in ccc91b0def71 [2020-08-12T02:58:16.547Z] Removing intermediate container ef11d174864f [2020-08-12T02:58:16.547Z] ---> 5954649a921b [2020-08-12T02:58:16.547Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T02:58:16.547Z] ---> 087c55718bc6 [2020-08-12T02:58:16.547Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T02:58:16.547Z] ---> Running in 010029110a37 [2020-08-12T02:58:16.809Z] Removing intermediate container 010029110a37 [2020-08-12T02:58:16.809Z] ---> d908113bd48e [2020-08-12T02:58:16.809Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T02:58:16.809Z] ---> Running in 79aa259b474b [2020-08-12T02:58:17.074Z] Removing intermediate container ccc91b0def71 [2020-08-12T02:58:17.074Z] ---> 6d9980da04a0 [2020-08-12T02:58:17.074Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T02:58:17.074Z] ---> 03e74d6abe3a [2020-08-12T02:58:17.074Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T02:58:17.074Z] ---> Running in 736e818d1824 [2020-08-12T02:58:17.074Z] Removing intermediate container 79aa259b474b [2020-08-12T02:58:17.074Z] ---> 7d912092c002 [2020-08-12T02:58:17.074Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T02:58:18.016Z] ---> Running in a3e071832700 [2020-08-12T02:58:18.276Z] Removing intermediate container 736e818d1824 [2020-08-12T02:58:18.276Z] ---> b57cd29a9754 [2020-08-12T02:58:18.276Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T02:58:18.276Z] ---> 408c092667af [2020-08-12T02:58:18.276Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T02:58:18.539Z] ---> Running in ca3ac7e05fde [2020-08-12T02:58:18.539Z] ---> 3a4ae7db9f0f [2020-08-12T02:58:18.539Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T02:58:18.539Z] Removing intermediate container ca3ac7e05fde [2020-08-12T02:58:18.539Z] ---> 4ee1e108f94f [2020-08-12T02:58:18.539Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T02:58:18.736Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T02:58:18.804Z] ---> Running in 7707f0d08761 [2020-08-12T02:58:18.804Z] ---> Running in 6b3716ec6e92 [2020-08-12T02:58:19.006Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T02:58:19.006Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T02:58:19.006Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T02:58:19.066Z] Removing intermediate container 6b3716ec6e92 [2020-08-12T02:58:19.066Z] ---> a15e11e72f26 [2020-08-12T02:58:19.066Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T02:58:19.275Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T02:58:19.275Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T02:58:19.275Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T02:58:19.326Z] Removing intermediate container a3e071832700 [2020-08-12T02:58:19.327Z] ---> 1d1cc04dd259 [2020-08-12T02:58:19.327Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T02:58:19.549Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T02:58:19.549Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:58:19.549Z] OK: 217 MiB in 51 packages [2020-08-12T02:58:19.588Z] ---> c70838c26d4a [2020-08-12T02:58:19.588Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T02:58:19.849Z] Removing intermediate container 7707f0d08761 [2020-08-12T02:58:19.849Z] ---> 76db6130c754 [2020-08-12T02:58:19.849Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T02:58:19.849Z] ---> 526fc0389fe3 [2020-08-12T02:58:19.849Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T02:58:19.849Z] ---> Running in b059983e576c [2020-08-12T02:58:19.849Z] ---> 57d2e5fc049b [2020-08-12T02:58:19.849Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T02:58:20.108Z] Removing intermediate container b059983e576c [2020-08-12T02:58:20.108Z] ---> 76c09363e116 [2020-08-12T02:58:20.108Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T02:58:20.108Z] ---> 2c5131ea627f [2020-08-12T02:58:20.108Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T02:58:20.368Z] ---> Running in e26750caf0fe [2020-08-12T02:58:20.368Z] ---> 316deaac2202 [2020-08-12T02:58:20.368Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T02:58:20.368Z] ---> Running in 3bf3976b0549 [2020-08-12T02:58:20.629Z] Removing intermediate container e26750caf0fe [2020-08-12T02:58:20.629Z] ---> 5d594e365bfd [2020-08-12T02:58:20.629Z] Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:58:20.629Z] ---> 285006dfd653 [2020-08-12T02:58:20.629Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T02:58:20.904Z] ---> Running in cb792657da37 [2020-08-12T02:58:21.170Z] ---> 27257d1d6c87 [2020-08-12T02:58:21.170Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T02:58:21.170Z] Removing intermediate container cb792657da37 [2020-08-12T02:58:21.170Z] ---> 01337530fe62 [2020-08-12T02:58:21.170Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T02:58:21.432Z] ---> Running in c15e24c5b3a0 [2020-08-12T02:58:21.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:21.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:21.432Z] Removing intermediate container c15e24c5b3a0 [2020-08-12T02:58:21.432Z] ---> 2a4e753b8b36 [2020-08-12T02:58:21.432Z] [2020-08-12T02:58:21.432Z] ---> 15c968ca44d2 [2020-08-12T02:58:21.432Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T02:58:21.432Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T02:58:21.432Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T02:58:21.432Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T02:58:21.432Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T02:58:21.696Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T02:58:21.696Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T02:58:21.696Z] Successfully built 2a4e753b8b36 [2020-08-12T02:58:21.696Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T02:58:21.696Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-12T02:58:21.696Z] ---> Running in 3d098b33316b [2020-08-12T02:58:23.841Z] Removing intermediate container 4f87180010c0 [2020-08-12T02:58:23.841Z] ---> 08d310c7153a [2020-08-12T02:58:23.841Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T02:58:23.841Z] ---> Running in 44d868e6b85d [2020-08-12T02:58:24.438Z] Removing intermediate container 44d868e6b85d [2020-08-12T02:58:24.439Z] ---> da59566b5263 [2020-08-12T02:58:24.439Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T02:58:24.708Z] latest: Pulling from library/docker [2020-08-12T02:58:24.708Z] b538f80385f9: Already exists [2020-08-12T02:58:24.708Z] 259a493cd78d: Pulling fs layer [2020-08-12T02:58:24.708Z] b8e66b5100f5: Pulling fs layer [2020-08-12T02:58:24.708Z] 39dc9c94d07c: Pulling fs layer [2020-08-12T02:58:24.708Z] 551b823b3b82: Pulling fs layer [2020-08-12T02:58:24.708Z] 3c52a74df98c: Pulling fs layer [2020-08-12T02:58:24.708Z] 6c9b121b6998: Pulling fs layer [2020-08-12T02:58:24.708Z] 3c52a74df98c: Waiting [2020-08-12T02:58:24.709Z] 551b823b3b82: Waiting [2020-08-12T02:58:24.709Z] 6c9b121b6998: Waiting [2020-08-12T02:58:24.981Z] b8e66b5100f5: Verifying Checksum [2020-08-12T02:58:24.981Z] b8e66b5100f5: Download complete [2020-08-12T02:58:24.981Z] 259a493cd78d: Verifying Checksum [2020-08-12T02:58:24.981Z] 259a493cd78d: Download complete [2020-08-12T02:58:24.981Z] 551b823b3b82: Download complete [2020-08-12T02:58:25.258Z] 3c52a74df98c: Verifying Checksum [2020-08-12T02:58:25.258Z] 3c52a74df98c: Download complete [2020-08-12T02:58:25.258Z] 6c9b121b6998: Verifying Checksum [2020-08-12T02:58:25.258Z] 6c9b121b6998: Download complete [2020-08-12T02:58:25.855Z] 259a493cd78d: Pull complete [2020-08-12T02:58:25.924Z]  Building docker-security-secretstore-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T02:58:25.924Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T02:58:25.924Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T02:58:25.924Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T02:58:25.924Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T02:58:25.924Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T02:58:25.924Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T02:58:25.924Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T02:58:25.924Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T02:58:25.924Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T02:58:26.130Z] b8e66b5100f5: Pull complete [2020-08-12T02:58:26.406Z] 39dc9c94d07c: Verifying Checksum [2020-08-12T02:58:26.406Z] 39dc9c94d07c: Download complete [2020-08-12T02:58:26.501Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T02:58:26.501Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T02:58:26.501Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T02:58:26.501Z] Removing intermediate container 3d098b33316b [2020-08-12T02:58:26.501Z] ---> 747795e6e408 [2020-08-12T02:58:26.501Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T02:58:26.501Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T02:58:26.763Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T02:58:26.763Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T02:58:26.763Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T02:58:26.763Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T02:58:26.763Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T02:58:26.763Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T02:58:26.763Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T02:58:26.763Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T02:58:26.763Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T02:58:26.763Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T02:58:26.763Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T02:58:26.763Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T02:58:28.157Z] ---> 84410f72c194 [2020-08-12T02:58:28.157Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T02:58:28.157Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:58:28.157Z] OK: 71 MiB in 55 packages [2020-08-12T02:58:28.157Z] ---> Running in 49b3ae5da6af [2020-08-12T02:58:29.793Z] 39dc9c94d07c: Pull complete [2020-08-12T02:58:29.793Z] 551b823b3b82: Pull complete [2020-08-12T02:58:30.390Z] 3c52a74df98c: Pull complete [2020-08-12T02:58:30.661Z] 6c9b121b6998: Pull complete [2020-08-12T02:58:30.661Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T02:58:30.661Z] Status: Downloaded newer image for docker:latest [2020-08-12T02:58:33.515Z] Removing intermediate container 49b3ae5da6af [2020-08-12T02:58:33.515Z] ---> 1d2ef7eb2f9a [2020-08-12T02:58:33.515Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T02:58:33.515Z] ---> Running in 8536a2474a60 [2020-08-12T02:58:33.515Z] Removing intermediate container 3bf3976b0549 [2020-08-12T02:58:33.515Z] ---> 39f3dad2d209 [2020-08-12T02:58:33.515Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T02:58:33.855Z] ---> Running in 26374c254c60 [2020-08-12T02:58:34.045Z] ---> dac41edf83cc [2020-08-12T02:58:34.045Z] Step 6/7 : COPY go.mod . [2020-08-12T02:58:34.640Z] ---> 08845d473b2e [2020-08-12T02:58:34.640Z] Step 7/7 : RUN go mod download [2020-08-12T02:58:34.640Z] ---> Running in 52f05268bd41 [2020-08-12T02:58:34.807Z] Removing intermediate container 8536a2474a60 [2020-08-12T02:58:34.807Z] ---> bb6889c1814c [2020-08-12T02:58:34.807Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T02:58:34.807Z] ---> Running in 40b9fe8c9457 [2020-08-12T02:58:35.068Z] Removing intermediate container 40b9fe8c9457 [2020-08-12T02:58:35.068Z] ---> 3c7ff32ef76b [2020-08-12T02:58:35.068Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T02:58:35.068Z] ---> Running in 0937cece3cf3 [2020-08-12T02:58:35.068Z] Collecting docker-compose==1.23.2 [2020-08-12T02:58:35.068Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T02:58:35.333Z] Removing intermediate container 0937cece3cf3 [2020-08-12T02:58:35.333Z] ---> 46aad41ed63c [2020-08-12T02:58:35.333Z] Step 27/29 : LABEL arch=x86_64 [2020-08-12T02:58:35.333Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T02:58:35.333Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T02:58:35.333Z] ---> Running in 20480cb59e45 [2020-08-12T02:58:35.333Z] Collecting PyYAML<4,>=3.10 [2020-08-12T02:58:35.333Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T02:58:35.333Z] Removing intermediate container 20480cb59e45 [2020-08-12T02:58:35.333Z] ---> a963fdb6784f [2020-08-12T02:58:35.333Z] Step 28/29 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:58:35.594Z] ---> Running in 0ca5be1f5e5e [2020-08-12T02:58:36.169Z] Removing intermediate container 0ca5be1f5e5e [2020-08-12T02:58:36.169Z] ---> 27ac0f493ba9 [2020-08-12T02:58:36.169Z] Step 29/29 : LABEL version=0.0.0 [2020-08-12T02:58:36.169Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T02:58:36.169Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T02:58:36.741Z] ---> Running in 375cb5eaf082 [2020-08-12T02:58:37.003Z] Removing intermediate container 375cb5eaf082 [2020-08-12T02:58:37.004Z] ---> 3e5896f80bfb [2020-08-12T02:58:37.004Z] [2020-08-12T02:58:37.004Z] Successfully built 3e5896f80bfb [2020-08-12T02:58:37.004Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-12T02:58:37.266Z]  Building docker-security-secrets-setup-go ... done Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T02:58:37.266Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T02:58:37.266Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T02:58:37.266Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T02:58:37.528Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T02:58:37.528Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T02:58:37.528Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T02:58:37.528Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T02:58:38.017Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T02:58:38.017Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T02:58:38.017Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T02:58:38.017Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T02:58:38.017Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T02:58:38.017Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T02:58:38.017Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T02:58:38.017Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T02:58:38.017Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T02:58:38.017Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T02:58:38.017Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T02:58:38.017Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T02:58:38.017Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T02:58:38.017Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T02:58:38.017Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T02:58:38.017Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T02:58:38.103Z] 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-12T02:58:38.103Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T02:58:38.103Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T02:58:38.286Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T02:58:38.287Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T02:58:38.287Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T02:58:38.287Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T02:58:38.287Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T02:58:38.287Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T02:58:38.287Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T02:58:38.287Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T02:58:38.287Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T02:58:38.558Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T02:58:38.558Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T02:58:38.558Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T02:58:38.558Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T02:58:38.558Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T02:58:38.558Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T02:58:38.558Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T02:58:38.558Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T02:58:38.558Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T02:58:38.558Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T02:58:38.676Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T02:58:38.676Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T02:58:38.829Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T02:58:38.938Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T02:58:38.938Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T02:58:38.938Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T02:58:38.938Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T02:58:38.938Z] 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-12T02:58:38.938Z] 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-12T02:58:38.938Z] Collecting idna<2.8,>=2.5 [2020-08-12T02:58:38.938Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T02:58:39.100Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T02:58:39.101Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T02:58:39.101Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T02:58:39.101Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T02:58:39.101Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T02:58:39.101Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T02:58:39.101Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T02:58:39.101Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T02:58:39.101Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T02:58:39.101Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T02:58:39.101Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T02:58:39.200Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T02:58:39.200Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T02:58:39.200Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T02:58:39.200Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T02:58:39.200Z] Installing collected packages: cached-property, PyYAML, dockerpty, websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, docker-compose [2020-08-12T02:58:39.200Z] Running setup.py install for PyYAML: started [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T02:58:39.377Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T02:58:39.649Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T02:58:39.649Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T02:58:39.649Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T02:58:39.649Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T02:58:39.649Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T02:58:39.649Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T02:58:39.649Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T02:58:39.649Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T02:58:39.649Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T02:58:39.649Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T02:58:39.773Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T02:58:39.773Z] Running setup.py install for dockerpty: started [2020-08-12T02:58:39.922Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T02:58:39.922Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T02:58:39.922Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T02:58:39.922Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T02:58:39.922Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T02:58:39.922Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T02:58:39.922Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T02:58:39.922Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T02:58:39.922Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T02:58:39.922Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T02:58:39.922Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T02:58:40.197Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T02:58:40.197Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T02:58:40.197Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T02:58:40.197Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T02:58:40.197Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T02:58:40.349Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T02:58:40.349Z] Attempting uninstall: urllib3 [2020-08-12T02:58:40.350Z] Found existing installation: urllib3 1.25.9 [2020-08-12T02:58:40.350Z] Uninstalling urllib3-1.25.9: [2020-08-12T02:58:40.350Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T02:58:40.617Z] Attempting uninstall: idna [2020-08-12T02:58:40.617Z] Found existing installation: idna 2.9 [2020-08-12T02:58:40.617Z] Uninstalling idna-2.9: [2020-08-12T02:58:40.617Z] Successfully uninstalled idna-2.9 [2020-08-12T02:58:40.880Z] Attempting uninstall: requests [2020-08-12T02:58:40.880Z] Found existing installation: requests 2.23.0 [2020-08-12T02:58:40.880Z] Uninstalling requests-2.23.0: [2020-08-12T02:58:40.880Z] Successfully uninstalled requests-2.23.0 [2020-08-12T02:58:41.144Z] Running setup.py install for docopt: started [2020-08-12T02:58:41.717Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T02:58:41.717Z] Running setup.py install for texttable: started [2020-08-12T02:58:41.981Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T02:58:42.244Z] 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-12T02:58:46.468Z] Removing intermediate container 26374c254c60 [2020-08-12T02:58:46.468Z] ---> 5dd1625b21be [2020-08-12T02:58:46.468Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T02:58:46.468Z] ---> Running in f059f4bf55e2 [2020-08-12T02:58:46.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:46.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:58:46.730Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T02:58:46.730Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T02:58:46.730Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T02:58:46.730Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:58:46.730Z] OK: 72 MiB in 58 packages [2020-08-12T02:58:46.992Z] Removing intermediate container f059f4bf55e2 [2020-08-12T02:58:46.992Z] ---> cca39ffe5036 [2020-08-12T02:58:46.992Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T02:58:47.256Z] ---> Running in aba71f5df36f [2020-08-12T02:58:47.256Z] Removing intermediate container aba71f5df36f [2020-08-12T02:58:47.256Z] ---> f6fbe779e008 [2020-08-12T02:58:47.256Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T02:58:47.518Z] ---> Running in e91aeeec693c [2020-08-12T02:58:47.518Z] Removing intermediate container e91aeeec693c [2020-08-12T02:58:47.518Z] ---> 38549d4a0ba1 [2020-08-12T02:58:47.518Z] Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T02:58:47.781Z] ---> Running in 4481601de3af [2020-08-12T02:58:47.782Z] Removing intermediate container 4481601de3af [2020-08-12T02:58:47.782Z] ---> fca23cfd9c28 [2020-08-12T02:58:47.782Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T02:58:47.782Z] ---> Running in 92220214865f [2020-08-12T02:58:48.044Z] Removing intermediate container 92220214865f [2020-08-12T02:58:48.044Z] ---> 11767f1be9e5 [2020-08-12T02:58:48.044Z] [2020-08-12T02:58:48.044Z] Successfully built 11767f1be9e5 [2020-08-12T02:58:48.044Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-12T02:58:48.636Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-12T02:58:48.694Z] $ docker stop --time=1 f3e0951363a0efaa315a1263787f44d75354ec238b18f814ef3f372d7fbb050a [2020-08-12T02:58:50.324Z] $ docker rm -f f3e0951363a0efaa315a1263787f44d75354ec238b18f814ef3f372d7fbb050a [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T02:58:51.053Z] + docker images [2020-08-12T02:58:51.053Z] + grep docker [2020-08-12T02:58:51.053Z] docker-sys-mgmt-agent-go latest 11767f1be9e5 3 seconds ago 284MB [2020-08-12T02:58:51.053Z] docker-security-secrets-setup-go latest 3e5896f80bfb 14 seconds ago 25.1MB [2020-08-12T02:58:51.053Z] docker-security-secretstore-setup-go latest 2a4e753b8b36 29 seconds ago 33.9MB [2020-08-12T02:58:51.053Z] docker-support-logging-go latest bde23f36136b 39 seconds ago 11.8MB [2020-08-12T02:58:51.053Z] docker-core-command-go latest d9331ebe0b2d 42 seconds ago 13MB [2020-08-12T02:58:51.053Z] docker-core-data-go latest 7c8cabcdf74b 2 minutes ago 23.8MB [2020-08-12T02:58:51.053Z] docker-support-notifications-go latest 66e445e71d12 2 minutes ago 14.4MB [2020-08-12T02:58:51.053Z] docker-core-metadata-go latest f77e34f3c267 2 minutes ago 14.4MB [2020-08-12T02:58:51.053Z] docker-support-scheduler-go latest c455b0249ae4 2 minutes ago 13.1MB [2020-08-12T02:58:51.053Z] docker-security-proxy-setup-go latest 78dde59d47e9 2 minutes ago 16.4MB [2020-08-12T02:58:51.053Z] 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-12T02:58:58.512Z] Removing intermediate container 52f05268bd41 [2020-08-12T02:58:58.512Z] ---> 5a1876284774 [2020-08-12T02:58:58.512Z] Successfully built 5a1876284774 [2020-08-12T02:58:58.512Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:58:59.349Z] + docker inspect -f . ci-base-image-arm64 [2020-08-12T02:58:59.349Z] . [Pipeline] withDockerContainer [2020-08-12T02:58:59.638Z] prd-ubuntu18.04-docker-arm64-4c-16g-4967 does not seem to be running inside a container [2020-08-12T02:58:59.708Z] $ 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 ******** ci-base-image-arm64 cat [2020-08-12T02:59:01.183Z] $ docker top 5231263b422ebe948ea18095d3de859aa374c63d0fc0f106124247a91798c4a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T02:59:02.257Z] + go version [2020-08-12T02:59:02.257Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-12T02:59:02.290Z] ========================================================= [2020-08-12T02:59:02.290Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-12T02:59:02.290Z] ========================================================= [Pipeline] sh [2020-08-12T02:59:02.949Z] + make test [2020-08-12T02:59:02.949Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-12T02:59:05.574Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-12T02:59:37.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-12T02:59:50.494Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-12T02:59:50.494Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-12T02:59:50.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-12T02:59:50.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-12T02:59:50.494Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.046s [2020-08-12T02:59:50.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-12T02:59:50.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-12T02:59:50.494Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-12T02:59:52.474Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-12T02:59:53.078Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-12T02:59:54.064Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-12T02:59:54.064Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-12T02:59:54.064Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-12T03:00:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2020-08-12T03:00:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-12T03:00:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-12T03:00:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-12T03:00:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-12T03:00:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-12T03:00:09.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.129s coverage: 27.3% of statements [2020-08-12T03:00:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-12T03:00:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-12T03:00:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-12T03:00:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-12T03:00:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-12T03:00:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-12T03:00:09.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-08-12T03:00:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-12T03:00:09.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2020-08-12T03:00:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-12T03:00:13.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.310s coverage: 28.6% of statements [2020-08-12T03:00:13.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-12T03:00:13.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-12T03:00:13.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-12T03:00:13.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-12T03:00:13.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-12T03:00:13.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2020-08-12T03:00:13.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-12T03:00:13.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2020-08-12T03:00:13.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-12T03:00:13.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 89.8% of statements [2020-08-12T03:00:13.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-12T03:00:15.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-12T03:00:15.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 100.0% of statements [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-12T03:00:15.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-12T03:00:15.746Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements [2020-08-12T03:00:19.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 63.5% of statements [2020-08-12T03:00:19.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-12T03:00:19.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-12T03:00:19.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2020-08-12T03:00:20.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 55.9% of statements [2020-08-12T03:00:20.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-12T03:00:20.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-12T03:00:20.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-12T03:00:20.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.292s coverage: 86.3% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.048s coverage: 72.2% of statements [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.348s coverage: 72.1% of statements [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.062s coverage: 82.4% of statements [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.032s coverage: 96.8% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 26.9% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.268s coverage: 84.1% of statements [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.042s coverage: 42.9% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.249s coverage: 46.1% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.066s coverage: 100.0% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.092s coverage: 100.0% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-12T03:00:42.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements [2020-08-12T03:00:42.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-12T03:00:49.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.161s coverage: 29.1% of statements [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-12T03:00:49.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.128s coverage: 99.0% of statements [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-12T03:00:49.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-12T03:00:49.562Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-12T03:00:49.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-12T03:00:49.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-12T03:00:50.157Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2020-08-12T03:00:50.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-12T03:00:50.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-12T03:00:50.430Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-08-12T03:00:51.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-08-12T03:00:52.833Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-12T03:00:53.425Z] GO111MODULE=on go vet ./... [2020-08-12T03:01:11.736Z] gofmt -l . [2020-08-12T03:01:11.736Z] [ "`gofmt -l .`" = "" ] [2020-08-12T03:01:13.698Z] ./bin/test-go-mod-tidy.sh [2020-08-12T03:01:14.295Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-12T03:01:18.394Z] + ls -al . [2020-08-12T03:01:18.394Z] total 584 [2020-08-12T03:01:18.394Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 03:01 . [2020-08-12T03:01:18.394Z] drwxr-xr-x 4 root root 4096 Aug 12 02:59 .. [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 02:57 .dockerignore [2020-08-12T03:01:18.394Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 02:57 .git [2020-08-12T03:01:18.394Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 02:57 .github [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 932 Aug 12 02:57 .gitignore [2020-08-12T03:01:18.394Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 02:57 .semver [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 02:57 .sonarcloud.properties [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 02:57 CONTRIBUTING.md [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 1035 Aug 12 02:57 Dockerfile.build [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 865 Aug 12 02:57 Jenkinsfile [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 02:57 LICENSE [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 6237 Aug 12 02:57 Makefile [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 5652 Aug 12 02:57 README.md [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 259 Aug 12 02:57 SECURITY.md [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 02:50 VERSION [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 02:57 ZMQWindows.md [2020-08-12T03:01:18.394Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 02:57 bin [2020-08-12T03:01:18.394Z] drwxrwxr-x 15 1001 1001 4096 Aug 12 02:57 cmd [2020-08-12T03:01:18.394Z] -rw-r--r-- 1 root root 455803 Aug 12 03:00 coverage.out [2020-08-12T03:01:18.394Z] -rw-r--r-- 1 root root 1019 Aug 12 03:01 go.mod [2020-08-12T03:01:18.394Z] -rw-r--r-- 1 root root 18146 Aug 12 03:01 go.sum [2020-08-12T03:01:18.394Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 02:57 internal [2020-08-12T03:01:18.394Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 02:57 openapi [2020-08-12T03:01:18.394Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 02:57 snap [2020-08-12T03:01:18.394Z] -rw-rw-r-- 1 1001 1001 168 Aug 12 02:57 version.go [Pipeline] sh [2020-08-12T03:01:19.061Z] + '[' -e coverage.out ] [2020-08-12T03:01:19.061Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-12T03:01:19.091Z] Warning: overwriting stash ‘coverage-report’ [2020-08-12T03:01:20.079Z] Stashed 1 file(s) [Pipeline] sh [2020-08-12T03:01:20.740Z] + make build [2020-08-12T03:01:20.740Z] 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-12T03:01:39.030Z] 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-12T03:01:49.197Z] 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-12T03:01:54.592Z] 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-12T03:01:59.976Z] 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-12T03:02:05.375Z] 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-12T03:02:06.801Z] 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-12T03:02:12.181Z] 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-12T03:02:17.569Z] 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-12T03:02:21.869Z] 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-12T03:02:26.149Z] 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-12T03:02:30.442Z] 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-12T03:02:34.734Z] 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-12T03:02:38.148Z] $ docker stop --time=1 5231263b422ebe948ea18095d3de859aa374c63d0fc0f106124247a91798c4a7 [2020-08-12T03:02:40.647Z] $ docker rm -f 5231263b422ebe948ea18095d3de859aa374c63d0fc0f106124247a91798c4a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:02:42.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T03:02:42.310Z] [2020-08-12T03:02:42.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:02:42.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T03:02:42.717Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-12T03:02:42.717Z] 29e5d40040c1: Pulling fs layer [2020-08-12T03:02:42.717Z] 1ce36da41761: Pulling fs layer [2020-08-12T03:02:42.717Z] 25b303627fd3: Pulling fs layer [2020-08-12T03:02:42.995Z] 29e5d40040c1: Verifying Checksum [2020-08-12T03:02:42.995Z] 29e5d40040c1: Download complete [2020-08-12T03:02:43.598Z] 1ce36da41761: Verifying Checksum [2020-08-12T03:02:43.598Z] 1ce36da41761: Download complete [2020-08-12T03:02:43.598Z] 29e5d40040c1: Pull complete [2020-08-12T03:02:45.038Z] 1ce36da41761: Pull complete [2020-08-12T03:02:45.316Z] 25b303627fd3: Verifying Checksum [2020-08-12T03:02:45.316Z] 25b303627fd3: Download complete [2020-08-12T03:02:55.496Z] 25b303627fd3: Pull complete [2020-08-12T03:02:55.496Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-12T03:02:55.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T03:02:55.496Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-12T03:02:55.760Z] prd-ubuntu18.04-docker-arm64-4c-16g-4967 does not seem to be running inside a container [2020-08-12T03:02:55.833Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-12T03:02:59.287Z] $ docker top a430f2e290f0a7a7e14f12273b5735ff280e7f7ed4af756ecca370908fda1df9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T03:03:00.797Z] + docker-compose+ buildgrep --help parallel [2020-08-12T03:03:00.797Z] [2020-08-12T03:03:04.174Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T03:03:04.201Z] $ docker stop --time=1 a430f2e290f0a7a7e14f12273b5735ff280e7f7ed4af756ecca370908fda1df9 [2020-08-12T03:03:06.146Z] $ docker rm -f a430f2e290f0a7a7e14f12273b5735ff280e7f7ed4af756ecca370908fda1df9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:03:07.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T03:03:07.415Z] . [Pipeline] withDockerContainer [2020-08-12T03:03:07.661Z] prd-ubuntu18.04-docker-arm64-4c-16g-4967 does not seem to be running inside a container [2020-08-12T03:03:07.725Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-12T03:03:09.182Z] $ docker top 15c4f0ed6978620ef06c3e9a8196c138245d3645fa956b8507da09b6694a9a8c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T03:03:10.255Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T03:03:14.551Z] Building docker-core-command-go ... [2020-08-12T03:03:14.551Z] Building docker-core-data-go ... [2020-08-12T03:03:14.551Z] Building docker-core-metadata-go ... [2020-08-12T03:03:14.551Z] Building docker-security-proxy-setup-go ... [2020-08-12T03:03:14.551Z] Building docker-security-secrets-setup-go ... [2020-08-12T03:03:14.551Z] Building docker-security-secretstore-setup-go ... [2020-08-12T03:03:14.551Z] Building docker-support-logging-go ... [2020-08-12T03:03:14.551Z] Building docker-support-notifications-go ... [2020-08-12T03:03:14.551Z] Building docker-support-scheduler-go ... [2020-08-12T03:03:14.551Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T03:03:14.551Z] Building docker-security-proxy-setup-go [2020-08-12T03:03:14.551Z] Building docker-core-metadata-go [2020-08-12T03:03:14.551Z] Building docker-security-secrets-setup-go [2020-08-12T03:03:14.551Z] Building docker-support-scheduler-go [2020-08-12T03:03:14.551Z] Building docker-sys-mgmt-agent-go [2020-08-12T03:05:06.338Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:05:06.338Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:05:06.338Z] ---> 5a1876284774 [2020-08-12T03:05:06.338Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T03:05:06.338Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:05:06.338Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:05:06.338Z] ---> 5a1876284774 [2020-08-12T03:05:06.338Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T03:05:06.338Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:05:06.338Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:05:06.338Z] ---> 5a1876284774 [2020-08-12T03:05:06.338Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T03:05:06.338Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:05:06.338Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T03:05:06.338Z] ---> 5a1876284774 [2020-08-12T03:05:06.338Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T03:05:06.338Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:05:06.338Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:05:06.338Z] ---> 5a1876284774 [2020-08-12T03:05:06.338Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T03:05:06.338Z] ---> Running in 4229db7f4979 [2020-08-12T03:05:06.338Z] ---> Running in 8ae6c2750817 [2020-08-12T03:05:06.338Z] ---> Running in 5b322fbcb879 [2020-08-12T03:05:06.338Z] ---> Running in 62c5a713ec95 [2020-08-12T03:05:06.338Z] ---> Running in 3006181ff829 [2020-08-12T03:05:06.338Z] Removing intermediate container 4229db7f4979 [2020-08-12T03:05:06.338Z] ---> 4a8fe2c7919e [2020-08-12T03:05:06.338Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T03:05:06.338Z] Removing intermediate container 8ae6c2750817 [2020-08-12T03:05:06.338Z] ---> 054badbbdfe6 [2020-08-12T03:05:06.338Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:05:06.338Z] Removing intermediate container 5b322fbcb879 [2020-08-12T03:05:06.338Z] ---> 40f2e96a610e [2020-08-12T03:05:06.338Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:05:06.338Z] Removing intermediate container 3006181ff829 [2020-08-12T03:05:06.338Z] ---> 282104fc9ad7 [2020-08-12T03:05:06.338Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:05:06.338Z] Removing intermediate container 62c5a713ec95 [2020-08-12T03:05:06.338Z] ---> dac40711ffe5 [2020-08-12T03:05:06.338Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:05:06.338Z] ---> Running in 079234b62e75 [2020-08-12T03:05:06.338Z] ---> Running in 9b2db749cc70 [2020-08-12T03:05:06.338Z] ---> Running in e73dcd99629b [2020-08-12T03:05:06.338Z] ---> Running in e27e9f2b83d3 [2020-08-12T03:05:06.338Z] ---> Running in d0e420c3b470 [2020-08-12T03:05:07.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:09.326Z] Removing intermediate container e73dcd99629b [2020-08-12T03:05:09.326Z] ---> 306f57f085ed [2020-08-12T03:05:09.326Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T03:05:09.326Z] Removing intermediate container 9b2db749cc70 [2020-08-12T03:05:09.326Z] ---> a9926d433308 [2020-08-12T03:05:09.326Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T03:05:09.326Z] ---> Running in fe502a22061f [2020-08-12T03:05:09.326Z] Removing intermediate container d0e420c3b470 [2020-08-12T03:05:09.326Z] ---> 7ac3ffee4b2e [2020-08-12T03:05:09.326Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T03:05:09.326Z] ---> Running in 4d6ee73dfabf [2020-08-12T03:05:09.326Z] Removing intermediate container e27e9f2b83d3 [2020-08-12T03:05:09.326Z] ---> 49b3e63d498b [2020-08-12T03:05:09.326Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T03:05:09.326Z] ---> Running in fdeb1fa6c9a9 [2020-08-12T03:05:09.600Z] ---> Running in 3ae1be38abba [2020-08-12T03:05:10.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:11.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:11.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:11.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:11.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:13.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:13.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:14.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:14.137Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:05:14.137Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:05:14.137Z] OK: 12620 distinct packages available [2020-08-12T03:05:15.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:05:15.111Z] OK: 217 MiB in 51 packages [2020-08-12T03:05:16.100Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:05:16.100Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:05:16.100Z] OK: 12620 distinct packages available [2020-08-12T03:05:16.100Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:05:16.100Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:05:16.100Z] OK: 12620 distinct packages available [2020-08-12T03:05:16.378Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:05:16.378Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:05:16.378Z] OK: 12620 distinct packages available [2020-08-12T03:05:16.378Z] Removing intermediate container 079234b62e75 [2020-08-12T03:05:16.378Z] ---> 41d40d4f9c16 [2020-08-12T03:05:16.378Z] Step 5/29 : COPY go.mod . [2020-08-12T03:05:16.655Z] OK: 217 MiB in 51 packages [2020-08-12T03:05:16.947Z] OK: 217 MiB in 51 packages [2020-08-12T03:05:17.228Z] OK: 217 MiB in 51 packages [2020-08-12T03:05:17.502Z] ---> 2080be0c90cf [2020-08-12T03:05:17.502Z] Step 6/29 : RUN go mod download [2020-08-12T03:05:17.779Z] ---> Running in 36122d5cc6c9 [2020-08-12T03:05:18.391Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:05:18.391Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:05:18.391Z] OK: 12620 distinct packages available [2020-08-12T03:05:18.664Z] Removing intermediate container fe502a22061f [2020-08-12T03:05:18.664Z] ---> 8c5849775411 [2020-08-12T03:05:18.664Z] Step 6/20 : COPY go.mod . [2020-08-12T03:05:18.937Z] Removing intermediate container 4d6ee73dfabf [2020-08-12T03:05:18.937Z] ---> c1305eb3373c [2020-08-12T03:05:18.937Z] Step 6/26 : COPY go.mod . [2020-08-12T03:05:18.937Z] Removing intermediate container fdeb1fa6c9a9 [2020-08-12T03:05:18.937Z] ---> 3d7d32d91787 [2020-08-12T03:05:18.937Z] Step 6/21 : COPY go.mod . [2020-08-12T03:05:19.210Z] OK: 217 MiB in 51 packages [2020-08-12T03:05:19.814Z] ---> 96997fbd8651 [2020-08-12T03:05:19.814Z] Step 7/20 : RUN go mod download [2020-08-12T03:05:20.093Z] ---> f4779ff2e9f8 [2020-08-12T03:05:20.093Z] Step 7/26 : RUN go mod download [2020-08-12T03:05:20.093Z] ---> Running in f7fbce89bdbe [2020-08-12T03:05:20.364Z] ---> b94d0a104827 [2020-08-12T03:05:20.364Z] Step 7/21 : RUN go mod download [2020-08-12T03:05:20.364Z] ---> Running in 650a369084c5 [2020-08-12T03:05:20.637Z] ---> Running in 6e2749b1f7be [2020-08-12T03:05:20.914Z] Removing intermediate container 3ae1be38abba [2020-08-12T03:05:20.914Z] ---> 8afcf7ecbe9d [2020-08-12T03:05:20.914Z] Step 6/20 : COPY go.mod . [2020-08-12T03:05:22.378Z] ---> ebf187f1d713 [2020-08-12T03:05:22.378Z] Step 7/20 : RUN go mod download [2020-08-12T03:05:22.378Z] Removing intermediate container 36122d5cc6c9 [2020-08-12T03:05:22.378Z] ---> dbff1796a13d [2020-08-12T03:05:22.378Z] Step 7/29 : COPY . . [2020-08-12T03:05:22.378Z] ---> Running in bc64fcb9dd51 [2020-08-12T03:05:25.806Z] Removing intermediate container f7fbce89bdbe [2020-08-12T03:05:25.806Z] ---> 4c343ac69466 [2020-08-12T03:05:25.806Z] Step 8/20 : COPY . . [2020-08-12T03:05:25.806Z] Removing intermediate container 650a369084c5 [2020-08-12T03:05:25.806Z] ---> df7cf25c5498 [2020-08-12T03:05:25.806Z] Step 8/26 : COPY . . [2020-08-12T03:05:26.421Z] Removing intermediate container 6e2749b1f7be [2020-08-12T03:05:26.421Z] ---> 562da7906dee [2020-08-12T03:05:26.421Z] Step 8/21 : COPY . . [2020-08-12T03:05:27.020Z] Removing intermediate container bc64fcb9dd51 [2020-08-12T03:05:27.020Z] ---> b83502e5fb77 [2020-08-12T03:05:27.020Z] Step 8/20 : COPY . . [2020-08-12T03:05:59.358Z] ---> b6ab72faeb3a [2020-08-12T03:05:59.358Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T03:05:59.358Z] ---> e1d0eb1767fc [2020-08-12T03:05:59.358Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T03:05:59.358Z] ---> Running in 53f7784fa83e [2020-08-12T03:05:59.358Z] ---> da737691556c [2020-08-12T03:05:59.358Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T03:05:59.358Z] ---> e32cb7a9d696 [2020-08-12T03:05:59.358Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T03:05:59.358Z] ---> ce31a583d27b [2020-08-12T03:05:59.358Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T03:05:59.358Z] ---> Running in bd04616a543a [2020-08-12T03:05:59.358Z] ---> Running in ff0d14cd204d [2020-08-12T03:05:59.358Z] ---> Running in f62807759f3f [2020-08-12T03:05:59.358Z] ---> Running in b44eef82064d [2020-08-12T03:05:59.358Z] 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-12T03:05:59.358Z] 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-12T03:05:59.358Z] 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-12T03:05:59.358Z] 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-12T03:05:59.358Z] 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-12T03:07:21.163Z] Removing intermediate container 53f7784fa83e [2020-08-12T03:07:21.163Z] ---> 1789de450231 [2020-08-12T03:07:21.163Z] [2020-08-12T03:07:21.163Z] Step 9/29 : FROM alpine:latest [2020-08-12T03:07:21.163Z] latest: Pulling from library/alpine [2020-08-12T03:07:21.163Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T03:07:21.163Z] Status: Downloaded newer image for alpine:latest [2020-08-12T03:07:21.163Z] ---> 62ee0e9f8440 [2020-08-12T03:07:21.163Z] 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-12T03:07:21.163Z] ---> Running in 822ab4a79ede [2020-08-12T03:07:21.163Z] Removing intermediate container 822ab4a79ede [2020-08-12T03:07:21.163Z] ---> 58d7b22042b1 [2020-08-12T03:07:21.163Z] Step 11/29 : USER root [2020-08-12T03:07:21.163Z] ---> Running in 88106fe0e1d5 [2020-08-12T03:07:22.147Z] Removing intermediate container 88106fe0e1d5 [2020-08-12T03:07:22.147Z] ---> 0dd543361c96 [2020-08-12T03:07:22.147Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T03:07:22.147Z] Removing intermediate container b44eef82064d [2020-08-12T03:07:22.147Z] ---> 84c5ff1806cf [2020-08-12T03:07:22.147Z] [2020-08-12T03:07:22.147Z] Step 10/20 : FROM alpine [2020-08-12T03:07:22.147Z] ---> 62ee0e9f8440 [2020-08-12T03:07:22.147Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T03:07:22.419Z] ---> Running in 4de950f62e00 [2020-08-12T03:07:22.419Z] ---> Running in 3b7db1286d1d [2020-08-12T03:07:25.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:07:25.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:07:25.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:07:25.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:07:26.437Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:07:26.437Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:07:26.437Z] OK: 12620 distinct packages available [2020-08-12T03:07:26.712Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:07:26.712Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:07:26.712Z] OK: 12620 distinct packages available [2020-08-12T03:07:27.701Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T03:07:27.701Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T03:07:27.701Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T03:07:27.701Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T03:07:27.701Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T03:07:27.701Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T03:07:27.701Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:07:27.701Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:07:27.701Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T03:07:27.976Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T03:07:28.253Z] OK: 7 MiB in 18 packages [2020-08-12T03:07:28.253Z] OK: 6 MiB in 16 packages [2020-08-12T03:07:32.616Z] Removing intermediate container 3b7db1286d1d [2020-08-12T03:07:32.616Z] ---> 930c51791e10 [2020-08-12T03:07:32.616Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T03:07:32.894Z] Removing intermediate container 4de950f62e00 [2020-08-12T03:07:32.894Z] ---> c38ad1ac3bfb [2020-08-12T03:07:32.894Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T03:07:32.894Z] Removing intermediate container f62807759f3f [2020-08-12T03:07:32.894Z] ---> d26850d320aa [2020-08-12T03:07:32.894Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T03:07:33.176Z] ---> Running in 5d5a8ed781a0 [2020-08-12T03:07:33.176Z] ---> Running in 4719fe8fa8e0 [2020-08-12T03:07:33.176Z] ---> Running in 969d0eacfbd3 [2020-08-12T03:07:34.187Z] Removing intermediate container 5d5a8ed781a0 [2020-08-12T03:07:34.187Z] ---> 30c8a200ee33 [2020-08-12T03:07:34.187Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T03:07:34.187Z] ---> Running in 7b0811d51a99 [2020-08-12T03:07:34.464Z] Removing intermediate container 4719fe8fa8e0 [2020-08-12T03:07:34.464Z] ---> 0cd1ae688de1 [2020-08-12T03:07:34.464Z] Step 13/20 : WORKDIR /edgex [2020-08-12T03:07:34.752Z] ---> Running in cacfe4b07ba1 [2020-08-12T03:07:35.352Z] Removing intermediate container 7b0811d51a99 [2020-08-12T03:07:35.352Z] ---> fce02cd93083 [2020-08-12T03:07:35.352Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T03:07:35.627Z] ---> Running in 7df2197c049f [2020-08-12T03:07:35.627Z] Removing intermediate container cacfe4b07ba1 [2020-08-12T03:07:35.627Z] ---> cf04f76213a6 [2020-08-12T03:07:35.627Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T03:07:36.239Z] 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-12T03:07:36.842Z] ---> 22119a3ecdef [2020-08-12T03:07:36.842Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T03:07:38.837Z] ---> 5824f6473c38 [2020-08-12T03:07:38.837Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T03:07:39.108Z] ---> Running in 3cef8690bdf9 [2020-08-12T03:07:40.099Z] Removing intermediate container 3cef8690bdf9 [2020-08-12T03:07:40.099Z] Removing intermediate container 7df2197c049f [2020-08-12T03:07:40.099Z] ---> a9d9df6a0f1b [2020-08-12T03:07:40.099Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T03:07:40.099Z] ---> faf240482c73 [2020-08-12T03:07:40.099Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T03:07:40.384Z] ---> Running in 898b2bc15b66 [2020-08-12T03:07:41.400Z] Removing intermediate container 898b2bc15b66 [2020-08-12T03:07:41.400Z] ---> 9608aab3ee91 [2020-08-12T03:07:41.400Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T03:07:42.410Z] ---> Running in 392cac14005d [2020-08-12T03:07:42.680Z] ---> 1c7a3e865b66 [2020-08-12T03:07:42.680Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T03:07:42.680Z] Removing intermediate container 969d0eacfbd3 [2020-08-12T03:07:42.680Z] ---> 0dce7937392e [2020-08-12T03:07:42.680Z] [2020-08-12T03:07:42.680Z] Step 11/26 : FROM docker:latest [2020-08-12T03:07:42.680Z] ---> ce9d55ae87f1 [2020-08-12T03:07:42.680Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T03:07:43.017Z] Removing intermediate container 392cac14005d [2020-08-12T03:07:43.017Z] ---> e345566d4103 [2020-08-12T03:07:43.017Z] Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:07:43.017Z] ---> Running in c1a2d4b5e2ed [2020-08-12T03:07:43.362Z] ---> Running in 1b46fdc35632 [2020-08-12T03:07:44.334Z] ---> 02723e931820 [2020-08-12T03:07:44.334Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T03:07:45.014Z] Removing intermediate container ff0d14cd204d [2020-08-12T03:07:45.014Z] ---> 3b3c7cffccfc [2020-08-12T03:07:45.014Z] [2020-08-12T03:07:45.014Z] Step 10/20 : FROM scratch [2020-08-12T03:07:45.014Z] ---> [2020-08-12T03:07:45.014Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:07:45.014Z] Removing intermediate container 1b46fdc35632 [2020-08-12T03:07:45.014Z] ---> d72c20826c03 [2020-08-12T03:07:45.014Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T03:07:45.305Z] ---> Running in c41ea7fcfb79 [2020-08-12T03:07:45.305Z] ---> Running in 032e2d212ee2 [2020-08-12T03:07:45.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:07:45.580Z] ---> e68c2f063645 [2020-08-12T03:07:45.580Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T03:07:45.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:07:46.182Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T03:07:46.182Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T03:07:46.182Z] Removing intermediate container 032e2d212ee2 [2020-08-12T03:07:46.182Z] ---> 89c38e6dd4f3 [2020-08-12T03:07:46.182Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T03:07:46.459Z] Removing intermediate container c41ea7fcfb79 [2020-08-12T03:07:46.459Z] ---> 1e7bc06d91f1 [2020-08-12T03:07:46.459Z] [2020-08-12T03:07:46.459Z] Executing bash-5.0.17-r0.post-install [2020-08-12T03:07:46.459Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:07:46.459Z] OK: 12 MiB in 22 packages [2020-08-12T03:07:46.459Z] ---> Running in 78dd3eb34ec1 [2020-08-12T03:07:46.741Z] ---> d8574ec2e60e [2020-08-12T03:07:46.741Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T03:07:47.016Z] Successfully built 1e7bc06d91f1 [2020-08-12T03:07:47.292Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-12T03:07:47.292Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-08-12T03:07:47.292Z] Removing intermediate container 78dd3eb34ec1 [2020-08-12T03:07:47.292Z] ---> 2cce6ca90d31 [2020-08-12T03:07:47.292Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T03:07:47.567Z] ---> Running in af82b2cd06d4 [2020-08-12T03:07:48.164Z] ---> 73b32ef04bc5 [2020-08-12T03:07:48.164Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T03:07:48.164Z] Removing intermediate container af82b2cd06d4 [2020-08-12T03:07:48.164Z] ---> 979b7c9bf747 [2020-08-12T03:07:48.164Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T03:07:49.619Z] ---> Running in 743732178b7e [2020-08-12T03:07:49.619Z] Removing intermediate container c1a2d4b5e2ed [2020-08-12T03:07:49.619Z] ---> 6bd731d7c982 [2020-08-12T03:07:49.619Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T03:07:50.614Z] ---> a6ded558588f [2020-08-12T03:07:50.614Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T03:07:51.221Z] ---> Running in 57252b144692 [2020-08-12T03:07:51.825Z] Removing intermediate container bd04616a543a [2020-08-12T03:07:51.825Z] ---> bfd6f2bad7eb [2020-08-12T03:07:51.825Z] [2020-08-12T03:07:51.825Z] Step 10/21 : FROM scratch [2020-08-12T03:07:51.825Z] ---> [2020-08-12T03:07:51.825Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:07:52.100Z] ---> Using cache [2020-08-12T03:07:52.100Z] ---> 89c38e6dd4f3 [2020-08-12T03:07:52.100Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T03:07:53.527Z] ---> Running in c00739ac6a27 [2020-08-12T03:07:54.519Z] ---> 9f62a2944e4a [2020-08-12T03:07:54.519Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T03:07:54.519Z] Removing intermediate container c00739ac6a27 [2020-08-12T03:07:54.519Z] ---> 03fbcc84d7c1 [2020-08-12T03:07:54.519Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:07:54.794Z] ---> Running in 4bb92195ade2 [2020-08-12T03:07:55.396Z] Removing intermediate container 4bb92195ade2 [2020-08-12T03:07:55.396Z] ---> 7bf85dc4e2a9 [2020-08-12T03:07:55.396Z] Step 14/21 : WORKDIR / [2020-08-12T03:07:55.669Z] ---> da35f726a8a1 [2020-08-12T03:07:55.669Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:07:55.669Z] Removing intermediate container 743732178b7e [2020-08-12T03:07:55.669Z] ---> 8ea2da0bb8c9 [2020-08-12T03:07:55.669Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T03:07:55.669Z] ---> Running in 212b8217024b [2020-08-12T03:07:55.944Z] ---> Running in 3430e645e564 [2020-08-12T03:07:55.944Z] Removing intermediate container 57252b144692 [2020-08-12T03:07:55.944Z] ---> 7a883d9e9421 [2020-08-12T03:07:55.944Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T03:07:56.224Z] ---> Running in 86fb47e27d42 [2020-08-12T03:07:56.824Z] Removing intermediate container 212b8217024b [2020-08-12T03:07:56.824Z] ---> 62038d182de2 [2020-08-12T03:07:56.824Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T03:07:57.817Z] Removing intermediate container 3430e645e564 [2020-08-12T03:07:57.817Z] ---> 5bf21a0f1e82 [2020-08-12T03:07:57.817Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T03:07:58.094Z] ---> dc2bbff9362d [2020-08-12T03:07:58.094Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T03:07:58.689Z] Removing intermediate container 86fb47e27d42 [2020-08-12T03:07:58.689Z] ---> 22ec79427ce4 [2020-08-12T03:07:58.689Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T03:07:58.689Z] ---> 19995e635a02 [2020-08-12T03:07:58.689Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T03:07:58.972Z] ---> Running in 2334abd1196e [2020-08-12T03:07:59.254Z] ---> Running in 33441579aade [2020-08-12T03:07:59.254Z] ---> Running in 45a6f423a9d3 [2020-08-12T03:08:00.265Z] Removing intermediate container 2334abd1196e [2020-08-12T03:08:00.265Z] ---> 4a4c818706d0 [2020-08-12T03:08:00.265Z] Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:08:00.541Z] Removing intermediate container 45a6f423a9d3 [2020-08-12T03:08:00.541Z] ---> 87405d74b4fa [2020-08-12T03:08:00.541Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T03:08:01.141Z] ---> Running in bd6e92db238e [2020-08-12T03:08:01.416Z] ---> Running in 070407f06c7e [2020-08-12T03:08:02.016Z] ---> 6e82f1afc892 [2020-08-12T03:08:02.016Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T03:08:02.293Z] Removing intermediate container bd6e92db238e [2020-08-12T03:08:02.293Z] ---> c50dfbc3cfe7 [2020-08-12T03:08:02.293Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T03:08:02.572Z] Removing intermediate container 070407f06c7e [2020-08-12T03:08:02.572Z] ---> 976c56f1a81f [2020-08-12T03:08:02.572Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T03:08:03.165Z] ---> Running in ea3594fb59c7 [2020-08-12T03:08:03.165Z] ---> f25af058786c [2020-08-12T03:08:03.165Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:08:03.763Z] Removing intermediate container 33441579aade [2020-08-12T03:08:03.763Z] ---> bfea847a9dc4 [2020-08-12T03:08:03.763Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T03:08:04.360Z] ---> Running in 9a3b193c9972 [2020-08-12T03:08:04.360Z] Removing intermediate container ea3594fb59c7 [2020-08-12T03:08:04.360Z] ---> 994d0432169a [2020-08-12T03:08:04.360Z] [2020-08-12T03:08:04.652Z] ---> Running in c597e1998225 [2020-08-12T03:08:04.929Z] Successfully built 994d0432169a [2020-08-12T03:08:05.201Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-12T03:08:05.201Z] Building docker-core-data-go [2020-08-12T03:08:05.472Z]  Building docker-support-scheduler-go ... done  ---> 80948dda01c5 [2020-08-12T03:08:05.472Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T03:08:05.744Z] Removing intermediate container 9a3b193c9972 [2020-08-12T03:08:05.744Z] ---> 8339841759f7 [2020-08-12T03:08:05.744Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T03:08:06.019Z] ---> Running in 24388db14bab [2020-08-12T03:08:06.619Z] ---> 678f1b41457f [2020-08-12T03:08:06.619Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T03:08:07.208Z] Removing intermediate container 24388db14bab [2020-08-12T03:08:07.208Z] ---> 24e6da87c433 [2020-08-12T03:08:07.208Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:08:07.485Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:08:07.485Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:08:07.485Z] ---> 5a1876284774 [2020-08-12T03:08:07.485Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T03:08:07.485Z] ---> Using cache [2020-08-12T03:08:07.485Z] ---> dac40711ffe5 [2020-08-12T03:08:07.485Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:08:07.485Z] ---> Using cache [2020-08-12T03:08:07.485Z] ---> 49b3e63d498b [2020-08-12T03:08:07.485Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T03:08:07.485Z] ---> Using cache [2020-08-12T03:08:07.485Z] ---> 8afcf7ecbe9d [2020-08-12T03:08:07.485Z] Step 6/26 : COPY go.mod . [2020-08-12T03:08:07.485Z] ---> Using cache [2020-08-12T03:08:07.485Z] ---> ebf187f1d713 [2020-08-12T03:08:07.485Z] Step 7/26 : RUN go mod download [2020-08-12T03:08:07.485Z] ---> Using cache [2020-08-12T03:08:07.485Z] ---> b83502e5fb77 [2020-08-12T03:08:07.485Z] Step 8/26 : COPY . . [2020-08-12T03:08:07.485Z] ---> Using cache [2020-08-12T03:08:07.485Z] ---> da737691556c [2020-08-12T03:08:07.485Z] 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-12T03:08:08.914Z] ---> Running in a4549fd8edab [2020-08-12T03:08:08.914Z] ---> Running in e428cd95bfe3 [2020-08-12T03:08:09.507Z] ---> 9f75e62c1add [2020-08-12T03:08:09.507Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T03:08:10.960Z] ---> Running in d2568b03de0e [2020-08-12T03:08:10.960Z] Removing intermediate container a4549fd8edab [2020-08-12T03:08:10.960Z] ---> e38868e39153 [2020-08-12T03:08:10.960Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:08:12.392Z] ---> Running in 7abece443f06 [2020-08-12T03:08:12.999Z] Removing intermediate container c597e1998225 [2020-08-12T03:08:12.999Z] ---> d15ca8096f99 [2020-08-12T03:08:12.999Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T03:08:13.277Z] Removing intermediate container 7abece443f06 [2020-08-12T03:08:13.277Z] ---> 210d592f484d [2020-08-12T03:08:13.277Z] [2020-08-12T03:08:13.551Z] ---> Running in e57d821cb867 [2020-08-12T03:08:13.839Z] Successfully built 210d592f484d [2020-08-12T03:08:13.839Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-12T03:08:13.839Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-08-12T03:08:13.839Z] 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-12T03:08:14.115Z] Removing intermediate container e57d821cb867 [2020-08-12T03:08:14.115Z] ---> 923eb9a2772c [2020-08-12T03:08:14.115Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T03:08:14.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:14.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:14.670Z] ---> Running in f841fe4096e8 [2020-08-12T03:08:15.264Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T03:08:15.264Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T03:08:15.264Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T03:08:15.264Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T03:08:15.264Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T03:08:15.264Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T03:08:15.264Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T03:08:15.264Z] Removing intermediate container f841fe4096e8 [2020-08-12T03:08:15.264Z] ---> de6ef0319f7d [2020-08-12T03:08:15.264Z] Step 27/29 : LABEL arch=arm64 [2020-08-12T03:08:16.264Z] ---> Running in 4e9685188fed [2020-08-12T03:08:17.876Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T03:08:17.876Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T03:08:17.876Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T03:08:17.876Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T03:08:17.876Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T03:08:17.876Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T03:08:17.876Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T03:08:17.876Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T03:08:17.876Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T03:08:17.876Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T03:08:17.876Z] Removing intermediate container 4e9685188fed [2020-08-12T03:08:17.876Z] ---> 8850970f49b0 [2020-08-12T03:08:17.876Z] Step 28/29 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:08:17.876Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T03:08:17.876Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T03:08:17.876Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T03:08:17.876Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T03:08:18.220Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T03:08:18.220Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T03:08:18.220Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T03:08:18.220Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T03:08:18.220Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T03:08:18.220Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T03:08:18.513Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T03:08:18.513Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T03:08:18.513Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T03:08:18.513Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T03:08:18.513Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T03:08:18.513Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T03:08:18.814Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:08:18.814Z] OK: 71 MiB in 55 packages [2020-08-12T03:08:19.100Z] ---> Running in 664a88546935 [2020-08-12T03:08:20.547Z] Removing intermediate container 664a88546935 [2020-08-12T03:08:20.547Z] ---> 239bac2ace69 [2020-08-12T03:08:20.547Z] Step 29/29 : LABEL version=0.0.0 [2020-08-12T03:08:21.533Z] ---> Running in 6a4dbfca6ecf [2020-08-12T03:08:22.988Z] Removing intermediate container 6a4dbfca6ecf [2020-08-12T03:08:22.988Z] ---> 05a124c49503 [2020-08-12T03:08:22.988Z] [2020-08-12T03:08:24.433Z] Successfully built 05a124c49503 [2020-08-12T03:08:24.433Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-12T03:08:24.433Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-08-12T03:08:32.713Z] Removing intermediate container d2568b03de0e [2020-08-12T03:08:32.713Z] ---> fcfa6985aa97 [2020-08-12T03:08:32.713Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T03:08:32.713Z] ---> Running in 94ebfb3bf1e8 [2020-08-12T03:08:39.437Z] Collecting docker-compose==1.23.2 [2020-08-12T03:08:39.437Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T03:08:39.437Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T03:08:39.437Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T03:08:42.070Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T03:08:42.070Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T03:08:43.054Z] Collecting PyYAML<4,>=3.10 [2020-08-12T03:08:43.054Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T03:08:45.701Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:08:45.701Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:08:45.701Z] ---> 5a1876284774 [2020-08-12T03:08:45.701Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T03:08:45.701Z] ---> Using cache [2020-08-12T03:08:45.701Z] ---> dac40711ffe5 [2020-08-12T03:08:45.701Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:08:45.701Z] ---> Using cache [2020-08-12T03:08:45.701Z] ---> 49b3e63d498b [2020-08-12T03:08:45.701Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T03:08:47.746Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T03:08:47.746Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T03:08:48.740Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T03:08:48.740Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T03:08:49.019Z] ---> Running in 8c6a8322f743 [2020-08-12T03:08:51.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:51.595Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T03:08:51.595Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T03:08:52.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:53.632Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:08:53.632Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:08:53.632Z] OK: 12620 distinct packages available [2020-08-12T03:08:54.230Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T03:08:54.230Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T03:08:54.827Z] OK: 217 MiB in 51 packages [2020-08-12T03:08:55.826Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T03:08:55.826Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T03:08:56.805Z] 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-12T03:08:57.409Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T03:08:57.409Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T03:08:58.016Z] 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-12T03:08:58.016Z] 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-12T03:08:58.016Z] 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-12T03:08:58.016Z] Removing intermediate container 8c6a8322f743 [2020-08-12T03:08:58.016Z] ---> 372f691a5b61 [2020-08-12T03:08:58.016Z] Step 6/22 : COPY go.mod . [2020-08-12T03:08:58.294Z] Collecting idna<2.8,>=2.5 [2020-08-12T03:08:58.294Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T03:08:59.289Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T03:08:59.289Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T03:08:59.563Z] ---> 5897fe6d294a [2020-08-12T03:08:59.563Z] Step 7/22 : RUN go mod download [2020-08-12T03:08:59.838Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T03:08:59.838Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T03:09:00.113Z] ---> Running in c781fa932f80 [2020-08-12T03:09:00.113Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T03:09:00.113Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T03:09:00.113Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T03:09:00.113Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T03:09:01.121Z] Installing collected packages: docopt, jsonschema, PyYAML, websocket-client, texttable, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-08-12T03:09:01.121Z] Running setup.py install for docopt: started [2020-08-12T03:09:03.110Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:09:03.110Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:09:03.110Z] ---> 5a1876284774 [2020-08-12T03:09:03.110Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T03:09:03.110Z] ---> Using cache [2020-08-12T03:09:03.110Z] ---> dac40711ffe5 [2020-08-12T03:09:03.110Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:09:03.110Z] ---> Using cache [2020-08-12T03:09:03.110Z] ---> 49b3e63d498b [2020-08-12T03:09:03.110Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T03:09:03.110Z] ---> Running in 296eacf4016e [2020-08-12T03:09:04.103Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T03:09:04.710Z] Running setup.py install for PyYAML: started [2020-08-12T03:09:05.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:09:05.702Z] Removing intermediate container c781fa932f80 [2020-08-12T03:09:05.702Z] ---> 2fb0a506740f [2020-08-12T03:09:05.702Z] Step 8/22 : COPY . . [2020-08-12T03:09:07.148Z] 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-12T03:09:07.758Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T03:09:08.039Z] Running setup.py install for texttable: started [2020-08-12T03:09:08.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:09:10.747Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T03:09:10.747Z] Running setup.py install for dockerpty: started [2020-08-12T03:09:12.214Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:09:12.214Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:09:12.214Z] OK: 12620 distinct packages available [2020-08-12T03:09:12.214Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:09:12.214Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:09:12.214Z] ---> 5a1876284774 [2020-08-12T03:09:12.214Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T03:09:12.214Z] ---> Using cache [2020-08-12T03:09:12.214Z] ---> dac40711ffe5 [2020-08-12T03:09:12.214Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:09:12.214Z] ---> Using cache [2020-08-12T03:09:12.214Z] ---> 49b3e63d498b [2020-08-12T03:09:12.214Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T03:09:12.214Z] ---> Using cache [2020-08-12T03:09:12.214Z] ---> 8afcf7ecbe9d [2020-08-12T03:09:12.214Z] Step 6/21 : COPY go.mod . [2020-08-12T03:09:12.214Z] ---> Using cache [2020-08-12T03:09:12.214Z] ---> ebf187f1d713 [2020-08-12T03:09:12.214Z] Step 7/21 : RUN go mod download [2020-08-12T03:09:12.214Z] ---> Using cache [2020-08-12T03:09:12.214Z] ---> b83502e5fb77 [2020-08-12T03:09:12.214Z] Step 8/21 : COPY . . [2020-08-12T03:09:12.214Z] ---> Using cache [2020-08-12T03:09:12.214Z] ---> da737691556c [2020-08-12T03:09:12.214Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T03:09:13.220Z] OK: 217 MiB in 51 packages [2020-08-12T03:09:13.220Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T03:09:14.203Z] OK: 217 MiB in 51 packages [2020-08-12T03:09:14.203Z] Attempting uninstall: idna [2020-08-12T03:09:14.203Z] Found existing installation: idna 2.9 [2020-08-12T03:09:14.203Z] Uninstalling idna-2.9: [2020-08-12T03:09:14.487Z] Successfully uninstalled idna-2.9 [2020-08-12T03:09:15.490Z] Attempting uninstall: urllib3 [2020-08-12T03:09:15.490Z] Found existing installation: urllib3 1.25.9 [2020-08-12T03:09:15.490Z] Uninstalling urllib3-1.25.9: [2020-08-12T03:09:15.490Z] ---> Running in 300a9ec03df5 [2020-08-12T03:09:15.490Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T03:09:16.483Z] Attempting uninstall: requests [2020-08-12T03:09:16.483Z] Found existing installation: requests 2.23.0 [2020-08-12T03:09:16.483Z] Uninstalling requests-2.23.0: [2020-08-12T03:09:16.483Z] Successfully uninstalled requests-2.23.0 [2020-08-12T03:09:16.760Z] Removing intermediate container 296eacf4016e [2020-08-12T03:09:16.760Z] ---> 08bd184dcfbc [2020-08-12T03:09:16.760Z] Step 6/21 : COPY go.mod . [2020-08-12T03:09:17.779Z] 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-12T03:09:18.395Z] ---> f41bbcfd5d51 [2020-08-12T03:09:18.395Z] Step 7/21 : RUN go mod download [2020-08-12T03:09:18.998Z] ---> Running in 4894490349bd [2020-08-12T03:09:18.998Z] 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-12T03:09:22.414Z] Removing intermediate container e428cd95bfe3 [2020-08-12T03:09:22.414Z] ---> 864b821247d7 [2020-08-12T03:09:22.414Z] [2020-08-12T03:09:22.414Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T03:09:22.692Z] 3.10: Pulling from library/alpine [2020-08-12T03:09:25.349Z] Removing intermediate container 4894490349bd [2020-08-12T03:09:25.349Z] ---> 49a44f4374b8 [2020-08-12T03:09:25.349Z] Step 8/21 : COPY . . [2020-08-12T03:09:25.349Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T03:09:25.349Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T03:09:25.349Z] ---> 536a684cf733 [2020-08-12T03:09:25.349Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T03:09:25.979Z] ---> Running in cf006217677b [2020-08-12T03:09:26.581Z] Removing intermediate container 94ebfb3bf1e8 [2020-08-12T03:09:26.581Z] ---> d250f1034c4f [2020-08-12T03:09:26.581Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T03:09:27.187Z] ---> Running in b8126ea28b07 [2020-08-12T03:09:29.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:09:29.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:09:29.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:09:30.027Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T03:09:30.027Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T03:09:30.027Z] OK: 10167 distinct packages available [2020-08-12T03:09:30.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:09:30.633Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T03:09:30.633Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T03:09:30.633Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T03:09:30.633Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T03:09:30.633Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T03:09:30.914Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T03:09:30.914Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T03:09:30.914Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T03:09:30.914Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T03:09:30.914Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T03:09:30.914Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:09:30.914Z] OK: 71 MiB in 58 packages [2020-08-12T03:09:31.194Z] OK: 7 MiB in 19 packages [2020-08-12T03:09:34.675Z] Removing intermediate container b8126ea28b07 [2020-08-12T03:09:34.675Z] ---> 7af753401345 [2020-08-12T03:09:34.675Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:09:34.963Z] ---> Running in ea337a1bfcaa [2020-08-12T03:09:35.966Z] Removing intermediate container cf006217677b [2020-08-12T03:09:35.966Z] ---> d5c0f8a6d82c [2020-08-12T03:09:35.966Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T03:09:36.246Z] Removing intermediate container ea337a1bfcaa [2020-08-12T03:09:36.246Z] ---> 940c0d44ca9e [2020-08-12T03:09:36.246Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T03:09:36.524Z] ---> Running in b7a30173db74 [2020-08-12T03:09:36.524Z] ---> Running in 2f4ef29283d4 [2020-08-12T03:09:37.508Z] Removing intermediate container b7a30173db74 [2020-08-12T03:09:37.508Z] ---> 12af62b3a182 [2020-08-12T03:09:37.508Z] Step 13/26 : WORKDIR / [2020-08-12T03:09:37.784Z] Removing intermediate container 2f4ef29283d4 [2020-08-12T03:09:37.784Z] ---> 4c9ba55b8ac8 [2020-08-12T03:09:37.784Z] Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:09:37.784Z] ---> Running in af0aa1fca310 [2020-08-12T03:09:38.069Z] ---> Running in e0b4c9ea6843 [2020-08-12T03:09:38.346Z] ---> 9ebeabaa9994 [2020-08-12T03:09:38.346Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T03:09:38.960Z] ---> Running in d63c2201ccda [2020-08-12T03:09:39.239Z] Removing intermediate container e0b4c9ea6843 [2020-08-12T03:09:39.239Z] Removing intermediate container af0aa1fca310 [2020-08-12T03:09:39.239Z] ---> 319825cdf4e9 [2020-08-12T03:09:39.239Z] ---> ee61668256ab [2020-08-12T03:09:39.239Z] Step 26/26 : LABEL version=0.0.0Step 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-12T03:09:39.239Z] [2020-08-12T03:09:39.515Z] ---> Running in fc99fcafcea4 [2020-08-12T03:09:41.534Z] Removing intermediate container fc99fcafcea4 [2020-08-12T03:09:41.534Z] ---> 868e59a917fb [2020-08-12T03:09:41.534Z] [2020-08-12T03:09:41.534Z] ---> 345dd3ee310f [2020-08-12T03:09:41.534Z] 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-12T03:09:42.143Z] 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-12T03:09:42.421Z] Successfully built 868e59a917fb [2020-08-12T03:09:42.421Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-12T03:09:42.421Z] Building docker-support-notifications-go [2020-08-12T03:09:43.408Z]  Building docker-sys-mgmt-agent-go ... done  ---> 61050833fbff [2020-08-12T03:09:43.408Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T03:09:46.835Z] ---> 57e55a4e6c23 [2020-08-12T03:09:46.835Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T03:09:49.484Z] ---> b97beeaaeb22 [2020-08-12T03:09:49.484Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T03:09:52.163Z] ---> d95fe8bd22ab [2020-08-12T03:09:52.163Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T03:09:55.686Z] ---> 2e6cec918310 [2020-08-12T03:09:55.686Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T03:09:58.352Z] ---> ff73ab4502b8 [2020-08-12T03:09:58.352Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T03:09:59.809Z] ---> 5f83ca8e0ca0 [2020-08-12T03:09:59.809Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T03:10:00.087Z] ---> Running in f0e1aab330c0 [2020-08-12T03:10:02.090Z] ---> 96c12e3e98c0 [2020-08-12T03:10:02.090Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T03:10:02.369Z] ---> Running in c2efe82d89a5 [2020-08-12T03:10:05.810Z] Removing intermediate container f0e1aab330c0 [2020-08-12T03:10:05.810Z] ---> 5ab1b67a9ccd [2020-08-12T03:10:05.810Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T03:10:05.810Z] ---> Running in f42a45d7d3a3 [2020-08-12T03:10:05.810Z] 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-12T03:10:06.799Z] Removing intermediate container f42a45d7d3a3 [2020-08-12T03:10:06.799Z] ---> 9f3e1dcef454 [2020-08-12T03:10:06.799Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T03:10:06.799Z] ---> Running in ff89ab0d65f0 [2020-08-12T03:10:07.789Z] Removing intermediate container ff89ab0d65f0 [2020-08-12T03:10:07.789Z] ---> 12c0de97168f [2020-08-12T03:10:07.789Z] Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:10:08.067Z] ---> Running in bb62f5f59686 [2020-08-12T03:10:08.670Z] Removing intermediate container bb62f5f59686 [2020-08-12T03:10:08.670Z] ---> 9d761a164e3b [2020-08-12T03:10:08.670Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T03:10:08.950Z] ---> Running in 4a7f6630d7db [2020-08-12T03:10:09.552Z] Removing intermediate container 4a7f6630d7db [2020-08-12T03:10:09.552Z] ---> 464a70298feb [2020-08-12T03:10:09.552Z] [2020-08-12T03:10:10.540Z] Successfully built 464a70298feb [2020-08-12T03:10:10.540Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-12T03:10:12.534Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:10:12.534Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:10:12.534Z] ---> 5a1876284774 [2020-08-12T03:10:12.534Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T03:10:12.534Z] ---> Using cache [2020-08-12T03:10:12.534Z] ---> dac40711ffe5 [2020-08-12T03:10:12.534Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:10:12.534Z] ---> Using cache [2020-08-12T03:10:12.534Z] ---> 49b3e63d498b [2020-08-12T03:10:12.534Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T03:10:12.534Z] ---> Running in 356a93208fee [2020-08-12T03:10:15.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:10:16.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:10:18.159Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:10:18.159Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:10:18.159Z] OK: 12620 distinct packages available [2020-08-12T03:10:18.763Z] OK: 217 MiB in 51 packages [2020-08-12T03:10:20.771Z] Removing intermediate container 356a93208fee [2020-08-12T03:10:20.771Z] ---> 0c01d07bc344 [2020-08-12T03:10:20.771Z] Step 6/23 : COPY go.mod . [2020-08-12T03:10:21.761Z] ---> 6aacf88e7b91 [2020-08-12T03:10:21.761Z] Step 7/23 : RUN go mod download [2020-08-12T03:10:21.761Z] ---> Running in 35629ec227f3 [2020-08-12T03:10:26.101Z] Removing intermediate container 35629ec227f3 [2020-08-12T03:10:26.101Z] ---> fe7f21e45459 [2020-08-12T03:10:26.101Z] Step 8/23 : COPY . . [2020-08-12T03:10:38.536Z] Removing intermediate container 300a9ec03df5 [2020-08-12T03:10:38.536Z] ---> 72ee29c79192 [2020-08-12T03:10:38.536Z] [2020-08-12T03:10:38.536Z] Step 10/21 : FROM scratch [2020-08-12T03:10:38.536Z] ---> [2020-08-12T03:10:38.536Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:10:38.536Z] ---> Using cache [2020-08-12T03:10:38.536Z] ---> 89c38e6dd4f3 [2020-08-12T03:10:38.536Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T03:10:38.536Z] ---> Running in 4605637db962 [2020-08-12T03:10:38.536Z] Removing intermediate container 4605637db962 [2020-08-12T03:10:38.536Z] ---> aec0cef7fdc0 [2020-08-12T03:10:38.536Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:10:38.812Z] ---> Running in d4290c3cda22 [2020-08-12T03:10:39.802Z] Removing intermediate container d4290c3cda22 [2020-08-12T03:10:39.802Z] ---> 7a9f5f3ee1f9 [2020-08-12T03:10:39.802Z] Step 14/21 : WORKDIR / [2020-08-12T03:10:40.083Z] ---> Running in 61dbbecc9b80 [2020-08-12T03:10:41.074Z] Removing intermediate container 61dbbecc9b80 [2020-08-12T03:10:41.074Z] ---> d276f087ebd0 [2020-08-12T03:10:41.074Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T03:10:43.075Z] ---> 5bf447ced9f2 [2020-08-12T03:10:43.075Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T03:10:45.743Z] ---> cc2b16cb5add [2020-08-12T03:10:45.743Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T03:10:47.916Z] ---> 32db071ad4b4 [2020-08-12T03:10:47.916Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:10:47.916Z] ---> Running in 008b8f89d831 [2020-08-12T03:10:48.904Z] Removing intermediate container 008b8f89d831 [2020-08-12T03:10:48.904Z] ---> ed8b14ea27e9 [2020-08-12T03:10:48.904Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T03:10:49.189Z] ---> Running in 59ebd4ff4345 [2020-08-12T03:10:50.183Z] Removing intermediate container 59ebd4ff4345 [2020-08-12T03:10:50.183Z] ---> 0d04d4070f0d [2020-08-12T03:10:50.183Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:10:50.466Z] ---> Running in 587a5bfb9033 [2020-08-12T03:10:51.073Z] Removing intermediate container 587a5bfb9033 [2020-08-12T03:10:51.073Z] ---> 7908e47793ea [2020-08-12T03:10:51.073Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:10:51.355Z] ---> Running in 3cb2df0c39c9 [2020-08-12T03:10:51.356Z] ---> 3fcfde81d79b [2020-08-12T03:10:51.356Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T03:10:51.649Z] ---> Running in a28152e04f81 [2020-08-12T03:10:52.284Z] Removing intermediate container 3cb2df0c39c9 [2020-08-12T03:10:52.284Z] ---> 451d0de316c5 [2020-08-12T03:10:52.284Z] [2020-08-12T03:10:52.887Z] Successfully built 451d0de316c5 [2020-08-12T03:10:52.887Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-12T03:10:54.344Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-12T03:11:16.651Z] Removing intermediate container c2efe82d89a5 [2020-08-12T03:11:16.651Z] ---> 8f1980511622 [2020-08-12T03:11:16.651Z] [2020-08-12T03:11:16.651Z] Step 10/21 : FROM scratch [2020-08-12T03:11:16.651Z] ---> [2020-08-12T03:11:16.651Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T03:11:16.651Z] ---> Running in 8629c36313a0 [2020-08-12T03:11:16.651Z] Removing intermediate container 8629c36313a0 [2020-08-12T03:11:16.651Z] ---> d347771834af [2020-08-12T03:11:16.651Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T03:11:16.651Z] ---> Running in 161b0de06bc1 [2020-08-12T03:11:16.931Z] Removing intermediate container 161b0de06bc1 [2020-08-12T03:11:16.931Z] ---> 477b0a40031f [2020-08-12T03:11:16.931Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:11:17.209Z] ---> Running in 951413bde4c4 [2020-08-12T03:11:18.203Z] Removing intermediate container 951413bde4c4 [2020-08-12T03:11:18.203Z] ---> 4398ccaa7554 [2020-08-12T03:11:18.203Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T03:11:19.642Z] ---> cc4b8fed6089 [2020-08-12T03:11:19.642Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T03:11:20.252Z] Removing intermediate container d63c2201ccda [2020-08-12T03:11:20.252Z] ---> 62ab371964f0 [2020-08-12T03:11:20.252Z] [2020-08-12T03:11:20.252Z] Step 10/22 : FROM alpine [2020-08-12T03:11:20.252Z] ---> 62ee0e9f8440 [2020-08-12T03:11:20.252Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:11:20.544Z] ---> Running in ddf6015758b5 [2020-08-12T03:11:20.822Z] ---> e76d299881da [2020-08-12T03:11:20.822Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T03:11:21.106Z] Removing intermediate container ddf6015758b5 [2020-08-12T03:11:21.106Z] ---> 0ed4425317d8 [2020-08-12T03:11:21.106Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T03:11:21.394Z] ---> Running in 416dd5b5347f [2020-08-12T03:11:22.009Z] Removing intermediate container 416dd5b5347f [2020-08-12T03:11:22.009Z] ---> 64ac6dfafb71 [2020-08-12T03:11:22.009Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T03:11:22.290Z] ---> Running in 1199a740ce0e [2020-08-12T03:11:22.898Z] ---> 4592ec2dc61b [2020-08-12T03:11:22.898Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T03:11:23.176Z] Removing intermediate container 1199a740ce0e [2020-08-12T03:11:23.176Z] ---> 1a6112fd4656 [2020-08-12T03:11:23.176Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:11:23.176Z] ---> Running in 6d7efffcd2c4 [2020-08-12T03:11:23.788Z] ---> 1d95dfbe1570 [2020-08-12T03:11:23.788Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:11:24.079Z] ---> Running in 57d739e2c434 [2020-08-12T03:11:24.687Z] Removing intermediate container 57d739e2c434 [2020-08-12T03:11:24.687Z] ---> e2b722aab1ab [2020-08-12T03:11:24.687Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T03:11:24.965Z] ---> Running in 67ef263c5770 [2020-08-12T03:11:25.573Z] Removing intermediate container 67ef263c5770 [2020-08-12T03:11:25.573Z] ---> c3a1d62f0553 [2020-08-12T03:11:25.573Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:11:25.573Z] ---> Running in 1d593c55116b [2020-08-12T03:11:26.557Z] Removing intermediate container 1d593c55116b [2020-08-12T03:11:26.557Z] ---> 75dc141face8 [2020-08-12T03:11:26.557Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:11:26.557Z] ---> Running in 7f5ec96f1583 [2020-08-12T03:11:26.835Z] Removing intermediate container 6d7efffcd2c4 [2020-08-12T03:11:26.835Z] ---> 558125d803ed [2020-08-12T03:11:26.835Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T03:11:27.108Z] ---> Running in f2144ed756eb [2020-08-12T03:11:27.379Z] Removing intermediate container 7f5ec96f1583 [2020-08-12T03:11:27.379Z] ---> 5143d8b1c04a [2020-08-12T03:11:27.379Z] [2020-08-12T03:11:27.981Z] Successfully built 5143d8b1c04a [2020-08-12T03:11:27.981Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-12T03:11:29.428Z]  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:11:30.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:11:31.005Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T03:11:31.005Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T03:11:31.281Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T03:11:31.556Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T03:11:31.835Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T03:11:31.835Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:11:31.835Z] OK: 8 MiB in 19 packages [2020-08-12T03:11:33.818Z] Removing intermediate container f2144ed756eb [2020-08-12T03:11:33.818Z] ---> 548834aa1bd7 [2020-08-12T03:11:33.818Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T03:11:34.410Z] ---> 4b204dfeadb3 [2020-08-12T03:11:34.410Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T03:11:35.852Z] ---> 474cb7fc919f [2020-08-12T03:11:35.852Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T03:11:36.455Z] ---> 1c7526a2c677 [2020-08-12T03:11:36.455Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:11:36.726Z] ---> Running in f516caf642b6 [2020-08-12T03:11:36.996Z] Removing intermediate container f516caf642b6 [2020-08-12T03:11:36.996Z] ---> 00ae765dff47 [2020-08-12T03:11:36.996Z] Step 20/22 : LABEL arch=arm64 [2020-08-12T03:11:37.266Z] ---> Running in 508d7a2ad721 [2020-08-12T03:11:37.860Z] Removing intermediate container 508d7a2ad721 [2020-08-12T03:11:37.860Z] ---> fbcc3af1e214 [2020-08-12T03:11:37.860Z] Step 21/22 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:11:37.860Z] ---> Running in cd6c38824c5e [2020-08-12T03:11:38.491Z] Removing intermediate container cd6c38824c5e [2020-08-12T03:11:38.491Z] ---> 9bbda2777b1c [2020-08-12T03:11:38.491Z] Step 22/22 : LABEL version=0.0.0 [2020-08-12T03:11:38.781Z] ---> Running in 314c8ab6b498 [2020-08-12T03:11:39.396Z] Removing intermediate container 314c8ab6b498 [2020-08-12T03:11:39.396Z] ---> 214e8a66604b [2020-08-12T03:11:39.396Z] [2020-08-12T03:11:39.680Z] Successfully built 214e8a66604b [2020-08-12T03:11:39.680Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-12T03:11:41.664Z]  Building docker-core-data-go ... done Removing intermediate container a28152e04f81 [2020-08-12T03:11:41.664Z] ---> ac3bf32f2ed8 [2020-08-12T03:11:41.664Z] [2020-08-12T03:11:41.664Z] Step 10/23 : FROM scratch [2020-08-12T03:11:41.664Z] ---> [2020-08-12T03:11:41.664Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T03:11:41.934Z] ---> Using cache [2020-08-12T03:11:41.934Z] ---> d347771834af [2020-08-12T03:11:41.934Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T03:11:42.206Z] ---> Running in c4a55a1639f0 [2020-08-12T03:11:42.482Z] Removing intermediate container c4a55a1639f0 [2020-08-12T03:11:42.482Z] ---> a684adee64e3 [2020-08-12T03:11:42.482Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T03:11:42.482Z] ---> Running in e9d9f30024b7 [2020-08-12T03:11:43.074Z] Removing intermediate container e9d9f30024b7 [2020-08-12T03:11:43.074Z] ---> aad62cdc36c5 [2020-08-12T03:11:43.074Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T03:11:43.665Z] ---> e298173984b4 [2020-08-12T03:11:43.665Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T03:11:45.093Z] ---> c7fedf6691f8 [2020-08-12T03:11:45.093Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T03:11:46.067Z] ---> 015e933f98ae [2020-08-12T03:11:46.067Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T03:11:46.661Z] ---> 3debe5c4aa6f [2020-08-12T03:11:46.661Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T03:11:48.095Z] ---> b9cf81fc6073 [2020-08-12T03:11:48.095Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T03:11:48.687Z] ---> 41d4ff27b73f [2020-08-12T03:11:48.687Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:11:48.960Z] ---> Running in aeea2cd41f11 [2020-08-12T03:11:49.243Z] Removing intermediate container aeea2cd41f11 [2020-08-12T03:11:49.243Z] ---> c9cd29132594 [2020-08-12T03:11:49.243Z] Step 21/23 : LABEL arch=arm64 [2020-08-12T03:11:49.513Z] ---> Running in 344864492cd0 [2020-08-12T03:11:50.103Z] Removing intermediate container 344864492cd0 [2020-08-12T03:11:50.103Z] ---> 72a3faa036d8 [2020-08-12T03:11:50.103Z] Step 22/23 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:11:50.103Z] ---> Running in 08faed2de55a [2020-08-12T03:11:50.693Z] Removing intermediate container 08faed2de55a [2020-08-12T03:11:50.693Z] ---> d03a5750390e [2020-08-12T03:11:50.693Z] Step 23/23 : LABEL version=0.0.0 [2020-08-12T03:11:50.693Z] ---> Running in 49ff64d33e33 [2020-08-12T03:11:51.283Z] Removing intermediate container 49ff64d33e33 [2020-08-12T03:11:51.283Z] ---> 2ca98f02aa03 [2020-08-12T03:11:51.283Z] [2020-08-12T03:11:51.553Z] Successfully built 2ca98f02aa03 [2020-08-12T03:11:51.553Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-12T03:11:52.154Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-08-12T03:11:52.162Z] $ docker stop --time=1 15c4f0ed6978620ef06c3e9a8196c138245d3645fa956b8507da09b6694a9a8c [2020-08-12T03:11:54.106Z] $ docker rm -f 15c4f0ed6978620ef06c3e9a8196c138245d3645fa956b8507da09b6694a9a8c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T03:11:54.872Z] + grep docker [2020-08-12T03:11:54.872Z] + docker images [2020-08-12T03:11:55.142Z] docker-support-notifications-go-arm64 latest 2ca98f02aa03 4 seconds ago 13.9MB [2020-08-12T03:11:55.142Z] docker-core-data-go-arm64 latest 214e8a66604b 16 seconds ago 22.6MB [2020-08-12T03:11:55.142Z] docker-support-logging-go-arm64 latest 5143d8b1c04a 28 seconds ago 11.4MB [2020-08-12T03:11:55.142Z] docker-core-command-go-arm64 latest 451d0de316c5 About a minute ago 12.4MB [2020-08-12T03:11:55.143Z] docker-security-secretstore-setup-go-arm64 latest 464a70298feb About a minute ago 32.6MB [2020-08-12T03:11:55.143Z] docker-sys-mgmt-agent-go-arm64 latest 868e59a917fb 2 minutes ago 266MB [2020-08-12T03:11:55.143Z] docker-security-secrets-setup-go-arm64 latest 05a124c49503 3 minutes ago 24.2MB [2020-08-12T03:11:55.143Z] docker-core-metadata-go-arm64 latest 210d592f484d 3 minutes ago 13.8MB [2020-08-12T03:11:55.143Z] docker-support-scheduler-go-arm64 latest 994d0432169a 3 minutes ago 12.6MB [2020-08-12T03:11:55.143Z] docker-security-proxy-setup-go-arm64 latest 1e7bc06d91f1 4 minutes ago 15.8MB [2020-08-12T03:11:55.143Z] docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-12T03:11:57.414Z] provisioning config files... [2020-08-12T03:11:57.428Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6117798945479859929tmp [Pipeline] { [Pipeline] sh [2020-08-12T03:11:57.836Z] + curl -s https://codecov.io/bash [2020-08-12T03:11:57.836Z] + bash -s - -t @/w/workspace/edgex-go/1@tmp/config6117798945479859929tmp [Pipeline] } [2020-08-12T03:11:58.429Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-12T03:12:00.490Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T03:12:01.420Z] ---> package-listing.sh [2020-08-12T03:12:01.420Z] ++ facter osfamily [2020-08-12T03:12:01.420Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-12T03:12:01.420Z] + OS_FAMILY=redhat [2020-08-12T03:12:01.420Z] + workspace=/w/workspace/edgex-go/1 [2020-08-12T03:12:01.420Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-12T03:12:01.420Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-12T03:12:01.420Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-12T03:12:01.420Z] + PACKAGES=/tmp/packages_start.txt [2020-08-12T03:12:01.420Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-12T03:12:01.420Z] + PACKAGES=/tmp/packages_end.txt [2020-08-12T03:12:01.420Z] + case "${OS_FAMILY}" in [2020-08-12T03:12:01.420Z] + rpm -qa [2020-08-12T03:12:01.420Z] + sort [2020-08-12T03:12:05.636Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-12T03:12:05.636Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-12T03:12:05.636Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-12T03:12:05.636Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-12T03:12:05.636Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-08-12T03:12:05.636Z] + 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-12T03:12:06.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T03:12:06.377Z] [2020-08-12T03:12:06.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:12:06.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T03:12:06.752Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-12T03:12:06.752Z] c9b1b535fdd9: Pulling fs layer [2020-08-12T03:12:06.752Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-12T03:12:06.752Z] 756a868c4378: Pulling fs layer [2020-08-12T03:12:06.752Z] 444b2fc9a129: Pulling fs layer [2020-08-12T03:12:06.752Z] ea15f1150254: Pulling fs layer [2020-08-12T03:12:06.752Z] 41b27a9f41bf: Pulling fs layer [2020-08-12T03:12:06.752Z] 28c525ee5125: Pulling fs layer [2020-08-12T03:12:06.752Z] 094b1ea09ed8: Pulling fs layer [2020-08-12T03:12:06.752Z] 138eaada9080: Pulling fs layer [2020-08-12T03:12:06.752Z] 0622d0fa9048: Pulling fs layer [2020-08-12T03:12:06.752Z] 444b2fc9a129: Waiting [2020-08-12T03:12:06.752Z] 41b27a9f41bf: Waiting [2020-08-12T03:12:06.752Z] ea15f1150254: Waiting [2020-08-12T03:12:06.752Z] 28c525ee5125: Waiting [2020-08-12T03:12:06.752Z] 138eaada9080: Waiting [2020-08-12T03:12:06.752Z] 0622d0fa9048: Waiting [2020-08-12T03:12:06.752Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-12T03:12:06.752Z] 2cc5ad85d9ab: Download complete [2020-08-12T03:12:06.752Z] 444b2fc9a129: Download complete [2020-08-12T03:12:06.752Z] c9b1b535fdd9: Verifying Checksum [2020-08-12T03:12:06.752Z] c9b1b535fdd9: Download complete [2020-08-12T03:12:06.752Z] ea15f1150254: Download complete [2020-08-12T03:12:07.023Z] 28c525ee5125: Verifying Checksum [2020-08-12T03:12:07.023Z] 28c525ee5125: Download complete [2020-08-12T03:12:07.290Z] 756a868c4378: Verifying Checksum [2020-08-12T03:12:07.290Z] 756a868c4378: Download complete [2020-08-12T03:12:07.290Z] 138eaada9080: Download complete [2020-08-12T03:12:07.555Z] c9b1b535fdd9: Pull complete [2020-08-12T03:12:07.555Z] 0622d0fa9048: Verifying Checksum [2020-08-12T03:12:07.555Z] 0622d0fa9048: Download complete [2020-08-12T03:12:07.555Z] 094b1ea09ed8: Verifying Checksum [2020-08-12T03:12:07.555Z] 094b1ea09ed8: Download complete [2020-08-12T03:12:07.821Z] 2cc5ad85d9ab: Pull complete [2020-08-12T03:12:08.085Z] 41b27a9f41bf: Verifying Checksum [2020-08-12T03:12:08.085Z] 41b27a9f41bf: Download complete [2020-08-12T03:12:09.029Z] 756a868c4378: Pull complete [2020-08-12T03:12:09.349Z] 444b2fc9a129: Pull complete [2020-08-12T03:12:10.313Z] ea15f1150254: Pull complete [2020-08-12T03:12:15.611Z] 41b27a9f41bf: Pull complete [2020-08-12T03:12:15.611Z] 28c525ee5125: Pull complete [2020-08-12T03:12:17.524Z] 094b1ea09ed8: Pull complete [2020-08-12T03:12:17.524Z] 138eaada9080: Pull complete [2020-08-12T03:12:19.437Z] 0622d0fa9048: Pull complete [2020-08-12T03:12:19.437Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-12T03:12:19.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T03:12:19.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-12T03:12:19.646Z] prd-centos7-docker-4c-2g-4966 does not seem to be running inside a container [2020-08-12T03:12:19.695Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-12T03:12:23.842Z] $ docker top 7458e4b670107b72a1f7f42f20f41e2ec91312b6bec2f6232d8fdb6b4d2eb438 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T03:12:24.272Z] provisioning config files... [2020-08-12T03:12:24.287Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4884346817197968864tmp [Pipeline] { [Pipeline] echo [2020-08-12T03:12:24.405Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T03:12:24.747Z] ---> create-netrc.sh [Pipeline] echo [2020-08-12T03:12:24.774Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T03:12:25.098Z] ---> logs-deploy.sh [2020-08-12T03:12:25.098Z] + ARCHIVE_ARTIFACTS= [2020-08-12T03:12:25.098Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-12T03:12:25.098Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-12T03:12:25.098Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-12T03:12:25.098Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/1 [2020-08-12T03:12:25.098Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/hutchic-patch-1/1/ [2020-08-12T03:12:25.098Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/1 /w/workspace/edgex-go/1 [2020-08-12T03:12:26.039Z] Archives upload complete. [2020-08-12T03:12:26.300Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/hutchic-patch-1/1/