Pull request #2660 closed Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a14165494ce22bd0940f1e34fb49e075a468a70d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-275 in /w/workspace/foundry_edgex-go_hutchic-patch-1 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 a14165494ce22bd0940f1e34fb49e075a468a70d (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 a14165494ce22bd0940f1e34fb49e075a468a70d # timeout=10 Commit message: "Merge branch 'master' into hutchic-patch-1" > git rev-list --no-walk ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T14:14:36.694Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T14:14:36.915Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-17T14:14:36.995Z] ========================================================= [2020-08-17T14:14:36.996Z] EdgeX Global Pipelines Version Info [2020-08-17T14:14:36.996Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T14:14:38.448Z] ------------------- [2020-08-17T14:14:38.449Z] stable info: [2020-08-17T14:14:38.449Z] ------------------- [2020-08-17T14:14:38.449Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T14:14:38.449Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T14:14:38.449Z] Message: update stable to v1.0.106 [2020-08-17T14:14:39.391Z] ------------------- [2020-08-17T14:14:39.391Z] experimental info: [2020-08-17T14:14:39.391Z] ------------------- [2020-08-17T14:14:39.391Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T14:14:39.391Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T14:14:39.391Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-17T14:14:41.027Z] ++ 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-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/core-command/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/core-data/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-17T14:14:41.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T14:14:41.027Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-17T14:14:41.027Z] ++ cut -d/ -f2 [2020-08-17T14:14:41.027Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-17T14:14:41.084Z] 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-17T14:14:42.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T14:14:42.350Z] [2020-08-17T14:14:42.350Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:14:42.702Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T14:14:42.702Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T14:14:42.702Z] 31603596830f: Pulling fs layer [2020-08-17T14:14:42.702Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T14:14:42.702Z] 6ca5941a6612: Pulling fs layer [2020-08-17T14:14:42.702Z] ecc8261a40a4: Pulling fs layer [2020-08-17T14:14:42.702Z] ecc8261a40a4: Waiting [2020-08-17T14:14:42.702Z] 2a8b12db71e7: Download complete [2020-08-17T14:14:42.969Z] 31603596830f: Verifying Checksum [2020-08-17T14:14:42.969Z] 31603596830f: Download complete [2020-08-17T14:14:42.969Z] ecc8261a40a4: Verifying Checksum [2020-08-17T14:14:42.969Z] ecc8261a40a4: Download complete [2020-08-17T14:14:42.969Z] 6ca5941a6612: Verifying Checksum [2020-08-17T14:14:43.231Z] 31603596830f: Pull complete [2020-08-17T14:14:43.231Z] 2a8b12db71e7: Pull complete [2020-08-17T14:14:44.178Z] 6ca5941a6612: Pull complete [2020-08-17T14:14:44.178Z] ecc8261a40a4: Pull complete [2020-08-17T14:14:44.178Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T14:14:44.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T14:14:44.439Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T14:14:44.533Z] prd-centos7-docker-4c-2g-275 does not seem to be running inside a container [2020-08-17T14:14:44.575Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat [2020-08-17T14:14:47.048Z] $ docker top ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T14:14:47.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T14:14:47.441Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T14:14:47.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T14:14:47.654Z] $ docker exec ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb ssh-agent [2020-08-17T14:14:47.816Z] SSH_AUTH_SOCK=/tmp/ssh-YcGZUAN46Uat/agent.12 [2020-08-17T14:14:47.816Z] SSH_AGENT_PID=18 [2020-08-17T14:14:47.830Z] Running ssh-add (command line suppressed) [2020-08-17T14:14:47.955Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1685511728475555944.key (/w/workspace/edgex-go/2@tmp/private_key_1685511728475555944.key) [2020-08-17T14:14:48.012Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T14:14:48.373Z] + git describe --exact-match --tags HEAD [2020-08-17T14:14:48.373Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T14:14:48.395Z] $ docker exec --env ******** --env ******** ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb ssh-agent -k [2020-08-17T14:14:48.509Z] unset SSH_AUTH_SOCK; [2020-08-17T14:14:48.509Z] unset SSH_AGENT_PID; [2020-08-17T14:14:48.509Z] echo Agent pid 18 killed; [2020-08-17T14:14:48.632Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T14:14:48.709Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T14:14:48.709Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T14:14:48.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T14:14:48.797Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T14:14:48.971Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T14:14:48.972Z] $ docker exec ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb ssh-agent [2020-08-17T14:14:49.137Z] SSH_AUTH_SOCK=/tmp/ssh-gKUUlC6bZwfp/agent.48 [2020-08-17T14:14:49.137Z] SSH_AGENT_PID=53 [2020-08-17T14:14:49.144Z] Running ssh-add (command line suppressed) [2020-08-17T14:14:49.261Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7067645182354998598.key (/w/workspace/edgex-go/2@tmp/private_key_7067645182354998598.key) [2020-08-17T14:14:49.313Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T14:14:49.638Z] + git semver init [2020-08-17T14:14:49.639Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T14:14:49.639Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-08-17T14:14:49.639Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-08-17T14:14:49.639Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T14:14:49.639Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T14:14:49.639Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T14:14:49.639Z] # $SEMVER_BRANCH = hutchic-patch-1 [2020-08-17T14:14:49.639Z] # $SEMVER_TEMP = /tmp/semver-797025229 [2020-08-17T14:14:49.639Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-17T14:15:07.805Z] # '/tmp/semver-797025229' -> '/w/workspace/edgex-go/2/.semver' [2020-08-17T14:15:07.805Z] # -> Force: false [2020-08-17T14:15:07.805Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-08-17T14:15:07.816Z] $ docker exec --env ******** --env ******** ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb ssh-agent -k [2020-08-17T14:15:07.987Z] unset SSH_AUTH_SOCK; [2020-08-17T14:15:07.988Z] unset SSH_AGENT_PID; [2020-08-17T14:15:07.988Z] echo Agent pid 53 killed; [2020-08-17T14:15:08.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T14:15:08.507Z] + git semver [Pipeline] } [2020-08-17T14:15:08.526Z] $ docker stop --time=1 ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb [2020-08-17T14:15:10.245Z] $ docker rm -f ff8d7ae88bb1975bf8caf6aa971636949cf94800f5346a94c5ddcb42e5be04eb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T14:15:23.509Z] Stashed 32 file(s) [Pipeline] echo [2020-08-17T14:15:23.511Z] [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-17T14:15:23.980Z] ========================================================= [2020-08-17T14:15:23.980Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T14:15:23.980Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:15:24.329Z] + 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-17T14:15:28.554Z] Sending build context to Docker daemon 323MB [2020-08-17T14:15:28.554Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T14:15:28.554Z] Step 2/7 : FROM ${BASE} [2020-08-17T14:15:28.554Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T14:15:28.554Z] df20fa9351a1: Pulling fs layer [2020-08-17T14:15:28.554Z] ed8968b2872e: Pulling fs layer [2020-08-17T14:15:28.554Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T14:15:28.554Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T14:15:28.554Z] 1e091d79d1de: Pulling fs layer [2020-08-17T14:15:28.554Z] 481702a1767f: Pulling fs layer [2020-08-17T14:15:28.554Z] f64a6f60c768: Pulling fs layer [2020-08-17T14:15:28.554Z] e78d2573fc39: Pulling fs layer [2020-08-17T14:15:28.554Z] e876d2f968b6: Pulling fs layer [2020-08-17T14:15:28.554Z] ce8a83651883: Pulling fs layer [2020-08-17T14:15:28.554Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T14:15:28.554Z] e876d2f968b6: Waiting [2020-08-17T14:15:28.554Z] 1e091d79d1de: Waiting [2020-08-17T14:15:28.554Z] 481702a1767f: Waiting [2020-08-17T14:15:28.554Z] ce8a83651883: Waiting [2020-08-17T14:15:28.554Z] 07967f4d0e4b: Waiting [2020-08-17T14:15:28.554Z] f64a6f60c768: Waiting [2020-08-17T14:15:28.554Z] e78d2573fc39: Waiting [2020-08-17T14:15:28.554Z] 2dd03ba5bac4: Waiting [2020-08-17T14:15:28.554Z] a92cc7c5fd73: Verifying Checksum [2020-08-17T14:15:28.554Z] a92cc7c5fd73: Download complete [2020-08-17T14:15:28.554Z] ed8968b2872e: Download complete [2020-08-17T14:15:28.554Z] 1e091d79d1de: Verifying Checksum [2020-08-17T14:15:28.554Z] 1e091d79d1de: Download complete [2020-08-17T14:15:28.554Z] 481702a1767f: Verifying Checksum [2020-08-17T14:15:28.554Z] 481702a1767f: Download complete [2020-08-17T14:15:28.554Z] df20fa9351a1: Download complete [2020-08-17T14:15:28.831Z] df20fa9351a1: Pull complete [2020-08-17T14:15:29.106Z] ed8968b2872e: Pull complete [2020-08-17T14:15:29.377Z] f64a6f60c768: Verifying Checksum [2020-08-17T14:15:29.377Z] f64a6f60c768: Download complete [2020-08-17T14:15:29.377Z] e876d2f968b6: Verifying Checksum [2020-08-17T14:15:29.377Z] e876d2f968b6: Download complete [2020-08-17T14:15:29.640Z] e78d2573fc39: Verifying Checksum [2020-08-17T14:15:29.640Z] e78d2573fc39: Download complete [2020-08-17T14:15:29.905Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T14:15:29.905Z] 07967f4d0e4b: Download complete [2020-08-17T14:15:29.905Z] ce8a83651883: Verifying Checksum [2020-08-17T14:15:29.905Z] ce8a83651883: Download complete [2020-08-17T14:15:29.905Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T14:15:29.905Z] 2dd03ba5bac4: Download complete [2020-08-17T14:15:30.484Z] a92cc7c5fd73: Pull complete [2020-08-17T14:15:37.111Z] 2dd03ba5bac4: Pull complete [2020-08-17T14:15:37.111Z] 1e091d79d1de: Pull complete [2020-08-17T14:15:37.111Z] 481702a1767f: Pull complete [2020-08-17T14:15:38.806Z] Still waiting to schedule task [2020-08-17T14:15:38.806Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-17T14:15:41.332Z] f64a6f60c768: Pull complete [2020-08-17T14:15:43.900Z] e78d2573fc39: Pull complete [2020-08-17T14:15:43.900Z] e876d2f968b6: Pull complete [2020-08-17T14:15:44.850Z] ce8a83651883: Pull complete [2020-08-17T14:15:45.111Z] 07967f4d0e4b: Pull complete [2020-08-17T14:15:45.111Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T14:15:45.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T14:15:45.375Z] ---> 5d7c900382c6 [2020-08-17T14:15:45.375Z] 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-17T14:15:46.767Z] ---> Running in f5b0f6d6123b [2020-08-17T14:15:47.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:15:48.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:15:48.546Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T14:15:48.546Z] (2/12) Installing file (5.38-r0) [2020-08-17T14:15:48.808Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T14:15:48.808Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T14:15:51.355Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T14:15:51.355Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T14:15:51.355Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T14:15:51.355Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T14:15:51.355Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T14:15:51.355Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T14:15:51.623Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T14:15:51.623Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T14:15:51.623Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:15:51.623Z] OK: 233 MiB in 51 packages [2020-08-17T14:15:55.843Z] Removing intermediate container f5b0f6d6123b [2020-08-17T14:15:55.843Z] ---> f7384ba18aae [2020-08-17T14:15:55.843Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T14:15:55.843Z] ---> Running in f7c295a793c8 [2020-08-17T14:15:55.843Z] Removing intermediate container f7c295a793c8 [2020-08-17T14:15:55.843Z] ---> aee7d126d071 [2020-08-17T14:15:55.843Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T14:15:56.105Z] latest: Pulling from library/docker [2020-08-17T14:15:56.105Z] df20fa9351a1: Already exists [2020-08-17T14:15:56.105Z] 25ad7478873d: Pulling fs layer [2020-08-17T14:15:56.105Z] 4684f6177b5d: Pulling fs layer [2020-08-17T14:15:56.105Z] 46e300cec669: Pulling fs layer [2020-08-17T14:15:56.105Z] 63038576ad94: Pulling fs layer [2020-08-17T14:15:56.105Z] 0fdb76c4706c: Pulling fs layer [2020-08-17T14:15:56.105Z] cb7edeffdfd5: Pulling fs layer [2020-08-17T14:15:56.105Z] 63038576ad94: Waiting [2020-08-17T14:15:56.105Z] 0fdb76c4706c: Waiting [2020-08-17T14:15:56.105Z] cb7edeffdfd5: Waiting [2020-08-17T14:15:56.376Z] 4684f6177b5d: Verifying Checksum [2020-08-17T14:15:56.376Z] 4684f6177b5d: Download complete [2020-08-17T14:15:56.376Z] 25ad7478873d: Verifying Checksum [2020-08-17T14:15:56.649Z] 25ad7478873d: Pull complete [2020-08-17T14:15:56.918Z] 63038576ad94: Verifying Checksum [2020-08-17T14:15:56.918Z] 63038576ad94: Download complete [2020-08-17T14:15:56.918Z] 4684f6177b5d: Pull complete [2020-08-17T14:15:56.918Z] cb7edeffdfd5: Verifying Checksum [2020-08-17T14:15:56.918Z] cb7edeffdfd5: Download complete [2020-08-17T14:15:57.181Z] 46e300cec669: Verifying Checksum [2020-08-17T14:15:57.181Z] 46e300cec669: Download complete [2020-08-17T14:15:57.762Z] 0fdb76c4706c: Verifying Checksum [2020-08-17T14:15:57.762Z] 0fdb76c4706c: Download complete [2020-08-17T14:15:59.687Z] 46e300cec669: Pull complete [2020-08-17T14:15:59.687Z] 63038576ad94: Pull complete [2020-08-17T14:15:59.687Z] 0fdb76c4706c: Pull complete [2020-08-17T14:15:59.948Z] cb7edeffdfd5: Pull complete [2020-08-17T14:15:59.948Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T14:15:59.948Z] Status: Downloaded newer image for docker:latest [2020-08-17T14:16:01.880Z] ---> 3b3362bcf2e5 [2020-08-17T14:16:01.880Z] Step 6/7 : COPY go.mod . [2020-08-17T14:16:01.880Z] ---> 60f13dc0a406 [2020-08-17T14:16:01.880Z] Step 7/7 : RUN go mod download [2020-08-17T14:16:01.880Z] ---> Running in 486597bfa3b7 [2020-08-17T14:16:04.437Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T14:16:04.437Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T14:16:04.437Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T14:16:04.437Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T14:16:04.437Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T14:16:04.437Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T14:16:04.437Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T14:16:04.437Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T14:16:04.437Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T14:16:04.437Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T14:16:04.437Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T14:16:04.437Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T14:16:04.437Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T14:16:04.437Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T14:16:04.437Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T14:16:04.437Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T14:16:04.437Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T14:16:04.698Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T14:16:04.698Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T14:16:04.698Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T14:16:04.698Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T14:16:04.698Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T14:16:04.698Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T14:16:04.698Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T14:16:04.698Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T14:16:04.698Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T14:16:04.698Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T14:16:04.698Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T14:16:04.698Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T14:16:04.959Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T14:16:04.959Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T14:16:04.959Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T14:16:05.225Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T14:16:05.225Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T14:16:05.225Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T14:16:05.225Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T14:16:05.225Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T14:16:05.225Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T14:16:05.225Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T14:16:05.225Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T14:16:05.225Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T14:16:05.225Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T14:16:05.225Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T14:16:05.498Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T14:16:05.498Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T14:16:05.498Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T14:16:05.498Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T14:16:05.498Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T14:16:05.498Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T14:16:05.498Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T14:16:05.498Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T14:16:05.498Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T14:16:05.498Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T14:16:05.498Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T14:16:05.761Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T14:16:05.761Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T14:16:05.761Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T14:16:05.761Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T14:16:05.761Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T14:16:05.761Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T14:16:05.761Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T14:16:05.761Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T14:16:05.761Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T14:16:05.761Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T14:16:05.761Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T14:16:06.032Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T14:16:06.032Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T14:16:06.032Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T14:16:06.032Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T14:16:06.032Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T14:16:06.032Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T14:16:06.032Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T14:16:06.032Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T14:16:06.032Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T14:16:06.032Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T14:16:06.032Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T14:16:06.032Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T14:16:06.297Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T14:16:06.297Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T14:16:06.297Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T14:16:06.297Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T14:16:06.297Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T14:16:06.297Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T14:16:06.297Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T14:16:18.563Z] Removing intermediate container 486597bfa3b7 [2020-08-17T14:16:18.563Z] ---> 8d625849910d [2020-08-17T14:16:18.563Z] Successfully built 8d625849910d [2020-08-17T14:16:18.563Z] 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-17T14:16:19.125Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-17T14:16:19.125Z] . [Pipeline] withDockerContainer [2020-08-17T14:16:19.223Z] prd-centos7-docker-4c-2g-275 does not seem to be running inside a container [2020-08-17T14:16:19.268Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-17T14:16:19.980Z] $ docker top c314c9e544a14a0a4b9b895a3a2da7fab36b1790a66080f80996193dabc5db1d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T14:16:20.480Z] + go version [2020-08-17T14:16:20.480Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-17T14:16:20.491Z] ========================================================= [2020-08-17T14:16:20.491Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T14:16:20.491Z] ========================================================= [Pipeline] sh [2020-08-17T14:16:20.781Z] + make test [2020-08-17T14:16:20.781Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T14:16:23.344Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T14:16:33.505Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T14:16:36.855Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T14:16:36.855Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T14:16:36.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T14:16:36.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T14:16:38.803Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s [2020-08-17T14:16:38.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T14:16:38.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T14:16:38.803Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T14:16:39.069Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T14:16:39.333Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T14:16:39.603Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T14:16:39.603Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T14:16:39.603Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T14:16:44.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements [2020-08-17T14:16:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T14:16:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T14:16:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T14:16:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T14:16:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T14:16:47.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.097s coverage: 27.3% of statements [2020-08-17T14:16:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T14:16:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T14:16:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T14:16:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T14:16:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T14:16:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T14:16:47.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-08-17T14:16:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T14:16:47.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements [2020-08-17T14:16:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T14:16:48.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.083s coverage: 28.6% of statements [2020-08-17T14:16:48.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T14:16:48.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T14:16:48.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T14:16:48.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T14:16:48.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T14:16:48.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.021s coverage: 100.0% of statements [2020-08-17T14:16:48.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T14:16:48.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements [2020-08-17T14:16:48.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T14:16:48.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements [2020-08-17T14:16:48.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T14:16:49.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T14:16:49.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.019s coverage: 100.0% of statements [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T14:16:49.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T14:16:49.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements [2020-08-17T14:16:50.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.064s coverage: 63.5% of statements [2020-08-17T14:16:50.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T14:16:50.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T14:16:50.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-08-17T14:16:50.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.136s coverage: 55.9% of statements [2020-08-17T14:16:50.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T14:16:50.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T14:16:50.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T14:16:50.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.484s coverage: 86.3% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.287s coverage: 72.2% of statements [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.091s coverage: 72.1% of statements [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.023s coverage: 82.4% of statements [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.038s coverage: 26.9% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.086s coverage: 84.1% of statements [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 42.9% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.007s coverage: 83.8% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.031s coverage: 46.1% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.058s coverage: 29.1% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.030s coverage: 99.0% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.010s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T14:17:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-17T14:17:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-17T14:17:02.603Z] GO111MODULE=on go vet ./... [2020-08-17T14:17:06.867Z] gofmt -l . [2020-08-17T14:17:07.438Z] [ "`gofmt -l .`" = "" ] [2020-08-17T14:17:08.013Z] ./bin/test-go-mod-tidy.sh [2020-08-17T14:17:08.586Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-17T14:17:09.835Z] + ls -al . [2020-08-17T14:17:09.835Z] total 552 [2020-08-17T14:17:09.835Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 14:17 . [2020-08-17T14:17:09.835Z] drwxr-xr-x 4 root root 28 Aug 17 14:16 .. [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 14:14 .dockerignore [2020-08-17T14:17:09.835Z] drwxrwxr-x 8 1001 1001 162 Aug 17 14:14 .git [2020-08-17T14:17:09.835Z] drwxrwxr-x 3 1001 1001 60 Aug 17 14:14 .github [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 14:14 .gitignore [2020-08-17T14:17:09.835Z] drwx------ 3 1001 1001 55 Aug 17 14:15 .semver [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 14:14 .sonarcloud.properties [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 14:14 CONTRIBUTING.md [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 14:14 Dockerfile.build [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 14:14 Jenkinsfile [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 14:14 LICENSE [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 14:14 Makefile [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 14:14 README.md [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 259 Aug 17 14:14 SECURITY.md [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 14:15 VERSION [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 14:14 ZMQWindows.md [2020-08-17T14:17:09.835Z] drwxrwxr-x 2 1001 1001 117 Aug 17 14:14 bin [2020-08-17T14:17:09.835Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 14:14 cmd [2020-08-17T14:17:09.835Z] -rw-r--r-- 1 root root 455803 Aug 17 14:17 coverage.out [2020-08-17T14:17:09.835Z] -rw-r--r-- 1 root root 1019 Aug 17 14:17 go.mod [2020-08-17T14:17:09.835Z] -rw-r--r-- 1 root root 18146 Aug 17 14:17 go.sum [2020-08-17T14:17:09.835Z] drwxrwxr-x 8 1001 1001 127 Aug 17 14:14 internal [2020-08-17T14:17:09.835Z] drwxrwxr-x 4 1001 1001 26 Aug 17 14:14 openapi [2020-08-17T14:17:09.835Z] drwxrwxr-x 4 1001 1001 71 Aug 17 14:14 snap [2020-08-17T14:17:09.835Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 14:14 version.go [Pipeline] sh [2020-08-17T14:17:10.253Z] + '[' -e coverage.out ] [2020-08-17T14:17:10.253Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T14:17:10.429Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T14:17:10.790Z] + make build [2020-08-17T14:17:10.790Z] 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-17T14:17:17.462Z] 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-17T14:17:20.017Z] 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-17T14:17:21.404Z] 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-17T14:17:22.798Z] 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-17T14:17:24.728Z] 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-17T14:17:24.999Z] 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-17T14:17:27.550Z] 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-17T14:17:27.831Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-277 in /w/workspace/foundry_edgex-go_hutchic-patch-1 [Pipeline] { [Pipeline] ws [2020-08-17T14:17:27.911Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-08-17T14:17:28.935Z] 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-17T14:17:30.321Z] 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-17T14:17:31.707Z] 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-17T14:17:33.059Z] using credential edgex-jenkins-ssh [2020-08-17T14:17:33.106Z] Cloning the remote Git repository [2020-08-17T14:17:33.106Z] Cloning with configured refspecs honoured and without tags [2020-08-17T14:17:33.115Z] 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-17T14:17:33.149Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-17T14:17:33.259Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-08-17T14:17:33.321Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T14:17:33.322Z] > git --version # timeout=10 [2020-08-17T14:17:33.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T14:17:33.411Z] > 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-17T14:17:34.505Z] 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-17T14:17:35.458Z] $ docker stop --time=1 c314c9e544a14a0a4b9b895a3a2da7fab36b1790a66080f80996193dabc5db1d [2020-08-17T14:17:37.041Z] $ docker rm -f c314c9e544a14a0a4b9b895a3a2da7fab36b1790a66080f80996193dabc5db1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:17:38.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T14:17:38.411Z] [2020-08-17T14:17:38.411Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:17:38.746Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T14:17:38.746Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-17T14:17:38.746Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T14:17:38.746Z] ca9280d653b3: Pulling fs layer [2020-08-17T14:17:38.746Z] 7e9c9ca2126c: Pulling fs layer [2020-08-17T14:17:38.746Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-17T14:17:38.746Z] cbdbe7a5bc2a: Download complete [2020-08-17T14:17:39.016Z] ca9280d653b3: Verifying Checksum [2020-08-17T14:17:39.016Z] ca9280d653b3: Download complete [2020-08-17T14:17:39.016Z] cbdbe7a5bc2a: Pull complete [2020-08-17T14:17:39.593Z] 7e9c9ca2126c: Verifying Checksum [2020-08-17T14:17:39.593Z] 7e9c9ca2126c: Download complete [2020-08-17T14:17:39.855Z] ca9280d653b3: Pull complete [2020-08-17T14:17:46.455Z] 7e9c9ca2126c: Pull complete [2020-08-17T14:17:46.455Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-17T14:17:46.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T14:17:46.455Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-17T14:17:46.583Z] prd-centos7-docker-4c-2g-275 does not seem to be running inside a container [2020-08-17T14:17:46.628Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-17T14:17:48.852Z] Fetching without tags [2020-08-17T14:17:49.315Z] Checking out Revision a14165494ce22bd0940f1e34fb49e075a468a70d (hutchic-patch-1) [2020-08-17T14:17:49.612Z] $ docker top 96cdc545569022232ecf4609d48f90628ae741bce0c40a8dd6098acfab528f52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T14:17:50.098Z] + docker-compose build --help [2020-08-17T14:17:50.098Z] + grep parallel [2020-08-17T14:17:48.780Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T14:17:48.796Z] > git config --add remote.origin.fetch +refs/heads/hutchic-patch-1:refs/remotes/origin/hutchic-patch-1 # timeout=10 [2020-08-17T14:17:48.820Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T14:17:48.847Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T14:17:48.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T14:17:48.858Z] > 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-17T14:17:49.320Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T14:17:49.338Z] > git checkout -f a14165494ce22bd0940f1e34fb49e075a468a70d # timeout=10 [2020-08-17T14:17:51.040Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T14:17:51.052Z] $ docker stop --time=1 96cdc545569022232ecf4609d48f90628ae741bce0c40a8dd6098acfab528f52 [2020-08-17T14:17:52.396Z] $ docker rm -f 96cdc545569022232ecf4609d48f90628ae741bce0c40a8dd6098acfab528f52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:17:52.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T14:17:52.998Z] . [Pipeline] withDockerContainer [2020-08-17T14:17:53.089Z] prd-centos7-docker-4c-2g-275 does not seem to be running inside a container [2020-08-17T14:17:53.128Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-17T14:17:53.845Z] Commit message: "Merge branch 'master' into hutchic-patch-1" [2020-08-17T14:17:53.834Z] $ docker top b7ef65ec16519b0e7e800000feb89028839f64818150599ec8947f0e30fb4f71 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-08-17T14:17:54.335Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-17T14:17:55.277Z] Building docker-core-command-go ... [2020-08-17T14:17:55.277Z] Building docker-core-data-go ... [2020-08-17T14:17:55.277Z] Building docker-core-metadata-go ... [2020-08-17T14:17:55.277Z] Building docker-security-proxy-setup-go ... [2020-08-17T14:17:55.277Z] Building docker-security-secrets-setup-go ... [2020-08-17T14:17:55.277Z] Building docker-security-secretstore-setup-go ... [2020-08-17T14:17:55.277Z] Building docker-support-logging-go ... [2020-08-17T14:17:55.277Z] Building docker-support-notifications-go ... [2020-08-17T14:17:55.277Z] Building docker-support-scheduler-go ... [2020-08-17T14:17:55.277Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T14:17:55.277Z] Building docker-core-metadata-go [2020-08-17T14:17:55.277Z] Building docker-core-command-go [2020-08-17T14:17:55.277Z] Building docker-sys-mgmt-agent-go [2020-08-17T14:17:55.277Z] Building docker-security-secrets-setup-go [2020-08-17T14:17:55.277Z] Building docker-security-secretstore-setup-go [Pipeline] echo [2020-08-17T14:18:07.029Z] ========================================================= [2020-08-17T14:18:07.029Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T14:18:07.029Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:18:07.976Z] + 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-17T14:18:12.306Z] Sending build context to Docker daemon 323MB [2020-08-17T14:18:12.306Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T14:18:12.306Z] Step 2/7 : FROM ${BASE} [2020-08-17T14:18:12.306Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T14:18:12.306Z] b538f80385f9: Pulling fs layer [2020-08-17T14:18:12.306Z] 74f711af9a0d: Pulling fs layer [2020-08-17T14:18:12.306Z] 99f96fe45779: Pulling fs layer [2020-08-17T14:18:12.306Z] fd7a069fd194: Pulling fs layer [2020-08-17T14:18:12.306Z] 66aa3694b03b: Pulling fs layer [2020-08-17T14:18:12.306Z] 170f70906a0f: Pulling fs layer [2020-08-17T14:18:12.306Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T14:18:12.306Z] e772456be8f7: Pulling fs layer [2020-08-17T14:18:12.306Z] c890913d741a: Pulling fs layer [2020-08-17T14:18:12.306Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T14:18:12.306Z] 09adf4765672: Pulling fs layer [2020-08-17T14:18:12.306Z] ad7c5574e4b9: Waiting [2020-08-17T14:18:12.306Z] e772456be8f7: Waiting [2020-08-17T14:18:12.306Z] c890913d741a: Waiting [2020-08-17T14:18:12.306Z] 2480fcc9aa5a: Waiting [2020-08-17T14:18:12.306Z] 09adf4765672: Waiting [2020-08-17T14:18:12.306Z] fd7a069fd194: Waiting [2020-08-17T14:18:12.306Z] 170f70906a0f: Waiting [2020-08-17T14:18:12.306Z] 66aa3694b03b: Waiting [2020-08-17T14:18:12.306Z] 99f96fe45779: Verifying Checksum [2020-08-17T14:18:12.306Z] 99f96fe45779: Download complete [2020-08-17T14:18:12.306Z] 74f711af9a0d: Verifying Checksum [2020-08-17T14:18:12.306Z] 74f711af9a0d: Download complete [2020-08-17T14:18:12.306Z] 66aa3694b03b: Verifying Checksum [2020-08-17T14:18:12.306Z] 66aa3694b03b: Download complete [2020-08-17T14:18:12.306Z] 170f70906a0f: Verifying Checksum [2020-08-17T14:18:12.306Z] 170f70906a0f: Download complete [2020-08-17T14:18:12.306Z] b538f80385f9: Verifying Checksum [2020-08-17T14:18:12.306Z] b538f80385f9: Download complete [2020-08-17T14:18:13.298Z] b538f80385f9: Pull complete [2020-08-17T14:18:13.573Z] 74f711af9a0d: Pull complete [2020-08-17T14:18:14.173Z] 99f96fe45779: Pull complete [2020-08-17T14:18:14.768Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T14:18:14.768Z] ad7c5574e4b9: Download complete [2020-08-17T14:18:14.768Z] c890913d741a: Verifying Checksum [2020-08-17T14:18:14.768Z] c890913d741a: Download complete [2020-08-17T14:18:16.216Z] 2480fcc9aa5a: Verifying Checksum [2020-08-17T14:18:16.216Z] 2480fcc9aa5a: Download complete [2020-08-17T14:18:16.216Z] 09adf4765672: Verifying Checksum [2020-08-17T14:18:16.216Z] 09adf4765672: Download complete [2020-08-17T14:18:17.656Z] e772456be8f7: Verifying Checksum [2020-08-17T14:18:17.656Z] e772456be8f7: Download complete [2020-08-17T14:18:17.656Z] fd7a069fd194: Verifying Checksum [2020-08-17T14:18:17.656Z] fd7a069fd194: Download complete [2020-08-17T14:18:21.932Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:18:21.932Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:18:21.932Z] ---> 8d625849910d [2020-08-17T14:18:21.932Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T14:18:21.932Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:18:21.932Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:18:21.932Z] ---> 8d625849910d [2020-08-17T14:18:21.932Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T14:18:21.932Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:18:21.932Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:18:21.932Z] ---> 8d625849910d [2020-08-17T14:18:21.932Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T14:18:21.932Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:18:21.932Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T14:18:21.932Z] ---> 8d625849910d [2020-08-17T14:18:21.932Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T14:18:21.932Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:18:21.932Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:18:21.932Z] ---> 8d625849910d [2020-08-17T14:18:21.932Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T14:18:21.932Z] ---> Running in 462b50ad5515 [2020-08-17T14:18:21.932Z] ---> Running in 71f89e8e33a5 [2020-08-17T14:18:21.932Z] ---> Running in 69b39187611e [2020-08-17T14:18:21.932Z] ---> Running in 677765bdb419 [2020-08-17T14:18:21.932Z] ---> Running in f5f518b1f704 [2020-08-17T14:18:21.932Z] Removing intermediate container 71f89e8e33a5 [2020-08-17T14:18:21.932Z] ---> 44279b71ae7a [2020-08-17T14:18:21.932Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:18:21.932Z] Removing intermediate container 69b39187611e [2020-08-17T14:18:21.932Z] ---> 470131550777 [2020-08-17T14:18:21.932Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:18:21.932Z] Removing intermediate container f5f518b1f704 [2020-08-17T14:18:21.932Z] ---> 04fdd0a7d619 [2020-08-17T14:18:21.932Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T14:18:22.199Z] Removing intermediate container 677765bdb419 [2020-08-17T14:18:22.199Z] ---> f58aca6aab1c [2020-08-17T14:18:22.199Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:18:22.199Z] Removing intermediate container 462b50ad5515 [2020-08-17T14:18:22.199Z] ---> 8ccbe8d2be91 [2020-08-17T14:18:22.199Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:18:22.199Z] ---> Running in 435dbdff2209 [2020-08-17T14:18:22.199Z] ---> Running in ba47fda502fb [2020-08-17T14:18:22.199Z] ---> Running in 3b10c70dcfb5 [2020-08-17T14:18:22.462Z] ---> Running in 7cb469b86155 [2020-08-17T14:18:22.462Z] ---> Running in e7c5b28ca7fc [2020-08-17T14:18:23.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:23.996Z] Removing intermediate container 435dbdff2209 [2020-08-17T14:18:23.996Z] ---> 51738b2cb80b [2020-08-17T14:18:23.996Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T14:18:23.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:23.996Z] ---> Running in fe509af650d6 [2020-08-17T14:18:24.257Z] Removing intermediate container 7cb469b86155 [2020-08-17T14:18:24.257Z] ---> e1094d002990 [2020-08-17T14:18:24.257Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T14:18:24.257Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:18:24.257Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:18:24.257Z] OK: 12746 distinct packages available [2020-08-17T14:18:24.520Z] OK: 233 MiB in 51 packages [2020-08-17T14:18:24.520Z] ---> Running in 9ea470971fb2 [2020-08-17T14:18:24.791Z] Removing intermediate container 3b10c70dcfb5 [2020-08-17T14:18:24.791Z] ---> 5dabaa8ee9cf [2020-08-17T14:18:24.791Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T14:18:24.791Z] Removing intermediate container e7c5b28ca7fc [2020-08-17T14:18:24.791Z] ---> d23c84037baa [2020-08-17T14:18:24.791Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T14:18:24.791Z] ---> Running in 5569fddbaa7d [2020-08-17T14:18:24.791Z] ---> Running in 84c1e175bb3d [2020-08-17T14:18:25.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:25.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:25.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:25.629Z] Removing intermediate container ba47fda502fb [2020-08-17T14:18:25.629Z] ---> 46f3ae225dc7 [2020-08-17T14:18:25.629Z] Step 5/29 : COPY go.mod . [2020-08-17T14:18:25.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:25.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:25.890Z] ---> a037bf9b5915 [2020-08-17T14:18:25.890Z] Step 6/29 : RUN go mod download [2020-08-17T14:18:26.150Z] ---> Running in 5435ef30cd3b [2020-08-17T14:18:26.150Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:18:26.150Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:18:26.150Z] OK: 12746 distinct packages available [2020-08-17T14:18:26.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:26.411Z] OK: 233 MiB in 51 packages [2020-08-17T14:18:26.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:26.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:18:26.680Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:18:26.680Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:18:26.680Z] OK: 12746 distinct packages available [2020-08-17T14:18:26.956Z] Removing intermediate container fe509af650d6 [2020-08-17T14:18:26.956Z] ---> 6f75434fd4a1 [2020-08-17T14:18:26.956Z] Step 6/26 : COPY go.mod . [2020-08-17T14:18:26.956Z] OK: 233 MiB in 51 packages [2020-08-17T14:18:26.956Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:18:26.956Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:18:26.956Z] OK: 12746 distinct packages available [2020-08-17T14:18:26.956Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:18:26.956Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:18:26.956Z] OK: 12746 distinct packages available [2020-08-17T14:18:27.226Z] ---> b71d5620d6a3 [2020-08-17T14:18:27.226Z] Step 7/26 : RUN go mod download [2020-08-17T14:18:27.226Z] OK: 233 MiB in 51 packages [2020-08-17T14:18:27.226Z] OK: 233 MiB in 51 packages [2020-08-17T14:18:27.226Z] ---> Running in 5bef1bcb8edf [2020-08-17T14:18:27.492Z] Removing intermediate container 9ea470971fb2 [2020-08-17T14:18:27.492Z] ---> 893d7e900b13 [2020-08-17T14:18:27.492Z] Step 6/21 : COPY go.mod . [2020-08-17T14:18:28.069Z] ---> 304737da02c9 [2020-08-17T14:18:28.069Z] Step 7/21 : RUN go mod download [2020-08-17T14:18:28.334Z] ---> Running in dafdb19570bb [2020-08-17T14:18:28.334Z] Removing intermediate container 5569fddbaa7d [2020-08-17T14:18:28.334Z] ---> 2f7fb6a40780 [2020-08-17T14:18:28.334Z] Step 6/21 : COPY go.mod . [2020-08-17T14:18:28.334Z] Removing intermediate container 5435ef30cd3b [2020-08-17T14:18:28.334Z] ---> 5ba53063e9f8 [2020-08-17T14:18:28.334Z] Step 7/29 : COPY . . [2020-08-17T14:18:29.280Z] Removing intermediate container 84c1e175bb3d [2020-08-17T14:18:29.280Z] ---> ffbd7c7f6728 [2020-08-17T14:18:29.280Z] Step 6/26 : COPY go.mod . [2020-08-17T14:18:30.065Z] fd7a069fd194: Pull complete [2020-08-17T14:18:30.065Z] 66aa3694b03b: Pull complete [2020-08-17T14:18:30.065Z] 170f70906a0f: Pull complete [2020-08-17T14:18:30.675Z] ---> a98f5d23a0a3 [2020-08-17T14:18:30.675Z] Step 7/21 : RUN go mod download [2020-08-17T14:18:31.623Z] ---> 564ceba349f0 [2020-08-17T14:18:31.623Z] Step 7/26 : RUN go mod download [2020-08-17T14:18:32.198Z] ---> Running in bca5cd2c3298 [2020-08-17T14:18:32.460Z] Removing intermediate container 5bef1bcb8edf [2020-08-17T14:18:32.460Z] ---> 0a8b8f185350 [2020-08-17T14:18:32.460Z] Step 8/26 : COPY . . [2020-08-17T14:18:32.460Z] ---> Running in f6765fa2ecab [2020-08-17T14:18:34.386Z] ad7c5574e4b9: Pull complete [2020-08-17T14:18:37.763Z] Removing intermediate container dafdb19570bb [2020-08-17T14:18:37.763Z] ---> b213a4072cff [2020-08-17T14:18:37.763Z] Step 8/21 : COPY . . [2020-08-17T14:18:38.708Z] e772456be8f7: Pull complete [2020-08-17T14:18:38.981Z] c890913d741a: Pull complete [2020-08-17T14:18:41.614Z] 2480fcc9aa5a: Pull complete [2020-08-17T14:18:41.890Z] 09adf4765672: Pull complete [2020-08-17T14:18:42.162Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T14:18:42.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T14:18:42.162Z] ---> 2248a725d1cf [2020-08-17T14:18:42.162Z] 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-17T14:18:47.590Z] ---> Running in 8863818c8d5c [2020-08-17T14:18:47.814Z] Removing intermediate container bca5cd2c3298 [2020-08-17T14:18:47.814Z] ---> c23b66a493d7 [2020-08-17T14:18:47.814Z] Step 8/21 : COPY . . [2020-08-17T14:18:48.078Z] Removing intermediate container f6765fa2ecab [2020-08-17T14:18:48.078Z] ---> eb3edd8f590d [2020-08-17T14:18:48.078Z] Step 8/26 : COPY . . [2020-08-17T14:18:48.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:18:49.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:18:50.128Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T14:18:50.401Z] (2/12) Installing file (5.38-r0) [2020-08-17T14:18:50.401Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T14:18:50.672Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T14:18:53.269Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T14:18:53.269Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T14:18:53.269Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T14:18:53.269Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T14:18:53.269Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T14:18:53.269Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T14:18:53.541Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T14:18:53.541Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T14:18:53.813Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:18:53.813Z] OK: 217 MiB in 51 packages [2020-08-17T14:18:58.116Z] Removing intermediate container 8863818c8d5c [2020-08-17T14:18:58.116Z] ---> 68b10425b2d9 [2020-08-17T14:18:58.116Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T14:18:58.116Z] ---> Running in cd6e955cf284 [2020-08-17T14:18:58.385Z] Removing intermediate container cd6e955cf284 [2020-08-17T14:18:58.385Z] ---> 3b57348f7d99 [2020-08-17T14:18:58.385Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T14:18:58.654Z] latest: Pulling from library/docker [2020-08-17T14:18:58.924Z] b538f80385f9: Already exists [2020-08-17T14:18:58.924Z] 259a493cd78d: Pulling fs layer [2020-08-17T14:18:58.924Z] b8e66b5100f5: Pulling fs layer [2020-08-17T14:18:58.924Z] 39dc9c94d07c: Pulling fs layer [2020-08-17T14:18:58.924Z] 551b823b3b82: Pulling fs layer [2020-08-17T14:18:58.924Z] 3c52a74df98c: Pulling fs layer [2020-08-17T14:18:58.924Z] 6c9b121b6998: Pulling fs layer [2020-08-17T14:18:58.924Z] 551b823b3b82: Waiting [2020-08-17T14:18:58.924Z] 3c52a74df98c: Waiting [2020-08-17T14:18:58.924Z] 6c9b121b6998: Waiting [2020-08-17T14:18:59.198Z] b8e66b5100f5: Verifying Checksum [2020-08-17T14:18:59.198Z] b8e66b5100f5: Download complete [2020-08-17T14:18:59.198Z] 259a493cd78d: Verifying Checksum [2020-08-17T14:18:59.198Z] 259a493cd78d: Download complete [2020-08-17T14:18:59.198Z] 551b823b3b82: Verifying Checksum [2020-08-17T14:18:59.198Z] 551b823b3b82: Download complete [2020-08-17T14:18:59.475Z] 3c52a74df98c: Verifying Checksum [2020-08-17T14:18:59.475Z] 3c52a74df98c: Download complete [2020-08-17T14:18:59.475Z] 6c9b121b6998: Verifying Checksum [2020-08-17T14:18:59.475Z] 6c9b121b6998: Download complete [2020-08-17T14:19:00.078Z] 259a493cd78d: Pull complete [2020-08-17T14:19:00.352Z] b8e66b5100f5: Pull complete [2020-08-17T14:19:00.352Z] 39dc9c94d07c: Verifying Checksum [2020-08-17T14:19:00.352Z] 39dc9c94d07c: Download complete [2020-08-17T14:19:00.357Z] ---> a57eacf19f8d [2020-08-17T14:19:00.357Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T14:19:03.734Z] 39dc9c94d07c: Pull complete [2020-08-17T14:19:04.009Z] 551b823b3b82: Pull complete [2020-08-17T14:19:04.281Z] 3c52a74df98c: Pull complete [2020-08-17T14:19:04.880Z] 6c9b121b6998: Pull complete [2020-08-17T14:19:04.880Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T14:19:04.880Z] Status: Downloaded newer image for docker:latest [2020-08-17T14:19:05.689Z] ---> Running in 063b76c775b3 [2020-08-17T14:19:08.244Z] ---> 68e6f1a142e3 [2020-08-17T14:19:08.244Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T14:19:08.280Z] ---> 6dffccb63902 [2020-08-17T14:19:08.280Z] Step 6/7 : COPY go.mod . [2020-08-17T14:19:08.552Z] ---> 1dde8ec5e309 [2020-08-17T14:19:08.552Z] Step 7/7 : RUN go mod download [2020-08-17T14:19:08.830Z] ---> Running in 9133125e9801 [2020-08-17T14:19:09.662Z] ---> 6fba63c96e3d [2020-08-17T14:19:09.662Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T14:19:09.927Z] ---> Running in 5bdb5a473161 [2020-08-17T14:19:10.509Z] 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-17T14:19:10.775Z] ---> Running in 06b841f85dbb [2020-08-17T14:19:12.199Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T14:19:12.199Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T14:19:12.199Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T14:19:12.199Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T14:19:12.199Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T14:19:12.199Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T14:19:12.199Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T14:19:12.199Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T14:19:12.199Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T14:19:12.199Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T14:19:12.199Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T14:19:12.199Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T14:19:12.199Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T14:19:12.199Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T14:19:12.199Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T14:19:12.199Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T14:19:12.199Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T14:19:12.199Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T14:19:12.199Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T14:19:12.199Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T14:19:12.199Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T14:19:12.199Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T14:19:12.199Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T14:19:12.199Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T14:19:12.199Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T14:19:12.199Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T14:19:12.204Z] 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-17T14:19:12.204Z] 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-17T14:19:12.468Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T14:19:12.468Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T14:19:12.468Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T14:19:12.468Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T14:19:12.468Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T14:19:12.468Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T14:19:12.468Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T14:19:12.468Z] ---> f2d880c9ddb3 [2020-08-17T14:19:12.468Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T14:19:12.731Z] ---> 3fdb0ef778cd [2020-08-17T14:19:12.731Z] 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-17T14:19:12.731Z] ---> Running in 9b7b8f242a85 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T14:19:12.737Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T14:19:12.995Z] ---> Running in 5f129b1fcc2a [2020-08-17T14:19:13.006Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T14:19:13.006Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T14:19:13.006Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T14:19:13.006Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T14:19:13.006Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T14:19:13.006Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T14:19:13.006Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T14:19:13.006Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T14:19:13.006Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T14:19:13.006Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T14:19:13.006Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T14:19:13.274Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T14:19:13.274Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T14:19:13.274Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T14:19:13.542Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T14:19:13.542Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T14:19:13.542Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T14:19:13.542Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T14:19:13.542Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T14:19:13.542Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T14:19:13.542Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T14:19:13.542Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T14:19:13.542Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T14:19:13.542Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T14:19:13.810Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T14:19:13.810Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T14:19:13.810Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T14:19:13.810Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T14:19:13.810Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T14:19:13.810Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T14:19:13.810Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T14:19:13.810Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T14:19:13.810Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T14:19:13.810Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T14:19:13.810Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T14:19:13.810Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T14:19:13.955Z] 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-17T14:19:14.103Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T14:19:14.103Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T14:19:14.103Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T14:19:14.103Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T14:19:14.536Z] 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-17T14:19:32.407Z] Removing intermediate container 9133125e9801 [2020-08-17T14:19:32.407Z] ---> fb1653fc746d [2020-08-17T14:19:32.407Z] Successfully built fb1653fc746d [2020-08-17T14:19:32.407Z] 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-17T14:19:33.061Z] + docker inspect -f . ci-base-image-arm64 [2020-08-17T14:19:33.061Z] . [Pipeline] withDockerContainer [2020-08-17T14:19:33.311Z] prd-ubuntu18.04-docker-arm64-4c-16g-277 does not seem to be running inside a container [2020-08-17T14:19:33.370Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-17T14:19:34.742Z] $ docker top 6fa55ba083a32c597696f45cdf7298c4885b93a8a885fe21cafa9c441f25b0ce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T14:19:35.750Z] + go version [2020-08-17T14:19:35.750Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-17T14:19:35.771Z] ========================================================= [2020-08-17T14:19:35.771Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T14:19:35.771Z] ========================================================= [Pipeline] sh [2020-08-17T14:19:36.418Z] + make test [2020-08-17T14:19:36.418Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T14:19:36.624Z] Removing intermediate container 063b76c775b3 [2020-08-17T14:19:36.624Z] ---> 3a64bdf6f4fe [2020-08-17T14:19:36.624Z] [2020-08-17T14:19:36.624Z] Step 9/29 : FROM alpine:latest [2020-08-17T14:19:36.624Z] latest: Pulling from library/alpine [2020-08-17T14:19:36.624Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T14:19:36.624Z] Status: Downloaded newer image for alpine:latest [2020-08-17T14:19:36.624Z] ---> a24bb4013296 [2020-08-17T14:19:36.624Z] 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-17T14:19:36.624Z] ---> Running in 70d924da44a8 [2020-08-17T14:19:36.624Z] Removing intermediate container 70d924da44a8 [2020-08-17T14:19:36.624Z] ---> 79026ab60420 [2020-08-17T14:19:36.624Z] Step 11/29 : USER root [2020-08-17T14:19:36.895Z] ---> Running in 9fd0d8340f93 [2020-08-17T14:19:37.165Z] Removing intermediate container 9fd0d8340f93 [2020-08-17T14:19:37.165Z] ---> 48ab33c449a4 [2020-08-17T14:19:37.165Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T14:19:37.433Z] ---> Running in bc068977e660 [2020-08-17T14:19:39.055Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T14:19:40.021Z] 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-17T14:19:40.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:19:40.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:19:40.566Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:19:40.566Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:19:40.566Z] OK: 12746 distinct packages available [2020-08-17T14:19:40.839Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T14:19:40.839Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T14:19:40.839Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:19:40.839Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T14:19:41.109Z] OK: 6 MiB in 16 packages [2020-08-17T14:19:43.045Z] Removing intermediate container 5bdb5a473161 [2020-08-17T14:19:43.045Z] ---> 3992ad954d07 [2020-08-17T14:19:43.045Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T14:19:43.322Z] Removing intermediate container bc068977e660 [2020-08-17T14:19:43.322Z] ---> 8cbd67c6d6af [2020-08-17T14:19:43.322Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T14:19:43.322Z] ---> Running in a7b5f964895a [2020-08-17T14:19:43.322Z] ---> Running in 1d6f3d7e1bc1 [2020-08-17T14:19:43.900Z] Removing intermediate container 1d6f3d7e1bc1 [2020-08-17T14:19:43.900Z] ---> 4c677c0a7170 [2020-08-17T14:19:43.900Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T14:19:43.900Z] ---> Running in a5553f1e3f2b [2020-08-17T14:19:46.454Z] 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-17T14:19:46.454Z] 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-17T14:19:47.033Z] Removing intermediate container a5553f1e3f2b [2020-08-17T14:19:47.033Z] ---> 10080d6feb9a [2020-08-17T14:19:47.033Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T14:19:48.001Z] ---> Running in 116564e1f483 [2020-08-17T14:19:48.273Z] Removing intermediate container 06b841f85dbb [2020-08-17T14:19:48.273Z] ---> a43ff20793e9 [2020-08-17T14:19:48.273Z] [2020-08-17T14:19:48.273Z] Step 10/21 : FROM scratch [2020-08-17T14:19:48.273Z] ---> [2020-08-17T14:19:48.273Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T14:19:48.538Z] ---> Running in 69847a8e2268 [2020-08-17T14:19:48.814Z] Removing intermediate container 69847a8e2268 [2020-08-17T14:19:48.814Z] ---> ae690658eb8f [2020-08-17T14:19:48.814Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T14:19:48.814Z] ---> Running in 620687e64660 [2020-08-17T14:19:49.402Z] Removing intermediate container a7b5f964895a [2020-08-17T14:19:49.402Z] ---> 68f4fefcb93b [2020-08-17T14:19:49.402Z] [2020-08-17T14:19:49.402Z] Step 11/26 : FROM docker:latest [2020-08-17T14:19:49.402Z] ---> 81f5749c9058 [2020-08-17T14:19:49.402Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T14:19:50.801Z] Removing intermediate container 620687e64660 [2020-08-17T14:19:50.801Z] ---> 8a50a3bec101 [2020-08-17T14:19:50.801Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T14:19:51.066Z] ---> Running in 32d094fa5bc5 [2020-08-17T14:19:51.066Z] ---> Running in ee443636f0c3 [2020-08-17T14:19:51.333Z] Removing intermediate container 9b7b8f242a85 [2020-08-17T14:19:51.333Z] ---> 9147c88f34cd [2020-08-17T14:19:51.333Z] [2020-08-17T14:19:51.333Z] Step 10/21 : FROM scratch [2020-08-17T14:19:51.333Z] ---> [2020-08-17T14:19:51.333Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T14:19:51.333Z] ---> Using cache [2020-08-17T14:19:51.333Z] ---> ae690658eb8f [2020-08-17T14:19:51.333Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T14:19:51.600Z] ---> Running in 82e4d50606fe [2020-08-17T14:19:51.600Z] Removing intermediate container ee443636f0c3 [2020-08-17T14:19:51.600Z] ---> e5a59b6e0894 [2020-08-17T14:19:51.600Z] Step 14/21 : WORKDIR / [2020-08-17T14:19:51.600Z] Removing intermediate container 116564e1f483 [2020-08-17T14:19:51.600Z] ---> 31d472bcf337 [2020-08-17T14:19:51.600Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T14:19:51.600Z] ---> Running in 643cdea95ae4 [2020-08-17T14:19:51.870Z] Removing intermediate container 82e4d50606fe [2020-08-17T14:19:51.870Z] ---> ab7ac2411282 [2020-08-17T14:19:51.870Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T14:19:51.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:19:51.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:19:52.133Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T14:19:52.133Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T14:19:52.133Z] Executing bash-5.0.17-r0.post-install [2020-08-17T14:19:52.704Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:19:52.704Z] OK: 12 MiB in 22 packages [2020-08-17T14:19:53.282Z] ---> Running in ead9258b5ec8 [2020-08-17T14:19:54.356Z] Removing intermediate container 643cdea95ae4 [2020-08-17T14:19:54.356Z] ---> 5c780b02b3ca [2020-08-17T14:19:54.356Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T14:19:54.356Z] ---> 81eae5bbca42 [2020-08-17T14:19:54.356Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T14:19:54.356Z] Removing intermediate container ead9258b5ec8 [2020-08-17T14:19:54.356Z] ---> f92b75a58fab [2020-08-17T14:19:54.356Z] Step 14/21 : WORKDIR / [2020-08-17T14:19:54.659Z] Removing intermediate container 5f129b1fcc2a [2020-08-17T14:19:54.659Z] ---> e6d2d8b0761b [2020-08-17T14:19:54.659Z] [2020-08-17T14:19:54.659Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T14:19:54.659Z] ---> Running in 345f72b26af1 [2020-08-17T14:19:54.659Z] ---> b6c30680ea0d [2020-08-17T14:19:54.659Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T14:19:54.942Z] Removing intermediate container 32d094fa5bc5 [2020-08-17T14:19:54.943Z] ---> 7a02a79167d6 [2020-08-17T14:19:54.943Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T14:19:54.943Z] 3.10: Pulling from library/alpine [2020-08-17T14:19:54.943Z] ---> 7fc6fed5015e [2020-08-17T14:19:54.943Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T14:19:54.943Z] Removing intermediate container 345f72b26af1 [2020-08-17T14:19:54.943Z] ---> 20f193d97305 [2020-08-17T14:19:54.943Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T14:19:54.943Z] ---> Running in af22e47e3fe1 [2020-08-17T14:19:55.282Z] ---> 239f95faacfc [2020-08-17T14:19:55.282Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T14:19:55.545Z] ---> c58336a19528 [2020-08-17T14:19:55.545Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T14:19:55.808Z] ---> c2d1861763e6 [2020-08-17T14:19:55.808Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T14:19:56.380Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T14:19:56.380Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T14:19:56.380Z] ---> be4e4bea2c2e [2020-08-17T14:19:56.380Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T14:19:56.953Z] ---> 920effbae272 [2020-08-17T14:19:56.953Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T14:19:56.953Z] ---> 523be7db79ab [2020-08-17T14:19:56.953Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:19:56.953Z] ---> Running in 55a494c0a688 [2020-08-17T14:19:56.953Z] ---> eabff936cb2e [2020-08-17T14:19:56.953Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T14:19:57.213Z] ---> Running in abb8d69bc897 [2020-08-17T14:19:57.473Z] ---> 75883b76b301 [2020-08-17T14:19:57.473Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T14:19:57.473Z] Removing intermediate container af22e47e3fe1 [2020-08-17T14:19:57.473Z] ---> eda38a115b54 [2020-08-17T14:19:57.473Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T14:19:57.473Z] ---> 3ec6459fda4f [2020-08-17T14:19:57.473Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:19:57.736Z] ---> Running in 1622a1d061a3 [2020-08-17T14:19:57.736Z] Removing intermediate container abb8d69bc897 [2020-08-17T14:19:57.736Z] ---> ad5765468614 [2020-08-17T14:19:57.736Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T14:19:57.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:19:57.736Z] ---> Running in 92d8ef02c2f2 [2020-08-17T14:19:57.736Z] ---> Running in f279b3a8f7b9 [2020-08-17T14:19:57.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:19:57.999Z] ---> Running in e8d84f14a6f4 [2020-08-17T14:19:57.999Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T14:19:57.999Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T14:19:57.999Z] OK: 10346 distinct packages available [2020-08-17T14:19:57.999Z] Removing intermediate container 92d8ef02c2f2 [2020-08-17T14:19:57.999Z] ---> a4abd2b8fb9e [2020-08-17T14:19:57.999Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T14:19:58.261Z] Removing intermediate container f279b3a8f7b9 [2020-08-17T14:19:58.261Z] ---> 77cc04e63e0d [2020-08-17T14:19:58.261Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T14:19:58.261Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T14:19:58.261Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T14:19:58.261Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T14:19:58.261Z] Removing intermediate container e8d84f14a6f4 [2020-08-17T14:19:58.261Z] ---> 4e1700a5dd5e [2020-08-17T14:19:58.261Z] Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:19:58.261Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T14:19:58.261Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T14:19:58.261Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T14:19:58.261Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T14:19:58.523Z] OK: 7 MiB in 19 packages [2020-08-17T14:19:59.469Z] ---> Running in a49546c0411a [2020-08-17T14:19:59.469Z] ---> Running in 1bec505e5270 [2020-08-17T14:19:59.729Z] ---> Running in 9191420e5783 [2020-08-17T14:19:59.990Z] Removing intermediate container a49546c0411a [2020-08-17T14:19:59.990Z] ---> 8981f91bef76 [2020-08-17T14:19:59.990Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T14:20:00.250Z] Removing intermediate container 1bec505e5270 [2020-08-17T14:20:00.250Z] ---> 64a0bc88986f [2020-08-17T14:20:00.250Z] Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:20:00.511Z] Removing intermediate container 9191420e5783 [2020-08-17T14:20:00.511Z] ---> b45c946e1123 [2020-08-17T14:20:00.511Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T14:20:00.511Z] ---> Running in 614445b6745f [2020-08-17T14:20:00.511Z] ---> Running in f62438941136 [2020-08-17T14:20:00.772Z] Removing intermediate container 55a494c0a688 [2020-08-17T14:20:00.772Z] ---> 7b9d28981dd1 [2020-08-17T14:20:00.772Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T14:20:00.772Z] ---> Running in 8bac03c7ced7 [2020-08-17T14:20:00.772Z] Removing intermediate container 1622a1d061a3 [2020-08-17T14:20:00.772Z] ---> 656ce654eb56 [2020-08-17T14:20:00.772Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T14:20:00.772Z] ---> Running in 214b68c99815 [2020-08-17T14:20:01.036Z] Removing intermediate container 614445b6745f [2020-08-17T14:20:01.036Z] ---> ec43b84fd18d [2020-08-17T14:20:01.036Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T14:20:01.036Z] Removing intermediate container f62438941136 [2020-08-17T14:20:01.036Z] ---> fd4e67e126a9 [2020-08-17T14:20:01.036Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T14:20:01.036Z] Removing intermediate container 8bac03c7ced7 [2020-08-17T14:20:01.036Z] ---> 51d52ea61c32 [2020-08-17T14:20:01.036Z] [2020-08-17T14:20:01.297Z] ---> 49b107e3a99e [2020-08-17T14:20:01.297Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T14:20:01.297Z] ---> Running in b04d15d1c87c [2020-08-17T14:20:01.297Z] Successfully built 51d52ea61c32 [2020-08-17T14:20:01.573Z] Removing intermediate container 214b68c99815 [2020-08-17T14:20:01.573Z] ---> 3fce679e15c8 [2020-08-17T14:20:01.573Z] Step 13/26 : WORKDIR / [2020-08-17T14:20:01.573Z] Successfully tagged docker-core-command-go:latest [2020-08-17T14:20:01.573Z] Building docker-support-notifications-go [2020-08-17T14:20:01.573Z]  Building docker-core-command-go ... done  ---> Running in 769b6d2ad465 [2020-08-17T14:20:01.840Z] ---> Running in 8c91a1227c22 [2020-08-17T14:20:01.840Z] Removing intermediate container b04d15d1c87c [2020-08-17T14:20:01.840Z] ---> 75ab898a85cf [2020-08-17T14:20:01.840Z] [2020-08-17T14:20:01.840Z] ---> c3ea39964b8d [2020-08-17T14:20:01.840Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T14:20:02.101Z] Successfully built 75ab898a85cf [2020-08-17T14:20:02.101Z] Successfully tagged docker-core-metadata-go:latest [2020-08-17T14:20:02.101Z] Building docker-core-data-go [2020-08-17T14:20:02.374Z]  Building docker-core-metadata-go ... done Removing intermediate container 8c91a1227c22 [2020-08-17T14:20:02.374Z] ---> 5cf7ade9dd68 [2020-08-17T14:20:02.374Z] 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-17T14:20:02.638Z] ---> a033328d734b [2020-08-17T14:20:02.638Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T14:20:07.939Z] ---> e74e54cce6de [2020-08-17T14:20:07.939Z] 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-17T14:20:09.330Z] ---> 85d889ad2063 [2020-08-17T14:20:09.330Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T14:20:09.593Z] ---> dd36fba60b59 [2020-08-17T14:20:09.593Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T14:20:10.170Z] ---> Running in b07b47247cd2 [2020-08-17T14:20:11.454Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T14:20:14.393Z] Removing intermediate container 769b6d2ad465 [2020-08-17T14:20:14.393Z] ---> 2ff95448bee3 [2020-08-17T14:20:14.393Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T14:20:15.343Z] ---> c6c900d0f1e2 [2020-08-17T14:20:15.343Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T14:20:15.607Z] ---> Running in 92339d2aef16 [2020-08-17T14:20:16.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:20:16.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:20:16.830Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T14:20:16.830Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T14:20:16.830Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T14:20:16.830Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T14:20:17.091Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T14:20:17.091Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T14:20:17.353Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T14:20:18.754Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:20:18.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:20:18.755Z] ---> 8d625849910d [2020-08-17T14:20:19.023Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T14:20:19.023Z] ---> Using cache [2020-08-17T14:20:19.023Z] ---> 8ccbe8d2be91 [2020-08-17T14:20:19.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:20:19.023Z] ---> Using cache [2020-08-17T14:20:19.023Z] ---> e1094d002990 [2020-08-17T14:20:19.023Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T14:20:19.023Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:20:19.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:20:19.023Z] ---> 8d625849910d [2020-08-17T14:20:19.023Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T14:20:19.023Z] ---> Using cache [2020-08-17T14:20:19.023Z] ---> 8ccbe8d2be91 [2020-08-17T14:20:19.023Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:20:19.023Z] ---> Using cache [2020-08-17T14:20:19.023Z] ---> e1094d002990 [2020-08-17T14:20:19.023Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T14:20:22.402Z] ---> 16410ba4806d [2020-08-17T14:20:22.402Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T14:20:22.665Z] ---> Running in b16f48d3e076 [2020-08-17T14:20:22.665Z] ---> Running in 0f5b3428e316 [2020-08-17T14:20:22.929Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T14:20:22.929Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T14:20:22.929Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T14:20:22.929Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T14:20:22.929Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T14:20:23.191Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T14:20:23.191Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T14:20:23.453Z] ---> ce1feafc35d9 [2020-08-17T14:20:23.453Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T14:20:23.453Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T14:20:23.453Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T14:20:23.453Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T14:20:23.453Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T14:20:23.453Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T14:20:23.453Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T14:20:23.453Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T14:20:23.453Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T14:20:23.717Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T14:20:23.717Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T14:20:23.717Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T14:20:23.717Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T14:20:23.979Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T14:20:24.253Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T14:20:24.253Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T14:20:24.253Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T14:20:24.253Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T14:20:24.253Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T14:20:24.253Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T14:20:24.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:20:24.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:20:25.092Z] ---> 30b77bb0464e [2020-08-17T14:20:25.092Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T14:20:25.092Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:20:25.092Z] OK: 71 MiB in 55 packages [2020-08-17T14:20:25.092Z] Removing intermediate container 92339d2aef16 [2020-08-17T14:20:25.092Z] ---> 94e7fe71c881 [2020-08-17T14:20:25.092Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T14:20:25.092Z] ---> Running in e64fdb42ba2a [2020-08-17T14:20:25.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:20:25.355Z] Removing intermediate container e64fdb42ba2a [2020-08-17T14:20:25.355Z] ---> c76dbc0a91da [2020-08-17T14:20:25.355Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T14:20:25.355Z] ---> 4e1da7454f75 [2020-08-17T14:20:25.355Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T14:20:25.616Z] ---> Running in ac15fe86657b [2020-08-17T14:20:25.616Z] Removing intermediate container ac15fe86657b [2020-08-17T14:20:25.616Z] ---> 0dc5ab6b0484 [2020-08-17T14:20:25.616Z] Step 27/29 : LABEL arch=x86_64 [2020-08-17T14:20:25.879Z] ---> 2c95538db2dd [2020-08-17T14:20:25.879Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T14:20:25.879Z] ---> Running in 5258003aca31 [2020-08-17T14:20:25.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:20:26.143Z] ---> Running in 9c18ea57ca3a [2020-08-17T14:20:26.403Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:20:26.403Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:20:26.403Z] OK: 12746 distinct packages available [2020-08-17T14:20:26.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T14:20:26.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T14:20:26.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T14:20:26.584Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.042s [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T14:20:26.584Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T14:20:26.664Z] OK: 233 MiB in 51 packages [2020-08-17T14:20:27.242Z] Removing intermediate container 5258003aca31 [2020-08-17T14:20:27.242Z] ---> dcf6c8516bb1 [2020-08-17T14:20:27.242Z] Step 28/29 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:20:27.242Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:20:27.242Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:20:27.242Z] OK: 12746 distinct packages available [2020-08-17T14:20:27.242Z] OK: 233 MiB in 51 packages [2020-08-17T14:20:30.560Z] ---> Running in edb99b4a4bfa [2020-08-17T14:20:31.133Z] Removing intermediate container b07b47247cd2 [2020-08-17T14:20:31.133Z] ---> b15eac3f94b6 [2020-08-17T14:20:31.133Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T14:20:31.133Z] Removing intermediate container edb99b4a4bfa [2020-08-17T14:20:31.133Z] ---> c652b78796ec [2020-08-17T14:20:31.133Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T14:20:31.133Z] ---> Running in 4c4a90eae2e1 [2020-08-17T14:20:31.133Z] Removing intermediate container 0f5b3428e316 [2020-08-17T14:20:31.133Z] ---> a0f110e1f205 [2020-08-17T14:20:31.133Z] Step 6/23 : COPY go.mod . [2020-08-17T14:20:31.133Z] Removing intermediate container b16f48d3e076 [2020-08-17T14:20:31.133Z] ---> 6a546d7958dc [2020-08-17T14:20:31.133Z] Step 6/22 : COPY go.mod . [2020-08-17T14:20:31.393Z] ---> Running in ebd2cc6cf2c0 [2020-08-17T14:20:31.653Z] Removing intermediate container 9c18ea57ca3a [2020-08-17T14:20:31.653Z] ---> 74b98f1897c3 [2020-08-17T14:20:31.653Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T14:20:31.653Z] ---> 4d124c4f2124 [2020-08-17T14:20:31.653Z] Step 7/23 : RUN go mod download [2020-08-17T14:20:31.653Z] ---> ac68aa6eb514 [2020-08-17T14:20:31.653Z] Step 7/22 : RUN go mod download [2020-08-17T14:20:32.224Z] Removing intermediate container ebd2cc6cf2c0 [2020-08-17T14:20:32.224Z] ---> e445a301bfaf [2020-08-17T14:20:32.224Z] [2020-08-17T14:20:32.224Z] ---> Running in eaefb21fc867 [2020-08-17T14:20:32.224Z] ---> Running in 0a3a55a1954c [2020-08-17T14:20:32.224Z] Successfully built e445a301bfaf [2020-08-17T14:20:32.224Z] ---> Running in e55ab7d81c9e [2020-08-17T14:20:32.497Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-17T14:20:32.497Z] Building docker-security-proxy-setup-go [2020-08-17T14:20:32.497Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container eaefb21fc867 [2020-08-17T14:20:32.497Z] ---> 84663875f6ef [2020-08-17T14:20:32.497Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T14:20:33.078Z] ---> Running in ef0655b8b2ec [2020-08-17T14:20:35.627Z] Collecting docker-compose==1.23.2 [2020-08-17T14:20:35.627Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T14:20:36.571Z] Removing intermediate container ef0655b8b2ec [2020-08-17T14:20:36.571Z] ---> 36ee5ea262c3 [2020-08-17T14:20:36.571Z] Step 25/26 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:20:36.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.223s coverage: 46.6% of statements [2020-08-17T14:20:36.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T14:20:36.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T14:20:36.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T14:20:36.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T14:20:36.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T14:20:36.844Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T14:20:36.844Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T14:20:36.844Z] ---> Running in bcc3f0eb3573 [2020-08-17T14:20:36.844Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T14:20:36.844Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T14:20:36.844Z] Removing intermediate container bcc3f0eb3573 [2020-08-17T14:20:36.844Z] ---> a49444edb718 [2020-08-17T14:20:36.844Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T14:20:37.418Z] ---> Running in 4bdf9e37b156 [2020-08-17T14:20:37.418Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T14:20:37.418Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T14:20:37.679Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T14:20:37.680Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T14:20:38.253Z] Removing intermediate container 4bdf9e37b156 [2020-08-17T14:20:38.253Z] ---> 0a36aad0878b [2020-08-17T14:20:38.253Z] [2020-08-17T14:20:38.253Z] Successfully built 0a36aad0878b [2020-08-17T14:20:38.253Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-17T14:20:38.253Z] Building docker-support-scheduler-go [2020-08-17T14:20:38.517Z]  Building docker-security-secretstore-setup-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T14:20:38.779Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T14:20:39.733Z] 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-17T14:20:40.684Z] Collecting PyYAML<4,>=3.10 [2020-08-17T14:20:40.684Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T14:20:43.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.3% of statements [2020-08-17T14:20:43.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T14:20:43.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T14:20:43.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T14:20:43.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T14:20:43.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T14:20:43.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T14:20:43.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2020-08-17T14:20:43.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T14:20:43.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2020-08-17T14:20:43.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T14:20:44.912Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T14:20:44.912Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T14:20:45.178Z] Removing intermediate container 0a3a55a1954c [2020-08-17T14:20:45.178Z] ---> d27991a78dac [2020-08-17T14:20:45.178Z] Step 8/23 : COPY . . [2020-08-17T14:20:45.178Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T14:20:45.178Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T14:20:45.442Z] Removing intermediate container e55ab7d81c9e [2020-08-17T14:20:45.442Z] ---> 56fd48c1d3ef [2020-08-17T14:20:45.442Z] Step 8/22 : COPY . . [2020-08-17T14:20:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.278s coverage: 28.6% of statements [2020-08-17T14:20:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T14:20:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T14:20:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T14:20:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T14:20:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T14:20:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements [2020-08-17T14:20:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T14:20:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-08-17T14:20:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T14:20:46.388Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T14:20:46.388Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T14:20:47.335Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T14:20:47.335Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T14:20:47.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.078s coverage: 89.8% of statements [2020-08-17T14:20:47.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T14:20:47.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.160s coverage: 97.5% of statements [2020-08-17T14:20:47.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T14:20:48.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T14:20:48.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T14:20:48.319Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2020-08-17T14:20:48.869Z] 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-17T14:20:48.869Z] 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-17T14:20:49.580Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:20:49.580Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:20:49.580Z] ---> 8d625849910d [2020-08-17T14:20:49.580Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T14:20:49.580Z] ---> Using cache [2020-08-17T14:20:49.580Z] ---> 8ccbe8d2be91 [2020-08-17T14:20:49.580Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:20:49.580Z] ---> Using cache [2020-08-17T14:20:49.580Z] ---> e1094d002990 [2020-08-17T14:20:49.580Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T14:20:49.580Z] ---> Using cache [2020-08-17T14:20:49.580Z] ---> 893d7e900b13 [2020-08-17T14:20:49.580Z] Step 6/20 : COPY go.mod . [2020-08-17T14:20:49.580Z] ---> Using cache [2020-08-17T14:20:49.580Z] ---> 304737da02c9 [2020-08-17T14:20:49.580Z] Step 7/20 : RUN go mod download [2020-08-17T14:20:49.580Z] ---> Using cache [2020-08-17T14:20:49.580Z] ---> b213a4072cff [2020-08-17T14:20:49.580Z] Step 8/20 : COPY . . [2020-08-17T14:20:49.580Z] ---> Using cache [2020-08-17T14:20:49.580Z] ---> 6fba63c96e3d [2020-08-17T14:20:49.580Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T14:20:51.060Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T14:20:51.060Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T14:20:52.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.150s coverage: 63.5% of statements [2020-08-17T14:20:52.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T14:20:52.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T14:20:52.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-08-17T14:20:52.983Z] Collecting idna<2.8,>=2.5 [2020-08-17T14:20:52.983Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T14:20:53.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.281s coverage: 55.9% of statements [2020-08-17T14:20:53.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T14:20:53.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T14:20:53.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T14:20:53.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T14:20:53.933Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T14:20:53.933Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T14:20:53.933Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T14:20:53.933Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T14:20:54.516Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, docopt, PyYAML, dockerpty, cached-property, docker-compose [2020-08-17T14:20:54.781Z] ---> Running in 7fa5feece2e3 [2020-08-17T14:20:55.362Z] Attempting uninstall: urllib3 [2020-08-17T14:20:55.362Z] Found existing installation: urllib3 1.25.9 [2020-08-17T14:20:55.362Z] Uninstalling urllib3-1.25.9: [2020-08-17T14:20:55.622Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T14:20:57.543Z] Attempting uninstall: idna [2020-08-17T14:20:57.543Z] Found existing installation: idna 2.9 [2020-08-17T14:20:57.543Z] Uninstalling idna-2.9: [2020-08-17T14:20:57.543Z] Successfully uninstalled idna-2.9 [2020-08-17T14:20:58.941Z] Attempting uninstall: requests [2020-08-17T14:20:58.941Z] Found existing installation: requests 2.23.0 [2020-08-17T14:20:58.941Z] Uninstalling requests-2.23.0: [2020-08-17T14:20:58.941Z] 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-17T14:20:59.208Z] Successfully uninstalled requests-2.23.0 [2020-08-17T14:21:00.601Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:21:00.601Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:21:00.601Z] ---> 8d625849910d [2020-08-17T14:21:00.601Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T14:21:00.601Z] ---> Using cache [2020-08-17T14:21:00.601Z] ---> 8ccbe8d2be91 [2020-08-17T14:21:00.601Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:21:00.601Z] ---> Using cache [2020-08-17T14:21:00.601Z] ---> e1094d002990 [2020-08-17T14:21:00.601Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T14:21:00.601Z] ---> Using cache [2020-08-17T14:21:00.601Z] ---> 893d7e900b13 [2020-08-17T14:21:00.601Z] Step 6/20 : COPY go.mod . [2020-08-17T14:21:00.601Z] ---> Using cache [2020-08-17T14:21:00.601Z] ---> 304737da02c9 [2020-08-17T14:21:00.601Z] Step 7/20 : RUN go mod download [2020-08-17T14:21:00.601Z] ---> Using cache [2020-08-17T14:21:00.601Z] ---> b213a4072cff [2020-08-17T14:21:00.601Z] Step 8/20 : COPY . . [2020-08-17T14:21:00.601Z] ---> Using cache [2020-08-17T14:21:00.601Z] ---> 6fba63c96e3d [2020-08-17T14:21:00.601Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T14:21:05.958Z] ---> Running in 83cb93f3f6a7 [2020-08-17T14:21:05.958Z] Running setup.py install for texttable: started [2020-08-17T14:21:06.936Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T14:21:07.211Z] Running setup.py install for docopt: started [2020-08-17T14:21:07.486Z] 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-17T14:21:07.750Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T14:21:07.750Z] Running setup.py install for PyYAML: started [2020-08-17T14:21:09.172Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T14:21:09.172Z] Running setup.py install for dockerpty: started [2020-08-17T14:21:09.779Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T14:21:11.214Z] 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-17T14:21:17.967Z] ---> ea1252d72fb5 [2020-08-17T14:21:17.967Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T14:21:17.967Z] ---> a3ecf00683ee [2020-08-17T14:21:17.967Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T14:21:18.232Z] ---> Running in f81f8f4bdea1 [2020-08-17T14:21:18.499Z] ---> Running in 082fd9345789 [2020-08-17T14:21:18.769Z] Removing intermediate container 4c4a90eae2e1 [2020-08-17T14:21:18.769Z] ---> 60d1530836e2 [2020-08-17T14:21:18.769Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T14:21:18.769Z] ---> Running in 64648d986867 [2020-08-17T14:21:19.769Z] 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-17T14:21:19.769Z] 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-17T14:21:19.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:21:20.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:21:20.041Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T14:21:20.041Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T14:21:20.316Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T14:21:20.316Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:21:20.316Z] OK: 72 MiB in 58 packages [2020-08-17T14:21:21.293Z] Removing intermediate container 64648d986867 [2020-08-17T14:21:21.293Z] ---> e8b51baad3c3 [2020-08-17T14:21:21.293Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:21:23.871Z] ---> Running in f540a320ea8a [2020-08-17T14:21:23.871Z] Removing intermediate container 7fa5feece2e3 [2020-08-17T14:21:23.871Z] ---> 7e2a6632df7d [2020-08-17T14:21:23.871Z] [2020-08-17T14:21:23.871Z] Step 10/20 : FROM alpine [2020-08-17T14:21:23.871Z] ---> a24bb4013296 [2020-08-17T14:21:23.871Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T14:21:24.138Z] Removing intermediate container f540a320ea8a [2020-08-17T14:21:24.138Z] ---> f2583c2d32e9 [2020-08-17T14:21:24.138Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T14:21:24.138Z] ---> Running in 6466c5ad2b9f [2020-08-17T14:21:24.406Z] ---> Running in ee9466510f10 [2020-08-17T14:21:25.375Z] Removing intermediate container ee9466510f10 [2020-08-17T14:21:25.375Z] ---> 03ab3c58fca7 [2020-08-17T14:21:25.375Z] Step 25/26 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:21:25.640Z] ---> Running in 40ef07e42c60 [2020-08-17T14:21:25.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:21:25.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:21:25.905Z] Removing intermediate container 40ef07e42c60 [2020-08-17T14:21:25.905Z] ---> 7c2577ae12be [2020-08-17T14:21:25.905Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T14:21:25.905Z] ---> Running in 08507505e7ab [2020-08-17T14:21:26.172Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:21:26.172Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:21:26.172Z] OK: 12746 distinct packages available [2020-08-17T14:21:26.172Z] Removing intermediate container 08507505e7ab [2020-08-17T14:21:26.172Z] ---> a8c80df779fe [2020-08-17T14:21:26.172Z] [2020-08-17T14:21:26.434Z] Successfully built a8c80df779fe [2020-08-17T14:21:26.434Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-17T14:21:26.434Z] Building docker-support-logging-go [2020-08-17T14:21:26.703Z]  Building docker-sys-mgmt-agent-go ... done (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T14:21:26.703Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T14:21:26.703Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T14:21:26.703Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T14:21:26.703Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:21:26.969Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T14:21:26.969Z] OK: 7 MiB in 18 packages [2020-08-17T14:21:35.235Z] Removing intermediate container 6466c5ad2b9f [2020-08-17T14:21:35.235Z] ---> 3044aac4d143 [2020-08-17T14:21:35.235Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T14:21:37.826Z] ---> Running in db51e9c607ee [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 43.271s coverage: 86.3% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.086s coverage: 72.2% of statements [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.416s coverage: 72.1% of statements [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 26.9% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.281s coverage: 84.1% of statements [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.031s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.078s coverage: 46.1% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.038s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.194s coverage: 29.1% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.048s coverage: 99.0% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T14:21:40.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-17T14:21:40.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-17T14:21:40.591Z] GO111MODULE=on go vet ./... [2020-08-17T14:21:42.108Z] Removing intermediate container db51e9c607ee [2020-08-17T14:21:42.108Z] ---> 0f77ae62450c [2020-08-17T14:21:42.108Z] Step 13/20 : WORKDIR /edgex [2020-08-17T14:21:43.523Z] Removing intermediate container 83cb93f3f6a7 [2020-08-17T14:21:43.523Z] ---> c197cc47be1b [2020-08-17T14:21:43.523Z] [2020-08-17T14:21:43.523Z] Step 10/20 : FROM scratch [2020-08-17T14:21:43.523Z] ---> [2020-08-17T14:21:43.523Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T14:21:44.930Z] ---> Using cache [2020-08-17T14:21:44.930Z] ---> ae690658eb8f [2020-08-17T14:21:44.930Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T14:21:45.509Z] ---> Running in bd7d48838aba [2020-08-17T14:21:45.770Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:21:45.770Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:21:45.770Z] ---> 8d625849910d [2020-08-17T14:21:45.770Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T14:21:45.770Z] ---> Using cache [2020-08-17T14:21:45.770Z] ---> 8ccbe8d2be91 [2020-08-17T14:21:45.770Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:21:45.770Z] ---> Using cache [2020-08-17T14:21:45.770Z] ---> e1094d002990 [2020-08-17T14:21:45.770Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T14:21:47.170Z] ---> Running in 33311e4dbb9c [2020-08-17T14:21:47.170Z] ---> Running in f5ebb39913fe [2020-08-17T14:21:47.444Z] Removing intermediate container 33311e4dbb9c [2020-08-17T14:21:47.444Z] ---> b011d7510820 [2020-08-17T14:21:47.444Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T14:21:47.444Z] Removing intermediate container bd7d48838aba [2020-08-17T14:21:47.444Z] ---> 24a9233f12f1 [2020-08-17T14:21:47.444Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T14:21:47.444Z] ---> Running in 81abfc876dee [2020-08-17T14:21:48.027Z] Removing intermediate container 81abfc876dee [2020-08-17T14:21:48.027Z] ---> 4eaec427901a [2020-08-17T14:21:48.027Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T14:21:48.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:21:48.027Z] ---> fbcb9bfa8741 [2020-08-17T14:21:48.027Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T14:21:48.293Z] ---> b331d0281542 [2020-08-17T14:21:48.293Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T14:21:48.559Z] ---> edb51cec5913 [2020-08-17T14:21:48.559Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T14:21:48.820Z] ---> Running in 7034696334d4 [2020-08-17T14:21:48.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:21:49.098Z] ---> cd2cf4c31627 [2020-08-17T14:21:49.098Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T14:21:49.098Z] Removing intermediate container 7034696334d4 [2020-08-17T14:21:49.098Z] ---> a9729bc34537 [2020-08-17T14:21:49.098Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T14:21:49.098Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:21:49.098Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:21:49.098Z] OK: 12746 distinct packages available [2020-08-17T14:21:49.369Z] OK: 233 MiB in 51 packages [2020-08-17T14:21:49.631Z] ---> Running in f76ad45527a1 [2020-08-17T14:21:50.203Z] OK: 233 MiB in 51 packages [2020-08-17T14:21:50.775Z] ---> c7b82833f87f [2020-08-17T14:21:50.775Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:21:51.356Z] ---> Running in 0aac06f2d147 [2020-08-17T14:21:51.356Z] Removing intermediate container f76ad45527a1 [2020-08-17T14:21:51.356Z] ---> af61cea75a0d [2020-08-17T14:21:51.356Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T14:21:51.621Z] Removing intermediate container f81f8f4bdea1 [2020-08-17T14:21:51.621Z] ---> 3be3c79f6a00 [2020-08-17T14:21:51.621Z] [2020-08-17T14:21:51.621Z] Step 10/23 : FROM scratch [2020-08-17T14:21:51.621Z] ---> [2020-08-17T14:21:51.621Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T14:21:51.621Z] ---> Running in 26cd82c9b7fc [2020-08-17T14:21:51.882Z] ---> Running in f6e324ec2cab [2020-08-17T14:21:51.882Z] Removing intermediate container 0aac06f2d147 [2020-08-17T14:21:51.882Z] ---> 54915749fedc [2020-08-17T14:21:51.882Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T14:21:51.882Z] Removing intermediate container f5ebb39913fe [2020-08-17T14:21:51.882Z] ---> 5b024345fd16 [2020-08-17T14:21:51.882Z] Step 6/21 : COPY go.mod . [2020-08-17T14:21:52.143Z] ---> Running in 2822a09ae10f [2020-08-17T14:21:52.143Z] Removing intermediate container 26cd82c9b7fc [2020-08-17T14:21:52.143Z] ---> b0a04e4a48f9 [2020-08-17T14:21:52.143Z] Step 19/20 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:21:52.143Z] Removing intermediate container f6e324ec2cab [2020-08-17T14:21:52.143Z] ---> 21a1578a085f [2020-08-17T14:21:52.143Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T14:21:52.404Z] ---> Running in 1dbd9673ff54 [2020-08-17T14:21:52.404Z] ---> Running in 43b9d82bc08c [2020-08-17T14:21:52.404Z] ---> a3df39a10399 [2020-08-17T14:21:52.404Z] Step 7/21 : RUN go mod download [2020-08-17T14:21:52.404Z] Removing intermediate container 2822a09ae10f [2020-08-17T14:21:52.404Z] ---> a9b3b310cd69 [2020-08-17T14:21:52.404Z] Step 19/20 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:21:53.347Z] ---> Running in ec04e011ab82 [2020-08-17T14:21:53.347Z] ---> Running in deccceabd5ee [2020-08-17T14:21:53.613Z] Removing intermediate container 43b9d82bc08c [2020-08-17T14:21:53.613Z] ---> 33bf5ae59c8e [2020-08-17T14:21:53.613Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T14:21:53.613Z] Removing intermediate container 1dbd9673ff54 [2020-08-17T14:21:53.613Z] ---> 4bcb359a73fc [2020-08-17T14:21:53.613Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T14:21:53.613Z] ---> Running in 22cbaf8a25ac [2020-08-17T14:21:53.873Z] Removing intermediate container deccceabd5ee [2020-08-17T14:21:53.873Z] ---> ad2a6a2efb4d [2020-08-17T14:21:53.873Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T14:21:53.873Z] ---> Running in c372520de87e [2020-08-17T14:21:54.134Z] ---> Running in 17b3f2e79f50 [2020-08-17T14:21:54.134Z] Removing intermediate container 22cbaf8a25ac [2020-08-17T14:21:54.134Z] ---> 41d73f094589 [2020-08-17T14:21:54.134Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T14:21:54.134Z] Removing intermediate container c372520de87e [2020-08-17T14:21:54.134Z] ---> 36bb4b1398a1 [2020-08-17T14:21:54.134Z] [2020-08-17T14:21:54.396Z] Successfully built 36bb4b1398a1 [2020-08-17T14:21:54.396Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-17T14:21:54.397Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 17b3f2e79f50 [2020-08-17T14:21:54.397Z] ---> 32ef3dbf4642 [2020-08-17T14:21:54.397Z] [2020-08-17T14:21:54.972Z] Successfully built 32ef3dbf4642 [2020-08-17T14:21:55.690Z] gofmt -l . [2020-08-17T14:21:55.690Z] [ "`gofmt -l .`" = "" ] [2020-08-17T14:21:56.371Z] ---> 7fbc42d41c6a [2020-08-17T14:21:56.371Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T14:21:56.371Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-17T14:21:57.366Z]  Building docker-support-scheduler-go ... done Removing intermediate container 082fd9345789 [2020-08-17T14:21:57.366Z] ---> 02084dbb9817 [2020-08-17T14:21:57.366Z] [2020-08-17T14:21:57.366Z] Step 10/22 : FROM alpine [2020-08-17T14:21:57.366Z] ---> a24bb4013296 [2020-08-17T14:21:57.366Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T14:21:57.366Z] ---> d57e9aeb2722 [2020-08-17T14:21:57.366Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T14:21:57.639Z] ---> Running in 0262438e36e2 [2020-08-17T14:21:57.662Z] ./bin/test-go-mod-tidy.sh [2020-08-17T14:21:57.930Z] Removing intermediate container ec04e011ab82 [2020-08-17T14:21:57.930Z] ---> 31b16911b0c8 [2020-08-17T14:21:57.930Z] Step 8/21 : COPY . . [2020-08-17T14:21:58.261Z] ./bin/test-attribution-txt.sh [2020-08-17T14:21:58.531Z] Removing intermediate container 0262438e36e2 [2020-08-17T14:21:58.532Z] ---> dea5ed126ad5 [2020-08-17T14:21:58.532Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T14:21:59.481Z] ---> 8128b1450db4 [2020-08-17T14:21:59.481Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T14:21:59.481Z] ---> Running in 76e5c6ddd0a3 [Pipeline] sh [2020-08-17T14:22:01.525Z] + ls -al . [2020-08-17T14:22:01.525Z] total 584 [2020-08-17T14:22:01.525Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 14:22 . [2020-08-17T14:22:01.525Z] drwxr-xr-x 4 root root 4096 Aug 17 14:19 .. [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 14:17 .dockerignore [2020-08-17T14:22:01.525Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 14:17 .git [2020-08-17T14:22:01.525Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 14:17 .github [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 14:17 .gitignore [2020-08-17T14:22:01.525Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 14:18 .semver [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 14:17 .sonarcloud.properties [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 14:17 CONTRIBUTING.md [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 14:17 Dockerfile.build [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 14:17 Jenkinsfile [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 14:17 LICENSE [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 14:17 Makefile [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 14:17 README.md [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 259 Aug 17 14:17 SECURITY.md [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 14:15 VERSION [2020-08-17T14:22:01.525Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 14:17 ZMQWindows.md [2020-08-17T14:22:01.525Z] drwxrwxr-x 2 1001 1001 4096 Aug 17 14:17 bin [2020-08-17T14:22:01.525Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 14:17 cmd [2020-08-17T14:22:01.525Z] -rw-r--r-- 1 root root 455803 Aug 17 14:21 coverage.out [2020-08-17T14:22:01.525Z] -rw-r--r-- 1 root root 1019 Aug 17 14:21 go.mod [2020-08-17T14:22:01.525Z] -rw-r--r-- 1 root root 18146 Aug 17 14:21 go.sum [2020-08-17T14:22:01.525Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 14:17 internal [2020-08-17T14:22:01.525Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 14:17 openapi [2020-08-17T14:22:01.526Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 14:17 snap [2020-08-17T14:22:01.526Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 14:17 version.go [Pipeline] sh [2020-08-17T14:22:02.187Z] + '[' -e coverage.out ] [2020-08-17T14:22:02.187Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T14:22:02.242Z] Warning: overwriting stash ‘coverage-report’ [2020-08-17T14:22:02.789Z] ---> 034dbed4914e [2020-08-17T14:22:02.789Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T14:22:02.789Z] Removing intermediate container 76e5c6ddd0a3 [2020-08-17T14:22:02.789Z] ---> 5ef337d4689b [2020-08-17T14:22:02.789Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T14:22:03.229Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T14:22:03.361Z] ---> Running in 4f5a4538fcb8 [2020-08-17T14:22:03.915Z] + make build [2020-08-17T14:22:03.915Z] 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-17T14:22:06.664Z] Removing intermediate container 4f5a4538fcb8 [2020-08-17T14:22:06.664Z] ---> 9880a6216916 [2020-08-17T14:22:06.664Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:22:06.664Z] ---> acc0ef571a86 [2020-08-17T14:22:06.664Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T14:22:09.217Z] ---> Running in b9ea9d1c3f06 [2020-08-17T14:22:10.611Z] ---> f19208750ae2 [2020-08-17T14:22:10.611Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:22:12.001Z] ---> Running in 8f7362dce700 [2020-08-17T14:22:13.392Z] Removing intermediate container 8f7362dce700 [2020-08-17T14:22:13.392Z] ---> 404527e1e5bf [2020-08-17T14:22:13.392Z] Step 21/23 : LABEL arch=x86_64 [2020-08-17T14:22:13.975Z] ---> Running in f9f7b8a59540 [2020-08-17T14:22:15.891Z] Removing intermediate container f9f7b8a59540 [2020-08-17T14:22:15.891Z] ---> 51053638e23a [2020-08-17T14:22:15.891Z] Step 22/23 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:22:15.891Z] Removing intermediate container b9ea9d1c3f06 [2020-08-17T14:22:15.891Z] ---> 7da54992ea53 [2020-08-17T14:22:15.891Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T14:22:15.891Z] ---> Running in b1ba3ae37e03 [2020-08-17T14:22:15.891Z] ---> Running in 5056d25e68b3 [2020-08-17T14:22:15.891Z] ---> 9a271ed9a8d3 [2020-08-17T14:22:15.891Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T14:22:15.891Z] ---> Running in d59042efe939 [2020-08-17T14:22:16.154Z] Removing intermediate container 5056d25e68b3 [2020-08-17T14:22:16.154Z] ---> 9c2a1fa1e089 [2020-08-17T14:22:16.154Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T14:22:16.154Z] ---> Running in dde0edbaacd3 [2020-08-17T14:22:16.418Z] Removing intermediate container dde0edbaacd3 [2020-08-17T14:22:16.418Z] ---> f48b43ff6058 [2020-08-17T14:22:16.418Z] [2020-08-17T14:22:16.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T14:22:16.679Z] 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-17T14:22:16.679Z] Successfully built f48b43ff6058 [2020-08-17T14:22:16.679Z] Successfully tagged docker-support-notifications-go:latest [2020-08-17T14:22:17.264Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T14:22:17.531Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T14:22:17.797Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T14:22:17.797Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T14:22:17.797Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T14:22:18.067Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T14:22:18.067Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:22:18.067Z] OK: 8 MiB in 19 packages [2020-08-17T14:22:19.477Z] Removing intermediate container b1ba3ae37e03 [2020-08-17T14:22:19.477Z] ---> 388845dde9c3 [2020-08-17T14:22:19.477Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T14:22:19.740Z] ---> 99eb357f9232 [2020-08-17T14:22:19.740Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T14:22:20.711Z] ---> 3d828753d3a2 [2020-08-17T14:22:20.711Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T14:22:20.989Z] ---> 604e915c093d [2020-08-17T14:22:20.989Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:22:20.989Z] ---> Running in bb8b8914d1ab [2020-08-17T14:22:21.281Z] Removing intermediate container bb8b8914d1ab [2020-08-17T14:22:21.281Z] ---> 06a4e86ea29d [2020-08-17T14:22:21.281Z] Step 20/22 : LABEL arch=x86_64 [2020-08-17T14:22:21.281Z] ---> Running in e76bc766d151 [2020-08-17T14:22:21.565Z] Removing intermediate container e76bc766d151 [2020-08-17T14:22:21.565Z] ---> f27acbd5bdb0 [2020-08-17T14:22:21.565Z] Step 21/22 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:22:21.565Z] ---> Running in 61b452a6a3f9 [2020-08-17T14:22:21.837Z] Removing intermediate container 61b452a6a3f9 [2020-08-17T14:22:21.837Z] ---> 4fc09dcb8be1 [2020-08-17T14:22:21.837Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T14:22:21.837Z] ---> Running in bc8cdf915d55 [2020-08-17T14:22:22.112Z] Removing intermediate container bc8cdf915d55 [2020-08-17T14:22:22.112Z] ---> d0d97dc80cf0 [2020-08-17T14:22:22.112Z] [2020-08-17T14:22:22.331Z] 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-17T14:22:22.383Z] Successfully built d0d97dc80cf0 [2020-08-17T14:22:22.383Z] Successfully tagged docker-core-data-go:latest [2020-08-17T14:22:27.689Z]  Building docker-core-data-go ... done Removing intermediate container d59042efe939 [2020-08-17T14:22:27.689Z] ---> 789eead31eeb [2020-08-17T14:22:27.689Z] [2020-08-17T14:22:27.689Z] Step 10/21 : FROM scratch [2020-08-17T14:22:27.689Z] ---> [2020-08-17T14:22:27.689Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T14:22:27.689Z] ---> Using cache [2020-08-17T14:22:27.689Z] ---> 21a1578a085f [2020-08-17T14:22:27.689Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T14:22:27.689Z] ---> Running in 5e18cbba3934 [2020-08-17T14:22:27.689Z] Removing intermediate container 5e18cbba3934 [2020-08-17T14:22:27.689Z] ---> c6415d480331 [2020-08-17T14:22:27.689Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T14:22:27.689Z] ---> Running in 3c279faa6d73 [2020-08-17T14:22:27.949Z] Removing intermediate container 3c279faa6d73 [2020-08-17T14:22:27.949Z] ---> c8d32bae6529 [2020-08-17T14:22:27.949Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T14:22:28.211Z] ---> 8cec02e7b26d [2020-08-17T14:22:28.211Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T14:22:28.471Z] ---> 50da4aa781dd [2020-08-17T14:22:28.471Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T14:22:29.043Z] ---> 13637129ca3d [2020-08-17T14:22:29.043Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T14:22:29.305Z] ---> f3f9828eed14 [2020-08-17T14:22:29.305Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:22:29.305Z] ---> Running in 808461e5dbac [2020-08-17T14:22:29.566Z] Removing intermediate container 808461e5dbac [2020-08-17T14:22:29.566Z] ---> 3d7aa45f5ec7 [2020-08-17T14:22:29.566Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T14:22:29.566Z] ---> Running in f21b8b8bba9e [2020-08-17T14:22:29.827Z] Removing intermediate container f21b8b8bba9e [2020-08-17T14:22:29.827Z] ---> 3b49cb372961 [2020-08-17T14:22:29.827Z] Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:22:29.827Z] ---> Running in ad3d24610cd7 [2020-08-17T14:22:29.827Z] Removing intermediate container ad3d24610cd7 [2020-08-17T14:22:29.827Z] ---> 020bfc82c23b [2020-08-17T14:22:29.827Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T14:22:30.088Z] ---> Running in bae802f9edde [2020-08-17T14:22:30.088Z] Removing intermediate container bae802f9edde [2020-08-17T14:22:30.088Z] ---> 1fbe7173de07 [2020-08-17T14:22:30.088Z] [2020-08-17T14:22:30.351Z] Successfully built 1fbe7173de07 [2020-08-17T14:22:30.351Z] Successfully tagged docker-support-logging-go:latest [2020-08-17T14:22:30.946Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-08-17T14:22:30.992Z] $ docker stop --time=1 b7ef65ec16519b0e7e800000feb89028839f64818150599ec8947f0e30fb4f71 [2020-08-17T14:22:32.467Z] 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-17T14:22:32.708Z] $ docker rm -f b7ef65ec16519b0e7e800000feb89028839f64818150599ec8947f0e30fb4f71 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T14:22:33.264Z] + docker images [2020-08-17T14:22:33.264Z] + grep docker [2020-08-17T14:22:33.264Z] docker-support-logging-go latest 1fbe7173de07 4 seconds ago 11.8MB [2020-08-17T14:22:33.264Z] docker-core-data-go latest d0d97dc80cf0 12 seconds ago 23.8MB [2020-08-17T14:22:33.264Z] docker-support-notifications-go latest f48b43ff6058 17 seconds ago 14.4MB [2020-08-17T14:22:33.264Z] docker-support-scheduler-go latest 32ef3dbf4642 39 seconds ago 13.1MB [2020-08-17T14:22:33.264Z] docker-security-proxy-setup-go latest 36bb4b1398a1 40 seconds ago 16.4MB [2020-08-17T14:22:33.264Z] docker-sys-mgmt-agent-go latest a8c80df779fe About a minute ago 284MB [2020-08-17T14:22:33.264Z] docker-security-secretstore-setup-go latest 0a36aad0878b About a minute ago 33.9MB [2020-08-17T14:22:33.264Z] docker-security-secrets-setup-go latest e445a301bfaf 2 minutes ago 25.1MB [2020-08-17T14:22:33.264Z] docker-core-metadata-go latest 75ab898a85cf 2 minutes ago 14.4MB [2020-08-17T14:22:33.264Z] docker-core-command-go latest 51d52ea61c32 2 minutes ago 13MB [2020-08-17T14:22:33.264Z] docker latest 81f5749c9058 7 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-17T14:22:37.873Z] 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-17T14:22:42.168Z] 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-17T14:22:48.863Z] 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-17T14:22:49.842Z] 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-17T14:22:55.235Z] 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-17T14:23:00.618Z] 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-17T14:23:04.922Z] 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-17T14:23:09.222Z] 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-17T14:23:14.612Z] 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-17T14:23:17.995Z] 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-17T14:23:21.305Z] $ docker stop --time=1 6fa55ba083a32c597696f45cdf7298c4885b93a8a885fe21cafa9c441f25b0ce [2020-08-17T14:23:23.680Z] $ docker rm -f 6fa55ba083a32c597696f45cdf7298c4885b93a8a885fe21cafa9c441f25b0ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:23:25.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T14:23:25.123Z] [2020-08-17T14:23:25.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:23:25.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T14:23:25.765Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-17T14:23:25.765Z] 29e5d40040c1: Pulling fs layer [2020-08-17T14:23:25.765Z] 1ce36da41761: Pulling fs layer [2020-08-17T14:23:25.765Z] 25b303627fd3: Pulling fs layer [2020-08-17T14:23:25.765Z] 29e5d40040c1: Verifying Checksum [2020-08-17T14:23:25.765Z] 29e5d40040c1: Download complete [2020-08-17T14:23:26.043Z] 1ce36da41761: Verifying Checksum [2020-08-17T14:23:26.043Z] 1ce36da41761: Download complete [2020-08-17T14:23:26.317Z] 29e5d40040c1: Pull complete [2020-08-17T14:23:27.748Z] 1ce36da41761: Pull complete [2020-08-17T14:23:27.748Z] 25b303627fd3: Verifying Checksum [2020-08-17T14:23:27.748Z] 25b303627fd3: Download complete [2020-08-17T14:23:37.878Z] 25b303627fd3: Pull complete [2020-08-17T14:23:37.878Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-17T14:23:37.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T14:23:37.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-17T14:23:38.115Z] prd-ubuntu18.04-docker-arm64-4c-16g-277 does not seem to be running inside a container [2020-08-17T14:23:38.105Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-17T14:23:41.388Z] $ docker top e5bce340f06add34b5e5d92869e255c43499ff971944195c5df7617288fd7aa3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T14:23:42.881Z] + docker-compose build --help [2020-08-17T14:23:42.881Z] + grep parallel [2020-08-17T14:23:46.253Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T14:23:46.459Z] $ docker stop --time=1 e5bce340f06add34b5e5d92869e255c43499ff971944195c5df7617288fd7aa3 [2020-08-17T14:23:48.426Z] $ docker rm -f e5bce340f06add34b5e5d92869e255c43499ff971944195c5df7617288fd7aa3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:23:49.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T14:23:49.299Z] . [Pipeline] withDockerContainer [2020-08-17T14:23:49.565Z] prd-ubuntu18.04-docker-arm64-4c-16g-277 does not seem to be running inside a container [2020-08-17T14:23:49.552Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-17T14:23:51.016Z] $ docker top ddd572d29b89c8a8272221ad3d12138a2c7bf3b3c314e266c0f2a3993d98afd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T14:23:52.112Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T14:23:56.389Z] Building docker-core-command-go ... [2020-08-17T14:23:56.389Z] Building docker-core-data-go ... [2020-08-17T14:23:56.389Z] Building docker-core-metadata-go ... [2020-08-17T14:23:56.389Z] Building docker-security-proxy-setup-go ... [2020-08-17T14:23:56.389Z] Building docker-security-secrets-setup-go ... [2020-08-17T14:23:56.389Z] Building docker-security-secretstore-setup-go ... [2020-08-17T14:23:56.389Z] Building docker-support-logging-go ... [2020-08-17T14:23:56.389Z] Building docker-support-notifications-go ... [2020-08-17T14:23:56.389Z] Building docker-support-scheduler-go ... [2020-08-17T14:23:56.389Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T14:23:56.389Z] Building docker-core-metadata-go [2020-08-17T14:23:56.389Z] Building docker-security-proxy-setup-go [2020-08-17T14:23:56.389Z] Building docker-sys-mgmt-agent-go [2020-08-17T14:23:56.389Z] Building docker-support-scheduler-go [2020-08-17T14:23:56.389Z] Building docker-core-data-go [2020-08-17T14:26:03.194Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:26:03.194Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:26:03.194Z] ---> fb1653fc746d [2020-08-17T14:26:03.194Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T14:26:03.194Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:26:03.194Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:26:03.194Z] ---> fb1653fc746d [2020-08-17T14:26:03.194Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T14:26:03.194Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:26:03.194Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:26:03.194Z] ---> fb1653fc746d [2020-08-17T14:26:03.194Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T14:26:03.194Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:26:03.194Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:26:03.194Z] ---> fb1653fc746d [2020-08-17T14:26:03.194Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T14:26:03.194Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:26:03.194Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:26:03.194Z] ---> fb1653fc746d [2020-08-17T14:26:03.194Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T14:26:03.194Z] ---> Running in 1bf8a7bc58f9 [2020-08-17T14:26:03.194Z] ---> Running in e69881c0302a [2020-08-17T14:26:03.194Z] ---> Running in 5c66c649a3eb [2020-08-17T14:26:03.194Z] ---> Running in 1be458926868 [2020-08-17T14:26:03.194Z] ---> Running in 7e055fb98b90 [2020-08-17T14:26:03.194Z] Removing intermediate container e69881c0302a [2020-08-17T14:26:03.194Z] ---> 65873beaa214 [2020-08-17T14:26:03.194Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:26:03.194Z] Removing intermediate container 5c66c649a3eb [2020-08-17T14:26:03.194Z] ---> 3fe6faec954c [2020-08-17T14:26:03.194Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:26:03.194Z] Removing intermediate container 1bf8a7bc58f9 [2020-08-17T14:26:03.194Z] ---> 6d6af859468e [2020-08-17T14:26:03.194Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:26:03.194Z] Removing intermediate container 7e055fb98b90 [2020-08-17T14:26:03.194Z] ---> 190a84d77127 [2020-08-17T14:26:03.194Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:26:03.194Z] Removing intermediate container 1be458926868 [2020-08-17T14:26:03.194Z] ---> 87637bf65325 [2020-08-17T14:26:03.194Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:26:03.194Z] ---> Running in 209a9a26cdbe [2020-08-17T14:26:03.194Z] ---> Running in 11f30e574adf [2020-08-17T14:26:03.194Z] ---> Running in 220a45e9940a [2020-08-17T14:26:03.194Z] ---> Running in 7b6949e9078e [2020-08-17T14:26:03.194Z] ---> Running in 3d270bb71a83 [2020-08-17T14:26:03.194Z] Removing intermediate container 209a9a26cdbe [2020-08-17T14:26:03.194Z] ---> db6a2d2f74f7 [2020-08-17T14:26:03.194Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T14:26:03.194Z] ---> Running in b20cdcf5eaae [2020-08-17T14:26:03.194Z] Removing intermediate container 220a45e9940a [2020-08-17T14:26:03.194Z] ---> 12fee6cc3c61 [2020-08-17T14:26:03.194Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T14:26:03.194Z] ---> Running in 24cb911254e1 [2020-08-17T14:26:03.194Z] Removing intermediate container 11f30e574adf [2020-08-17T14:26:03.194Z] ---> fc4385d3b91f [2020-08-17T14:26:03.194Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T14:26:03.194Z] Removing intermediate container 7b6949e9078e [2020-08-17T14:26:03.194Z] ---> 93065c0b7585 [2020-08-17T14:26:03.194Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T14:26:03.194Z] Removing intermediate container 3d270bb71a83 [2020-08-17T14:26:03.194Z] ---> f8de56cc73fd [2020-08-17T14:26:03.194Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T14:26:03.194Z] ---> Running in 522c7020b572 [2020-08-17T14:26:03.194Z] ---> Running in c6f89b2c6075 [2020-08-17T14:26:03.194Z] ---> Running in 88bedc83774e [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:26:03.194Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:26:03.194Z] OK: 12617 distinct packages available [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:26:03.194Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:26:03.194Z] OK: 12617 distinct packages available [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:26:03.469Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:26:03.469Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:26:03.469Z] OK: 217 MiB in 51 packages [2020-08-17T14:26:03.469Z] OK: 12617 distinct packages available [2020-08-17T14:26:03.469Z] OK: 217 MiB in 51 packages [2020-08-17T14:26:03.746Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:26:03.746Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:26:03.746Z] OK: 12617 distinct packages available [2020-08-17T14:26:03.746Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:26:03.746Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:26:03.746Z] OK: 12617 distinct packages available [2020-08-17T14:26:04.348Z] OK: 217 MiB in 51 packages [2020-08-17T14:26:04.633Z] OK: 217 MiB in 51 packages [2020-08-17T14:26:04.908Z] OK: 217 MiB in 51 packages [2020-08-17T14:26:05.504Z] Removing intermediate container 24cb911254e1 [2020-08-17T14:26:05.504Z] ---> 622786b6502a [2020-08-17T14:26:05.504Z] Step 6/20 : COPY go.mod . [2020-08-17T14:26:05.779Z] Removing intermediate container b20cdcf5eaae [2020-08-17T14:26:05.779Z] ---> dd6969b9bdac [2020-08-17T14:26:05.779Z] Step 6/26 : COPY go.mod . [2020-08-17T14:26:06.052Z] Removing intermediate container 522c7020b572 [2020-08-17T14:26:06.052Z] ---> d7ab0f792c65 [2020-08-17T14:26:06.052Z] Step 6/20 : COPY go.mod . [2020-08-17T14:26:06.660Z] Removing intermediate container c6f89b2c6075 [2020-08-17T14:26:06.660Z] ---> 3f37adc0f85a [2020-08-17T14:26:06.660Z] Step 6/21 : COPY go.mod . [2020-08-17T14:26:06.660Z] ---> 1d7108ade5f7 [2020-08-17T14:26:06.660Z] Step 7/20 : RUN go mod download [2020-08-17T14:26:06.660Z] Removing intermediate container 88bedc83774e [2020-08-17T14:26:06.660Z] ---> 477f93f60f58 [2020-08-17T14:26:06.660Z] Step 6/22 : COPY go.mod . [2020-08-17T14:26:06.660Z] ---> 2221b1f7e2dd [2020-08-17T14:26:06.660Z] Step 7/26 : RUN go mod download [2020-08-17T14:26:06.948Z] ---> Running in f9dc50a1ccc5 [2020-08-17T14:26:06.948Z] ---> Running in c37a35cc7782 [2020-08-17T14:26:07.220Z] ---> 603b98cca65d [2020-08-17T14:26:07.220Z] Step 7/20 : RUN go mod download [2020-08-17T14:26:07.496Z] ---> Running in ab47f30d011d [2020-08-17T14:26:08.094Z] ---> 2ddae11affec [2020-08-17T14:26:08.094Z] Step 7/22 : RUN go mod download [2020-08-17T14:26:08.094Z] ---> c58760d893b1 [2020-08-17T14:26:08.094Z] Step 7/21 : RUN go mod download [2020-08-17T14:26:08.094Z] ---> Running in 1e71221532cf [2020-08-17T14:26:08.094Z] ---> Running in 45e5389e2509 [2020-08-17T14:26:12.425Z] Removing intermediate container c37a35cc7782 [2020-08-17T14:26:12.425Z] ---> 5d21b977627d [2020-08-17T14:26:12.425Z] Step 8/26 : COPY . . [2020-08-17T14:26:12.425Z] Removing intermediate container f9dc50a1ccc5 [2020-08-17T14:26:12.425Z] ---> fd7a6ef9b041 [2020-08-17T14:26:12.425Z] Step 8/20 : COPY . . [2020-08-17T14:26:12.425Z] Removing intermediate container ab47f30d011d [2020-08-17T14:26:12.425Z] ---> 9612a993ca83 [2020-08-17T14:26:12.425Z] Step 8/20 : COPY . . [2020-08-17T14:26:13.024Z] Removing intermediate container 1e71221532cf [2020-08-17T14:26:13.024Z] ---> 1486b4274a58 [2020-08-17T14:26:13.024Z] Step 8/22 : COPY . . [2020-08-17T14:26:13.299Z] Removing intermediate container 45e5389e2509 [2020-08-17T14:26:13.299Z] ---> f4a66f862ed0 [2020-08-17T14:26:13.299Z] Step 8/21 : COPY . . [2020-08-17T14:26:45.654Z] ---> 90ad99fcddc5 [2020-08-17T14:26:45.654Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T14:26:45.654Z] ---> 90daff3091e2 [2020-08-17T14:26:45.654Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T14:26:45.654Z] ---> 3052a5e33730 [2020-08-17T14:26:45.654Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T14:26:45.654Z] ---> f9a25d03bb96 [2020-08-17T14:26:45.654Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T14:26:45.654Z] ---> fd8c8f5748cb [2020-08-17T14:26:45.654Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T14:26:45.654Z] ---> Running in 92c3b0a02660 [2020-08-17T14:26:45.654Z] ---> Running in 81f7d5f7cf2b [2020-08-17T14:26:45.654Z] ---> Running in 9957b699c698 [2020-08-17T14:26:45.654Z] ---> Running in 1a3ee965206f [2020-08-17T14:26:45.654Z] ---> Running in fbfa3f0b4de6 [2020-08-17T14:26:45.654Z] 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-17T14:26:45.654Z] 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-17T14:26:45.654Z] 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-17T14:26:45.928Z] 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-17T14:26:45.928Z] 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-17T14:28:07.700Z] Removing intermediate container 92c3b0a02660 [2020-08-17T14:28:07.700Z] ---> 1fbc7ac1f3fc [2020-08-17T14:28:07.700Z] [2020-08-17T14:28:07.700Z] Step 10/20 : FROM alpine [2020-08-17T14:28:07.700Z] latest: Pulling from library/alpine [2020-08-17T14:28:07.700Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T14:28:07.700Z] Status: Downloaded newer image for alpine:latest [2020-08-17T14:28:07.700Z] ---> 62ee0e9f8440 [2020-08-17T14:28:07.700Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T14:28:07.700Z] ---> Running in 8eb34af8a0f8 [2020-08-17T14:28:09.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:28:09.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:28:10.929Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:28:10.929Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:28:10.929Z] OK: 12617 distinct packages available [2020-08-17T14:28:11.527Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T14:28:11.802Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T14:28:11.802Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T14:28:11.802Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T14:28:11.802Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:28:11.802Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T14:28:12.080Z] OK: 7 MiB in 18 packages [2020-08-17T14:28:15.489Z] Removing intermediate container 8eb34af8a0f8 [2020-08-17T14:28:15.489Z] ---> ee3e98c6740e [2020-08-17T14:28:15.489Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T14:28:16.101Z] ---> Running in e772bff3f770 [2020-08-17T14:28:17.545Z] Removing intermediate container e772bff3f770 [2020-08-17T14:28:17.545Z] ---> f5382737caf1 [2020-08-17T14:28:17.545Z] Step 13/20 : WORKDIR /edgex [2020-08-17T14:28:17.820Z] ---> Running in 1b6806706201 [2020-08-17T14:28:18.100Z] Removing intermediate container 1a3ee965206f [2020-08-17T14:28:18.100Z] ---> 3e511ec4f430 [2020-08-17T14:28:18.100Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T14:28:18.381Z] ---> Running in 4d78837cdf54 [2020-08-17T14:28:18.660Z] Removing intermediate container 1b6806706201 [2020-08-17T14:28:18.660Z] ---> 48d51684b84e [2020-08-17T14:28:18.660Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T14:28:20.106Z] ---> 6db1e585ec4a [2020-08-17T14:28:20.106Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T14:28:21.556Z] 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-17T14:28:22.156Z] ---> 4ed0d910ba2a [2020-08-17T14:28:22.156Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T14:28:22.441Z] ---> Running in c76ec81cc758 [2020-08-17T14:28:23.039Z] Removing intermediate container c76ec81cc758 [2020-08-17T14:28:23.039Z] ---> b9718019d079 [2020-08-17T14:28:23.039Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T14:28:23.039Z] ---> Running in cbb7a3b70d0b [2020-08-17T14:28:24.039Z] Removing intermediate container cbb7a3b70d0b [2020-08-17T14:28:24.039Z] ---> 120fec0b58b4 [2020-08-17T14:28:24.039Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T14:28:24.039Z] ---> Running in c0ea4fc89861 [2020-08-17T14:28:24.635Z] Removing intermediate container c0ea4fc89861 [2020-08-17T14:28:24.635Z] ---> 2f21a50da66b [2020-08-17T14:28:24.635Z] Step 19/20 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:28:24.911Z] ---> Running in 0db1d6dea962 [2020-08-17T14:28:25.516Z] Removing intermediate container 0db1d6dea962 [2020-08-17T14:28:25.516Z] ---> 3183220566ad [2020-08-17T14:28:25.516Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T14:28:25.516Z] ---> Running in 7bb5aa5512b0 [2020-08-17T14:28:26.497Z] Removing intermediate container 7bb5aa5512b0 [2020-08-17T14:28:26.497Z] ---> 5e0c3d9175a6 [2020-08-17T14:28:26.497Z] [2020-08-17T14:28:27.481Z] Successfully built 5e0c3d9175a6 [2020-08-17T14:28:27.481Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-17T14:28:27.481Z] Removing intermediate container 4d78837cdf54 [2020-08-17T14:28:27.481Z] ---> c050fd42c690 [2020-08-17T14:28:27.481Z] [2020-08-17T14:28:27.481Z] Step 11/26 : FROM docker:latest [2020-08-17T14:28:27.481Z] ---> ce9d55ae87f1 [2020-08-17T14:28:27.481Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T14:28:27.481Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-08-17T14:28:27.754Z] ---> Running in 073292e365d7 [2020-08-17T14:28:30.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:28:30.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:28:30.975Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T14:28:31.249Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T14:28:31.249Z] Executing bash-5.0.17-r0.post-install [2020-08-17T14:28:31.249Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:28:31.249Z] OK: 12 MiB in 22 packages [2020-08-17T14:28:35.579Z] Removing intermediate container 073292e365d7 [2020-08-17T14:28:35.579Z] ---> d653a812240c [2020-08-17T14:28:35.579Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T14:28:36.181Z] ---> Running in 604c93135a6a [2020-08-17T14:28:42.920Z] Removing intermediate container fbfa3f0b4de6 [2020-08-17T14:28:42.920Z] ---> 21a9d04f520d [2020-08-17T14:28:42.920Z] [2020-08-17T14:28:42.920Z] Step 10/20 : FROM scratch [2020-08-17T14:28:42.920Z] ---> [2020-08-17T14:28:42.920Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T14:28:42.920Z] Removing intermediate container 604c93135a6a [2020-08-17T14:28:42.920Z] ---> e9a060200eac [2020-08-17T14:28:42.920Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T14:28:42.920Z] ---> Running in f22a09b161bc [2020-08-17T14:28:42.920Z] ---> Running in 4c3bdbafdbfa [2020-08-17T14:28:43.896Z] Removing intermediate container f22a09b161bc [2020-08-17T14:28:43.896Z] ---> cbd66057ed5e [2020-08-17T14:28:43.896Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T14:28:44.168Z] ---> Running in d3380ba5630c [2020-08-17T14:28:44.448Z] Removing intermediate container 4c3bdbafdbfa [2020-08-17T14:28:44.448Z] ---> 613db562e046 [2020-08-17T14:28:44.448Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T14:28:45.447Z] ---> Running in cdfe72546842 [2020-08-17T14:28:45.447Z] Removing intermediate container d3380ba5630c [2020-08-17T14:28:45.447Z] ---> ea3e3d46cde6 [2020-08-17T14:28:45.447Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T14:28:46.044Z] ---> Running in 123ff7de4fc7 [2020-08-17T14:28:46.315Z] Removing intermediate container cdfe72546842 [2020-08-17T14:28:46.315Z] ---> 5115e5def4de [2020-08-17T14:28:46.315Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T14:28:46.908Z] ---> Running in f207e2c2c6af [2020-08-17T14:28:46.908Z] Removing intermediate container 9957b699c698 [2020-08-17T14:28:46.908Z] ---> 4d0b2faeb696 [2020-08-17T14:28:46.908Z] [2020-08-17T14:28:46.908Z] Step 10/21 : FROM scratch [2020-08-17T14:28:46.908Z] ---> [2020-08-17T14:28:46.908Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T14:28:46.908Z] Removing intermediate container 123ff7de4fc7 [2020-08-17T14:28:46.908Z] ---> 3f1fc75da8fe [2020-08-17T14:28:46.908Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T14:28:46.908Z] ---> Using cache [2020-08-17T14:28:46.908Z] ---> cbd66057ed5e [2020-08-17T14:28:47.179Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T14:28:47.452Z] ---> Running in e33c2f0f4062 [2020-08-17T14:28:47.722Z] Removing intermediate container f207e2c2c6af [2020-08-17T14:28:47.722Z] ---> 35bd8d686ace [2020-08-17T14:28:47.722Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T14:28:48.321Z] ---> 2cecf05e5d16 [2020-08-17T14:28:48.321Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T14:28:48.601Z] Removing intermediate container e33c2f0f4062 [2020-08-17T14:28:48.601Z] ---> 9c761b15df61 [2020-08-17T14:28:48.601Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T14:28:49.198Z] ---> Running in eda939bce82e [2020-08-17T14:28:50.174Z] ---> 64ff7fa8d4ef [2020-08-17T14:28:50.174Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T14:28:50.174Z] Removing intermediate container eda939bce82e [2020-08-17T14:28:50.174Z] ---> 40871686ef3f [2020-08-17T14:28:50.174Z] Step 14/21 : WORKDIR / [2020-08-17T14:28:50.767Z] ---> c4ca89d6c3ea [2020-08-17T14:28:50.767Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T14:28:50.767Z] ---> Running in fce30efacf72 [2020-08-17T14:28:51.042Z] ---> 7c5ed1f96073 [2020-08-17T14:28:51.042Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T14:28:52.024Z] Removing intermediate container fce30efacf72 [2020-08-17T14:28:52.024Z] ---> 05cda63497c2 [2020-08-17T14:28:52.024Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T14:28:52.327Z] ---> a32ba0b4a975 [2020-08-17T14:28:52.327Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:28:52.608Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:28:52.608Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T14:28:52.608Z] ---> fb1653fc746d [2020-08-17T14:28:52.608Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T14:28:52.608Z] ---> Using cache [2020-08-17T14:28:52.608Z] ---> 87637bf65325 [2020-08-17T14:28:52.608Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T14:28:52.608Z] ---> Running in 7702ef02523c [2020-08-17T14:28:52.608Z] ---> Running in 02abac45e3c2 [2020-08-17T14:28:52.608Z] ---> 25fc475c9f72 [2020-08-17T14:28:52.608Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T14:28:52.882Z] ---> Running in 3b34ed4f1e47 [2020-08-17T14:28:53.157Z] ---> f739850fa777 [2020-08-17T14:28:53.157Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T14:28:53.429Z] Removing intermediate container 02abac45e3c2 [2020-08-17T14:28:53.429Z] ---> a1fbf346b39c [2020-08-17T14:28:53.429Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T14:28:54.030Z] ---> Running in 806d6bd40618 [2020-08-17T14:28:55.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:28:55.008Z] Removing intermediate container 806d6bd40618 [2020-08-17T14:28:55.008Z] ---> 126e978e1ada [2020-08-17T14:28:55.008Z] Step 19/20 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:28:55.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:28:55.570Z] ---> 1640020a8305 [2020-08-17T14:28:55.570Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T14:28:55.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:28:55.570Z] ---> Running in 829e1c23c14f [2020-08-17T14:28:55.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:28:56.123Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T14:28:56.124Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T14:28:56.124Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T14:28:56.124Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T14:28:56.124Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T14:28:56.124Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T14:28:56.396Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T14:28:56.685Z] Removing intermediate container 81f7d5f7cf2b [2020-08-17T14:28:56.685Z] ---> cae01174b97e [2020-08-17T14:28:56.685Z] [2020-08-17T14:28:56.685Z] Step 10/22 : FROM alpine [2020-08-17T14:28:56.685Z] ---> 62ee0e9f8440 [2020-08-17T14:28:56.685Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T14:28:56.685Z] Removing intermediate container 829e1c23c14f [2020-08-17T14:28:56.685Z] ---> 2090cb89b259 [2020-08-17T14:28:56.685Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T14:28:56.685Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:28:56.685Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:28:56.685Z] OK: 12617 distinct packages available [2020-08-17T14:28:56.957Z] ---> 97f4a1e2c7ba [2020-08-17T14:28:56.957Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:28:56.957Z] ---> Running in 9c59c6cb2fa8 [2020-08-17T14:28:56.957Z] ---> Running in 0f9a6829f1b5 [2020-08-17T14:28:57.232Z] ---> Running in c5baa89373dd [2020-08-17T14:28:57.506Z] OK: 217 MiB in 51 packages [2020-08-17T14:28:57.786Z] Removing intermediate container 0f9a6829f1b5 [2020-08-17T14:28:57.786Z] ---> 5e6c8f4b5692 [2020-08-17T14:28:57.786Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T14:28:58.061Z] Removing intermediate container 9c59c6cb2fa8 [2020-08-17T14:28:58.061Z] ---> e848658ef7fa [2020-08-17T14:28:58.061Z] [2020-08-17T14:28:58.061Z] Removing intermediate container c5baa89373dd [2020-08-17T14:28:58.061Z] ---> da51bfc7faff [2020-08-17T14:28:58.061Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T14:28:58.061Z] ---> Running in e9562381bc58 [2020-08-17T14:28:58.332Z] ---> Running in 13ec82e69dc6 [2020-08-17T14:28:58.332Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T14:28:58.332Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T14:28:58.332Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T14:28:58.332Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T14:28:58.332Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T14:28:58.332Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T14:28:58.607Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T14:28:58.608Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T14:28:58.608Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T14:28:58.608Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T14:28:58.608Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T14:28:58.878Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T14:28:58.878Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T14:28:58.878Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T14:28:58.878Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T14:28:58.878Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T14:28:58.878Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T14:28:58.878Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T14:28:58.878Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T14:28:58.878Z] Successfully built e848658ef7fa [2020-08-17T14:28:58.878Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T14:28:58.878Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T14:28:58.878Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T14:28:58.878Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T14:28:58.878Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T14:28:58.878Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T14:28:58.878Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T14:28:59.152Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-17T14:28:59.152Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-08-17T14:28:59.152Z] Removing intermediate container e9562381bc58 [2020-08-17T14:28:59.152Z] ---> f55f34a94af4 [2020-08-17T14:28:59.152Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T14:28:59.152Z] Removing intermediate container 13ec82e69dc6 [2020-08-17T14:28:59.152Z] ---> 49363481fda4 [2020-08-17T14:28:59.152Z] Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:28:59.152Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:28:59.152Z] OK: 71 MiB in 55 packages [2020-08-17T14:28:59.426Z] Removing intermediate container 7702ef02523c [2020-08-17T14:28:59.426Z] ---> 991742e35b81 [2020-08-17T14:28:59.426Z] Step 5/29 : COPY go.mod . [2020-08-17T14:28:59.426Z] ---> Running in ae661abd0e97 [2020-08-17T14:28:59.426Z] ---> Running in e485f069e317 [2020-08-17T14:29:00.401Z] Removing intermediate container ae661abd0e97 [2020-08-17T14:29:00.401Z] ---> 34e44fa54eab [2020-08-17T14:29:00.401Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T14:29:00.673Z] Removing intermediate container e485f069e317 [2020-08-17T14:29:00.673Z] ---> 28a9b5d23703 [2020-08-17T14:29:00.673Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:29:00.961Z] ---> da0bb0d2e1e5 [2020-08-17T14:29:00.961Z] Step 6/29 : RUN go mod download [2020-08-17T14:29:00.961Z] ---> Running in da1dcf5b1ca5 [2020-08-17T14:29:01.554Z] ---> Running in 45bf400cfb56 [2020-08-17T14:29:01.824Z] ---> Running in aa83b64e80c7 [2020-08-17T14:29:02.429Z] Removing intermediate container da1dcf5b1ca5 [2020-08-17T14:29:02.429Z] ---> d1d019d6cf32 [2020-08-17T14:29:02.429Z] [2020-08-17T14:29:03.427Z] Successfully built d1d019d6cf32 [2020-08-17T14:29:03.704Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-17T14:29:03.704Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-08-17T14:29:08.006Z] Removing intermediate container 45bf400cfb56 [2020-08-17T14:29:08.006Z] ---> b27bed8bffb1 [2020-08-17T14:29:08.006Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T14:29:08.279Z] Removing intermediate container 3b34ed4f1e47 [2020-08-17T14:29:08.279Z] ---> 56e6ccc6b2cb [2020-08-17T14:29:08.279Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T14:29:08.551Z] Removing intermediate container aa83b64e80c7 [2020-08-17T14:29:08.551Z] ---> dae498077fac [2020-08-17T14:29:08.551Z] Step 7/29 : COPY . . [2020-08-17T14:29:09.146Z] ---> Running in c18978ce2d83 [2020-08-17T14:29:09.146Z] ---> Running in 94ef0e007a48 [2020-08-17T14:29:11.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:29:11.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:29:12.720Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T14:29:12.720Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T14:29:12.720Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T14:29:12.992Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T14:29:12.992Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T14:29:12.992Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:29:13.265Z] OK: 8 MiB in 19 packages [2020-08-17T14:29:16.670Z] Collecting docker-compose==1.23.2 [2020-08-17T14:29:16.670Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T14:29:19.293Z] Removing intermediate container 94ef0e007a48 [2020-08-17T14:29:19.293Z] ---> 5206ef9a0001 [2020-08-17T14:29:19.293Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T14:29:19.293Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T14:29:19.293Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T14:29:20.294Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T14:29:20.294Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T14:29:20.899Z] ---> 96dcbe228217 [2020-08-17T14:29:20.899Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T14:29:21.171Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T14:29:21.447Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T14:29:22.426Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T14:29:22.426Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T14:29:23.420Z] Collecting PyYAML<4,>=3.10 [2020-08-17T14:29:23.420Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T14:29:23.693Z] ---> 3c17d53b6dc5 [2020-08-17T14:29:23.693Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T14:29:25.674Z] ---> 2840c7554988 [2020-08-17T14:29:25.674Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:29:25.949Z] ---> Running in 408e87fa538b [2020-08-17T14:29:26.940Z] Removing intermediate container 408e87fa538b [2020-08-17T14:29:26.940Z] ---> dbdd27c6c541 [2020-08-17T14:29:26.940Z] Step 20/22 : LABEL arch=arm64 [2020-08-17T14:29:26.940Z] ---> Running in 7ddd88aa22e9 [2020-08-17T14:29:27.558Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T14:29:27.558Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T14:29:28.157Z] Removing intermediate container 7ddd88aa22e9 [2020-08-17T14:29:28.157Z] ---> 4941568e49d0 [2020-08-17T14:29:28.157Z] Step 21/22 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:29:28.442Z] ---> Running in 540d8b3dc129 [2020-08-17T14:29:29.425Z] Removing intermediate container 540d8b3dc129 [2020-08-17T14:29:29.425Z] ---> 8384f55bd7b0 [2020-08-17T14:29:29.425Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T14:29:29.698Z] ---> Running in 13d0ad452955 [2020-08-17T14:29:29.698Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T14:29:29.698Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T14:29:30.678Z] Removing intermediate container 13d0ad452955 [2020-08-17T14:29:30.678Z] ---> 41bbfa4d93c5 [2020-08-17T14:29:30.678Z] [2020-08-17T14:29:31.277Z] Successfully built 41bbfa4d93c5 [2020-08-17T14:29:31.277Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-17T14:29:31.277Z] Building docker-support-notifications-go [2020-08-17T14:29:31.875Z]  Building docker-core-data-go ... done 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-17T14:29:32.483Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:29:32.483Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:29:32.483Z] ---> fb1653fc746d [2020-08-17T14:29:32.483Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T14:29:32.483Z] ---> Using cache [2020-08-17T14:29:32.483Z] ---> 87637bf65325 [2020-08-17T14:29:32.483Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:29:32.483Z] ---> Using cache [2020-08-17T14:29:32.483Z] ---> f8de56cc73fd [2020-08-17T14:29:32.483Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T14:29:32.483Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T14:29:32.759Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T14:29:32.759Z] ---> Running in 13eb82af038c [2020-08-17T14:29:33.354Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T14:29:33.354Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T14:29:34.335Z] ---> 002579dddb4b [2020-08-17T14:29:34.335Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T14:29:34.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:29:34.939Z] ---> Running in 0d95c0fd2756 [2020-08-17T14:29:35.542Z] 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-17T14:29:35.813Z] Collecting idna<2.8,>=2.5 [2020-08-17T14:29:35.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:29:35.813Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T14:29:35.813Z] 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-17T14:29:36.793Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:29:36.793Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:29:36.793Z] OK: 12617 distinct packages available [2020-08-17T14:29:36.793Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T14:29:36.793Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T14:29:37.068Z] 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-17T14:29:37.351Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T14:29:37.351Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T14:29:37.351Z] OK: 217 MiB in 51 packages [2020-08-17T14:29:37.627Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T14:29:37.627Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T14:29:37.627Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T14:29:37.627Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T14:29:37.904Z] OK: 217 MiB in 51 packages [2020-08-17T14:29:38.899Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, docopt, dockerpty, cached-property, texttable, docker-compose [2020-08-17T14:29:38.899Z] Attempting uninstall: idna [2020-08-17T14:29:38.899Z] Found existing installation: idna 2.9 [2020-08-17T14:29:38.899Z] Uninstalling idna-2.9: [2020-08-17T14:29:38.899Z] Successfully uninstalled idna-2.9 [2020-08-17T14:29:40.922Z] Attempting uninstall: urllib3 [2020-08-17T14:29:40.922Z] Found existing installation: urllib3 1.25.9 [2020-08-17T14:29:40.922Z] Uninstalling urllib3-1.25.9: [2020-08-17T14:29:40.922Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T14:29:42.374Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:29:42.374Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:29:42.374Z] ---> fb1653fc746d [2020-08-17T14:29:42.374Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T14:29:42.374Z] ---> Using cache [2020-08-17T14:29:42.374Z] ---> 87637bf65325 [2020-08-17T14:29:42.374Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:29:42.374Z] ---> Using cache [2020-08-17T14:29:42.374Z] ---> f8de56cc73fd [2020-08-17T14:29:42.374Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T14:29:42.648Z] Removing intermediate container 13eb82af038c [2020-08-17T14:29:42.648Z] ---> cdd1786f30ad [2020-08-17T14:29:42.648Z] Step 6/21 : COPY go.mod . [2020-08-17T14:29:42.648Z] Attempting uninstall: requests [2020-08-17T14:29:42.648Z] Found existing installation: requests 2.23.0 [2020-08-17T14:29:42.648Z] Uninstalling requests-2.23.0: [2020-08-17T14:29:42.944Z] Successfully uninstalled requests-2.23.0 [2020-08-17T14:29:42.944Z] ---> Running in e79545d93b71 [2020-08-17T14:29:44.429Z] ---> 52c7afb8353b [2020-08-17T14:29:44.429Z] Step 7/21 : RUN go mod download [2020-08-17T14:29:45.028Z] ---> Running in 796ee627dabf [2020-08-17T14:29:45.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:29:45.893Z] Running setup.py install for PyYAML: started [2020-08-17T14:29:46.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:29:47.481Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:29:47.481Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:29:47.481Z] OK: 12617 distinct packages available [2020-08-17T14:29:48.467Z] OK: 217 MiB in 51 packages [2020-08-17T14:29:49.901Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T14:29:49.901Z] Running setup.py install for docopt: started [2020-08-17T14:29:50.175Z] Removing intermediate container 796ee627dabf [2020-08-17T14:29:50.175Z] ---> 6d6521c552cf [2020-08-17T14:29:50.175Z] Step 8/21 : COPY . . [2020-08-17T14:29:51.157Z] Removing intermediate container e79545d93b71 [2020-08-17T14:29:51.157Z] ---> 8dded6d0e1b1 [2020-08-17T14:29:51.157Z] Step 6/21 : COPY go.mod . [2020-08-17T14:29:52.594Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T14:29:52.594Z] Running setup.py install for dockerpty: started [2020-08-17T14:29:53.195Z] ---> 4d29fcb6d0eb [2020-08-17T14:29:53.195Z] Step 7/21 : RUN go mod download [2020-08-17T14:29:53.793Z] ---> Running in 2b72f27f22f4 [2020-08-17T14:29:55.227Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T14:29:55.501Z] Running setup.py install for texttable: started [2020-08-17T14:29:58.122Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T14:30:00.139Z] 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-17T14:30:00.738Z] Removing intermediate container 2b72f27f22f4 [2020-08-17T14:30:00.738Z] ---> 5d235fcefaac [2020-08-17T14:30:00.738Z] Step 8/21 : COPY . . [2020-08-17T14:30:07.476Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:30:07.476Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:30:07.476Z] ---> fb1653fc746d [2020-08-17T14:30:07.476Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T14:30:07.476Z] ---> Using cache [2020-08-17T14:30:07.476Z] ---> 87637bf65325 [2020-08-17T14:30:07.476Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:30:07.476Z] ---> Using cache [2020-08-17T14:30:07.476Z] ---> f8de56cc73fd [2020-08-17T14:30:07.476Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T14:30:07.476Z] ---> Running in 739ef2e26d86 [2020-08-17T14:30:07.476Z] Removing intermediate container c18978ce2d83 [2020-08-17T14:30:07.476Z] ---> 968e2505c0c3 [2020-08-17T14:30:07.476Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T14:30:08.069Z] ---> Running in a6d2a2f5d029 [2020-08-17T14:30:10.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:30:10.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:30:10.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:30:10.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:30:11.188Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T14:30:11.188Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T14:30:11.188Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T14:30:11.465Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:30:11.465Z] OK: 71 MiB in 58 packages [2020-08-17T14:30:11.738Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:30:11.738Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:30:11.738Z] OK: 12617 distinct packages available [2020-08-17T14:30:12.724Z] OK: 217 MiB in 51 packages [2020-08-17T14:30:16.152Z] Removing intermediate container a6d2a2f5d029 [2020-08-17T14:30:16.152Z] ---> ab6df2202920 [2020-08-17T14:30:16.152Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:30:16.152Z] Removing intermediate container 739ef2e26d86 [2020-08-17T14:30:16.152Z] ---> 54e2cd250acd [2020-08-17T14:30:16.152Z] Step 6/23 : COPY go.mod . [2020-08-17T14:30:16.152Z] ---> Running in 07261d3483e8 [2020-08-17T14:30:17.147Z] Removing intermediate container 07261d3483e8 [2020-08-17T14:30:17.147Z] ---> d878045fcc15 [2020-08-17T14:30:17.147Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T14:30:17.421Z] ---> 9a55bba1ea35 [2020-08-17T14:30:17.421Z] Step 7/23 : RUN go mod download [2020-08-17T14:30:17.699Z] ---> Running in a23f2f6eab8f [2020-08-17T14:30:17.699Z] ---> Running in 321f19d1d435 [2020-08-17T14:30:18.689Z] Removing intermediate container a23f2f6eab8f [2020-08-17T14:30:18.689Z] ---> 7d7ec5fe19b6 [2020-08-17T14:30:18.689Z] Step 25/26 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:30:18.962Z] ---> Running in d78fac80ca0c [2020-08-17T14:30:19.951Z] Removing intermediate container d78fac80ca0c [2020-08-17T14:30:19.951Z] ---> 99253f937bc0 [2020-08-17T14:30:19.951Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T14:30:20.226Z] ---> Running in 7e598d6c98b1 [2020-08-17T14:30:21.670Z] Removing intermediate container 7e598d6c98b1 [2020-08-17T14:30:21.670Z] ---> 413e8212b376 [2020-08-17T14:30:21.670Z] [2020-08-17T14:30:22.261Z] Successfully built 413e8212b376 [2020-08-17T14:30:22.534Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-17T14:30:22.534Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go [2020-08-17T14:30:22.806Z] Removing intermediate container 321f19d1d435 [2020-08-17T14:30:22.806Z] ---> 97bce5acee1d [2020-08-17T14:30:22.806Z] Step 8/23 : COPY . . [2020-08-17T14:30:28.276Z] ---> 298c95d9de52 [2020-08-17T14:30:28.276Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T14:30:28.551Z] ---> Running in 376f029d694a [2020-08-17T14:30:28.551Z] Removing intermediate container 0d95c0fd2756 [2020-08-17T14:30:28.551Z] ---> 1f0d4a5d07b2 [2020-08-17T14:30:28.551Z] [2020-08-17T14:30:28.551Z] Step 9/29 : FROM alpine:latest [2020-08-17T14:30:28.551Z] ---> 62ee0e9f8440 [2020-08-17T14:30:28.551Z] 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-17T14:30:29.528Z] ---> Running in c1d56057d6eb [2020-08-17T14:30:30.967Z] Removing intermediate container c1d56057d6eb [2020-08-17T14:30:30.967Z] ---> 50b2967e990a [2020-08-17T14:30:30.967Z] Step 11/29 : USER root [2020-08-17T14:30:30.967Z] ---> Running in c1ad7354b092 [2020-08-17T14:30:31.244Z] 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-17T14:30:32.232Z] Removing intermediate container c1ad7354b092 [2020-08-17T14:30:32.232Z] ---> 120827dc40a2 [2020-08-17T14:30:32.232Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T14:30:32.232Z] ---> c15a8662b3d5 [2020-08-17T14:30:32.232Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T14:30:32.507Z] ---> Running in 459ce3aaec54 [2020-08-17T14:30:32.507Z] ---> Running in d33c0b259055 [2020-08-17T14:30:35.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:30:35.906Z] 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-17T14:30:35.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:30:36.503Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T14:30:36.503Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T14:30:36.503Z] OK: 12617 distinct packages available [2020-08-17T14:30:37.485Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T14:30:37.485Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T14:30:37.485Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T14:30:37.485Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T14:30:38.082Z] OK: 6 MiB in 16 packages [2020-08-17T14:30:42.402Z] Removing intermediate container 459ce3aaec54 [2020-08-17T14:30:42.402Z] ---> 9fdb316a8ac6 [2020-08-17T14:30:42.402Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T14:30:42.677Z] ---> Running in 41f205b40560 [2020-08-17T14:30:43.655Z] Removing intermediate container 41f205b40560 [2020-08-17T14:30:43.655Z] ---> 2608354b4e9a [2020-08-17T14:30:43.655Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T14:30:43.929Z] ---> Running in 2f4831ca3e1b [2020-08-17T14:30:44.912Z] Removing intermediate container 2f4831ca3e1b [2020-08-17T14:30:44.912Z] ---> 484e9721b269 [2020-08-17T14:30:44.912Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T14:30:45.187Z] ---> Running in 9a3ec3a438fc [2020-08-17T14:30:51.912Z] Removing intermediate container 9a3ec3a438fc [2020-08-17T14:30:51.912Z] ---> 4c6e47cfed60 [2020-08-17T14:30:51.912Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T14:30:53.915Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T14:30:53.915Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T14:30:53.915Z] ---> fb1653fc746d [2020-08-17T14:30:53.915Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T14:30:53.915Z] ---> Using cache [2020-08-17T14:30:53.915Z] ---> 87637bf65325 [2020-08-17T14:30:53.915Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T14:30:53.915Z] ---> Using cache [2020-08-17T14:30:53.915Z] ---> f8de56cc73fd [2020-08-17T14:30:53.915Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T14:30:53.915Z] ---> Using cache [2020-08-17T14:30:53.915Z] ---> 8dded6d0e1b1 [2020-08-17T14:30:53.915Z] Step 6/26 : COPY go.mod . [2020-08-17T14:30:53.915Z] ---> Using cache [2020-08-17T14:30:53.915Z] ---> 4d29fcb6d0eb [2020-08-17T14:30:53.915Z] Step 7/26 : RUN go mod download [2020-08-17T14:30:53.915Z] ---> Using cache [2020-08-17T14:30:53.915Z] ---> 5d235fcefaac [2020-08-17T14:30:53.915Z] Step 8/26 : COPY . . [2020-08-17T14:30:54.200Z] ---> Using cache [2020-08-17T14:30:54.200Z] ---> c15a8662b3d5 [2020-08-17T14:30:54.200Z] 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-17T14:30:54.481Z] ---> b22544d54824 [2020-08-17T14:30:54.481Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T14:30:54.481Z] ---> Running in b99aeeb097b9 [2020-08-17T14:30:56.481Z] ---> f1ee38a93540 [2020-08-17T14:30:56.481Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T14:30:56.753Z] ---> cd285c015d84 [2020-08-17T14:30:56.753Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T14:30:57.023Z] ---> Running in b117deeb5ba3 [2020-08-17T14:30:57.625Z] 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-17T14:30:57.625Z] ---> 5682d63248e7 [2020-08-17T14:30:57.625Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T14:30:59.067Z] ---> e9742b469c0a [2020-08-17T14:30:59.067Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T14:31:00.053Z] 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-17T14:31:00.328Z] ---> 08d4492b0b91 [2020-08-17T14:31:00.328Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T14:31:00.328Z] ---> Running in b6a420ce3b8d [2020-08-17T14:31:04.660Z] Removing intermediate container b6a420ce3b8d [2020-08-17T14:31:04.660Z] ---> e2096bcf84b2 [2020-08-17T14:31:04.660Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T14:31:05.660Z] ---> 6f56ed218777 [2020-08-17T14:31:05.660Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T14:31:05.660Z] ---> Running in bd7c6416e89e [2020-08-17T14:31:10.011Z] Removing intermediate container bd7c6416e89e [2020-08-17T14:31:10.011Z] ---> edbcd02bf2ec [2020-08-17T14:31:10.011Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T14:31:10.011Z] ---> Running in 9f07a4931c8c [2020-08-17T14:31:15.448Z] Removing intermediate container 9f07a4931c8c [2020-08-17T14:31:15.448Z] ---> f0e1889f133c [2020-08-17T14:31:15.448Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T14:31:15.448Z] ---> Running in 351c50ba2fd0 [2020-08-17T14:31:15.448Z] Removing intermediate container 351c50ba2fd0 [2020-08-17T14:31:15.448Z] ---> be932ecd6930 [2020-08-17T14:31:15.448Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T14:31:15.448Z] ---> Running in 222a3e587fb6 [2020-08-17T14:31:16.052Z] Removing intermediate container 222a3e587fb6 [2020-08-17T14:31:16.052Z] ---> 3661d428deb6 [2020-08-17T14:31:16.052Z] Step 27/29 : LABEL arch=arm64 [2020-08-17T14:31:16.334Z] ---> Running in b0f3107a05af [2020-08-17T14:31:16.956Z] Removing intermediate container b0f3107a05af [2020-08-17T14:31:16.956Z] ---> b5e136e69c9b [2020-08-17T14:31:16.956Z] Step 28/29 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:31:17.233Z] ---> Running in 73fa9296f27d [2020-08-17T14:31:18.224Z] Removing intermediate container 73fa9296f27d [2020-08-17T14:31:18.224Z] ---> 6e378fabdbf9 [2020-08-17T14:31:18.224Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T14:31:18.224Z] ---> Running in 4a29b6bf80cb [2020-08-17T14:31:18.827Z] Removing intermediate container 4a29b6bf80cb [2020-08-17T14:31:18.827Z] ---> 0cb36887d191 [2020-08-17T14:31:18.827Z] [2020-08-17T14:31:19.102Z] Successfully built 0cb36887d191 [2020-08-17T14:31:19.103Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-17T14:31:58.125Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 376f029d694a [2020-08-17T14:31:58.125Z] ---> 43a2b19e3a7e [2020-08-17T14:31:58.125Z] [2020-08-17T14:31:58.125Z] Step 10/21 : FROM scratch [2020-08-17T14:31:58.125Z] ---> [2020-08-17T14:31:58.125Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T14:31:58.125Z] ---> Running in f3aeae6d4d68 [2020-08-17T14:31:58.125Z] Removing intermediate container f3aeae6d4d68 [2020-08-17T14:31:58.125Z] ---> 009ce555f1c3 [2020-08-17T14:31:58.125Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T14:31:58.125Z] ---> Running in c2262e759ff1 [2020-08-17T14:31:58.125Z] Removing intermediate container c2262e759ff1 [2020-08-17T14:31:58.125Z] ---> 1019e9aef4c5 [2020-08-17T14:31:58.125Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T14:31:58.125Z] ---> Running in 4c667455d567 [2020-08-17T14:31:58.125Z] Removing intermediate container 4c667455d567 [2020-08-17T14:31:58.125Z] ---> 1c958266b576 [2020-08-17T14:31:58.125Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T14:31:58.125Z] ---> b60d6b84dbe5 [2020-08-17T14:31:58.125Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T14:31:58.125Z] ---> e7a7d2f34821 [2020-08-17T14:31:58.125Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T14:31:58.400Z] ---> e4584e4b6e3b [2020-08-17T14:31:58.400Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T14:31:59.385Z] ---> 863a722816db [2020-08-17T14:31:59.385Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:31:59.662Z] ---> Running in 9b595b472575 [2020-08-17T14:32:00.261Z] Removing intermediate container 9b595b472575 [2020-08-17T14:32:00.261Z] ---> 1a2429ac67b3 [2020-08-17T14:32:00.261Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T14:32:00.261Z] ---> Running in 9cd921b3d3b1 [2020-08-17T14:32:00.859Z] Removing intermediate container 9cd921b3d3b1 [2020-08-17T14:32:00.859Z] ---> ee48588d6fac [2020-08-17T14:32:00.859Z] Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:32:01.138Z] ---> Running in b0e80f0c0a6d [2020-08-17T14:32:01.737Z] Removing intermediate container b0e80f0c0a6d [2020-08-17T14:32:01.737Z] ---> 4d4a5ff5bb93 [2020-08-17T14:32:01.737Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T14:32:02.017Z] ---> Running in 16f18ed7a1cb [2020-08-17T14:32:02.619Z] Removing intermediate container 16f18ed7a1cb [2020-08-17T14:32:02.619Z] ---> cd118e2614df [2020-08-17T14:32:02.619Z] [2020-08-17T14:32:03.228Z] Successfully built cd118e2614df [2020-08-17T14:32:03.228Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-17T14:32:04.222Z]  Building docker-support-logging-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-17T14:32:09.629Z] Removing intermediate container d33c0b259055 [2020-08-17T14:32:09.629Z] ---> 6e9435b030f5 [2020-08-17T14:32:09.629Z] [2020-08-17T14:32:09.629Z] Step 10/21 : FROM scratch [2020-08-17T14:32:09.629Z] ---> [2020-08-17T14:32:09.629Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T14:32:09.629Z] ---> Using cache [2020-08-17T14:32:09.629Z] ---> cbd66057ed5e [2020-08-17T14:32:09.629Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T14:32:09.629Z] ---> Running in 7fa1d5bedacd [2020-08-17T14:32:09.918Z] Removing intermediate container 7fa1d5bedacd [2020-08-17T14:32:09.918Z] ---> 7458f1f1f100 [2020-08-17T14:32:09.918Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T14:32:10.189Z] ---> Running in c3810258b347 [2020-08-17T14:32:10.792Z] Removing intermediate container c3810258b347 [2020-08-17T14:32:10.792Z] ---> bc0a93ba6289 [2020-08-17T14:32:10.792Z] Step 14/21 : WORKDIR / [2020-08-17T14:32:11.066Z] ---> Running in b81589c2dd48 [2020-08-17T14:32:11.668Z] Removing intermediate container b81589c2dd48 [2020-08-17T14:32:11.668Z] ---> 9027e95454de [2020-08-17T14:32:11.668Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T14:32:12.656Z] ---> 6d195718d9f0 [2020-08-17T14:32:12.656Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T14:32:12.930Z] 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-17T14:32:13.920Z] ---> 40f921d009c4 [2020-08-17T14:32:13.920Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T14:32:14.910Z] ---> cd7e53386917 [2020-08-17T14:32:14.910Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:32:15.183Z] ---> Running in b559141d1f6b [2020-08-17T14:32:15.781Z] Removing intermediate container b559141d1f6b [2020-08-17T14:32:15.781Z] ---> 25d1fc457604 [2020-08-17T14:32:15.781Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T14:32:15.781Z] ---> Running in 7bf7ea25250f [2020-08-17T14:32:16.386Z] Removing intermediate container 7bf7ea25250f [2020-08-17T14:32:16.386Z] ---> 76d27bf2bb07 [2020-08-17T14:32:16.386Z] Step 20/21 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:32:16.657Z] ---> Running in c1bb505bffd0 [2020-08-17T14:32:17.252Z] Removing intermediate container c1bb505bffd0 [2020-08-17T14:32:17.252Z] ---> 6fc8c65f336e [2020-08-17T14:32:17.253Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T14:32:17.529Z] ---> Running in 669e5c3699ae [2020-08-17T14:32:18.123Z] Removing intermediate container 669e5c3699ae [2020-08-17T14:32:18.123Z] ---> b9115091f3ef [2020-08-17T14:32:18.123Z] [2020-08-17T14:32:18.714Z] Successfully built b9115091f3ef [2020-08-17T14:32:18.714Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-17T14:32:21.320Z]  Building docker-core-command-go ... done Removing intermediate container b117deeb5ba3 [2020-08-17T14:32:21.320Z] ---> fdb89d113a9a [2020-08-17T14:32:21.320Z] [2020-08-17T14:32:21.320Z] Step 10/23 : FROM scratch [2020-08-17T14:32:21.320Z] ---> [2020-08-17T14:32:21.320Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T14:32:21.320Z] Removing intermediate container b99aeeb097b9 [2020-08-17T14:32:21.320Z] ---> 4cc6a2b114a0 [2020-08-17T14:32:21.320Z] [2020-08-17T14:32:21.320Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T14:32:21.320Z] ---> Using cache [2020-08-17T14:32:21.320Z] ---> 009ce555f1c3 [2020-08-17T14:32:21.320Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T14:32:21.320Z] ---> Running in 78aedf3cc4e2 [2020-08-17T14:32:21.320Z] 3.10: Pulling from library/alpine [2020-08-17T14:32:21.913Z] Removing intermediate container 78aedf3cc4e2 [2020-08-17T14:32:21.913Z] ---> 63b5998749e9 [2020-08-17T14:32:21.913Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T14:32:21.913Z] ---> Running in 2dc47675310d [2020-08-17T14:32:22.510Z] Removing intermediate container 2dc47675310d [2020-08-17T14:32:22.510Z] ---> 324eedcecff3 [2020-08-17T14:32:22.510Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T14:32:22.510Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T14:32:22.510Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T14:32:22.510Z] ---> 536a684cf733 [2020-08-17T14:32:22.510Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T14:32:22.781Z] ---> Running in a6ea9b053171 [2020-08-17T14:32:23.375Z] ---> 891c5f43c37b [2020-08-17T14:32:23.375Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T14:32:24.347Z] ---> 5884f492e845 [2020-08-17T14:32:24.347Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T14:32:24.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-17T14:32:24.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-17T14:32:25.207Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T14:32:25.207Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T14:32:25.207Z] OK: 10167 distinct packages available [2020-08-17T14:32:25.478Z] ---> e1391558c651 [2020-08-17T14:32:25.478Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T14:32:25.749Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T14:32:26.018Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T14:32:26.018Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T14:32:26.018Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T14:32:26.018Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T14:32:26.018Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T14:32:26.018Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T14:32:26.289Z] OK: 7 MiB in 19 packages [2020-08-17T14:32:26.593Z] ---> 7958c7c16360 [2020-08-17T14:32:26.593Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T14:32:28.148Z] ---> 7920967bb364 [2020-08-17T14:32:28.148Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T14:32:28.148Z] Removing intermediate container a6ea9b053171 [2020-08-17T14:32:28.148Z] ---> 4041fb1be5b2 [2020-08-17T14:32:28.148Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T14:32:28.430Z] ---> Running in 401bd20b4aa8 [2020-08-17T14:32:29.072Z] Removing intermediate container 401bd20b4aa8 [2020-08-17T14:32:29.072Z] ---> d3386c2c7bd1 [2020-08-17T14:32:29.072Z] Step 13/26 : WORKDIR / [2020-08-17T14:32:29.072Z] ---> 2745f0899a1b [2020-08-17T14:32:29.072Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T14:32:29.072Z] ---> Running in b929ece7e4d5 [2020-08-17T14:32:29.072Z] ---> Running in cba44fe4b412 [2020-08-17T14:32:29.688Z] Removing intermediate container b929ece7e4d5 [2020-08-17T14:32:29.688Z] Removing intermediate container cba44fe4b412 [2020-08-17T14:32:29.688Z] ---> 991ecb4b860d [2020-08-17T14:32:29.688Z] ---> 8358e38935a8 [2020-08-17T14:32:29.688Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.jsonStep 21/23 : LABEL arch=arm64 [2020-08-17T14:32:29.688Z] [2020-08-17T14:32:29.973Z] ---> Running in 7ae3666e82f2 [2020-08-17T14:32:30.578Z] Removing intermediate container 7ae3666e82f2 [2020-08-17T14:32:30.578Z] ---> 1370fb4ca9b0 [2020-08-17T14:32:30.578Z] Step 22/23 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:32:30.578Z] ---> 522014f83779 [2020-08-17T14:32:30.578Z] 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-17T14:32:30.854Z] ---> Running in f326eee0217b [2020-08-17T14:32:31.472Z] Removing intermediate container f326eee0217b [2020-08-17T14:32:31.472Z] ---> f4b5d1da0f35 [2020-08-17T14:32:31.472Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T14:32:31.472Z] ---> Running in 78af0a74d9d6 [2020-08-17T14:32:31.472Z] ---> 39deabe14469 [2020-08-17T14:32:31.472Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T14:32:32.073Z] Removing intermediate container 78af0a74d9d6 [2020-08-17T14:32:32.073Z] ---> f5f345ccd106 [2020-08-17T14:32:32.073Z] [2020-08-17T14:32:32.362Z] Successfully built f5f345ccd106 [2020-08-17T14:32:32.634Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-17T14:32:32.634Z]  Building docker-support-notifications-go ... done  ---> 5fef0eeaec38 [2020-08-17T14:32:32.634Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T14:32:33.628Z] ---> 3aed11e7f494 [2020-08-17T14:32:33.628Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T14:32:34.633Z] ---> 40fcb2b6c48d [2020-08-17T14:32:34.633Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T14:32:35.650Z] ---> c5232a717f6b [2020-08-17T14:32:35.650Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T14:32:37.112Z] ---> 47ceb97f36a0 [2020-08-17T14:32:37.112Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T14:32:37.714Z] ---> 082891ff04ec [2020-08-17T14:32:37.714Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T14:32:38.016Z] ---> Running in fcc1815ae924 [2020-08-17T14:32:40.635Z] Removing intermediate container fcc1815ae924 [2020-08-17T14:32:40.635Z] ---> d946351dc377 [2020-08-17T14:32:40.635Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T14:32:40.635Z] ---> Running in a93c67df6a9b [2020-08-17T14:32:40.907Z] Removing intermediate container a93c67df6a9b [2020-08-17T14:32:40.907Z] ---> 83a5b29780a5 [2020-08-17T14:32:40.907Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T14:32:41.181Z] ---> Running in c73b932a7d02 [2020-08-17T14:32:41.454Z] Removing intermediate container c73b932a7d02 [2020-08-17T14:32:41.454Z] ---> 06be9645e256 [2020-08-17T14:32:41.454Z] Step 25/26 : LABEL git_sha=a14165494ce22bd0940f1e34fb49e075a468a70d [2020-08-17T14:32:41.728Z] ---> Running in 9a6e4c87af91 [2020-08-17T14:32:42.005Z] Removing intermediate container 9a6e4c87af91 [2020-08-17T14:32:42.005Z] ---> 7adff1148bf7 [2020-08-17T14:32:42.005Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T14:32:42.279Z] ---> Running in 28d3e476d37d [2020-08-17T14:32:42.874Z] Removing intermediate container 28d3e476d37d [2020-08-17T14:32:42.874Z] ---> a4438c0671d2 [2020-08-17T14:32:42.874Z] [2020-08-17T14:32:43.144Z] Successfully built a4438c0671d2 [2020-08-17T14:32:43.144Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-17T14:32:43.429Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-08-17T14:32:43.460Z] $ docker stop --time=1 ddd572d29b89c8a8272221ad3d12138a2c7bf3b3c314e266c0f2a3993d98afd4 [2020-08-17T14:32:45.379Z] $ docker rm -f ddd572d29b89c8a8272221ad3d12138a2c7bf3b3c314e266c0f2a3993d98afd4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T14:32:45.960Z] + docker images [2020-08-17T14:32:45.960Z] + grep docker [2020-08-17T14:32:46.230Z] docker-security-secretstore-setup-go-arm64 latest a4438c0671d2 4 seconds ago 32.6MB [2020-08-17T14:32:46.231Z] docker-support-notifications-go-arm64 latest f5f345ccd106 15 seconds ago 13.9MB [2020-08-17T14:32:46.231Z] docker-core-command-go-arm64 latest b9115091f3ef 29 seconds ago 12.4MB [2020-08-17T14:32:46.231Z] docker-support-logging-go-arm64 latest cd118e2614df 44 seconds ago 11.4MB [2020-08-17T14:32:46.231Z] docker-security-secrets-setup-go-arm64 latest 0cb36887d191 About a minute ago 24.2MB [2020-08-17T14:32:46.231Z] docker-sys-mgmt-agent-go-arm64 latest 413e8212b376 2 minutes ago 266MB [2020-08-17T14:32:46.231Z] docker-core-data-go-arm64 latest 41bbfa4d93c5 3 minutes ago 22.6MB [2020-08-17T14:32:46.231Z] docker-core-metadata-go-arm64 latest d1d019d6cf32 3 minutes ago 13.8MB [2020-08-17T14:32:46.231Z] docker-support-scheduler-go-arm64 latest e848658ef7fa 3 minutes ago 12.6MB [2020-08-17T14:32:46.231Z] docker-security-proxy-setup-go-arm64 latest 5e0c3d9175a6 4 minutes ago 15.8MB [2020-08-17T14:32:46.231Z] docker latest ce9d55ae87f1 7 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-17T14:32:47.756Z] provisioning config files... [2020-08-17T14:32:47.770Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3767741583332127764tmp [Pipeline] { [Pipeline] sh [2020-08-17T14:32:48.133Z] + bash -s - -t @/w/workspace/edgex-go/2@tmp/config3767741583332127764tmp [2020-08-17T14:32:48.133Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-08-17T14:32:48.713Z] 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-17T14:32:50.236Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T14:32:51.112Z] ---> package-listing.sh [2020-08-17T14:32:51.112Z] ++ facter osfamily [2020-08-17T14:32:51.112Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T14:32:51.112Z] + OS_FAMILY=redhat [2020-08-17T14:32:51.112Z] + workspace=/w/workspace/edgex-go/2 [2020-08-17T14:32:51.112Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T14:32:51.112Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T14:32:51.112Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T14:32:51.112Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T14:32:51.112Z] + '[' /w/workspace/edgex-go/2 ']' [2020-08-17T14:32:51.112Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T14:32:51.112Z] + case "${OS_FAMILY}" in [2020-08-17T14:32:51.112Z] + rpm -qa [2020-08-17T14:32:51.112Z] + sort [2020-08-17T14:32:55.329Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T14:32:55.329Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T14:32:55.329Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T14:32:55.329Z] + '[' /w/workspace/edgex-go/2 ']' [2020-08-17T14:32:55.329Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-08-17T14:32:55.329Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:32:55.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T14:32:55.990Z] [2020-08-17T14:32:55.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T14:32:56.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T14:32:56.542Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T14:32:56.542Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T14:32:56.542Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T14:32:56.542Z] 756a868c4378: Pulling fs layer [2020-08-17T14:32:56.542Z] 444b2fc9a129: Pulling fs layer [2020-08-17T14:32:56.542Z] ea15f1150254: Pulling fs layer [2020-08-17T14:32:56.542Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T14:32:56.542Z] 28c525ee5125: Pulling fs layer [2020-08-17T14:32:56.542Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T14:32:56.542Z] 138eaada9080: Pulling fs layer [2020-08-17T14:32:56.542Z] 0622d0fa9048: Pulling fs layer [2020-08-17T14:32:56.542Z] 41b27a9f41bf: Waiting [2020-08-17T14:32:56.542Z] 28c525ee5125: Waiting [2020-08-17T14:32:56.542Z] 094b1ea09ed8: Waiting [2020-08-17T14:32:56.542Z] 138eaada9080: Waiting [2020-08-17T14:32:56.542Z] 0622d0fa9048: Waiting [2020-08-17T14:32:56.542Z] ea15f1150254: Waiting [2020-08-17T14:32:56.542Z] 444b2fc9a129: Waiting [2020-08-17T14:32:56.542Z] 2cc5ad85d9ab: Download complete [2020-08-17T14:32:56.542Z] 444b2fc9a129: Verifying Checksum [2020-08-17T14:32:56.542Z] 444b2fc9a129: Download complete [2020-08-17T14:32:56.542Z] c9b1b535fdd9: Verifying Checksum [2020-08-17T14:32:56.542Z] c9b1b535fdd9: Download complete [2020-08-17T14:32:56.542Z] ea15f1150254: Verifying Checksum [2020-08-17T14:32:56.542Z] ea15f1150254: Download complete [2020-08-17T14:32:56.542Z] 28c525ee5125: Verifying Checksum [2020-08-17T14:32:56.542Z] 28c525ee5125: Download complete [2020-08-17T14:32:56.868Z] 756a868c4378: Verifying Checksum [2020-08-17T14:32:56.868Z] 756a868c4378: Download complete [2020-08-17T14:32:56.868Z] c9b1b535fdd9: Pull complete [2020-08-17T14:32:56.868Z] 138eaada9080: Verifying Checksum [2020-08-17T14:32:56.868Z] 138eaada9080: Download complete [2020-08-17T14:32:56.868Z] 0622d0fa9048: Verifying Checksum [2020-08-17T14:32:56.868Z] 0622d0fa9048: Download complete [2020-08-17T14:32:57.131Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T14:32:57.131Z] 094b1ea09ed8: Download complete [2020-08-17T14:32:57.393Z] 2cc5ad85d9ab: Pull complete [2020-08-17T14:32:57.393Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T14:32:57.393Z] 41b27a9f41bf: Download complete [2020-08-17T14:32:59.313Z] 756a868c4378: Pull complete [2020-08-17T14:32:59.313Z] 444b2fc9a129: Pull complete [2020-08-17T14:32:59.885Z] ea15f1150254: Pull complete [2020-08-17T14:33:06.503Z] 41b27a9f41bf: Pull complete [2020-08-17T14:33:06.503Z] 28c525ee5125: Pull complete [2020-08-17T14:33:08.419Z] 094b1ea09ed8: Pull complete [2020-08-17T14:33:09.371Z] 138eaada9080: Pull complete [2020-08-17T14:33:09.632Z] 0622d0fa9048: Pull complete [2020-08-17T14:33:09.632Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T14:33:09.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T14:33:09.632Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T14:33:09.810Z] prd-centos7-docker-4c-2g-275 does not seem to be running inside a container [2020-08-17T14:33:09.858Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat [2020-08-17T14:33:14.341Z] $ docker top 78c241a24dcc93320b1a2d77b1c54911ee4d7fcb790e86b3536a3ba4a9dbba13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T14:33:14.619Z] provisioning config files... [2020-08-17T14:33:14.638Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3726305154179142148tmp [Pipeline] { [Pipeline] echo [2020-08-17T14:33:14.706Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T14:33:15.001Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T14:33:15.011Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T14:33:15.303Z] ---> logs-deploy.sh [2020-08-17T14:33:15.303Z] + ARCHIVE_ARTIFACTS= [2020-08-17T14:33:15.303Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T14:33:15.303Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T14:33:15.303Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T14:33:15.303Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/2 [2020-08-17T14:33:15.303Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/hutchic-patch-1/2/ [2020-08-17T14:33:15.303Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/2 /w/workspace/edgex-go/2 [2020-08-17T14:33:16.248Z] Archives upload complete. [2020-08-17T14:33:16.509Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hutchic-patch-1/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/hutchic-patch-1/2/