Pull request #2625 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f+aa472f58a5207d25d1630cfabae13fa3f1ce44ee (50843615f51852c764dcb77fffbaff1a13eabb03) 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-287 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aa472f58a5207d25d1630cfabae13fa3f1ce44ee into PR head commit 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f Merge succeeded, producing 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f Checking out Revision 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f # timeout=10 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" First time build. Skipping changelog. > git rev-list --no-walk a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T15:34:54.563Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T15:34:54.773Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-17T15:34:54.888Z] ========================================================= [2020-08-17T15:34:54.888Z] EdgeX Global Pipelines Version Info [2020-08-17T15:34:54.888Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T15:34:56.754Z] ------------------- [2020-08-17T15:34:56.754Z] stable info: [2020-08-17T15:34:56.754Z] ------------------- [2020-08-17T15:34:56.754Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T15:34:56.754Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T15:34:56.754Z] Message: update stable to v1.0.106 [2020-08-17T15:34:57.324Z] ------------------- [2020-08-17T15:34:57.324Z] experimental info: [2020-08-17T15:34:57.324Z] ------------------- [2020-08-17T15:34:57.324Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T15:34:57.324Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T15:34:57.324Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-17T15:34:58.856Z] ++ 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-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/core-command/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/core-data/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-17T15:34:58.856Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T15:34:58.856Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-17T15:34:58.856Z] ++ cut -d/ -f2 [2020-08-17T15:34:58.856Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-17T15:34:58.922Z] 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-17T15:34:59.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T15:35:00.194Z] [2020-08-17T15:35:00.194Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:35:00.547Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T15:35:00.547Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T15:35:00.547Z] 31603596830f: Pulling fs layer [2020-08-17T15:35:00.547Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T15:35:00.547Z] 6ca5941a6612: Pulling fs layer [2020-08-17T15:35:00.547Z] ecc8261a40a4: Pulling fs layer [2020-08-17T15:35:00.547Z] ecc8261a40a4: Waiting [2020-08-17T15:35:00.547Z] 2a8b12db71e7: Verifying Checksum [2020-08-17T15:35:00.547Z] 2a8b12db71e7: Download complete [2020-08-17T15:35:00.547Z] 31603596830f: Verifying Checksum [2020-08-17T15:35:00.547Z] 31603596830f: Download complete [2020-08-17T15:35:00.814Z] ecc8261a40a4: Verifying Checksum [2020-08-17T15:35:00.814Z] ecc8261a40a4: Download complete [2020-08-17T15:35:00.814Z] 6ca5941a6612: Verifying Checksum [2020-08-17T15:35:00.814Z] 6ca5941a6612: Download complete [2020-08-17T15:35:01.092Z] 31603596830f: Pull complete [2020-08-17T15:35:01.092Z] 2a8b12db71e7: Pull complete [2020-08-17T15:35:02.043Z] 6ca5941a6612: Pull complete [2020-08-17T15:35:02.306Z] ecc8261a40a4: Pull complete [2020-08-17T15:35:02.306Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T15:35:02.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T15:35:02.306Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T15:35:02.437Z] prd-centos7-docker-4c-2g-287 does not seem to be running inside a container [2020-08-17T15:35:02.485Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T15:35:04.954Z] $ docker top 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T15:35:05.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T15:35:05.258Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T15:35:05.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T15:35:05.470Z] $ docker exec 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 ssh-agent [2020-08-17T15:35:05.638Z] SSH_AUTH_SOCK=/tmp/ssh-N7e9LBXqljeK/agent.11 [2020-08-17T15:35:05.638Z] SSH_AGENT_PID=16 [2020-08-17T15:35:05.649Z] Running ssh-add (command line suppressed) [2020-08-17T15:35:05.768Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_5966972957470993971.key (/w/workspace/edgex-go/16@tmp/private_key_5966972957470993971.key) [2020-08-17T15:35:05.822Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T15:35:06.151Z] + git describe --exact-match --tags HEAD [2020-08-17T15:35:06.152Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T15:35:06.171Z] $ docker exec --env ******** --env ******** 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 ssh-agent -k [2020-08-17T15:35:06.282Z] unset SSH_AUTH_SOCK; [2020-08-17T15:35:06.283Z] unset SSH_AGENT_PID; [2020-08-17T15:35:06.283Z] echo Agent pid 16 killed; [2020-08-17T15:35:06.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T15:35:06.418Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T15:35:06.418Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T15:35:06.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T15:35:06.520Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T15:35:06.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T15:35:06.682Z] $ docker exec 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 ssh-agent [2020-08-17T15:35:06.848Z] SSH_AUTH_SOCK=/tmp/ssh-3totTL4Y1bWv/agent.44 [2020-08-17T15:35:06.848Z] SSH_AGENT_PID=50 [2020-08-17T15:35:06.855Z] Running ssh-add (command line suppressed) [2020-08-17T15:35:06.966Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_8672407093614815042.key (/w/workspace/edgex-go/16@tmp/private_key_8672407093614815042.key) [2020-08-17T15:35:07.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T15:35:07.364Z] + git semver init [2020-08-17T15:35:07.364Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T15:35:07.364Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2020-08-17T15:35:07.364Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2020-08-17T15:35:07.364Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T15:35:07.364Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T15:35:07.364Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T15:35:07.364Z] # $SEMVER_BRANCH = PR-2625 [2020-08-17T15:35:07.364Z] # $SEMVER_TEMP = /tmp/semver-942584012 [2020-08-17T15:35:07.364Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-17T15:35:25.691Z] # '/tmp/semver-942584012' -> '/w/workspace/edgex-go/16/.semver' [2020-08-17T15:35:25.691Z] # -> Force: false [2020-08-17T15:35:25.691Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } [2020-08-17T15:35:25.707Z] $ docker exec --env ******** --env ******** 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 ssh-agent -k [2020-08-17T15:35:25.919Z] unset SSH_AUTH_SOCK; [2020-08-17T15:35:25.919Z] unset SSH_AGENT_PID; [2020-08-17T15:35:25.920Z] echo Agent pid 50 killed; [2020-08-17T15:35:25.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T15:35:26.439Z] + git semver [Pipeline] } [2020-08-17T15:35:26.453Z] $ docker stop --time=1 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 [2020-08-17T15:35:28.133Z] $ docker rm -f 7329d32b55124a024248f4288f1f7935cb707619a0a657433b109a5512673873 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T15:35:41.366Z] Stashed 33 file(s) [Pipeline] echo [2020-08-17T15:35:41.368Z] [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-17T15:35:41.799Z] ========================================================= [2020-08-17T15:35:41.799Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T15:35:41.799Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:35:42.126Z] + 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-17T15:35:45.445Z] Sending build context to Docker daemon 323MB [2020-08-17T15:35:45.445Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T15:35:45.445Z] Step 2/7 : FROM ${BASE} [2020-08-17T15:35:45.445Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T15:35:45.445Z] df20fa9351a1: Pulling fs layer [2020-08-17T15:35:45.445Z] ed8968b2872e: Pulling fs layer [2020-08-17T15:35:45.445Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T15:35:45.445Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T15:35:45.445Z] 1e091d79d1de: Pulling fs layer [2020-08-17T15:35:45.445Z] 481702a1767f: Pulling fs layer [2020-08-17T15:35:45.445Z] f64a6f60c768: Pulling fs layer [2020-08-17T15:35:45.445Z] e78d2573fc39: Pulling fs layer [2020-08-17T15:35:45.445Z] e876d2f968b6: Pulling fs layer [2020-08-17T15:35:45.445Z] ce8a83651883: Pulling fs layer [2020-08-17T15:35:45.445Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T15:35:45.445Z] e78d2573fc39: Waiting [2020-08-17T15:35:45.445Z] ce8a83651883: Waiting [2020-08-17T15:35:45.445Z] 07967f4d0e4b: Waiting [2020-08-17T15:35:45.445Z] e876d2f968b6: Waiting [2020-08-17T15:35:45.446Z] f64a6f60c768: Waiting [2020-08-17T15:35:45.446Z] 481702a1767f: Waiting [2020-08-17T15:35:45.446Z] 2dd03ba5bac4: Waiting [2020-08-17T15:35:45.446Z] a92cc7c5fd73: Verifying Checksum [2020-08-17T15:35:45.446Z] a92cc7c5fd73: Download complete [2020-08-17T15:35:45.446Z] ed8968b2872e: Download complete [2020-08-17T15:35:45.446Z] 1e091d79d1de: Verifying Checksum [2020-08-17T15:35:45.446Z] 1e091d79d1de: Download complete [2020-08-17T15:35:45.446Z] 481702a1767f: Verifying Checksum [2020-08-17T15:35:45.446Z] 481702a1767f: Download complete [2020-08-17T15:35:45.446Z] df20fa9351a1: Verifying Checksum [2020-08-17T15:35:45.446Z] df20fa9351a1: Download complete [2020-08-17T15:35:45.717Z] df20fa9351a1: Pull complete [2020-08-17T15:35:45.996Z] f64a6f60c768: Verifying Checksum [2020-08-17T15:35:45.996Z] f64a6f60c768: Download complete [2020-08-17T15:35:46.267Z] e876d2f968b6: Verifying Checksum [2020-08-17T15:35:46.267Z] e876d2f968b6: Download complete [2020-08-17T15:35:46.534Z] e78d2573fc39: Verifying Checksum [2020-08-17T15:35:46.534Z] e78d2573fc39: Download complete [2020-08-17T15:35:46.534Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T15:35:46.534Z] 07967f4d0e4b: Download complete [2020-08-17T15:35:46.534Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T15:35:46.534Z] 2dd03ba5bac4: Download complete [2020-08-17T15:35:46.797Z] ce8a83651883: Verifying Checksum [2020-08-17T15:35:46.797Z] ce8a83651883: Download complete [2020-08-17T15:35:47.374Z] ed8968b2872e: Pull complete [2020-08-17T15:35:47.374Z] a92cc7c5fd73: Pull complete [2020-08-17T15:35:52.680Z] 2dd03ba5bac4: Pull complete [2020-08-17T15:35:52.943Z] 1e091d79d1de: Pull complete [2020-08-17T15:35:52.944Z] 481702a1767f: Pull complete [2020-08-17T15:35:56.633Z] Still waiting to schedule task [2020-08-17T15:35:56.633Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-286’ [2020-08-17T15:35:57.162Z] f64a6f60c768: Pull complete [2020-08-17T15:36:00.498Z] e78d2573fc39: Pull complete [2020-08-17T15:36:00.498Z] e876d2f968b6: Pull complete [2020-08-17T15:36:01.450Z] ce8a83651883: Pull complete [2020-08-17T15:36:01.716Z] 07967f4d0e4b: Pull complete [2020-08-17T15:36:01.716Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T15:36:01.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T15:36:01.716Z] ---> 5d7c900382c6 [2020-08-17T15:36:01.716Z] 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-17T15:36:02.664Z] ---> Running in 1caa2d047eb5 [2020-08-17T15:36:03.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:36:04.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:36:04.445Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T15:36:04.706Z] (2/12) Installing file (5.38-r0) [2020-08-17T15:36:04.706Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T15:36:04.706Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T15:36:07.258Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T15:36:07.258Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T15:36:07.258Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T15:36:07.258Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T15:36:07.258Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T15:36:07.258Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T15:36:07.258Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T15:36:07.522Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T15:36:07.522Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:36:07.522Z] OK: 233 MiB in 51 packages [2020-08-17T15:36:10.826Z] Removing intermediate container 1caa2d047eb5 [2020-08-17T15:36:10.826Z] ---> 486e92c913cd [2020-08-17T15:36:10.826Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T15:36:10.826Z] ---> Running in df3c178cf8c2 [2020-08-17T15:36:11.088Z] Removing intermediate container df3c178cf8c2 [2020-08-17T15:36:11.088Z] ---> fbc433e70787 [2020-08-17T15:36:11.088Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T15:36:11.350Z] latest: Pulling from library/docker [2020-08-17T15:36:11.350Z] df20fa9351a1: Already exists [2020-08-17T15:36:11.350Z] 25ad7478873d: Pulling fs layer [2020-08-17T15:36:11.350Z] 4684f6177b5d: Pulling fs layer [2020-08-17T15:36:11.350Z] 46e300cec669: Pulling fs layer [2020-08-17T15:36:11.350Z] 63038576ad94: Pulling fs layer [2020-08-17T15:36:11.350Z] 0fdb76c4706c: Pulling fs layer [2020-08-17T15:36:11.350Z] cb7edeffdfd5: Pulling fs layer [2020-08-17T15:36:11.350Z] 0fdb76c4706c: Waiting [2020-08-17T15:36:11.350Z] 63038576ad94: Waiting [2020-08-17T15:36:11.350Z] cb7edeffdfd5: Waiting [2020-08-17T15:36:11.613Z] 4684f6177b5d: Verifying Checksum [2020-08-17T15:36:11.613Z] 4684f6177b5d: Download complete [2020-08-17T15:36:11.613Z] 25ad7478873d: Verifying Checksum [2020-08-17T15:36:11.613Z] 25ad7478873d: Download complete [2020-08-17T15:36:11.878Z] 63038576ad94: Verifying Checksum [2020-08-17T15:36:11.878Z] 63038576ad94: Download complete [2020-08-17T15:36:11.878Z] 0fdb76c4706c: Verifying Checksum [2020-08-17T15:36:11.878Z] 0fdb76c4706c: Download complete [2020-08-17T15:36:11.878Z] cb7edeffdfd5: Verifying Checksum [2020-08-17T15:36:11.878Z] cb7edeffdfd5: Download complete [2020-08-17T15:36:11.878Z] 25ad7478873d: Pull complete [2020-08-17T15:36:12.143Z] 4684f6177b5d: Pull complete [2020-08-17T15:36:12.716Z] 46e300cec669: Verifying Checksum [2020-08-17T15:36:12.716Z] 46e300cec669: Download complete [2020-08-17T15:36:15.281Z] 46e300cec669: Pull complete [2020-08-17T15:36:15.281Z] 63038576ad94: Pull complete [2020-08-17T15:36:15.281Z] 0fdb76c4706c: Pull complete [2020-08-17T15:36:15.281Z] cb7edeffdfd5: Pull complete [2020-08-17T15:36:15.281Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T15:36:15.281Z] Status: Downloaded newer image for docker:latest [2020-08-17T15:36:17.209Z] ---> cd8ff3f3b705 [2020-08-17T15:36:17.209Z] Step 6/7 : COPY go.mod . [2020-08-17T15:36:17.209Z] ---> 65f752ca3bff [2020-08-17T15:36:17.209Z] Step 7/7 : RUN go mod download [2020-08-17T15:36:17.209Z] ---> Running in b3d6f77b91d8 [2020-08-17T15:36:19.760Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T15:36:19.760Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T15:36:19.760Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T15:36:19.760Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T15:36:19.760Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T15:36:20.021Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T15:36:20.021Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T15:36:20.021Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T15:36:20.021Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T15:36:20.021Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T15:36:20.021Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T15:36:20.021Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T15:36:20.021Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T15:36:20.021Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T15:36:20.022Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T15:36:20.022Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T15:36:20.285Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T15:36:20.285Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T15:36:20.285Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T15:36:20.285Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T15:36:20.285Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T15:36:20.285Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T15:36:20.285Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T15:36:20.285Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T15:36:20.285Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T15:36:20.285Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T15:36:20.546Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T15:36:20.546Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T15:36:20.546Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T15:36:20.546Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T15:36:20.546Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T15:36:20.546Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T15:36:20.546Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T15:36:20.546Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T15:36:20.546Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T15:36:20.546Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T15:36:20.546Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T15:36:20.806Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T15:36:20.806Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T15:36:21.067Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T15:36:21.067Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T15:36:21.067Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T15:36:21.067Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T15:36:21.067Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T15:36:21.067Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T15:36:21.067Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T15:36:21.067Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T15:36:21.067Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T15:36:21.067Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T15:36:21.067Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T15:36:21.328Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T15:36:21.328Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T15:36:21.328Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T15:36:21.328Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T15:36:21.328Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T15:36:21.328Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T15:36:21.328Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T15:36:21.328Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T15:36:21.328Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T15:36:21.328Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T15:36:21.328Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T15:36:21.328Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T15:36:21.588Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T15:36:21.588Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T15:36:21.588Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T15:36:21.588Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T15:36:21.588Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T15:36:21.588Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T15:36:21.588Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T15:36:21.588Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T15:36:21.588Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T15:36:21.588Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T15:36:21.588Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T15:36:21.849Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T15:36:21.849Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T15:36:21.849Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T15:36:21.849Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T15:36:21.849Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T15:36:21.849Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T15:36:21.849Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T15:36:21.849Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T15:36:21.849Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T15:36:34.121Z] Removing intermediate container b3d6f77b91d8 [2020-08-17T15:36:34.121Z] ---> 4261e808ab92 [2020-08-17T15:36:34.121Z] Successfully built 4261e808ab92 [2020-08-17T15:36:34.121Z] 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-17T15:36:34.686Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-17T15:36:34.686Z] . [Pipeline] withDockerContainer [2020-08-17T15:36:34.807Z] prd-centos7-docker-4c-2g-287 does not seem to be running inside a container [2020-08-17T15:36:34.852Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-17T15:36:35.621Z] $ docker top b008d148bd81edcbf0a942a52375206ae197252d36490a444303ae75363b4969 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T15:36:36.100Z] + go version [2020-08-17T15:36:36.100Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-17T15:36:36.110Z] ========================================================= [2020-08-17T15:36:36.110Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T15:36:36.110Z] ========================================================= [Pipeline] sh [2020-08-17T15:36:36.401Z] + make test [2020-08-17T15:36:36.402Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T15:36:38.959Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T15:36:47.223Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T15:36:52.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T15:36:52.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T15:36:52.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T15:36:52.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T15:36:55.194Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.014s [2020-08-17T15:36:55.194Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T15:36:55.194Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T15:36:55.194Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T15:36:55.194Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T15:36:55.194Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T15:36:55.465Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T15:36:55.465Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T15:36:55.465Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T15:37:00.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.032s coverage: 46.6% of statements [2020-08-17T15:37:00.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T15:37:00.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T15:37:00.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T15:37:00.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T15:37:00.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T15:37:01.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.080s coverage: 27.3% of statements [2020-08-17T15:37:01.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T15:37:01.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T15:37:01.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T15:37:01.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T15:37:01.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T15:37:01.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T15:37:01.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements [2020-08-17T15:37:01.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T15:37:01.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-08-17T15:37:01.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T15:37:03.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.143s coverage: 28.6% of statements [2020-08-17T15:37:03.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T15:37:03.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T15:37:03.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T15:37:03.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T15:37:03.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T15:37:03.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.046s coverage: 100.0% of statements [2020-08-17T15:37:03.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T15:37:03.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements [2020-08-17T15:37:03.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T15:37:03.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements [2020-08-17T15:37:03.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T15:37:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.073s coverage: 97.5% of statements [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T15:37:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T15:37:04.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T15:37:04.417Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements [2020-08-17T15:37:05.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.061s coverage: 63.5% of statements [2020-08-17T15:37:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T15:37:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T15:37:05.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements [2020-08-17T15:37:05.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements [2020-08-17T15:37:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T15:37:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T15:37:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T15:37:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T15:37:10.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.251s coverage: 86.3% of statements [2020-08-17T15:37:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.255s coverage: 72.2% of statements [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.099s coverage: 72.1% of statements [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements [2020-08-17T15:37:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T15:37:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T15:37:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.019s coverage: 28.8% of statements [2020-08-17T15:37:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements [2020-08-17T15:37:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.051s coverage: 26.9% of statements [2020-08-17T15:37:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T15:37:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.095s coverage: 84.1% of statements [2020-08-17T15:37:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements [2020-08-17T15:37:10.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.018s coverage: 42.9% of statements [2020-08-17T15:37:10.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T15:37:10.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T15:37:10.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements [2020-08-17T15:37:10.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T15:37:10.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.046s coverage: 83.8% of statements [2020-08-17T15:37:10.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T15:37:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 45.1% of statements [2020-08-17T15:37:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T15:37:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T15:37:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements [2020-08-17T15:37:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T15:37:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T15:37:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T15:37:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.014s coverage: 100.0% of statements [2020-08-17T15:37:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T15:37:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements [2020-08-17T15:37:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T15:37:14.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-08-17T15:37:14.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T15:37:14.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T15:37:14.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T15:37:14.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T15:37:14.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T15:37:14.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements [2020-08-17T15:37:14.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T15:37:14.395Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements [2020-08-17T15:37:14.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T15:37:14.395Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements [2020-08-17T15:37:14.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T15:37:14.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-08-17T15:37:14.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T15:37:14.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T15:37:14.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T15:37:14.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T15:37:15.329Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements [2020-08-17T15:37:15.329Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T15:37:15.329Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T15:37:15.329Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-17T15:37:15.329Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-08-17T15:37:15.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements [2020-08-17T15:37:16.277Z] GO111MODULE=on go vet ./... [2020-08-17T15:37:22.915Z] gofmt -l . [2020-08-17T15:37:23.176Z] [ "`gofmt -l .`" = "" ] [2020-08-17T15:37:23.747Z] ./bin/test-go-mod-tidy.sh [2020-08-17T15:37:24.329Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-17T15:37:26.017Z] + ls -al . [2020-08-17T15:37:26.017Z] total 552 [2020-08-17T15:37:26.017Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 15:37 . [2020-08-17T15:37:26.017Z] drwxr-xr-x 4 root root 30 Aug 17 15:36 .. [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 15:34 .dockerignore [2020-08-17T15:37:26.017Z] drwxrwxr-x 8 1001 1001 179 Aug 17 15:34 .git [2020-08-17T15:37:26.017Z] drwxrwxr-x 3 1001 1001 60 Aug 17 15:34 .github [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 15:34 .gitignore [2020-08-17T15:37:26.017Z] drwx------ 3 1001 1001 47 Aug 17 15:35 .semver [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 15:34 .sonarcloud.properties [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 15:34 CONTRIBUTING.md [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 15:34 Dockerfile.build [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 15:34 Jenkinsfile [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 15:34 LICENSE [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 15:34 Makefile [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 15:34 README.md [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 259 Aug 17 15:34 SECURITY.md [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 15:35 VERSION [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 15:34 ZMQWindows.md [2020-08-17T15:37:26.017Z] drwxrwxr-x 2 1001 1001 117 Aug 17 15:34 bin [2020-08-17T15:37:26.017Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 15:34 cmd [2020-08-17T15:37:26.017Z] -rw-r--r-- 1 root root 455803 Aug 17 15:37 coverage.out [2020-08-17T15:37:26.017Z] -rw-r--r-- 1 root root 1019 Aug 17 15:37 go.mod [2020-08-17T15:37:26.017Z] -rw-r--r-- 1 root root 18146 Aug 17 15:37 go.sum [2020-08-17T15:37:26.017Z] drwxrwxr-x 8 1001 1001 127 Aug 17 15:34 internal [2020-08-17T15:37:26.017Z] drwxrwxr-x 4 1001 1001 26 Aug 17 15:34 openapi [2020-08-17T15:37:26.017Z] drwxrwxr-x 4 1001 1001 71 Aug 17 15:34 snap [2020-08-17T15:37:26.017Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 15:34 version.go [Pipeline] sh [2020-08-17T15:37:26.315Z] + '[' -e coverage.out ] [2020-08-17T15:37:26.315Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T15:37:26.460Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T15:37:26.756Z] + make build [2020-08-17T15:37:26.756Z] 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-17T15:37:33.402Z] 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-17T15:37:35.962Z] 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-17T15:37:37.903Z] 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-17T15:37:38.846Z] 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-17T15:37:40.763Z] 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-17T15:37:41.338Z] 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-17T15:37:43.889Z] 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-17T15:37:45.276Z] 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-17T15:37:46.669Z] 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-17T15:37:48.054Z] 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-17T15:37:50.603Z] 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-17T15:37:51.548Z] 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-17T15:37:52.946Z] $ docker stop --time=1 b008d148bd81edcbf0a942a52375206ae197252d36490a444303ae75363b4969 [2020-08-17T15:37:54.584Z] $ docker rm -f b008d148bd81edcbf0a942a52375206ae197252d36490a444303ae75363b4969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:37:57.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T15:37:57.616Z] [2020-08-17T15:37:57.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:37:57.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T15:37:57.997Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-17T15:37:57.997Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T15:37:57.997Z] ca9280d653b3: Pulling fs layer [2020-08-17T15:37:57.997Z] 7e9c9ca2126c: Pulling fs layer [2020-08-17T15:37:57.997Z] cbdbe7a5bc2a: Download complete [2020-08-17T15:37:58.264Z] ca9280d653b3: Verifying Checksum [2020-08-17T15:37:58.264Z] ca9280d653b3: Download complete [2020-08-17T15:37:58.525Z] cbdbe7a5bc2a: Pull complete [2020-08-17T15:37:59.106Z] 7e9c9ca2126c: Download complete [2020-08-17T15:37:59.367Z] ca9280d653b3: Pull complete [2020-08-17T15:38:11.627Z] 7e9c9ca2126c: Pull complete [2020-08-17T15:38:11.627Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-17T15:38:11.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T15:38:11.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-17T15:38:11.778Z] prd-centos7-docker-4c-2g-287 does not seem to be running inside a container [2020-08-17T15:38:11.825Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-17T15:38:12.714Z] $ docker top 1e302fc3704b9b509ec4b84defa66301b31c021c0d9d497dde5a61590781c67a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T15:38:13.247Z] + docker-compose build --help [2020-08-17T15:38:13.247Z] + grep parallel [2020-08-17T15:38:14.195Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T15:38:14.206Z] $ docker stop --time=1 1e302fc3704b9b509ec4b84defa66301b31c021c0d9d497dde5a61590781c67a [2020-08-17T15:38:15.565Z] $ docker rm -f 1e302fc3704b9b509ec4b84defa66301b31c021c0d9d497dde5a61590781c67a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:38:16.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T15:38:16.145Z] . [Pipeline] withDockerContainer [2020-08-17T15:38:16.233Z] prd-centos7-docker-4c-2g-287 does not seem to be running inside a container [2020-08-17T15:38:16.271Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-17T15:38:16.933Z] $ docker top 63b1d81774cfbe58e02f8b02fecd1fa5a9629801e63f813afbeb15221c22a140 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T15:38:17.420Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T15:38:18.364Z] Building docker-core-command-go ... [2020-08-17T15:38:18.364Z] Building docker-core-data-go ... [2020-08-17T15:38:18.364Z] Building docker-core-metadata-go ... [2020-08-17T15:38:18.364Z] Building docker-security-proxy-setup-go ... [2020-08-17T15:38:18.364Z] Building docker-security-secrets-setup-go ... [2020-08-17T15:38:18.364Z] Building docker-security-secretstore-setup-go ... [2020-08-17T15:38:18.364Z] Building docker-support-logging-go ... [2020-08-17T15:38:18.364Z] Building docker-support-notifications-go ... [2020-08-17T15:38:18.364Z] Building docker-support-scheduler-go ... [2020-08-17T15:38:18.364Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T15:38:18.364Z] Building docker-core-metadata-go [2020-08-17T15:38:18.364Z] Building docker-core-data-go [2020-08-17T15:38:18.364Z] Building docker-security-secrets-setup-go [2020-08-17T15:38:18.364Z] Building docker-security-secretstore-setup-go [2020-08-17T15:38:18.364Z] Building docker-support-notifications-go [2020-08-17T15:38:45.177Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:38:45.177Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:38:45.177Z] ---> 4261e808ab92 [2020-08-17T15:38:45.177Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T15:38:45.177Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:38:45.177Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:38:45.177Z] ---> 4261e808ab92 [2020-08-17T15:38:45.177Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T15:38:45.177Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:38:45.177Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:38:45.177Z] ---> 4261e808ab92 [2020-08-17T15:38:45.177Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T15:38:45.177Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:38:45.177Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:38:45.177Z] ---> 4261e808ab92 [2020-08-17T15:38:45.177Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T15:38:45.763Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:38:45.763Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T15:38:45.763Z] ---> 4261e808ab92 [2020-08-17T15:38:45.763Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T15:38:46.710Z] ---> Running in 2623219a32d0 [2020-08-17T15:38:46.710Z] ---> Running in 4c147ae2a07f [2020-08-17T15:38:46.710Z] ---> Running in 45ad925e0075 [2020-08-17T15:38:46.710Z] ---> Running in b3ea7702c823 [2020-08-17T15:38:46.710Z] ---> Running in 0308771ba2b0 [2020-08-17T15:38:46.972Z] Removing intermediate container 4c147ae2a07f [2020-08-17T15:38:46.972Z] ---> 66a9b77e2ecf [2020-08-17T15:38:46.972Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:38:46.972Z] Removing intermediate container 45ad925e0075 [2020-08-17T15:38:46.972Z] ---> c6abdaf4d0c1 [2020-08-17T15:38:46.972Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:38:46.972Z] Removing intermediate container b3ea7702c823 [2020-08-17T15:38:46.972Z] ---> df171a2aca4d [2020-08-17T15:38:46.972Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:38:46.972Z] Removing intermediate container 0308771ba2b0 [2020-08-17T15:38:46.972Z] ---> f9c02e06cd5a [2020-08-17T15:38:46.972Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T15:38:46.972Z] Removing intermediate container 2623219a32d0 [2020-08-17T15:38:46.972Z] ---> f1028603089d [2020-08-17T15:38:46.972Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:38:47.242Z] ---> Running in cbc8667073e6 [2020-08-17T15:38:47.242Z] ---> Running in 7e630ab284dd [2020-08-17T15:38:47.242Z] ---> Running in 6a210821907c [2020-08-17T15:38:47.242Z] ---> Running in 6822c3ff02c3 [2020-08-17T15:38:47.242Z] ---> Running in 94514850f2f2 [2020-08-17T15:38:48.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:48.660Z] Removing intermediate container cbc8667073e6 [2020-08-17T15:38:48.660Z] ---> acada8987056 [2020-08-17T15:38:48.660Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T15:38:48.928Z] Removing intermediate container 7e630ab284dd [2020-08-17T15:38:48.928Z] ---> fa3a6dd42efe [2020-08-17T15:38:48.928Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T15:38:48.928Z] ---> Running in 533c0a26f925 [2020-08-17T15:38:49.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:49.454Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:38:49.454Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:38:49.454Z] OK: 12746 distinct packages available [2020-08-17T15:38:49.725Z] OK: 233 MiB in 51 packages [2020-08-17T15:38:49.725Z] ---> Running in 686715e98abf [2020-08-17T15:38:49.990Z] Removing intermediate container 6a210821907c [2020-08-17T15:38:49.990Z] ---> b6836cb72254 [2020-08-17T15:38:49.990Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T15:38:50.262Z] ---> Running in 9ca85b281d9d [2020-08-17T15:38:50.262Z] Removing intermediate container 94514850f2f2 [2020-08-17T15:38:50.262Z] ---> f4e6596db5ac [2020-08-17T15:38:50.262Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T15:38:50.262Z] ---> Running in 1a88721bf067 [2020-08-17T15:38:50.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:50.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:50.805Z] Removing intermediate container 6822c3ff02c3 [2020-08-17T15:38:50.805Z] ---> 1862576134f3 [2020-08-17T15:38:50.805Z] Step 5/29 : COPY go.mod . [2020-08-17T15:38:51.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:51.072Z] ---> 45ca67e2e123 [2020-08-17T15:38:51.072Z] Step 6/29 : RUN go mod download [2020-08-17T15:38:51.336Z] ---> Running in 825c41ebc0d2 [2020-08-17T15:38:51.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:51.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:51.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:51.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:52.146Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:38:52.146Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:38:52.146Z] OK: 12746 distinct packages available [2020-08-17T15:38:52.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:38:52.147Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:38:52.147Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:38:52.147Z] OK: 12746 distinct packages available [2020-08-17T15:38:52.417Z] OK: 233 MiB in 51 packages [2020-08-17T15:38:52.417Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:38:52.417Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:38:52.417Z] OK: 12746 distinct packages available [2020-08-17T15:38:52.417Z] OK: 233 MiB in 51 packages [2020-08-17T15:38:52.679Z] OK: 233 MiB in 51 packages [2020-08-17T15:38:52.942Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:38:52.942Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:38:52.942Z] OK: 12746 distinct packages available [2020-08-17T15:38:53.205Z] Removing intermediate container 533c0a26f925 [2020-08-17T15:38:53.205Z] ---> 2690f74297d2 [2020-08-17T15:38:53.205Z] Step 6/21 : COPY go.mod . [2020-08-17T15:38:53.205Z] Removing intermediate container 825c41ebc0d2 [2020-08-17T15:38:53.205Z] ---> fd0ce701f020 [2020-08-17T15:38:53.205Z] Step 7/29 : COPY . . [2020-08-17T15:38:53.205Z] OK: 233 MiB in 51 packages [2020-08-17T15:38:53.467Z] Removing intermediate container 9ca85b281d9d [2020-08-17T15:38:53.467Z] ---> 260a2e28a7ae [2020-08-17T15:38:53.467Z] Step 6/23 : COPY go.mod . [2020-08-17T15:38:54.040Z] Removing intermediate container 1a88721bf067 [2020-08-17T15:38:54.040Z] ---> b58694106d88 [2020-08-17T15:38:54.040Z] Step 6/22 : COPY go.mod . [2020-08-17T15:38:54.303Z] ---> 5725c8fac879 [2020-08-17T15:38:54.303Z] Step 7/21 : RUN go mod download [2020-08-17T15:38:55.697Z] ---> Running in 28228834df01 [2020-08-17T15:38:55.960Z] ---> ceb0f6ced994 [2020-08-17T15:38:55.960Z] Step 7/22 : RUN go mod download [2020-08-17T15:38:55.960Z] ---> a24860bbc93d [2020-08-17T15:38:55.960Z] Step 7/23 : RUN go mod download [2020-08-17T15:38:57.353Z] ---> Running in 368b8991d190 [2020-08-17T15:38:57.353Z] ---> Running in 95453423f8a9 [2020-08-17T15:38:57.926Z] Removing intermediate container 686715e98abf [2020-08-17T15:38:57.926Z] ---> 114deeda18e5 [2020-08-17T15:38:57.926Z] Step 6/26 : COPY go.mod . [2020-08-17T15:38:58.870Z] ---> 60f65ac14962 [2020-08-17T15:38:58.870Z] Step 7/26 : RUN go mod download [2020-08-17T15:38:59.442Z] ---> Running in 19e4e679f4bd [2020-08-17T15:39:03.683Z] Removing intermediate container 28228834df01 [2020-08-17T15:39:03.683Z] ---> ce9d410dbc43 [2020-08-17T15:39:03.683Z] Step 8/21 : COPY . . [2020-08-17T15:39:07.350Z] Removing intermediate container 368b8991d190 [2020-08-17T15:39:07.350Z] ---> 0db0234abbe0 [2020-08-17T15:39:07.350Z] Step 8/23 : COPY . . [2020-08-17T15:39:11.661Z] Removing intermediate container 19e4e679f4bd [2020-08-17T15:39:11.661Z] ---> f287dc681194 [2020-08-17T15:39:11.661Z] Step 8/26 : COPY . . [2020-08-17T15:39:14.985Z] Removing intermediate container 95453423f8a9 [2020-08-17T15:39:14.985Z] ---> 5dd15ce73657 [2020-08-17T15:39:14.985Z] Step 8/22 : COPY . . [2020-08-17T15:39:18.004Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-288 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-08-17T15:39:18.098Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2020-08-17T15:39:23.218Z] using credential edgex-jenkins-ssh [2020-08-17T15:39:23.267Z] Cloning the remote Git repository [2020-08-17T15:39:23.267Z] Cloning with configured refspecs honoured and without tags [2020-08-17T15:39:23.324Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-17T15:39:23.435Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2020-08-17T15:39:23.498Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T15:39:23.499Z] > git --version # timeout=10 [2020-08-17T15:39:23.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T15:39:23.575Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T15:39:25.035Z] ---> ffab82a22517 [2020-08-17T15:39:25.035Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T15:39:28.365Z] ---> Running in bab30839c3c8 [2020-08-17T15:39:33.684Z] 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-17T15:39:37.886Z] Fetching without tags [2020-08-17T15:39:37.937Z] ---> 5a6e3ae8c45e [2020-08-17T15:39:37.937Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T15:39:38.392Z] Merging remotes/origin/master commit aa472f58a5207d25d1630cfabae13fa3f1ce44ee into PR head commit 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:39:37.806Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T15:39:37.829Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-08-17T15:39:37.841Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T15:39:37.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T15:39:37.893Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T15:39:37.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T15:39:37.908Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T15:39:38.840Z] Merge succeeded, producing 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:39:38.840Z] Checking out Revision 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f (PR-2625) [2020-08-17T15:39:38.408Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T15:39:38.453Z] > git checkout -f 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f # timeout=10 [2020-08-17T15:39:38.753Z] > git remote # timeout=10 [2020-08-17T15:39:38.775Z] > git config --get remote.origin.url # timeout=10 [2020-08-17T15:39:38.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T15:39:38.799Z] > git merge aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 [2020-08-17T15:39:38.825Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-17T15:39:38.843Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T15:39:38.864Z] > git checkout -f 8f4ca0afa329ad2f1a15e5808a0a6453b232e87f # timeout=10 [2020-08-17T15:39:41.338Z] ---> Running in 68206fa240a3 [2020-08-17T15:39:42.299Z] ---> 25821614cc33 [2020-08-17T15:39:42.299Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T15:39:42.894Z] ---> Running in 7bff45de9419 [2020-08-17T15:39:43.178Z] ---> 02bd6b616e5f [2020-08-17T15:39:43.178Z] 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-17T15:39:43.178Z] ---> 6da363a9abf4 [2020-08-17T15:39:43.178Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T15:39:43.178Z] ---> Running in 6cc21097e2ab [2020-08-17T15:39:43.188Z] Commit message: "snapcraft.yaml, many: use setpriv instead of drop" [2020-08-17T15:39:43.475Z] ---> Running in bc1c31f30cd9 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-08-17T15:39:43.745Z] 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-17T15:39:44.027Z] 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-17T15:39:44.299Z] 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-17T15:39:44.569Z] 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 [Pipeline] echo [2020-08-17T15:39:54.600Z] ========================================================= [2020-08-17T15:39:54.600Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T15:39:54.600Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:39:55.617Z] + 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-17T15:39:56.923Z] Removing intermediate container bab30839c3c8 [2020-08-17T15:39:56.923Z] ---> d45e94b39437 [2020-08-17T15:39:56.923Z] [2020-08-17T15:39:56.923Z] Step 9/29 : FROM alpine:latest [2020-08-17T15:39:56.923Z] latest: Pulling from library/alpine [2020-08-17T15:39:56.923Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T15:39:56.923Z] Status: Downloaded newer image for alpine:latest [2020-08-17T15:39:56.923Z] ---> a24bb4013296 [2020-08-17T15:39:56.923Z] 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-17T15:39:56.923Z] ---> Running in 75e0ee9cf34b [2020-08-17T15:39:56.923Z] Removing intermediate container 75e0ee9cf34b [2020-08-17T15:39:56.923Z] ---> 7597b00cbe01 [2020-08-17T15:39:56.923Z] Step 11/29 : USER root [2020-08-17T15:39:56.923Z] ---> Running in 6e46c29882d2 [2020-08-17T15:39:57.210Z] Removing intermediate container 6e46c29882d2 [2020-08-17T15:39:57.210Z] ---> 44829d0c5395 [2020-08-17T15:39:57.210Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T15:39:57.210Z] ---> Running in 8f224abec85e [2020-08-17T15:39:59.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:39:59.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:39:59.152Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:39:59.152Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:39:59.152Z] OK: 12746 distinct packages available [2020-08-17T15:39:59.732Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T15:39:59.732Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T15:39:59.732Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:39:59.732Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T15:39:59.732Z] OK: 6 MiB in 16 packages [2020-08-17T15:39:59.934Z] Sending build context to Docker daemon 323MB [2020-08-17T15:39:59.934Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T15:39:59.934Z] Step 2/7 : FROM ${BASE} [2020-08-17T15:39:59.934Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T15:39:59.934Z] b538f80385f9: Pulling fs layer [2020-08-17T15:39:59.934Z] 74f711af9a0d: Pulling fs layer [2020-08-17T15:39:59.935Z] 99f96fe45779: Pulling fs layer [2020-08-17T15:39:59.935Z] fd7a069fd194: Pulling fs layer [2020-08-17T15:39:59.935Z] 66aa3694b03b: Pulling fs layer [2020-08-17T15:39:59.935Z] 170f70906a0f: Pulling fs layer [2020-08-17T15:39:59.935Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T15:39:59.935Z] e772456be8f7: Pulling fs layer [2020-08-17T15:39:59.935Z] c890913d741a: Pulling fs layer [2020-08-17T15:39:59.935Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T15:39:59.935Z] 09adf4765672: Pulling fs layer [2020-08-17T15:39:59.935Z] fd7a069fd194: Waiting [2020-08-17T15:39:59.935Z] 66aa3694b03b: Waiting [2020-08-17T15:39:59.935Z] 170f70906a0f: Waiting [2020-08-17T15:39:59.935Z] ad7c5574e4b9: Waiting [2020-08-17T15:39:59.935Z] e772456be8f7: Waiting [2020-08-17T15:39:59.935Z] c890913d741a: Waiting [2020-08-17T15:39:59.935Z] 2480fcc9aa5a: Waiting [2020-08-17T15:39:59.935Z] 09adf4765672: Waiting [2020-08-17T15:39:59.935Z] 99f96fe45779: Verifying Checksum [2020-08-17T15:39:59.935Z] 99f96fe45779: Download complete [2020-08-17T15:39:59.935Z] 74f711af9a0d: Verifying Checksum [2020-08-17T15:39:59.935Z] 74f711af9a0d: Download complete [2020-08-17T15:39:59.935Z] 66aa3694b03b: Verifying Checksum [2020-08-17T15:39:59.935Z] 66aa3694b03b: Download complete [2020-08-17T15:40:00.213Z] 170f70906a0f: Verifying Checksum [2020-08-17T15:40:00.213Z] 170f70906a0f: Download complete [2020-08-17T15:40:00.213Z] b538f80385f9: Verifying Checksum [2020-08-17T15:40:00.213Z] b538f80385f9: Download complete [2020-08-17T15:40:00.814Z] b538f80385f9: Pull complete [2020-08-17T15:40:01.416Z] 74f711af9a0d: Pull complete [2020-08-17T15:40:02.015Z] 99f96fe45779: Pull complete [2020-08-17T15:40:02.342Z] Removing intermediate container 8f224abec85e [2020-08-17T15:40:02.342Z] ---> 6372dbecc795 [2020-08-17T15:40:02.342Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T15:40:02.342Z] ---> Running in b558f0ccb534 [2020-08-17T15:40:02.342Z] Removing intermediate container b558f0ccb534 [2020-08-17T15:40:02.342Z] ---> f04be0347fc9 [2020-08-17T15:40:02.342Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T15:40:02.342Z] ---> Running in 8749e560b6eb [2020-08-17T15:40:02.614Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T15:40:02.614Z] ad7c5574e4b9: Download complete [2020-08-17T15:40:02.614Z] c890913d741a: Verifying Checksum [2020-08-17T15:40:02.614Z] c890913d741a: Download complete [2020-08-17T15:40:02.949Z] Removing intermediate container 8749e560b6eb [2020-08-17T15:40:02.949Z] ---> 84fd8f77cc38 [2020-08-17T15:40:02.949Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T15:40:02.949Z] ---> Running in e07a8441f908 [2020-08-17T15:40:04.595Z] 2480fcc9aa5a: Verifying Checksum [2020-08-17T15:40:04.595Z] 2480fcc9aa5a: Download complete [2020-08-17T15:40:04.595Z] 09adf4765672: Verifying Checksum [2020-08-17T15:40:04.595Z] 09adf4765672: Download complete [2020-08-17T15:40:04.869Z] e772456be8f7: Verifying Checksum [2020-08-17T15:40:04.869Z] e772456be8f7: Download complete [2020-08-17T15:40:04.920Z] Removing intermediate container e07a8441f908 [2020-08-17T15:40:04.920Z] ---> b379c384f00a [2020-08-17T15:40:04.920Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T15:40:05.468Z] fd7a069fd194: Verifying Checksum [2020-08-17T15:40:05.468Z] fd7a069fd194: Download complete [2020-08-17T15:40:06.324Z] ---> c38ca8e21c30 [2020-08-17T15:40:06.324Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T15:40:06.913Z] ---> 6f88a491851e [2020-08-17T15:40:06.913Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T15:40:07.503Z] ---> f0998c5703ce [2020-08-17T15:40:07.503Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T15:40:08.470Z] ---> 2e91eefa7611 [2020-08-17T15:40:08.470Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T15:40:08.470Z] 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-17T15:40:08.737Z] ---> 2bf5571e2523 [2020-08-17T15:40:08.737Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T15:40:09.003Z] ---> Running in 4775d09cc774 [2020-08-17T15:40:11.618Z] Removing intermediate container 4775d09cc774 [2020-08-17T15:40:11.618Z] ---> dc229a9bd28e [2020-08-17T15:40:11.618Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T15:40:11.618Z] ---> e35786d9e581 [2020-08-17T15:40:11.618Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T15:40:11.897Z] ---> Running in 5b260ddbe115 [2020-08-17T15:40:14.517Z] 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-17T15:40:14.517Z] Removing intermediate container 5b260ddbe115 [2020-08-17T15:40:14.517Z] ---> 1c2689ad853b [2020-08-17T15:40:14.517Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T15:40:14.517Z] ---> Running in e64a71fbd4fa [2020-08-17T15:40:17.876Z] fd7a069fd194: Pull complete [2020-08-17T15:40:17.876Z] 66aa3694b03b: Pull complete [2020-08-17T15:40:17.876Z] 170f70906a0f: Pull complete [2020-08-17T15:40:21.289Z] ad7c5574e4b9: Pull complete [2020-08-17T15:40:21.380Z] Removing intermediate container e64a71fbd4fa [2020-08-17T15:40:21.380Z] ---> 6edbdb3990fe [2020-08-17T15:40:21.380Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T15:40:21.651Z] Removing intermediate container 7bff45de9419 [2020-08-17T15:40:21.651Z] ---> 3ca5e821bc7a [2020-08-17T15:40:21.651Z] [2020-08-17T15:40:21.651Z] Step 10/23 : FROM scratch [2020-08-17T15:40:21.651Z] ---> [2020-08-17T15:40:21.651Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T15:40:21.651Z] ---> Running in 88ebf2f394cc [2020-08-17T15:40:21.921Z] Removing intermediate container 88ebf2f394cc [2020-08-17T15:40:21.921Z] ---> 9683564dd1eb [2020-08-17T15:40:21.921Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T15:40:21.921Z] ---> Running in d84a4416491a [2020-08-17T15:40:22.186Z] ---> Running in 1da10973fa5e [2020-08-17T15:40:22.760Z] Removing intermediate container d84a4416491a [2020-08-17T15:40:22.760Z] ---> 66f2841bd77f [2020-08-17T15:40:22.760Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T15:40:25.311Z] ---> Running in 2fae4cd178a4 [2020-08-17T15:40:25.311Z] Removing intermediate container 1da10973fa5e [2020-08-17T15:40:25.311Z] ---> abdd272dcf02 [2020-08-17T15:40:25.311Z] Step 27/29 : LABEL arch=x86_64 [2020-08-17T15:40:25.572Z] ---> Running in 926d6d5ec7ef [2020-08-17T15:40:25.572Z] Removing intermediate container 6cc21097e2ab [2020-08-17T15:40:25.572Z] ---> cbcb4b9afa4b [2020-08-17T15:40:25.572Z] [2020-08-17T15:40:25.572Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T15:40:26.145Z] 3.10: Pulling from library/alpine [2020-08-17T15:40:26.406Z] Removing intermediate container 2fae4cd178a4 [2020-08-17T15:40:26.406Z] ---> 32fcf1b899d2 [2020-08-17T15:40:26.406Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T15:40:26.666Z] Removing intermediate container 68206fa240a3 [2020-08-17T15:40:26.666Z] ---> 02845645ef1a [2020-08-17T15:40:26.666Z] [2020-08-17T15:40:26.666Z] Step 10/21 : FROM scratch [2020-08-17T15:40:26.666Z] ---> [2020-08-17T15:40:26.666Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T15:40:26.666Z] Removing intermediate container bc1c31f30cd9 [2020-08-17T15:40:26.666Z] ---> 5ca7c7afd998 [2020-08-17T15:40:26.666Z] [2020-08-17T15:40:26.666Z] Step 10/22 : FROM alpine [2020-08-17T15:40:26.666Z] ---> a24bb4013296 [2020-08-17T15:40:26.666Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T15:40:26.699Z] e772456be8f7: Pull complete [2020-08-17T15:40:26.699Z] c890913d741a: Pull complete [2020-08-17T15:40:27.240Z] ---> Running in 4543cc25c4b2 [2020-08-17T15:40:27.240Z] ---> Running in bf41ca290c3d [2020-08-17T15:40:27.240Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T15:40:27.240Z] ---> Running in 4e571a01c7f3 [2020-08-17T15:40:27.240Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T15:40:27.240Z] ---> be4e4bea2c2e [2020-08-17T15:40:27.240Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T15:40:27.240Z] Removing intermediate container 926d6d5ec7ef [2020-08-17T15:40:27.240Z] ---> 92a4cd6a46e1 [2020-08-17T15:40:27.240Z] Step 28/29 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:40:27.504Z] ---> Running in 8f12090bf91d [2020-08-17T15:40:27.505Z] ---> Running in 771a72342eb3 [2020-08-17T15:40:27.505Z] Removing intermediate container 4543cc25c4b2 [2020-08-17T15:40:27.505Z] ---> b54acddb1f67 [2020-08-17T15:40:27.505Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T15:40:27.769Z] Removing intermediate container bf41ca290c3d [2020-08-17T15:40:27.769Z] ---> 3f349a115b79 [2020-08-17T15:40:27.769Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T15:40:27.769Z] Removing intermediate container 4e571a01c7f3 [2020-08-17T15:40:27.769Z] ---> 56624c3b47bd [2020-08-17T15:40:27.769Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T15:40:27.769Z] ---> Running in c25386c35af1 [2020-08-17T15:40:28.031Z] ---> Running in dca4b8f5b8c0 [2020-08-17T15:40:28.031Z] Removing intermediate container 771a72342eb3 [2020-08-17T15:40:28.031Z] ---> 5915710518e1 [2020-08-17T15:40:28.031Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T15:40:28.683Z] 2480fcc9aa5a: Pull complete [2020-08-17T15:40:28.953Z] 09adf4765672: Pull complete [2020-08-17T15:40:28.953Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T15:40:28.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T15:40:28.953Z] ---> 2248a725d1cf [2020-08-17T15:40:28.953Z] 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-17T15:40:29.421Z] ---> e940855fa48f [2020-08-17T15:40:29.421Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T15:40:29.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:40:29.421Z] Removing intermediate container c25386c35af1 [2020-08-17T15:40:29.421Z] ---> b700784a6d35 [2020-08-17T15:40:29.421Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T15:40:29.421Z] ---> Running in ada13a645d94 [2020-08-17T15:40:29.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:40:29.421Z] Removing intermediate container dca4b8f5b8c0 [2020-08-17T15:40:29.421Z] ---> fc107cfd980e [2020-08-17T15:40:29.421Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T15:40:29.421Z] ---> Running in aea21cd623fb [2020-08-17T15:40:29.421Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T15:40:29.421Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T15:40:29.421Z] OK: 10346 distinct packages available [2020-08-17T15:40:29.687Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T15:40:29.687Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T15:40:29.687Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T15:40:29.687Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T15:40:29.687Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T15:40:29.687Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T15:40:29.687Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T15:40:29.950Z] OK: 7 MiB in 19 packages [2020-08-17T15:40:29.950Z] ---> Running in 9ef04a3631b9 [2020-08-17T15:40:30.524Z] Removing intermediate container ada13a645d94 [2020-08-17T15:40:30.524Z] ---> 51035f718bec [2020-08-17T15:40:30.524Z] [2020-08-17T15:40:30.787Z] Removing intermediate container aea21cd623fb [2020-08-17T15:40:30.787Z] ---> 5c94ff7c534a [2020-08-17T15:40:30.787Z] Step 14/21 : WORKDIR / [2020-08-17T15:40:30.787Z] ---> 77226062fb4b [2020-08-17T15:40:30.787Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T15:40:30.787Z] Successfully built 51035f718bec [2020-08-17T15:40:30.787Z] ---> Running in c236057b75c6 [2020-08-17T15:40:30.787Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-17T15:40:31.049Z] Building docker-support-scheduler-go [2020-08-17T15:40:31.049Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 9ef04a3631b9 [2020-08-17T15:40:31.049Z] ---> aabfdab21c07 [2020-08-17T15:40:31.049Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:40:31.621Z] ---> Running in 905c093ac926 [2020-08-17T15:40:33.014Z] Removing intermediate container c236057b75c6 [2020-08-17T15:40:33.014Z] ---> e5871422b827 [2020-08-17T15:40:33.014Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T15:40:33.274Z] Removing intermediate container 8f12090bf91d [2020-08-17T15:40:33.274Z] ---> 9c960248173b [2020-08-17T15:40:33.274Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T15:40:34.321Z] ---> Running in 4e3b38ea80a9 [2020-08-17T15:40:35.199Z] ---> 0d48ab13a78b [2020-08-17T15:40:35.199Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T15:40:35.463Z] ---> a7a6152a05fb [2020-08-17T15:40:35.463Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T15:40:35.463Z] ---> Running in edcc18d957e0 [2020-08-17T15:40:35.729Z] ---> 41248c64e06d [2020-08-17T15:40:35.729Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T15:40:35.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:40:36.301Z] Removing intermediate container edcc18d957e0 [2020-08-17T15:40:36.301Z] ---> 42580f7debae [2020-08-17T15:40:36.301Z] Step 13/26 : WORKDIR / [2020-08-17T15:40:36.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:40:37.297Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T15:40:37.297Z] (2/12) Installing file (5.38-r0) [2020-08-17T15:40:37.569Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T15:40:37.569Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T15:40:37.714Z] ---> 94ced6ceac92 [2020-08-17T15:40:37.714Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T15:40:37.714Z] ---> Running in f8ffe645850f [2020-08-17T15:40:37.980Z] ---> c57d5ce979d1 [2020-08-17T15:40:37.980Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T15:40:39.387Z] Removing intermediate container 905c093ac926 [2020-08-17T15:40:39.387Z] ---> 37022fe5dadf [2020-08-17T15:40:39.387Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T15:40:39.387Z] Removing intermediate container f8ffe645850f [2020-08-17T15:40:39.387Z] ---> bb7d7f5f82b6 [2020-08-17T15:40:39.387Z] 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-17T15:40:40.170Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T15:40:40.170Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T15:40:40.170Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T15:40:40.170Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T15:40:40.170Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T15:40:40.170Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T15:40:40.368Z] ---> c0b42f3f9efa [2020-08-17T15:40:40.368Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:40:40.368Z] ---> 421e0b1fe899 [2020-08-17T15:40:40.368Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:40:40.368Z] ---> Running in 6a2873e0b675 [2020-08-17T15:40:40.439Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T15:40:40.439Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T15:40:40.439Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:40:40.710Z] OK: 217 MiB in 51 packages [2020-08-17T15:40:41.785Z] ---> Running in 2d920492da51 [2020-08-17T15:40:41.786Z] ---> Running in 265339501c4b [2020-08-17T15:40:42.365Z] ---> 05b2a8a6c183 [2020-08-17T15:40:42.365Z] 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-17T15:40:43.315Z] Removing intermediate container 2d920492da51 [2020-08-17T15:40:43.315Z] ---> 53f0765b57c3 [2020-08-17T15:40:43.315Z] Step 21/23 : LABEL arch=x86_64 [2020-08-17T15:40:43.315Z] Removing intermediate container 265339501c4b [2020-08-17T15:40:43.315Z] ---> 2a376b8f5bdd [2020-08-17T15:40:43.315Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T15:40:43.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:40:43.315Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:40:43.315Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:40:43.888Z] ---> 4261e808ab92 [2020-08-17T15:40:43.888Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T15:40:43.888Z] ---> Using cache [2020-08-17T15:40:43.888Z] ---> f1028603089d [2020-08-17T15:40:43.888Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:40:43.888Z] ---> Using cache [2020-08-17T15:40:43.888Z] ---> f4e6596db5ac [2020-08-17T15:40:43.888Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T15:40:43.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:40:44.464Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T15:40:44.464Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T15:40:44.464Z] ---> Running in b55bc5739910 [2020-08-17T15:40:44.464Z] ---> Running in 7009458ddc1d [2020-08-17T15:40:44.464Z] ---> fc5dd9f426da [2020-08-17T15:40:44.464Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T15:40:44.464Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T15:40:44.464Z] ---> Running in 5a4e2982f8ce [2020-08-17T15:40:44.729Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T15:40:44.729Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T15:40:44.729Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:40:44.729Z] OK: 8 MiB in 19 packages [2020-08-17T15:40:44.729Z] Removing intermediate container 7009458ddc1d [2020-08-17T15:40:44.729Z] ---> 5153dc2215ff [2020-08-17T15:40:44.729Z] Step 22/23 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:40:44.994Z] Removing intermediate container b55bc5739910 [2020-08-17T15:40:44.994Z] ---> 44ea7a5e92cc [2020-08-17T15:40:44.994Z] Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:40:44.994Z] ---> Running in ae5c0dd7ee12 [2020-08-17T15:40:44.994Z] ---> 16938c582e2d [2020-08-17T15:40:44.994Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T15:40:44.994Z] ---> Running in 3dc1f708b069 [2020-08-17T15:40:44.999Z] Removing intermediate container 4e3b38ea80a9 [2020-08-17T15:40:44.999Z] ---> f105107ce21b [2020-08-17T15:40:44.999Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T15:40:44.999Z] ---> Running in 44df122efdac [2020-08-17T15:40:45.269Z] Removing intermediate container 44df122efdac [2020-08-17T15:40:45.269Z] ---> 230a5dc7b9b4 [2020-08-17T15:40:45.269Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T15:40:45.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:40:45.272Z] Removing intermediate container ae5c0dd7ee12 [2020-08-17T15:40:45.272Z] ---> ac9c8eaf81d6 [2020-08-17T15:40:45.272Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T15:40:45.533Z] ---> Running in e4418619c6c6 [2020-08-17T15:40:45.533Z] Removing intermediate container 3dc1f708b069 [2020-08-17T15:40:45.533Z] ---> 8b8845827184 [2020-08-17T15:40:45.533Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T15:40:45.533Z] ---> 93b9d5eb36db [2020-08-17T15:40:45.533Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T15:40:45.536Z] latest: Pulling from library/docker [2020-08-17T15:40:45.799Z] ---> Running in fc2779462f76 [2020-08-17T15:40:45.799Z] Removing intermediate container e4418619c6c6 [2020-08-17T15:40:45.799Z] ---> ec24db9db5ce [2020-08-17T15:40:45.799Z] [2020-08-17T15:40:45.799Z] Removing intermediate container 6a2873e0b675 [2020-08-17T15:40:45.799Z] ---> db3fbe55338f [2020-08-17T15:40:45.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T15:40:45.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:40:45.809Z] b538f80385f9: Already exists [2020-08-17T15:40:45.809Z] 259a493cd78d: Pulling fs layer [2020-08-17T15:40:45.809Z] b8e66b5100f5: Pulling fs layer [2020-08-17T15:40:45.809Z] 39dc9c94d07c: Pulling fs layer [2020-08-17T15:40:45.809Z] 551b823b3b82: Pulling fs layer [2020-08-17T15:40:45.809Z] 3c52a74df98c: Pulling fs layer [2020-08-17T15:40:45.809Z] 6c9b121b6998: Pulling fs layer [2020-08-17T15:40:45.809Z] 551b823b3b82: Waiting [2020-08-17T15:40:45.809Z] 3c52a74df98c: Waiting [2020-08-17T15:40:45.809Z] 6c9b121b6998: Waiting [2020-08-17T15:40:46.063Z] Successfully built ec24db9db5ce [2020-08-17T15:40:46.063Z] Successfully tagged docker-support-notifications-go:latest [2020-08-17T15:40:46.063Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-08-17T15:40:46.063Z] Removing intermediate container fc2779462f76 [2020-08-17T15:40:46.063Z] ---> 6747e307f8ea [2020-08-17T15:40:46.063Z] [2020-08-17T15:40:46.078Z] b8e66b5100f5: Verifying Checksum [2020-08-17T15:40:46.078Z] b8e66b5100f5: Download complete [2020-08-17T15:40:46.078Z] 551b823b3b82: Verifying Checksum [2020-08-17T15:40:46.078Z] 551b823b3b82: Download complete [2020-08-17T15:40:46.365Z] ---> 7875297a5162 [2020-08-17T15:40:46.365Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T15:40:46.365Z] Successfully built 6747e307f8ea [2020-08-17T15:40:46.365Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:40:46.365Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:40:46.365Z] OK: 12746 distinct packages available [2020-08-17T15:40:46.365Z] ---> 4fe4e50ee707 [2020-08-17T15:40:46.365Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T15:40:46.374Z] 3c52a74df98c: Download complete [2020-08-17T15:40:46.375Z] 259a493cd78d: Download complete [2020-08-17T15:40:46.375Z] 6c9b121b6998: Download complete [2020-08-17T15:40:46.648Z] Successfully tagged docker-core-metadata-go:latest [2020-08-17T15:40:46.648Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-08-17T15:40:46.648Z] OK: 233 MiB in 51 packages [2020-08-17T15:40:46.983Z] 259a493cd78d: Pull complete [2020-08-17T15:40:47.574Z] b8e66b5100f5: Pull complete [2020-08-17T15:40:47.574Z] 39dc9c94d07c: Verifying Checksum [2020-08-17T15:40:47.574Z] 39dc9c94d07c: Download complete [2020-08-17T15:40:50.947Z] 39dc9c94d07c: Pull complete [2020-08-17T15:40:50.947Z] 551b823b3b82: Pull complete [2020-08-17T15:40:51.220Z] 3c52a74df98c: Pull complete [2020-08-17T15:40:51.494Z] 6c9b121b6998: Pull complete [2020-08-17T15:40:51.767Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T15:40:51.767Z] Status: Downloaded newer image for docker:latest [2020-08-17T15:40:53.260Z] ---> 669ac3197684 [2020-08-17T15:40:53.260Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T15:40:53.260Z] ---> 04c75189ba9d [2020-08-17T15:40:53.260Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T15:40:53.260Z] Removing intermediate container 5a4e2982f8ce [2020-08-17T15:40:53.260Z] ---> 62b56eef5019 [2020-08-17T15:40:53.260Z] Step 6/20 : COPY go.mod . [2020-08-17T15:40:55.142Z] ---> 6408090b50ac [2020-08-17T15:40:55.142Z] Step 6/7 : COPY go.mod . [2020-08-17T15:40:55.142Z] ---> bad468f13551 [2020-08-17T15:40:55.142Z] Step 7/7 : RUN go mod download [2020-08-17T15:40:55.425Z] ---> Running in ca7268d13c37 [2020-08-17T15:40:55.821Z] ---> dd9493f20cd1 [2020-08-17T15:40:55.822Z] Step 7/20 : RUN go mod download [2020-08-17T15:40:55.822Z] ---> 7de7464b7396 [2020-08-17T15:40:55.822Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T15:40:55.822Z] ---> 80040c4f5d90 [2020-08-17T15:40:55.822Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:40:56.401Z] ---> Running in 362e2021dfff [2020-08-17T15:40:57.364Z] ---> Running in d140860dbaf9 [2020-08-17T15:40:58.754Z] ---> 089688c9dfdd [2020-08-17T15:40:58.754Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T15:40:58.809Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T15:40:58.809Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T15:40:58.809Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T15:40:58.809Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T15:40:58.809Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T15:40:58.809Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T15:40:58.809Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T15:40:58.809Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T15:40:58.809Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T15:40:58.809Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T15:40:58.809Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T15:40:58.809Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T15:40:58.809Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T15:40:58.809Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T15:40:58.809Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T15:40:58.809Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T15:40:58.809Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T15:40:58.809Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T15:40:58.809Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T15:40:58.809Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T15:40:58.809Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T15:40:58.809Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T15:40:58.809Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T15:40:59.080Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T15:40:59.080Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T15:40:59.080Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T15:40:59.080Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T15:40:59.080Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T15:40:59.080Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T15:40:59.080Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T15:40:59.080Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T15:40:59.080Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T15:40:59.080Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T15:40:59.080Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T15:40:59.080Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T15:40:59.350Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T15:40:59.362Z] Removing intermediate container d140860dbaf9 [2020-08-17T15:40:59.362Z] ---> c6132860035a [2020-08-17T15:40:59.362Z] Step 20/22 : LABEL arch=x86_64 [2020-08-17T15:40:59.622Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T15:40:59.623Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T15:40:59.623Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T15:40:59.623Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T15:40:59.623Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T15:40:59.623Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T15:40:59.623Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T15:40:59.623Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T15:40:59.623Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T15:40:59.623Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T15:40:59.623Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T15:40:59.627Z] ---> Running in e4880a0a15e7 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T15:40:59.892Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T15:40:59.892Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T15:40:59.892Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T15:41:00.163Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T15:41:00.163Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T15:41:00.163Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T15:41:00.163Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T15:41:00.163Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T15:41:00.163Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T15:41:00.163Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T15:41:00.163Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T15:41:00.163Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T15:41:00.163Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T15:41:00.163Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T15:41:00.435Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T15:41:00.435Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T15:41:00.435Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T15:41:00.435Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T15:41:00.435Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T15:41:00.435Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T15:41:00.435Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T15:41:00.435Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T15:41:00.435Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T15:41:00.435Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T15:41:00.588Z] ---> Running in a2d845734fba [2020-08-17T15:41:00.711Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T15:41:00.711Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T15:41:00.711Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T15:41:01.979Z] Removing intermediate container a2d845734fba [2020-08-17T15:41:01.979Z] ---> cfe006d7ded1 [2020-08-17T15:41:01.979Z] Step 21/22 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:41:02.948Z] ---> Running in bd99df249b9b [2020-08-17T15:41:03.213Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:41:03.213Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:41:03.213Z] ---> 4261e808ab92 [2020-08-17T15:41:03.213Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T15:41:03.213Z] ---> Using cache [2020-08-17T15:41:03.213Z] ---> f1028603089d [2020-08-17T15:41:03.213Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:41:03.214Z] ---> Using cache [2020-08-17T15:41:03.214Z] ---> f4e6596db5ac [2020-08-17T15:41:03.214Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T15:41:03.476Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:41:03.476Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:41:03.476Z] ---> 4261e808ab92 [2020-08-17T15:41:03.476Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T15:41:03.476Z] ---> Using cache [2020-08-17T15:41:03.476Z] ---> f1028603089d [2020-08-17T15:41:03.476Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:41:03.476Z] ---> Using cache [2020-08-17T15:41:03.476Z] ---> f4e6596db5ac [2020-08-17T15:41:03.476Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T15:41:03.476Z] ---> Using cache [2020-08-17T15:41:03.476Z] ---> 62b56eef5019 [2020-08-17T15:41:03.476Z] Step 6/21 : COPY go.mod . [2020-08-17T15:41:03.476Z] ---> Using cache [2020-08-17T15:41:03.476Z] ---> dd9493f20cd1 [2020-08-17T15:41:03.476Z] Step 7/21 : RUN go mod download [2020-08-17T15:41:04.863Z] ---> Running in 73cf88a3271b [2020-08-17T15:41:04.863Z] ---> Running in 81965a55db2c [2020-08-17T15:41:04.863Z] Removing intermediate container bd99df249b9b [2020-08-17T15:41:04.863Z] ---> 03f19a8016fb [2020-08-17T15:41:04.863Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T15:41:04.863Z] ---> Running in fff3bd54d241 [2020-08-17T15:41:05.124Z] Removing intermediate container 362e2021dfff [2020-08-17T15:41:05.124Z] ---> 40fe592343c9 [2020-08-17T15:41:05.124Z] Step 8/20 : COPY . . [2020-08-17T15:41:05.124Z] Removing intermediate container e4880a0a15e7 [2020-08-17T15:41:05.124Z] ---> 35945b01a9c4 [2020-08-17T15:41:05.124Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T15:41:05.393Z] ---> Running in 08464e913f85 [2020-08-17T15:41:05.393Z] Removing intermediate container fff3bd54d241 [2020-08-17T15:41:05.393Z] ---> 1d925b5b23d0 [2020-08-17T15:41:05.393Z] [2020-08-17T15:41:05.656Z] Successfully built 1d925b5b23d0 [2020-08-17T15:41:05.656Z] Successfully tagged docker-core-data-go:latest [2020-08-17T15:41:05.656Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-08-17T15:41:06.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:41:06.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:41:07.424Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:41:07.425Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:41:07.425Z] OK: 12746 distinct packages available [2020-08-17T15:41:07.686Z] OK: 233 MiB in 51 packages [2020-08-17T15:41:09.606Z] Removing intermediate container 08464e913f85 [2020-08-17T15:41:09.606Z] ---> fc69844511c9 [2020-08-17T15:41:09.606Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T15:41:12.923Z] ---> Running in af3b7d81c500 [2020-08-17T15:41:14.310Z] Removing intermediate container 81965a55db2c [2020-08-17T15:41:14.310Z] ---> 31f7d45a102f [2020-08-17T15:41:14.310Z] Step 8/21 : COPY . . [2020-08-17T15:41:14.581Z] Removing intermediate container af3b7d81c500 [2020-08-17T15:41:14.581Z] ---> d1c79c5a0320 [2020-08-17T15:41:14.581Z] Step 25/26 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:41:16.518Z] ---> Running in d13881f92cc8 [2020-08-17T15:41:16.518Z] Removing intermediate container 73cf88a3271b [2020-08-17T15:41:16.518Z] ---> c8d3fc8ac064 [2020-08-17T15:41:16.518Z] Step 6/26 : COPY go.mod . [2020-08-17T15:41:19.008Z] Removing intermediate container ca7268d13c37 [2020-08-17T15:41:19.009Z] ---> 40c17423e87e [2020-08-17T15:41:19.009Z] Successfully built 40c17423e87e [2020-08-17T15:41:19.009Z] 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-17T15:41:19.687Z] + docker inspect -f . ci-base-image-arm64 [2020-08-17T15:41:19.688Z] . [Pipeline] withDockerContainer [2020-08-17T15:41:19.853Z] Removing intermediate container d13881f92cc8 [2020-08-17T15:41:19.853Z] ---> 75ee0406a453 [2020-08-17T15:41:19.853Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T15:41:19.853Z] ---> 2309d936ece4 [2020-08-17T15:41:19.853Z] Step 7/26 : RUN go mod download [2020-08-17T15:41:19.927Z] prd-ubuntu18.04-docker-arm64-4c-16g-288 does not seem to be running inside a container [2020-08-17T15:41:20.006Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-17T15:41:20.815Z] ---> Running in 826c0c39715c [2020-08-17T15:41:21.362Z] $ docker top 7edd233be1513f13228f53661701d796bb45dadd9868bc673da45753b863df03 -eo pid,comm [2020-08-17T15:41:21.394Z] ---> Running in 7ef1cdaf0b85 [Pipeline] { [Pipeline] sh [2020-08-17T15:41:22.376Z] + go version [2020-08-17T15:41:22.376Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-17T15:41:22.398Z] ========================================================= [2020-08-17T15:41:22.398Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T15:41:22.398Z] ========================================================= [Pipeline] sh [2020-08-17T15:41:22.789Z] Removing intermediate container 826c0c39715c [2020-08-17T15:41:22.789Z] ---> 4b478076700c [2020-08-17T15:41:22.789Z] [2020-08-17T15:41:23.045Z] + make test [2020-08-17T15:41:23.046Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T15:41:23.735Z] Successfully built 4b478076700c [2020-08-17T15:41:23.997Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-17T15:41:23.997Z] Building docker-security-proxy-setup-go [2020-08-17T15:41:24.258Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:41:24.258Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:41:24.258Z] ---> 4261e808ab92 [2020-08-17T15:41:24.258Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T15:41:24.258Z] ---> Using cache [2020-08-17T15:41:24.258Z] ---> f1028603089d [2020-08-17T15:41:24.258Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:41:24.258Z] ---> Using cache [2020-08-17T15:41:24.258Z] ---> f4e6596db5ac [2020-08-17T15:41:24.258Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T15:41:25.658Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T15:41:30.867Z] ---> Running in 74545d5d9d32 [2020-08-17T15:41:35.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:41:35.114Z] ---> 2791d4734080 [2020-08-17T15:41:35.114Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T15:41:36.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:41:36.678Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:41:36.678Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:41:36.678Z] OK: 12746 distinct packages available [2020-08-17T15:41:36.678Z] Removing intermediate container 7ef1cdaf0b85 [2020-08-17T15:41:36.678Z] ---> 00181efdc7a7 [2020-08-17T15:41:36.678Z] Step 8/26 : COPY . . [2020-08-17T15:41:36.678Z] ---> Running in e37a22dc2d1d [2020-08-17T15:41:36.944Z] OK: 233 MiB in 51 packages [2020-08-17T15:41:37.545Z] OK: 233 MiB in 51 packages [2020-08-17T15:41:38.135Z] 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-17T15:41:42.412Z] Removing intermediate container 74545d5d9d32 [2020-08-17T15:41:42.412Z] ---> f3e2cb84a55e [2020-08-17T15:41:42.412Z] Step 6/21 : COPY go.mod . [2020-08-17T15:41:44.367Z] ---> 1c173aa4e5be [2020-08-17T15:41:44.367Z] Step 7/21 : RUN go mod download [2020-08-17T15:41:44.953Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:41:44.953Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:41:44.953Z] ---> 4261e808ab92 [2020-08-17T15:41:44.953Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T15:41:44.953Z] ---> Running in 11b9a5a8ee4d [2020-08-17T15:41:45.233Z] ---> Using cache [2020-08-17T15:41:45.233Z] ---> f1028603089d [2020-08-17T15:41:45.233Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:41:45.233Z] ---> Using cache [2020-08-17T15:41:45.233Z] ---> f4e6596db5ac [2020-08-17T15:41:45.233Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T15:41:45.233Z] ---> Using cache [2020-08-17T15:41:45.233Z] ---> 62b56eef5019 [2020-08-17T15:41:45.233Z] Step 6/20 : COPY go.mod . [2020-08-17T15:41:45.233Z] ---> Using cache [2020-08-17T15:41:45.233Z] ---> dd9493f20cd1 [2020-08-17T15:41:45.233Z] Step 7/20 : RUN go mod download [2020-08-17T15:41:45.233Z] ---> Using cache [2020-08-17T15:41:45.233Z] ---> 31f7d45a102f [2020-08-17T15:41:45.233Z] Step 8/20 : COPY . . [2020-08-17T15:41:45.499Z] ---> Using cache [2020-08-17T15:41:45.499Z] ---> 4ff29fb7297e [2020-08-17T15:41:45.499Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T15:41:46.103Z] ---> 4ff29fb7297e [2020-08-17T15:41:46.103Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T15:41:46.707Z] ---> Running in 78370f6c058f [2020-08-17T15:41:46.984Z] ---> Running in ca300f8a2d30 [2020-08-17T15:41:49.656Z] 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-17T15:41:49.656Z] 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-17T15:41:53.966Z] Removing intermediate container 11b9a5a8ee4d [2020-08-17T15:41:53.966Z] ---> 7f6a00dfe371 [2020-08-17T15:41:53.966Z] Step 8/21 : COPY . . [2020-08-17T15:41:58.171Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T15:42:04.109Z] ---> aabfe91e8f4b [2020-08-17T15:42:04.109Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T15:42:04.698Z] ---> Running in ab5ba2779ea6 [2020-08-17T15:42:07.082Z] 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-17T15:42:13.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T15:42:13.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T15:42:13.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T15:42:13.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T15:42:13.266Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s [2020-08-17T15:42:13.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T15:42:13.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T15:42:13.266Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T15:42:13.266Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T15:42:13.543Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T15:42:14.137Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T15:42:14.137Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T15:42:14.137Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T15:42:22.225Z] ---> f1acf9a62e30 [2020-08-17T15:42:22.225Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T15:42:22.225Z] Removing intermediate container e37a22dc2d1d [2020-08-17T15:42:22.225Z] ---> 89b3787b749c [2020-08-17T15:42:22.225Z] [2020-08-17T15:42:22.225Z] Step 10/20 : FROM scratch [2020-08-17T15:42:22.225Z] ---> [2020-08-17T15:42:22.225Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T15:42:22.225Z] ---> Running in c4cae9b9e5e5 [2020-08-17T15:42:22.828Z] ---> Using cache [2020-08-17T15:42:22.828Z] ---> 3f349a115b79 [2020-08-17T15:42:22.828Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T15:42:23.097Z] ---> Running in 53c769d4af09 [2020-08-17T15:42:23.097Z] Removing intermediate container 78370f6c058f [2020-08-17T15:42:23.097Z] ---> c914ba9e9dce [2020-08-17T15:42:23.097Z] [2020-08-17T15:42:23.097Z] Step 10/20 : FROM alpine [2020-08-17T15:42:23.097Z] ---> a24bb4013296 [2020-08-17T15:42:23.097Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T15:42:23.366Z] 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-17T15:42:23.943Z] ---> Running in 734d2e1c7ad3 [2020-08-17T15:42:24.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements [2020-08-17T15:42:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T15:42:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T15:42:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T15:42:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T15:42:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T15:42:24.900Z] Removing intermediate container 53c769d4af09 [2020-08-17T15:42:24.900Z] ---> 70e4b2d1dd10 [2020-08-17T15:42:24.900Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T15:42:25.863Z] ---> Running in 5cc5da48f84f [2020-08-17T15:42:26.147Z] Removing intermediate container ca300f8a2d30 [2020-08-17T15:42:26.147Z] ---> fd68ade8c608 [2020-08-17T15:42:26.147Z] [2020-08-17T15:42:26.147Z] Step 10/21 : FROM scratch [2020-08-17T15:42:26.147Z] ---> [2020-08-17T15:42:26.147Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T15:42:26.147Z] ---> Using cache [2020-08-17T15:42:26.147Z] ---> 3f349a115b79 [2020-08-17T15:42:26.147Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T15:42:26.147Z] Removing intermediate container 5cc5da48f84f [2020-08-17T15:42:26.147Z] ---> 4b26d3a52076 [2020-08-17T15:42:26.147Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T15:42:26.147Z] ---> Running in ba608be27bbf [2020-08-17T15:42:26.742Z] Removing intermediate container ba608be27bbf [2020-08-17T15:42:26.742Z] ---> b01a9c370093 [2020-08-17T15:42:26.742Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T15:42:26.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:42:26.742Z] ---> Running in 262eca743d12 [2020-08-17T15:42:27.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:42:27.026Z] ---> 2ae9746a193f [2020-08-17T15:42:27.026Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T15:42:27.026Z] Removing intermediate container 262eca743d12 [2020-08-17T15:42:27.026Z] ---> 4886a2b1e893 [2020-08-17T15:42:27.026Z] Step 14/21 : WORKDIR / [2020-08-17T15:42:27.026Z] ---> Running in 047f0dfedcec [2020-08-17T15:42:27.330Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:42:27.330Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:42:27.330Z] OK: 12746 distinct packages available [2020-08-17T15:42:27.617Z] Removing intermediate container 047f0dfedcec [2020-08-17T15:42:27.617Z] ---> 9793124de9a7 [2020-08-17T15:42:27.617Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T15:42:27.617Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T15:42:27.617Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T15:42:27.617Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T15:42:27.894Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T15:42:27.894Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:42:27.894Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T15:42:27.894Z] OK: 7 MiB in 18 packages [2020-08-17T15:42:28.155Z] ---> 913b425f2daf [2020-08-17T15:42:28.155Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T15:42:28.423Z] ---> caa144050093 [2020-08-17T15:42:28.423Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T15:42:29.023Z] ---> 715618e59dfa [2020-08-17T15:42:29.023Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:42:29.023Z] ---> Running in 073457a5ab44 [2020-08-17T15:42:30.973Z] Removing intermediate container 734d2e1c7ad3 [2020-08-17T15:42:30.973Z] ---> aabf5af0a895 [2020-08-17T15:42:30.973Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T15:42:30.973Z] Removing intermediate container 073457a5ab44 [2020-08-17T15:42:30.973Z] ---> 95f0d2d6e756 [2020-08-17T15:42:30.973Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T15:42:30.973Z] ---> 1c1c50e9f924 [2020-08-17T15:42:30.973Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T15:42:30.973Z] ---> Running in 5ae8a21a677f [2020-08-17T15:42:30.973Z] ---> Running in 8da192b1b2b1 [2020-08-17T15:42:30.973Z] Removing intermediate container 5ae8a21a677f [2020-08-17T15:42:30.973Z] ---> e92afd283911 [2020-08-17T15:42:30.973Z] Step 19/20 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:42:31.275Z] Removing intermediate container 8da192b1b2b1 [2020-08-17T15:42:31.275Z] ---> 0a3da93bee8f [2020-08-17T15:42:31.275Z] Step 13/20 : WORKDIR /edgex [2020-08-17T15:42:32.229Z] ---> Running in dd2ae6a0431c [2020-08-17T15:42:32.229Z] ---> 85346249a366 [2020-08-17T15:42:32.229Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:42:32.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.161s coverage: 27.3% of statements [2020-08-17T15:42:32.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T15:42:32.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T15:42:32.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T15:42:32.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T15:42:32.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T15:42:32.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T15:42:32.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements [2020-08-17T15:42:32.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T15:42:32.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-08-17T15:42:32.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T15:42:33.195Z] ---> Running in 5ccc96633648 [2020-08-17T15:42:33.195Z] ---> Running in b8baad7d1d1b [2020-08-17T15:42:33.195Z] Removing intermediate container dd2ae6a0431c [2020-08-17T15:42:33.195Z] ---> 063cf3858861 [2020-08-17T15:42:33.195Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T15:42:33.462Z] Removing intermediate container ab5ba2779ea6 [2020-08-17T15:42:33.462Z] ---> e6c318322690 [2020-08-17T15:42:33.462Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T15:42:33.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2020-08-17T15:42:33.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T15:42:33.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T15:42:33.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T15:42:33.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T15:42:33.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T15:42:33.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2020-08-17T15:42:33.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T15:42:33.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2020-08-17T15:42:33.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T15:42:33.728Z] ---> Running in 10337f9946e5 [2020-08-17T15:42:33.728Z] Removing intermediate container 5ccc96633648 [2020-08-17T15:42:33.728Z] ---> 82be907e85d1 [2020-08-17T15:42:33.728Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T15:42:33.728Z] ---> Running in 8ae95ff689ee [2020-08-17T15:42:33.993Z] Removing intermediate container b8baad7d1d1b [2020-08-17T15:42:33.993Z] ---> 15b42c5621d4 [2020-08-17T15:42:33.993Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T15:42:34.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 89.8% of statements [2020-08-17T15:42:34.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T15:42:34.957Z] ---> Running in 46155f7bafbf [2020-08-17T15:42:34.957Z] Removing intermediate container 8ae95ff689ee [2020-08-17T15:42:34.957Z] ---> ad733911fbbb [2020-08-17T15:42:34.957Z] [2020-08-17T15:42:35.234Z] ---> bd6ea70fc803 [2020-08-17T15:42:35.234Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T15:42:35.234Z] Removing intermediate container 46155f7bafbf [2020-08-17T15:42:35.234Z] ---> c6abdf81f32b [2020-08-17T15:42:35.234Z] Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:42:35.234Z] Successfully built ad733911fbbb [2020-08-17T15:42:35.234Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-17T15:42:35.234Z]  Building docker-support-scheduler-go ... done 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-17T15:42:35.501Z] ---> Running in 165a4ce5b2ff [2020-08-17T15:42:35.770Z] ---> def4e5dee406 [2020-08-17T15:42:35.770Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T15:42:35.770Z] Removing intermediate container 165a4ce5b2ff [2020-08-17T15:42:35.770Z] ---> d771e549aa4d [2020-08-17T15:42:35.770Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T15:42:35.770Z] ---> Running in 0dbdfa42477b [2020-08-17T15:42:35.770Z] ---> Running in 7bfee5dfaabd [2020-08-17T15:42:36.037Z] Removing intermediate container 0dbdfa42477b [2020-08-17T15:42:36.037Z] ---> edbf71fa01f2 [2020-08-17T15:42:36.037Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T15:42:36.037Z] Removing intermediate container 7bfee5dfaabd [2020-08-17T15:42:36.037Z] ---> 03fe0790b91b [2020-08-17T15:42:36.037Z] [2020-08-17T15:42:36.037Z] ---> Running in 4a628c478c59 [2020-08-17T15:42:36.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T15:42:36.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 100.0% of statements [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T15:42:36.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T15:42:36.857Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-08-17T15:42:36.980Z] Successfully built 03fe0790b91b [2020-08-17T15:42:36.980Z] Successfully tagged docker-core-command-go:latest [2020-08-17T15:42:37.249Z]  Building docker-core-command-go ... done Removing intermediate container 4a628c478c59 [2020-08-17T15:42:37.249Z] ---> abb3c3ba1280 [2020-08-17T15:42:37.249Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T15:42:37.511Z] ---> Running in ca6da0084a7b [2020-08-17T15:42:37.774Z] Removing intermediate container 10337f9946e5 [2020-08-17T15:42:37.774Z] ---> 0159ed8fe315 [2020-08-17T15:42:37.774Z] [2020-08-17T15:42:37.774Z] Step 11/26 : FROM docker:latest [2020-08-17T15:42:37.774Z] ---> 81f5749c9058 [2020-08-17T15:42:37.774Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T15:42:37.774Z] Removing intermediate container ca6da0084a7b [2020-08-17T15:42:37.774Z] ---> ecde67eadea9 [2020-08-17T15:42:37.774Z] Step 19/20 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:42:37.774Z] ---> Running in 02c02930d3c8 [2020-08-17T15:42:37.774Z] ---> Running in 213054e35ef5 [2020-08-17T15:42:38.346Z] Removing intermediate container 213054e35ef5 [2020-08-17T15:42:38.346Z] ---> 07adf881cbd7 [2020-08-17T15:42:38.346Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T15:42:39.289Z] ---> Running in 8b5b37857a6b [2020-08-17T15:42:39.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:42:39.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:42:39.289Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T15:42:39.289Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T15:42:39.550Z] Executing bash-5.0.17-r0.post-install [2020-08-17T15:42:39.550Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:42:39.550Z] OK: 12 MiB in 22 packages [2020-08-17T15:42:40.123Z] Removing intermediate container c4cae9b9e5e5 [2020-08-17T15:42:40.123Z] ---> 0c597ed43f34 [2020-08-17T15:42:40.123Z] [2020-08-17T15:42:40.123Z] Step 10/21 : FROM scratch [2020-08-17T15:42:40.123Z] ---> [2020-08-17T15:42:40.123Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T15:42:40.123Z] ---> Using cache [2020-08-17T15:42:40.123Z] ---> 66f2841bd77f [2020-08-17T15:42:40.123Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T15:42:40.123Z] Removing intermediate container 8b5b37857a6b [2020-08-17T15:42:40.123Z] ---> 04ca8dbfb1e8 [2020-08-17T15:42:40.123Z] [2020-08-17T15:42:40.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements [2020-08-17T15:42:40.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T15:42:40.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T15:42:40.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements [2020-08-17T15:42:40.385Z] ---> Running in 0a5008b78431 [2020-08-17T15:42:40.385Z] Successfully built 04ca8dbfb1e8 [2020-08-17T15:42:40.385Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-17T15:42:40.385Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0a5008b78431 [2020-08-17T15:42:40.385Z] ---> 19a8488742d0 [2020-08-17T15:42:40.385Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T15:42:40.385Z] Removing intermediate container 02c02930d3c8 [2020-08-17T15:42:40.385Z] ---> 915251fcc184 [2020-08-17T15:42:40.385Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T15:42:40.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 55.9% of statements [2020-08-17T15:42:40.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T15:42:40.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T15:42:40.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T15:42:40.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T15:42:40.646Z] ---> Running in c965b2b181be [2020-08-17T15:42:40.646Z] ---> Running in 126ef5bf5a54 [2020-08-17T15:42:40.910Z] Removing intermediate container c965b2b181be [2020-08-17T15:42:40.910Z] ---> fcc409a54c6f [2020-08-17T15:42:40.910Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T15:42:41.171Z] ---> 825caede6680 [2020-08-17T15:42:41.171Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T15:42:41.432Z] ---> a7bcc74e8001 [2020-08-17T15:42:41.432Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T15:42:41.692Z] Removing intermediate container 126ef5bf5a54 [2020-08-17T15:42:41.692Z] ---> e9f94010ef30 [2020-08-17T15:42:41.692Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T15:42:41.953Z] ---> Running in c8c11a144282 [2020-08-17T15:42:41.953Z] ---> 9b950687b0df [2020-08-17T15:42:41.953Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T15:42:41.953Z] Removing intermediate container c8c11a144282 [2020-08-17T15:42:41.953Z] ---> df2da661e908 [2020-08-17T15:42:41.953Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T15:42:42.215Z] ---> Running in eb733f5ec83d [2020-08-17T15:42:42.215Z] ---> 35cc7bcf780d [2020-08-17T15:42:42.215Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:42:42.215Z] ---> Running in bda606ba2a41 [2020-08-17T15:42:42.215Z] Removing intermediate container eb733f5ec83d [2020-08-17T15:42:42.215Z] ---> 7ea2c4845c33 [2020-08-17T15:42:42.215Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T15:42:42.477Z] ---> Running in fbaafd5bccb6 [2020-08-17T15:42:42.477Z] Removing intermediate container bda606ba2a41 [2020-08-17T15:42:42.477Z] ---> c9c87f935d9a [2020-08-17T15:42:42.477Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T15:42:42.477Z] ---> Running in f32eb75bb53c [2020-08-17T15:42:42.477Z] Removing intermediate container fbaafd5bccb6 [2020-08-17T15:42:42.477Z] ---> eb45bc0d67ed [2020-08-17T15:42:42.477Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T15:42:42.742Z] Removing intermediate container f32eb75bb53c [2020-08-17T15:42:42.742Z] ---> a4ae0d389fd7 [2020-08-17T15:42:42.742Z] Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:42:42.742Z] ---> Running in db37b79b18c2 [2020-08-17T15:42:43.005Z] Removing intermediate container db37b79b18c2 [2020-08-17T15:42:43.005Z] ---> 207f2ff70046 [2020-08-17T15:42:43.005Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T15:42:43.005Z] ---> Running in c474031ec464 [2020-08-17T15:42:43.005Z] ---> 312222f48537 [2020-08-17T15:42:43.005Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T15:42:43.266Z] Removing intermediate container c474031ec464 [2020-08-17T15:42:43.266Z] ---> 91408992767b [2020-08-17T15:42:43.266Z] [2020-08-17T15:42:43.266Z] Successfully built 91408992767b [2020-08-17T15:42:43.266Z] Successfully tagged docker-support-logging-go:latest [2020-08-17T15:42:43.266Z]  Building docker-support-logging-go ... done  ---> e962402239a3 [2020-08-17T15:42:43.266Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T15:42:44.653Z] ---> ab95b4217771 [2020-08-17T15:42:44.653Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T15:42:44.653Z] ---> Running in 245b067b335b [2020-08-17T15:42:45.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:42:45.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:42:45.486Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T15:42:45.487Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T15:42:45.487Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T15:42:45.487Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T15:42:45.487Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T15:42:45.487Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T15:42:45.487Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T15:42:46.429Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T15:42:46.429Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T15:42:46.429Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T15:42:46.429Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T15:42:46.429Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T15:42:46.429Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T15:42:46.429Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T15:42:46.429Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T15:42:46.429Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T15:42:46.429Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T15:42:46.429Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T15:42:46.690Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T15:42:46.690Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T15:42:46.690Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T15:42:46.950Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T15:42:46.950Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T15:42:46.951Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T15:42:46.951Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T15:42:46.951Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T15:42:46.951Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T15:42:46.951Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T15:42:46.951Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T15:42:46.951Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T15:42:46.951Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T15:42:46.951Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T15:42:46.951Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T15:42:46.951Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:42:46.951Z] OK: 71 MiB in 55 packages [2020-08-17T15:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.963s coverage: 86.3% of statements [2020-08-17T15:42:48.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T15:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.998s coverage: 72.2% of statements [2020-08-17T15:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.449s coverage: 72.1% of statements [2020-08-17T15:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements [2020-08-17T15:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements [2020-08-17T15:42:48.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T15:42:48.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T15:42:48.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T15:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements [2020-08-17T15:42:48.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T15:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.063s coverage: 96.8% of statements [2020-08-17T15:42:48.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T15:42:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 26.9% of statements [2020-08-17T15:42:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T15:42:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T15:42:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.326s coverage: 84.1% of statements [2020-08-17T15:42:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2020-08-17T15:42:53.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.118s coverage: 42.9% of statements [2020-08-17T15:42:53.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T15:42:53.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T15:42:55.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-08-17T15:42:55.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T15:42:56.741Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-08-17T15:42:56.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T15:42:59.189Z] Removing intermediate container 245b067b335b [2020-08-17T15:42:59.189Z] ---> 7d5dd89f224f [2020-08-17T15:42:59.189Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T15:42:59.189Z] ---> Running in 7169d3f126ac [2020-08-17T15:42:59.189Z] Collecting docker-compose==1.23.2 [2020-08-17T15:42:59.189Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T15:42:59.449Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T15:42:59.449Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T15:42:59.449Z] 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-17T15:42:59.449Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T15:42:59.449Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T15:42:59.711Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T15:42:59.711Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T15:42:59.971Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T15:42:59.971Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T15:43:00.543Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T15:43:00.543Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T15:43:00.543Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T15:43:00.543Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T15:43:01.123Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T15:43:01.123Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T15:43:01.123Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T15:43:01.123Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T15:43:01.694Z] Collecting PyYAML<4,>=3.10 [2020-08-17T15:43:01.694Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T15:43:02.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.189s coverage: 46.1% of statements [2020-08-17T15:43:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T15:43:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T15:43:02.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements [2020-08-17T15:43:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T15:43:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T15:43:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T15:43:02.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2020-08-17T15:43:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T15:43:02.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements [2020-08-17T15:43:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T15:43:02.321Z] 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-17T15:43:02.590Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T15:43:02.590Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T15:43:02.590Z] 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-17T15:43:02.590Z] Collecting idna<2.8,>=2.5 [2020-08-17T15:43:02.590Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T15:43:02.866Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T15:43:02.866Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T15:43:02.866Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T15:43:02.866Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T15:43:02.866Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T15:43:02.866Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T15:43:02.866Z] Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, dockerpty, docker-pycreds, websocket-client, docker, docopt, texttable, PyYAML, docker-compose [2020-08-17T15:43:03.130Z] Attempting uninstall: urllib3 [2020-08-17T15:43:03.130Z] Found existing installation: urllib3 1.25.9 [2020-08-17T15:43:03.130Z] Uninstalling urllib3-1.25.9: [2020-08-17T15:43:03.130Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T15:43:03.390Z] Attempting uninstall: idna [2020-08-17T15:43:03.390Z] Found existing installation: idna 2.9 [2020-08-17T15:43:03.390Z] Uninstalling idna-2.9: [2020-08-17T15:43:03.390Z] Successfully uninstalled idna-2.9 [2020-08-17T15:43:03.650Z] Attempting uninstall: requests [2020-08-17T15:43:03.650Z] Found existing installation: requests 2.23.0 [2020-08-17T15:43:03.650Z] Uninstalling requests-2.23.0: [2020-08-17T15:43:03.650Z] Successfully uninstalled requests-2.23.0 [2020-08-17T15:43:03.650Z] Running setup.py install for dockerpty: started [2020-08-17T15:43:04.222Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T15:43:04.482Z] Running setup.py install for docopt: started [2020-08-17T15:43:05.053Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T15:43:05.053Z] Running setup.py install for texttable: started [2020-08-17T15:43:05.313Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T15:43:05.313Z] Running setup.py install for PyYAML: started [2020-08-17T15:43:05.884Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T15:43:06.146Z] 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-17T15:43:06.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.190s coverage: 29.1% of statements [2020-08-17T15:43:06.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T15:43:06.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T15:43:06.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T15:43:06.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T15:43:06.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T15:43:06.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2020-08-17T15:43:06.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T15:43:06.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2020-08-17T15:43:06.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T15:43:06.494Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2020-08-17T15:43:06.494Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T15:43:07.941Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements [2020-08-17T15:43:07.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T15:43:07.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T15:43:07.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T15:43:07.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T15:43:09.933Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.021s coverage: 87.9% of statements [2020-08-17T15:43:09.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T15:43:09.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T15:43:09.933Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2020-08-17T15:43:10.354Z] Removing intermediate container 7169d3f126ac [2020-08-17T15:43:10.354Z] ---> bc15f1867c05 [2020-08-17T15:43:10.354Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T15:43:10.354Z] ---> Running in dc53e46d4caf [2020-08-17T15:43:10.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements [2020-08-17T15:43:10.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T15:43:10.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T15:43:10.876Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T15:43:10.876Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T15:43:10.876Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T15:43:10.876Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:43:10.876Z] OK: 72 MiB in 58 packages [2020-08-17T15:43:11.450Z] Removing intermediate container dc53e46d4caf [2020-08-17T15:43:11.450Z] ---> 4a2c8e4759fd [2020-08-17T15:43:11.450Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:43:11.450Z] ---> Running in ad76773720d6 [2020-08-17T15:43:11.711Z] Removing intermediate container ad76773720d6 [2020-08-17T15:43:11.711Z] ---> 140f5958086b [2020-08-17T15:43:11.711Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T15:43:11.711Z] ---> Running in fcd605354782 [2020-08-17T15:43:11.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-08-17T15:43:11.971Z] Removing intermediate container fcd605354782 [2020-08-17T15:43:11.971Z] ---> 11e9808be632 [2020-08-17T15:43:11.971Z] Step 25/26 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:43:11.971Z] ---> Running in 93d60c15f62d [2020-08-17T15:43:12.231Z] Removing intermediate container 93d60c15f62d [2020-08-17T15:43:12.231Z] ---> 617fa0065732 [2020-08-17T15:43:12.231Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T15:43:12.231Z] ---> Running in 9c12ecf64177 [2020-08-17T15:43:12.231Z] Removing intermediate container 9c12ecf64177 [2020-08-17T15:43:12.231Z] ---> 4eb784c20531 [2020-08-17T15:43:12.231Z] [2020-08-17T15:43:12.491Z] Successfully built 4eb784c20531 [2020-08-17T15:43:12.491Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-17T15:43:12.576Z] GO111MODULE=on go vet ./... [2020-08-17T15:43:12.781Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-17T15:43:12.841Z] $ docker stop --time=1 63b1d81774cfbe58e02f8b02fecd1fa5a9629801e63f813afbeb15221c22a140 [2020-08-17T15:43:14.796Z] $ docker rm -f 63b1d81774cfbe58e02f8b02fecd1fa5a9629801e63f813afbeb15221c22a140 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T15:43:15.354Z] + docker images [2020-08-17T15:43:15.354Z] + grep docker [2020-08-17T15:43:15.354Z] docker-sys-mgmt-agent-go latest 4eb784c20531 3 seconds ago 284MB [2020-08-17T15:43:15.354Z] docker-support-logging-go latest 91408992767b 32 seconds ago 11.8MB [2020-08-17T15:43:15.354Z] docker-security-proxy-setup-go latest 04ca8dbfb1e8 36 seconds ago 16.4MB [2020-08-17T15:43:15.354Z] docker-core-command-go latest 03fe0790b91b 40 seconds ago 13MB [2020-08-17T15:43:15.354Z] docker-support-scheduler-go latest ad733911fbbb 41 seconds ago 13.1MB [2020-08-17T15:43:15.354Z] docker-security-secretstore-setup-go latest 4b478076700c About a minute ago 33.9MB [2020-08-17T15:43:15.354Z] docker-core-data-go latest 1d925b5b23d0 2 minutes ago 23.8MB [2020-08-17T15:43:15.354Z] docker-support-notifications-go latest ec24db9db5ce 2 minutes ago 14.4MB [2020-08-17T15:43:15.354Z] docker-core-metadata-go latest 6747e307f8ea 2 minutes ago 14.4MB [2020-08-17T15:43:15.354Z] docker-security-secrets-setup-go latest 51035f718bec 2 minutes ago 25.1MB [2020-08-17T15:43:15.354Z] 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-17T15:43:30.971Z] gofmt -l . [2020-08-17T15:43:30.971Z] [ "`gofmt -l .`" = "" ] [2020-08-17T15:43:32.931Z] ./bin/test-go-mod-tidy.sh [2020-08-17T15:43:33.912Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-17T15:43:37.172Z] + ls -al . [2020-08-17T15:43:37.172Z] total 584 [2020-08-17T15:43:37.172Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 15:43 . [2020-08-17T15:43:37.172Z] drwxr-xr-x 4 root root 4096 Aug 17 15:41 .. [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 15:39 .dockerignore [2020-08-17T15:43:37.172Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 15:39 .git [2020-08-17T15:43:37.172Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 15:39 .github [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 15:39 .gitignore [2020-08-17T15:43:37.172Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 15:39 .semver [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 15:39 .sonarcloud.properties [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 15:39 CONTRIBUTING.md [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 15:39 Dockerfile.build [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 15:39 Jenkinsfile [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 15:39 LICENSE [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 15:39 Makefile [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 15:39 README.md [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 259 Aug 17 15:39 SECURITY.md [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 15:35 VERSION [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 15:39 ZMQWindows.md [2020-08-17T15:43:37.172Z] drwxrwxr-x 2 1001 1001 4096 Aug 17 15:39 bin [2020-08-17T15:43:37.172Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 15:39 cmd [2020-08-17T15:43:37.172Z] -rw-r--r-- 1 root root 455803 Aug 17 15:43 coverage.out [2020-08-17T15:43:37.172Z] -rw-r--r-- 1 root root 1019 Aug 17 15:43 go.mod [2020-08-17T15:43:37.172Z] -rw-r--r-- 1 root root 18146 Aug 17 15:43 go.sum [2020-08-17T15:43:37.172Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 15:39 internal [2020-08-17T15:43:37.172Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 15:39 openapi [2020-08-17T15:43:37.172Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 15:39 snap [2020-08-17T15:43:37.172Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 15:39 version.go [Pipeline] sh [2020-08-17T15:43:37.822Z] + '[' -e coverage.out ] [2020-08-17T15:43:37.822Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T15:43:37.877Z] Warning: overwriting stash ‘coverage-report’ [2020-08-17T15:43:38.916Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T15:43:39.583Z] + make build [2020-08-17T15:43:39.583Z] 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-17T15:43:57.897Z] 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-17T15:44:08.024Z] 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-17T15:44:12.303Z] 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-17T15:44:16.597Z] 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-17T15:44:21.994Z] 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-17T15:44:23.976Z] 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-17T15:44:28.290Z] 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-17T15:44:33.678Z] 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-17T15:44:37.054Z] 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-17T15:44:42.452Z] 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-17T15:44:46.749Z] 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-17T15:44:51.055Z] 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-17T15:44:54.474Z] $ docker stop --time=1 7edd233be1513f13228f53661701d796bb45dadd9868bc673da45753b863df03 [2020-08-17T15:44:56.830Z] $ docker rm -f 7edd233be1513f13228f53661701d796bb45dadd9868bc673da45753b863df03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:44:58.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T15:44:58.192Z] [2020-08-17T15:44:58.192Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:44:58.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T15:44:58.609Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-17T15:44:58.609Z] 29e5d40040c1: Pulling fs layer [2020-08-17T15:44:58.609Z] 1ce36da41761: Pulling fs layer [2020-08-17T15:44:58.609Z] 25b303627fd3: Pulling fs layer [2020-08-17T15:44:58.881Z] 29e5d40040c1: Verifying Checksum [2020-08-17T15:44:58.881Z] 29e5d40040c1: Download complete [2020-08-17T15:44:59.152Z] 1ce36da41761: Verifying Checksum [2020-08-17T15:44:59.152Z] 1ce36da41761: Download complete [2020-08-17T15:44:59.744Z] 29e5d40040c1: Pull complete [2020-08-17T15:45:00.724Z] 1ce36da41761: Pull complete [2020-08-17T15:45:00.995Z] 25b303627fd3: Verifying Checksum [2020-08-17T15:45:00.995Z] 25b303627fd3: Download complete [2020-08-17T15:45:11.159Z] 25b303627fd3: Pull complete [2020-08-17T15:45:11.159Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-17T15:45:11.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T15:45:11.159Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-17T15:45:11.425Z] prd-ubuntu18.04-docker-arm64-4c-16g-288 does not seem to be running inside a container [2020-08-17T15:45:11.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-17T15:45:15.070Z] $ docker top 80d257eed993d0b527c17f7f7397146506fe2c9c7f932521119aee9b493b28fa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T15:45:16.547Z] + docker-compose build --help [2020-08-17T15:45:16.547Z] + grep parallel [2020-08-17T15:45:19.904Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T15:45:20.181Z] $ docker stop --time=1 80d257eed993d0b527c17f7f7397146506fe2c9c7f932521119aee9b493b28fa [2020-08-17T15:45:22.131Z] $ docker rm -f 80d257eed993d0b527c17f7f7397146506fe2c9c7f932521119aee9b493b28fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:45:22.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T15:45:22.865Z] . [Pipeline] withDockerContainer [2020-08-17T15:45:23.125Z] prd-ubuntu18.04-docker-arm64-4c-16g-288 does not seem to be running inside a container [2020-08-17T15:45:23.196Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-17T15:45:24.626Z] $ docker top 0e4ad95e6d42018b772ac9231717d243b4a09f16722cd5e8e257f027984ea22e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T15:45:25.645Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T15:45:29.008Z] Building docker-core-command-go ... [2020-08-17T15:45:29.008Z] Building docker-core-data-go ... [2020-08-17T15:45:29.008Z] Building docker-core-metadata-go ... [2020-08-17T15:45:29.008Z] Building docker-security-proxy-setup-go ... [2020-08-17T15:45:29.008Z] Building docker-security-secrets-setup-go ... [2020-08-17T15:45:29.008Z] Building docker-security-secretstore-setup-go ... [2020-08-17T15:45:29.008Z] Building docker-support-logging-go ... [2020-08-17T15:45:29.008Z] Building docker-support-notifications-go ... [2020-08-17T15:45:29.008Z] Building docker-support-scheduler-go ... [2020-08-17T15:45:29.008Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T15:45:29.008Z] Building docker-support-logging-go [2020-08-17T15:45:29.008Z] Building docker-core-data-go [2020-08-17T15:45:29.008Z] Building docker-support-scheduler-go [2020-08-17T15:45:29.008Z] Building docker-support-notifications-go [2020-08-17T15:45:29.008Z] Building docker-sys-mgmt-agent-go [2020-08-17T15:47:20.797Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:47:20.797Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:47:20.797Z] ---> 40c17423e87e [2020-08-17T15:47:20.798Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T15:47:20.798Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:47:20.798Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:47:20.798Z] ---> 40c17423e87e [2020-08-17T15:47:20.798Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T15:47:20.798Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:47:20.798Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:47:20.798Z] ---> 40c17423e87e [2020-08-17T15:47:20.798Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T15:47:20.798Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:47:20.798Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:47:20.798Z] ---> 40c17423e87e [2020-08-17T15:47:20.798Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T15:47:20.798Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:47:20.798Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:47:20.798Z] ---> 40c17423e87e [2020-08-17T15:47:20.798Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T15:47:23.411Z] ---> Running in 874f22409745 [2020-08-17T15:47:23.411Z] ---> Running in 76b58f83ad25 [2020-08-17T15:47:23.411Z] ---> Running in eabb42b89e53 [2020-08-17T15:47:23.411Z] ---> Running in 26f51bdb01d7 [2020-08-17T15:47:23.411Z] ---> Running in 4fc75eb6f0a8 [2020-08-17T15:47:23.686Z] Removing intermediate container eabb42b89e53 [2020-08-17T15:47:23.686Z] ---> f070028c6a57 [2020-08-17T15:47:23.686Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:47:23.686Z] Removing intermediate container 4fc75eb6f0a8 [2020-08-17T15:47:23.686Z] ---> 7fa3890d939f [2020-08-17T15:47:23.686Z] Removing intermediate container 26f51bdb01d7 [2020-08-17T15:47:23.686Z] ---> 0f920105ae6b [2020-08-17T15:47:23.686Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:47:23.686Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:47:23.958Z] Removing intermediate container 874f22409745 [2020-08-17T15:47:23.958Z] ---> 536c9d58a791 [2020-08-17T15:47:23.958Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:47:23.958Z] Removing intermediate container 76b58f83ad25 [2020-08-17T15:47:23.958Z] ---> 1e6353a2f584 [2020-08-17T15:47:23.958Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:47:23.958Z] ---> Running in 250c886292b7 [2020-08-17T15:47:23.958Z] ---> Running in 621035fd2463 [2020-08-17T15:47:23.958Z] ---> Running in 7cb0a2f88ebf [2020-08-17T15:47:24.230Z] ---> Running in 56736a2f3ea4 [2020-08-17T15:47:24.230Z] ---> Running in e26368c9d52c [2020-08-17T15:47:27.813Z] Removing intermediate container 250c886292b7 [2020-08-17T15:47:27.813Z] ---> 84dac7cc8c1f [2020-08-17T15:47:27.813Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T15:47:28.085Z] ---> Running in dfebaf5259e0 [2020-08-17T15:47:29.081Z] Removing intermediate container 621035fd2463 [2020-08-17T15:47:29.081Z] ---> c467e8623e2e [2020-08-17T15:47:29.081Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T15:47:29.081Z] Removing intermediate container 7cb0a2f88ebf [2020-08-17T15:47:29.081Z] ---> 4d22ccbe3911 [2020-08-17T15:47:29.081Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T15:47:29.353Z] ---> Running in 21c1d43423fe [2020-08-17T15:47:29.353Z] Removing intermediate container 56736a2f3ea4 [2020-08-17T15:47:29.353Z] ---> fdbc1b96e345 [2020-08-17T15:47:29.353Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T15:47:29.353Z] ---> Running in cf4fc7e17c3a [2020-08-17T15:47:29.627Z] Removing intermediate container e26368c9d52c [2020-08-17T15:47:29.627Z] ---> db38a5553894 [2020-08-17T15:47:29.627Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T15:47:29.627Z] ---> Running in b21491c904da [2020-08-17T15:47:29.908Z] ---> Running in 03e7fbc0d9c1 [2020-08-17T15:47:30.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:31.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:32.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:32.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:32.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:32.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:32.367Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:47:32.367Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:47:32.367Z] OK: 12617 distinct packages available [2020-08-17T15:47:32.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:32.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:32.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:32.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:47:33.237Z] OK: 217 MiB in 51 packages [2020-08-17T15:47:33.512Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:47:33.512Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:47:33.512Z] OK: 12617 distinct packages available [2020-08-17T15:47:33.788Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:47:33.788Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:47:33.788Z] OK: 12617 distinct packages available [2020-08-17T15:47:34.065Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:47:34.065Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:47:34.065Z] OK: 12617 distinct packages available [2020-08-17T15:47:34.065Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:47:34.065Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:47:34.065Z] OK: 12617 distinct packages available [2020-08-17T15:47:34.662Z] OK: 217 MiB in 51 packages [2020-08-17T15:47:34.662Z] OK: 217 MiB in 51 packages [2020-08-17T15:47:34.937Z] OK: 217 MiB in 51 packages [2020-08-17T15:47:34.937Z] Removing intermediate container dfebaf5259e0 [2020-08-17T15:47:34.937Z] ---> 0a075442bb78 [2020-08-17T15:47:34.937Z] Step 6/26 : COPY go.mod . [2020-08-17T15:47:34.937Z] OK: 217 MiB in 51 packages [2020-08-17T15:47:35.209Z] OK: 217 MiB in 51 packages [2020-08-17T15:47:36.193Z] ---> e77e7dea5cb3 [2020-08-17T15:47:36.193Z] Step 7/26 : RUN go mod download [2020-08-17T15:47:36.467Z] ---> Running in 897c17068fc8 [2020-08-17T15:47:36.742Z] Removing intermediate container 21c1d43423fe [2020-08-17T15:47:36.742Z] ---> e6e6acc44e73 [2020-08-17T15:47:36.742Z] Step 6/20 : COPY go.mod . [2020-08-17T15:47:37.022Z] Removing intermediate container 03e7fbc0d9c1 [2020-08-17T15:47:37.022Z] ---> c94ba30987e4 [2020-08-17T15:47:37.022Z] Step 6/22 : COPY go.mod . [2020-08-17T15:47:37.022Z] Removing intermediate container b21491c904da [2020-08-17T15:47:37.022Z] ---> d6e88273b324 [2020-08-17T15:47:37.022Z] Step 6/23 : COPY go.mod . [2020-08-17T15:47:37.303Z] Removing intermediate container cf4fc7e17c3a [2020-08-17T15:47:37.303Z] ---> 5367befada6b [2020-08-17T15:47:37.303Z] Step 6/21 : COPY go.mod . [2020-08-17T15:47:37.913Z] ---> f04e75b6dfe9 [2020-08-17T15:47:37.913Z] Step 7/20 : RUN go mod download [2020-08-17T15:47:38.190Z] ---> Running in 42745003d72f [2020-08-17T15:47:38.190Z] ---> 16d93821be1d [2020-08-17T15:47:38.190Z] Step 7/22 : RUN go mod download [2020-08-17T15:47:38.466Z] ---> 190961f73d02 [2020-08-17T15:47:38.466Z] Step 7/21 : RUN go mod download [2020-08-17T15:47:38.466Z] ---> ec9cf13037ca [2020-08-17T15:47:38.466Z] Step 7/23 : RUN go mod download [2020-08-17T15:47:38.466Z] ---> Running in 7003e685abc3 [2020-08-17T15:47:38.741Z] ---> Running in 159d2ef90101 [2020-08-17T15:47:38.741Z] ---> Running in a23be72dcb18 [2020-08-17T15:47:40.747Z] Removing intermediate container 897c17068fc8 [2020-08-17T15:47:40.747Z] ---> f5796294993e [2020-08-17T15:47:40.747Z] Step 8/26 : COPY . . [2020-08-17T15:47:44.171Z] Removing intermediate container 42745003d72f [2020-08-17T15:47:44.171Z] ---> 06eb3f15efba [2020-08-17T15:47:44.171Z] Step 8/20 : COPY . . [2020-08-17T15:47:44.171Z] Removing intermediate container 7003e685abc3 [2020-08-17T15:47:44.171Z] ---> ed82cc1e6784 [2020-08-17T15:47:44.171Z] Step 8/22 : COPY . . [2020-08-17T15:47:44.765Z] Removing intermediate container a23be72dcb18 [2020-08-17T15:47:44.765Z] ---> 159d173aa3cb [2020-08-17T15:47:44.765Z] Step 8/21 : COPY . . [2020-08-17T15:47:44.765Z] Removing intermediate container 159d2ef90101 [2020-08-17T15:47:44.765Z] ---> 2bfdd9d5ae9a [2020-08-17T15:47:44.765Z] Step 8/23 : COPY . . [2020-08-17T15:48:17.073Z] ---> 389ddad7932f [2020-08-17T15:48:17.073Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T15:48:17.073Z] ---> Running in ce94d9c10d2b [2020-08-17T15:48:17.073Z] ---> 1533b54bc480 [2020-08-17T15:48:17.073Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T15:48:17.073Z] ---> e06be8cc4366 [2020-08-17T15:48:17.073Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T15:48:17.073Z] ---> ebbc8b8327fe [2020-08-17T15:48:17.073Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T15:48:17.073Z] ---> 29924c120283 [2020-08-17T15:48:17.073Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T15:48:17.073Z] ---> Running in 3e3565adcf48 [2020-08-17T15:48:17.073Z] ---> Running in 837a2a898af5 [2020-08-17T15:48:17.073Z] ---> Running in ffaf58e1840d [2020-08-17T15:48:17.073Z] ---> Running in d1e27255c650 [2020-08-17T15:48:17.073Z] 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-17T15:48:17.073Z] 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-17T15:48:17.074Z] 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-17T15:48:17.074Z] 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-17T15:48:17.074Z] 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-17T15:49:53.892Z] Removing intermediate container ce94d9c10d2b [2020-08-17T15:49:53.892Z] ---> f49d5dc4ca4d [2020-08-17T15:49:53.892Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T15:49:53.892Z] ---> Running in 411fde3aa807 [2020-08-17T15:49:54.494Z] 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-17T15:49:54.494Z] Removing intermediate container 3e3565adcf48 [2020-08-17T15:49:54.494Z] ---> 473d6b5748d9 [2020-08-17T15:49:54.494Z] [2020-08-17T15:49:54.494Z] Step 10/21 : FROM scratch [2020-08-17T15:49:54.494Z] ---> [2020-08-17T15:49:54.494Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T15:49:54.771Z] ---> Running in d85413da1690 [2020-08-17T15:49:55.374Z] Removing intermediate container d85413da1690 [2020-08-17T15:49:55.374Z] ---> e5225674d611 [2020-08-17T15:49:55.374Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T15:49:55.374Z] ---> Running in cd3d0e9d259b [2020-08-17T15:49:55.988Z] Removing intermediate container cd3d0e9d259b [2020-08-17T15:49:55.988Z] ---> c4376c48450f [2020-08-17T15:49:55.988Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T15:49:56.262Z] ---> Running in 4bc8649e0112 [2020-08-17T15:49:56.867Z] Removing intermediate container 4bc8649e0112 [2020-08-17T15:49:56.867Z] ---> a029d512b190 [2020-08-17T15:49:56.867Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T15:49:58.314Z] ---> 3ce3681eb805 [2020-08-17T15:49:58.314Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T15:49:59.294Z] ---> bac21eea9ae1 [2020-08-17T15:49:59.294Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T15:50:01.916Z] Removing intermediate container 411fde3aa807 [2020-08-17T15:50:01.916Z] ---> 7411a668b210 [2020-08-17T15:50:01.916Z] [2020-08-17T15:50:01.916Z] Step 11/26 : FROM docker:latest [2020-08-17T15:50:01.916Z] ---> ce9d55ae87f1 [2020-08-17T15:50:01.916Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T15:50:01.916Z] ---> 101cf5c95885 [2020-08-17T15:50:01.916Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T15:50:01.916Z] ---> Running in a0da544868ce [2020-08-17T15:50:02.897Z] ---> 01fdd9397981 [2020-08-17T15:50:02.897Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:50:03.889Z] ---> Running in 702d5170194f [2020-08-17T15:50:04.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:50:04.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:50:05.078Z] Removing intermediate container 702d5170194f [2020-08-17T15:50:05.078Z] ---> 8dc5e16b2d81 [2020-08-17T15:50:05.078Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T15:50:05.351Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T15:50:05.351Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T15:50:05.351Z] Executing bash-5.0.17-r0.post-install [2020-08-17T15:50:05.351Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:50:05.351Z] OK: 12 MiB in 22 packages [2020-08-17T15:50:05.351Z] ---> Running in fbe00122fbc0 [2020-08-17T15:50:06.795Z] Removing intermediate container fbe00122fbc0 [2020-08-17T15:50:06.795Z] ---> d1296f44f364 [2020-08-17T15:50:06.795Z] Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:50:07.769Z] ---> Running in 1a6d091bfd37 [2020-08-17T15:50:08.044Z] Removing intermediate container a0da544868ce [2020-08-17T15:50:08.045Z] ---> 789dd1e97c64 [2020-08-17T15:50:08.045Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T15:50:08.634Z] ---> Running in 33848a1faf76 [2020-08-17T15:50:08.634Z] Removing intermediate container 1a6d091bfd37 [2020-08-17T15:50:08.634Z] ---> 76d7f79bb835 [2020-08-17T15:50:08.634Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T15:50:09.232Z] ---> Running in b1130cea93c8 [2020-08-17T15:50:09.232Z] Removing intermediate container ffaf58e1840d [2020-08-17T15:50:09.232Z] ---> 276e285885c1 [2020-08-17T15:50:09.232Z] [2020-08-17T15:50:09.232Z] Step 10/23 : FROM scratch [2020-08-17T15:50:09.232Z] ---> [2020-08-17T15:50:09.232Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T15:50:09.232Z] ---> Using cache [2020-08-17T15:50:09.232Z] ---> e5225674d611 [2020-08-17T15:50:09.232Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T15:50:09.505Z] ---> Running in ec85f4bba396 [2020-08-17T15:50:09.776Z] Removing intermediate container 837a2a898af5 [2020-08-17T15:50:09.776Z] ---> 33d169cadb7e [2020-08-17T15:50:09.776Z] [2020-08-17T15:50:09.776Z] Step 10/20 : FROM scratch [2020-08-17T15:50:09.776Z] ---> [2020-08-17T15:50:09.776Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T15:50:10.051Z] Removing intermediate container b1130cea93c8 [2020-08-17T15:50:10.051Z] ---> 7891b1bab382 [2020-08-17T15:50:10.051Z] [2020-08-17T15:50:10.051Z] ---> Running in d93f3c2c9c02 [2020-08-17T15:50:10.404Z] Removing intermediate container ec85f4bba396 [2020-08-17T15:50:10.404Z] ---> 5cbb1c0cad5d [2020-08-17T15:50:10.404Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T15:50:10.756Z] ---> Running in 808d01bb1306 [2020-08-17T15:50:10.756Z] Successfully built 7891b1bab382 [2020-08-17T15:50:10.756Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-17T15:50:10.756Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-08-17T15:50:10.756Z] Removing intermediate container d93f3c2c9c02 [2020-08-17T15:50:10.756Z] ---> fd2a29479d90 [2020-08-17T15:50:10.756Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T15:50:11.080Z] ---> Running in 08d2077cc87c [2020-08-17T15:50:11.384Z] Removing intermediate container 808d01bb1306 [2020-08-17T15:50:11.384Z] ---> 794759639531 [2020-08-17T15:50:11.384Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T15:50:12.108Z] Removing intermediate container 08d2077cc87c [2020-08-17T15:50:12.108Z] ---> bc0f7e3efd2b [2020-08-17T15:50:12.108Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T15:50:12.755Z] ---> Running in 57c2f3a82857 [2020-08-17T15:50:13.739Z] ---> e38eaf2812d8 [2020-08-17T15:50:13.739Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T15:50:14.338Z] Removing intermediate container 33848a1faf76 [2020-08-17T15:50:14.338Z] ---> d0652cf362da [2020-08-17T15:50:14.338Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T15:50:14.338Z] Removing intermediate container 57c2f3a82857 [2020-08-17T15:50:14.338Z] ---> f69fef95d8c1 [2020-08-17T15:50:14.338Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T15:50:14.936Z] ---> Running in 79214230ea34 [2020-08-17T15:50:15.923Z] ---> 7729520ce709 [2020-08-17T15:50:15.923Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T15:50:16.563Z] ---> 5893a8df0ab3 [2020-08-17T15:50:16.563Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T15:50:16.563Z] Removing intermediate container 79214230ea34 [2020-08-17T15:50:16.563Z] ---> b66b8d7917d0 [2020-08-17T15:50:16.563Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T15:50:16.838Z] ---> Running in 5adae6a679eb [2020-08-17T15:50:18.829Z] ---> 12ef4d4a7b37 [2020-08-17T15:50:18.830Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T15:50:18.830Z] Removing intermediate container 5adae6a679eb [2020-08-17T15:50:18.830Z] ---> 57171d9438ed [2020-08-17T15:50:18.830Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T15:50:19.099Z] ---> Running in b0872676fbf6 [2020-08-17T15:50:19.099Z] ---> 666fe92ae4f9 [2020-08-17T15:50:19.099Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T15:50:19.698Z] Removing intermediate container b0872676fbf6 [2020-08-17T15:50:19.698Z] ---> 3778fe52c8f5 [2020-08-17T15:50:19.698Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T15:50:19.698Z] ---> 6d5ad40113fa [2020-08-17T15:50:19.698Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T15:50:20.685Z] ---> cc106b16e48e [2020-08-17T15:50:20.685Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:50:21.284Z] ---> Running in b271245bf59d [2020-08-17T15:50:22.728Z] ---> 1e445f6ad7e0 [2020-08-17T15:50:22.728Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T15:50:22.728Z] ---> c13bd42514e3 [2020-08-17T15:50:22.728Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T15:50:23.003Z] Removing intermediate container b271245bf59d [2020-08-17T15:50:23.003Z] ---> bd49d08eaa60 [2020-08-17T15:50:23.003Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T15:50:23.275Z] Removing intermediate container d1e27255c650 [2020-08-17T15:50:23.275Z] ---> 5a8df341306f [2020-08-17T15:50:23.275Z] [2020-08-17T15:50:23.275Z] Step 10/22 : FROM alpine [2020-08-17T15:50:23.549Z] ---> Running in ccfd2e713e3c [2020-08-17T15:50:23.549Z] latest: Pulling from library/alpine [2020-08-17T15:50:23.823Z] ---> 647f987c9c8e [2020-08-17T15:50:23.823Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T15:50:24.095Z] ---> b39088cf4e96 [2020-08-17T15:50:24.095Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:50:24.369Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T15:50:24.641Z] Status: Downloaded newer image for alpine:latest [2020-08-17T15:50:24.641Z] ---> 62ee0e9f8440 [2020-08-17T15:50:24.641Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T15:50:24.641Z] Removing intermediate container ccfd2e713e3c [2020-08-17T15:50:24.641Z] ---> fbf0f4dc6a86 [2020-08-17T15:50:24.641Z] Step 19/20 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:50:24.917Z] ---> Running in 73f1d42fb95b [2020-08-17T15:50:25.191Z] ---> Running in 2189cd81672f [2020-08-17T15:50:25.191Z] ---> Running in 7e276e07742d [2020-08-17T15:50:25.470Z] ---> a074657ca413 [2020-08-17T15:50:25.470Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T15:50:26.073Z] ---> Running in 749dd206569d [2020-08-17T15:50:26.073Z] Removing intermediate container 73f1d42fb95b [2020-08-17T15:50:26.073Z] ---> b231529761a2 [2020-08-17T15:50:26.073Z] Step 21/23 : LABEL arch=arm64 [2020-08-17T15:50:26.348Z] Removing intermediate container 7e276e07742d [2020-08-17T15:50:26.348Z] ---> c8bbcaced838 [2020-08-17T15:50:26.348Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T15:50:26.348Z] Removing intermediate container 2189cd81672f [2020-08-17T15:50:26.348Z] ---> b9ae293e77b3 [2020-08-17T15:50:26.348Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T15:50:26.952Z] ---> Running in 831413622f6f [2020-08-17T15:50:26.952Z] ---> Running in 7f70e0b29700 [2020-08-17T15:50:26.952Z] ---> Running in 8f3701edbe39 [2020-08-17T15:50:27.548Z] Removing intermediate container 831413622f6f [2020-08-17T15:50:27.548Z] ---> b7e54ad53c46 [2020-08-17T15:50:27.548Z] Step 22/23 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:50:28.139Z] ---> Running in 12ad1f978a57 [2020-08-17T15:50:28.415Z] Removing intermediate container 8f3701edbe39 [2020-08-17T15:50:28.415Z] ---> 9096063cd782 [2020-08-17T15:50:28.415Z] [2020-08-17T15:50:28.415Z] Removing intermediate container 7f70e0b29700 [2020-08-17T15:50:28.415Z] ---> 57c29d5c5ca9 [2020-08-17T15:50:28.415Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T15:50:28.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:50:28.694Z] Removing intermediate container 12ad1f978a57 [2020-08-17T15:50:28.694Z] ---> e066dfa2081e [2020-08-17T15:50:28.694Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T15:50:28.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:50:28.967Z] Successfully built 9096063cd782 [2020-08-17T15:50:28.967Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-17T15:50:28.967Z] Building docker-security-secretstore-setup-go [2020-08-17T15:50:28.967Z] ---> Running in 7285e95c0521 [2020-08-17T15:50:29.242Z]  Building docker-support-scheduler-go ... done  ---> Running in 3297d7353cd6 [2020-08-17T15:50:29.518Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T15:50:29.518Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T15:50:29.518Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T15:50:29.518Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T15:50:29.518Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T15:50:29.518Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T15:50:29.518Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T15:50:29.792Z] Removing intermediate container 7285e95c0521 [2020-08-17T15:50:29.792Z] ---> 56eefe1f3d5b [2020-08-17T15:50:29.792Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:50:31.230Z] ---> Running in 18970f4e055e [2020-08-17T15:50:31.230Z] Removing intermediate container 3297d7353cd6 [2020-08-17T15:50:31.230Z] ---> 4bae89dd3ca4 [2020-08-17T15:50:31.230Z] [2020-08-17T15:50:31.502Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T15:50:31.502Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T15:50:31.502Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T15:50:31.502Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T15:50:31.502Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T15:50:31.502Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T15:50:31.775Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T15:50:31.775Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T15:50:31.775Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T15:50:31.775Z] Successfully built 4bae89dd3ca4 [2020-08-17T15:50:31.775Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T15:50:31.775Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-17T15:50:31.775Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T15:50:31.775Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-08-17T15:50:31.775Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T15:50:32.048Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T15:50:32.048Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T15:50:32.048Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T15:50:32.048Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T15:50:32.048Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T15:50:32.048Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T15:50:32.048Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T15:50:32.048Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T15:50:32.048Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T15:50:32.048Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T15:50:32.048Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T15:50:32.048Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T15:50:32.048Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T15:50:32.048Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T15:50:32.329Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:50:32.329Z] OK: 71 MiB in 55 packages [2020-08-17T15:50:33.778Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:50:33.778Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:50:33.778Z] ---> 40c17423e87e [2020-08-17T15:50:33.778Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T15:50:33.778Z] ---> Using cache [2020-08-17T15:50:33.778Z] ---> 1e6353a2f584 [2020-08-17T15:50:33.778Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:50:33.778Z] ---> Using cache [2020-08-17T15:50:33.778Z] ---> db38a5553894 [2020-08-17T15:50:33.778Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T15:50:38.154Z] ---> Running in 9b07a8a7faa4 [2020-08-17T15:50:39.689Z] Removing intermediate container 18970f4e055e [2020-08-17T15:50:39.689Z] ---> 9825eb0c8660 [2020-08-17T15:50:39.689Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T15:50:39.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:50:40.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:50:41.187Z] ---> Running in ec00aeddc836 [2020-08-17T15:50:41.463Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:50:41.463Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:50:41.463Z] OK: 12617 distinct packages available [2020-08-17T15:50:42.448Z] OK: 217 MiB in 51 packages [2020-08-17T15:50:43.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:50:44.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:50:44.650Z] Removing intermediate container 749dd206569d [2020-08-17T15:50:44.650Z] ---> 7cb9e1603a25 [2020-08-17T15:50:44.650Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T15:50:44.650Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T15:50:44.650Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T15:50:44.921Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T15:50:44.921Z] Removing intermediate container 9b07a8a7faa4 [2020-08-17T15:50:44.921Z] ---> 6886adbb5d0f [2020-08-17T15:50:44.921Z] Step 6/21 : COPY go.mod . [2020-08-17T15:50:44.921Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T15:50:45.194Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T15:50:45.194Z] ---> Running in a8b5aab85bec [2020-08-17T15:50:45.194Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:50:45.194Z] OK: 8 MiB in 19 packages [2020-08-17T15:50:46.376Z] ---> 2c95b6378d38 [2020-08-17T15:50:46.376Z] Step 7/21 : RUN go mod download [2020-08-17T15:50:47.005Z] ---> Running in 6490b0f4a76c [2020-08-17T15:50:48.020Z] Removing intermediate container ec00aeddc836 [2020-08-17T15:50:48.020Z] ---> e41a160f0a79 [2020-08-17T15:50:48.020Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T15:50:49.999Z] ---> b18f24788dfa [2020-08-17T15:50:49.999Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T15:50:52.645Z] Collecting docker-compose==1.23.2 [2020-08-17T15:50:52.645Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T15:50:52.645Z] Removing intermediate container 6490b0f4a76c [2020-08-17T15:50:52.645Z] ---> 61a8173ba6e2 [2020-08-17T15:50:52.645Z] Step 8/21 : COPY . . [2020-08-17T15:50:52.915Z] 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-17T15:50:52.915Z] ---> 80521e21feaa [2020-08-17T15:50:52.915Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T15:50:53.183Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T15:50:53.183Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T15:50:53.783Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T15:50:53.783Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T15:50:55.772Z] ---> 9b05163bf3d6 [2020-08-17T15:50:55.772Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:50:55.772Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T15:50:55.772Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T15:50:56.371Z] ---> Running in f0d893e82f7a [2020-08-17T15:50:56.643Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T15:50:56.643Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T15:50:58.082Z] Removing intermediate container f0d893e82f7a [2020-08-17T15:50:58.082Z] ---> fa5ce2f5a724 [2020-08-17T15:50:58.082Z] Step 20/22 : LABEL arch=arm64 [2020-08-17T15:50:58.681Z] ---> Running in 432e75b371b6 [2020-08-17T15:50:59.683Z] Collecting PyYAML<4,>=3.10 [2020-08-17T15:50:59.683Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T15:51:00.277Z] Removing intermediate container 432e75b371b6 [2020-08-17T15:51:00.277Z] ---> 29c0546124fa [2020-08-17T15:51:00.277Z] Step 21/22 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:51:01.263Z] ---> Running in 6ba19e8e17d9 [2020-08-17T15:51:02.715Z] Removing intermediate container 6ba19e8e17d9 [2020-08-17T15:51:02.715Z] ---> cf79f9063060 [2020-08-17T15:51:02.715Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T15:51:02.992Z] ---> Running in 6b79412d80b9 [2020-08-17T15:51:03.971Z] Removing intermediate container 6b79412d80b9 [2020-08-17T15:51:03.971Z] ---> 712e8d71bbc0 [2020-08-17T15:51:03.971Z] [2020-08-17T15:51:03.971Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T15:51:03.971Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T15:51:04.567Z] Successfully built 712e8d71bbc0 [2020-08-17T15:51:04.567Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-17T15:51:04.567Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-17T15:51:06.007Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:51:06.007Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:51:06.007Z] ---> 40c17423e87e [2020-08-17T15:51:06.007Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T15:51:06.007Z] ---> Using cache [2020-08-17T15:51:06.007Z] ---> 1e6353a2f584 [2020-08-17T15:51:06.007Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:51:06.007Z] ---> Using cache [2020-08-17T15:51:06.007Z] ---> db38a5553894 [2020-08-17T15:51:06.007Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T15:51:06.007Z] ---> Using cache [2020-08-17T15:51:06.007Z] ---> 6886adbb5d0f [2020-08-17T15:51:06.007Z] Step 6/26 : COPY go.mod . [2020-08-17T15:51:06.007Z] ---> Using cache [2020-08-17T15:51:06.007Z] ---> 2c95b6378d38 [2020-08-17T15:51:06.007Z] Step 7/26 : RUN go mod download [2020-08-17T15:51:06.007Z] ---> Using cache [2020-08-17T15:51:06.007Z] ---> 61a8173ba6e2 [2020-08-17T15:51:06.007Z] Step 8/26 : COPY . . [2020-08-17T15:51:06.007Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T15:51:06.279Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T15:51:08.900Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T15:51:08.900Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T15:51:08.900Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:51:08.900Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:51:08.900Z] ---> 40c17423e87e [2020-08-17T15:51:08.900Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T15:51:08.900Z] ---> Using cache [2020-08-17T15:51:08.900Z] ---> 1e6353a2f584 [2020-08-17T15:51:08.900Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:51:08.900Z] ---> Using cache [2020-08-17T15:51:08.900Z] ---> db38a5553894 [2020-08-17T15:51:08.900Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T15:51:08.900Z] ---> Using cache [2020-08-17T15:51:08.900Z] ---> 6886adbb5d0f [2020-08-17T15:51:08.900Z] Step 6/21 : COPY go.mod . [2020-08-17T15:51:08.900Z] ---> Using cache [2020-08-17T15:51:08.900Z] ---> 2c95b6378d38 [2020-08-17T15:51:08.900Z] Step 7/21 : RUN go mod download [2020-08-17T15:51:08.900Z] ---> Using cache [2020-08-17T15:51:08.900Z] ---> 61a8173ba6e2 [2020-08-17T15:51:08.900Z] Step 8/21 : COPY . . [2020-08-17T15:51:09.881Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T15:51:09.881Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T15:51:10.476Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T15:51:10.476Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T15:51:10.747Z] 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-17T15:51:11.027Z] Collecting idna<2.8,>=2.5 [2020-08-17T15:51:11.027Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T15:51:11.027Z] 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-17T15:51:11.308Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T15:51:11.308Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T15:51:11.581Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T15:51:11.581Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T15:51:11.581Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T15:51:11.581Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T15:51:12.559Z] Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, dockerpty, PyYAML, texttable, docopt, websocket-client, docker-pycreds, docker, docker-compose [2020-08-17T15:51:12.836Z] Attempting uninstall: urllib3 [2020-08-17T15:51:12.836Z] Found existing installation: urllib3 1.25.9 [2020-08-17T15:51:12.836Z] Uninstalling urllib3-1.25.9: [2020-08-17T15:51:13.110Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T15:51:13.711Z] Attempting uninstall: idna [2020-08-17T15:51:13.711Z] Found existing installation: idna 2.9 [2020-08-17T15:51:13.711Z] Uninstalling idna-2.9: [2020-08-17T15:51:13.984Z] Successfully uninstalled idna-2.9 [2020-08-17T15:51:14.579Z] Attempting uninstall: requests [2020-08-17T15:51:14.579Z] Found existing installation: requests 2.23.0 [2020-08-17T15:51:14.579Z] Uninstalling requests-2.23.0: [2020-08-17T15:51:14.862Z] Successfully uninstalled requests-2.23.0 [2020-08-17T15:51:15.136Z] Running setup.py install for dockerpty: started [2020-08-17T15:51:17.772Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T15:51:17.772Z] Running setup.py install for PyYAML: started [2020-08-17T15:51:20.426Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T15:51:20.426Z] Running setup.py install for texttable: started [2020-08-17T15:51:22.433Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T15:51:22.433Z] Running setup.py install for docopt: started [2020-08-17T15:51:24.451Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T15:51:28.783Z] ---> 4134273107fe [2020-08-17T15:51:28.783Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T15:51:29.766Z] 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-17T15:51:29.766Z] ---> Running in 04145165969a [2020-08-17T15:51:31.770Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:51:31.770Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T15:51:31.770Z] ---> 40c17423e87e [2020-08-17T15:51:31.770Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T15:51:31.770Z] ---> Using cache [2020-08-17T15:51:31.770Z] ---> 1e6353a2f584 [2020-08-17T15:51:31.770Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T15:51:32.109Z] 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-17T15:51:32.109Z] ---> Running in 0048c6b82325 [2020-08-17T15:51:34.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:51:35.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:51:36.117Z] Removing intermediate container a8b5aab85bec [2020-08-17T15:51:36.117Z] ---> c7db5e03c108 [2020-08-17T15:51:36.117Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T15:51:36.391Z] ---> f6a5258422ad [2020-08-17T15:51:36.391Z] 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-17T15:51:36.673Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:51:36.673Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:51:36.673Z] OK: 12617 distinct packages available [2020-08-17T15:51:36.673Z] ---> Running in f0177e790c10 [2020-08-17T15:51:36.673Z] ---> Running in 2d74c732b2e7 [2020-08-17T15:51:37.667Z] OK: 217 MiB in 51 packages [2020-08-17T15:51:40.301Z] 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-17T15:51:40.301Z] ---> b8f72d50dd76 [2020-08-17T15:51:40.301Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T15:51:40.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:51:40.301Z] Removing intermediate container 0048c6b82325 [2020-08-17T15:51:40.301Z] ---> 15bce978af3c [2020-08-17T15:51:40.301Z] Step 5/29 : COPY go.mod . [2020-08-17T15:51:40.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:51:40.593Z] ---> Running in 9a7c95e45e29 [2020-08-17T15:51:41.192Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T15:51:41.192Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T15:51:41.192Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T15:51:41.192Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:51:41.477Z] OK: 71 MiB in 58 packages [2020-08-17T15:51:41.769Z] ---> 187abe245a9b [2020-08-17T15:51:41.769Z] Step 6/29 : RUN go mod download [2020-08-17T15:51:42.383Z] ---> Running in b48bf90d3cb9 [2020-08-17T15:51:43.371Z] Removing intermediate container 2d74c732b2e7 [2020-08-17T15:51:43.371Z] ---> ea5b75356e61 [2020-08-17T15:51:43.371Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:51:43.371Z] 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-17T15:51:43.371Z] ---> Running in 886288c19752 [2020-08-17T15:51:44.364Z] Removing intermediate container 886288c19752 [2020-08-17T15:51:44.364Z] ---> d531ddbb7b00 [2020-08-17T15:51:44.364Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T15:51:44.642Z] ---> Running in 5295ff8adae7 [2020-08-17T15:51:45.253Z] Removing intermediate container 5295ff8adae7 [2020-08-17T15:51:45.253Z] ---> 4738a71e5450 [2020-08-17T15:51:45.253Z] Step 25/26 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:51:45.533Z] ---> Running in f85d1578070b [2020-08-17T15:51:46.132Z] Removing intermediate container f85d1578070b [2020-08-17T15:51:46.132Z] ---> 244a88004a7f [2020-08-17T15:51:46.132Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T15:51:46.132Z] ---> Running in cb09a23e06de [2020-08-17T15:51:46.732Z] Removing intermediate container cb09a23e06de [2020-08-17T15:51:46.732Z] ---> b72e3b13b9d8 [2020-08-17T15:51:46.732Z] [2020-08-17T15:51:47.732Z] Successfully built b72e3b13b9d8 [2020-08-17T15:51:47.732Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-17T15:51:47.732Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-08-17T15:51:48.006Z] Removing intermediate container b48bf90d3cb9 [2020-08-17T15:51:48.006Z] ---> 7adad963c22c [2020-08-17T15:51:48.292Z] Step 7/29 : COPY . . [2020-08-17T15:52:20.704Z] ---> 8e5432995de0 [2020-08-17T15:52:20.704Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T15:52:20.704Z] ---> Running in ced63243509b [2020-08-17T15:52:20.704Z] 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-17T15:52:20.704Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T15:52:20.704Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T15:52:20.704Z] ---> 40c17423e87e [2020-08-17T15:52:20.704Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T15:52:20.704Z] ---> Using cache [2020-08-17T15:52:20.704Z] ---> 1e6353a2f584 [2020-08-17T15:52:20.704Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T15:52:20.704Z] ---> Using cache [2020-08-17T15:52:20.704Z] ---> db38a5553894 [2020-08-17T15:52:20.704Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T15:52:20.704Z] ---> Using cache [2020-08-17T15:52:20.704Z] ---> 6886adbb5d0f [2020-08-17T15:52:20.704Z] Step 6/20 : COPY go.mod . [2020-08-17T15:52:20.704Z] ---> Using cache [2020-08-17T15:52:20.704Z] ---> 2c95b6378d38 [2020-08-17T15:52:20.704Z] Step 7/20 : RUN go mod download [2020-08-17T15:52:20.704Z] ---> Using cache [2020-08-17T15:52:20.704Z] ---> 61a8173ba6e2 [2020-08-17T15:52:20.704Z] Step 8/20 : COPY . . [2020-08-17T15:52:20.704Z] ---> Using cache [2020-08-17T15:52:20.704Z] ---> b8f72d50dd76 [2020-08-17T15:52:20.704Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T15:52:20.704Z] ---> Running in 457c6e2a24b3 [2020-08-17T15:52:21.309Z] 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-17T15:53:00.372Z] 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-17T15:53:10.569Z] 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-17T15:53:25.785Z] Removing intermediate container f0177e790c10 [2020-08-17T15:53:25.785Z] ---> 5994d45088d4 [2020-08-17T15:53:25.785Z] [2020-08-17T15:53:25.785Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T15:53:25.785Z] 3.10: Pulling from library/alpine [2020-08-17T15:53:27.338Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T15:53:27.338Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T15:53:27.338Z] ---> 536a684cf733 [2020-08-17T15:53:27.338Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T15:53:28.058Z] ---> Running in 1ef03567eb7a [2020-08-17T15:53:28.666Z] Removing intermediate container 04145165969a [2020-08-17T15:53:28.666Z] ---> 9669d6b25027 [2020-08-17T15:53:28.666Z] [2020-08-17T15:53:28.666Z] Step 10/21 : FROM scratch [2020-08-17T15:53:28.666Z] ---> [2020-08-17T15:53:28.666Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T15:53:28.940Z] ---> Using cache [2020-08-17T15:53:28.940Z] ---> fd2a29479d90 [2020-08-17T15:53:28.940Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T15:53:28.940Z] ---> Running in 4755176b4bcb [2020-08-17T15:53:29.928Z] Removing intermediate container 4755176b4bcb [2020-08-17T15:53:29.928Z] ---> c028406074c8 [2020-08-17T15:53:29.928Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T15:53:29.928Z] ---> Running in 7b48619b5073 [2020-08-17T15:53:30.527Z] Removing intermediate container 7b48619b5073 [2020-08-17T15:53:30.527Z] ---> b9c8dacec2ef [2020-08-17T15:53:30.527Z] Step 14/21 : WORKDIR / [2020-08-17T15:53:30.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:53:30.527Z] ---> Running in dbc00c12701b [2020-08-17T15:53:30.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:53:31.415Z] Removing intermediate container dbc00c12701b [2020-08-17T15:53:31.415Z] ---> 7db768aa802d [2020-08-17T15:53:31.415Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T15:53:31.415Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T15:53:31.415Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T15:53:31.415Z] OK: 10167 distinct packages available [2020-08-17T15:53:32.063Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T15:53:32.384Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T15:53:32.384Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T15:53:32.384Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T15:53:32.384Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T15:53:32.384Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T15:53:32.384Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T15:53:32.751Z] OK: 7 MiB in 19 packages [2020-08-17T15:53:32.751Z] ---> 2220414e82f9 [2020-08-17T15:53:32.751Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T15:53:35.681Z] ---> a7143b74bc39 [2020-08-17T15:53:35.681Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T15:53:35.984Z] Removing intermediate container 1ef03567eb7a [2020-08-17T15:53:35.984Z] ---> a8621561ecf3 [2020-08-17T15:53:35.984Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T15:53:36.597Z] ---> Running in 422d728172ad [2020-08-17T15:53:36.597Z] Removing intermediate container ced63243509b [2020-08-17T15:53:36.597Z] ---> b7eaa2568373 [2020-08-17T15:53:36.597Z] [2020-08-17T15:53:36.597Z] Step 9/29 : FROM alpine:latest [2020-08-17T15:53:36.597Z] ---> 62ee0e9f8440 [2020-08-17T15:53:36.597Z] 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-17T15:53:37.230Z] ---> c699475f8b78 [2020-08-17T15:53:37.230Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:53:37.230Z] ---> Running in 068bf0685405 [2020-08-17T15:53:37.517Z] ---> Running in e963462305d5 [2020-08-17T15:53:37.517Z] Removing intermediate container 422d728172ad [2020-08-17T15:53:37.517Z] ---> 251dbeaa68dc [2020-08-17T15:53:37.517Z] Step 13/26 : WORKDIR / [2020-08-17T15:53:37.824Z] ---> Running in 0bdc43fdf866 [2020-08-17T15:53:37.824Z] Removing intermediate container 068bf0685405 [2020-08-17T15:53:37.824Z] ---> a31fc6f89d02 [2020-08-17T15:53:37.824Z] Step 11/29 : USER root [2020-08-17T15:53:38.138Z] Removing intermediate container 9a7c95e45e29 [2020-08-17T15:53:38.138Z] ---> c8acfc881afe [2020-08-17T15:53:38.138Z] [2020-08-17T15:53:38.138Z] Step 10/21 : FROM scratch [2020-08-17T15:53:38.138Z] ---> [2020-08-17T15:53:38.138Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T15:53:38.138Z] ---> Using cache [2020-08-17T15:53:38.138Z] ---> fd2a29479d90 [2020-08-17T15:53:38.138Z] ---> Running in 1b3f12afa711 [2020-08-17T15:53:38.138Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T15:53:38.434Z] Removing intermediate container e963462305d5 [2020-08-17T15:53:38.434Z] ---> 021813b4814b [2020-08-17T15:53:38.434Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T15:53:38.434Z] Removing intermediate container 0bdc43fdf866 [2020-08-17T15:53:38.434Z] ---> 19507957ec98 [2020-08-17T15:53:38.434Z] 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-17T15:53:38.434Z] ---> Running in 91f7ed8ef1d7 [2020-08-17T15:53:38.717Z] ---> Running in b2d4872c04bc [2020-08-17T15:53:38.995Z] Removing intermediate container 1b3f12afa711 [2020-08-17T15:53:38.995Z] ---> acb643f04227 [2020-08-17T15:53:38.995Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T15:53:39.278Z] ---> Running in 486f0507ab0e [2020-08-17T15:53:39.278Z] Removing intermediate container 91f7ed8ef1d7 [2020-08-17T15:53:39.278Z] ---> 573d517f0804 [2020-08-17T15:53:39.278Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T15:53:39.559Z] ---> Running in 1492eed44201 [2020-08-17T15:53:39.559Z] Removing intermediate container b2d4872c04bc [2020-08-17T15:53:39.559Z] ---> 3d0475af59cd [2020-08-17T15:53:39.559Z] Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:53:39.844Z] ---> 38334d8fd469 [2020-08-17T15:53:39.844Z] 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-17T15:53:39.844Z] ---> Running in e26bec827792 [2020-08-17T15:53:40.132Z] Removing intermediate container 457c6e2a24b3 [2020-08-17T15:53:40.132Z] ---> cd10b6c9e894 [2020-08-17T15:53:40.132Z] [2020-08-17T15:53:40.132Z] Step 10/20 : FROM alpine [2020-08-17T15:53:40.132Z] ---> 62ee0e9f8440 [2020-08-17T15:53:40.132Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T15:53:40.132Z] Removing intermediate container 1492eed44201 [2020-08-17T15:53:40.132Z] ---> 449386804e61 [2020-08-17T15:53:40.132Z] Step 14/21 : WORKDIR / [2020-08-17T15:53:40.415Z] ---> Running in 179e160d0847 [2020-08-17T15:53:40.415Z] ---> Running in c71f021cfa4f [2020-08-17T15:53:40.693Z] Removing intermediate container e26bec827792 [2020-08-17T15:53:40.693Z] ---> b204bf8742cd [2020-08-17T15:53:40.693Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T15:53:40.693Z] ---> Running in 6ec200f11ed9 [2020-08-17T15:53:40.986Z] ---> 545ba3a8537b [2020-08-17T15:53:40.986Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T15:53:40.986Z] Removing intermediate container c71f021cfa4f [2020-08-17T15:53:40.986Z] ---> 5dd6168d23c1 [2020-08-17T15:53:40.986Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T15:53:41.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:53:41.606Z] Removing intermediate container 6ec200f11ed9 [2020-08-17T15:53:41.606Z] ---> d043234906e9 [2020-08-17T15:53:41.606Z] [2020-08-17T15:53:41.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:53:42.172Z] ---> 8994f42e2a17 [2020-08-17T15:53:42.172Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T15:53:42.172Z] Successfully built d043234906e9 [2020-08-17T15:53:42.172Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-17T15:53:42.172Z]  Building docker-core-metadata-go ... done  ---> 893b5d92c6a8 [2020-08-17T15:53:42.172Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T15:53:42.453Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:53:42.453Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:53:42.453Z] OK: 12617 distinct packages available [2020-08-17T15:53:42.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T15:53:42.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T15:53:43.349Z] ---> 28e99a565133 [2020-08-17T15:53:43.349Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T15:53:43.349Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T15:53:43.349Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T15:53:43.349Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T15:53:43.349Z] OK: 12617 distinct packages available [2020-08-17T15:53:43.349Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T15:53:43.349Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:53:43.349Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T15:53:43.633Z] OK: 6 MiB in 16 packages [2020-08-17T15:53:43.914Z] ---> 61e0b19f47dd [2020-08-17T15:53:43.914Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T15:53:44.191Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T15:53:44.478Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T15:53:44.478Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T15:53:44.478Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T15:53:44.478Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T15:53:44.478Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T15:53:44.767Z] OK: 7 MiB in 18 packages [2020-08-17T15:53:44.767Z] ---> e8e05a65fd9d [2020-08-17T15:53:44.767Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T15:53:45.046Z] ---> 6271e5ee7a7d [2020-08-17T15:53:45.046Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T15:53:45.322Z] ---> Running in f00045acc9c8 [2020-08-17T15:53:45.604Z] Removing intermediate container 486f0507ab0e [2020-08-17T15:53:45.604Z] ---> 757264ab7906 [2020-08-17T15:53:45.604Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T15:53:45.887Z] Removing intermediate container f00045acc9c8 [2020-08-17T15:53:45.887Z] ---> afe5db52ad9c [2020-08-17T15:53:45.887Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T15:53:45.887Z] ---> Running in fa0a44c1f36c [2020-08-17T15:53:46.160Z] ---> Running in 5af12c890233 [2020-08-17T15:53:46.437Z] ---> 26bb4bbce694 [2020-08-17T15:53:46.437Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T15:53:46.713Z] Removing intermediate container fa0a44c1f36c [2020-08-17T15:53:46.713Z] ---> c07b2e8b4c0a [2020-08-17T15:53:46.713Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T15:53:46.987Z] Removing intermediate container 5af12c890233 [2020-08-17T15:53:46.987Z] ---> 3e48ba219885 [2020-08-17T15:53:46.987Z] Step 20/21 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:53:46.987Z] ---> Running in d3e323f1c58f [2020-08-17T15:53:46.987Z] Removing intermediate container 179e160d0847 [2020-08-17T15:53:46.987Z] ---> aa5b22d05d66 [2020-08-17T15:53:46.987Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T15:53:47.261Z] ---> Running in 31d7fe1cd4a0 [2020-08-17T15:53:47.261Z] ---> Running in cb3fb05f2176 [2020-08-17T15:53:47.535Z] ---> 4e1d5584dfda [2020-08-17T15:53:47.536Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T15:53:47.817Z] Removing intermediate container d3e323f1c58f [2020-08-17T15:53:47.817Z] ---> a6641934cbf2 [2020-08-17T15:53:47.817Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T15:53:47.817Z] Removing intermediate container 31d7fe1cd4a0 [2020-08-17T15:53:47.817Z] ---> 5cabf875b3e0 [2020-08-17T15:53:47.817Z] Step 13/20 : WORKDIR /edgex [2020-08-17T15:53:47.817Z] ---> Running in 5add2a24f1e6 [2020-08-17T15:53:48.118Z] Removing intermediate container cb3fb05f2176 [2020-08-17T15:53:48.118Z] ---> f8cbc3c8ba7e [2020-08-17T15:53:48.118Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T15:53:48.118Z] ---> Running in 217c940eb212 [2020-08-17T15:53:48.118Z] ---> Running in f025492a3425 [2020-08-17T15:53:48.399Z] ---> a3c85804b2f7 [2020-08-17T15:53:48.399Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T15:53:48.735Z] ---> Running in 258503580d9a [2020-08-17T15:53:49.028Z] Removing intermediate container 217c940eb212 [2020-08-17T15:53:49.028Z] ---> 1d041089e268 [2020-08-17T15:53:49.028Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T15:53:49.028Z] Removing intermediate container f025492a3425 [2020-08-17T15:53:49.028Z] ---> 8b3be2d78a0b [2020-08-17T15:53:49.028Z] [2020-08-17T15:53:49.657Z] Successfully built 8b3be2d78a0b [2020-08-17T15:53:49.657Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-17T15:53:50.290Z]  Building docker-core-command-go ... done  ---> bab9d3207ba0 [2020-08-17T15:53:50.290Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T15:53:51.290Z] Removing intermediate container 5add2a24f1e6 [2020-08-17T15:53:51.290Z] ---> ffa9425dea42 [2020-08-17T15:53:51.290Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T15:53:51.570Z] ---> 165fb77e4430 [2020-08-17T15:53:51.570Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T15:53:51.570Z] ---> Running in 4aa1f132772f [2020-08-17T15:53:52.163Z] Removing intermediate container 258503580d9a [2020-08-17T15:53:52.163Z] ---> 4b6a81b3e590 [2020-08-17T15:53:52.163Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T15:53:52.439Z] ---> Running in 6457f35c19c0 [2020-08-17T15:53:52.439Z] Removing intermediate container 4aa1f132772f [2020-08-17T15:53:52.439Z] ---> 0bdfd1df73f3 [2020-08-17T15:53:52.439Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T15:53:52.439Z] ---> Running in 25054c2f51bf [2020-08-17T15:53:52.439Z] ---> 4f1bce0c6a36 [2020-08-17T15:53:52.439Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T15:53:52.726Z] Removing intermediate container 6457f35c19c0 [2020-08-17T15:53:52.726Z] ---> 01a7e8712adb [2020-08-17T15:53:52.726Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T15:53:52.997Z] Removing intermediate container 25054c2f51bf [2020-08-17T15:53:52.997Z] ---> 8136508f9f77 [2020-08-17T15:53:52.997Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T15:53:52.997Z] ---> Running in 7591606f6009 [2020-08-17T15:53:53.273Z] ---> Running in 3a1dd7e63058 [2020-08-17T15:53:53.273Z] ---> 3d9e2a5489e2 [2020-08-17T15:53:53.273Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T15:53:53.548Z] Removing intermediate container 7591606f6009 [2020-08-17T15:53:53.548Z] ---> 6e0a29506d8f [2020-08-17T15:53:53.548Z] Step 25/26 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:53:53.548Z] ---> Running in cbcff86d51bd [2020-08-17T15:53:53.823Z] Removing intermediate container 3a1dd7e63058 [2020-08-17T15:53:53.824Z] ---> 5ed951b9235b [2020-08-17T15:53:53.824Z] Step 19/20 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:53:53.824Z] ---> Running in e403a2af415b [2020-08-17T15:53:54.098Z] ---> 118943cb9d91 [2020-08-17T15:53:54.098Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T15:53:54.098Z] Removing intermediate container cbcff86d51bd [2020-08-17T15:53:54.098Z] ---> 0ad248884805 [2020-08-17T15:53:54.098Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T15:53:54.370Z] ---> Running in 36368a8cbd3b [2020-08-17T15:53:54.370Z] Removing intermediate container e403a2af415b [2020-08-17T15:53:54.370Z] ---> 7e084c36df3f [2020-08-17T15:53:54.370Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T15:53:54.643Z] ---> Running in 980c9bc4dac9 [2020-08-17T15:53:54.919Z] Removing intermediate container 36368a8cbd3b [2020-08-17T15:53:54.919Z] ---> 9eef2bc6ea7c [2020-08-17T15:53:54.919Z] [2020-08-17T15:53:54.919Z] ---> 4e2f8c281c94 [2020-08-17T15:53:54.919Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T15:53:55.194Z] Removing intermediate container 980c9bc4dac9 [2020-08-17T15:53:55.194Z] ---> 11ffec3dd68d [2020-08-17T15:53:55.194Z] [2020-08-17T15:53:55.466Z] Successfully built 9eef2bc6ea7c [2020-08-17T15:53:55.466Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-17T15:53:55.738Z]  Building docker-security-secretstore-setup-go ... done Successfully built 11ffec3dd68d [2020-08-17T15:53:55.738Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-17T15:53:56.011Z]  Building docker-security-proxy-setup-go ... done  ---> a31c62a47a04 [2020-08-17T15:53:56.011Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T15:53:56.011Z] ---> Running in 5f7e1628bb90 [2020-08-17T15:53:58.621Z] Removing intermediate container 5f7e1628bb90 [2020-08-17T15:53:58.621Z] ---> db1376c2eeff [2020-08-17T15:53:58.621Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T15:53:59.212Z] ---> 9edd5ae33663 [2020-08-17T15:53:59.212Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T15:53:59.485Z] ---> Running in 880404329bf1 [2020-08-17T15:54:02.094Z] Removing intermediate container 880404329bf1 [2020-08-17T15:54:02.094Z] ---> 35fe41fcf19b [2020-08-17T15:54:02.094Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T15:54:02.094Z] ---> Running in 810f15113628 [2020-08-17T15:54:04.735Z] Removing intermediate container 810f15113628 [2020-08-17T15:54:04.735Z] ---> 12ca4b5907bf [2020-08-17T15:54:04.735Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T15:54:04.735Z] ---> Running in 47fd3b80e866 [2020-08-17T15:54:05.329Z] Removing intermediate container 47fd3b80e866 [2020-08-17T15:54:05.329Z] ---> cd1f13bb3675 [2020-08-17T15:54:05.329Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T15:54:05.329Z] ---> Running in f6348920043f [2020-08-17T15:54:05.921Z] Removing intermediate container f6348920043f [2020-08-17T15:54:05.921Z] ---> a093be455375 [2020-08-17T15:54:05.921Z] Step 27/29 : LABEL arch=arm64 [2020-08-17T15:54:05.921Z] ---> Running in c13d4ae800fa [2020-08-17T15:54:06.519Z] Removing intermediate container c13d4ae800fa [2020-08-17T15:54:06.519Z] ---> 91c3def195ea [2020-08-17T15:54:06.519Z] Step 28/29 : LABEL git_sha=8f4ca0afa329ad2f1a15e5808a0a6453b232e87f [2020-08-17T15:54:06.519Z] ---> Running in b88e1a8300c2 [2020-08-17T15:54:07.111Z] Removing intermediate container b88e1a8300c2 [2020-08-17T15:54:07.111Z] ---> ae4a6e6d9ae9 [2020-08-17T15:54:07.111Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T15:54:07.111Z] ---> Running in 5d72d4ce27e1 [2020-08-17T15:54:07.701Z] Removing intermediate container 5d72d4ce27e1 [2020-08-17T15:54:07.702Z] ---> 6d0bc29ec927 [2020-08-17T15:54:07.702Z] [2020-08-17T15:54:07.971Z] Successfully built 6d0bc29ec927 [2020-08-17T15:54:07.971Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-17T15:54:08.254Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-17T15:54:08.245Z] $ docker stop --time=1 0e4ad95e6d42018b772ac9231717d243b4a09f16722cd5e8e257f027984ea22e [2020-08-17T15:54:10.134Z] $ docker rm -f 0e4ad95e6d42018b772ac9231717d243b4a09f16722cd5e8e257f027984ea22e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T15:54:10.847Z] + docker images [2020-08-17T15:54:10.847Z] + grep docker [2020-08-17T15:54:11.115Z] docker-security-secrets-setup-go-arm64 latest 6d0bc29ec927 3 seconds ago 24.2MB [2020-08-17T15:54:11.115Z] docker-security-secretstore-setup-go-arm64 latest 9eef2bc6ea7c 16 seconds ago 32.6MB [2020-08-17T15:54:11.115Z] docker-security-proxy-setup-go-arm64 latest 11ffec3dd68d 16 seconds ago 15.8MB [2020-08-17T15:54:11.115Z] docker-core-command-go-arm64 latest 8b3be2d78a0b 22 seconds ago 12.4MB [2020-08-17T15:54:11.115Z] docker-core-metadata-go-arm64 latest d043234906e9 29 seconds ago 13.8MB [2020-08-17T15:54:11.116Z] docker-sys-mgmt-agent-go-arm64 latest b72e3b13b9d8 2 minutes ago 266MB [2020-08-17T15:54:11.116Z] docker-core-data-go-arm64 latest 712e8d71bbc0 3 minutes ago 22.6MB [2020-08-17T15:54:11.116Z] docker-support-notifications-go-arm64 latest 4bae89dd3ca4 3 minutes ago 13.9MB [2020-08-17T15:54:11.116Z] docker-support-scheduler-go-arm64 latest 9096063cd782 3 minutes ago 12.6MB [2020-08-17T15:54:11.116Z] docker-support-logging-go-arm64 latest 7891b1bab382 4 minutes ago 11.4MB [2020-08-17T15:54:11.116Z] 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-17T15:54:12.876Z] provisioning config files... [2020-08-17T15:54:12.895Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config8375116015555047585tmp [Pipeline] { [Pipeline] sh [2020-08-17T15:54:13.284Z] + curl -s https://codecov.io/bash [2020-08-17T15:54:13.284Z] + bash -s - -t @/w/workspace/edgex-go/16@tmp/config8375116015555047585tmp [Pipeline] } [2020-08-17T15:54:13.864Z] 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-17T15:54:15.282Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T15:54:16.163Z] ---> package-listing.sh [2020-08-17T15:54:16.163Z] ++ facter osfamily [2020-08-17T15:54:16.163Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T15:54:16.163Z] + OS_FAMILY=redhat [2020-08-17T15:54:16.163Z] + workspace=/w/workspace/edgex-go/16 [2020-08-17T15:54:16.163Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T15:54:16.163Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T15:54:16.163Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T15:54:16.163Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T15:54:16.163Z] + '[' /w/workspace/edgex-go/16 ']' [2020-08-17T15:54:16.163Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T15:54:16.163Z] + case "${OS_FAMILY}" in [2020-08-17T15:54:16.163Z] + rpm -qa [2020-08-17T15:54:16.163Z] + sort [2020-08-17T15:54:20.380Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T15:54:20.380Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T15:54:20.380Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T15:54:20.380Z] + '[' /w/workspace/edgex-go/16 ']' [2020-08-17T15:54:20.380Z] + mkdir -p /w/workspace/edgex-go/16/archives/ [2020-08-17T15:54:20.380Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:54:21.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T15:54:21.104Z] [2020-08-17T15:54:21.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T15:54:21.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T15:54:21.453Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T15:54:21.453Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T15:54:21.453Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T15:54:21.453Z] 756a868c4378: Pulling fs layer [2020-08-17T15:54:21.453Z] 444b2fc9a129: Pulling fs layer [2020-08-17T15:54:21.453Z] ea15f1150254: Pulling fs layer [2020-08-17T15:54:21.453Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T15:54:21.453Z] 28c525ee5125: Pulling fs layer [2020-08-17T15:54:21.453Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T15:54:21.453Z] 138eaada9080: Pulling fs layer [2020-08-17T15:54:21.453Z] 0622d0fa9048: Pulling fs layer [2020-08-17T15:54:21.453Z] 444b2fc9a129: Waiting [2020-08-17T15:54:21.453Z] 28c525ee5125: Waiting [2020-08-17T15:54:21.453Z] 094b1ea09ed8: Waiting [2020-08-17T15:54:21.453Z] 138eaada9080: Waiting [2020-08-17T15:54:21.453Z] 0622d0fa9048: Waiting [2020-08-17T15:54:21.453Z] ea15f1150254: Waiting [2020-08-17T15:54:21.453Z] 41b27a9f41bf: Waiting [2020-08-17T15:54:21.453Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-17T15:54:21.453Z] 2cc5ad85d9ab: Download complete [2020-08-17T15:54:21.453Z] 444b2fc9a129: Verifying Checksum [2020-08-17T15:54:21.453Z] 444b2fc9a129: Download complete [2020-08-17T15:54:21.453Z] c9b1b535fdd9: Download complete [2020-08-17T15:54:21.717Z] ea15f1150254: Download complete [2020-08-17T15:54:21.717Z] 28c525ee5125: Verifying Checksum [2020-08-17T15:54:21.717Z] 28c525ee5125: Download complete [2020-08-17T15:54:21.994Z] 756a868c4378: Verifying Checksum [2020-08-17T15:54:21.994Z] 756a868c4378: Download complete [2020-08-17T15:54:21.994Z] 138eaada9080: Verifying Checksum [2020-08-17T15:54:21.994Z] 138eaada9080: Download complete [2020-08-17T15:54:21.994Z] c9b1b535fdd9: Pull complete [2020-08-17T15:54:21.994Z] 0622d0fa9048: Verifying Checksum [2020-08-17T15:54:21.994Z] 0622d0fa9048: Download complete [2020-08-17T15:54:22.262Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T15:54:22.262Z] 094b1ea09ed8: Download complete [2020-08-17T15:54:22.262Z] 2cc5ad85d9ab: Pull complete [2020-08-17T15:54:22.528Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T15:54:22.528Z] 41b27a9f41bf: Download complete [2020-08-17T15:54:25.077Z] 756a868c4378: Pull complete [2020-08-17T15:54:25.077Z] 444b2fc9a129: Pull complete [2020-08-17T15:54:25.338Z] ea15f1150254: Pull complete [2020-08-17T15:54:30.666Z] 41b27a9f41bf: Pull complete [2020-08-17T15:54:30.666Z] 28c525ee5125: Pull complete [2020-08-17T15:54:33.067Z] 094b1ea09ed8: Pull complete [2020-08-17T15:54:33.339Z] 138eaada9080: Pull complete [2020-08-17T15:54:33.339Z] 0622d0fa9048: Pull complete [2020-08-17T15:54:33.339Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T15:54:33.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T15:54:33.339Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T15:54:33.749Z] prd-centos7-docker-4c-2g-287 does not seem to be running inside a container [2020-08-17T15:54:33.789Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-17T15:54:38.138Z] $ docker top bc731c31e127862812c36df2ddd64020ab67f7985ae4ee9b1d75cf72ed2ced1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T15:54:38.464Z] provisioning config files... [2020-08-17T15:54:38.479Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config3002785019263982717tmp [Pipeline] { [Pipeline] echo [2020-08-17T15:54:38.563Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T15:54:38.866Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T15:54:38.876Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T15:54:39.173Z] ---> logs-deploy.sh [2020-08-17T15:54:39.173Z] + ARCHIVE_ARTIFACTS= [2020-08-17T15:54:39.173Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T15:54:39.173Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T15:54:39.173Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T15:54:39.173Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/16 [2020-08-17T15:54:39.173Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/16/ [2020-08-17T15:54:39.173Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/16 /w/workspace/edgex-go/16 [2020-08-17T15:54:40.115Z] Archives upload complete. [2020-08-17T15:54:40.376Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/16/