Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a04406103a62564c13dcc9fb2d65b5b68ac6555c+9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 (df1491b34a1bd8d590dc414b93667b9aeacf8dd2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1658 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # 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/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # 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 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 Merge succeeded, producing e813e4c6e3ffe2396cb54fab1f286ed207e629cd Checking out Revision e813e4c6e3ffe2396cb54fab1f286ed207e629cd (PR-2633) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e813e4c6e3ffe2396cb54fab1f286ed207e629cd # timeout=10 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-31T04:30:24.079Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-31T04:30:24.304Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-31T04:30:24.382Z] ========================================================= [2020-07-31T04:30:24.382Z] EdgeX Global Pipelines Version Info [2020-07-31T04:30:24.382Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 # timeout=10 [2020-07-31T04:30:26.303Z] ------------------- [2020-07-31T04:30:26.303Z] stable info: [2020-07-31T04:30:26.303Z] ------------------- [2020-07-31T04:30:26.303Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-31T04:30:26.303Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-31T04:30:26.303Z] Message: update stable to v1.0.106 [2020-07-31T04:30:26.874Z] ------------------- [2020-07-31T04:30:26.874Z] experimental info: [2020-07-31T04:30:26.874Z] ------------------- [2020-07-31T04:30:26.874Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-31T04:30:26.874Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-07-31T04:30:26.874Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-31T04:30:28.391Z] ++ 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-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/core-command/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/core-data/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-31T04:30:28.391Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:30:28.391Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-31T04:30:28.391Z] ++ cut -d/ -f2 [2020-07-31T04:30:28.391Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-31T04:30:28.455Z] 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-07-31T04:30:29.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T04:30:29.365Z] [2020-07-31T04:30:29.365Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:30:29.706Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T04:30:29.706Z] latest: Pulling from edgex-devops/git-semver [2020-07-31T04:30:29.706Z] 31603596830f: Pulling fs layer [2020-07-31T04:30:29.706Z] 2a8b12db71e7: Pulling fs layer [2020-07-31T04:30:29.706Z] 6ca5941a6612: Pulling fs layer [2020-07-31T04:30:29.706Z] ecc8261a40a4: Pulling fs layer [2020-07-31T04:30:29.706Z] ecc8261a40a4: Waiting [2020-07-31T04:30:29.706Z] 2a8b12db71e7: Verifying Checksum [2020-07-31T04:30:29.706Z] 2a8b12db71e7: Download complete [2020-07-31T04:30:29.972Z] 31603596830f: Verifying Checksum [2020-07-31T04:30:29.972Z] 31603596830f: Download complete [2020-07-31T04:30:29.972Z] ecc8261a40a4: Verifying Checksum [2020-07-31T04:30:29.972Z] ecc8261a40a4: Download complete [2020-07-31T04:30:29.972Z] 6ca5941a6612: Verifying Checksum [2020-07-31T04:30:29.972Z] 6ca5941a6612: Download complete [2020-07-31T04:30:30.235Z] 31603596830f: Pull complete [2020-07-31T04:30:30.235Z] 2a8b12db71e7: Pull complete [2020-07-31T04:30:31.187Z] 6ca5941a6612: Pull complete [2020-07-31T04:30:31.450Z] ecc8261a40a4: Pull complete [2020-07-31T04:30:31.450Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-31T04:30:31.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T04:30:31.450Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-31T04:30:31.554Z] prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container [2020-07-31T04:30:31.601Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T04:30:34.028Z] $ docker top c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T04:30:34.295Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T04:30:34.295Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T04:30:34.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T04:30:34.553Z] $ docker exec c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 ssh-agent [2020-07-31T04:30:34.764Z] SSH_AUTH_SOCK=/tmp/ssh-PjFi5vm2nbEz/agent.11 [2020-07-31T04:30:34.764Z] SSH_AGENT_PID=16 [2020-07-31T04:30:34.778Z] Running ssh-add (command line suppressed) [2020-07-31T04:30:34.929Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8576102958523803888.key (/w/workspace/edgex-go/7@tmp/private_key_8576102958523803888.key) [2020-07-31T04:30:35.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T04:30:35.330Z] + git describe --exact-match --tags HEAD [2020-07-31T04:30:35.330Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-31T04:30:35.352Z] $ docker exec --env ******** --env ******** c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 ssh-agent -k [2020-07-31T04:30:35.498Z] unset SSH_AUTH_SOCK; [2020-07-31T04:30:35.498Z] unset SSH_AGENT_PID; [2020-07-31T04:30:35.499Z] echo Agent pid 16 killed; [2020-07-31T04:30:35.551Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-31T04:30:35.638Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-31T04:30:35.638Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-31T04:30:35.740Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T04:30:35.740Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T04:30:35.937Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T04:30:35.938Z] $ docker exec c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 ssh-agent [2020-07-31T04:30:36.138Z] SSH_AUTH_SOCK=/tmp/ssh-oUNIPwHaAYuI/agent.45 [2020-07-31T04:30:36.138Z] SSH_AGENT_PID=51 [2020-07-31T04:30:36.151Z] Running ssh-add (command line suppressed) [2020-07-31T04:30:36.298Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_36298282071746616.key (/w/workspace/edgex-go/7@tmp/private_key_36298282071746616.key) [2020-07-31T04:30:36.360Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T04:30:36.697Z] + git semver init [2020-07-31T04:30:36.697Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T04:30:36.697Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2020-07-31T04:30:36.697Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2020-07-31T04:30:36.697Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T04:30:36.697Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T04:30:36.697Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T04:30:36.697Z] # $SEMVER_BRANCH = PR-2633 [2020-07-31T04:30:36.697Z] # $SEMVER_TEMP = /tmp/semver-820229829 [2020-07-31T04:30:36.697Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-31T04:31:08.865Z] # '/tmp/semver-820229829' -> '/w/workspace/edgex-go/7/.semver' [2020-07-31T04:31:09.129Z] # -> Force: false [2020-07-31T04:31:09.391Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2020-07-31T04:31:09.400Z] $ docker exec --env ******** --env ******** c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 ssh-agent -k [2020-07-31T04:31:09.612Z] unset SSH_AUTH_SOCK; [2020-07-31T04:31:09.613Z] unset SSH_AGENT_PID; [2020-07-31T04:31:09.613Z] echo Agent pid 51 killed; [2020-07-31T04:31:09.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T04:31:10.182Z] + git semver [Pipeline] } [2020-07-31T04:31:10.193Z] $ docker stop --time=1 c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 [2020-07-31T04:31:11.921Z] $ docker rm -f c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-31T04:31:25.427Z] Stashed 28 file(s) [Pipeline] echo [2020-07-31T04:31:25.430Z] [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-07-31T04:31:25.896Z] ========================================================= [2020-07-31T04:31:25.896Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-31T04:31:25.896Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:31:26.259Z] + 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-07-31T04:31:29.578Z] Sending build context to Docker daemon 323MB [2020-07-31T04:31:29.578Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T04:31:29.578Z] Step 2/7 : FROM ${BASE} [2020-07-31T04:31:29.578Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-31T04:31:29.578Z] df20fa9351a1: Pulling fs layer [2020-07-31T04:31:29.578Z] ed8968b2872e: Pulling fs layer [2020-07-31T04:31:29.578Z] a92cc7c5fd73: Pulling fs layer [2020-07-31T04:31:29.578Z] 2dd03ba5bac4: Pulling fs layer [2020-07-31T04:31:29.578Z] 1e091d79d1de: Pulling fs layer [2020-07-31T04:31:29.578Z] 481702a1767f: Pulling fs layer [2020-07-31T04:31:29.578Z] f64a6f60c768: Pulling fs layer [2020-07-31T04:31:29.578Z] e78d2573fc39: Pulling fs layer [2020-07-31T04:31:29.578Z] e876d2f968b6: Pulling fs layer [2020-07-31T04:31:29.578Z] ce8a83651883: Pulling fs layer [2020-07-31T04:31:29.578Z] 07967f4d0e4b: Pulling fs layer [2020-07-31T04:31:29.578Z] f64a6f60c768: Waiting [2020-07-31T04:31:29.578Z] e78d2573fc39: Waiting [2020-07-31T04:31:29.578Z] e876d2f968b6: Waiting [2020-07-31T04:31:29.578Z] ce8a83651883: Waiting [2020-07-31T04:31:29.578Z] 07967f4d0e4b: Waiting [2020-07-31T04:31:29.578Z] 1e091d79d1de: Waiting [2020-07-31T04:31:29.578Z] 2dd03ba5bac4: Waiting [2020-07-31T04:31:29.578Z] 481702a1767f: Waiting [2020-07-31T04:31:29.578Z] a92cc7c5fd73: Download complete [2020-07-31T04:31:29.578Z] ed8968b2872e: Verifying Checksum [2020-07-31T04:31:29.578Z] ed8968b2872e: Download complete [2020-07-31T04:31:29.578Z] 1e091d79d1de: Verifying Checksum [2020-07-31T04:31:29.578Z] 1e091d79d1de: Download complete [2020-07-31T04:31:29.578Z] 481702a1767f: Verifying Checksum [2020-07-31T04:31:29.578Z] 481702a1767f: Download complete [2020-07-31T04:31:29.578Z] df20fa9351a1: Verifying Checksum [2020-07-31T04:31:29.578Z] df20fa9351a1: Download complete [2020-07-31T04:31:30.564Z] f64a6f60c768: Verifying Checksum [2020-07-31T04:31:30.564Z] f64a6f60c768: Download complete [2020-07-31T04:31:30.564Z] e876d2f968b6: Verifying Checksum [2020-07-31T04:31:30.564Z] e876d2f968b6: Download complete [2020-07-31T04:31:30.833Z] e78d2573fc39: Verifying Checksum [2020-07-31T04:31:30.833Z] e78d2573fc39: Download complete [2020-07-31T04:31:31.095Z] 2dd03ba5bac4: Verifying Checksum [2020-07-31T04:31:31.095Z] 2dd03ba5bac4: Download complete [2020-07-31T04:31:31.095Z] 07967f4d0e4b: Verifying Checksum [2020-07-31T04:31:31.095Z] 07967f4d0e4b: Download complete [2020-07-31T04:31:31.095Z] ce8a83651883: Verifying Checksum [2020-07-31T04:31:31.095Z] ce8a83651883: Download complete [2020-07-31T04:31:32.480Z] df20fa9351a1: Pull complete [2020-07-31T04:31:32.740Z] ed8968b2872e: Pull complete [2020-07-31T04:31:32.740Z] a92cc7c5fd73: Pull complete [2020-07-31T04:31:38.041Z] 2dd03ba5bac4: Pull complete [2020-07-31T04:31:38.041Z] 1e091d79d1de: Pull complete [2020-07-31T04:31:38.302Z] 481702a1767f: Pull complete [2020-07-31T04:31:40.708Z] Still waiting to schedule task [2020-07-31T04:31:40.708Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-31T04:31:46.441Z] f64a6f60c768: Pull complete [2020-07-31T04:31:50.657Z] e78d2573fc39: Pull complete [2020-07-31T04:31:50.657Z] e876d2f968b6: Pull complete [2020-07-31T04:31:51.231Z] ce8a83651883: Pull complete [2020-07-31T04:31:51.231Z] 07967f4d0e4b: Pull complete [2020-07-31T04:31:51.231Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-31T04:31:51.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-31T04:31:51.231Z] ---> 5d7c900382c6 [2020-07-31T04:31:51.231Z] 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-07-31T04:31:52.175Z] ---> Running in 011e99262973 [2020-07-31T04:31:52.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:32:07.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:32:29.355Z] (1/12) Installing libmagic (5.38-r0) [2020-07-31T04:32:34.648Z] (2/12) Installing file (5.38-r0) [2020-07-31T04:32:34.648Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-31T04:32:34.648Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-31T04:33:45.999Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1663 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws [2020-07-31T04:33:46.050Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-07-31T04:33:50.987Z] using credential edgex-jenkins-ssh [2020-07-31T04:33:51.050Z] Cloning the remote Git repository [2020-07-31T04:33:51.050Z] Cloning with configured refspecs honoured and without tags [2020-07-31T04:33:51.109Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-31T04:33:51.214Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-07-31T04:33:51.284Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-31T04:33:51.285Z] > git --version # timeout=10 [2020-07-31T04:33:51.312Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T04:33:51.371Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T04:34:06.952Z] Fetching without tags [2020-07-31T04:34:07.455Z] Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c [2020-07-31T04:34:08.193Z] Merge succeeded, producing 6b799baaaf20db8eb5e899bea6e539ada6fa347a [2020-07-31T04:34:08.194Z] Checking out Revision 6b799baaaf20db8eb5e899bea6e539ada6fa347a (PR-2633) [2020-07-31T04:34:06.863Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-31T04:34:06.893Z] > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # timeout=10 [2020-07-31T04:34:06.909Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T04:34:06.933Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-31T04:34:06.963Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-31T04:34:06.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T04:34:06.976Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T04:34:07.471Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T04:34:07.497Z] > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # timeout=10 [2020-07-31T04:34:07.785Z] > git remote # timeout=10 [2020-07-31T04:34:07.805Z] > git config --get remote.origin.url # timeout=10 [2020-07-31T04:34:07.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T04:34:07.830Z] > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 [2020-07-31T04:34:08.169Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-31T04:34:08.197Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T04:34:08.211Z] > git checkout -f 6b799baaaf20db8eb5e899bea6e539ada6fa347a # timeout=10 [2020-07-31T04:34:12.373Z] Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" [2020-07-31T04:34:12.403Z] First time build. Skipping changelog. [2020-07-31T04:34:12.378Z] > git rev-list --no-walk a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-31T04:34:24.136Z] ========================================================= [2020-07-31T04:34:24.136Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-31T04:34:24.136Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:34:25.013Z] + 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-07-31T04:34:29.329Z] Sending build context to Docker daemon 323MB [2020-07-31T04:34:29.329Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T04:34:29.329Z] Step 2/7 : FROM ${BASE} [2020-07-31T04:34:29.329Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-31T04:34:29.329Z] b538f80385f9: Pulling fs layer [2020-07-31T04:34:29.329Z] 74f711af9a0d: Pulling fs layer [2020-07-31T04:34:29.329Z] 99f96fe45779: Pulling fs layer [2020-07-31T04:34:29.329Z] fd7a069fd194: Pulling fs layer [2020-07-31T04:34:29.329Z] 66aa3694b03b: Pulling fs layer [2020-07-31T04:34:29.329Z] 170f70906a0f: Pulling fs layer [2020-07-31T04:34:29.329Z] ad7c5574e4b9: Pulling fs layer [2020-07-31T04:34:29.329Z] e772456be8f7: Pulling fs layer [2020-07-31T04:34:29.329Z] c890913d741a: Pulling fs layer [2020-07-31T04:34:29.329Z] 2480fcc9aa5a: Pulling fs layer [2020-07-31T04:34:29.329Z] 09adf4765672: Pulling fs layer [2020-07-31T04:34:29.329Z] fd7a069fd194: Waiting [2020-07-31T04:34:29.329Z] 66aa3694b03b: Waiting [2020-07-31T04:34:29.329Z] 170f70906a0f: Waiting [2020-07-31T04:34:29.329Z] ad7c5574e4b9: Waiting [2020-07-31T04:34:29.329Z] e772456be8f7: Waiting [2020-07-31T04:34:29.329Z] c890913d741a: Waiting [2020-07-31T04:34:29.329Z] 2480fcc9aa5a: Waiting [2020-07-31T04:34:29.329Z] 09adf4765672: Waiting [2020-07-31T04:34:29.329Z] 99f96fe45779: Verifying Checksum [2020-07-31T04:34:29.329Z] 99f96fe45779: Download complete [2020-07-31T04:34:29.329Z] b538f80385f9: Verifying Checksum [2020-07-31T04:34:29.329Z] b538f80385f9: Download complete [2020-07-31T04:34:29.329Z] 66aa3694b03b: Verifying Checksum [2020-07-31T04:34:29.329Z] 66aa3694b03b: Download complete [2020-07-31T04:34:29.329Z] 170f70906a0f: Verifying Checksum [2020-07-31T04:34:29.329Z] 170f70906a0f: Download complete [2020-07-31T04:34:29.921Z] b538f80385f9: Pull complete [2020-07-31T04:34:30.195Z] 74f711af9a0d: Download complete [2020-07-31T04:34:30.800Z] 74f711af9a0d: Pull complete [2020-07-31T04:34:31.074Z] 99f96fe45779: Pull complete [2020-07-31T04:34:32.516Z] ad7c5574e4b9: Download complete [2020-07-31T04:34:32.516Z] c890913d741a: Verifying Checksum [2020-07-31T04:34:32.516Z] c890913d741a: Download complete [2020-07-31T04:34:34.501Z] 2480fcc9aa5a: Verifying Checksum [2020-07-31T04:34:34.501Z] 2480fcc9aa5a: Download complete [2020-07-31T04:34:34.501Z] 09adf4765672: Verifying Checksum [2020-07-31T04:34:34.501Z] 09adf4765672: Download complete [2020-07-31T04:34:35.096Z] e772456be8f7: Download complete [2020-07-31T04:34:35.370Z] fd7a069fd194: Verifying Checksum [2020-07-31T04:34:35.370Z] fd7a069fd194: Download complete [2020-07-31T04:34:47.796Z] fd7a069fd194: Pull complete [2020-07-31T04:34:47.796Z] 66aa3694b03b: Pull complete [2020-07-31T04:34:47.796Z] 170f70906a0f: Pull complete [2020-07-31T04:34:50.421Z] ad7c5574e4b9: Pull complete [2020-07-31T04:34:55.902Z] e772456be8f7: Pull complete [2020-07-31T04:34:55.902Z] c890913d741a: Pull complete [2020-07-31T04:34:57.892Z] 2480fcc9aa5a: Pull complete [2020-07-31T04:34:58.497Z] 09adf4765672: Pull complete [2020-07-31T04:34:58.497Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-31T04:34:58.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-31T04:34:58.497Z] ---> 2248a725d1cf [2020-07-31T04:34:58.497Z] 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-07-31T04:35:03.899Z] ---> Running in 49b6cd8802fb [2020-07-31T04:35:05.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:35:23.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:35:45.710Z] (1/12) Installing libmagic (5.38-r0) [2020-07-31T04:35:49.070Z] (2/12) Installing file (5.38-r0) [2020-07-31T04:35:49.070Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-31T04:35:49.070Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-31T04:39:26.424Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-31T04:39:26.424Z] (6/12) Installing patch (2.7.6-r6) [2020-07-31T04:39:26.424Z] (7/12) Installing build-base (0.5-r2) [2020-07-31T04:39:26.424Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-31T04:39:28.339Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-31T04:39:29.736Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-31T04:39:30.364Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-31T04:39:34.607Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-31T04:39:34.607Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:39:34.607Z] OK: 233 MiB in 51 packages [2020-07-31T04:39:37.925Z] Removing intermediate container 011e99262973 [2020-07-31T04:39:37.925Z] ---> eab836d59a46 [2020-07-31T04:39:37.925Z] Step 4/7 : WORKDIR /edgex-go [2020-07-31T04:39:37.925Z] ---> Running in cf4b48709c1f [2020-07-31T04:39:37.925Z] Removing intermediate container cf4b48709c1f [2020-07-31T04:39:37.925Z] ---> 1f77544aca7b [2020-07-31T04:39:37.925Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-31T04:39:39.310Z] latest: Pulling from library/docker [2020-07-31T04:39:39.310Z] df20fa9351a1: Already exists [2020-07-31T04:39:39.310Z] 25ad7478873d: Pulling fs layer [2020-07-31T04:39:39.310Z] 4684f6177b5d: Pulling fs layer [2020-07-31T04:39:39.310Z] 46e300cec669: Pulling fs layer [2020-07-31T04:39:39.310Z] 63038576ad94: Pulling fs layer [2020-07-31T04:39:39.310Z] 0fdb76c4706c: Pulling fs layer [2020-07-31T04:39:39.310Z] cb7edeffdfd5: Pulling fs layer [2020-07-31T04:39:39.310Z] 63038576ad94: Waiting [2020-07-31T04:39:39.310Z] 0fdb76c4706c: Waiting [2020-07-31T04:39:39.310Z] cb7edeffdfd5: Waiting [2020-07-31T04:39:39.571Z] 4684f6177b5d: Download complete [2020-07-31T04:39:39.571Z] 25ad7478873d: Verifying Checksum [2020-07-31T04:39:39.571Z] 25ad7478873d: Download complete [2020-07-31T04:39:39.571Z] 63038576ad94: Verifying Checksum [2020-07-31T04:39:39.571Z] 63038576ad94: Download complete [2020-07-31T04:39:39.571Z] 0fdb76c4706c: Verifying Checksum [2020-07-31T04:39:39.571Z] 0fdb76c4706c: Download complete [2020-07-31T04:39:39.837Z] cb7edeffdfd5: Verifying Checksum [2020-07-31T04:39:39.838Z] cb7edeffdfd5: Download complete [2020-07-31T04:39:39.838Z] 25ad7478873d: Pull complete [2020-07-31T04:39:40.101Z] 4684f6177b5d: Pull complete [2020-07-31T04:39:40.365Z] 46e300cec669: Verifying Checksum [2020-07-31T04:39:40.365Z] 46e300cec669: Download complete [2020-07-31T04:39:42.927Z] 46e300cec669: Pull complete [2020-07-31T04:39:42.927Z] 63038576ad94: Pull complete [2020-07-31T04:39:43.188Z] 0fdb76c4706c: Pull complete [2020-07-31T04:39:43.188Z] cb7edeffdfd5: Pull complete [2020-07-31T04:39:43.188Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-31T04:39:43.188Z] Status: Downloaded newer image for docker:latest [2020-07-31T04:39:45.105Z] ---> 2cb708e53a6c [2020-07-31T04:39:45.105Z] Step 6/7 : COPY go.mod . [2020-07-31T04:39:45.105Z] ---> e9a203706d26 [2020-07-31T04:39:45.105Z] Step 7/7 : RUN go mod download [2020-07-31T04:39:45.105Z] ---> Running in e97cd1af2797 [2020-07-31T04:39:47.655Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-31T04:39:47.655Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-31T04:39:47.655Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-31T04:39:47.655Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-31T04:39:47.655Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-31T04:39:47.655Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-31T04:39:47.655Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-31T04:39:47.655Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-31T04:39:47.655Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-31T04:39:47.655Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-31T04:39:47.655Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-31T04:39:47.916Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-31T04:39:47.916Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-31T04:39:47.916Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-31T04:39:47.916Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-31T04:39:47.916Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-31T04:39:47.916Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-31T04:39:47.916Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-31T04:39:47.916Z] go: finding github.com/fatih/color v1.7.0 [2020-07-31T04:39:47.916Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-31T04:39:47.916Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T04:39:47.916Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-31T04:39:48.175Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T04:39:48.175Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T04:39:48.175Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-31T04:39:48.175Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T04:39:48.175Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-31T04:39:48.175Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-31T04:39:48.175Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-31T04:39:48.175Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T04:39:48.175Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-31T04:39:48.175Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-31T04:39:48.175Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-31T04:39:48.175Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-31T04:39:48.435Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-31T04:39:48.698Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-31T04:39:48.698Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-31T04:39:48.698Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-31T04:39:48.698Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-31T04:39:48.698Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T04:39:48.698Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-31T04:39:48.698Z] go: finding github.com/kr/pty v1.1.1 [2020-07-31T04:39:48.698Z] go: finding github.com/kr/text v0.1.0 [2020-07-31T04:39:48.698Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-31T04:39:48.698Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-31T04:39:48.698Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-31T04:39:48.698Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-31T04:39:48.960Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-31T04:39:48.960Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-31T04:39:48.960Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-31T04:39:48.960Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-31T04:39:48.960Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-31T04:39:48.960Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-31T04:39:48.960Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-31T04:39:48.960Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-31T04:39:48.960Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-31T04:39:48.960Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-31T04:39:48.960Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-31T04:39:49.220Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-31T04:39:49.220Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-31T04:39:49.220Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-31T04:39:49.220Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T04:39:49.220Z] go: finding github.com/posener/complete v1.1.1 [2020-07-31T04:39:49.220Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-31T04:39:49.220Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-31T04:39:49.220Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-31T04:39:49.220Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T04:39:49.220Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T04:39:49.220Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-31T04:39:49.220Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T04:39:49.481Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-31T04:39:49.481Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-31T04:39:49.481Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-31T04:39:49.481Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-31T04:39:49.481Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T04:39:49.481Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T04:39:49.481Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-31T04:39:49.481Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-31T04:39:49.481Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-31T04:39:49.481Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-31T04:39:49.481Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T04:40:01.745Z] Removing intermediate container e97cd1af2797 [2020-07-31T04:40:01.745Z] ---> 1905b9ec0dd8 [2020-07-31T04:40:01.745Z] Successfully built 1905b9ec0dd8 [2020-07-31T04:40:01.745Z] 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-07-31T04:40:02.379Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-31T04:40:02.379Z] . [Pipeline] withDockerContainer [2020-07-31T04:40:02.492Z] prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container [2020-07-31T04:40:02.534Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-31T04:40:03.331Z] $ docker top a5e0274589583ddfd362726fe005f7f279de4b43c7509acb5db2ce7aad9ab05c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:40:03.810Z] + go version [2020-07-31T04:40:03.810Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-31T04:40:03.821Z] ========================================================= [2020-07-31T04:40:03.821Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-31T04:40:03.821Z] ========================================================= [Pipeline] sh [2020-07-31T04:40:04.113Z] + make test [2020-07-31T04:40:04.113Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-31T04:40:06.683Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-31T04:40:19.055Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-31T04:40:23.332Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-31T04:40:23.332Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-31T04:40:23.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-31T04:40:23.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-31T04:40:23.332Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s [2020-07-31T04:40:23.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-31T04:40:23.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-31T04:40:23.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-31T04:40:23.915Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-31T04:40:24.507Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-31T04:40:24.507Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-31T04:40:24.507Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-31T04:40:24.507Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-31T04:40:32.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements [2020-07-31T04:40:32.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-31T04:40:32.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-31T04:40:32.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-31T04:40:32.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-31T04:40:32.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-31T04:40:34.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.118s coverage: 27.4% of statements [2020-07-31T04:40:34.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-31T04:40:34.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-31T04:40:34.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-31T04:40:34.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-31T04:40:34.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-31T04:40:34.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-31T04:40:34.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-07-31T04:40:34.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-31T04:40:34.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements [2020-07-31T04:40:34.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-31T04:40:35.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.075s coverage: 28.6% of statements [2020-07-31T04:40:35.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-31T04:40:35.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-31T04:40:35.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-31T04:40:35.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-31T04:40:35.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-31T04:40:35.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.009s coverage: 100.0% of statements [2020-07-31T04:40:35.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-31T04:40:35.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements [2020-07-31T04:40:35.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-31T04:40:35.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.058s coverage: 89.8% of statements [2020-07-31T04:40:35.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-31T04:40:35.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.029s coverage: 97.5% of statements [2020-07-31T04:40:35.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-31T04:40:36.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.028s coverage: 100.0% of statements [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-31T04:40:36.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-31T04:40:36.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-31T04:40:36.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-31T04:40:36.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-31T04:40:36.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-31T04:40:36.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-31T04:40:36.306Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-07-31T04:40:37.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.096s coverage: 63.5% of statements [2020-07-31T04:40:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-31T04:40:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-31T04:40:37.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements [2020-07-31T04:40:37.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.174s coverage: 55.9% of statements [2020-07-31T04:40:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-31T04:40:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-31T04:40:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-31T04:40:37.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-31T04:40:40.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.592s coverage: 86.3% of statements [2020-07-31T04:40:40.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-31T04:40:40.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.266s coverage: 72.2% of statements [2020-07-31T04:40:40.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.085s coverage: 72.1% of statements [2020-07-31T04:40:40.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-07-31T04:40:40.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.007s coverage: 48.4% of statements [2020-07-31T04:40:40.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-31T04:40:40.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-31T04:40:40.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-31T04:40:40.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-07-31T04:40:40.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-31T04:40:40.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements [2020-07-31T04:40:40.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-31T04:40:41.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.038s coverage: 26.9% of statements [2020-07-31T04:40:41.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-31T04:40:41.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-31T04:40:41.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.118s coverage: 84.1% of statements [2020-07-31T04:40:41.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-07-31T04:40:42.400Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 43.1% of statements [2020-07-31T04:40:42.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-31T04:40:42.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-31T04:40:42.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.073s coverage: 100.0% of statements [2020-07-31T04:40:42.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-31T04:40:42.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements [2020-07-31T04:40:42.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-31T04:40:44.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.035s coverage: 46.1% of statements [2020-07-31T04:40:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-31T04:40:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-31T04:40:44.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements [2020-07-31T04:40:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-31T04:40:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-31T04:40:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-31T04:40:44.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements [2020-07-31T04:40:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-31T04:40:44.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements [2020-07-31T04:40:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-31T04:40:46.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-07-31T04:40:46.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-31T04:40:46.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-31T04:40:46.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-31T04:40:46.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-31T04:40:46.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-31T04:40:46.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-07-31T04:40:46.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-31T04:40:46.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-07-31T04:40:46.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-31T04:40:46.587Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-31T04:40:46.587Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-31T04:40:48.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-07-31T04:40:48.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-31T04:40:48.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-31T04:40:48.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-31T04:40:48.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-31T04:40:48.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements [2020-07-31T04:40:48.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-31T04:40:48.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-31T04:40:48.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements [2020-07-31T04:40:48.273Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements [2020-07-31T04:40:48.847Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements [2020-07-31T04:40:49.108Z] GO111MODULE=on go vet ./... [2020-07-31T04:40:55.766Z] gofmt -l . [2020-07-31T04:40:56.341Z] [ "`gofmt -l .`" = "" ] [2020-07-31T04:40:56.913Z] ./bin/test-go-mod-tidy.sh [2020-07-31T04:40:57.872Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-31T04:41:00.101Z] + ls -al . [2020-07-31T04:41:00.116Z] total 556 [2020-07-31T04:41:00.116Z] drwxrwxr-x 10 1001 1001 4096 Jul 31 04:40 . [2020-07-31T04:41:00.116Z] drwxr-xr-x 4 root root 28 Jul 31 04:40 .. [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 11 Jul 31 04:30 .dockerignore [2020-07-31T04:41:00.116Z] drwxrwxr-x 8 1001 1001 179 Jul 31 04:30 .git [2020-07-31T04:41:00.116Z] drwxrwxr-x 3 1001 1001 60 Jul 31 04:30 .github [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 932 Jul 31 04:30 .gitignore [2020-07-31T04:41:00.116Z] drwx------ 3 1001 1001 47 Jul 31 04:31 .semver [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 166 Jul 31 04:30 .sonarcloud.properties [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:30 CONTRIBUTING.md [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:30 Dockerfile.build [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 865 Jul 31 04:30 Jenkinsfile [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:30 LICENSE [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:30 Makefile [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:30 README.md [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:30 SECURITY.md [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 5 Jul 31 04:31 VERSION [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:30 ZMQWindows.md [2020-07-31T04:41:00.116Z] drwxrwxr-x 2 1001 1001 117 Jul 31 04:30 bin [2020-07-31T04:41:00.116Z] drwxrwxr-x 15 1001 1001 4096 Jul 31 04:30 cmd [2020-07-31T04:41:00.116Z] -rw-r--r-- 1 root root 455496 Jul 31 04:40 coverage.out [2020-07-31T04:41:00.116Z] -rw-r--r-- 1 root root 1019 Jul 31 04:40 go.mod [2020-07-31T04:41:00.116Z] -rw-r--r-- 1 root root 18146 Jul 31 04:40 go.sum [2020-07-31T04:41:00.116Z] drwxrwxr-x 8 1001 1001 127 Jul 31 04:30 internal [2020-07-31T04:41:00.116Z] drwxrwxr-x 4 1001 1001 26 Jul 31 04:30 openapi [2020-07-31T04:41:00.116Z] drwxrwxr-x 4 1001 1001 71 Jul 31 04:30 snap [2020-07-31T04:41:00.116Z] -rw-rw-r-- 1 1001 1001 168 Jul 31 04:30 version.go [Pipeline] sh [2020-07-31T04:41:00.418Z] + '[' -e coverage.out ] [2020-07-31T04:41:00.418Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-31T04:41:00.585Z] Stashed 1 file(s) [Pipeline] sh [2020-07-31T04:41:00.877Z] + make build [2020-07-31T04:41:00.877Z] 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-07-31T04:41:09.139Z] 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-07-31T04:41:11.712Z] 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-07-31T04:41:13.670Z] 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-07-31T04:41:15.600Z] 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-07-31T04:41:18.156Z] 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-07-31T04:41:18.732Z] 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-07-31T04:41:21.312Z] 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-07-31T04:41:23.259Z] 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-07-31T04:41:25.206Z] 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-07-31T04:41:26.117Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-31T04:41:26.117Z] (6/12) Installing patch (2.7.6-r6) [2020-07-31T04:41:26.117Z] (7/12) Installing build-base (0.5-r2) [2020-07-31T04:41:26.117Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-31T04:41:26.117Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-31T04:41:26.117Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-31T04:41:26.117Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-31T04:41:26.607Z] 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-07-31T04:41:28.083Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-31T04:41:28.359Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:41:28.359Z] OK: 217 MiB in 51 packages [2020-07-31T04:41:28.571Z] 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-07-31T04:41:30.078Z] 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-07-31T04:41:32.050Z] $ docker stop --time=1 a5e0274589583ddfd362726fe005f7f279de4b43c7509acb5db2ce7aad9ab05c [2020-07-31T04:41:32.670Z] Removing intermediate container 49b6cd8802fb [2020-07-31T04:41:32.670Z] ---> e8f69f59aecb [2020-07-31T04:41:32.670Z] Step 4/7 : WORKDIR /edgex-go [2020-07-31T04:41:32.670Z] ---> Running in 843ed00a1b88 [2020-07-31T04:41:32.941Z] Removing intermediate container 843ed00a1b88 [2020-07-31T04:41:32.941Z] ---> 6d4214c4d073 [2020-07-31T04:41:32.941Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-31T04:41:33.212Z] latest: Pulling from library/docker [2020-07-31T04:41:33.212Z] b538f80385f9: Already exists [2020-07-31T04:41:33.212Z] 259a493cd78d: Pulling fs layer [2020-07-31T04:41:33.212Z] b8e66b5100f5: Pulling fs layer [2020-07-31T04:41:33.212Z] 39dc9c94d07c: Pulling fs layer [2020-07-31T04:41:33.212Z] 551b823b3b82: Pulling fs layer [2020-07-31T04:41:33.212Z] 3c52a74df98c: Pulling fs layer [2020-07-31T04:41:33.212Z] 6c9b121b6998: Pulling fs layer [2020-07-31T04:41:33.212Z] 551b823b3b82: Waiting [2020-07-31T04:41:33.212Z] 3c52a74df98c: Waiting [2020-07-31T04:41:33.212Z] 6c9b121b6998: Waiting [2020-07-31T04:41:33.488Z] b8e66b5100f5: Verifying Checksum [2020-07-31T04:41:33.488Z] b8e66b5100f5: Download complete [2020-07-31T04:41:33.488Z] 259a493cd78d: Download complete [2020-07-31T04:41:33.488Z] 551b823b3b82: Verifying Checksum [2020-07-31T04:41:33.488Z] 551b823b3b82: Download complete [2020-07-31T04:41:33.707Z] $ docker rm -f a5e0274589583ddfd362726fe005f7f279de4b43c7509acb5db2ce7aad9ab05c [2020-07-31T04:41:33.762Z] 3c52a74df98c: Verifying Checksum [2020-07-31T04:41:33.762Z] 3c52a74df98c: Download complete [2020-07-31T04:41:33.762Z] 6c9b121b6998: Download complete [2020-07-31T04:41:34.033Z] 259a493cd78d: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-07-31T04:41:34.629Z] b8e66b5100f5: Pull complete [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:41:34.899Z] 39dc9c94d07c: Verifying Checksum [2020-07-31T04:41:34.899Z] 39dc9c94d07c: Download complete [2020-07-31T04:41:35.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T04:41:35.088Z] [2020-07-31T04:41:35.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:41:35.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T04:41:35.453Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-31T04:41:35.453Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-31T04:41:35.453Z] ca9280d653b3: Pulling fs layer [2020-07-31T04:41:35.453Z] 7e9c9ca2126c: Pulling fs layer [2020-07-31T04:41:35.453Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-31T04:41:35.453Z] cbdbe7a5bc2a: Download complete [2020-07-31T04:41:35.715Z] ca9280d653b3: Verifying Checksum [2020-07-31T04:41:35.715Z] ca9280d653b3: Download complete [2020-07-31T04:41:36.001Z] cbdbe7a5bc2a: Pull complete [2020-07-31T04:41:36.580Z] 7e9c9ca2126c: Verifying Checksum [2020-07-31T04:41:36.580Z] 7e9c9ca2126c: Download complete [2020-07-31T04:41:37.161Z] ca9280d653b3: Pull complete [2020-07-31T04:41:38.275Z] 39dc9c94d07c: Pull complete [2020-07-31T04:41:38.275Z] 551b823b3b82: Pull complete [2020-07-31T04:41:38.547Z] 3c52a74df98c: Pull complete [2020-07-31T04:41:38.820Z] 6c9b121b6998: Pull complete [2020-07-31T04:41:38.820Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-31T04:41:38.820Z] Status: Downloaded newer image for docker:latest [2020-07-31T04:41:43.113Z] ---> ce7a261c67ce [2020-07-31T04:41:43.113Z] Step 6/7 : COPY go.mod . [2020-07-31T04:41:43.113Z] ---> 5f974c62b0aa [2020-07-31T04:41:43.113Z] Step 7/7 : RUN go mod download [2020-07-31T04:41:43.113Z] ---> Running in 282dbec55d3b [2020-07-31T04:41:45.323Z] 7e9c9ca2126c: Pull complete [2020-07-31T04:41:45.323Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-31T04:41:45.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T04:41:45.323Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-31T04:41:45.449Z] prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container [2020-07-31T04:41:45.486Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-31T04:41:46.484Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-31T04:41:46.484Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-31T04:41:46.484Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-31T04:41:46.484Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-31T04:41:46.484Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-31T04:41:46.484Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-31T04:41:46.484Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-31T04:41:46.484Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-31T04:41:46.484Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-31T04:41:46.484Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-31T04:41:46.484Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-31T04:41:46.484Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-31T04:41:46.484Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-31T04:41:46.484Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-31T04:41:46.484Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-31T04:41:46.484Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-31T04:41:46.484Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-31T04:41:46.484Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-31T04:41:46.484Z] go: finding github.com/fatih/color v1.7.0 [2020-07-31T04:41:46.484Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-31T04:41:46.484Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T04:41:46.484Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-31T04:41:46.484Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T04:41:46.484Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T04:41:46.484Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-31T04:41:46.484Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T04:41:46.484Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-31T04:41:46.484Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-31T04:41:46.484Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-31T04:41:46.754Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T04:41:46.754Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-31T04:41:46.754Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-31T04:41:47.025Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-31T04:41:47.025Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-31T04:41:47.025Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-31T04:41:47.025Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-31T04:41:47.025Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-31T04:41:47.025Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-31T04:41:47.025Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-31T04:41:47.025Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-31T04:41:47.025Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-31T04:41:47.025Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-31T04:41:47.025Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T04:41:47.295Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-31T04:41:47.295Z] go: finding github.com/kr/pty v1.1.1 [2020-07-31T04:41:47.295Z] go: finding github.com/kr/text v0.1.0 [2020-07-31T04:41:47.295Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-31T04:41:47.295Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-31T04:41:47.295Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-31T04:41:47.295Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-31T04:41:47.295Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-31T04:41:47.295Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-31T04:41:47.295Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-31T04:41:47.295Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-31T04:41:47.295Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-31T04:41:47.569Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-31T04:41:47.569Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-31T04:41:47.569Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-31T04:41:47.569Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-31T04:41:47.569Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-31T04:41:47.569Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-31T04:41:47.569Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-31T04:41:47.569Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-31T04:41:47.569Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-31T04:41:47.569Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T04:41:47.569Z] go: finding github.com/posener/complete v1.1.1 [2020-07-31T04:41:47.841Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-31T04:41:47.841Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-31T04:41:47.841Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-31T04:41:47.841Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T04:41:47.841Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T04:41:47.841Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-31T04:41:47.841Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T04:41:47.841Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-31T04:41:47.841Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-31T04:41:47.841Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-31T04:41:47.841Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-31T04:41:48.116Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T04:41:48.116Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T04:41:48.116Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-31T04:41:48.116Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-31T04:41:48.116Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-31T04:41:48.116Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-31T04:41:48.116Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T04:41:48.569Z] $ docker top 061dbf82f9b749d5a34346b82ceecd3602a8575d46366a35fadb20820c236b56 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:41:49.068Z] + docker-compose build --help [2020-07-31T04:41:49.068Z] + grep parallel [2020-07-31T04:41:50.008Z] --parallel Build images in parallel. [Pipeline] } [2020-07-31T04:41:50.279Z] $ docker stop --time=1 061dbf82f9b749d5a34346b82ceecd3602a8575d46366a35fadb20820c236b56 [2020-07-31T04:41:51.659Z] $ docker rm -f 061dbf82f9b749d5a34346b82ceecd3602a8575d46366a35fadb20820c236b56 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:41:52.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T04:41:52.290Z] . [Pipeline] withDockerContainer [2020-07-31T04:41:52.397Z] prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container [2020-07-31T04:41:52.441Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-07-31T04:41:53.170Z] $ docker top efceadcbc16a777f8bde153cb650a1a5cb9a4d74076d39b5a46828dec09367d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:41:53.630Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-31T04:41:54.572Z] Building docker-core-command-go ... [2020-07-31T04:41:54.572Z] Building docker-core-data-go ... [2020-07-31T04:41:54.572Z] Building docker-core-metadata-go ... [2020-07-31T04:41:54.572Z] Building docker-security-proxy-setup-go ... [2020-07-31T04:41:54.572Z] Building docker-security-secrets-setup-go ... [2020-07-31T04:41:54.572Z] Building docker-security-secretstore-setup-go ... [2020-07-31T04:41:54.572Z] Building docker-support-logging-go ... [2020-07-31T04:41:54.572Z] Building docker-support-notifications-go ... [2020-07-31T04:41:54.572Z] Building docker-support-scheduler-go ... [2020-07-31T04:41:54.572Z] Building docker-sys-mgmt-agent-go ... [2020-07-31T04:41:54.572Z] Building docker-security-secrets-setup-go [2020-07-31T04:41:54.572Z] Building docker-support-scheduler-go [2020-07-31T04:41:54.572Z] Building docker-security-secretstore-setup-go [2020-07-31T04:41:54.572Z] Building docker-support-logging-go [2020-07-31T04:41:54.572Z] Building docker-support-notifications-go [2020-07-31T04:42:06.431Z] Removing intermediate container 282dbec55d3b [2020-07-31T04:42:06.431Z] ---> ab4ef225c0f3 [2020-07-31T04:42:06.431Z] Successfully built ab4ef225c0f3 [2020-07-31T04:42:06.431Z] 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-07-31T04:42:07.247Z] + docker inspect -f . ci-base-image-arm64 [2020-07-31T04:42:07.248Z] . [Pipeline] withDockerContainer [2020-07-31T04:42:07.574Z] prd-ubuntu18.04-docker-arm64-4c-16g-1663 does not seem to be running inside a container [2020-07-31T04:42:07.677Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-31T04:42:09.242Z] $ docker top 7ca30f939dfac4017b13d73bad162f1a14f920ba87b7b54eedb408282e22e0c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:42:10.271Z] + go version [2020-07-31T04:42:10.271Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-31T04:42:10.290Z] ========================================================= [2020-07-31T04:42:10.290Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-31T04:42:10.290Z] ========================================================= [Pipeline] sh [2020-07-31T04:42:10.936Z] + make test [2020-07-31T04:42:10.936Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-31T04:42:13.554Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-31T04:42:33.437Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:42:33.438Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:42:33.438Z] ---> 1905b9ec0dd8 [2020-07-31T04:42:33.438Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T04:42:33.438Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:42:33.438Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-31T04:42:33.438Z] ---> 1905b9ec0dd8 [2020-07-31T04:42:33.438Z] Step 3/29 : WORKDIR /edgex-go [2020-07-31T04:42:33.438Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:42:33.438Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:42:33.438Z] ---> 1905b9ec0dd8 [2020-07-31T04:42:33.438Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:42:33.438Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:42:33.438Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:42:33.438Z] ---> 1905b9ec0dd8 [2020-07-31T04:42:33.438Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T04:42:33.438Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:42:33.438Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:42:33.438Z] ---> 1905b9ec0dd8 [2020-07-31T04:42:33.438Z] Step 3/23 : WORKDIR /edgex-go [2020-07-31T04:42:33.438Z] ---> Running in bad3ed579e10 [2020-07-31T04:42:33.438Z] ---> Running in c40ced7bc29e [2020-07-31T04:42:33.438Z] ---> Running in 2ff16327e53a [2020-07-31T04:42:33.438Z] ---> Running in 5ff6d444353a [2020-07-31T04:42:33.438Z] ---> Running in 4f947d5b0cfe [2020-07-31T04:42:33.438Z] Removing intermediate container bad3ed579e10 [2020-07-31T04:42:33.438Z] ---> 5d1a5cf18217 [2020-07-31T04:42:33.438Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:42:33.438Z] Removing intermediate container 4f947d5b0cfe [2020-07-31T04:42:33.438Z] ---> 6405944224b5 [2020-07-31T04:42:33.438Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:42:33.438Z] Removing intermediate container c40ced7bc29e [2020-07-31T04:42:33.438Z] ---> 3b830037a5f5 [2020-07-31T04:42:33.438Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:42:33.438Z] Removing intermediate container 5ff6d444353a [2020-07-31T04:42:33.438Z] ---> a85feb2e173c [2020-07-31T04:42:33.438Z] Step 4/29 : RUN apk update && apk add make git [2020-07-31T04:42:33.438Z] Removing intermediate container 2ff16327e53a [2020-07-31T04:42:33.438Z] ---> 09013eae3c9c [2020-07-31T04:42:33.438Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:42:33.438Z] ---> Running in c7accf1ec8c3 [2020-07-31T04:42:33.438Z] ---> Running in 93b828d04f73 [2020-07-31T04:42:33.438Z] ---> Running in 27d6b8d66291 [2020-07-31T04:42:33.438Z] ---> Running in ee96b4445217 [2020-07-31T04:42:33.438Z] ---> Running in ca42ff892a3c [2020-07-31T04:42:33.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:33.438Z] Removing intermediate container 93b828d04f73 [2020-07-31T04:42:33.438Z] ---> 39bd3829dc14 [2020-07-31T04:42:33.438Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T04:42:33.438Z] Removing intermediate container c7accf1ec8c3 [2020-07-31T04:42:33.438Z] ---> bc2a7820c10e [2020-07-31T04:42:33.438Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-31T04:42:33.438Z] ---> Running in 4ff5e2c0aaff [2020-07-31T04:42:33.438Z] ---> Running in bf099c8381ef [2020-07-31T04:42:33.438Z] Removing intermediate container ee96b4445217 [2020-07-31T04:42:33.438Z] ---> 4b900a2edd05 [2020-07-31T04:42:33.438Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-31T04:42:33.438Z] Removing intermediate container ca42ff892a3c [2020-07-31T04:42:33.438Z] ---> 6019ac62b60c [2020-07-31T04:42:33.438Z] Step 5/26 : RUN apk update && apk add make git [2020-07-31T04:42:33.438Z] ---> Running in 6365dce8f38e [2020-07-31T04:42:33.438Z] ---> Running in 92301e95d50d [2020-07-31T04:42:33.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:33.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:33.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:33.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:41.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:41.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:42.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:44.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:44.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:45.938Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-31T04:43:01.056Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-31T04:43:01.056Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-31T04:43:01.653Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-31T04:43:01.653Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-31T04:43:01.653Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-31T04:43:03.081Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:43:03.081Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:43:03.081Z] OK: 12749 distinct packages available [2020-07-31T04:43:03.081Z] OK: 233 MiB in 51 packages [2020-07-31T04:43:03.081Z] OK: 233 MiB in 51 packages [2020-07-31T04:43:03.081Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:43:03.081Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:43:03.081Z] OK: 12749 distinct packages available [2020-07-31T04:43:03.081Z] Removing intermediate container 6365dce8f38e [2020-07-31T04:43:03.081Z] ---> cd29d1819983 [2020-07-31T04:43:03.081Z] Step 6/21 : COPY go.mod . [2020-07-31T04:43:03.081Z] OK: 233 MiB in 51 packages [2020-07-31T04:43:03.081Z] ---> 17d30e74c124 [2020-07-31T04:43:03.081Z] Step 7/21 : RUN go mod download [2020-07-31T04:43:03.081Z] ---> Running in 46f506e2cb77 [2020-07-31T04:43:03.081Z] Removing intermediate container 92301e95d50d [2020-07-31T04:43:03.081Z] ---> 2adf3fe85bda [2020-07-31T04:43:03.081Z] Step 6/26 : COPY go.mod . [2020-07-31T04:43:03.081Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:43:03.081Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:43:03.081Z] OK: 12749 distinct packages available [2020-07-31T04:43:03.081Z] ---> 020d2da8fbf7 [2020-07-31T04:43:03.360Z] Step 7/26 : RUN go mod download [2020-07-31T04:43:03.360Z] OK: 233 MiB in 51 packages [2020-07-31T04:43:03.360Z] ---> Running in 90a59563be2c [2020-07-31T04:43:04.347Z] Removing intermediate container bf099c8381ef [2020-07-31T04:43:04.347Z] ---> 4e2f91f95aa1 [2020-07-31T04:43:04.347Z] Step 6/23 : COPY go.mod . [2020-07-31T04:43:04.614Z] ---> 190ee4ac80d3 [2020-07-31T04:43:04.614Z] Step 7/23 : RUN go mod download [2020-07-31T04:43:04.884Z] ---> Running in 8e67a79d6f93 [2020-07-31T04:43:05.152Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:43:05.152Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:43:05.152Z] OK: 12749 distinct packages available [2020-07-31T04:43:05.737Z] OK: 233 MiB in 51 packages [2020-07-31T04:43:05.737Z] Removing intermediate container 46f506e2cb77 [2020-07-31T04:43:05.737Z] ---> 6891c4d17d9b [2020-07-31T04:43:05.737Z] Step 8/21 : COPY . . [2020-07-31T04:43:05.737Z] Removing intermediate container 90a59563be2c [2020-07-31T04:43:05.737Z] ---> dd0a53749c6f [2020-07-31T04:43:05.737Z] Step 8/26 : COPY . . [2020-07-31T04:43:10.002Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:43:10.002Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:43:10.002Z] OK: 12749 distinct packages available [2020-07-31T04:43:10.002Z] Removing intermediate container 27d6b8d66291 [2020-07-31T04:43:10.002Z] ---> 049c73c5c785 [2020-07-31T04:43:10.002Z] Step 5/29 : COPY go.mod . [2020-07-31T04:43:10.284Z] OK: 233 MiB in 51 packages [2020-07-31T04:43:11.261Z] Removing intermediate container 8e67a79d6f93 [2020-07-31T04:43:11.261Z] ---> 5fa2e6f7e3b3 [2020-07-31T04:43:11.261Z] Step 8/23 : COPY . . [2020-07-31T04:43:11.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2020-07-31T04:43:11.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-31T04:43:11.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-31T04:43:11.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-31T04:43:11.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-31T04:43:11.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-31T04:43:13.840Z] ---> c9b0956a1046 [2020-07-31T04:43:13.840Z] Step 6/29 : RUN go mod download [2020-07-31T04:43:15.241Z] ---> Running in afa69911bdab [2020-07-31T04:43:16.237Z] Removing intermediate container 4ff5e2c0aaff [2020-07-31T04:43:16.237Z] ---> d40c0e7453fc [2020-07-31T04:43:16.237Z] Step 6/20 : COPY go.mod . [2020-07-31T04:43:20.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.146s coverage: 27.4% of statements [2020-07-31T04:43:20.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-31T04:43:20.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-31T04:43:20.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-31T04:43:20.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-31T04:43:20.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-31T04:43:20.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-31T04:43:20.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2020-07-31T04:43:20.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-31T04:43:20.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2020-07-31T04:43:20.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-31T04:43:21.581Z] ---> 43e0b5c3ca68 [2020-07-31T04:43:21.581Z] Step 7/20 : RUN go mod download [2020-07-31T04:43:21.581Z] ---> Running in 29fa251dd510 [2020-07-31T04:43:22.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.281s coverage: 28.6% of statements [2020-07-31T04:43:22.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-31T04:43:22.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-31T04:43:22.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-31T04:43:22.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-31T04:43:22.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-31T04:43:22.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2020-07-31T04:43:22.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-31T04:43:22.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements [2020-07-31T04:43:22.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-31T04:43:22.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 89.8% of statements [2020-07-31T04:43:22.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-31T04:43:24.946Z] Removing intermediate container afa69911bdab [2020-07-31T04:43:24.947Z] ---> 8bba4cdb3128 [2020-07-31T04:43:24.947Z] Step 7/29 : COPY . . [2020-07-31T04:43:25.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-31T04:43:25.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 100.0% of statements [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-31T04:43:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-31T04:43:25.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2020-07-31T04:43:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements [2020-07-31T04:43:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-31T04:43:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-31T04:43:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements [2020-07-31T04:43:29.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.402s coverage: 55.9% of statements [2020-07-31T04:43:29.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-31T04:43:29.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-31T04:43:29.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-31T04:43:29.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-31T04:43:33.157Z] Removing intermediate container 29fa251dd510 [2020-07-31T04:43:33.157Z] ---> 22f5efbc3120 [2020-07-31T04:43:33.157Z] Step 8/20 : COPY . . [2020-07-31T04:43:33.157Z] ---> 00cf8c5bf0db [2020-07-31T04:43:33.157Z] 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-07-31T04:43:33.157Z] ---> ac895914335e [2020-07-31T04:43:33.157Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-31T04:43:38.451Z] ---> Running in 9c721d86056b [2020-07-31T04:43:38.451Z] ---> Running in ca5a3e6ab5e2 [2020-07-31T04:43:39.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.458s coverage: 86.3% of statements [2020-07-31T04:43:39.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-31T04:43:39.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.038s coverage: 72.2% of statements [2020-07-31T04:43:39.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.497s coverage: 72.1% of statements [2020-07-31T04:43:39.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements [2020-07-31T04:43:39.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements [2020-07-31T04:43:39.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-31T04:43:39.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-31T04:43:39.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-31T04:43:39.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-07-31T04:43:39.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-31T04:43:39.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements [2020-07-31T04:43:39.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-31T04:43:41.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements [2020-07-31T04:43:41.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-31T04:43:41.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-31T04:43:41.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.1% of statements [2020-07-31T04:43:41.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements [2020-07-31T04:43:42.939Z] ---> 554170b98440 [2020-07-31T04:43:42.939Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-31T04:43:44.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.074s coverage: 43.1% of statements [2020-07-31T04:43:44.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-31T04:43:44.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-31T04:43:44.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-07-31T04:43:44.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-31T04:43:45.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.063s coverage: 83.8% of statements [2020-07-31T04:43:45.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-31T04:43:45.605Z] ---> Running in 0dbdefa3a953 [2020-07-31T04:43:45.605Z] 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-07-31T04:43:45.605Z] 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-07-31T04:43:46.583Z] 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-07-31T04:43:48.020Z] ---> a8a517006acf [2020-07-31T04:43:48.020Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-31T04:43:49.449Z] ---> Running in ad233de397a9 [2020-07-31T04:43:50.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 46.1% of statements [2020-07-31T04:43:50.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-31T04:43:50.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-31T04:43:50.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-07-31T04:43:50.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-31T04:43:50.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-31T04:43:50.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-31T04:43:50.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements [2020-07-31T04:43:50.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-31T04:43:50.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2020-07-31T04:43:50.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-31T04:43:50.878Z] 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-07-31T04:43:54.816Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.170s coverage: 29.1% of statements [2020-07-31T04:43:54.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-31T04:43:54.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-31T04:43:54.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-31T04:43:54.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-31T04:43:54.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-31T04:43:55.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2020-07-31T04:43:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-31T04:43:55.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2020-07-31T04:43:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-31T04:43:55.092Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-07-31T04:43:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-31T04:43:56.261Z] ---> 2372e17249d1 [2020-07-31T04:43:56.261Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-31T04:43:56.261Z] ---> Running in 3b66280698f1 [2020-07-31T04:43:56.532Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2020-07-31T04:43:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-31T04:43:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-31T04:43:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-31T04:43:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-31T04:43:57.242Z] 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-07-31T04:43:59.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2020-07-31T04:43:59.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-31T04:43:59.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-31T04:43:59.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2020-07-31T04:43:59.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements [2020-07-31T04:44:00.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-07-31T04:44:00.395Z] GO111MODULE=on go vet ./... [2020-07-31T04:44:18.741Z] gofmt -l . [2020-07-31T04:44:18.741Z] [ "`gofmt -l .`" = "" ] [2020-07-31T04:44:19.712Z] 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-07-31T04:44:20.711Z] ./bin/test-go-mod-tidy.sh [2020-07-31T04:44:21.305Z] ./bin/test-attribution-txt.sh [2020-07-31T04:44:23.144Z] 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] sh [2020-07-31T04:44:25.099Z] Removing intermediate container ad233de397a9 [2020-07-31T04:44:25.099Z] ---> 386de2658702 [2020-07-31T04:44:25.099Z] [2020-07-31T04:44:25.099Z] Step 9/29 : FROM alpine:latest [2020-07-31T04:44:25.343Z] + ls -al . [2020-07-31T04:44:25.343Z] total 588 [2020-07-31T04:44:25.343Z] drwxrwxr-x 10 1001 1001 4096 Jul 31 04:44 . [2020-07-31T04:44:25.343Z] drwxr-xr-x 4 root root 4096 Jul 31 04:42 .. [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 11 Jul 31 04:34 .dockerignore [2020-07-31T04:44:25.343Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 04:34 .git [2020-07-31T04:44:25.343Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 04:34 .github [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 932 Jul 31 04:34 .gitignore [2020-07-31T04:44:25.343Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 04:34 .semver [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 166 Jul 31 04:34 .sonarcloud.properties [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:34 CONTRIBUTING.md [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:34 Dockerfile.build [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 865 Jul 31 04:34 Jenkinsfile [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:34 LICENSE [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:34 Makefile [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:34 README.md [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:34 SECURITY.md [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 5 Jul 31 04:31 VERSION [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:34 ZMQWindows.md [2020-07-31T04:44:25.343Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 04:34 bin [2020-07-31T04:44:25.343Z] drwxrwxr-x 15 1001 1001 4096 Jul 31 04:34 cmd [2020-07-31T04:44:25.343Z] -rw-r--r-- 1 root root 455496 Jul 31 04:43 coverage.out [2020-07-31T04:44:25.343Z] -rw-r--r-- 1 root root 1019 Jul 31 04:44 go.mod [2020-07-31T04:44:25.343Z] -rw-r--r-- 1 root root 18146 Jul 31 04:44 go.sum [2020-07-31T04:44:25.343Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 04:34 internal [2020-07-31T04:44:25.343Z] drwxrwxr-x 4 1001 1001 4096 Jul 31 04:34 openapi [2020-07-31T04:44:25.343Z] drwxrwxr-x 4 1001 1001 4096 Jul 31 04:34 snap [2020-07-31T04:44:25.343Z] -rw-rw-r-- 1 1001 1001 168 Jul 31 04:34 version.go [Pipeline] sh [2020-07-31T04:44:25.367Z] latest: Pulling from library/alpine [2020-07-31T04:44:25.367Z] Removing intermediate container 9c721d86056b [2020-07-31T04:44:25.367Z] ---> c3555c0bee99 [2020-07-31T04:44:25.367Z] [2020-07-31T04:44:25.367Z] Step 10/21 : FROM scratch [2020-07-31T04:44:25.367Z] ---> [2020-07-31T04:44:25.367Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T04:44:25.635Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T04:44:25.635Z] Status: Downloaded newer image for alpine:latest [2020-07-31T04:44:25.635Z] ---> a24bb4013296 [2020-07-31T04:44:25.635Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-31T04:44:25.922Z] ---> Running in 89ff524f52c8 [2020-07-31T04:44:25.922Z] ---> Running in bedad7b91df2 [2020-07-31T04:44:25.993Z] + '[' -e coverage.out ] [2020-07-31T04:44:25.993Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-31T04:44:26.049Z] Warning: overwriting stash ‘coverage-report’ [2020-07-31T04:44:26.222Z] Removing intermediate container 89ff524f52c8 [2020-07-31T04:44:26.222Z] ---> 3d5cf2f658f6 [2020-07-31T04:44:26.222Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-31T04:44:26.502Z] ---> Running in 3b5481a4eb46 [2020-07-31T04:44:26.502Z] Removing intermediate container bedad7b91df2 [2020-07-31T04:44:26.502Z] ---> 2c7e6c9f2ff7 [2020-07-31T04:44:26.502Z] Step 11/29 : USER root [2020-07-31T04:44:26.771Z] ---> Running in 2d3d08cb1f82 [2020-07-31T04:44:27.168Z] Stashed 1 file(s) [Pipeline] sh [2020-07-31T04:44:27.887Z] + make build [2020-07-31T04:44:27.887Z] 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-07-31T04:44:28.239Z] Removing intermediate container 3b5481a4eb46 [2020-07-31T04:44:28.239Z] ---> 94b57bbdb23a [2020-07-31T04:44:28.239Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:44:29.192Z] Removing intermediate container 2d3d08cb1f82 [2020-07-31T04:44:29.192Z] ---> 0661a296298f [2020-07-31T04:44:29.192Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-31T04:44:29.192Z] ---> Running in c03400748801 [2020-07-31T04:44:29.457Z] ---> Running in 41e1b6b45357 [2020-07-31T04:44:30.042Z] Removing intermediate container 0dbdefa3a953 [2020-07-31T04:44:30.042Z] ---> a6be1b67cc96 [2020-07-31T04:44:30.042Z] [2020-07-31T04:44:30.042Z] Step 10/23 : FROM scratch [2020-07-31T04:44:30.042Z] ---> [2020-07-31T04:44:30.042Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T04:44:30.042Z] Removing intermediate container c03400748801 [2020-07-31T04:44:30.042Z] ---> fc8748d87072 [2020-07-31T04:44:30.042Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-31T04:44:30.042Z] ---> Using cache [2020-07-31T04:44:30.042Z] ---> 3d5cf2f658f6 [2020-07-31T04:44:30.042Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-31T04:44:30.628Z] ---> Running in 513bb5be1813 [2020-07-31T04:44:31.593Z] ---> ec28fbf21a8a [2020-07-31T04:44:31.593Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-31T04:44:31.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:31.593Z] Removing intermediate container 513bb5be1813 [2020-07-31T04:44:31.593Z] ---> a0a29604bde2 [2020-07-31T04:44:31.593Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-31T04:44:31.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:31.593Z] ---> Running in 7ede0195e7f3 [2020-07-31T04:44:31.856Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:44:31.856Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:44:31.856Z] OK: 12749 distinct packages available [2020-07-31T04:44:32.120Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-31T04:44:32.120Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-31T04:44:32.120Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:44:32.120Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T04:44:32.385Z] OK: 6 MiB in 16 packages [2020-07-31T04:44:32.385Z] Removing intermediate container ca5a3e6ab5e2 [2020-07-31T04:44:32.385Z] ---> 4fcfaf7d39a4 [2020-07-31T04:44:32.385Z] [2020-07-31T04:44:32.385Z] Step 10/26 : FROM alpine:3.10 [2020-07-31T04:44:32.655Z] 3.10: Pulling from library/alpine [2020-07-31T04:44:34.060Z] ---> a188abab75b9 [2020-07-31T04:44:34.060Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-31T04:44:34.060Z] Removing intermediate container 7ede0195e7f3 [2020-07-31T04:44:34.060Z] ---> d8b9c7266e3a [2020-07-31T04:44:34.060Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-31T04:44:34.060Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-31T04:44:34.060Z] Status: Downloaded newer image for alpine:3.10 [2020-07-31T04:44:34.060Z] ---> be4e4bea2c2e [2020-07-31T04:44:34.060Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-31T04:44:35.015Z] Removing intermediate container 3b66280698f1 [2020-07-31T04:44:35.015Z] ---> feb1a4f307a6 [2020-07-31T04:44:35.015Z] [2020-07-31T04:44:35.015Z] Step 10/20 : FROM scratch [2020-07-31T04:44:35.015Z] ---> [2020-07-31T04:44:35.015Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:44:35.596Z] ---> Running in 6bfe1727b63b [2020-07-31T04:44:35.596Z] ---> 046f746b7832 [2020-07-31T04:44:35.596Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-31T04:44:35.596Z] ---> Running in 4f77272646df [2020-07-31T04:44:35.863Z] Removing intermediate container 41e1b6b45357 [2020-07-31T04:44:35.863Z] ---> 2ec0bc3ba592 [2020-07-31T04:44:35.863Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-31T04:44:35.863Z] ---> c5deae63f1a1 [2020-07-31T04:44:35.863Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-31T04:44:36.132Z] ---> Running in ca0d702a1612 [2020-07-31T04:44:36.132Z] Removing intermediate container 4f77272646df [2020-07-31T04:44:36.132Z] ---> bf3faea93f80 [2020-07-31T04:44:36.132Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-31T04:44:36.396Z] ---> Running in 959b28e2fc65 [2020-07-31T04:44:36.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:36.659Z] ---> f18d934bea73 [2020-07-31T04:44:36.659Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:44:36.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:36.659Z] Removing intermediate container ca0d702a1612 [2020-07-31T04:44:36.659Z] ---> f6cc779c2b99 [2020-07-31T04:44:36.659Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-31T04:44:36.659Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-31T04:44:36.659Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-31T04:44:36.659Z] OK: 10346 distinct packages available [2020-07-31T04:44:36.923Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-31T04:44:36.923Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-31T04:44:36.923Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-31T04:44:36.923Z] (4/5) Installing curl (7.66.0-r0) [2020-07-31T04:44:36.923Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-31T04:44:36.923Z] Executing busybox-1.30.1-r3.trigger [2020-07-31T04:44:36.923Z] Executing ca-certificates-20191127-r2.trigger [2020-07-31T04:44:37.506Z] OK: 7 MiB in 19 packages [2020-07-31T04:44:37.506Z] ---> 4fe03ec06a36 [2020-07-31T04:44:37.506Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-31T04:44:37.782Z] ---> Running in a62927f3410b [2020-07-31T04:44:37.783Z] ---> Running in c6cf06d6241e [2020-07-31T04:44:37.783Z] Removing intermediate container 959b28e2fc65 [2020-07-31T04:44:37.783Z] ---> 120ca17845a2 [2020-07-31T04:44:37.783Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-31T04:44:37.783Z] ---> Running in 513e7c09973a [2020-07-31T04:44:38.071Z] Removing intermediate container a62927f3410b [2020-07-31T04:44:38.071Z] ---> 1773af175794 [2020-07-31T04:44:38.071Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T04:44:38.334Z] Removing intermediate container c6cf06d6241e [2020-07-31T04:44:38.334Z] ---> 520e68948de5 [2020-07-31T04:44:38.334Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-31T04:44:38.604Z] Removing intermediate container 513e7c09973a [2020-07-31T04:44:38.604Z] ---> 67f828619925 [2020-07-31T04:44:38.604Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-31T04:44:38.604Z] ---> Running in a3a62df96c09 [2020-07-31T04:44:38.875Z] ---> 1c66bbbbf304 [2020-07-31T04:44:38.875Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-31T04:44:38.875Z] ---> Running in e40a1b552c97 [2020-07-31T04:44:38.875Z] Removing intermediate container 6bfe1727b63b [2020-07-31T04:44:38.875Z] ---> 0fc23e4df56e [2020-07-31T04:44:38.875Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T04:44:39.472Z] ---> Running in 0b6c5ae37ce7 [2020-07-31T04:44:39.472Z] ---> 9852ab035402 [2020-07-31T04:44:39.472Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-31T04:44:39.472Z] Removing intermediate container a3a62df96c09 [2020-07-31T04:44:39.472Z] ---> bd556854da1a [2020-07-31T04:44:39.472Z] Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:44:39.472Z] ---> d2eb05d4e8ab [2020-07-31T04:44:39.472Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-31T04:44:39.472Z] ---> Running in 4cd2c013e88a [2020-07-31T04:44:39.754Z] Removing intermediate container 0b6c5ae37ce7 [2020-07-31T04:44:39.754Z] ---> a6a7f526b4f2 [2020-07-31T04:44:39.754Z] Step 13/26 : WORKDIR / [2020-07-31T04:44:39.754Z] ---> Running in 9cbecb3e5a96 [2020-07-31T04:44:40.348Z] Removing intermediate container 4cd2c013e88a [2020-07-31T04:44:40.348Z] ---> b0255fb42a12 [2020-07-31T04:44:40.348Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:44:40.618Z] ---> Running in 43901dd8f7be [2020-07-31T04:44:40.618Z] ---> 29c6ae00e208 [2020-07-31T04:44:40.618Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-31T04:44:40.946Z] Removing intermediate container 9cbecb3e5a96 [2020-07-31T04:44:40.946Z] ---> 4edc811526a2 [2020-07-31T04:44:40.946Z] 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-07-31T04:44:40.946Z] ---> 7ae3cb84cd6a [2020-07-31T04:44:40.946Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-31T04:44:40.946Z] Removing intermediate container 43901dd8f7be [2020-07-31T04:44:40.946Z] ---> f1460baa6930 [2020-07-31T04:44:40.946Z] [2020-07-31T04:44:41.232Z] ---> c320a6b1b6fb [2020-07-31T04:44:41.232Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:44:41.232Z] Removing intermediate container e40a1b552c97 [2020-07-31T04:44:41.232Z] ---> b5a8f6553a97 [2020-07-31T04:44:41.232Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-31T04:44:41.232Z] Successfully built f1460baa6930 [2020-07-31T04:44:41.232Z] ---> Running in 10f0793268ce [2020-07-31T04:44:41.232Z] Successfully tagged docker-support-logging-go:latest [2020-07-31T04:44:41.232Z] Building docker-security-proxy-setup-go [2020-07-31T04:44:41.232Z]  Building docker-support-logging-go ... done  ---> 4685ea331f65 [2020-07-31T04:44:41.232Z] 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-07-31T04:44:41.232Z] ---> 744e8f4c9cce [2020-07-31T04:44:41.232Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:44:41.501Z] ---> Running in c18db6e1c48e [2020-07-31T04:44:41.501Z] Removing intermediate container 10f0793268ce [2020-07-31T04:44:41.501Z] ---> db5a0f616890 [2020-07-31T04:44:41.501Z] Step 18/20 : LABEL arch=x86_64 [2020-07-31T04:44:41.772Z] ---> Running in 1ba2a7c5ae83 [2020-07-31T04:44:42.362Z] ---> ec95d4cc3686 [2020-07-31T04:44:42.362Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-31T04:44:42.362Z] Removing intermediate container c18db6e1c48e [2020-07-31T04:44:42.362Z] ---> 40f2c6f0063a [2020-07-31T04:44:42.362Z] Step 21/23 : LABEL arch=x86_64 [2020-07-31T04:44:42.362Z] ---> d6befa11eeb0 [2020-07-31T04:44:42.362Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-31T04:44:42.362Z] ---> Running in 2ae16b59cd54 [2020-07-31T04:44:42.632Z] Removing intermediate container 1ba2a7c5ae83 [2020-07-31T04:44:42.632Z] ---> dce7110fae8b [2020-07-31T04:44:42.632Z] Step 19/20 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:44:44.587Z] ---> Running in 917ee69e5203 [2020-07-31T04:44:45.996Z] ---> b76974e15132 [2020-07-31T04:44:45.996Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-31T04:44:45.996Z] Removing intermediate container 2ae16b59cd54 [2020-07-31T04:44:45.996Z] ---> c6479a800694 [2020-07-31T04:44:45.996Z] Step 22/23 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:44:46.217Z] 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-07-31T04:44:46.259Z] ---> d4e2f001a399 [2020-07-31T04:44:46.259Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-31T04:44:46.259Z] Removing intermediate container 917ee69e5203 [2020-07-31T04:44:46.259Z] ---> 41d66025737c [2020-07-31T04:44:46.259Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T04:44:46.848Z] ---> Running in 120ef7919ae2 [2020-07-31T04:44:46.848Z] ---> 6bbc7b5c0817 [2020-07-31T04:44:46.848Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-31T04:44:46.848Z] ---> Running in 212c73759742 [2020-07-31T04:44:47.833Z] ---> 4526e4acd353 [2020-07-31T04:44:47.833Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-31T04:44:48.801Z] Removing intermediate container 120ef7919ae2 [2020-07-31T04:44:48.801Z] ---> c6d89c946701 [2020-07-31T04:44:48.801Z] Step 23/23 : LABEL version=0.0.0 [2020-07-31T04:44:48.801Z] Removing intermediate container 212c73759742 [2020-07-31T04:44:48.801Z] ---> 512b6d4d58c4 [2020-07-31T04:44:48.801Z] [2020-07-31T04:44:49.384Z] Successfully built 512b6d4d58c4 [2020-07-31T04:44:49.649Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-31T04:44:49.649Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-07-31T04:44:50.239Z] ---> 1aebb0897a38 [2020-07-31T04:44:50.239Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-31T04:44:50.239Z] ---> 9176130d996f [2020-07-31T04:44:50.239Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-31T04:44:52.199Z] ---> Running in d9bf2a71b0ae [2020-07-31T04:44:53.165Z] ---> d07f8cbaf3cf [2020-07-31T04:44:53.165Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-31T04:44:53.438Z] ---> 68f004568758 [2020-07-31T04:44:53.438Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-31T04:44:53.707Z] Removing intermediate container d9bf2a71b0ae [2020-07-31T04:44:53.707Z] ---> 855c414b597b [2020-07-31T04:44:53.707Z] [2020-07-31T04:44:53.972Z] ---> Running in 35de6a541f8b [2020-07-31T04:44:54.555Z] Successfully built 855c414b597b [2020-07-31T04:44:55.281Z] Successfully tagged docker-support-notifications-go:latest [2020-07-31T04:44:55.281Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-07-31T04:44:55.984Z] ---> 7d103a61704a [2020-07-31T04:44:55.984Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T04:44:56.357Z] 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-07-31T04:44:57.414Z] ---> e0dff008f1fe [2020-07-31T04:44:57.414Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T04:44:57.679Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:44:57.679Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:44:57.679Z] ---> 1905b9ec0dd8 [2020-07-31T04:44:57.679Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T04:44:57.679Z] ---> Using cache [2020-07-31T04:44:57.679Z] ---> 09013eae3c9c [2020-07-31T04:44:57.679Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:44:57.679Z] ---> Using cache [2020-07-31T04:44:57.679Z] ---> 6019ac62b60c [2020-07-31T04:44:57.679Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T04:44:57.679Z] ---> Using cache [2020-07-31T04:44:57.679Z] ---> 2adf3fe85bda [2020-07-31T04:44:57.679Z] Step 6/20 : COPY go.mod . [2020-07-31T04:44:57.679Z] ---> Using cache [2020-07-31T04:44:57.679Z] ---> 020d2da8fbf7 [2020-07-31T04:44:57.679Z] Step 7/20 : RUN go mod download [2020-07-31T04:44:57.679Z] ---> Using cache [2020-07-31T04:44:57.679Z] ---> dd0a53749c6f [2020-07-31T04:44:57.679Z] Step 8/20 : COPY . . [2020-07-31T04:44:57.679Z] ---> Using cache [2020-07-31T04:44:57.679Z] ---> 00cf8c5bf0db [2020-07-31T04:44:57.679Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-31T04:45:00.267Z] ---> Running in d16e13745d55 [2020-07-31T04:45:00.267Z] ---> Running in 54e32f514d50 [2020-07-31T04:45:01.237Z] Removing intermediate container 35de6a541f8b [2020-07-31T04:45:01.237Z] ---> 257bd4529c5c [2020-07-31T04:45:01.237Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T04:45:01.740Z] 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-07-31T04:45:02.676Z] ---> cc2ce79b1b1e [2020-07-31T04:45:02.676Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T04:45:02.947Z] 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-07-31T04:45:03.524Z] ---> Running in 8ce56f07a0c5 [2020-07-31T04:45:06.031Z] 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-07-31T04:45:06.141Z] Removing intermediate container d16e13745d55 [2020-07-31T04:45:06.141Z] ---> b6b933cdaac1 [2020-07-31T04:45:06.141Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T04:45:06.425Z] ---> Running in b8d64b42d036 [2020-07-31T04:45:08.416Z] Removing intermediate container b8d64b42d036 [2020-07-31T04:45:08.416Z] ---> 48c5eb776a21 [2020-07-31T04:45:08.416Z] Step 24/26 : LABEL arch=x86_64 [2020-07-31T04:45:08.695Z] Removing intermediate container 8ce56f07a0c5 [2020-07-31T04:45:08.695Z] ---> 2b089ae81371 [2020-07-31T04:45:08.695Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-31T04:45:08.695Z] ---> Running in fcb07909865f [2020-07-31T04:45:09.663Z] ---> Running in 4735ca2947c4 [2020-07-31T04:45:10.649Z] Removing intermediate container fcb07909865f [2020-07-31T04:45:10.649Z] ---> 0d9f7a7894d8 [2020-07-31T04:45:10.649Z] Step 25/26 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:45:10.918Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:45:10.918Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:45:10.918Z] ---> 1905b9ec0dd8 [2020-07-31T04:45:10.918Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:45:10.918Z] ---> Using cache [2020-07-31T04:45:10.918Z] ---> 09013eae3c9c [2020-07-31T04:45:10.918Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:45:10.918Z] ---> Using cache [2020-07-31T04:45:10.918Z] ---> 6019ac62b60c [2020-07-31T04:45:10.918Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T04:45:10.918Z] ---> Using cache [2020-07-31T04:45:10.918Z] ---> 2adf3fe85bda [2020-07-31T04:45:10.918Z] Step 6/21 : COPY go.mod . [2020-07-31T04:45:10.918Z] ---> Using cache [2020-07-31T04:45:10.918Z] ---> 020d2da8fbf7 [2020-07-31T04:45:10.918Z] Step 7/21 : RUN go mod download [2020-07-31T04:45:10.918Z] ---> Using cache [2020-07-31T04:45:10.918Z] ---> dd0a53749c6f [2020-07-31T04:45:10.918Z] Step 8/21 : COPY . . [2020-07-31T04:45:10.918Z] ---> Using cache [2020-07-31T04:45:10.918Z] ---> 00cf8c5bf0db [2020-07-31T04:45:10.918Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-31T04:45:11.419Z] 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-07-31T04:45:11.885Z] ---> Running in ebd627dd65ac [2020-07-31T04:45:12.154Z] ---> Running in ed024e7a88c8 [2020-07-31T04:45:13.166Z] Removing intermediate container ebd627dd65ac [2020-07-31T04:45:13.166Z] ---> df8db95a7f51 [2020-07-31T04:45:13.166Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T04:45:13.390Z] 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-07-31T04:45:13.446Z] ---> Running in b91578707a8d [2020-07-31T04:45:14.902Z] 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-07-31T04:45:15.178Z] Removing intermediate container b91578707a8d [2020-07-31T04:45:15.178Z] ---> d63326935b0c [2020-07-31T04:45:15.178Z] [2020-07-31T04:45:15.456Z] Removing intermediate container 4735ca2947c4 [2020-07-31T04:45:15.456Z] ---> 8e1617215cca [2020-07-31T04:45:15.456Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T04:45:15.456Z] Successfully built d63326935b0c [2020-07-31T04:45:15.742Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-31T04:45:15.742Z] Building docker-core-command-go [2020-07-31T04:45:15.742Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 303a38da847f [2020-07-31T04:45:17.680Z] 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-07-31T04:45:21.124Z] Removing intermediate container 303a38da847f [2020-07-31T04:45:21.124Z] ---> 4227d938bd26 [2020-07-31T04:45:21.124Z] Step 26/29 : CMD [ "generate" ] [2020-07-31T04:45:21.124Z] ---> Running in 544febd7ae21 [2020-07-31T04:45:21.716Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:45:21.716Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:45:21.716Z] ---> 1905b9ec0dd8 [2020-07-31T04:45:21.716Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T04:45:21.716Z] ---> Using cache [2020-07-31T04:45:21.716Z] ---> 09013eae3c9c [2020-07-31T04:45:21.716Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:45:21.716Z] ---> Using cache [2020-07-31T04:45:21.716Z] ---> 6019ac62b60c [2020-07-31T04:45:21.717Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-31T04:45:21.972Z] 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-07-31T04:45:22.687Z] Removing intermediate container 544febd7ae21 [2020-07-31T04:45:22.688Z] ---> 087382f29e67 [2020-07-31T04:45:22.688Z] Step 27/29 : LABEL arch=x86_64 [2020-07-31T04:45:22.688Z] ---> Running in 92a4bd2a5858 [2020-07-31T04:45:22.969Z] ---> Running in b0d4b43b6142 [2020-07-31T04:45:23.240Z] Removing intermediate container b0d4b43b6142 [2020-07-31T04:45:23.240Z] ---> 7313afadc1d6 [2020-07-31T04:45:23.240Z] Step 28/29 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:45:23.240Z] ---> Running in 67a23a791393 [2020-07-31T04:45:24.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:24.667Z] Removing intermediate container 67a23a791393 [2020-07-31T04:45:24.667Z] ---> 17b1a280bd3b [2020-07-31T04:45:24.667Z] Step 29/29 : LABEL version=0.0.0 [2020-07-31T04:45:25.258Z] ---> Running in bbd4cbfd880f [2020-07-31T04:45:26.219Z] Removing intermediate container bbd4cbfd880f [2020-07-31T04:45:26.219Z] ---> 80010dacf05c [2020-07-31T04:45:26.219Z] [2020-07-31T04:45:26.219Z] Successfully built 80010dacf05c [2020-07-31T04:45:26.275Z] 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-07-31T04:45:26.501Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-31T04:45:26.501Z] Building docker-core-data-go [2020-07-31T04:45:30.568Z] 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-07-31T04:45:35.956Z] 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-07-31T04:45:36.648Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 54e32f514d50 [2020-07-31T04:45:36.648Z] ---> 17139ac6f6af [2020-07-31T04:45:36.648Z] [2020-07-31T04:45:36.648Z] Step 10/20 : FROM alpine [2020-07-31T04:45:36.648Z] ---> a24bb4013296 [2020-07-31T04:45:36.648Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-31T04:45:37.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:37.619Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:45:37.619Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:45:37.619Z] ---> 1905b9ec0dd8 [2020-07-31T04:45:37.619Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:45:37.619Z] ---> Using cache [2020-07-31T04:45:37.619Z] ---> 09013eae3c9c [2020-07-31T04:45:37.619Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:45:37.619Z] ---> Using cache [2020-07-31T04:45:37.619Z] ---> 6019ac62b60c [2020-07-31T04:45:37.619Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T04:45:37.619Z] ---> Using cache [2020-07-31T04:45:37.619Z] ---> 2adf3fe85bda [2020-07-31T04:45:37.619Z] Step 6/21 : COPY go.mod . [2020-07-31T04:45:37.619Z] ---> Using cache [2020-07-31T04:45:37.619Z] ---> 020d2da8fbf7 [2020-07-31T04:45:37.619Z] Step 7/21 : RUN go mod download [2020-07-31T04:45:37.619Z] ---> Using cache [2020-07-31T04:45:37.619Z] ---> dd0a53749c6f [2020-07-31T04:45:37.619Z] Step 8/21 : COPY . . [2020-07-31T04:45:37.619Z] ---> Running in 75f73f000667 [2020-07-31T04:45:37.619Z] ---> Using cache [2020-07-31T04:45:37.619Z] ---> 00cf8c5bf0db [2020-07-31T04:45:37.619Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-31T04:45:38.587Z] ---> Running in ca97734181ad [2020-07-31T04:45:39.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:39.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:40.100Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:45:40.100Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:45:40.100Z] OK: 12749 distinct packages available [2020-07-31T04:45:40.240Z] 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-07-31T04:45:40.366Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-31T04:45:40.366Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T04:45:40.366Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-31T04:45:40.366Z] (4/4) Installing curl (7.69.1-r0) [2020-07-31T04:45:40.366Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:45:40.632Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T04:45:40.901Z] 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-07-31T04:45:40.901Z] OK: 7 MiB in 18 packages [Pipeline] } [2020-07-31T04:45:43.615Z] $ docker stop --time=1 7ca30f939dfac4017b13d73bad162f1a14f920ba87b7b54eedb408282e22e0c5 [2020-07-31T04:45:46.128Z] $ docker rm -f 7ca30f939dfac4017b13d73bad162f1a14f920ba87b7b54eedb408282e22e0c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:45:47.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T04:45:47.615Z] Removing intermediate container 75f73f000667 [2020-07-31T04:45:47.615Z] ---> 97c859a4e353 [2020-07-31T04:45:47.615Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T04:45:47.615Z] ---> Running in 0f3252d5ae58 [2020-07-31T04:45:47.901Z] [2020-07-31T04:45:47.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:45:48.216Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:45:48.217Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:45:48.217Z] ---> 1905b9ec0dd8 [2020-07-31T04:45:48.217Z] Step 3/22 : WORKDIR /edgex-go [2020-07-31T04:45:48.217Z] ---> Using cache [2020-07-31T04:45:48.217Z] ---> 09013eae3c9c [2020-07-31T04:45:48.217Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:45:48.217Z] ---> Using cache [2020-07-31T04:45:48.217Z] ---> 6019ac62b60c [2020-07-31T04:45:48.217Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-31T04:45:48.321Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T04:45:48.321Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-31T04:45:48.321Z] 29e5d40040c1: Pulling fs layer [2020-07-31T04:45:48.321Z] 1ce36da41761: Pulling fs layer [2020-07-31T04:45:48.321Z] 25b303627fd3: Pulling fs layer [2020-07-31T04:45:48.601Z] 29e5d40040c1: Verifying Checksum [2020-07-31T04:45:48.601Z] 29e5d40040c1: Download complete [2020-07-31T04:45:49.580Z] 29e5d40040c1: Pull complete [2020-07-31T04:45:49.580Z] 1ce36da41761: Verifying Checksum [2020-07-31T04:45:49.580Z] 1ce36da41761: Download complete [2020-07-31T04:45:50.557Z] 1ce36da41761: Pull complete [2020-07-31T04:45:50.666Z] ---> Running in 3766d9a63796 [2020-07-31T04:45:50.666Z] Removing intermediate container 0f3252d5ae58 [2020-07-31T04:45:50.666Z] ---> 49d7075e6c9c [2020-07-31T04:45:50.666Z] Step 13/20 : WORKDIR /edgex [2020-07-31T04:45:50.666Z] ---> Running in 77c82541e2ae [2020-07-31T04:45:50.666Z] Removing intermediate container ed024e7a88c8 [2020-07-31T04:45:50.666Z] ---> 3b5d26ae8320 [2020-07-31T04:45:50.666Z] [2020-07-31T04:45:50.666Z] Step 10/21 : FROM scratch [2020-07-31T04:45:50.666Z] ---> [2020-07-31T04:45:50.666Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:45:50.830Z] 25b303627fd3: Verifying Checksum [2020-07-31T04:45:50.830Z] 25b303627fd3: Download complete [2020-07-31T04:45:52.221Z] ---> Using cache [2020-07-31T04:45:52.221Z] ---> bf3faea93f80 [2020-07-31T04:45:52.221Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-31T04:45:52.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:52.221Z] Removing intermediate container 77c82541e2ae [2020-07-31T04:45:52.221Z] ---> efe065f53370 [2020-07-31T04:45:52.221Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-31T04:45:52.221Z] ---> Running in 94bdcad01316 [2020-07-31T04:45:52.493Z] ---> 6bb6185c1c37 [2020-07-31T04:45:52.493Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-31T04:45:52.493Z] Removing intermediate container 94bdcad01316 [2020-07-31T04:45:52.493Z] ---> bee3c21224b2 [2020-07-31T04:45:52.493Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:45:52.763Z] ---> Running in 27c18680f07f [2020-07-31T04:45:53.032Z] Removing intermediate container 27c18680f07f [2020-07-31T04:45:53.032Z] ---> ae7af62fdd55 [2020-07-31T04:45:53.032Z] Step 14/21 : WORKDIR / [2020-07-31T04:45:53.303Z] ---> Running in aa1f6233a563 [2020-07-31T04:45:53.576Z] ---> 0691ddf81e44 [2020-07-31T04:45:53.576Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-31T04:45:53.576Z] ---> Running in 122b3decbf42 [2020-07-31T04:45:53.576Z] Removing intermediate container aa1f6233a563 [2020-07-31T04:45:53.576Z] ---> 3deb31f9fab6 [2020-07-31T04:45:53.576Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-31T04:45:53.855Z] Removing intermediate container 122b3decbf42 [2020-07-31T04:45:53.855Z] ---> b5dd12bc23df [2020-07-31T04:45:53.855Z] Step 17/20 : CMD ["--init=true"] [2020-07-31T04:45:54.139Z] ---> Running in 99a8d84298cf [2020-07-31T04:45:54.139Z] ---> 8d78b870d0c7 [2020-07-31T04:45:54.139Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-31T04:45:54.424Z] Removing intermediate container 99a8d84298cf [2020-07-31T04:45:54.424Z] ---> 7ebd1c7095e1 [2020-07-31T04:45:54.424Z] Step 18/20 : LABEL arch=x86_64 [2020-07-31T04:45:54.424Z] ---> Running in 861f2ea0acae [2020-07-31T04:45:55.011Z] Removing intermediate container 861f2ea0acae [2020-07-31T04:45:55.011Z] ---> c70f57ee9e66 [2020-07-31T04:45:55.011Z] Step 19/20 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:45:55.011Z] ---> Running in c3fae5af20db [2020-07-31T04:45:55.596Z] Removing intermediate container c3fae5af20db [2020-07-31T04:45:55.596Z] ---> 94491cd07bc8 [2020-07-31T04:45:55.596Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T04:45:55.596Z] ---> 49d1dbaa378b [2020-07-31T04:45:55.596Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-31T04:45:55.596Z] ---> Running in b38904366ec0 [2020-07-31T04:45:55.864Z] Removing intermediate container b38904366ec0 [2020-07-31T04:45:55.864Z] ---> a06afc2cccf9 [2020-07-31T04:45:55.864Z] [2020-07-31T04:45:55.864Z] ---> 2dc31e51830f [2020-07-31T04:45:55.864Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:45:56.127Z] Successfully built a06afc2cccf9 [2020-07-31T04:45:56.127Z] ---> Running in b47f6521b7e0 [2020-07-31T04:45:56.127Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-31T04:45:57.076Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b47f6521b7e0 [2020-07-31T04:45:57.076Z] ---> f4254cca4013 [2020-07-31T04:45:57.076Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T04:45:57.076Z] ---> Running in 024ea43660ba [2020-07-31T04:45:57.339Z] Removing intermediate container 024ea43660ba [2020-07-31T04:45:57.339Z] ---> 404754ebe01b [2020-07-31T04:45:57.339Z] Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:45:57.339Z] ---> Running in 15c647ad7cdd [2020-07-31T04:45:57.603Z] Removing intermediate container 15c647ad7cdd [2020-07-31T04:45:57.603Z] ---> 0d5f929d043f [2020-07-31T04:45:57.603Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:45:57.603Z] ---> Running in d415cc25cf7a [2020-07-31T04:45:57.603Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:45:57.603Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:45:57.603Z] OK: 12749 distinct packages available [2020-07-31T04:45:57.869Z] Removing intermediate container d415cc25cf7a [2020-07-31T04:45:57.869Z] ---> 2606d15a1877 [2020-07-31T04:45:57.869Z] [2020-07-31T04:45:57.869Z] Successfully built 2606d15a1877 [2020-07-31T04:45:57.869Z] Successfully tagged docker-core-metadata-go:latest [2020-07-31T04:45:57.869Z]  Building docker-core-metadata-go ... done OK: 233 MiB in 51 packages [2020-07-31T04:45:58.821Z] Removing intermediate container 92a4bd2a5858 [2020-07-31T04:45:58.821Z] ---> a6613e69a20a [2020-07-31T04:45:58.821Z] Step 6/26 : COPY go.mod . [2020-07-31T04:45:59.082Z] ---> 5170f6479f12 [2020-07-31T04:45:59.082Z] Step 7/26 : RUN go mod download [2020-07-31T04:45:59.082Z] ---> Running in 9640accd281f [2020-07-31T04:46:00.961Z] 25b303627fd3: Pull complete [2020-07-31T04:46:00.961Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-31T04:46:00.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T04:46:00.961Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-31T04:46:01.015Z] Removing intermediate container ca97734181ad [2020-07-31T04:46:01.015Z] ---> 2ae26d0e4c7b [2020-07-31T04:46:01.015Z] [2020-07-31T04:46:01.015Z] Step 10/21 : FROM scratch [2020-07-31T04:46:01.015Z] ---> [2020-07-31T04:46:01.015Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:46:01.015Z] ---> Using cache [2020-07-31T04:46:01.015Z] ---> bf3faea93f80 [2020-07-31T04:46:01.015Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-31T04:46:01.015Z] ---> Running in 92852b9ca1ee [2020-07-31T04:46:01.228Z] prd-ubuntu18.04-docker-arm64-4c-16g-1663 does not seem to be running inside a container [2020-07-31T04:46:01.278Z] Removing intermediate container 9640accd281f [2020-07-31T04:46:01.278Z] ---> a1ce2eb83224 [2020-07-31T04:46:01.278Z] Step 8/26 : COPY . . [2020-07-31T04:46:01.278Z] Removing intermediate container 92852b9ca1ee [2020-07-31T04:46:01.278Z] ---> b7ceec2adbcc [2020-07-31T04:46:01.278Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:46:01.278Z] ---> Running in 83ec71dbc0bb [2020-07-31T04:46:01.293Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-31T04:46:01.543Z] Removing intermediate container 83ec71dbc0bb [2020-07-31T04:46:01.543Z] ---> b94ea9837c4d [2020-07-31T04:46:01.543Z] Step 14/21 : WORKDIR / [2020-07-31T04:46:01.811Z] ---> Running in f74e20c0d5f4 [2020-07-31T04:46:03.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:04.690Z] Removing intermediate container f74e20c0d5f4 [2020-07-31T04:46:04.690Z] ---> 568684b4682c [2020-07-31T04:46:04.690Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-31T04:46:04.845Z] $ docker top 0819becd70b4dc2b361350acc8d93504a7b37387b297b407b58aa4093298a21d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:46:06.122Z] ---> d635cf4d4ed3 [2020-07-31T04:46:06.122Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-31T04:46:06.255Z] + docker-compose build --help [2020-07-31T04:46:06.255Z] + grep parallel [2020-07-31T04:46:08.064Z] ---> cba2922c44f0 [2020-07-31T04:46:08.064Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-31T04:46:09.628Z] --parallel Build images in parallel. [Pipeline] } [2020-07-31T04:46:09.907Z] $ docker stop --time=1 0819becd70b4dc2b361350acc8d93504a7b37387b297b407b58aa4093298a21d [2020-07-31T04:46:09.992Z] ---> 1491ffe1cbed [2020-07-31T04:46:09.992Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:46:10.269Z] ---> Running in 2115958211f0 [2020-07-31T04:46:10.855Z] Removing intermediate container 2115958211f0 [2020-07-31T04:46:10.855Z] ---> 7387ff59cef2 [2020-07-31T04:46:10.855Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T04:46:11.828Z] ---> Running in a43a593ae218 [2020-07-31T04:46:11.843Z] $ docker rm -f 0819becd70b4dc2b361350acc8d93504a7b37387b297b407b58aa4093298a21d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:46:12.407Z] Removing intermediate container a43a593ae218 [2020-07-31T04:46:12.407Z] ---> d976363bc2f7 [2020-07-31T04:46:12.407Z] Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:46:12.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T04:46:12.643Z] . [Pipeline] withDockerContainer [2020-07-31T04:46:12.905Z] prd-ubuntu18.04-docker-arm64-4c-16g-1663 does not seem to be running inside a container [2020-07-31T04:46:12.966Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-31T04:46:13.356Z] ---> Running in 961f78136f69 [2020-07-31T04:46:13.933Z] Removing intermediate container 961f78136f69 [2020-07-31T04:46:13.933Z] ---> 4abc7c7d0434 [2020-07-31T04:46:13.933Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:46:14.412Z] $ docker top 57e0855f478cbc1e51fb989b1a2203f67266bb01181a2034da46457f20db51bd -eo pid,comm [2020-07-31T04:46:14.509Z] ---> Running in d0f5ad9009f6 [Pipeline] { [2020-07-31T04:46:14.775Z] ---> 2f81097d02c5 [2020-07-31T04:46:14.775Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-31T04:46:14.775Z] ---> Running in ac26e2c9ec3d [2020-07-31T04:46:14.775Z] Removing intermediate container d0f5ad9009f6 [2020-07-31T04:46:14.775Z] ---> 828ac5c34532 [2020-07-31T04:46:14.775Z] [Pipeline] sh [2020-07-31T04:46:15.039Z] Successfully built 828ac5c34532 [2020-07-31T04:46:15.039Z] Successfully tagged docker-core-command-go:latest [2020-07-31T04:46:15.437Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-31T04:46:15.621Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-31T04:46:19.709Z] Building docker-core-command-go ... [2020-07-31T04:46:19.709Z] Building docker-core-data-go ... [2020-07-31T04:46:19.709Z] Building docker-core-metadata-go ... [2020-07-31T04:46:19.709Z] Building docker-security-proxy-setup-go ... [2020-07-31T04:46:19.709Z] Building docker-security-secrets-setup-go ... [2020-07-31T04:46:19.709Z] Building docker-security-secretstore-setup-go ... [2020-07-31T04:46:19.709Z] Building docker-support-logging-go ... [2020-07-31T04:46:19.709Z] Building docker-support-notifications-go ... [2020-07-31T04:46:19.709Z] Building docker-support-scheduler-go ... [2020-07-31T04:46:19.709Z] Building docker-sys-mgmt-agent-go ... [2020-07-31T04:46:19.709Z] Building docker-sys-mgmt-agent-go [2020-07-31T04:46:19.709Z] Building docker-security-secretstore-setup-go [2020-07-31T04:46:19.709Z] Building docker-support-logging-go [2020-07-31T04:46:19.709Z] Building docker-support-scheduler-go [2020-07-31T04:46:19.709Z] Building docker-core-data-go [2020-07-31T04:46:25.743Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:46:25.743Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:46:25.743Z] OK: 12749 distinct packages available [2020-07-31T04:46:25.743Z] OK: 233 MiB in 51 packages [2020-07-31T04:46:26.321Z] Removing intermediate container ac26e2c9ec3d [2020-07-31T04:46:26.321Z] ---> 834ba7be226f [2020-07-31T04:46:26.321Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-31T04:46:26.321Z] ---> Running in 5f10381945a2 [2020-07-31T04:46:26.585Z] Removing intermediate container 3766d9a63796 [2020-07-31T04:46:26.585Z] ---> af67198fbca2 [2020-07-31T04:46:26.585Z] Step 6/22 : COPY go.mod . [2020-07-31T04:46:26.848Z] ---> c05734ece2ca [2020-07-31T04:46:26.848Z] Step 7/22 : RUN go mod download [2020-07-31T04:46:26.848Z] ---> Running in 4022e01a25b5 [2020-07-31T04:46:26.848Z] 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-07-31T04:46:28.265Z] Removing intermediate container 4022e01a25b5 [2020-07-31T04:46:28.265Z] ---> 63efa3c964dd [2020-07-31T04:46:28.265Z] Step 8/22 : COPY . . [2020-07-31T04:46:28.265Z] Removing intermediate container 5f10381945a2 [2020-07-31T04:46:28.265Z] ---> 5a999342662b [2020-07-31T04:46:28.265Z] [2020-07-31T04:46:28.265Z] Step 11/26 : FROM docker:latest [2020-07-31T04:46:28.265Z] ---> 81f5749c9058 [2020-07-31T04:46:28.265Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-31T04:46:28.527Z] ---> Running in 112884131cb2 [2020-07-31T04:46:29.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:30.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:30.471Z] (1/2) Installing readline (8.0.4-r0) [2020-07-31T04:46:30.471Z] (2/2) Installing bash (5.0.17-r0) [2020-07-31T04:46:30.471Z] Executing bash-5.0.17-r0.post-install [2020-07-31T04:46:30.471Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:46:30.471Z] OK: 12 MiB in 22 packages [2020-07-31T04:46:34.742Z] Removing intermediate container 112884131cb2 [2020-07-31T04:46:34.742Z] ---> 1bcfb6c10f31 [2020-07-31T04:46:34.742Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-31T04:46:35.728Z] ---> Running in 3db6fb88de4c [2020-07-31T04:46:39.076Z] Removing intermediate container 3db6fb88de4c [2020-07-31T04:46:39.076Z] ---> 64cfdd0143e9 [2020-07-31T04:46:39.076Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-31T04:46:39.343Z] ---> Running in ff19819d951c [2020-07-31T04:46:39.609Z] Removing intermediate container ff19819d951c [2020-07-31T04:46:39.609Z] ---> e2cdc9a739e8 [2020-07-31T04:46:39.609Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-31T04:46:39.872Z] ---> Running in 05af80aebc6c [2020-07-31T04:46:40.454Z] Removing intermediate container 05af80aebc6c [2020-07-31T04:46:40.454Z] ---> 4adb8bd83dfa [2020-07-31T04:46:40.454Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-31T04:46:40.717Z] ---> Running in 44d8da4a46cb [2020-07-31T04:46:42.120Z] Removing intermediate container 44d8da4a46cb [2020-07-31T04:46:42.120Z] ---> 18d0a9325a75 [2020-07-31T04:46:42.120Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-31T04:46:42.392Z] ---> 1a522340ef83 [2020-07-31T04:46:42.392Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-31T04:46:42.392Z] ---> Running in 039c6fb28376 [2020-07-31T04:46:42.655Z] ---> 23d6c12eee40 [2020-07-31T04:46:42.655Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-31T04:46:42.919Z] ---> 48facbb44b4b [2020-07-31T04:46:42.919Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-31T04:46:43.193Z] 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-07-31T04:46:43.458Z] ---> 34f99092cdc9 [2020-07-31T04:46:43.458Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-31T04:46:43.458Z] ---> Running in f3ab2eba9f2c [2020-07-31T04:46:44.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:44.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:44.734Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-31T04:46:44.734Z] (2/33) Installing expat (2.2.9-r1) [2020-07-31T04:46:44.734Z] (3/33) Installing libffi (3.3-r2) [2020-07-31T04:46:44.734Z] (4/33) Installing gdbm (1.13-r1) [2020-07-31T04:46:44.734Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-31T04:46:44.734Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-31T04:46:44.734Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-31T04:46:46.206Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-31T04:46:46.206Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-31T04:46:46.206Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-31T04:46:46.206Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-31T04:46:46.206Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-31T04:46:46.206Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-31T04:46:46.206Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-31T04:46:46.206Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-31T04:46:46.206Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-31T04:46:46.206Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-31T04:46:46.206Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-31T04:46:46.206Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-31T04:46:46.206Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-31T04:46:46.206Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-31T04:46:46.206Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-31T04:46:46.206Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-31T04:46:46.206Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-31T04:46:46.206Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-31T04:46:46.206Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-31T04:46:46.485Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-31T04:46:46.485Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-31T04:46:46.485Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-31T04:46:46.485Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-31T04:46:46.485Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-31T04:46:46.773Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-31T04:46:46.773Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-31T04:46:46.773Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:46:46.773Z] OK: 71 MiB in 55 packages [2020-07-31T04:46:59.185Z] Removing intermediate container f3ab2eba9f2c [2020-07-31T04:46:59.185Z] ---> d09aa31ab484 [2020-07-31T04:46:59.185Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-31T04:46:59.185Z] ---> Running in 03af5b30cd0c [2020-07-31T04:47:01.745Z] Collecting docker-compose==1.23.2 [2020-07-31T04:47:01.745Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-31T04:47:01.745Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-31T04:47:01.745Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-31T04:47:02.701Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-31T04:47:02.701Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-31T04:47:02.701Z] Collecting texttable<0.10,>=0.9.0 [2020-07-31T04:47:02.701Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-31T04:47:03.286Z] Collecting jsonschema<3,>=2.5.1 [2020-07-31T04:47:03.286Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-31T04:47:03.286Z] Collecting cached-property<2,>=1.2.0 [2020-07-31T04:47:03.286Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-31T04:47:03.548Z] Collecting docker<4.0,>=3.6.0 [2020-07-31T04:47:03.548Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-31T04:47:03.548Z] Collecting docopt<0.7,>=0.6.1 [2020-07-31T04:47:03.548Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-31T04:47:04.947Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-31T04:47:04.947Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-31T04:47:04.947Z] Removing intermediate container 039c6fb28376 [2020-07-31T04:47:04.947Z] ---> e62711eb898f [2020-07-31T04:47:04.947Z] [2020-07-31T04:47:04.947Z] Step 10/22 : FROM alpine [2020-07-31T04:47:04.947Z] ---> a24bb4013296 [2020-07-31T04:47:04.947Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:47:04.947Z] 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-07-31T04:47:04.947Z] ---> Running in cd1f1606a123 [2020-07-31T04:47:04.947Z] Collecting PyYAML<4,>=3.10 [2020-07-31T04:47:04.947Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-31T04:47:05.900Z] Removing intermediate container cd1f1606a123 [2020-07-31T04:47:05.900Z] ---> 76fa55ce88ae [2020-07-31T04:47:05.900Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-31T04:47:06.162Z] 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-07-31T04:47:06.162Z] 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-07-31T04:47:06.162Z] ---> Running in 6f4584e1d813 [2020-07-31T04:47:06.425Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-31T04:47:06.425Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-31T04:47:06.425Z] Removing intermediate container 6f4584e1d813 [2020-07-31T04:47:06.425Z] ---> ec8539d9b7b7 [2020-07-31T04:47:06.425Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-31T04:47:06.425Z] Collecting idna<2.8,>=2.5 [2020-07-31T04:47:06.425Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-31T04:47:06.425Z] ---> Running in 9fe5f6f93279 [2020-07-31T04:47:06.425Z] Collecting docker-pycreds>=0.4.0 [2020-07-31T04:47:06.425Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-31T04:47:06.688Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-31T04:47:06.688Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-31T04:47:06.688Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-31T04:47:06.688Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-31T04:47:06.689Z] Removing intermediate container 9fe5f6f93279 [2020-07-31T04:47:06.689Z] ---> 98105d434095 [2020-07-31T04:47:06.689Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:47:06.689Z] ---> Running in cd187b5e8291 [2020-07-31T04:47:06.689Z] Installing collected packages: dockerpty, urllib3, idna, requests, texttable, jsonschema, cached-property, docker-pycreds, websocket-client, docker, docopt, PyYAML, docker-compose [2020-07-31T04:47:06.689Z] Running setup.py install for dockerpty: started [2020-07-31T04:47:07.269Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-31T04:47:07.269Z] Attempting uninstall: urllib3 [2020-07-31T04:47:07.269Z] Found existing installation: urllib3 1.25.9 [2020-07-31T04:47:07.269Z] Uninstalling urllib3-1.25.9: [2020-07-31T04:47:07.532Z] Successfully uninstalled urllib3-1.25.9 [2020-07-31T04:47:08.109Z] Attempting uninstall: idna [2020-07-31T04:47:08.109Z] Found existing installation: idna 2.9 [2020-07-31T04:47:08.109Z] Uninstalling idna-2.9: [2020-07-31T04:47:08.373Z] Successfully uninstalled idna-2.9 [2020-07-31T04:47:08.636Z] Removing intermediate container cd187b5e8291 [2020-07-31T04:47:08.636Z] ---> df8edf5ba328 [2020-07-31T04:47:08.636Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-31T04:47:08.636Z] Attempting uninstall: requests [2020-07-31T04:47:08.636Z] Found existing installation: requests 2.23.0 [2020-07-31T04:47:08.636Z] Uninstalling requests-2.23.0: [2020-07-31T04:47:08.636Z] Successfully uninstalled requests-2.23.0 [2020-07-31T04:47:08.900Z] ---> Running in 6b81a62bfe18 [2020-07-31T04:47:08.901Z] Running setup.py install for texttable: started [2020-07-31T04:47:09.482Z] Running setup.py install for texttable: finished with status 'done' [2020-07-31T04:47:09.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:47:10.057Z] Running setup.py install for docopt: started [2020-07-31T04:47:10.631Z] Running setup.py install for docopt: finished with status 'done' [2020-07-31T04:47:10.631Z] Running setup.py install for PyYAML: started [2020-07-31T04:47:11.207Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-31T04:47:11.470Z] 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-07-31T04:47:15.697Z] Removing intermediate container 03af5b30cd0c [2020-07-31T04:47:15.697Z] ---> 025b74fa1452 [2020-07-31T04:47:15.697Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-31T04:47:15.697Z] ---> Running in bd2ba88c1e96 [2020-07-31T04:47:15.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:47:15.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:47:16.226Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T04:47:16.226Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-31T04:47:16.226Z] (3/3) Installing curl (7.69.1-r0) [2020-07-31T04:47:16.226Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:47:16.226Z] OK: 72 MiB in 58 packages [2020-07-31T04:47:16.810Z] Removing intermediate container bd2ba88c1e96 [2020-07-31T04:47:16.810Z] ---> 8c2df2fa5422 [2020-07-31T04:47:16.810Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:47:17.074Z] ---> Running in cbc5ca76061f [2020-07-31T04:47:17.074Z] Removing intermediate container cbc5ca76061f [2020-07-31T04:47:17.074Z] ---> e0d38a7ce82f [2020-07-31T04:47:17.074Z] Step 24/26 : LABEL arch=x86_64 [2020-07-31T04:47:17.337Z] ---> Running in 2bde3db1a486 [2020-07-31T04:47:17.337Z] Removing intermediate container 2bde3db1a486 [2020-07-31T04:47:17.337Z] ---> 710913eca95e [2020-07-31T04:47:17.337Z] Step 25/26 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:47:17.337Z] ---> Running in d7e369d94e83 [2020-07-31T04:47:17.601Z] Removing intermediate container d7e369d94e83 [2020-07-31T04:47:17.601Z] ---> 6040994bbdf1 [2020-07-31T04:47:17.601Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T04:47:17.601Z] ---> Running in 430ca3828047 [2020-07-31T04:47:17.866Z] Removing intermediate container 430ca3828047 [2020-07-31T04:47:17.866Z] ---> 26ba1927217a [2020-07-31T04:47:17.866Z] [2020-07-31T04:47:18.130Z] Successfully built 26ba1927217a [2020-07-31T04:47:18.130Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-31T04:47:23.544Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:47:45.572Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-31T04:47:45.572Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-31T04:47:46.147Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-31T04:47:54.312Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-31T04:47:57.632Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-31T04:47:57.632Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:47:57.632Z] OK: 8 MiB in 19 packages [2020-07-31T04:47:58.207Z] Removing intermediate container 6b81a62bfe18 [2020-07-31T04:47:58.207Z] ---> b868a56d3f9e [2020-07-31T04:47:58.207Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-31T04:47:58.469Z] ---> a39f48c2467b [2020-07-31T04:47:58.469Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-31T04:47:59.045Z] ---> 963b320050e2 [2020-07-31T04:47:59.045Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-31T04:47:59.307Z] ---> 1b9a153e56c2 [2020-07-31T04:47:59.308Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:47:59.308Z] ---> Running in 55df855a6933 [2020-07-31T04:47:59.572Z] Removing intermediate container 55df855a6933 [2020-07-31T04:47:59.572Z] ---> 983d543e9588 [2020-07-31T04:47:59.572Z] Step 20/22 : LABEL arch=x86_64 [2020-07-31T04:47:59.572Z] ---> Running in 00f37cbbc6fc [2020-07-31T04:47:59.572Z] Removing intermediate container 00f37cbbc6fc [2020-07-31T04:47:59.572Z] ---> 461740ebd077 [2020-07-31T04:47:59.572Z] Step 21/22 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:47:59.835Z] ---> Running in a59623d63569 [2020-07-31T04:47:59.835Z] Removing intermediate container a59623d63569 [2020-07-31T04:47:59.835Z] ---> f66301760f72 [2020-07-31T04:47:59.835Z] Step 22/22 : LABEL version=0.0.0 [2020-07-31T04:48:00.099Z] ---> Running in d6403ecb6823 [2020-07-31T04:48:00.099Z] Removing intermediate container d6403ecb6823 [2020-07-31T04:48:00.099Z] ---> 6a63da9e33dc [2020-07-31T04:48:00.099Z] [2020-07-31T04:48:00.099Z] Successfully built 6a63da9e33dc [2020-07-31T04:48:00.361Z] Successfully tagged docker-core-data-go:latest [2020-07-31T04:48:00.656Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-31T04:48:00.702Z] $ docker stop --time=1 efceadcbc16a777f8bde153cb650a1a5cb9a4d74076d39b5a46828dec09367d6 [2020-07-31T04:48:02.466Z] $ docker rm -f efceadcbc16a777f8bde153cb650a1a5cb9a4d74076d39b5a46828dec09367d6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T04:48:03.000Z] + docker images [2020-07-31T04:48:03.000Z] + grep docker [2020-07-31T04:48:03.262Z] docker-core-data-go latest 6a63da9e33dc 4 seconds ago 23.8MB [2020-07-31T04:48:03.262Z] docker-sys-mgmt-agent-go latest 26ba1927217a 46 seconds ago 284MB [2020-07-31T04:48:03.262Z] docker-core-command-go latest 828ac5c34532 About a minute ago 13MB [2020-07-31T04:48:03.262Z] docker-core-metadata-go latest 2606d15a1877 2 minutes ago 14.4MB [2020-07-31T04:48:03.262Z] docker-security-proxy-setup-go latest a06afc2cccf9 2 minutes ago 16.4MB [2020-07-31T04:48:03.262Z] docker-security-secrets-setup-go latest 80010dacf05c 2 minutes ago 25.1MB [2020-07-31T04:48:03.262Z] docker-security-secretstore-setup-go latest d63326935b0c 2 minutes ago 33.9MB [2020-07-31T04:48:03.262Z] docker-support-notifications-go latest 855c414b597b 3 minutes ago 14.4MB [2020-07-31T04:48:03.262Z] docker-support-scheduler-go latest 512b6d4d58c4 3 minutes ago 13.1MB [2020-07-31T04:48:03.262Z] docker-support-logging-go latest f1460baa6930 3 minutes ago 11.8MB [2020-07-31T04:48:03.262Z] docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-31T04:48:26.561Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:26.561Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:26.561Z] ---> ab4ef225c0f3 [2020-07-31T04:48:26.561Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T04:48:26.561Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:26.561Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:26.561Z] ---> ab4ef225c0f3 [2020-07-31T04:48:26.561Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T04:48:26.561Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:26.561Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:26.561Z] ---> ab4ef225c0f3 [2020-07-31T04:48:26.561Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T04:48:26.561Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:26.561Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:26.561Z] ---> ab4ef225c0f3 [2020-07-31T04:48:26.561Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:48:26.561Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:26.561Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:26.561Z] ---> ab4ef225c0f3 [2020-07-31T04:48:26.561Z] Step 3/22 : WORKDIR /edgex-go [2020-07-31T04:48:26.561Z] ---> Running in e337a801b880 [2020-07-31T04:48:26.561Z] ---> Running in 64a10cdbc5b0 [2020-07-31T04:48:26.561Z] ---> Running in babb9a7f0e9e [2020-07-31T04:48:26.561Z] ---> Running in b8e38d743ef3 [2020-07-31T04:48:26.561Z] ---> Running in 53d92d9d4acb [2020-07-31T04:48:26.561Z] Removing intermediate container 53d92d9d4acb [2020-07-31T04:48:26.561Z] ---> 308472386298 [2020-07-31T04:48:26.561Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:26.561Z] Removing intermediate container b8e38d743ef3 [2020-07-31T04:48:26.561Z] ---> f114eee35f5a [2020-07-31T04:48:26.561Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:26.561Z] Removing intermediate container 64a10cdbc5b0 [2020-07-31T04:48:26.561Z] ---> dacd05318750 [2020-07-31T04:48:26.561Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:26.561Z] Removing intermediate container e337a801b880 [2020-07-31T04:48:26.561Z] ---> 13a7ccba10e3 [2020-07-31T04:48:26.561Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:26.561Z] Removing intermediate container babb9a7f0e9e [2020-07-31T04:48:26.561Z] ---> a74b5a7cba87 [2020-07-31T04:48:26.561Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:26.561Z] ---> Running in c6091b84c7cd [2020-07-31T04:48:26.561Z] ---> Running in c623ec514add [2020-07-31T04:48:26.561Z] ---> Running in 4ba668a66967 [2020-07-31T04:48:26.561Z] ---> Running in 9211cdc7d87d [2020-07-31T04:48:26.561Z] ---> Running in 66e3eb224eea [2020-07-31T04:48:26.561Z] Removing intermediate container c6091b84c7cd [2020-07-31T04:48:26.561Z] ---> 713d751e6753 [2020-07-31T04:48:26.561Z] Step 5/26 : RUN apk update && apk add make git [2020-07-31T04:48:26.561Z] ---> Running in bfd164522dc3 [2020-07-31T04:48:26.561Z] Removing intermediate container c623ec514add [2020-07-31T04:48:26.561Z] ---> 65d6f4e990a1 [2020-07-31T04:48:26.561Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-31T04:48:26.561Z] Removing intermediate container 4ba668a66967 [2020-07-31T04:48:26.561Z] ---> 0ab4a0300b15 [2020-07-31T04:48:26.561Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-31T04:48:26.561Z] ---> Running in fef9ea39bec0 [2020-07-31T04:48:26.561Z] ---> Running in cba87941e0b9 [2020-07-31T04:48:26.561Z] Removing intermediate container 9211cdc7d87d [2020-07-31T04:48:26.561Z] ---> 2264743ab433 [2020-07-31T04:48:26.561Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T04:48:26.561Z] Removing intermediate container 66e3eb224eea [2020-07-31T04:48:26.561Z] ---> a3f27edf74ef [2020-07-31T04:48:26.561Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-31T04:48:26.561Z] ---> Running in a8812bb70a03 [2020-07-31T04:48:26.561Z] ---> Running in 2c48c396f9b5 [2020-07-31T04:48:26.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:26.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:26.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:26.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:26.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:34.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:35.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:37.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:37.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:38.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:56.419Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:56.419Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:56.419Z] OK: 12620 distinct packages available [2020-07-31T04:48:56.419Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:56.419Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:56.419Z] OK: 12620 distinct packages available [2020-07-31T04:48:56.419Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:56.419Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:57.029Z] Removing intermediate container fef9ea39bec0 [2020-07-31T04:48:57.029Z] ---> 40c4c7b39d0f [2020-07-31T04:48:57.029Z] Step 6/26 : COPY go.mod . [2020-07-31T04:48:57.029Z] Removing intermediate container cba87941e0b9 [2020-07-31T04:48:57.029Z] ---> 1e7df12730c0 [2020-07-31T04:48:57.029Z] Step 6/22 : COPY go.mod . [2020-07-31T04:48:57.305Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:57.305Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:57.305Z] OK: 12620 distinct packages available [2020-07-31T04:48:57.576Z] ---> ccea8cc7a97d [2020-07-31T04:48:57.576Z] Step 7/26 : RUN go mod download [2020-07-31T04:48:57.576Z] ---> 502844a2a7e4 [2020-07-31T04:48:57.576Z] Step 7/22 : RUN go mod download [2020-07-31T04:48:57.852Z] ---> Running in db4b167b63a2 [2020-07-31T04:48:57.852Z] ---> Running in 55de4187e540 [2020-07-31T04:48:57.852Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:59.285Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:59.285Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:59.285Z] OK: 12620 distinct packages available [2020-07-31T04:48:59.556Z] Removing intermediate container bfd164522dc3 [2020-07-31T04:48:59.556Z] ---> 1d34e71a2727 [2020-07-31T04:48:59.556Z] Step 6/26 : COPY go.mod . [2020-07-31T04:49:00.159Z] OK: 217 MiB in 51 packages [2020-07-31T04:49:00.456Z] ---> 32e92ff11da9 [2020-07-31T04:49:00.456Z] Step 7/26 : RUN go mod download [2020-07-31T04:49:00.745Z] ---> Running in 9bfc6e3b1e1c [2020-07-31T04:49:01.730Z] Removing intermediate container a8812bb70a03 [2020-07-31T04:49:01.730Z] ---> 76b2f30a58ee [2020-07-31T04:49:01.730Z] Step 6/20 : COPY go.mod . [2020-07-31T04:49:02.008Z] Removing intermediate container db4b167b63a2 [2020-07-31T04:49:02.008Z] ---> 0b331328cab3 [2020-07-31T04:49:02.008Z] Step 8/26 : COPY . . [2020-07-31T04:49:02.285Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:49:02.285Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:49:02.285Z] OK: 12620 distinct packages available [2020-07-31T04:49:02.285Z] Removing intermediate container 55de4187e540 [2020-07-31T04:49:02.285Z] ---> f268f7b5719c [2020-07-31T04:49:02.285Z] Step 8/22 : COPY . . [2020-07-31T04:49:02.890Z] ---> 0e1c7bb620eb [2020-07-31T04:49:02.890Z] Step 7/20 : RUN go mod download [2020-07-31T04:49:03.171Z] OK: 217 MiB in 51 packages [2020-07-31T04:49:04.173Z] OK: 217 MiB in 51 packages [2020-07-31T04:49:04.173Z] ---> Running in e09a494b7615 [2020-07-31T04:49:08.529Z] Removing intermediate container 9bfc6e3b1e1c [2020-07-31T04:49:08.529Z] ---> 1d815c9561b6 [2020-07-31T04:49:08.529Z] Step 8/26 : COPY . . [2020-07-31T04:49:09.125Z] Removing intermediate container 2c48c396f9b5 [2020-07-31T04:49:09.125Z] ---> 295b6108fb6a [2020-07-31T04:49:09.125Z] Step 6/21 : COPY go.mod . [2020-07-31T04:49:11.751Z] ---> 37c9b8ad9b63 [2020-07-31T04:49:11.751Z] Step 7/21 : RUN go mod download [2020-07-31T04:49:11.751Z] Removing intermediate container e09a494b7615 [2020-07-31T04:49:11.751Z] ---> b3ce065a0bb8 [2020-07-31T04:49:11.751Z] Step 8/20 : COPY . . [2020-07-31T04:49:11.751Z] ---> Running in 57dc303ba37d [2020-07-31T04:49:21.903Z] Removing intermediate container 57dc303ba37d [2020-07-31T04:49:21.903Z] ---> 978ba3fe7e9a [2020-07-31T04:49:21.903Z] Step 8/21 : COPY . . [2020-07-31T04:49:26.210Z] ---> 1eccd80295ea [2020-07-31T04:49:26.210Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-31T04:49:28.189Z] ---> 51ab28a8d319 [2020-07-31T04:49:28.189Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-31T04:49:30.807Z] ---> Running in 2b3e6c77d555 [2020-07-31T04:49:31.816Z] ---> Running in 2f7fadda7801 [2020-07-31T04:49:33.254Z] ---> c7defbdc11f8 [2020-07-31T04:49:33.254Z] 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-07-31T04:49:34.235Z] ---> Running in 05dbf4146cfa [2020-07-31T04:49:34.510Z] 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-07-31T04:49:34.510Z] 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-07-31T04:49:35.506Z] ---> 0904692aa776 [2020-07-31T04:49:35.506Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-31T04:49:36.107Z] ---> Running in 4aa2819ec2e1 [2020-07-31T04:49:37.093Z] 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-07-31T04:49:39.834Z] 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-07-31T04:49:46.583Z] ---> bdacadc80ed4 [2020-07-31T04:49:46.583Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-31T04:49:46.583Z] ---> Running in 6cac18540b13 [2020-07-31T04:49:49.218Z] 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-07-31T04:50:57.272Z] 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-07-31T04:51:07.468Z] Removing intermediate container 2b3e6c77d555 [2020-07-31T04:51:07.468Z] ---> 8fe85eea8326 [2020-07-31T04:51:07.468Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-31T04:51:07.746Z] 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-07-31T04:51:08.346Z] ---> Running in 706714caaf43 [2020-07-31T04:51:10.975Z] 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-07-31T04:51:17.737Z] Removing intermediate container 706714caaf43 [2020-07-31T04:51:17.737Z] ---> 3aa85bfacf6b [2020-07-31T04:51:17.737Z] [2020-07-31T04:51:17.737Z] Step 11/26 : FROM docker:latest [2020-07-31T04:51:17.737Z] ---> ce9d55ae87f1 [2020-07-31T04:51:17.737Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-31T04:51:17.737Z] ---> Running in d6034a373f89 [2020-07-31T04:51:20.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:20.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:20.975Z] (1/2) Installing readline (8.0.4-r0) [2020-07-31T04:51:20.976Z] (2/2) Installing bash (5.0.17-r0) [2020-07-31T04:51:21.257Z] Executing bash-5.0.17-r0.post-install [2020-07-31T04:51:21.257Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:51:21.257Z] OK: 12 MiB in 22 packages [2020-07-31T04:51:23.915Z] Removing intermediate container d6034a373f89 [2020-07-31T04:51:23.915Z] ---> 21951c008225 [2020-07-31T04:51:23.915Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-31T04:51:24.528Z] ---> Running in 6737f5373053 [2020-07-31T04:51:24.803Z] Removing intermediate container 05dbf4146cfa [2020-07-31T04:51:24.803Z] ---> 843354d3fe0d [2020-07-31T04:51:24.803Z] [2020-07-31T04:51:24.803Z] Step 10/26 : FROM alpine:3.10 [2020-07-31T04:51:25.080Z] 3.10: Pulling from library/alpine [2020-07-31T04:51:26.062Z] Removing intermediate container 6cac18540b13 [2020-07-31T04:51:26.062Z] ---> 90ff7cc3ac15 [2020-07-31T04:51:26.062Z] [2020-07-31T04:51:26.062Z] Step 10/21 : FROM scratch [2020-07-31T04:51:26.062Z] ---> [2020-07-31T04:51:26.062Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T04:51:26.660Z] ---> Running in 5258ca9ab841 [2020-07-31T04:51:26.660Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-31T04:51:26.930Z] Status: Downloaded newer image for alpine:3.10 [2020-07-31T04:51:26.930Z] ---> 536a684cf733 [2020-07-31T04:51:26.930Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-31T04:51:27.522Z] ---> Running in 1d70e37f3410 [2020-07-31T04:51:27.522Z] Removing intermediate container 5258ca9ab841 [2020-07-31T04:51:27.522Z] ---> 2d1b50ecf6fa [2020-07-31T04:51:27.522Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-31T04:51:27.795Z] ---> Running in 991f8a358e7f [2020-07-31T04:51:28.459Z] Removing intermediate container 991f8a358e7f [2020-07-31T04:51:28.459Z] ---> f5efb9f27bf4 [2020-07-31T04:51:28.459Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:51:28.730Z] ---> Running in 140e24e075a2 [2020-07-31T04:51:28.999Z] Removing intermediate container 6737f5373053 [2020-07-31T04:51:28.999Z] ---> e52509891336 [2020-07-31T04:51:28.999Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-31T04:51:29.271Z] ---> Running in d23ac2df5176 [2020-07-31T04:51:29.543Z] Removing intermediate container 140e24e075a2 [2020-07-31T04:51:29.543Z] ---> d8e962757ad1 [2020-07-31T04:51:29.543Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-31T04:51:29.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:30.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:30.091Z] Removing intermediate container d23ac2df5176 [2020-07-31T04:51:30.091Z] ---> 8544e6d10366 [2020-07-31T04:51:30.091Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-31T04:51:30.688Z] ---> Running in 5adff0fe0757 [2020-07-31T04:51:30.688Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-31T04:51:30.688Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-31T04:51:30.688Z] OK: 10167 distinct packages available [2020-07-31T04:51:31.053Z] ---> 7efcbdcb36d8 [2020-07-31T04:51:31.053Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-31T04:51:31.366Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-31T04:51:31.366Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-31T04:51:31.366Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-31T04:51:31.366Z] (4/5) Installing curl (7.66.0-r0) [2020-07-31T04:51:31.366Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-31T04:51:31.366Z] Executing busybox-1.30.1-r3.trigger [2020-07-31T04:51:31.366Z] Executing ca-certificates-20191127-r2.trigger [2020-07-31T04:51:31.711Z] OK: 7 MiB in 19 packages [2020-07-31T04:51:32.079Z] Removing intermediate container 5adff0fe0757 [2020-07-31T04:51:32.079Z] ---> eb67ae33daff [2020-07-31T04:51:32.079Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-31T04:51:32.374Z] ---> Running in 0ea9fd5e08d2 [2020-07-31T04:51:33.128Z] ---> b728f8949e86 [2020-07-31T04:51:33.128Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-31T04:51:33.417Z] Removing intermediate container 4aa2819ec2e1 [2020-07-31T04:51:33.417Z] ---> 9ccfdf9b63a4 [2020-07-31T04:51:33.417Z] [2020-07-31T04:51:33.417Z] Step 10/20 : FROM scratch [2020-07-31T04:51:33.417Z] ---> [2020-07-31T04:51:33.417Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:51:33.417Z] Removing intermediate container 0ea9fd5e08d2 [2020-07-31T04:51:33.417Z] ---> 99c9784b2a0f [2020-07-31T04:51:33.417Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-31T04:51:33.694Z] ---> Running in f13f423cf2ab [2020-07-31T04:51:35.135Z] Removing intermediate container f13f423cf2ab [2020-07-31T04:51:35.135Z] ---> b062ec08e12b [2020-07-31T04:51:35.135Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-31T04:51:35.135Z] ---> Running in 57c9b3ddfbdc [2020-07-31T04:51:35.135Z] ---> bdba68da49cf [2020-07-31T04:51:35.135Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-31T04:51:35.135Z] Removing intermediate container 1d70e37f3410 [2020-07-31T04:51:35.135Z] ---> 8f0d73b92bdc [2020-07-31T04:51:35.135Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T04:51:35.422Z] ---> cb15b6f3be93 [2020-07-31T04:51:35.422Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-31T04:51:35.422Z] ---> Running in 81debe66afe7 [2020-07-31T04:51:35.698Z] Removing intermediate container 57c9b3ddfbdc [2020-07-31T04:51:35.698Z] ---> 876e0d5df5a5 [2020-07-31T04:51:35.698Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-31T04:51:35.975Z] ---> Running in db225e0090a5 [2020-07-31T04:51:36.246Z] Removing intermediate container 81debe66afe7 [2020-07-31T04:51:36.246Z] ---> b2389f811ce3 [2020-07-31T04:51:36.246Z] Step 13/26 : WORKDIR / [2020-07-31T04:51:36.246Z] ---> e9f7201a314d [2020-07-31T04:51:36.246Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:51:36.521Z] ---> Running in ed151ed95386 [2020-07-31T04:51:36.521Z] ---> 5947a30d143f [2020-07-31T04:51:36.521Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-31T04:51:36.795Z] ---> Running in dcadb0c3c62f [2020-07-31T04:51:36.795Z] Removing intermediate container db225e0090a5 [2020-07-31T04:51:36.795Z] ---> b12e8a374027 [2020-07-31T04:51:36.795Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-31T04:51:37.396Z] Removing intermediate container ed151ed95386 [2020-07-31T04:51:37.396Z] ---> d5f45186c8ba [2020-07-31T04:51:37.396Z] 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-07-31T04:51:37.680Z] Removing intermediate container dcadb0c3c62f [2020-07-31T04:51:37.680Z] ---> 20ecae7a73f0 [2020-07-31T04:51:37.680Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T04:51:37.680Z] ---> Running in 06fe72f7812b [2020-07-31T04:51:37.680Z] ---> 8733792fe61c [2020-07-31T04:51:37.680Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-31T04:51:37.952Z] ---> 23fa77e56ce8 [2020-07-31T04:51:37.952Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-31T04:51:38.229Z] ---> Running in b6f5388832eb [2020-07-31T04:51:38.504Z] ---> a96bf333fa73 [2020-07-31T04:51:38.504Z] 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-07-31T04:51:39.099Z] Removing intermediate container 06fe72f7812b [2020-07-31T04:51:39.099Z] ---> b09059a10840 [2020-07-31T04:51:39.099Z] Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:51:40.076Z] ---> Running in 6ff9cbdc88f8 [2020-07-31T04:51:40.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:40.076Z] ---> 45d55ab37011 [2020-07-31T04:51:40.076Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-31T04:51:40.076Z] ---> 6c9bacbb9c1b [2020-07-31T04:51:40.076Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-31T04:51:40.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:40.346Z] Removing intermediate container 6ff9cbdc88f8 [2020-07-31T04:51:40.346Z] ---> 9850bd12e132 [2020-07-31T04:51:40.346Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:51:40.614Z] ---> Running in 87b839731589 [2020-07-31T04:51:40.888Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-31T04:51:40.888Z] (2/33) Installing expat (2.2.9-r1) [2020-07-31T04:51:40.888Z] (3/33) Installing libffi (3.3-r2) [2020-07-31T04:51:40.888Z] (4/33) Installing gdbm (1.13-r1) [2020-07-31T04:51:40.888Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-31T04:51:40.888Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-31T04:51:41.162Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-31T04:51:41.435Z] ---> de00008404f7 [2020-07-31T04:51:41.435Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:51:42.866Z] ---> Running in 20097b60a976 [2020-07-31T04:51:42.866Z] Removing intermediate container 87b839731589 [2020-07-31T04:51:42.866Z] ---> 91a2a734224c [2020-07-31T04:51:42.866Z] [2020-07-31T04:51:42.866Z] ---> 9d29d8a4e598 [2020-07-31T04:51:42.866Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-31T04:51:43.141Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-31T04:51:43.141Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-31T04:51:43.141Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-31T04:51:43.141Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-31T04:51:43.141Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-31T04:51:43.141Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-31T04:51:43.453Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-31T04:51:43.453Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-31T04:51:43.453Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-31T04:51:43.453Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-31T04:51:43.453Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-31T04:51:43.735Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-31T04:51:43.735Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-31T04:51:43.735Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-31T04:51:43.735Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-31T04:51:43.735Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-31T04:51:43.735Z] Successfully built 91a2a734224c [2020-07-31T04:51:43.735Z] Removing intermediate container 2f7fadda7801 [2020-07-31T04:51:43.735Z] ---> f9fb3dbb76e8 [2020-07-31T04:51:43.735Z] [2020-07-31T04:51:43.735Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-31T04:51:43.735Z] Step 10/22 : FROM alpine [2020-07-31T04:51:43.735Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-31T04:51:43.735Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-31T04:51:43.735Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-31T04:51:43.735Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-31T04:51:43.735Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-31T04:51:44.008Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-31T04:51:44.008Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-31T04:51:44.008Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-31T04:51:44.008Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-07-31T04:51:44.008Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-31T04:51:44.008Z] Removing intermediate container 20097b60a976 [2020-07-31T04:51:44.008Z] ---> a4fe6aa3dbda [2020-07-31T04:51:44.008Z] Step 18/20 : LABEL arch=arm64 [2020-07-31T04:51:44.008Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-31T04:51:44.291Z] latest: Pulling from library/alpine [2020-07-31T04:51:44.291Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:51:44.291Z] OK: 71 MiB in 55 packages [2020-07-31T04:51:44.291Z] ---> b4959d5ef0a4 [2020-07-31T04:51:44.291Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-31T04:51:44.568Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T04:51:44.568Z] ---> Running in 0ebe364b5790 [2020-07-31T04:51:44.568Z] Status: Downloaded newer image for alpine:latest [2020-07-31T04:51:44.568Z] ---> 62ee0e9f8440 [2020-07-31T04:51:44.568Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:51:45.163Z] ---> Running in 1e7c4bb7a9ed [2020-07-31T04:51:46.169Z] Removing intermediate container 0ebe364b5790 [2020-07-31T04:51:46.169Z] ---> f4386c81f663 [2020-07-31T04:51:46.169Z] Step 19/20 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:51:47.602Z] Removing intermediate container 1e7c4bb7a9ed [2020-07-31T04:51:47.602Z] ---> 2d577f9a01c7 [2020-07-31T04:51:47.602Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-31T04:51:47.602Z] ---> 54fb656e0c5f [2020-07-31T04:51:47.602Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-31T04:51:48.675Z] ---> Running in 57bee1f84243 [2020-07-31T04:51:49.282Z] ---> Running in 7984feaff360 [2020-07-31T04:51:50.267Z] ---> 699514f9bdef [2020-07-31T04:51:50.267Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-31T04:51:50.267Z] Removing intermediate container 57bee1f84243 [2020-07-31T04:51:50.267Z] ---> 79ff47b10fc9 [2020-07-31T04:51:50.267Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T04:51:51.707Z] Removing intermediate container 7984feaff360 [2020-07-31T04:51:51.707Z] ---> Running in 48945dfce86a [2020-07-31T04:51:51.707Z] ---> 05085d6f906e [2020-07-31T04:51:51.707Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-31T04:51:51.982Z] ---> Running in 1ef0fb9b3c48 [2020-07-31T04:51:51.982Z] ---> ed4bfbdc507c [2020-07-31T04:51:51.982Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T04:51:51.982Z] Removing intermediate container 48945dfce86a [2020-07-31T04:51:51.982Z] ---> b19672537031 [2020-07-31T04:51:51.982Z] [2020-07-31T04:51:52.964Z] Removing intermediate container 1ef0fb9b3c48 [2020-07-31T04:51:52.964Z] ---> ef283a41cfc0 [2020-07-31T04:51:52.964Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:51:52.964Z] Successfully built b19672537031 [2020-07-31T04:51:52.964Z] Removing intermediate container b6f5388832eb [2020-07-31T04:51:52.964Z] ---> 0493d764fab9 [2020-07-31T04:51:52.964Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-31T04:51:53.236Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-31T04:51:53.236Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-07-31T04:51:53.510Z] ---> Running in 91201b8aaa5e [2020-07-31T04:51:53.510Z] ---> Running in 1059cb73950b [2020-07-31T04:51:53.510Z] ---> a4f987cd097b [2020-07-31T04:51:53.510Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T04:51:53.781Z] ---> Running in 34c26e663b6d [2020-07-31T04:52:00.530Z] Removing intermediate container 91201b8aaa5e [2020-07-31T04:52:00.530Z] ---> fbe0fcb07202 [2020-07-31T04:52:00.530Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-31T04:52:00.531Z] Removing intermediate container 34c26e663b6d [2020-07-31T04:52:00.531Z] ---> 2d28f55d9e93 [2020-07-31T04:52:00.531Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T04:52:00.804Z] Collecting docker-compose==1.23.2 [2020-07-31T04:52:00.804Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-31T04:52:01.077Z] ---> Running in 89d4569956ca [2020-07-31T04:52:01.675Z] ---> Running in d8db56ce4a4f [2020-07-31T04:52:01.675Z] 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-07-31T04:52:01.949Z] Collecting cached-property<2,>=1.2.0 [2020-07-31T04:52:01.949Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-31T04:52:03.380Z] Removing intermediate container d8db56ce4a4f [2020-07-31T04:52:03.380Z] ---> 8257992b54dd [2020-07-31T04:52:03.380Z] Step 24/26 : LABEL arch=arm64 [2020-07-31T04:52:03.380Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-31T04:52:03.380Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-31T04:52:03.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:04.248Z] ---> Running in 59fe5680f374 [2020-07-31T04:52:04.518Z] Collecting docker<4.0,>=3.6.0 [2020-07-31T04:52:04.518Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-31T04:52:05.501Z] Removing intermediate container 59fe5680f374 [2020-07-31T04:52:05.501Z] ---> bcb46fa73acc [2020-07-31T04:52:05.501Z] Step 25/26 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:52:06.098Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-31T04:52:06.098Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-31T04:52:06.098Z] ---> Running in b181e95b8fb8 [2020-07-31T04:52:07.074Z] Collecting jsonschema<3,>=2.5.1 [2020-07-31T04:52:07.074Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-31T04:52:07.074Z] Removing intermediate container b181e95b8fb8 [2020-07-31T04:52:07.074Z] ---> 517876780f94 [2020-07-31T04:52:07.074Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T04:52:07.673Z] ---> Running in 30accdf621d4 [2020-07-31T04:52:07.673Z] Collecting texttable<0.10,>=0.9.0 [2020-07-31T04:52:07.673Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-31T04:52:07.949Z] Removing intermediate container 30accdf621d4 [2020-07-31T04:52:07.949Z] ---> 8ef62880fbb1 [2020-07-31T04:52:07.949Z] [2020-07-31T04:52:08.547Z] Successfully built 8ef62880fbb1 [2020-07-31T04:52:08.547Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-31T04:52:08.547Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-07-31T04:52:09.521Z] Collecting docopt<0.7,>=0.6.1 [2020-07-31T04:52:09.521Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-31T04:52:12.128Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-31T04:52:12.128Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-31T04:52:14.878Z] Collecting PyYAML<4,>=3.10 [2020-07-31T04:52:14.878Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-31T04:52:16.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:16.873Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:52:16.873Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:52:16.873Z] ---> ab4ef225c0f3 [2020-07-31T04:52:16.873Z] Step 3/23 : WORKDIR /edgex-go [2020-07-31T04:52:16.873Z] ---> Using cache [2020-07-31T04:52:16.873Z] ---> a74b5a7cba87 [2020-07-31T04:52:16.873Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:52:16.873Z] ---> Using cache [2020-07-31T04:52:16.873Z] ---> a3f27edf74ef [2020-07-31T04:52:16.873Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-31T04:52:18.315Z] 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-07-31T04:52:18.918Z] Collecting idna<2.8,>=2.5 [2020-07-31T04:52:18.918Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-31T04:52:20.909Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-31T04:52:20.909Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-31T04:52:21.509Z] 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-07-31T04:52:22.121Z] ---> Running in 613d1fe6c9f7 [2020-07-31T04:52:22.397Z] Collecting docker-pycreds>=0.4.0 [2020-07-31T04:52:22.397Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-31T04:52:22.397Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-31T04:52:22.397Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-31T04:52:22.397Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-31T04:52:22.397Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-31T04:52:23.851Z] Installing collected packages: cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, docopt, dockerpty, PyYAML, docker-compose [2020-07-31T04:52:23.851Z] Attempting uninstall: idna [2020-07-31T04:52:23.851Z] Found existing installation: idna 2.9 [2020-07-31T04:52:23.851Z] Uninstalling idna-2.9: [2020-07-31T04:52:23.851Z] Successfully uninstalled idna-2.9 [2020-07-31T04:52:24.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:24.402Z] Attempting uninstall: urllib3 [2020-07-31T04:52:24.402Z] Found existing installation: urllib3 1.25.9 [2020-07-31T04:52:24.402Z] Uninstalling urllib3-1.25.9: [2020-07-31T04:52:24.676Z] Successfully uninstalled urllib3-1.25.9 [2020-07-31T04:52:25.282Z] Attempting uninstall: requests [2020-07-31T04:52:25.282Z] Found existing installation: requests 2.23.0 [2020-07-31T04:52:25.282Z] Uninstalling requests-2.23.0: [2020-07-31T04:52:25.282Z] Successfully uninstalled requests-2.23.0 [2020-07-31T04:52:27.268Z] Running setup.py install for texttable: started [2020-07-31T04:52:29.250Z] Running setup.py install for texttable: finished with status 'done' [2020-07-31T04:52:29.250Z] Running setup.py install for docopt: started [2020-07-31T04:52:31.236Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:52:31.236Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-31T04:52:31.236Z] ---> ab4ef225c0f3 [2020-07-31T04:52:31.236Z] Step 3/29 : WORKDIR /edgex-go [2020-07-31T04:52:31.236Z] ---> Using cache [2020-07-31T04:52:31.236Z] ---> a74b5a7cba87 [2020-07-31T04:52:31.236Z] Step 4/29 : RUN apk update && apk add make git [2020-07-31T04:52:31.512Z] Running setup.py install for docopt: finished with status 'done' [2020-07-31T04:52:31.512Z] Running setup.py install for dockerpty: started [2020-07-31T04:52:33.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:33.514Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-31T04:52:33.514Z] Running setup.py install for PyYAML: started [2020-07-31T04:52:34.507Z] ---> Running in 5a6ab4a0798a [2020-07-31T04:52:36.490Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-31T04:52:36.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:37.476Z] 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-07-31T04:52:37.753Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:52:37.753Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:52:37.753Z] ---> ab4ef225c0f3 [2020-07-31T04:52:37.753Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T04:52:37.753Z] ---> Using cache [2020-07-31T04:52:37.753Z] ---> a74b5a7cba87 [2020-07-31T04:52:37.753Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:52:37.753Z] ---> Using cache [2020-07-31T04:52:37.753Z] ---> a3f27edf74ef [2020-07-31T04:52:37.753Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T04:52:38.738Z] ---> Running in b3c655e03126 [2020-07-31T04:52:40.169Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-31T04:52:40.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:40.713Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-31T04:52:41.309Z] Removing intermediate container 1059cb73950b [2020-07-31T04:52:41.309Z] ---> 4a2f09e42a6f [2020-07-31T04:52:41.309Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-31T04:52:41.309Z] ---> Running in 6c7baeece474 [2020-07-31T04:52:42.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:43.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:43.288Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-31T04:52:43.561Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T04:52:43.561Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-31T04:52:43.561Z] (3/3) Installing curl (7.69.1-r0) [2020-07-31T04:52:43.561Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:52:43.835Z] OK: 71 MiB in 58 packages [2020-07-31T04:52:44.828Z] Removing intermediate container 6c7baeece474 [2020-07-31T04:52:44.828Z] ---> 797583840010 [2020-07-31T04:52:44.828Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:52:45.101Z] ---> Running in b14ab22420bf [2020-07-31T04:52:45.374Z] Removing intermediate container b14ab22420bf [2020-07-31T04:52:45.374Z] ---> c86bd5ed6d4f [2020-07-31T04:52:45.374Z] Step 24/26 : LABEL arch=arm64 [2020-07-31T04:52:45.646Z] ---> Running in 2fbe5d8ca3a4 [2020-07-31T04:52:46.240Z] Removing intermediate container 2fbe5d8ca3a4 [2020-07-31T04:52:46.240Z] ---> 8c3003f3188e [2020-07-31T04:52:46.240Z] Step 25/26 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:52:46.521Z] ---> Running in f21e294a0177 [2020-07-31T04:52:46.794Z] Removing intermediate container f21e294a0177 [2020-07-31T04:52:46.794Z] ---> f349f2f1508b [2020-07-31T04:52:46.794Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T04:52:47.067Z] ---> Running in 30caabfa83f0 [2020-07-31T04:52:47.340Z] Removing intermediate container 30caabfa83f0 [2020-07-31T04:52:47.340Z] ---> eecb05891b17 [2020-07-31T04:52:47.340Z] [2020-07-31T04:52:47.936Z] Successfully built eecb05891b17 [2020-07-31T04:52:47.936Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-31T04:52:47.936Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-07-31T04:52:48.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:51.144Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-31T04:52:54.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:55.722Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:52:55.722Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:52:55.722Z] OK: 12620 distinct packages available [2020-07-31T04:52:56.054Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-31T04:52:56.054Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:52:56.054Z] OK: 8 MiB in 19 packages [2020-07-31T04:52:56.329Z] OK: 217 MiB in 51 packages [2020-07-31T04:53:03.071Z] Removing intermediate container 613d1fe6c9f7 [2020-07-31T04:53:03.071Z] ---> 46251bca5196 [2020-07-31T04:53:03.071Z] Step 6/23 : COPY go.mod . [2020-07-31T04:53:03.071Z] Removing intermediate container 89d4569956ca [2020-07-31T04:53:03.071Z] ---> b4abccdf204d [2020-07-31T04:53:03.071Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-31T04:53:03.350Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:53:03.350Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:53:03.350Z] ---> ab4ef225c0f3 [2020-07-31T04:53:03.350Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:53:03.350Z] ---> Using cache [2020-07-31T04:53:03.350Z] ---> a74b5a7cba87 [2020-07-31T04:53:03.350Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:53:03.350Z] ---> Using cache [2020-07-31T04:53:03.350Z] ---> a3f27edf74ef [2020-07-31T04:53:03.350Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T04:53:03.350Z] ---> Running in 0b4421deff94 [2020-07-31T04:53:03.968Z] ---> 5fd943da3a77 [2020-07-31T04:53:03.968Z] Step 7/23 : RUN go mod download [2020-07-31T04:53:04.241Z] ---> Running in b443fa7bab0b [2020-07-31T04:53:04.241Z] ---> faf5f86a59d3 [2020-07-31T04:53:04.241Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-31T04:53:05.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:53:06.204Z] ---> 0a301f278d32 [2020-07-31T04:53:06.204Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-31T04:53:06.807Z] ---> ace11b353666 [2020-07-31T04:53:06.807Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:53:07.080Z] ---> Running in 40807594ed93 [2020-07-31T04:53:07.351Z] Removing intermediate container b443fa7bab0b [2020-07-31T04:53:07.351Z] ---> 2d12af8c895f [2020-07-31T04:53:07.351Z] Step 8/23 : COPY . . [2020-07-31T04:53:07.624Z] Removing intermediate container 40807594ed93 [2020-07-31T04:53:07.624Z] ---> 0b13b51d8b22 [2020-07-31T04:53:07.624Z] Step 20/22 : LABEL arch=arm64 [2020-07-31T04:53:07.624Z] ---> Running in 0a6ac04b47e4 [2020-07-31T04:53:08.602Z] Removing intermediate container 0a6ac04b47e4 [2020-07-31T04:53:08.602Z] ---> 2cdc2bd9d4b0 [2020-07-31T04:53:08.602Z] Step 21/22 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:53:09.579Z] ---> Running in 8173f7d6e460 [2020-07-31T04:53:11.031Z] Removing intermediate container 8173f7d6e460 [2020-07-31T04:53:11.031Z] ---> db1f549cd3ac [2020-07-31T04:53:11.031Z] Step 22/22 : LABEL version=0.0.0 [2020-07-31T04:53:11.632Z] ---> Running in 2cf1ff45c147 [2020-07-31T04:53:12.227Z] Removing intermediate container 2cf1ff45c147 [2020-07-31T04:53:12.227Z] ---> b0584459a4e2 [2020-07-31T04:53:12.227Z] [2020-07-31T04:53:12.823Z] Successfully built b0584459a4e2 [2020-07-31T04:53:12.823Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-31T04:53:12.823Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-07-31T04:53:17.127Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:53:17.127Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:53:17.127Z] OK: 12620 distinct packages available [2020-07-31T04:53:17.403Z] OK: 217 MiB in 51 packages [2020-07-31T04:53:18.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:53:21.025Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:53:21.025Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:53:21.025Z] OK: 12620 distinct packages available [2020-07-31T04:53:21.305Z] OK: 217 MiB in 51 packages [2020-07-31T04:53:23.934Z] ---> 49e69ac95523 [2020-07-31T04:53:23.934Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-31T04:53:23.934Z] Removing intermediate container 5a6ab4a0798a [2020-07-31T04:53:23.934Z] ---> b40ce8769e32 [2020-07-31T04:53:23.934Z] Step 5/29 : COPY go.mod . [2020-07-31T04:53:24.224Z] ---> Running in a930174c01cb [2020-07-31T04:53:24.500Z] Removing intermediate container b3c655e03126 [2020-07-31T04:53:24.500Z] ---> 6cba2e1e4d40 [2020-07-31T04:53:24.500Z] Step 6/20 : COPY go.mod . [2020-07-31T04:53:25.488Z] ---> c0e98fa49965 [2020-07-31T04:53:25.488Z] Step 6/29 : RUN go mod download [2020-07-31T04:53:25.777Z] ---> Running in 283ebcd144dd [2020-07-31T04:53:25.777Z] ---> 3f35da0db974 [2020-07-31T04:53:25.777Z] Step 7/20 : RUN go mod download [2020-07-31T04:53:26.057Z] ---> Running in e40766898b60 [2020-07-31T04:53:26.344Z] 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-07-31T04:53:31.806Z] Removing intermediate container 283ebcd144dd [2020-07-31T04:53:31.806Z] ---> 8615e9bda88d [2020-07-31T04:53:31.806Z] Step 7/29 : COPY . . [2020-07-31T04:53:32.084Z] Removing intermediate container e40766898b60 [2020-07-31T04:53:32.084Z] ---> 9ad5fdb581e7 [2020-07-31T04:53:32.084Z] Step 8/20 : COPY . . [2020-07-31T04:53:34.073Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:53:34.349Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:53:34.349Z] ---> ab4ef225c0f3 [2020-07-31T04:53:34.349Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:53:34.349Z] ---> Using cache [2020-07-31T04:53:34.349Z] ---> a74b5a7cba87 [2020-07-31T04:53:34.349Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:53:34.349Z] ---> Using cache [2020-07-31T04:53:34.349Z] ---> a3f27edf74ef [2020-07-31T04:53:34.349Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T04:53:34.349Z] ---> Using cache [2020-07-31T04:53:34.349Z] ---> 6cba2e1e4d40 [2020-07-31T04:53:34.349Z] Step 6/21 : COPY go.mod . [2020-07-31T04:53:34.349Z] ---> Using cache [2020-07-31T04:53:34.349Z] ---> 3f35da0db974 [2020-07-31T04:53:34.349Z] Step 7/21 : RUN go mod download [2020-07-31T04:53:34.349Z] ---> Using cache [2020-07-31T04:53:34.349Z] ---> 9ad5fdb581e7 [2020-07-31T04:53:34.349Z] Step 8/21 : COPY . . [2020-07-31T04:53:46.777Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:53:46.777Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:53:46.777Z] OK: 12620 distinct packages available [2020-07-31T04:53:46.777Z] OK: 217 MiB in 51 packages [2020-07-31T04:53:59.395Z] Removing intermediate container 0b4421deff94 [2020-07-31T04:53:59.395Z] ---> 9ae66b35ab9c [2020-07-31T04:53:59.395Z] Step 6/21 : COPY go.mod . [2020-07-31T04:54:01.384Z] ---> f4b2108992a7 [2020-07-31T04:54:01.384Z] Step 7/21 : RUN go mod download [2020-07-31T04:54:01.662Z] ---> Running in 9e84e68bd567 [2020-07-31T04:54:08.431Z] Removing intermediate container 9e84e68bd567 [2020-07-31T04:54:08.431Z] ---> 3fcaeefa22c6 [2020-07-31T04:54:08.431Z] Step 8/21 : COPY . . [2020-07-31T04:54:11.071Z] ---> 32ac002a3a89 [2020-07-31T04:54:11.071Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-31T04:54:11.343Z] ---> 044bdf41712a [2020-07-31T04:54:11.343Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-31T04:54:11.615Z] ---> Running in 8f35b1b35326 [2020-07-31T04:54:11.904Z] ---> fa6f80366db9 [2020-07-31T04:54:11.904Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-31T04:54:12.181Z] ---> Running in 4cf3e0a47a36 [2020-07-31T04:54:12.459Z] ---> Running in 97114ff5006f [2020-07-31T04:54:14.458Z] 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-07-31T04:54:15.450Z] 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-07-31T04:54:15.450Z] 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-07-31T04:54:18.873Z] Removing intermediate container a930174c01cb [2020-07-31T04:54:18.873Z] ---> ff1a7ed1198e [2020-07-31T04:54:18.873Z] [2020-07-31T04:54:18.873Z] Step 10/23 : FROM scratch [2020-07-31T04:54:18.873Z] ---> [2020-07-31T04:54:18.873Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T04:54:18.873Z] ---> Using cache [2020-07-31T04:54:18.873Z] ---> 2d1b50ecf6fa [2020-07-31T04:54:18.873Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-31T04:54:19.155Z] ---> Running in 5d16eb2381c7 [2020-07-31T04:54:20.165Z] Removing intermediate container 5d16eb2381c7 [2020-07-31T04:54:20.165Z] ---> d07a0a4cbcea [2020-07-31T04:54:20.165Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-31T04:54:20.442Z] ---> Running in a9f27c1605ed [2020-07-31T04:54:21.895Z] Removing intermediate container a9f27c1605ed [2020-07-31T04:54:21.896Z] ---> 1ab5d5a23e15 [2020-07-31T04:54:21.896Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-31T04:54:23.889Z] ---> 0087bad4c166 [2020-07-31T04:54:23.889Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-31T04:54:26.541Z] ---> 9cb0e41d1e17 [2020-07-31T04:54:26.541Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-31T04:54:29.184Z] ---> 6320866a02c9 [2020-07-31T04:54:29.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-31T04:54:30.641Z] ---> 74ea002db265 [2020-07-31T04:54:30.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-31T04:54:34.064Z] ---> e895e6053bc3 [2020-07-31T04:54:34.064Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-31T04:54:35.065Z] ---> 1bc1ba01fb83 [2020-07-31T04:54:35.065Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:54:35.065Z] ---> 6fc3b6e70e06 [2020-07-31T04:54:35.065Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-31T04:54:35.065Z] ---> Running in 7033d5c77942 [2020-07-31T04:54:35.342Z] ---> Running in 66bb9ed7472e [2020-07-31T04:54:35.946Z] Removing intermediate container 7033d5c77942 [2020-07-31T04:54:35.946Z] ---> 47c7ea5c96bd [2020-07-31T04:54:35.946Z] Step 21/23 : LABEL arch=arm64 [2020-07-31T04:54:36.227Z] ---> Running in e563d55d52a1 [2020-07-31T04:54:36.836Z] Removing intermediate container e563d55d52a1 [2020-07-31T04:54:36.836Z] ---> b6c989d93dfc [2020-07-31T04:54:36.836Z] Step 22/23 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:54:37.115Z] ---> Running in 3be334ca70cd [2020-07-31T04:54:37.727Z] 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-07-31T04:54:37.727Z] Removing intermediate container 3be334ca70cd [2020-07-31T04:54:37.727Z] ---> 5556c73b95d3 [2020-07-31T04:54:37.727Z] Step 23/23 : LABEL version=0.0.0 [2020-07-31T04:54:38.006Z] ---> Running in 68d221a4e46b [2020-07-31T04:54:38.617Z] Removing intermediate container 68d221a4e46b [2020-07-31T04:54:38.617Z] ---> 42165d092343 [2020-07-31T04:54:38.617Z] [2020-07-31T04:54:39.227Z] Successfully built 42165d092343 [2020-07-31T04:54:39.227Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-31T04:55:26.371Z]  Building docker-support-notifications-go ... done Removing intermediate container 4cf3e0a47a36 [2020-07-31T04:55:26.371Z] ---> 45c697953c84 [2020-07-31T04:55:26.371Z] [2020-07-31T04:55:26.371Z] Step 9/29 : FROM alpine:latest [2020-07-31T04:55:26.371Z] ---> 62ee0e9f8440 [2020-07-31T04:55:26.371Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-31T04:55:26.649Z] ---> Running in 4027aba29436 [2020-07-31T04:55:27.258Z] Removing intermediate container 8f35b1b35326 [2020-07-31T04:55:27.259Z] ---> 9e448a887e3a [2020-07-31T04:55:27.259Z] [2020-07-31T04:55:27.259Z] Step 10/20 : FROM alpine [2020-07-31T04:55:27.259Z] ---> 62ee0e9f8440 [2020-07-31T04:55:27.259Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-31T04:55:27.259Z] Removing intermediate container 4027aba29436 [2020-07-31T04:55:27.259Z] ---> fd23821f5172 [2020-07-31T04:55:27.259Z] Step 11/29 : USER root [2020-07-31T04:55:27.259Z] ---> Running in 01689c15fe4a [2020-07-31T04:55:27.535Z] ---> Running in 6b5a0a63b0e0 [2020-07-31T04:55:28.525Z] Removing intermediate container 6b5a0a63b0e0 [2020-07-31T04:55:28.525Z] ---> c8189dfc339f [2020-07-31T04:55:28.525Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-31T04:55:28.525Z] ---> Running in e73a30b06c5b [2020-07-31T04:55:30.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:55:30.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:55:30.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:55:31.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:55:31.167Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:55:31.167Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:55:31.167Z] OK: 12620 distinct packages available [2020-07-31T04:55:31.772Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:55:31.772Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:55:31.772Z] OK: 12620 distinct packages available [2020-07-31T04:55:32.046Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-31T04:55:32.046Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T04:55:32.046Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-31T04:55:32.318Z] (4/4) Installing curl (7.69.1-r0) [2020-07-31T04:55:32.318Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:55:32.318Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T04:55:32.590Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-31T04:55:32.590Z] OK: 7 MiB in 18 packages [2020-07-31T04:55:32.590Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-31T04:55:32.590Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:55:32.590Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T04:55:33.185Z] OK: 6 MiB in 16 packages [2020-07-31T04:55:35.815Z] Removing intermediate container 01689c15fe4a [2020-07-31T04:55:35.815Z] ---> a698d6902652 [2020-07-31T04:55:35.815Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T04:55:35.815Z] ---> Running in 5d0f3875de81 [2020-07-31T04:55:35.815Z] Removing intermediate container e73a30b06c5b [2020-07-31T04:55:35.815Z] ---> 75540367095a [2020-07-31T04:55:35.815Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-31T04:55:36.096Z] ---> Running in 44bcf88b696d [2020-07-31T04:55:36.691Z] Removing intermediate container 5d0f3875de81 [2020-07-31T04:55:36.691Z] ---> f9cc5e627500 [2020-07-31T04:55:36.691Z] Step 13/20 : WORKDIR /edgex [2020-07-31T04:55:36.691Z] ---> Running in 35b81021c651 [2020-07-31T04:55:36.971Z] Removing intermediate container 44bcf88b696d [2020-07-31T04:55:36.971Z] ---> d5944fb4938e [2020-07-31T04:55:36.971Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-31T04:55:37.246Z] ---> Running in ab773eabceee [2020-07-31T04:55:37.521Z] Removing intermediate container 35b81021c651 [2020-07-31T04:55:37.521Z] ---> fda737333e0e [2020-07-31T04:55:37.521Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-31T04:55:38.123Z] Removing intermediate container ab773eabceee [2020-07-31T04:55:38.123Z] ---> 0a1944b05ad4 [2020-07-31T04:55:38.123Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-31T04:55:38.399Z] ---> Running in b727270cdcfb [2020-07-31T04:55:39.004Z] ---> b59453d46a6c [2020-07-31T04:55:39.004Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-31T04:55:40.998Z] ---> efef191f3ace [2020-07-31T04:55:40.998Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-31T04:55:40.998Z] ---> Running in 9f99dce070d7 [2020-07-31T04:55:42.011Z] Removing intermediate container 9f99dce070d7 [2020-07-31T04:55:42.011Z] ---> e2736bc54662 [2020-07-31T04:55:42.011Z] Step 17/20 : CMD ["--init=true"] [2020-07-31T04:55:42.011Z] ---> Running in 54a7adb251ae [2020-07-31T04:55:42.627Z] Removing intermediate container b727270cdcfb [2020-07-31T04:55:42.627Z] ---> 7fcbb40f4a0f [2020-07-31T04:55:42.627Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-31T04:55:42.905Z] Removing intermediate container 54a7adb251ae [2020-07-31T04:55:42.905Z] ---> 497df4023c6b [2020-07-31T04:55:42.905Z] Step 18/20 : LABEL arch=arm64 [2020-07-31T04:55:43.182Z] ---> Running in 88c6d877f952 [2020-07-31T04:55:44.216Z] Removing intermediate container 88c6d877f952 [2020-07-31T04:55:44.216Z] ---> 91d06bd594fb [2020-07-31T04:55:44.216Z] Step 19/20 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:55:44.216Z] ---> 4e4edad1ce61 [2020-07-31T04:55:44.216Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-31T04:55:44.501Z] ---> Running in 834c0953adff [2020-07-31T04:55:45.103Z] Removing intermediate container 834c0953adff [2020-07-31T04:55:45.103Z] ---> 30c62c96bcd7 [2020-07-31T04:55:45.103Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T04:55:45.382Z] ---> Running in 68925e747e5f [2020-07-31T04:55:45.666Z] ---> fb65e3617c4c [2020-07-31T04:55:45.666Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-31T04:55:45.946Z] Removing intermediate container 68925e747e5f [2020-07-31T04:55:45.946Z] ---> 7fe664df9d38 [2020-07-31T04:55:45.946Z] [2020-07-31T04:55:46.545Z] Successfully built 7fe664df9d38 [2020-07-31T04:55:46.545Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-31T04:55:46.818Z]  Building docker-security-proxy-setup-go ... done  ---> e2dac160ac42 [2020-07-31T04:55:46.818Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-31T04:55:47.795Z] ---> e77cfed2e2f4 [2020-07-31T04:55:47.795Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-31T04:55:48.779Z] ---> 316645ab6cc0 [2020-07-31T04:55:48.779Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-31T04:55:49.054Z] ---> Running in 13a8243bfb38 [2020-07-31T04:55:52.450Z] Removing intermediate container 97114ff5006f [2020-07-31T04:55:52.450Z] ---> febda32f858f [2020-07-31T04:55:52.450Z] [2020-07-31T04:55:52.450Z] Step 10/21 : FROM scratch [2020-07-31T04:55:52.450Z] ---> [2020-07-31T04:55:52.450Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:55:52.725Z] ---> Using cache [2020-07-31T04:55:52.725Z] ---> b062ec08e12b [2020-07-31T04:55:52.725Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-31T04:55:53.317Z] ---> Running in 0fdd7e8268e7 [2020-07-31T04:55:53.317Z] Removing intermediate container 13a8243bfb38 [2020-07-31T04:55:53.317Z] ---> 3b3909df8519 [2020-07-31T04:55:53.317Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T04:55:53.912Z] Removing intermediate container 0fdd7e8268e7 [2020-07-31T04:55:53.912Z] ---> 6b0e2c4d75c6 [2020-07-31T04:55:53.912Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:55:53.912Z] ---> Running in 90a774157207 [2020-07-31T04:55:54.508Z] ---> b20a849387cb [2020-07-31T04:55:54.508Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T04:55:54.508Z] Removing intermediate container 90a774157207 [2020-07-31T04:55:54.508Z] ---> Running in d41c5b722d55 [2020-07-31T04:55:54.508Z] ---> aefc3dbe14b6 [2020-07-31T04:55:54.801Z] Step 14/21 : WORKDIR / [2020-07-31T04:55:54.801Z] ---> Running in ebabe81d036f [2020-07-31T04:55:55.787Z] Removing intermediate container ebabe81d036f [2020-07-31T04:55:55.787Z] ---> 1713ee4ade5c [2020-07-31T04:55:55.787Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-31T04:55:56.384Z] Removing intermediate container 66bb9ed7472e [2020-07-31T04:55:56.384Z] ---> 26b06d0fc714 [2020-07-31T04:55:56.384Z] [2020-07-31T04:55:56.384Z] Step 10/21 : FROM scratch [2020-07-31T04:55:56.384Z] ---> [2020-07-31T04:55:56.384Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:55:56.659Z] ---> Using cache [2020-07-31T04:55:56.659Z] ---> b062ec08e12b [2020-07-31T04:55:56.659Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-31T04:55:56.659Z] ---> 3452d8018ab3 [2020-07-31T04:55:56.659Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-31T04:55:56.659Z] ---> Running in 4c187845903b [2020-07-31T04:55:57.255Z] Removing intermediate container 4c187845903b [2020-07-31T04:55:57.255Z] ---> db51e1b0e7e3 [2020-07-31T04:55:57.255Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:55:57.532Z] ---> Running in 9fada98b26df [2020-07-31T04:55:57.834Z] Removing intermediate container d41c5b722d55 [2020-07-31T04:55:57.834Z] ---> dbb37f64d021 [2020-07-31T04:55:57.834Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-31T04:55:58.116Z] ---> Running in 13fcf018f6cb [2020-07-31T04:55:58.116Z] Removing intermediate container 9fada98b26df [2020-07-31T04:55:58.116Z] ---> 4d1f37f4c9dd [2020-07-31T04:55:58.116Z] Step 14/21 : WORKDIR / [2020-07-31T04:55:58.116Z] ---> 02d7e6770c30 [2020-07-31T04:55:58.483Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-31T04:55:58.483Z] ---> Running in 7230d68c7160 [2020-07-31T04:55:59.109Z] Removing intermediate container 7230d68c7160 [2020-07-31T04:55:59.109Z] ---> 2a42c96e95c5 [2020-07-31T04:55:59.109Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-31T04:55:59.388Z] ---> 7ea2e8143f18 [2020-07-31T04:55:59.388Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:55:59.388Z] ---> Running in 5cf88437d22d [2020-07-31T04:55:59.981Z] ---> eff6a1bd30a5 [2020-07-31T04:55:59.981Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-31T04:55:59.981Z] Removing intermediate container 5cf88437d22d [2020-07-31T04:55:59.981Z] ---> 7682ac145dc3 [2020-07-31T04:55:59.981Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T04:56:00.253Z] ---> Running in 2af86b5e8817 [2020-07-31T04:56:00.853Z] Removing intermediate container 2af86b5e8817 [2020-07-31T04:56:00.853Z] ---> 6e3b531a3570 [2020-07-31T04:56:00.853Z] Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:56:01.123Z] ---> Running in 6ee2b3cb3cd7 [2020-07-31T04:56:01.395Z] ---> 292692203d6f [2020-07-31T04:56:01.395Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-31T04:56:01.677Z] Removing intermediate container 6ee2b3cb3cd7 [2020-07-31T04:56:01.677Z] ---> 0e11c8928536 [2020-07-31T04:56:01.677Z] Step 21/21 : LABEL version=0.0.0Removing intermediate container 13fcf018f6cb [2020-07-31T04:56:01.677Z] ---> 0861603d7a97 [2020-07-31T04:56:01.677Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T04:56:01.677Z] [2020-07-31T04:56:01.952Z] ---> Running in 582ffebc92d6 [2020-07-31T04:56:01.952Z] ---> Running in 0ebcd6cd7454 [2020-07-31T04:56:02.223Z] ---> a194d21f1b24 [2020-07-31T04:56:02.223Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:56:02.223Z] ---> Running in 3fd13437efdf [2020-07-31T04:56:02.496Z] Removing intermediate container 0ebcd6cd7454 [2020-07-31T04:56:02.496Z] ---> 44a901a03584 [2020-07-31T04:56:02.496Z] Step 26/29 : CMD [ "generate" ] [2020-07-31T04:56:02.496Z] Removing intermediate container 582ffebc92d6 [2020-07-31T04:56:02.496Z] ---> 7388bcad220e [2020-07-31T04:56:02.496Z] [2020-07-31T04:56:02.770Z] ---> Running in 9c8c8802f3c0 [2020-07-31T04:56:03.042Z] Successfully built 7388bcad220e [2020-07-31T04:56:03.042Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-31T04:56:03.042Z] Removing intermediate container 3fd13437efdf [2020-07-31T04:56:03.042Z] ---> 0fd41ba55470 [2020-07-31T04:56:03.042Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T04:56:03.042Z]  Building docker-core-metadata-go ... done  ---> Running in df919d03e1d2 [2020-07-31T04:56:03.313Z] Removing intermediate container 9c8c8802f3c0 [2020-07-31T04:56:03.313Z] ---> 2a0dff36239e [2020-07-31T04:56:03.313Z] Step 27/29 : LABEL arch=arm64 [2020-07-31T04:56:03.586Z] ---> Running in 318da7f4b316 [2020-07-31T04:56:03.586Z] Removing intermediate container df919d03e1d2 [2020-07-31T04:56:03.586Z] ---> 6737ad67c457 [2020-07-31T04:56:03.586Z] Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:56:03.586Z] ---> Running in b7e2b43568c0 [2020-07-31T04:56:03.858Z] Removing intermediate container 318da7f4b316 [2020-07-31T04:56:03.858Z] ---> 8b263f4bcb92 [2020-07-31T04:56:03.858Z] Step 28/29 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd [2020-07-31T04:56:04.132Z] ---> Running in 276d2b563b1c [2020-07-31T04:56:04.132Z] Removing intermediate container b7e2b43568c0 [2020-07-31T04:56:04.132Z] ---> 6cbc63ef3c65 [2020-07-31T04:56:04.132Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:56:04.400Z] ---> Running in 9683073d6ba8 [2020-07-31T04:56:04.400Z] Removing intermediate container 276d2b563b1c [2020-07-31T04:56:04.400Z] ---> 28aa2819f6a2 [2020-07-31T04:56:04.400Z] Step 29/29 : LABEL version=0.0.0 [2020-07-31T04:56:04.669Z] ---> Running in f28c967c0197 [2020-07-31T04:56:04.669Z] Removing intermediate container 9683073d6ba8 [2020-07-31T04:56:04.669Z] ---> 0a6c741d1097 [2020-07-31T04:56:04.669Z] [2020-07-31T04:56:05.256Z] Successfully built 0a6c741d1097 [2020-07-31T04:56:05.256Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-31T04:56:05.256Z]  Building docker-core-command-go ... done Removing intermediate container f28c967c0197 [2020-07-31T04:56:05.256Z] ---> 0a0f1e5f60f9 [2020-07-31T04:56:05.256Z] [2020-07-31T04:56:05.845Z] Successfully built 0a0f1e5f60f9 [2020-07-31T04:56:05.845Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-31T04:56:06.670Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-31T04:56:06.660Z] $ docker stop --time=1 57e0855f478cbc1e51fb989b1a2203f67266bb01181a2034da46457f20db51bd [2020-07-31T04:56:08.580Z] $ docker rm -f 57e0855f478cbc1e51fb989b1a2203f67266bb01181a2034da46457f20db51bd [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T04:56:09.248Z] + docker images [2020-07-31T04:56:09.248Z] + grep docker [2020-07-31T04:56:09.519Z] docker-core-command-go-arm64 latest 0a6c741d1097 5 seconds ago 12.4MB [2020-07-31T04:56:09.519Z] docker-security-secrets-setup-go-arm64 latest 0a0f1e5f60f9 5 seconds ago 24.2MB [2020-07-31T04:56:09.519Z] docker-core-metadata-go-arm64 latest 7388bcad220e 7 seconds ago 13.8MB [2020-07-31T04:56:09.519Z] docker-security-proxy-setup-go-arm64 latest 7fe664df9d38 24 seconds ago 15.8MB [2020-07-31T04:56:09.519Z] docker-support-notifications-go-arm64 latest 42165d092343 About a minute ago 13.9MB [2020-07-31T04:56:09.519Z] docker-core-data-go-arm64 latest b0584459a4e2 2 minutes ago 22.6MB [2020-07-31T04:56:09.519Z] docker-sys-mgmt-agent-go-arm64 latest eecb05891b17 3 minutes ago 266MB [2020-07-31T04:56:09.519Z] docker-security-secretstore-setup-go-arm64 latest 8ef62880fbb1 4 minutes ago 32.6MB [2020-07-31T04:56:09.519Z] docker-support-scheduler-go-arm64 latest b19672537031 4 minutes ago 12.6MB [2020-07-31T04:56:09.519Z] docker-support-logging-go-arm64 latest 91a2a734224c 4 minutes ago 11.4MB [2020-07-31T04:56:09.519Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-31T04:56:11.249Z] provisioning config files... [2020-07-31T04:56:11.269Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config3228639979799106727tmp [Pipeline] { [Pipeline] sh [2020-07-31T04:56:11.627Z] + bash -s - -t @/w/workspace/edgex-go/7@tmp/config3228639979799106727tmp [2020-07-31T04:56:11.627Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-07-31T04:56:11.895Z] 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-07-31T04:56:13.370Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T04:56:14.248Z] ---> package-listing.sh [2020-07-31T04:56:14.249Z] ++ facter osfamily [2020-07-31T04:56:14.249Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-31T04:56:14.249Z] + OS_FAMILY=redhat [2020-07-31T04:56:14.249Z] + workspace=/w/workspace/edgex-go/7 [2020-07-31T04:56:14.249Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-31T04:56:14.249Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-31T04:56:14.249Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-31T04:56:14.249Z] + PACKAGES=/tmp/packages_start.txt [2020-07-31T04:56:14.249Z] + '[' /w/workspace/edgex-go/7 ']' [2020-07-31T04:56:14.249Z] + PACKAGES=/tmp/packages_end.txt [2020-07-31T04:56:14.249Z] + case "${OS_FAMILY}" in [2020-07-31T04:56:14.249Z] + rpm -qa [2020-07-31T04:56:14.249Z] + sort [2020-07-31T04:56:18.456Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-31T04:56:18.456Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-31T04:56:18.456Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-31T04:56:18.456Z] + '[' /w/workspace/edgex-go/7 ']' [2020-07-31T04:56:18.456Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2020-07-31T04:56:18.456Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:56:19.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T04:56:19.234Z] [2020-07-31T04:56:19.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:56:19.623Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T04:56:19.623Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-31T04:56:19.623Z] c9b1b535fdd9: Pulling fs layer [2020-07-31T04:56:19.623Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-31T04:56:19.623Z] 756a868c4378: Pulling fs layer [2020-07-31T04:56:19.623Z] 444b2fc9a129: Pulling fs layer [2020-07-31T04:56:19.623Z] ea15f1150254: Pulling fs layer [2020-07-31T04:56:19.623Z] 41b27a9f41bf: Pulling fs layer [2020-07-31T04:56:19.623Z] 28c525ee5125: Pulling fs layer [2020-07-31T04:56:19.623Z] 094b1ea09ed8: Pulling fs layer [2020-07-31T04:56:19.623Z] 138eaada9080: Pulling fs layer [2020-07-31T04:56:19.623Z] 0622d0fa9048: Pulling fs layer [2020-07-31T04:56:19.623Z] ea15f1150254: Waiting [2020-07-31T04:56:19.623Z] 41b27a9f41bf: Waiting [2020-07-31T04:56:19.623Z] 28c525ee5125: Waiting [2020-07-31T04:56:19.623Z] 094b1ea09ed8: Waiting [2020-07-31T04:56:19.623Z] 138eaada9080: Waiting [2020-07-31T04:56:19.623Z] 0622d0fa9048: Waiting [2020-07-31T04:56:19.623Z] 444b2fc9a129: Waiting [2020-07-31T04:56:19.623Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-31T04:56:19.623Z] 2cc5ad85d9ab: Download complete [2020-07-31T04:56:19.623Z] 444b2fc9a129: Verifying Checksum [2020-07-31T04:56:19.623Z] 444b2fc9a129: Download complete [2020-07-31T04:56:19.623Z] c9b1b535fdd9: Verifying Checksum [2020-07-31T04:56:19.623Z] ea15f1150254: Download complete [2020-07-31T04:56:19.888Z] 28c525ee5125: Verifying Checksum [2020-07-31T04:56:19.888Z] 28c525ee5125: Download complete [2020-07-31T04:56:20.153Z] 756a868c4378: Verifying Checksum [2020-07-31T04:56:20.153Z] 756a868c4378: Download complete [2020-07-31T04:56:20.153Z] c9b1b535fdd9: Pull complete [2020-07-31T04:56:20.153Z] 138eaada9080: Verifying Checksum [2020-07-31T04:56:20.153Z] 138eaada9080: Download complete [2020-07-31T04:56:20.153Z] 094b1ea09ed8: Verifying Checksum [2020-07-31T04:56:20.153Z] 094b1ea09ed8: Download complete [2020-07-31T04:56:20.153Z] 0622d0fa9048: Verifying Checksum [2020-07-31T04:56:20.153Z] 0622d0fa9048: Download complete [2020-07-31T04:56:20.726Z] 2cc5ad85d9ab: Pull complete [2020-07-31T04:56:20.726Z] 41b27a9f41bf: Verifying Checksum [2020-07-31T04:56:20.726Z] 41b27a9f41bf: Download complete [2020-07-31T04:56:22.640Z] 756a868c4378: Pull complete [2020-07-31T04:56:22.906Z] 444b2fc9a129: Pull complete [2020-07-31T04:56:23.168Z] ea15f1150254: Pull complete [2020-07-31T04:56:27.393Z] 41b27a9f41bf: Pull complete [2020-07-31T04:56:27.658Z] 28c525ee5125: Pull complete [2020-07-31T04:56:29.581Z] 094b1ea09ed8: Pull complete [2020-07-31T04:56:29.841Z] 138eaada9080: Pull complete [2020-07-31T04:56:30.414Z] 0622d0fa9048: Pull complete [2020-07-31T04:56:30.414Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-31T04:56:30.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T04:56:30.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-31T04:56:30.610Z] prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container [2020-07-31T04:56:30.660Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-31T04:56:34.667Z] $ docker top e6060a9fa1139acd1a313b93c9b005023d174ded403bc34403d34bf17ec7fdb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-31T04:56:34.936Z] provisioning config files... [2020-07-31T04:56:34.950Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5151532330355996108tmp [Pipeline] { [Pipeline] echo [2020-07-31T04:56:35.009Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T04:56:35.304Z] ---> create-netrc.sh [Pipeline] echo [2020-07-31T04:56:35.314Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T04:56:35.605Z] ---> logs-deploy.sh [2020-07-31T04:56:35.605Z] + ARCHIVE_ARTIFACTS= [2020-07-31T04:56:35.605Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-31T04:56:35.605Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-31T04:56:35.605Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-31T04:56:35.605Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/7 [2020-07-31T04:56:35.605Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/7/ [2020-07-31T04:56:35.605Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/7 /w/workspace/edgex-go/7 [2020-07-31T04:56:36.549Z] Archives upload complete. [2020-07-31T04:56:36.811Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/7/