Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+b15589ad757bd96941d0737b641a3301667c5cfd (6fcfb48aff758af9bb20c4d1c9dcba7936ecd032) 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-678 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b Merge succeeded, producing 0a172e5825061bc389e33990346d27a610963de2 Checking out Revision 0a172e5825061bc389e33990346d27a610963de2 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # 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 b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a172e5825061bc389e33990346d27a610963de2 # timeout=10 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" > git rev-list --no-walk a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-23T04:31:27.914Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-23T04:31:28.098Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-23T04:31:28.178Z] ========================================================= [2020-07-23T04:31:28.178Z] EdgeX Global Pipelines Version Info [2020-07-23T04:31:28.178Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:31:30.666Z] ------------------- [2020-07-23T04:31:30.666Z] stable info: [2020-07-23T04:31:30.666Z] ------------------- [2020-07-23T04:31:30.666Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-23T04:31:30.666Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:31:30.666Z] Message: update stable to v1.0.103 [2020-07-23T04:31:31.655Z] ------------------- [2020-07-23T04:31:31.655Z] experimental info: [2020-07-23T04:31:31.655Z] ------------------- [2020-07-23T04:31:31.655Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-23T04:31:31.655Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:31:31.655Z] Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-23T04:31:33.292Z] ++ 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-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/core-command/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/core-data/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:31:33.293Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-23T04:31:33.293Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:33.293Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-23T04:31:33.293Z] ++ cut -d/ -f2 [2020-07-23T04:31:33.293Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-23T04:31:33.435Z] 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-23T04:31:34.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:31:34.908Z] [2020-07-23T04:31:34.908Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:31:35.654Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:31:36.367Z] latest: Pulling from edgex-devops/git-semver [2020-07-23T04:31:36.367Z] 31603596830f: Pulling fs layer [2020-07-23T04:31:36.367Z] 2a8b12db71e7: Pulling fs layer [2020-07-23T04:31:36.367Z] 6ca5941a6612: Pulling fs layer [2020-07-23T04:31:36.367Z] ecc8261a40a4: Pulling fs layer [2020-07-23T04:31:36.367Z] ecc8261a40a4: Waiting [2020-07-23T04:31:36.367Z] 2a8b12db71e7: Verifying Checksum [2020-07-23T04:31:36.367Z] 2a8b12db71e7: Download complete [2020-07-23T04:31:37.106Z] 31603596830f: Verifying Checksum [2020-07-23T04:31:37.106Z] 31603596830f: Download complete [2020-07-23T04:31:37.425Z] ecc8261a40a4: Verifying Checksum [2020-07-23T04:31:37.425Z] ecc8261a40a4: Download complete [2020-07-23T04:31:37.425Z] 6ca5941a6612: Verifying Checksum [2020-07-23T04:31:37.425Z] 6ca5941a6612: Download complete [2020-07-23T04:31:38.028Z] 31603596830f: Pull complete [2020-07-23T04:31:38.297Z] 2a8b12db71e7: Pull complete [2020-07-23T04:31:39.729Z] 6ca5941a6612: Pull complete [2020-07-23T04:31:39.729Z] ecc8261a40a4: Pull complete [2020-07-23T04:31:39.729Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-23T04:31:39.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:31:39.729Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-23T04:31:39.857Z] prd-centos7-docker-4c-2g-678 does not seem to be running inside a container [2020-07-23T04:31:39.936Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-23T04:31:42.530Z] $ docker top 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T04:31:42.824Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:31:42.824Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:31:43.181Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:31:43.187Z] $ docker exec 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf ssh-agent [2020-07-23T04:31:43.439Z] SSH_AUTH_SOCK=/tmp/ssh-WtLVpMq2dCgH/agent.12 [2020-07-23T04:31:43.439Z] SSH_AGENT_PID=18 [2020-07-23T04:31:43.492Z] Running ssh-add (command line suppressed) [2020-07-23T04:31:43.640Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_3287200653571748962.key (/w/workspace/edgex-go/19@tmp/private_key_3287200653571748962.key) [2020-07-23T04:31:43.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:31:44.756Z] + git describe --exact-match --tags HEAD [2020-07-23T04:31:44.756Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-23T04:31:44.841Z] $ docker exec --env ******** --env ******** 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf ssh-agent -k [2020-07-23T04:31:44.985Z] unset SSH_AUTH_SOCK; [2020-07-23T04:31:44.986Z] unset SSH_AGENT_PID; [2020-07-23T04:31:44.986Z] echo Agent pid 18 killed; [2020-07-23T04:31:45.053Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-23T04:31:45.159Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-23T04:31:45.159Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-23T04:31:45.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:31:45.255Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:31:45.558Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:31:45.564Z] $ docker exec 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf ssh-agent [2020-07-23T04:31:45.899Z] SSH_AUTH_SOCK=/tmp/ssh-bPj5f5iOP5jb/agent.47 [2020-07-23T04:31:45.899Z] SSH_AGENT_PID=52 [2020-07-23T04:31:45.919Z] Running ssh-add (command line suppressed) [2020-07-23T04:31:46.393Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_1233006861988436136.key (/w/workspace/edgex-go/19@tmp/private_key_1233006861988436136.key) [2020-07-23T04:31:46.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:31:47.053Z] + git semver init [2020-07-23T04:31:47.053Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T04:31:47.053Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2020-07-23T04:31:47.053Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2020-07-23T04:31:47.053Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T04:31:47.053Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T04:31:47.053Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T04:31:47.053Z] # $SEMVER_BRANCH = PR-2610 [2020-07-23T04:31:47.053Z] # $SEMVER_TEMP = /tmp/semver-858407424 [2020-07-23T04:31:47.053Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-23T04:32:19.782Z] # '/tmp/semver-858407424' -> '/w/workspace/edgex-go/19/.semver' [2020-07-23T04:32:21.318Z] # -> Force: false [2020-07-23T04:32:21.318Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2020-07-23T04:32:21.335Z] $ docker exec --env ******** --env ******** 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf ssh-agent -k [2020-07-23T04:32:21.580Z] unset SSH_AUTH_SOCK; [2020-07-23T04:32:21.582Z] unset SSH_AGENT_PID; [2020-07-23T04:32:21.582Z] echo Agent pid 52 killed; [2020-07-23T04:32:21.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T04:32:22.179Z] + git semver [Pipeline] } [2020-07-23T04:32:22.217Z] $ docker stop --time=1 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf [2020-07-23T04:32:24.169Z] $ docker rm -f 6454f0f942cc6e0677062ee73d1bf5104321b53fc0d928c3d0fa0d86419ea3bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-23T04:32:49.258Z] Stashed 23 file(s) [Pipeline] echo [2020-07-23T04:32:49.261Z] [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-23T04:32:49.712Z] ========================================================= [2020-07-23T04:32:49.712Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-23T04:32:49.712Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:32:50.200Z] + 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-23T04:32:54.561Z] Sending build context to Docker daemon 323.3MB [2020-07-23T04:32:54.561Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:32:54.561Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:32:54.561Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-23T04:32:54.561Z] df20fa9351a1: Pulling fs layer [2020-07-23T04:32:54.561Z] ed8968b2872e: Pulling fs layer [2020-07-23T04:32:54.561Z] a92cc7c5fd73: Pulling fs layer [2020-07-23T04:32:54.561Z] 2dd03ba5bac4: Pulling fs layer [2020-07-23T04:32:54.561Z] 1e091d79d1de: Pulling fs layer [2020-07-23T04:32:54.561Z] 481702a1767f: Pulling fs layer [2020-07-23T04:32:54.561Z] f64a6f60c768: Pulling fs layer [2020-07-23T04:32:54.561Z] e78d2573fc39: Pulling fs layer [2020-07-23T04:32:54.561Z] e876d2f968b6: Pulling fs layer [2020-07-23T04:32:54.561Z] ce8a83651883: Pulling fs layer [2020-07-23T04:32:54.561Z] 07967f4d0e4b: Pulling fs layer [2020-07-23T04:32:54.561Z] 2dd03ba5bac4: Waiting [2020-07-23T04:32:54.561Z] 1e091d79d1de: Waiting [2020-07-23T04:32:54.561Z] 481702a1767f: Waiting [2020-07-23T04:32:54.561Z] f64a6f60c768: Waiting [2020-07-23T04:32:54.561Z] e78d2573fc39: Waiting [2020-07-23T04:32:54.561Z] e876d2f968b6: Waiting [2020-07-23T04:32:54.561Z] ce8a83651883: Waiting [2020-07-23T04:32:54.561Z] 07967f4d0e4b: Waiting [2020-07-23T04:32:54.561Z] a92cc7c5fd73: Verifying Checksum [2020-07-23T04:32:54.561Z] a92cc7c5fd73: Download complete [2020-07-23T04:32:54.561Z] ed8968b2872e: Verifying Checksum [2020-07-23T04:32:54.561Z] ed8968b2872e: Download complete [2020-07-23T04:32:54.561Z] 1e091d79d1de: Verifying Checksum [2020-07-23T04:32:54.561Z] 1e091d79d1de: Download complete [2020-07-23T04:32:54.561Z] 481702a1767f: Verifying Checksum [2020-07-23T04:32:54.561Z] 481702a1767f: Download complete [2020-07-23T04:32:54.561Z] df20fa9351a1: Verifying Checksum [2020-07-23T04:32:54.561Z] df20fa9351a1: Download complete [2020-07-23T04:32:55.258Z] df20fa9351a1: Pull complete [2020-07-23T04:32:56.382Z] f64a6f60c768: Verifying Checksum [2020-07-23T04:32:56.382Z] f64a6f60c768: Download complete [2020-07-23T04:32:56.382Z] e876d2f968b6: Verifying Checksum [2020-07-23T04:32:56.382Z] e876d2f968b6: Download complete [2020-07-23T04:32:57.402Z] 2dd03ba5bac4: Download complete [2020-07-23T04:32:58.833Z] ce8a83651883: Verifying Checksum [2020-07-23T04:32:58.833Z] ce8a83651883: Download complete [2020-07-23T04:32:58.833Z] e78d2573fc39: Verifying Checksum [2020-07-23T04:32:58.833Z] e78d2573fc39: Download complete [2020-07-23T04:32:59.478Z] 07967f4d0e4b: Verifying Checksum [2020-07-23T04:32:59.478Z] 07967f4d0e4b: Download complete [2020-07-23T04:32:59.478Z] ed8968b2872e: Pull complete [2020-07-23T04:32:59.848Z] a92cc7c5fd73: Pull complete [2020-07-23T04:33:04.531Z] Still waiting to schedule task [2020-07-23T04:33:04.531Z] ‘prd-centos7-docker-4c-2g-684’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-686’ is offline [2020-07-23T04:33:10.408Z] 2dd03ba5bac4: Pull complete [2020-07-23T04:33:10.408Z] 1e091d79d1de: Pull complete [2020-07-23T04:33:10.408Z] 481702a1767f: Pull complete [2020-07-23T04:33:15.991Z] f64a6f60c768: Pull complete [2020-07-23T04:33:21.482Z] e78d2573fc39: Pull complete [2020-07-23T04:33:21.482Z] e876d2f968b6: Pull complete [2020-07-23T04:33:23.182Z] ce8a83651883: Pull complete [2020-07-23T04:33:23.456Z] 07967f4d0e4b: Pull complete [2020-07-23T04:33:23.456Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-23T04:33:23.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-23T04:33:23.456Z] ---> 5d7c900382c6 [2020-07-23T04:33:23.456Z] 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-23T04:33:24.460Z] ---> Running in 57eb2ab9933b [2020-07-23T04:33:25.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:33:26.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:33:26.808Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:33:27.089Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:33:27.089Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:33:27.383Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:33:31.010Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:33:31.010Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:33:31.010Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:33:31.010Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:33:31.010Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:33:31.274Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:33:31.274Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:33:31.274Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:33:31.547Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:33:31.547Z] OK: 233 MiB in 51 packages [2020-07-23T04:33:36.343Z] Removing intermediate container 57eb2ab9933b [2020-07-23T04:33:36.343Z] ---> 0dfc08816602 [2020-07-23T04:33:36.343Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:33:36.343Z] ---> Running in e9a1d2ddf9e1 [2020-07-23T04:33:36.634Z] Removing intermediate container e9a1d2ddf9e1 [2020-07-23T04:33:36.634Z] ---> 4300815c05b8 [2020-07-23T04:33:36.634Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:33:36.925Z] latest: Pulling from library/docker [2020-07-23T04:33:37.338Z] df20fa9351a1: Already exists [2020-07-23T04:33:37.338Z] 25ad7478873d: Pulling fs layer [2020-07-23T04:33:37.338Z] 4684f6177b5d: Pulling fs layer [2020-07-23T04:33:37.338Z] 46e300cec669: Pulling fs layer [2020-07-23T04:33:37.338Z] 63038576ad94: Pulling fs layer [2020-07-23T04:33:37.338Z] 0fdb76c4706c: Pulling fs layer [2020-07-23T04:33:37.338Z] cb7edeffdfd5: Pulling fs layer [2020-07-23T04:33:37.338Z] 63038576ad94: Waiting [2020-07-23T04:33:37.338Z] 0fdb76c4706c: Waiting [2020-07-23T04:33:37.338Z] cb7edeffdfd5: Waiting [2020-07-23T04:33:37.714Z] 4684f6177b5d: Verifying Checksum [2020-07-23T04:33:37.714Z] 4684f6177b5d: Download complete [2020-07-23T04:33:37.714Z] 25ad7478873d: Verifying Checksum [2020-07-23T04:33:37.714Z] 25ad7478873d: Download complete [2020-07-23T04:33:37.714Z] 63038576ad94: Verifying Checksum [2020-07-23T04:33:37.714Z] 63038576ad94: Download complete [2020-07-23T04:33:38.042Z] 0fdb76c4706c: Verifying Checksum [2020-07-23T04:33:38.042Z] 0fdb76c4706c: Download complete [2020-07-23T04:33:38.042Z] cb7edeffdfd5: Verifying Checksum [2020-07-23T04:33:38.042Z] cb7edeffdfd5: Download complete [2020-07-23T04:33:38.432Z] 25ad7478873d: Pull complete [2020-07-23T04:33:39.050Z] 4684f6177b5d: Pull complete [2020-07-23T04:33:39.050Z] 46e300cec669: Verifying Checksum [2020-07-23T04:33:39.050Z] 46e300cec669: Download complete [2020-07-23T04:33:46.189Z] 46e300cec669: Pull complete [2020-07-23T04:33:46.189Z] 63038576ad94: Pull complete [2020-07-23T04:33:46.189Z] 0fdb76c4706c: Pull complete [2020-07-23T04:33:46.189Z] cb7edeffdfd5: Pull complete [2020-07-23T04:33:46.189Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:33:46.189Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:33:48.162Z] ---> 2abf7b8ff7c8 [2020-07-23T04:33:48.162Z] Step 6/7 : COPY go.mod . [2020-07-23T04:33:48.507Z] ---> b7fa42fcf53e [2020-07-23T04:33:48.507Z] Step 7/7 : RUN go mod download [2020-07-23T04:33:48.507Z] ---> Running in 22d133ed973a [2020-07-23T04:33:54.298Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:33:54.298Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:33:54.298Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:33:54.298Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:33:54.298Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:33:54.298Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:33:54.298Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:33:54.298Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:33:54.298Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:33:54.298Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:33:54.298Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:33:54.298Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:33:54.298Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:33:54.298Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:33:54.298Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-07-23T04:33:54.298Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:33:54.298Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:33:54.298Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:33:54.298Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:33:54.298Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:33:54.298Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:33:54.298Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:33:54.298Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:33:54.298Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:33:54.298Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-23T04:33:54.298Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-23T04:33:54.298Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-23T04:33:54.298Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-23T04:33:54.298Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:33:54.298Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:33:54.298Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:33:54.298Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:33:54.298Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:33:54.298Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:33:54.298Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:33:54.298Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:33:54.298Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:33:54.298Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:33:54.564Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:33:54.859Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:33:54.859Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:33:54.859Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:33:54.859Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:33:54.859Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:33:54.859Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:33:54.859Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:33:54.859Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:33:54.859Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:33:54.859Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-23T04:33:54.859Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:33:54.859Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:33:54.859Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:33:54.859Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:33:55.197Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:33:55.197Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:33:55.197Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:33:55.197Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:33:55.197Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:33:55.197Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:33:55.197Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:33:55.197Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:33:55.197Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:33:55.197Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:33:55.469Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:33:55.469Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:33:55.469Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:33:55.469Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:33:55.469Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:33:55.469Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:33:55.469Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:33:55.469Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:33:55.469Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:33:55.469Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:33:55.741Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:33:55.741Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:33:55.741Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:33:55.741Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:33:55.741Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:33:55.741Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:33:55.741Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:33:55.741Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:33:55.741Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:33:55.741Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:33:56.085Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:33:56.085Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:33:56.085Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:33:56.085Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:34:20.922Z] Removing intermediate container 22d133ed973a [2020-07-23T04:34:20.922Z] ---> e8debae2ae41 [2020-07-23T04:34:20.922Z] Successfully built e8debae2ae41 [2020-07-23T04:34:20.922Z] 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-23T04:34:21.507Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-23T04:34:21.507Z] . [Pipeline] withDockerContainer [2020-07-23T04:34:21.645Z] prd-centos7-docker-4c-2g-678 does not seem to be running inside a container [2020-07-23T04:34:21.718Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-23T04:34:23.127Z] $ docker top 15583f76b76828b1e4a2ee297b9ab2ad33beee27aeaaa563828c0c1725115913 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:34:23.658Z] + go version [2020-07-23T04:34:23.658Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-23T04:34:23.671Z] ========================================================= [2020-07-23T04:34:23.671Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:34:23.671Z] ========================================================= [Pipeline] sh [2020-07-23T04:34:23.967Z] + make test raml_verify [2020-07-23T04:34:23.967Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:34:28.346Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:34:47.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:34:56.980Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:34:56.980Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:34:56.980Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:34:56.980Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:35:02.151Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s [2020-07-23T04:35:02.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:35:02.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:35:02.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:35:02.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:35:02.866Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:35:02.866Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:35:02.866Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:35:02.866Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:35:08.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.045s coverage: 46.6% of statements [2020-07-23T04:35:08.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:35:08.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:35:08.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:35:08.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:35:08.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:35:10.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.088s coverage: 27.3% of statements [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:35:10.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.016s coverage: 100.0% of statements [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:35:10.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:35:10.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-07-23T04:35:11.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.330s coverage: 77.5% of statements [2020-07-23T04:35:11.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-07-23T04:35:11.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-07-23T04:35:11.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-07-23T04:35:11.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-07-23T04:35:11.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-07-23T04:35:11.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-07-23T04:35:11.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-07-23T04:35:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.234s coverage: 29.3% of statements [2020-07-23T04:35:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:35:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:35:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:35:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:35:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:35:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2020-07-23T04:35:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:35:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.011s coverage: 100.0% of statements [2020-07-23T04:35:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:35:16.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.054s coverage: 89.8% of statements [2020-07-23T04:35:16.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:35:17.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.033s coverage: 97.5% of statements [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:35:17.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.029s coverage: 100.0% of statements [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:35:17.098Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-07-23T04:35:17.098Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-07-23T04:35:18.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.073s coverage: 63.5% of statements [2020-07-23T04:35:18.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:35:18.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:35:18.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2020-07-23T04:35:19.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements [2020-07-23T04:35:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:35:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:35:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:35:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:35:23.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.344s coverage: 86.3% of statements [2020-07-23T04:35:23.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:35:23.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.513s coverage: 72.2% of statements [2020-07-23T04:35:23.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.196s coverage: 72.1% of statements [2020-07-23T04:35:23.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements [2020-07-23T04:35:23.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements [2020-07-23T04:35:23.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:35:23.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:35:23.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:35:23.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements [2020-07-23T04:35:23.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:35:24.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements [2020-07-23T04:35:24.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:35:27.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements [2020-07-23T04:35:27.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:35:27.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:35:27.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.214s coverage: 84.1% of statements [2020-07-23T04:35:27.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements [2020-07-23T04:35:27.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.015s coverage: 43.1% of statements [2020-07-23T04:35:27.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:35:27.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:35:28.168Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-07-23T04:35:28.168Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:35:28.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements [2020-07-23T04:35:28.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:35:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.173s coverage: 45.9% of statements [2020-07-23T04:35:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:35:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:35:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements [2020-07-23T04:35:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:35:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:35:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:35:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements [2020-07-23T04:35:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:35:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.022s coverage: 100.0% of statements [2020-07-23T04:35:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:35:37.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.103s coverage: 29.1% of statements [2020-07-23T04:35:37.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:35:37.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:35:37.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:35:37.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:35:37.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:35:37.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2020-07-23T04:35:37.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:35:37.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements [2020-07-23T04:35:37.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:35:37.004Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2020-07-23T04:35:37.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:35:38.038Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2020-07-23T04:35:38.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:35:38.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:35:38.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:35:38.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:35:38.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements [2020-07-23T04:35:38.334Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:35:38.334Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:35:38.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.010s coverage: 100.0% of statements [2020-07-23T04:35:38.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements [2020-07-23T04:35:39.251Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.016s coverage: 100.0% of statements [2020-07-23T04:35:39.914Z] GO111MODULE=on go vet ./... [2020-07-23T04:35:50.513Z] gofmt -l . [2020-07-23T04:35:51.589Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:35:52.569Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:35:54.530Z] ./bin/test-attribution-txt.sh [2020-07-23T04:35:57.955Z] docker run --rm --privileged \ [2020-07-23T04:35:57.955Z] -v /w/workspace/edgex-go/19:/raml-verification -w /raml-verification \ [2020-07-23T04:35:57.955Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-23T04:35:57.955Z] /scripts/raml-verify.sh [2020-07-23T04:35:58.240Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-23T04:35:58.240Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:35:58.240Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-23T04:35:58.240Z] bd07af9ed1a4: Pulling fs layer [2020-07-23T04:35:58.240Z] 3556ccf180b2: Pulling fs layer [2020-07-23T04:35:58.240Z] 089d4748da74: Pulling fs layer [2020-07-23T04:35:58.240Z] c6eb57c77bc5: Pulling fs layer [2020-07-23T04:35:58.240Z] 0364d5097239: Pulling fs layer [2020-07-23T04:35:58.240Z] 089d4748da74: Waiting [2020-07-23T04:35:58.240Z] c6eb57c77bc5: Waiting [2020-07-23T04:35:58.240Z] 0364d5097239: Waiting [2020-07-23T04:35:58.698Z] 3556ccf180b2: Verifying Checksum [2020-07-23T04:35:58.698Z] 3556ccf180b2: Download complete [2020-07-23T04:35:58.698Z] 089d4748da74: Verifying Checksum [2020-07-23T04:35:58.698Z] 089d4748da74: Download complete [2020-07-23T04:35:58.698Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-23T04:35:58.698Z] cbdbe7a5bc2a: Download complete [2020-07-23T04:35:58.698Z] 0364d5097239: Verifying Checksum [2020-07-23T04:35:58.698Z] 0364d5097239: Download complete [2020-07-23T04:35:59.140Z] cbdbe7a5bc2a: Pull complete [2020-07-23T04:35:59.419Z] c6eb57c77bc5: Download complete [2020-07-23T04:35:59.702Z] bd07af9ed1a4: Verifying Checksum [2020-07-23T04:35:59.702Z] bd07af9ed1a4: Download complete [2020-07-23T04:36:03.576Z] bd07af9ed1a4: Pull complete [2020-07-23T04:36:03.576Z] 3556ccf180b2: Pull complete [2020-07-23T04:36:03.853Z] 089d4748da74: Pull complete [2020-07-23T04:36:04.842Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-690 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-07-23T04:36:04.913Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2020-07-23T04:36:05.965Z] c6eb57c77bc5: Pull complete [2020-07-23T04:36:06.245Z] 0364d5097239: Pull complete [2020-07-23T04:36:06.245Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-23T04:36:06.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-23T04:36:10.355Z] using credential edgex-jenkins-ssh [2020-07-23T04:36:10.410Z] Cloning the remote Git repository [2020-07-23T04:36:10.410Z] Cloning with configured refspecs honoured and without tags [2020-07-23T04:36:10.465Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:36:10.575Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2020-07-23T04:36:10.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:36:10.645Z] > git --version # timeout=10 [2020-07-23T04:36:10.671Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:36:10.721Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:36:18.686Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:36:18.686Z] OK [2020-07-23T04:36:18.686Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:36:20.142Z] OK [2020-07-23T04:36:20.142Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:36:22.815Z] OK [2020-07-23T04:36:22.815Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:36:24.276Z] OK [2020-07-23T04:36:24.276Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:36:26.278Z] OK [2020-07-23T04:36:26.279Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:36:28.018Z] OK [2020-07-23T04:36:28.018Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:36:28.612Z] OK [Pipeline] sh [2020-07-23T04:36:29.843Z] + ls -al . [2020-07-23T04:36:29.843Z] total 556 [2020-07-23T04:36:29.843Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:35 . [2020-07-23T04:36:29.843Z] drwxr-xr-x 4 root root 30 Jul 23 04:34 .. [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:31 .dockerignore [2020-07-23T04:36:29.843Z] drwxrwxr-x 8 1001 1001 179 Jul 23 04:31 .git [2020-07-23T04:36:29.843Z] drwxrwxr-x 3 1001 1001 60 Jul 23 04:31 .github [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:31 .gitignore [2020-07-23T04:36:29.843Z] drwx------ 3 1001 1001 47 Jul 23 04:32 .semver [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:31 .sonarcloud.properties [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:31 CONTRIBUTING.md [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:31 Dockerfile.build [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:31 Jenkinsfile [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:31 LICENSE [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:31 Makefile [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:31 README.md [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:31 SECURITY.md [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:32 VERSION [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:31 ZMQWindows.md [2020-07-23T04:36:29.843Z] drwxrwxr-x 4 1001 1001 33 Jul 23 04:31 api [2020-07-23T04:36:29.843Z] drwxrwxr-x 2 1001 1001 117 Jul 23 04:31 bin [2020-07-23T04:36:29.843Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:31 cmd [2020-07-23T04:36:29.843Z] -rw-r--r-- 1 root root 457776 Jul 23 04:35 coverage.out [2020-07-23T04:36:29.843Z] -rw-r--r-- 1 root root 1019 Jul 23 04:35 go.mod [2020-07-23T04:36:29.843Z] -rw-r--r-- 1 root root 19185 Jul 23 04:35 go.sum [2020-07-23T04:36:29.843Z] drwxrwxr-x 8 1001 1001 127 Jul 23 04:31 internal [2020-07-23T04:36:29.843Z] drwxrwxr-x 4 1001 1001 71 Jul 23 04:31 snap [2020-07-23T04:36:29.843Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:31 version.go [Pipeline] sh [2020-07-23T04:36:30.575Z] + '[' -e coverage.out ] [2020-07-23T04:36:30.575Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:36:30.959Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:36:31.314Z] + make build [2020-07-23T04:36:31.314Z] 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-23T04:36:33.969Z] Fetching without tags [2020-07-23T04:36:34.595Z] Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b [2020-07-23T04:36:35.315Z] Merge succeeded, producing d6540aa36a0d69aa3cff7b1b41b4c9bfaa26e3bb [2020-07-23T04:36:35.315Z] Checking out Revision d6540aa36a0d69aa3cff7b1b41b4c9bfaa26e3bb (PR-2610) [2020-07-23T04:36:33.856Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:36:33.873Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-07-23T04:36:33.899Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:36:33.935Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:36:33.978Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:36:33.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:36:34.029Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:36:34.612Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:36:34.636Z] > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [2020-07-23T04:36:34.968Z] > git remote # timeout=10 [2020-07-23T04:36:34.992Z] > git config --get remote.origin.url # timeout=10 [2020-07-23T04:36:35.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:36:35.016Z] > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 [2020-07-23T04:36:35.295Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-23T04:36:35.317Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:36:35.337Z] > git checkout -f d6540aa36a0d69aa3cff7b1b41b4c9bfaa26e3bb # timeout=10 [2020-07-23T04:36:39.654Z] Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" [2020-07-23T04:36:39.660Z] > git rev-list --no-walk a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-23T04:36:44.103Z] 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-23T04:36:48.573Z] 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-23T04:36:50.143Z] 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 [Pipeline] echo [2020-07-23T04:36:52.486Z] ========================================================= [2020-07-23T04:36:52.486Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-23T04:36:52.486Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:36:53.006Z] 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-23T04:36:53.417Z] + 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-23T04:36:56.983Z] 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-23T04:36:57.758Z] Sending build context to Docker daemon 323.3MB [2020-07-23T04:36:57.758Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:36:57.758Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:36:57.758Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-23T04:36:57.758Z] b538f80385f9: Pulling fs layer [2020-07-23T04:36:57.758Z] 74f711af9a0d: Pulling fs layer [2020-07-23T04:36:57.758Z] 99f96fe45779: Pulling fs layer [2020-07-23T04:36:57.758Z] fd7a069fd194: Pulling fs layer [2020-07-23T04:36:57.758Z] 66aa3694b03b: Pulling fs layer [2020-07-23T04:36:57.758Z] 170f70906a0f: Pulling fs layer [2020-07-23T04:36:57.758Z] ad7c5574e4b9: Pulling fs layer [2020-07-23T04:36:57.758Z] e772456be8f7: Pulling fs layer [2020-07-23T04:36:57.758Z] c890913d741a: Pulling fs layer [2020-07-23T04:36:57.758Z] 2480fcc9aa5a: Pulling fs layer [2020-07-23T04:36:57.758Z] 09adf4765672: Pulling fs layer [2020-07-23T04:36:57.758Z] fd7a069fd194: Waiting [2020-07-23T04:36:57.758Z] 66aa3694b03b: Waiting [2020-07-23T04:36:57.758Z] 170f70906a0f: Waiting [2020-07-23T04:36:57.758Z] ad7c5574e4b9: Waiting [2020-07-23T04:36:57.758Z] e772456be8f7: Waiting [2020-07-23T04:36:57.758Z] c890913d741a: Waiting [2020-07-23T04:36:57.758Z] 2480fcc9aa5a: Waiting [2020-07-23T04:36:57.758Z] 09adf4765672: Waiting [2020-07-23T04:36:57.758Z] 99f96fe45779: Verifying Checksum [2020-07-23T04:36:57.758Z] 99f96fe45779: Download complete [2020-07-23T04:36:57.758Z] 74f711af9a0d: Verifying Checksum [2020-07-23T04:36:57.758Z] 74f711af9a0d: Download complete [2020-07-23T04:36:57.758Z] 66aa3694b03b: Verifying Checksum [2020-07-23T04:36:57.758Z] 66aa3694b03b: Download complete [2020-07-23T04:36:57.758Z] 170f70906a0f: Verifying Checksum [2020-07-23T04:36:57.758Z] 170f70906a0f: Download complete [2020-07-23T04:36:57.758Z] b538f80385f9: Verifying Checksum [2020-07-23T04:36:57.758Z] b538f80385f9: Download complete [2020-07-23T04:36:58.359Z] 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-23T04:36:58.756Z] b538f80385f9: Pull complete [2020-07-23T04:36:59.032Z] 74f711af9a0d: Pull complete [2020-07-23T04:36:59.637Z] 99f96fe45779: Pull complete [2020-07-23T04:37:01.638Z] ad7c5574e4b9: Verifying Checksum [2020-07-23T04:37:01.638Z] ad7c5574e4b9: Download complete [2020-07-23T04:37:01.638Z] c890913d741a: Verifying Checksum [2020-07-23T04:37:01.638Z] c890913d741a: Download complete [2020-07-23T04:37:02.823Z] 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-23T04:37:03.611Z] 2480fcc9aa5a: Verifying Checksum [2020-07-23T04:37:03.611Z] 2480fcc9aa5a: Download complete [2020-07-23T04:37:03.611Z] 09adf4765672: Download complete [2020-07-23T04:37:05.044Z] e772456be8f7: Verifying Checksum [2020-07-23T04:37:05.044Z] e772456be8f7: Download complete [2020-07-23T04:37:05.476Z] 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-23T04:37:05.641Z] fd7a069fd194: Verifying Checksum [2020-07-23T04:37:05.641Z] fd7a069fd194: Download complete [2020-07-23T04:37:08.166Z] 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-23T04:37:10.166Z] 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-23T04:37:13.210Z] 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-23T04:37:16.420Z] 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-23T04:37:18.045Z] fd7a069fd194: Pull complete [2020-07-23T04:37:18.045Z] 66aa3694b03b: Pull complete [2020-07-23T04:37:18.045Z] 170f70906a0f: Pull complete [Pipeline] } [2020-07-23T04:37:20.389Z] $ docker stop --time=1 15583f76b76828b1e4a2ee297b9ab2ad33beee27aeaaa563828c0c1725115913 [2020-07-23T04:37:21.451Z] ad7c5574e4b9: Pull complete [2020-07-23T04:37:22.525Z] $ docker rm -f 15583f76b76828b1e4a2ee297b9ab2ad33beee27aeaaa563828c0c1725115913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:37:24.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:37:24.647Z] [2020-07-23T04:37:24.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:37:24.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:37:24.997Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-23T04:37:24.997Z] cbdbe7a5bc2a: Already exists [2020-07-23T04:37:24.997Z] ca9280d653b3: Pulling fs layer [2020-07-23T04:37:24.997Z] 7e9c9ca2126c: Pulling fs layer [2020-07-23T04:37:25.752Z] e772456be8f7: Pull complete [2020-07-23T04:37:25.752Z] c890913d741a: Pull complete [2020-07-23T04:37:26.029Z] ca9280d653b3: Download complete [2020-07-23T04:37:28.226Z] 7e9c9ca2126c: Download complete [2020-07-23T04:37:29.146Z] 2480fcc9aa5a: Pull complete [2020-07-23T04:37:29.215Z] ca9280d653b3: Pull complete [2020-07-23T04:37:29.740Z] 09adf4765672: Pull complete [2020-07-23T04:37:29.740Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-23T04:37:29.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-23T04:37:29.740Z] ---> 2248a725d1cf [2020-07-23T04:37:29.740Z] 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-23T04:37:35.136Z] ---> Running in 210ffe9b32cc [2020-07-23T04:37:37.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:37:37.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:37:39.135Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:37:39.135Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:37:39.407Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:37:39.407Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:37:39.508Z] 7e9c9ca2126c: Pull complete [2020-07-23T04:37:39.508Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-23T04:37:39.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:37:39.508Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-23T04:37:39.708Z] prd-centos7-docker-4c-2g-678 does not seem to be running inside a container [2020-07-23T04:37:39.762Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-23T04:37:42.267Z] $ docker top b62f0a596f6ac878850f4bb56a36d5a91c902ae1561a2ece0c9556598a73eb3f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:37:42.763Z] + grep parallel [2020-07-23T04:37:42.763Z] + docker-compose build --help [2020-07-23T04:37:42.851Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:37:42.851Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:37:42.851Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:37:43.122Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:37:43.122Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:37:43.393Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:37:43.393Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:37:43.393Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:37:43.663Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:43.663Z] OK: 217 MiB in 51 packages [2020-07-23T04:37:44.162Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:37:44.170Z] $ docker stop --time=1 b62f0a596f6ac878850f4bb56a36d5a91c902ae1561a2ece0c9556598a73eb3f [2020-07-23T04:37:46.073Z] $ docker rm -f b62f0a596f6ac878850f4bb56a36d5a91c902ae1561a2ece0c9556598a73eb3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:37:46.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:37:47.313Z] . [Pipeline] withDockerContainer [2020-07-23T04:37:47.603Z] prd-centos7-docker-4c-2g-678 does not seem to be running inside a container [2020-07-23T04:37:47.720Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-23T04:37:48.598Z] $ docker top e320946f4f61846f23ee2d4ca6eb300fb45d83444d55a51d6626d90adce41ce4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:37:49.057Z] Removing intermediate container 210ffe9b32cc [2020-07-23T04:37:49.057Z] ---> bce366496513 [2020-07-23T04:37:49.057Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:37:49.057Z] ---> Running in b7135b44b92e [2020-07-23T04:37:49.057Z] Removing intermediate container b7135b44b92e [2020-07-23T04:37:49.057Z] ---> 2af626ada19e [2020-07-23T04:37:49.057Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:37:49.329Z] latest: Pulling from library/docker [2020-07-23T04:37:49.329Z] b538f80385f9: Already exists [2020-07-23T04:37:49.606Z] 259a493cd78d: Pulling fs layer [2020-07-23T04:37:49.606Z] b8e66b5100f5: Pulling fs layer [2020-07-23T04:37:49.606Z] 39dc9c94d07c: Pulling fs layer [2020-07-23T04:37:49.606Z] 551b823b3b82: Pulling fs layer [2020-07-23T04:37:49.606Z] 3c52a74df98c: Pulling fs layer [2020-07-23T04:37:49.606Z] 6c9b121b6998: Pulling fs layer [2020-07-23T04:37:49.606Z] 3c52a74df98c: Waiting [2020-07-23T04:37:49.606Z] 6c9b121b6998: Waiting [2020-07-23T04:37:49.606Z] 551b823b3b82: Waiting [2020-07-23T04:37:49.606Z] b8e66b5100f5: Verifying Checksum [2020-07-23T04:37:49.606Z] b8e66b5100f5: Download complete [2020-07-23T04:37:49.606Z] 259a493cd78d: Verifying Checksum [2020-07-23T04:37:49.606Z] 259a493cd78d: Download complete [2020-07-23T04:37:49.651Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:37:49.882Z] 551b823b3b82: Verifying Checksum [2020-07-23T04:37:49.882Z] 551b823b3b82: Download complete [2020-07-23T04:37:49.882Z] 3c52a74df98c: Verifying Checksum [2020-07-23T04:37:49.882Z] 3c52a74df98c: Download complete [2020-07-23T04:37:49.882Z] 6c9b121b6998: Verifying Checksum [2020-07-23T04:37:49.882Z] 6c9b121b6998: Download complete [2020-07-23T04:37:50.482Z] 259a493cd78d: Pull complete [2020-07-23T04:37:50.763Z] b8e66b5100f5: Pull complete [2020-07-23T04:37:50.873Z] Building docker-core-command-go ... [2020-07-23T04:37:50.873Z] Building docker-core-data-go ... [2020-07-23T04:37:50.873Z] Building docker-core-metadata-go ... [2020-07-23T04:37:50.873Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:37:50.873Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:37:50.873Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:37:50.873Z] Building docker-support-logging-go ... [2020-07-23T04:37:50.873Z] Building docker-support-notifications-go ... [2020-07-23T04:37:50.873Z] Building docker-support-scheduler-go ... [2020-07-23T04:37:50.873Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:37:50.873Z] Building docker-security-proxy-setup-go [2020-07-23T04:37:50.873Z] Building docker-core-metadata-go [2020-07-23T04:37:50.873Z] Building docker-security-secrets-setup-go [2020-07-23T04:37:51.036Z] 39dc9c94d07c: Verifying Checksum [2020-07-23T04:37:51.036Z] 39dc9c94d07c: Download complete [2020-07-23T04:37:51.227Z] Building docker-support-notifications-go [2020-07-23T04:37:51.227Z] Building docker-core-data-go [2020-07-23T04:37:54.434Z] 39dc9c94d07c: Pull complete [2020-07-23T04:37:54.434Z] 551b823b3b82: Pull complete [2020-07-23T04:37:54.707Z] 3c52a74df98c: Pull complete [2020-07-23T04:37:54.981Z] 6c9b121b6998: Pull complete [2020-07-23T04:37:54.981Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:37:54.981Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:37:59.275Z] ---> 40815702503b [2020-07-23T04:37:59.275Z] Step 6/7 : COPY go.mod . [2020-07-23T04:37:59.275Z] ---> eb63c6c32e42 [2020-07-23T04:37:59.275Z] Step 7/7 : RUN go mod download [2020-07-23T04:37:59.547Z] ---> Running in 9c637244fd40 [2020-07-23T04:38:02.952Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:38:02.952Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:38:02.952Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:38:02.952Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:38:02.952Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:38:02.952Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:38:02.952Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:38:02.952Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:38:02.952Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:38:02.952Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:38:02.952Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:38:02.952Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:38:02.952Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:38:02.952Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:38:02.952Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-07-23T04:38:02.952Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:38:02.952Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:38:02.952Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:38:02.952Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:38:02.952Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:38:02.952Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:38:02.952Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:38:02.952Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:38:02.952Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:38:02.952Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-23T04:38:03.223Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-23T04:38:03.223Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-23T04:38:03.223Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-23T04:38:03.223Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:38:03.223Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:38:03.223Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:38:03.223Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:38:03.223Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:38:03.223Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:38:03.223Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:38:03.223Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:38:03.496Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:38:03.765Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:38:03.765Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:38:03.765Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:38:03.765Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:38:03.765Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:38:03.765Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:38:03.765Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:38:03.765Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:38:03.765Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:38:03.765Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-23T04:38:03.765Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:38:03.765Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:38:04.036Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:38:04.036Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:38:04.036Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:38:04.036Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:38:04.306Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:38:04.306Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:38:04.306Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:38:04.306Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:38:04.306Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:38:04.306Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:38:04.306Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:38:04.306Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:38:04.306Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:38:04.306Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:38:04.306Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:38:04.306Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:38:04.576Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:38:04.576Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:38:04.576Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:38:04.576Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:38:04.576Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:38:04.576Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:38:04.576Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:38:04.576Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:38:04.576Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:38:04.576Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:38:04.576Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:38:04.576Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:38:26.770Z] Removing intermediate container 9c637244fd40 [2020-07-23T04:38:26.770Z] ---> 334edf6a512e [2020-07-23T04:38:26.770Z] Successfully built 334edf6a512e [2020-07-23T04:38:26.770Z] 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-23T04:38:27.406Z] + docker inspect -f . ci-base-image-arm64 [2020-07-23T04:38:27.406Z] . [Pipeline] withDockerContainer [2020-07-23T04:38:27.715Z] prd-ubuntu18.04-docker-arm64-4c-16g-690 does not seem to be running inside a container [2020-07-23T04:38:27.799Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-23T04:38:29.251Z] $ docker top c2f1ac3c9fbc0c1ec1a57d9225f0ec28498d0832516c464fa88272c8f02d82c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:38:30.308Z] + go version [2020-07-23T04:38:30.308Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-23T04:38:30.327Z] ========================================================= [2020-07-23T04:38:30.327Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:38:30.327Z] ========================================================= [Pipeline] sh [2020-07-23T04:38:30.976Z] + make test raml_verify [2020-07-23T04:38:30.976Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:38:33.611Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:38:48.775Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:38:48.775Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:38:48.775Z] [2020-07-23T04:38:48.775Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:38:48.775Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:38:48.775Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:38:48.775Z] ---> e8debae2ae41 [2020-07-23T04:38:48.775Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:38:48.775Z] ---> e8debae2ae41 [2020-07-23T04:38:48.775Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:38:48.775Z] ---> e8debae2ae41 [2020-07-23T04:38:48.775Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:38:48.775Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:38:48.775Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:38:48.775Z] ---> e8debae2ae41 [2020-07-23T04:38:48.775Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:38:48.775Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:38:48.775Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:38:48.775Z] ---> e8debae2ae41 [2020-07-23T04:38:48.775Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:38:48.775Z] ---> Running in a8e88c145109 [2020-07-23T04:38:48.775Z] ---> Running in f578085fe334 [2020-07-23T04:38:48.775Z] ---> Running in e6cf53265631 [2020-07-23T04:38:48.775Z] ---> Running in 097590c741f6 [2020-07-23T04:38:48.775Z] ---> Running in fde79bfdb5af [2020-07-23T04:38:48.775Z] Removing intermediate container f578085fe334 [2020-07-23T04:38:48.775Z] ---> d1416f9cd008 [2020-07-23T04:38:48.775Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:48.775Z] Removing intermediate container a8e88c145109 [2020-07-23T04:38:48.775Z] ---> a4bd80bee48c [2020-07-23T04:38:48.775Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:48.775Z] Removing intermediate container fde79bfdb5af [2020-07-23T04:38:48.775Z] ---> c5745ef17292 [2020-07-23T04:38:48.775Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:48.775Z] Removing intermediate container 097590c741f6 [2020-07-23T04:38:48.775Z] ---> d36c93c86368 [2020-07-23T04:38:48.775Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:38:48.775Z] Removing intermediate container e6cf53265631 [2020-07-23T04:38:48.775Z] ---> 5bd1f80e6c4e [2020-07-23T04:38:48.775Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:48.775Z] ---> Running in 18c55954a2ea [2020-07-23T04:38:48.775Z] ---> Running in d9af29a9dbed [2020-07-23T04:38:48.775Z] ---> Running in f4dc7ef5d614 [2020-07-23T04:38:48.775Z] ---> Running in 9b8b6cefebd4 [2020-07-23T04:38:48.775Z] ---> Running in 421773961ef7 [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:48.775Z] Removing intermediate container d9af29a9dbed [2020-07-23T04:38:48.775Z] ---> 2c96435675c1 [2020-07-23T04:38:48.775Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:38:48.775Z] Removing intermediate container f4dc7ef5d614 [2020-07-23T04:38:48.775Z] ---> 6d52d42f4cf4 [2020-07-23T04:38:48.775Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:38:48.775Z] Removing intermediate container 18c55954a2ea [2020-07-23T04:38:48.775Z] ---> f3d86ce672c4 [2020-07-23T04:38:48.775Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:38:48.775Z] ---> Running in d1fce1e14a41 [2020-07-23T04:38:48.775Z] ---> Running in 404bb48edfa9 [2020-07-23T04:38:48.775Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:48.775Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:48.775Z] OK: 12749 distinct packages available [2020-07-23T04:38:48.775Z] ---> Running in 417aae233070 [2020-07-23T04:38:48.775Z] Removing intermediate container 421773961ef7 [2020-07-23T04:38:48.775Z] ---> 96bc57cb6d22 [2020-07-23T04:38:48.775Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:38:48.775Z] ---> Running in d6cc488d3f4c [2020-07-23T04:38:48.775Z] OK: 233 MiB in 51 packages [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:48.775Z] Removing intermediate container 9b8b6cefebd4 [2020-07-23T04:38:48.775Z] ---> 678ef5ea6a22 [2020-07-23T04:38:48.775Z] Step 5/29 : COPY go.mod . [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:48.775Z] ---> a91a2557484e [2020-07-23T04:38:48.775Z] Step 6/29 : RUN go mod download [2020-07-23T04:38:48.775Z] ---> Running in 2eaf0e3dceaf [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:48.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:49.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:49.364Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:49.364Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:49.364Z] OK: 12749 distinct packages available [2020-07-23T04:38:49.645Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:49.645Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:49.645Z] OK: 12749 distinct packages available [2020-07-23T04:38:49.645Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:49.645Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:49.645Z] OK: 12749 distinct packages available [2020-07-23T04:38:49.645Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:49.645Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:49.645Z] OK: 12749 distinct packages available [2020-07-23T04:38:49.645Z] OK: 233 MiB in 51 packages [2020-07-23T04:38:49.921Z] OK: 233 MiB in 51 packages [2020-07-23T04:38:49.921Z] OK: 233 MiB in 51 packages [2020-07-23T04:38:50.187Z] OK: 233 MiB in 51 packages [2020-07-23T04:38:50.459Z] Removing intermediate container d1fce1e14a41 [2020-07-23T04:38:50.459Z] ---> 62f11b9226a1 [2020-07-23T04:38:50.459Z] Step 6/21 : COPY go.mod . [2020-07-23T04:38:51.048Z] Removing intermediate container 404bb48edfa9 [2020-07-23T04:38:51.048Z] ---> 7852e4651e56 [2020-07-23T04:38:51.048Z] Step 6/20 : COPY go.mod . [2020-07-23T04:38:51.048Z] ---> d691ca1612fa [2020-07-23T04:38:51.048Z] Step 7/21 : RUN go mod download [2020-07-23T04:38:51.048Z] Removing intermediate container d6cc488d3f4c [2020-07-23T04:38:51.048Z] ---> edb1bf00c2e7 [2020-07-23T04:38:51.048Z] Step 6/22 : COPY go.mod . [2020-07-23T04:38:51.048Z] Removing intermediate container 417aae233070 [2020-07-23T04:38:51.048Z] ---> 62d7147284d4 [2020-07-23T04:38:51.048Z] Step 6/23 : COPY go.mod . [2020-07-23T04:38:51.316Z] ---> Running in b904818cfb54 [2020-07-23T04:38:51.316Z] ---> 8271cbcc868e [2020-07-23T04:38:51.316Z] Step 7/20 : RUN go mod download [2020-07-23T04:38:51.579Z] ---> Running in 37e679028411 [2020-07-23T04:38:51.846Z] ---> 5dd70c8a609e [2020-07-23T04:38:51.846Z] Step 7/22 : RUN go mod download [2020-07-23T04:38:51.846Z] ---> 5e302c94551f [2020-07-23T04:38:51.846Z] Step 7/23 : RUN go mod download [2020-07-23T04:38:52.124Z] Removing intermediate container 2eaf0e3dceaf [2020-07-23T04:38:52.124Z] ---> 45176332d3e4 [2020-07-23T04:38:52.124Z] Step 7/29 : COPY . . [2020-07-23T04:38:52.124Z] ---> Running in daef1f4f0bef [2020-07-23T04:38:52.124Z] ---> Running in 43ef1ba81090 [2020-07-23T04:39:00.537Z] Removing intermediate container b904818cfb54 [2020-07-23T04:39:00.537Z] ---> b4d68158d54e [2020-07-23T04:39:00.537Z] Step 8/21 : COPY . . [2020-07-23T04:39:00.808Z] Removing intermediate container 37e679028411 [2020-07-23T04:39:00.808Z] ---> 6cf32d002fca [2020-07-23T04:39:00.808Z] Step 8/20 : COPY . . [2020-07-23T04:39:05.133Z] Removing intermediate container daef1f4f0bef [2020-07-23T04:39:05.133Z] ---> abea4db25846 [2020-07-23T04:39:05.133Z] Step 8/23 : COPY . . [2020-07-23T04:39:05.133Z] Removing intermediate container 43ef1ba81090 [2020-07-23T04:39:05.133Z] ---> 97adfba04a0d [2020-07-23T04:39:05.133Z] Step 8/22 : COPY . . [2020-07-23T04:39:05.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:39:24.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:39:24.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:39:24.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:39:24.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:39:24.270Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-07-23T04:39:24.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:39:24.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:39:24.270Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:39:24.542Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:39:26.000Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:39:26.000Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:39:26.000Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:39:26.000Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:39:36.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements [2020-07-23T04:39:36.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:39:36.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:39:36.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:39:36.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:39:36.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:39:42.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.246s coverage: 27.3% of statements [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:39:42.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:39:42.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:39:42.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-07-23T04:39:43.256Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.349s coverage: 77.5% of statements [2020-07-23T04:39:43.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-07-23T04:39:43.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-07-23T04:39:43.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-07-23T04:39:43.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-07-23T04:39:43.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-07-23T04:39:43.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-07-23T04:39:43.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-07-23T04:39:47.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 29.3% of statements [2020-07-23T04:39:47.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:39:47.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:39:47.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:39:47.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:39:47.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:39:47.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2020-07-23T04:39:47.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:39:47.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-07-23T04:39:47.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:39:49.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 89.8% of statements [2020-07-23T04:39:49.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:39:49.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2020-07-23T04:39:49.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:39:52.367Z] ---> 92d243f62528 [2020-07-23T04:39:52.367Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:39:52.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.040s coverage: 100.0% of statements [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:39:52.626Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-07-23T04:39:52.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-07-23T04:39:53.780Z] ---> Running in d4d49f9a559d [2020-07-23T04:39:54.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.221s coverage: 63.5% of statements [2020-07-23T04:39:54.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:39:54.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:39:54.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-07-23T04:39:55.192Z] ---> 65ee33e4df05 [2020-07-23T04:39:55.193Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:39:55.193Z] ---> 5e777ad4641e [2020-07-23T04:39:55.193Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:39:55.193Z] ---> d54bc9e56aad [2020-07-23T04:39:55.193Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:39:55.468Z] ---> 89fac3f586b6 [2020-07-23T04:39:55.468Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:39:55.468Z] ---> Running in 6aacb4a2b94c [2020-07-23T04:39:55.781Z] ---> Running in ec62fb0057cd [2020-07-23T04:39:55.781Z] ---> Running in 47092cc3ed2c [2020-07-23T04:39:55.781Z] ---> Running in 03f0aee5bdb3 [2020-07-23T04:39:56.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.415s coverage: 55.9% of statements [2020-07-23T04:39:56.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:39:56.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:39:56.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:39:56.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:39:56.780Z] 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-23T04:39:56.780Z] 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-23T04:39:57.044Z] 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-23T04:39:58.713Z] 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-23T04:39:59.054Z] 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-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 52.004s coverage: 86.3% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.297s coverage: 72.2% of statements [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.373s coverage: 72.1% of statements [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.048s coverage: 28.8% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 26.9% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.332s coverage: 84.1% of statements [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.053s coverage: 43.1% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.017s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.092s coverage: 46.1% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.206s coverage: 29.1% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.032s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:40:53.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements [2020-07-23T04:40:53.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements [2020-07-23T04:40:53.176Z] GO111MODULE=on go vet ./... [2020-07-23T04:40:57.042Z] Removing intermediate container ec62fb0057cd [2020-07-23T04:40:57.042Z] ---> 45723bfc99dd [2020-07-23T04:40:57.042Z] [2020-07-23T04:40:57.042Z] Step 10/20 : FROM alpine [2020-07-23T04:40:57.042Z] Removing intermediate container d4d49f9a559d [2020-07-23T04:40:57.042Z] ---> a92b62a473b4 [2020-07-23T04:40:57.042Z] [2020-07-23T04:40:57.042Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:40:57.042Z] latest: Pulling from library/alpine [2020-07-23T04:40:57.042Z] latest: Pulling from library/alpine [2020-07-23T04:40:57.042Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:40:57.042Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:40:57.042Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:40:57.042Z] Status: Image is up to date for alpine:latest [2020-07-23T04:40:57.042Z] ---> a24bb4013296 [2020-07-23T04:40:57.042Z] 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-23T04:40:57.042Z] ---> a24bb4013296 [2020-07-23T04:40:57.042Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:40:57.042Z] ---> Running in dd9deb1968a7 [2020-07-23T04:40:57.042Z] ---> Running in 959b09da5f82 [2020-07-23T04:40:57.042Z] Removing intermediate container 959b09da5f82 [2020-07-23T04:40:57.042Z] ---> e1915ec51a9f [2020-07-23T04:40:57.042Z] Step 11/29 : USER root [2020-07-23T04:40:57.042Z] ---> Running in 53d6365f6ca8 [2020-07-23T04:40:57.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:40:57.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:40:57.042Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:40:57.042Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:40:57.042Z] OK: 12749 distinct packages available [2020-07-23T04:40:57.042Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:40:57.042Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:40:57.042Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:40:57.042Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:40:57.043Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:40:57.043Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:40:57.043Z] OK: 7 MiB in 18 packages [2020-07-23T04:40:57.043Z] Removing intermediate container 53d6365f6ca8 [2020-07-23T04:40:57.043Z] ---> 0da4d63919c0 [2020-07-23T04:40:57.043Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:40:57.043Z] ---> Running in ce48007978da [2020-07-23T04:40:57.043Z] Removing intermediate container 03f0aee5bdb3 [2020-07-23T04:40:57.043Z] ---> b98add52721e [2020-07-23T04:40:57.043Z] [2020-07-23T04:40:57.043Z] Step 10/23 : FROM scratch [2020-07-23T04:40:57.043Z] ---> [2020-07-23T04:40:57.043Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:40:57.043Z] ---> Running in 4ddb90c5035c [2020-07-23T04:40:57.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:40:57.043Z] Removing intermediate container dd9deb1968a7 [2020-07-23T04:40:57.043Z] ---> 9c3081529c1d [2020-07-23T04:40:57.043Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:40:57.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:40:57.043Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:40:57.043Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:40:57.043Z] OK: 12749 distinct packages available [2020-07-23T04:40:57.043Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:40:57.305Z] ---> Running in 876a56ac3af8 [2020-07-23T04:40:57.590Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:40:57.590Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:40:57.590Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:40:57.590Z] Removing intermediate container 4ddb90c5035c [2020-07-23T04:40:57.590Z] ---> f5851e89c04b [2020-07-23T04:40:57.590Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:40:58.229Z] OK: 6 MiB in 16 packages [2020-07-23T04:40:58.571Z] ---> Running in 5b803ffe7df0 [2020-07-23T04:40:59.583Z] Removing intermediate container 876a56ac3af8 [2020-07-23T04:40:59.583Z] ---> b9b3dd2345e0 [2020-07-23T04:40:59.583Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:40:59.868Z] Removing intermediate container 5b803ffe7df0 [2020-07-23T04:40:59.869Z] ---> c31a90449a3d [2020-07-23T04:40:59.869Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:40:59.869Z] ---> Running in 0bd988fa2cc8 [2020-07-23T04:40:59.869Z] ---> Running in 2b95a95ad4ca [2020-07-23T04:41:00.191Z] Removing intermediate container 6aacb4a2b94c [2020-07-23T04:41:00.191Z] ---> db32dca47da5 [2020-07-23T04:41:00.191Z] [2020-07-23T04:41:00.191Z] Step 10/21 : FROM scratch [2020-07-23T04:41:00.191Z] ---> [2020-07-23T04:41:00.191Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:41:00.832Z] ---> Running in 854755a904d5 [2020-07-23T04:41:01.437Z] Removing intermediate container ce48007978da [2020-07-23T04:41:01.437Z] ---> 989161aff6f0 [2020-07-23T04:41:01.437Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:41:02.435Z] Removing intermediate container 2b95a95ad4ca [2020-07-23T04:41:02.435Z] ---> 74c6078a17ae [2020-07-23T04:41:02.435Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:41:02.702Z] Removing intermediate container 0bd988fa2cc8 [2020-07-23T04:41:02.702Z] ---> de512669483c [2020-07-23T04:41:02.702Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:41:02.702Z] Removing intermediate container 854755a904d5 [2020-07-23T04:41:02.702Z] ---> afb1c2df3ef4 [2020-07-23T04:41:02.702Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:41:02.702Z] ---> Running in 6a593b8fb0d8 [2020-07-23T04:41:02.976Z] ---> Running in cd4f7b0cfeff [2020-07-23T04:41:02.976Z] ---> d470a6dd49b7 [2020-07-23T04:41:02.976Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:41:03.239Z] Removing intermediate container 47092cc3ed2c [2020-07-23T04:41:03.239Z] ---> a2d1cb14a33d [2020-07-23T04:41:03.239Z] [2020-07-23T04:41:03.239Z] Step 10/22 : FROM alpine [2020-07-23T04:41:03.239Z] ---> a24bb4013296 [2020-07-23T04:41:03.239Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:41:03.937Z] Removing intermediate container 6a593b8fb0d8 [2020-07-23T04:41:03.937Z] ---> ff61bcb9068b [2020-07-23T04:41:03.937Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:41:04.546Z] ---> fc1aa9a60e31 [2020-07-23T04:41:04.546Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:41:04.546Z] Removing intermediate container cd4f7b0cfeff [2020-07-23T04:41:04.546Z] ---> 6ac45c14e6b4 [2020-07-23T04:41:04.546Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:41:04.818Z] ---> Running in fe5b7726d92f [2020-07-23T04:41:04.818Z] ---> Running in d2fe864477a2 [2020-07-23T04:41:04.818Z] ---> 29f8ef83a33b [2020-07-23T04:41:04.818Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:41:04.818Z] ---> Running in 9e7ed5b53249 [2020-07-23T04:41:05.089Z] Removing intermediate container fe5b7726d92f [2020-07-23T04:41:05.089Z] ---> eabc0ca932a5 [2020-07-23T04:41:05.089Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:41:05.089Z] Removing intermediate container d2fe864477a2 [2020-07-23T04:41:05.089Z] ---> 0585be934399 [2020-07-23T04:41:05.089Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:41:05.089Z] ---> Running in 0cb5090f5c2f [2020-07-23T04:41:05.355Z] ---> Running in e029b8313ba7 [2020-07-23T04:41:05.355Z] Removing intermediate container 9e7ed5b53249 [2020-07-23T04:41:05.355Z] ---> fea20dec160a [2020-07-23T04:41:05.355Z] Step 14/21 : WORKDIR / [2020-07-23T04:41:05.355Z] ---> 180e31ccbf75 [2020-07-23T04:41:05.355Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:41:05.928Z] ---> Running in 9fdd94860e9d [2020-07-23T04:41:06.506Z] ---> cde10bad2b1d [2020-07-23T04:41:06.506Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:41:06.506Z] ---> Running in 7310af2e4b2b [2020-07-23T04:41:06.507Z] Removing intermediate container 0cb5090f5c2f [2020-07-23T04:41:06.507Z] ---> 5a9028e6bbc6 [2020-07-23T04:41:06.507Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:41:06.775Z] ---> Running in a26d535bbaf6 [2020-07-23T04:41:06.775Z] Removing intermediate container 9fdd94860e9d [2020-07-23T04:41:06.775Z] ---> d40b83acac6d [2020-07-23T04:41:06.775Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:41:06.775Z] Removing intermediate container 7310af2e4b2b [2020-07-23T04:41:06.775Z] ---> 5f955a4f5561 [2020-07-23T04:41:06.775Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:41:07.083Z] Removing intermediate container a26d535bbaf6 [2020-07-23T04:41:07.083Z] ---> b228cdcd0951 [2020-07-23T04:41:07.083Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:07.083Z] ---> Running in 61ad8dab7616 [2020-07-23T04:41:07.083Z] ---> e491fffd4b3e [2020-07-23T04:41:07.083Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:41:07.083Z] ---> Running in 0ba95ec30552 [2020-07-23T04:41:07.083Z] ---> c618695190ab [2020-07-23T04:41:07.083Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:41:07.679Z] Removing intermediate container 61ad8dab7616 [2020-07-23T04:41:07.679Z] ---> c4e390594b7d [2020-07-23T04:41:07.679Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:41:07.959Z] ---> Running in 72b13c286716 [2020-07-23T04:41:07.959Z] ---> 208b65019594 [2020-07-23T04:41:07.959Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:41:07.959Z] ---> cd7f2d135c62 [2020-07-23T04:41:07.959Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:41:08.227Z] Removing intermediate container e029b8313ba7 [2020-07-23T04:41:08.227Z] ---> a78e8f722199 [2020-07-23T04:41:08.227Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:41:08.227Z] Removing intermediate container 72b13c286716 [2020-07-23T04:41:08.227Z] ---> 03f0240ca692 [2020-07-23T04:41:08.227Z] Step 19/20 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:41:08.266Z] gofmt -l . [2020-07-23T04:41:08.518Z] ---> Running in bdae487baaf8 [2020-07-23T04:41:08.518Z] ---> 5f8589da9452 [2020-07-23T04:41:08.518Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:41:08.805Z] ---> ce7bf4f648ee [2020-07-23T04:41:08.805Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:41:08.805Z] ---> Running in c283bf003007 [2020-07-23T04:41:09.076Z] Removing intermediate container bdae487baaf8 [2020-07-23T04:41:09.076Z] ---> 6f8b48d88cbc [2020-07-23T04:41:09.076Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:41:09.076Z] ---> Running in 0169cf05ce99 [2020-07-23T04:41:09.076Z] ---> e4cdfa4d8dd1 [2020-07-23T04:41:09.076Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:41:09.076Z] Removing intermediate container 0ba95ec30552 [2020-07-23T04:41:09.076Z] ---> 98a1eddd5ba8 [2020-07-23T04:41:09.076Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:41:09.076Z] ---> Running in 130208f4b467 [2020-07-23T04:41:09.076Z] ---> Running in de56acb56907 [2020-07-23T04:41:09.076Z] Removing intermediate container c283bf003007 [2020-07-23T04:41:09.076Z] ---> ea2dfbaffc37 [2020-07-23T04:41:09.076Z] Step 21/23 : LABEL arch=x86_64 [2020-07-23T04:41:09.682Z] Removing intermediate container 0169cf05ce99 [2020-07-23T04:41:09.682Z] ---> 752ca927cf16 [2020-07-23T04:41:09.682Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:41:09.682Z] ---> Running in 3d9082d14ce0 [2020-07-23T04:41:09.682Z] ---> Running in 470f02c04998 [2020-07-23T04:41:09.682Z] ---> 27500d4536f9 [2020-07-23T04:41:09.682Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:41:09.685Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:41:09.952Z] Removing intermediate container 130208f4b467 [2020-07-23T04:41:09.952Z] ---> 438a6b8dc19f [2020-07-23T04:41:09.952Z] [2020-07-23T04:41:10.251Z] Removing intermediate container 3d9082d14ce0 [2020-07-23T04:41:10.251Z] ---> 66e04105dc34 [2020-07-23T04:41:10.251Z] Step 22/23 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:41:10.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:41:10.251Z] Removing intermediate container 470f02c04998 [2020-07-23T04:41:10.251Z] ---> f1411a4a17a4 [2020-07-23T04:41:10.251Z] Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:41:10.590Z] ---> Running in f8bb0860a37a [2020-07-23T04:41:10.590Z] ---> Running in 1b8c14330498 [2020-07-23T04:41:10.590Z] Successfully built 438a6b8dc19f [2020-07-23T04:41:10.590Z] ---> d4b7a4da83e6 [2020-07-23T04:41:10.590Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:41:10.590Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-23T04:41:10.590Z] Building docker-security-secretstore-setup-go [2020-07-23T04:41:10.867Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1b8c14330498 [2020-07-23T04:41:10.867Z] ---> 3d242dd4f88b [2020-07-23T04:41:10.867Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:41:10.867Z] Removing intermediate container f8bb0860a37a [2020-07-23T04:41:10.867Z] ---> 531febfce02f [2020-07-23T04:41:10.867Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:41:10.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:41:11.165Z] ---> Running in 1bb71a208e59 [2020-07-23T04:41:11.165Z] ---> Running in fa7ebdd3a44d [2020-07-23T04:41:11.165Z] ---> 98ee51b5f114 [2020-07-23T04:41:11.165Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:41:11.641Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:41:11.828Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:41:11.828Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:41:11.828Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:41:12.174Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:41:12.448Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:41:12.448Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:41:12.448Z] Removing intermediate container 1bb71a208e59 [2020-07-23T04:41:12.448Z] ---> 854a2a7cd499 [2020-07-23T04:41:12.448Z] [2020-07-23T04:41:12.448Z] OK: 8 MiB in 19 packages [2020-07-23T04:41:12.448Z] ---> 117827ff9c12 [2020-07-23T04:41:12.448Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:41:12.448Z] Removing intermediate container fa7ebdd3a44d [2020-07-23T04:41:12.448Z] ---> 2c4c9200d6c0 [2020-07-23T04:41:12.448Z] [2020-07-23T04:41:12.616Z] ./bin/test-attribution-txt.sh [2020-07-23T04:41:13.182Z] Successfully built 2c4c9200d6c0 [2020-07-23T04:41:13.182Z] Successfully built 854a2a7cd499 [2020-07-23T04:41:13.624Z] Successfully tagged docker-core-metadata-go:latest [2020-07-23T04:41:13.624Z] Building docker-sys-mgmt-agent-go [2020-07-23T04:41:14.519Z]  Building docker-core-metadata-go ... done Successfully tagged docker-support-notifications-go:latest [2020-07-23T04:41:14.519Z] Building docker-support-scheduler-go [2020-07-23T04:41:15.261Z]  Building docker-support-notifications-go ... done  ---> Running in 5af5684c3a3f [2020-07-23T04:41:15.989Z] docker run --rm --privileged \ [2020-07-23T04:41:15.989Z] -v /w/workspace/edgex-go/19:/raml-verification -w /raml-verification \ [2020-07-23T04:41:15.989Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-23T04:41:15.989Z] /scripts/raml-verify.sh [2020-07-23T04:41:15.989Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-23T04:41:15.989Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:41:15.989Z] 29e5d40040c1: Pulling fs layer [2020-07-23T04:41:15.989Z] 8c46fbeab2c7: Pulling fs layer [2020-07-23T04:41:15.989Z] 8ba552a4e5fe: Pulling fs layer [2020-07-23T04:41:15.989Z] 1fb62381901b: Pulling fs layer [2020-07-23T04:41:15.989Z] 147fb30a95d9: Pulling fs layer [2020-07-23T04:41:15.989Z] 3ccc99ad11dc: Pulling fs layer [2020-07-23T04:41:15.989Z] 1fb62381901b: Waiting [2020-07-23T04:41:15.989Z] 3ccc99ad11dc: Waiting [2020-07-23T04:41:15.989Z] 147fb30a95d9: Waiting [2020-07-23T04:41:15.989Z] 29e5d40040c1: Download complete [2020-07-23T04:41:15.989Z] 8ba552a4e5fe: Verifying Checksum [2020-07-23T04:41:15.989Z] 8ba552a4e5fe: Download complete [2020-07-23T04:41:15.989Z] 1fb62381901b: Verifying Checksum [2020-07-23T04:41:15.989Z] 1fb62381901b: Download complete [2020-07-23T04:41:15.989Z] 3ccc99ad11dc: Download complete [2020-07-23T04:41:16.261Z] 147fb30a95d9: Verifying Checksum [2020-07-23T04:41:16.261Z] 147fb30a95d9: Download complete [2020-07-23T04:41:16.535Z] 29e5d40040c1: Pull complete [2020-07-23T04:41:16.535Z] 8c46fbeab2c7: Verifying Checksum [2020-07-23T04:41:16.535Z] 8c46fbeab2c7: Download complete [2020-07-23T04:41:18.160Z] Removing intermediate container de56acb56907 [2020-07-23T04:41:18.160Z] ---> 4b50b509ddac [2020-07-23T04:41:18.160Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:41:20.163Z] ---> f431591659f3 [2020-07-23T04:41:20.163Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:41:21.137Z] Removing intermediate container 5af5684c3a3f [2020-07-23T04:41:21.137Z] ---> 040161206a1a [2020-07-23T04:41:21.137Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:41:21.732Z] ---> 1abb98c69d2a [2020-07-23T04:41:21.732Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:41:21.924Z] 8c46fbeab2c7: Pull complete [2020-07-23T04:41:21.924Z] 8ba552a4e5fe: Pull complete [2020-07-23T04:41:21.924Z] 1fb62381901b: Pull complete [2020-07-23T04:41:22.015Z] ---> Running in 5e828f37d353 [2020-07-23T04:41:22.015Z] ---> 0b8cc62b6499 [2020-07-23T04:41:22.015Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:41:23.746Z] ---> 68bb3ea7c7db [2020-07-23T04:41:23.746Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:41:24.948Z] ---> Running in d952757102b9 [2020-07-23T04:41:25.769Z] Removing intermediate container d952757102b9 [2020-07-23T04:41:25.769Z] ---> edb5ee178dcc [2020-07-23T04:41:25.769Z] Step 20/22 : LABEL arch=x86_64 [2020-07-23T04:41:26.222Z] 147fb30a95d9: Pull complete [2020-07-23T04:41:26.493Z] 3ccc99ad11dc: Pull complete [2020-07-23T04:41:26.765Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-23T04:41:26.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-23T04:41:27.294Z] Removing intermediate container 5e828f37d353 [2020-07-23T04:41:27.294Z] ---> c27fd85e2505 [2020-07-23T04:41:27.294Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:41:27.294Z] ---> Running in 8726416967f0 [2020-07-23T04:41:27.977Z] ---> Running in a1935cd93f16 [2020-07-23T04:41:28.588Z] Removing intermediate container 8726416967f0 [2020-07-23T04:41:28.588Z] ---> 3a281dca4fae [2020-07-23T04:41:28.588Z] Step 21/22 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:41:29.652Z] ---> Running in 86207135b3df [2020-07-23T04:41:30.140Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:41:32.746Z] OK [2020-07-23T04:41:32.746Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:41:33.691Z] Removing intermediate container 86207135b3df [2020-07-23T04:41:33.691Z] ---> 5dafe913bc4a [2020-07-23T04:41:33.691Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:41:34.058Z] ---> Running in 8a44f3f33af0 [2020-07-23T04:41:36.085Z] Removing intermediate container 8a44f3f33af0 [2020-07-23T04:41:36.085Z] ---> 4d2f03f2f08e [2020-07-23T04:41:36.085Z] [2020-07-23T04:41:41.047Z] OK [2020-07-23T04:41:41.047Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:41:41.603Z] Successfully built 4d2f03f2f08e [2020-07-23T04:41:43.141Z] Successfully tagged docker-core-data-go:latest [2020-07-23T04:41:43.141Z] Building docker-core-command-go [2020-07-23T04:41:43.659Z] OK [2020-07-23T04:41:43.659Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:41:43.880Z]  Building docker-core-data-go ... done Removing intermediate container a1935cd93f16 [2020-07-23T04:41:43.880Z] ---> 9a7b468cadd2 [2020-07-23T04:41:43.880Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:41:44.870Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:41:44.870Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:41:44.870Z] ---> e8debae2ae41 [2020-07-23T04:41:44.870Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:41:45.147Z] ---> Using cache [2020-07-23T04:41:45.147Z] ---> 5bd1f80e6c4e [2020-07-23T04:41:45.147Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:45.147Z] ---> Using cache [2020-07-23T04:41:45.148Z] ---> 96bc57cb6d22 [2020-07-23T04:41:45.148Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:41:45.474Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:41:45.474Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:41:45.474Z] ---> e8debae2ae41 [2020-07-23T04:41:45.474Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:41:45.474Z] ---> Using cache [2020-07-23T04:41:45.474Z] ---> 5bd1f80e6c4e [2020-07-23T04:41:45.474Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:45.474Z] ---> Using cache [2020-07-23T04:41:45.474Z] ---> 96bc57cb6d22 [2020-07-23T04:41:45.474Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:41:46.270Z] OK [2020-07-23T04:41:46.270Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:41:46.786Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:41:46.786Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:41:46.786Z] ---> e8debae2ae41 [2020-07-23T04:41:46.786Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:41:46.786Z] ---> Using cache [2020-07-23T04:41:46.786Z] ---> 5bd1f80e6c4e [2020-07-23T04:41:46.786Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:46.786Z] ---> Using cache [2020-07-23T04:41:46.786Z] ---> 96bc57cb6d22 [2020-07-23T04:41:46.786Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:41:46.786Z] ---> Running in f49bd207f9e9 [2020-07-23T04:41:48.233Z] ---> Running in 35a77cb7e759 [2020-07-23T04:41:48.233Z] ---> Running in d4e7181c6daf [2020-07-23T04:41:48.233Z] ---> Running in 2e582679036d [2020-07-23T04:41:49.264Z] Removing intermediate container f49bd207f9e9 [2020-07-23T04:41:49.264Z] ---> b8d96cdbfa07 [2020-07-23T04:41:49.264Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:41:49.549Z] ---> Running in f1932e537b14 [2020-07-23T04:41:50.157Z] Removing intermediate container f1932e537b14 [2020-07-23T04:41:50.157Z] ---> f9c1d9bed60d [2020-07-23T04:41:50.157Z] Step 27/29 : LABEL arch=x86_64 [2020-07-23T04:41:50.157Z] ---> Running in c55366d1ec33 [2020-07-23T04:41:51.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:41:51.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:41:51.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:41:51.093Z] Removing intermediate container c55366d1ec33 [2020-07-23T04:41:51.093Z] ---> 6671c00f807d [2020-07-23T04:41:51.093Z] Step 28/29 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:41:51.649Z] OK [2020-07-23T04:41:51.649Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:41:51.656Z] ---> Running in 46b79ace6cb4 [2020-07-23T04:41:52.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:41:53.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:41:53.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:41:53.046Z] Removing intermediate container 46b79ace6cb4 [2020-07-23T04:41:53.046Z] ---> d7aa1e3044c2 [2020-07-23T04:41:53.046Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:41:53.411Z] ---> Running in 743e1f8693bb [2020-07-23T04:41:53.762Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:41:53.762Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:41:53.762Z] OK: 12749 distinct packages available [2020-07-23T04:41:54.115Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:41:54.115Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:41:54.115Z] OK: 12749 distinct packages available [2020-07-23T04:41:54.115Z] OK: 233 MiB in 51 packages [2020-07-23T04:41:54.115Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:41:54.115Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:41:54.115Z] OK: 12749 distinct packages available [2020-07-23T04:41:54.595Z] OK: 233 MiB in 51 packages [2020-07-23T04:41:54.595Z] Removing intermediate container 743e1f8693bb [2020-07-23T04:41:54.595Z] ---> 72de184dabfa [2020-07-23T04:41:54.595Z] [2020-07-23T04:41:54.595Z] OK: 233 MiB in 51 packages [2020-07-23T04:41:55.261Z] Successfully built 72de184dabfa [2020-07-23T04:41:55.697Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-23T04:41:55.697Z] Building docker-support-logging-go [2020-07-23T04:41:55.941Z] OK [2020-07-23T04:41:55.941Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:41:58.552Z] OK [Pipeline] sh [2020-07-23T04:41:59.207Z] + ls -al . [2020-07-23T04:41:59.207Z] total 588 [2020-07-23T04:41:59.207Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:41 . [2020-07-23T04:41:59.207Z] drwxr-xr-x 4 root root 4096 Jul 23 04:38 .. [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:36 .dockerignore [2020-07-23T04:41:59.207Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:36 .git [2020-07-23T04:41:59.207Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:36 .github [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:36 .gitignore [2020-07-23T04:41:59.207Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:36 .semver [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:36 .sonarcloud.properties [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:36 CONTRIBUTING.md [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:36 Dockerfile.build [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:36 Jenkinsfile [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:36 LICENSE [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:36 Makefile [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:36 README.md [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:36 SECURITY.md [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:32 VERSION [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:36 ZMQWindows.md [2020-07-23T04:41:59.207Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:36 api [2020-07-23T04:41:59.207Z] drwxrwxr-x 2 1001 1001 4096 Jul 23 04:36 bin [2020-07-23T04:41:59.207Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:36 cmd [2020-07-23T04:41:59.207Z] -rw-r--r-- 1 root root 457776 Jul 23 04:40 coverage.out [2020-07-23T04:41:59.207Z] -rw-r--r-- 1 root root 1019 Jul 23 04:41 go.mod [2020-07-23T04:41:59.207Z] -rw-r--r-- 1 root root 19185 Jul 23 04:41 go.sum [2020-07-23T04:41:59.207Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:36 internal [2020-07-23T04:41:59.207Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:36 snap [2020-07-23T04:41:59.207Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:36 version.go [Pipeline] sh [2020-07-23T04:41:59.865Z] + '[' -e coverage.out ] [2020-07-23T04:41:59.865Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:41:59.916Z] Warning: overwriting stash ‘coverage-report’ [2020-07-23T04:42:01.034Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:42:01.676Z] + make build [2020-07-23T04:42:01.676Z] 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-23T04:42:03.139Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 2e582679036d [2020-07-23T04:42:03.139Z] ---> 95de3dc79a38 [2020-07-23T04:42:03.139Z] Step 6/20 : COPY go.mod . [2020-07-23T04:42:03.410Z] Removing intermediate container 35a77cb7e759 [2020-07-23T04:42:03.410Z] ---> 3d36b5f75246 [2020-07-23T04:42:03.410Z] Step 6/26 : COPY go.mod . [2020-07-23T04:42:03.995Z] Removing intermediate container d4e7181c6daf [2020-07-23T04:42:03.995Z] ---> a2309d759ac8 [2020-07-23T04:42:03.995Z] Step 6/26 : COPY go.mod . [2020-07-23T04:42:05.402Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:42:05.402Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:42:05.402Z] ---> e8debae2ae41 [2020-07-23T04:42:05.402Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:42:06.066Z] ---> cc068958ad1d [2020-07-23T04:42:06.066Z] Step 7/20 : RUN go mod download [2020-07-23T04:42:06.066Z] ---> Using cache [2020-07-23T04:42:06.066Z] ---> 5bd1f80e6c4e [2020-07-23T04:42:06.066Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:42:06.066Z] ---> Using cache [2020-07-23T04:42:06.066Z] ---> 96bc57cb6d22 [2020-07-23T04:42:06.066Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:42:06.066Z] ---> Using cache [2020-07-23T04:42:06.066Z] ---> 3d36b5f75246 [2020-07-23T04:42:06.066Z] Step 6/21 : COPY go.mod . [2020-07-23T04:42:06.066Z] ---> Using cache [2020-07-23T04:42:06.066Z] ---> fc927fe9a8bb [2020-07-23T04:42:06.066Z] Step 7/21 : RUN go mod download [2020-07-23T04:42:06.341Z] ---> fc927fe9a8bb [2020-07-23T04:42:06.341Z] Step 7/26 : RUN go mod download [2020-07-23T04:42:06.341Z] ---> 54bc55b2d85b [2020-07-23T04:42:06.342Z] Step 7/26 : RUN go mod download [2020-07-23T04:42:06.342Z] ---> Running in d2a7e17ac1e3 [2020-07-23T04:42:06.342Z] ---> Running in 24a6af724338 [2020-07-23T04:42:06.607Z] ---> Running in 28e82652736e [2020-07-23T04:42:06.607Z] ---> Running in 587c6bab00c4 [2020-07-23T04:42:13.706Z] Removing intermediate container 24a6af724338 [2020-07-23T04:42:13.706Z] ---> 240989e17d4a [2020-07-23T04:42:13.706Z] Step 8/20 : COPY . . [2020-07-23T04:42:14.792Z] Removing intermediate container d2a7e17ac1e3 [2020-07-23T04:42:14.792Z] ---> 167aa59908ee [2020-07-23T04:42:14.792Z] Step 8/21 : COPY . . [2020-07-23T04:42:16.932Z] Removing intermediate container 28e82652736e [2020-07-23T04:42:16.932Z] ---> fcf8e0713a71 [2020-07-23T04:42:16.932Z] Step 8/26 : COPY . . [2020-07-23T04:42:17.899Z] Removing intermediate container 587c6bab00c4 [2020-07-23T04:42:17.899Z] ---> e39f997d9c0e [2020-07-23T04:42:17.899Z] Step 8/26 : COPY . . [2020-07-23T04:42:23.827Z] 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-23T04:42:29.999Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:42:29.999Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:42:29.999Z] ---> e8debae2ae41 [2020-07-23T04:42:29.999Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:42:30.321Z] ---> Using cache [2020-07-23T04:42:30.321Z] ---> 5bd1f80e6c4e [2020-07-23T04:42:30.321Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:42:30.321Z] ---> Using cache [2020-07-23T04:42:30.321Z] ---> 96bc57cb6d22 [2020-07-23T04:42:30.321Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:42:32.073Z] 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-23T04:42:34.201Z] ---> Running in 5f38ab659030 [2020-07-23T04:42:37.468Z] 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-23T04:42:38.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:42:38.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:42:39.725Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:42:39.725Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:42:39.725Z] OK: 12749 distinct packages available [2020-07-23T04:42:40.088Z] OK: 233 MiB in 51 packages [2020-07-23T04:42:40.383Z] OK: 233 MiB in 51 packages [2020-07-23T04:42:42.856Z] 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-23T04:42:49.557Z] 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-23T04:42:50.982Z] 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-23T04:42:54.608Z] Removing intermediate container 5f38ab659030 [2020-07-23T04:42:54.608Z] ---> 1890f01c700a [2020-07-23T04:42:54.608Z] Step 6/21 : COPY go.mod . [2020-07-23T04:42:56.371Z] 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-23T04:42:57.285Z] ---> 0994b05f217d [2020-07-23T04:42:57.286Z] Step 7/21 : RUN go mod download [2020-07-23T04:42:59.474Z] ---> Running in bddecfd1b09d [2020-07-23T04:43:03.081Z] 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-23T04:43:07.371Z] 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-23T04:43:07.752Z] ---> 999b97142e92 [2020-07-23T04:43:07.752Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:43:07.752Z] ---> 8146a65d721a [2020-07-23T04:43:07.752Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:43:07.752Z] ---> Running in 38dab3cd0589 [2020-07-23T04:43:07.752Z] ---> Running in cff34e1ca98e [2020-07-23T04:43:08.404Z] ---> 23df67053367 [2020-07-23T04:43:08.404Z] 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-23T04:43:08.706Z] ---> Running in cdc1674f139b [2020-07-23T04:43:08.706Z] ---> 284fbe362155 [2020-07-23T04:43:08.706Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:43:09.006Z] ---> Running in 2d680db3080f [2020-07-23T04:43:09.006Z] Removing intermediate container bddecfd1b09d [2020-07-23T04:43:09.006Z] ---> a0035dc0fa48 [2020-07-23T04:43:09.006Z] Step 8/21 : COPY . . [2020-07-23T04:43:09.610Z] 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-23T04:43:09.899Z] 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-23T04:43:09.899Z] 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-23T04:43:10.175Z] 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-23T04:43:14.069Z] 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-23T04:43:18.363Z] 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-23T04:43:23.747Z] 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-23T04:43:28.051Z] $ docker stop --time=1 c2f1ac3c9fbc0c1ec1a57d9225f0ec28498d0832516c464fa88272c8f02d82c3 [2020-07-23T04:43:30.529Z] $ docker rm -f c2f1ac3c9fbc0c1ec1a57d9225f0ec28498d0832516c464fa88272c8f02d82c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:43:32.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:43:32.530Z] [2020-07-23T04:43:32.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:43:32.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:43:33.181Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-23T04:43:33.181Z] 29e5d40040c1: Already exists [2020-07-23T04:43:33.181Z] 1ce36da41761: Pulling fs layer [2020-07-23T04:43:33.181Z] 25b303627fd3: Pulling fs layer [2020-07-23T04:43:33.776Z] 1ce36da41761: Verifying Checksum [2020-07-23T04:43:33.776Z] 1ce36da41761: Download complete [2020-07-23T04:43:34.756Z] 1ce36da41761: Pull complete [2020-07-23T04:43:35.347Z] 25b303627fd3: Verifying Checksum [2020-07-23T04:43:35.347Z] 25b303627fd3: Download complete [2020-07-23T04:43:45.578Z] 25b303627fd3: Pull complete [2020-07-23T04:43:45.578Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-23T04:43:45.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:43:45.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-23T04:43:45.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-690 does not seem to be running inside a container [2020-07-23T04:43:45.982Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-23T04:43:50.043Z] $ docker top b4ea5dab83c983953dd0cfd88d5e5d126ffe6a7c60b095ec9b6099a9ba6a18ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:43:51.577Z] + docker-compose build --help [2020-07-23T04:43:51.577Z] + grep parallel [2020-07-23T04:43:56.951Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:43:57.233Z] $ docker stop --time=1 b4ea5dab83c983953dd0cfd88d5e5d126ffe6a7c60b095ec9b6099a9ba6a18ca [2020-07-23T04:43:57.782Z] 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-23T04:43:57.782Z] ---> a9fa466e4291 [2020-07-23T04:43:57.782Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:43:57.782Z] ---> Running in 95bb8961cf79 [2020-07-23T04:43:57.782Z] 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-23T04:43:59.215Z] $ docker rm -f b4ea5dab83c983953dd0cfd88d5e5d126ffe6a7c60b095ec9b6099a9ba6a18ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:44:00.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:44:00.007Z] . [Pipeline] withDockerContainer [2020-07-23T04:44:00.289Z] prd-ubuntu18.04-docker-arm64-4c-16g-690 does not seem to be running inside a container [2020-07-23T04:44:00.360Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-23T04:44:00.816Z] Removing intermediate container 2d680db3080f [2020-07-23T04:44:00.816Z] ---> 32b537ff0e5b [2020-07-23T04:44:00.816Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:44:00.816Z] 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-23T04:44:01.846Z] $ docker top 07141748553bfdd08506d3cda36e33ac91b1ed4aa8acb295f6dc0837daf95260 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:44:02.428Z] ---> Running in d8c15aa164fc [2020-07-23T04:44:02.898Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:44:03.986Z] Removing intermediate container cff34e1ca98e [2020-07-23T04:44:03.986Z] ---> a5b771e611db [2020-07-23T04:44:03.986Z] [2020-07-23T04:44:03.986Z] Step 10/21 : FROM scratch [2020-07-23T04:44:03.986Z] ---> [2020-07-23T04:44:03.986Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:44:06.039Z] 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-23T04:44:07.045Z] ---> Using cache [2020-07-23T04:44:07.045Z] ---> afb1c2df3ef4 [2020-07-23T04:44:07.045Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:44:07.317Z] ---> Running in 2982e00b0ef2 [2020-07-23T04:44:07.317Z] Removing intermediate container 38dab3cd0589 [2020-07-23T04:44:07.317Z] ---> 7f43c850e11b [2020-07-23T04:44:07.317Z] [2020-07-23T04:44:07.317Z] Step 10/20 : FROM scratch [2020-07-23T04:44:07.317Z] ---> [2020-07-23T04:44:07.317Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:44:07.596Z] ---> Using cache [2020-07-23T04:44:07.596Z] ---> afb1c2df3ef4 [2020-07-23T04:44:07.596Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:44:07.880Z] ---> Running in dce8f76191e4 [2020-07-23T04:44:07.880Z] Removing intermediate container 2982e00b0ef2 [2020-07-23T04:44:07.880Z] ---> cf8df1682cc8 [2020-07-23T04:44:07.880Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:44:08.294Z] Building docker-core-command-go ... [2020-07-23T04:44:08.294Z] Building docker-core-data-go ... [2020-07-23T04:44:08.294Z] Building docker-core-metadata-go ... [2020-07-23T04:44:08.294Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:44:08.294Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:44:08.294Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:44:08.294Z] Building docker-support-logging-go ... [2020-07-23T04:44:08.294Z] Building docker-support-notifications-go ... [2020-07-23T04:44:08.294Z] Building docker-support-scheduler-go ... [2020-07-23T04:44:08.294Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:44:08.294Z] Building docker-core-data-go [2020-07-23T04:44:08.294Z] Building docker-support-scheduler-go [2020-07-23T04:44:08.294Z] Building docker-security-proxy-setup-go [2020-07-23T04:44:08.294Z] Building docker-security-secrets-setup-go [2020-07-23T04:44:08.294Z] Building docker-support-logging-go [2020-07-23T04:44:08.525Z] ---> Running in 897552d59560 [2020-07-23T04:44:09.951Z] Removing intermediate container dce8f76191e4 [2020-07-23T04:44:09.951Z] ---> 5a37e921314b [2020-07-23T04:44:09.951Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:44:10.554Z] ---> Running in 5d84f008a1f5 [2020-07-23T04:44:10.554Z] Removing intermediate container d8c15aa164fc [2020-07-23T04:44:10.554Z] ---> 419284dad77d [2020-07-23T04:44:10.554Z] [2020-07-23T04:44:10.554Z] Step 11/26 : FROM docker:latest [2020-07-23T04:44:10.554Z] ---> 81f5749c9058 [2020-07-23T04:44:10.554Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:44:10.843Z] Removing intermediate container 897552d59560 [2020-07-23T04:44:10.843Z] ---> f8ee42b7948f [2020-07-23T04:44:10.843Z] Step 14/21 : WORKDIR / [2020-07-23T04:44:10.843Z] ---> Running in 7dd245da0b10 [2020-07-23T04:44:11.115Z] ---> Running in 64a15849d8cb [2020-07-23T04:44:11.115Z] Removing intermediate container cdc1674f139b [2020-07-23T04:44:11.115Z] ---> eb115aac692f [2020-07-23T04:44:11.115Z] [2020-07-23T04:44:11.115Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:44:11.115Z] Removing intermediate container 5d84f008a1f5 [2020-07-23T04:44:11.115Z] ---> 663dc59d2b50 [2020-07-23T04:44:11.115Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:44:11.386Z] 3.10: Pulling from library/alpine [2020-07-23T04:44:11.667Z] Removing intermediate container 7dd245da0b10 [2020-07-23T04:44:11.667Z] ---> c7feb43fa9cc [2020-07-23T04:44:11.667Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:44:11.944Z] ---> 72e84073c7df [2020-07-23T04:44:11.944Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:44:12.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:44:12.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:44:12.520Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:44:12.520Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:44:12.520Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:44:12.520Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:44:12.520Z] OK: 12 MiB in 22 packages [2020-07-23T04:44:13.143Z] ---> 880b2482f776 [2020-07-23T04:44:13.143Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:44:13.426Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:44:13.426Z] ---> 1adaf5f3a46d [2020-07-23T04:44:13.426Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:13.426Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:44:13.426Z] ---> be4e4bea2c2e [2020-07-23T04:44:13.426Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:44:13.426Z] ---> Running in 90563e1a150b [2020-07-23T04:44:14.436Z] ---> 71a523d00a9e [2020-07-23T04:44:14.436Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:44:14.436Z] Removing intermediate container 64a15849d8cb [2020-07-23T04:44:14.436Z] ---> 9c9519cc3cef [2020-07-23T04:44:14.436Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:44:14.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:44:14.436Z] ---> f96299fcff8f [2020-07-23T04:44:14.436Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:14.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:44:15.045Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:44:15.045Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:44:15.045Z] OK: 10346 distinct packages available [2020-07-23T04:44:15.329Z] ---> Running in 4e2f7f934a8a [2020-07-23T04:44:15.329Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:44:15.329Z] ---> Running in 9c36f56e186a [2020-07-23T04:44:15.329Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:44:15.329Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:44:15.329Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:44:15.329Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:44:15.329Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:44:15.329Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:44:15.625Z] OK: 7 MiB in 19 packages [2020-07-23T04:44:15.625Z] ---> 12b80c80bfd5 [2020-07-23T04:44:15.625Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:44:16.551Z] ---> Running in e8b214201794 [2020-07-23T04:44:16.551Z] Removing intermediate container 4e2f7f934a8a [2020-07-23T04:44:16.551Z] ---> 6cade3cf6f87 [2020-07-23T04:44:16.551Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:44:16.551Z] ---> Running in 17e83e8d9368 [2020-07-23T04:44:16.551Z] Removing intermediate container e8b214201794 [2020-07-23T04:44:16.551Z] ---> 1dba73f3255f [2020-07-23T04:44:16.551Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:44:16.551Z] ---> Running in 12463a0469dd [2020-07-23T04:44:17.637Z] Removing intermediate container 17e83e8d9368 [2020-07-23T04:44:17.637Z] ---> 44480e23a21f [2020-07-23T04:44:17.637Z] Step 19/20 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:44:17.957Z] ---> Running in 41212e312579 [2020-07-23T04:44:18.251Z] Removing intermediate container 12463a0469dd [2020-07-23T04:44:18.251Z] ---> 3b29b63c2fbf [2020-07-23T04:44:18.251Z] Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:44:18.251Z] Removing intermediate container 90563e1a150b [2020-07-23T04:44:18.251Z] ---> 97fc7703aefc [2020-07-23T04:44:18.251Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:44:18.251Z] Removing intermediate container 95bb8961cf79 [2020-07-23T04:44:18.251Z] ---> 3a5b031aee9e [2020-07-23T04:44:18.251Z] [2020-07-23T04:44:18.251Z] Step 10/21 : FROM scratch [2020-07-23T04:44:18.251Z] ---> [2020-07-23T04:44:18.251Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:44:18.251Z] ---> Running in 18008be0e357 [2020-07-23T04:44:18.251Z] ---> Using cache [2020-07-23T04:44:18.251Z] ---> f5851e89c04b [2020-07-23T04:44:18.251Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:44:18.251Z] ---> Running in 1b96b0c6c45d [2020-07-23T04:44:18.517Z] ---> Running in 00499f924b46 [2020-07-23T04:44:18.517Z] Removing intermediate container 41212e312579 [2020-07-23T04:44:18.517Z] ---> f38026182c7e [2020-07-23T04:44:18.517Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:44:18.517Z] Removing intermediate container 9c36f56e186a [2020-07-23T04:44:18.517Z] ---> 822038785e11 [2020-07-23T04:44:18.517Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:44:18.780Z] ---> Running in ffa92fac2c9e [2020-07-23T04:44:18.780Z] Removing intermediate container 18008be0e357 [2020-07-23T04:44:18.780Z] ---> 0c834733e716 [2020-07-23T04:44:18.780Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:44:18.780Z] ---> Running in b539b9acd34a [2020-07-23T04:44:19.044Z] ---> Running in 041716b5a7e8 [2020-07-23T04:44:19.044Z] Removing intermediate container 1b96b0c6c45d [2020-07-23T04:44:19.044Z] ---> 671d708343f8 [2020-07-23T04:44:19.044Z] Step 13/26 : WORKDIR / [2020-07-23T04:44:19.044Z] Removing intermediate container 00499f924b46 [2020-07-23T04:44:19.044Z] ---> 093efb069645 [2020-07-23T04:44:19.044Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:44:19.044Z] Removing intermediate container ffa92fac2c9e [2020-07-23T04:44:19.044Z] ---> 4d612262302e [2020-07-23T04:44:19.044Z] [2020-07-23T04:44:19.044Z] ---> Running in 4b0417dee1ae [2020-07-23T04:44:19.312Z] ---> Running in 29413088a2b7 [2020-07-23T04:44:19.312Z] Removing intermediate container b539b9acd34a [2020-07-23T04:44:19.312Z] ---> 63457eb346b7 [2020-07-23T04:44:19.312Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:44:19.312Z] Successfully built 4d612262302e [2020-07-23T04:44:19.312Z] Removing intermediate container 041716b5a7e8 [2020-07-23T04:44:19.312Z] ---> 1d43870874a9 [2020-07-23T04:44:19.312Z] [2020-07-23T04:44:19.576Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-23T04:44:19.841Z]  Building docker-support-scheduler-go ... done Successfully built 1d43870874a9 [2020-07-23T04:44:20.427Z] ---> Running in 4b8e905b707e [2020-07-23T04:44:20.427Z] Removing intermediate container 4b0417dee1ae [2020-07-23T04:44:20.428Z] ---> c592f4775e75 [2020-07-23T04:44:20.428Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:44:20.428Z] Successfully tagged docker-core-command-go:latest [2020-07-23T04:44:20.428Z]  Building docker-core-command-go ... done Removing intermediate container 29413088a2b7 [2020-07-23T04:44:20.428Z] ---> 400936bd117c [2020-07-23T04:44:20.428Z] 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-23T04:44:20.704Z] Removing intermediate container 4b8e905b707e [2020-07-23T04:44:20.704Z] ---> c395e167c348 [2020-07-23T04:44:20.704Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:44:20.704Z] ---> Running in a46b7ec72ae5 [2020-07-23T04:44:20.970Z] ---> 3686648c082a [2020-07-23T04:44:20.970Z] 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-23T04:44:20.970Z] ---> a694aa91b386 [2020-07-23T04:44:20.970Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:44:21.233Z] Removing intermediate container a46b7ec72ae5 [2020-07-23T04:44:21.233Z] ---> 6d07eed3f9f3 [2020-07-23T04:44:21.233Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:44:21.233Z] ---> a66462c879eb [2020-07-23T04:44:21.233Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:21.496Z] ---> 3449c213c57d [2020-07-23T04:44:21.497Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:44:21.766Z] ---> 847e2d71b93e [2020-07-23T04:44:21.766Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:44:21.766Z] ---> ad32914e2299 [2020-07-23T04:44:21.766Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:22.030Z] ---> d60727d91a1b [2020-07-23T04:44:22.030Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:22.030Z] ---> 81bdd2686c89 [2020-07-23T04:44:22.030Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:44:22.608Z] ---> f9a769979b2d [2020-07-23T04:44:22.608Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:44:23.277Z] ---> ee1eccaeb72b [2020-07-23T04:44:23.277Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:44:23.277Z] ---> Running in b4e3e10194b7 [2020-07-23T04:44:23.277Z] ---> c35c5e924db9 [2020-07-23T04:44:23.277Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:44:23.277Z] ---> 77068fea0d6b [2020-07-23T04:44:23.277Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:44:23.552Z] ---> Running in 5678b386ba73 [2020-07-23T04:44:23.820Z] Removing intermediate container b4e3e10194b7 [2020-07-23T04:44:23.820Z] ---> 459fbd775779 [2020-07-23T04:44:23.820Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:44:23.820Z] ---> Running in e6c997bea28c [2020-07-23T04:44:24.425Z] Removing intermediate container e6c997bea28c [2020-07-23T04:44:24.426Z] ---> c9431802a31c [2020-07-23T04:44:24.426Z] Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:44:24.426Z] ---> 791f26c0d693 [2020-07-23T04:44:24.426Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:44:24.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:44:24.426Z] ---> Running in 6c62d392fe42 [2020-07-23T04:44:24.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:44:25.020Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:44:25.020Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:44:25.020Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:44:25.020Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:44:25.020Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:44:25.020Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:44:25.020Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:44:25.290Z] Removing intermediate container 6c62d392fe42 [2020-07-23T04:44:25.290Z] ---> 841ca46a8676 [2020-07-23T04:44:25.290Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:44:27.244Z] ---> c27ff8ba002c [2020-07-23T04:44:27.244Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:44:27.859Z] ---> Running in 5c62a6acf76f [2020-07-23T04:44:28.121Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:44:28.121Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:44:28.121Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:44:28.121Z] ---> cd73fc84c73b [2020-07-23T04:44:28.121Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:44:28.121Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:44:28.121Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:44:28.121Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:44:28.121Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:44:28.384Z] ---> Running in 7dc68adf1f72 [2020-07-23T04:44:28.384Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:44:28.983Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:44:28.983Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:44:28.983Z] Removing intermediate container 5c62a6acf76f [2020-07-23T04:44:28.983Z] ---> d218433ef425 [2020-07-23T04:44:28.983Z] [2020-07-23T04:44:28.983Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:44:28.983Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:44:28.983Z] Successfully built d218433ef425 [2020-07-23T04:44:28.983Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:44:28.983Z] Successfully tagged docker-support-logging-go:latest [2020-07-23T04:44:28.983Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:44:28.983Z]  Building docker-support-logging-go ... done (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:44:28.983Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:44:29.290Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:44:29.290Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:44:29.290Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:44:29.290Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:44:29.290Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:44:29.290Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:44:29.290Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:44:29.290Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:44:29.290Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:44:29.290Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:44:29.555Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:44:29.555Z] OK: 71 MiB in 55 packages [2020-07-23T04:44:32.168Z] Removing intermediate container 7dc68adf1f72 [2020-07-23T04:44:32.168Z] ---> e766a3e70f16 [2020-07-23T04:44:32.168Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:44:32.461Z] ---> Running in d2c08268d655 [2020-07-23T04:44:33.897Z] Removing intermediate container d2c08268d655 [2020-07-23T04:44:33.897Z] ---> cf2474114562 [2020-07-23T04:44:33.897Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:44:36.599Z] ---> Running in c036134da403 [2020-07-23T04:44:36.599Z] Removing intermediate container 5678b386ba73 [2020-07-23T04:44:36.599Z] ---> 530e88400735 [2020-07-23T04:44:36.599Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:44:36.599Z] ---> Running in 0b7432bbe4f9 [2020-07-23T04:44:36.599Z] Removing intermediate container c036134da403 [2020-07-23T04:44:36.599Z] ---> 61409fb3ca44 [2020-07-23T04:44:36.599Z] Step 25/26 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:44:37.218Z] ---> Running in ff70b7936bc0 [2020-07-23T04:44:37.660Z] Removing intermediate container ff70b7936bc0 [2020-07-23T04:44:37.660Z] ---> 3fd3e6468814 [2020-07-23T04:44:37.660Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:44:37.660Z] ---> Running in 4619f16d663b [2020-07-23T04:44:37.935Z] Removing intermediate container 4619f16d663b [2020-07-23T04:44:37.935Z] ---> 149e9ab9c149 [2020-07-23T04:44:37.935Z] [2020-07-23T04:44:38.217Z] Successfully built 149e9ab9c149 [2020-07-23T04:44:38.217Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-23T04:44:38.867Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-23T04:44:38.867Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:44:39.136Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:44:39.136Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:44:39.405Z] 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-23T04:44:39.721Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:44:39.721Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:44:39.721Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:44:39.721Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:44:40.362Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:44:40.362Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:44:41.341Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:44:41.341Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:44:42.777Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:44:42.777Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:44:42.777Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:44:42.777Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:44:43.377Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:44:43.377Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:44:43.641Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:44:43.641Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:44:43.641Z] 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-23T04:44:43.641Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:44:43.641Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:44:43.906Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:44:43.906Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:44:43.906Z] 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-23T04:44:43.906Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:44:43.906Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:44:44.168Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:44:44.168Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:44:44.168Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:44:44.168Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:44:44.168Z] Installing collected packages: websocket-client, idna, urllib3, requests, dockerpty, docopt, PyYAML, cached-property, texttable, jsonschema, docker-pycreds, docker, docker-compose [2020-07-23T04:44:44.450Z] Attempting uninstall: idna [2020-07-23T04:44:44.450Z] Found existing installation: idna 2.9 [2020-07-23T04:44:44.450Z] Uninstalling idna-2.9: [2020-07-23T04:44:44.734Z] Successfully uninstalled idna-2.9 [2020-07-23T04:44:45.040Z] Attempting uninstall: urllib3 [2020-07-23T04:44:45.040Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:44:45.040Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:44:45.313Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:44:45.578Z] Attempting uninstall: requests [2020-07-23T04:44:45.578Z] Found existing installation: requests 2.23.0 [2020-07-23T04:44:45.578Z] Uninstalling requests-2.23.0: [2020-07-23T04:44:45.578Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:44:45.844Z] Running setup.py install for dockerpty: started [2020-07-23T04:44:46.431Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:44:46.431Z] Running setup.py install for docopt: started [2020-07-23T04:44:47.031Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:44:47.031Z] Running setup.py install for PyYAML: started [2020-07-23T04:44:48.003Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:44:48.003Z] Running setup.py install for texttable: started [2020-07-23T04:44:48.589Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:44:49.541Z] 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-23T04:44:52.870Z] Removing intermediate container 0b7432bbe4f9 [2020-07-23T04:44:52.870Z] ---> eb8be5d0e823 [2020-07-23T04:44:52.870Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:44:52.870Z] ---> Running in 41f11193016a [2020-07-23T04:44:53.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:44:53.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:44:54.138Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:44:54.138Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:44:54.138Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:44:54.138Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:44:54.138Z] OK: 72 MiB in 58 packages [2020-07-23T04:44:55.630Z] Removing intermediate container 41f11193016a [2020-07-23T04:44:55.630Z] ---> 06a469cf9de5 [2020-07-23T04:44:55.630Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:44:55.630Z] ---> Running in dd30954b48df [2020-07-23T04:44:55.630Z] Removing intermediate container dd30954b48df [2020-07-23T04:44:55.630Z] ---> 9d6c7234d8da [2020-07-23T04:44:55.630Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:44:55.904Z] ---> Running in ebbf471f34b7 [2020-07-23T04:44:56.185Z] Removing intermediate container ebbf471f34b7 [2020-07-23T04:44:56.185Z] ---> c673446f85e4 [2020-07-23T04:44:56.185Z] Step 25/26 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:44:56.185Z] ---> Running in 941eba48954f [2020-07-23T04:44:56.481Z] Removing intermediate container 941eba48954f [2020-07-23T04:44:56.481Z] ---> 59566e484641 [2020-07-23T04:44:56.481Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:44:56.481Z] ---> Running in 7359a1b6f55c [2020-07-23T04:44:56.742Z] Removing intermediate container 7359a1b6f55c [2020-07-23T04:44:56.742Z] ---> 51109e2cbc43 [2020-07-23T04:44:56.742Z] [2020-07-23T04:44:56.742Z] Successfully built 51109e2cbc43 [2020-07-23T04:44:56.742Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-23T04:44:57.363Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-23T04:44:57.460Z] $ docker stop --time=1 e320946f4f61846f23ee2d4ca6eb300fb45d83444d55a51d6626d90adce41ce4 [2020-07-23T04:44:59.372Z] $ docker rm -f e320946f4f61846f23ee2d4ca6eb300fb45d83444d55a51d6626d90adce41ce4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:45:00.395Z] + grep docker [2020-07-23T04:45:00.395Z] + docker images [2020-07-23T04:45:00.395Z] docker-sys-mgmt-agent-go latest 51109e2cbc43 4 seconds ago 284MB [2020-07-23T04:45:00.395Z] docker-security-secretstore-setup-go latest 149e9ab9c149 23 seconds ago 33.9MB [2020-07-23T04:45:00.395Z] docker-support-logging-go latest d218433ef425 32 seconds ago 11.8MB [2020-07-23T04:45:00.395Z] docker-core-command-go latest 1d43870874a9 41 seconds ago 13MB [2020-07-23T04:45:00.395Z] docker-support-scheduler-go latest 4d612262302e 42 seconds ago 13.1MB [2020-07-23T04:45:00.395Z] docker-security-secrets-setup-go latest 72de184dabfa 3 minutes ago 25.1MB [2020-07-23T04:45:00.395Z] docker-core-data-go latest 4d2f03f2f08e 3 minutes ago 24.4MB [2020-07-23T04:45:00.395Z] docker-support-notifications-go latest 854a2a7cd499 3 minutes ago 14.5MB [2020-07-23T04:45:00.395Z] docker-core-metadata-go latest 2c4c9200d6c0 3 minutes ago 14.4MB [2020-07-23T04:45:00.395Z] docker-security-proxy-setup-go latest 438a6b8dc19f 3 minutes ago 16.4MB [2020-07-23T04:45:00.395Z] docker latest 81f5749c9058 3 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-23T04:46:00.055Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:00.056Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:00.056Z] ---> 334edf6a512e [2020-07-23T04:46:00.056Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:46:00.056Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:00.056Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:00.056Z] ---> 334edf6a512e [2020-07-23T04:46:00.056Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:46:00.056Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:00.056Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:00.056Z] ---> 334edf6a512e [2020-07-23T04:46:00.056Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:46:00.056Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:00.056Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:00.056Z] ---> 334edf6a512e [2020-07-23T04:46:00.056Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:46:00.056Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:00.056Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:46:00.056Z] ---> 334edf6a512e [2020-07-23T04:46:00.056Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:46:00.056Z] ---> Running in 7dcd0dc719b3 [2020-07-23T04:46:00.056Z] ---> Running in d5806eaaab86 [2020-07-23T04:46:00.056Z] ---> Running in fac03f6624cd [2020-07-23T04:46:00.056Z] ---> Running in d110e1d4eef5 [2020-07-23T04:46:00.056Z] ---> Running in 10aa843d8e08 [2020-07-23T04:46:00.056Z] Removing intermediate container 7dcd0dc719b3 [2020-07-23T04:46:00.056Z] ---> 2d3a44b780b9 [2020-07-23T04:46:00.056Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:00.056Z] Removing intermediate container 10aa843d8e08 [2020-07-23T04:46:00.056Z] ---> 6ef0545eeb2f [2020-07-23T04:46:00.056Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:00.056Z] Removing intermediate container d5806eaaab86 [2020-07-23T04:46:00.056Z] ---> 6e2de5ceabd9 [2020-07-23T04:46:00.056Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:00.056Z] ---> Running in 50869543c616 [2020-07-23T04:46:00.056Z] Removing intermediate container d110e1d4eef5 [2020-07-23T04:46:00.056Z] ---> 121afbe2676e [2020-07-23T04:46:00.056Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:00.056Z] Removing intermediate container fac03f6624cd [2020-07-23T04:46:00.056Z] ---> 09127546794c [2020-07-23T04:46:00.056Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:46:00.056Z] ---> Running in 59f806d08b64 [2020-07-23T04:46:00.056Z] ---> Running in de8eee69e9d6 [2020-07-23T04:46:00.056Z] ---> Running in 03fe59ddc50d [2020-07-23T04:46:00.056Z] ---> Running in 0c9872cbd8f5 [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.056Z] Removing intermediate container 50869543c616 [2020-07-23T04:46:00.056Z] ---> 8adaf0506ea8 [2020-07-23T04:46:00.056Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.056Z] Removing intermediate container 59f806d08b64 [2020-07-23T04:46:00.056Z] ---> c1b16a9cf991 [2020-07-23T04:46:00.056Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:46:00.056Z] ---> Running in 45bbbac18c28 [2020-07-23T04:46:00.056Z] Removing intermediate container de8eee69e9d6 [2020-07-23T04:46:00.056Z] ---> 01117db9c266 [2020-07-23T04:46:00.056Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:46:00.056Z] ---> Running in 591c9bcd7224 [2020-07-23T04:46:00.056Z] ---> Running in 2ee6d08decb0 [2020-07-23T04:46:00.056Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:00.056Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:00.056Z] OK: 12620 distinct packages available [2020-07-23T04:46:00.056Z] Removing intermediate container 03fe59ddc50d [2020-07-23T04:46:00.056Z] ---> 11d73ae07e6c [2020-07-23T04:46:00.056Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:46:00.056Z] ---> Running in f2bf77a9f1ba [2020-07-23T04:46:00.056Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.056Z] Removing intermediate container 0c9872cbd8f5 [2020-07-23T04:46:00.056Z] ---> d85c272f9e84 [2020-07-23T04:46:00.056Z] Step 5/29 : COPY go.mod . [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.333Z] ---> f42634585324 [2020-07-23T04:46:00.333Z] Step 6/29 : RUN go mod download [2020-07-23T04:46:00.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:00.614Z] ---> Running in 42815dca8708 [2020-07-23T04:46:01.224Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:01.224Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:01.224Z] OK: 12620 distinct packages available [2020-07-23T04:46:01.225Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:01.225Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:01.225Z] OK: 12620 distinct packages available [2020-07-23T04:46:01.576Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:01.576Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:01.576Z] OK: 12620 distinct packages available [2020-07-23T04:46:02.279Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:02.279Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:02.279Z] OK: 12620 distinct packages available [2020-07-23T04:46:02.279Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:02.552Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:02.831Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:03.442Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:04.444Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:04.444Z] Removing intermediate container 45bbbac18c28 [2020-07-23T04:46:04.444Z] ---> 93ceb48a86ad [2020-07-23T04:46:04.444Z] Step 6/22 : COPY go.mod . [2020-07-23T04:46:05.050Z] Removing intermediate container 591c9bcd7224 [2020-07-23T04:46:05.050Z] ---> 6ca728bee673 [2020-07-23T04:46:05.050Z] Step 6/20 : COPY go.mod . [2020-07-23T04:46:05.333Z] Removing intermediate container 2ee6d08decb0 [2020-07-23T04:46:05.333Z] ---> 27401389b057 [2020-07-23T04:46:05.333Z] Step 6/20 : COPY go.mod . [2020-07-23T04:46:05.605Z] Removing intermediate container 42815dca8708 [2020-07-23T04:46:05.605Z] ---> 963eddc2fceb [2020-07-23T04:46:05.605Z] Step 7/29 : COPY . . [2020-07-23T04:46:05.879Z] ---> b3308ad7143d [2020-07-23T04:46:05.879Z] Step 7/22 : RUN go mod download [2020-07-23T04:46:06.152Z] ---> Running in dda106bd00e6 [2020-07-23T04:46:06.152Z] Removing intermediate container f2bf77a9f1ba [2020-07-23T04:46:06.152Z] ---> 92aedb1cf837 [2020-07-23T04:46:06.152Z] Step 6/21 : COPY go.mod . [2020-07-23T04:46:06.152Z] ---> fff2071005b3 [2020-07-23T04:46:06.152Z] Step 7/20 : RUN go mod download [2020-07-23T04:46:07.129Z] ---> 48c3f035abbd [2020-07-23T04:46:07.129Z] Step 7/20 : RUN go mod download [2020-07-23T04:46:07.129Z] ---> Running in f3ea40a85751 [2020-07-23T04:46:08.571Z] ---> bf26ed4cb00b [2020-07-23T04:46:08.571Z] Step 7/21 : RUN go mod download [2020-07-23T04:46:08.571Z] ---> Running in bfe278a8b118 [2020-07-23T04:46:09.173Z] ---> Running in 78cf7a4b4127 [2020-07-23T04:46:13.519Z] Removing intermediate container dda106bd00e6 [2020-07-23T04:46:13.519Z] ---> fb8637baa22f [2020-07-23T04:46:13.519Z] Step 8/22 : COPY . . [2020-07-23T04:46:13.794Z] Removing intermediate container f3ea40a85751 [2020-07-23T04:46:13.794Z] ---> d4c2130c003b [2020-07-23T04:46:13.794Z] Step 8/20 : COPY . . [2020-07-23T04:46:14.773Z] Removing intermediate container bfe278a8b118 [2020-07-23T04:46:14.773Z] ---> 382ac6287502 [2020-07-23T04:46:14.773Z] Step 8/20 : COPY . . [2020-07-23T04:46:16.762Z] Removing intermediate container 78cf7a4b4127 [2020-07-23T04:46:16.762Z] ---> 5d81d2b4b49c [2020-07-23T04:46:16.762Z] Step 8/21 : COPY . . [2020-07-23T04:46:43.562Z] ---> a73dd68d3864 [2020-07-23T04:46:43.562Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:46:43.562Z] ---> Running in 41b866e16f25 [2020-07-23T04:46:43.562Z] ---> 3ff540e87e24 [2020-07-23T04:46:43.562Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:46:43.562Z] ---> e1e7ca95495c [2020-07-23T04:46:43.562Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:46:43.562Z] ---> f3fe87fb15fe [2020-07-23T04:46:43.562Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:46:43.562Z] ---> d46870f0db7b [2020-07-23T04:46:43.562Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:46:43.562Z] ---> Running in 47d3912f66de [2020-07-23T04:46:43.562Z] ---> Running in 5e62aae2c62a [2020-07-23T04:46:43.562Z] ---> Running in bdf8c5684ed8 [2020-07-23T04:46:43.562Z] ---> Running in 5d557f3dfe7c [2020-07-23T04:46:45.004Z] 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-23T04:46:46.450Z] 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-23T04:46:46.450Z] 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-23T04:46:47.048Z] 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-23T04:46:47.048Z] 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-23T04:48:23.861Z] Removing intermediate container 41b866e16f25 [2020-07-23T04:48:23.861Z] ---> ed56ac85edb0 [2020-07-23T04:48:23.861Z] [2020-07-23T04:48:23.861Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:48:23.861Z] latest: Pulling from library/alpine [2020-07-23T04:48:23.861Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:48:23.861Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:48:23.861Z] ---> 62ee0e9f8440 [2020-07-23T04:48:23.861Z] 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-23T04:48:23.861Z] ---> Running in e2c7c58335dd [2020-07-23T04:48:23.861Z] Removing intermediate container e2c7c58335dd [2020-07-23T04:48:23.861Z] ---> f60e24294885 [2020-07-23T04:48:23.861Z] Step 11/29 : USER root [2020-07-23T04:48:23.861Z] ---> Running in 6577a306351c [2020-07-23T04:48:23.861Z] Removing intermediate container 6577a306351c [2020-07-23T04:48:23.861Z] ---> 523c9243b0a6 [2020-07-23T04:48:23.861Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:48:23.861Z] Removing intermediate container 5e62aae2c62a [2020-07-23T04:48:23.861Z] ---> ef83c473cc02 [2020-07-23T04:48:23.861Z] [2020-07-23T04:48:23.861Z] Step 10/20 : FROM alpine [2020-07-23T04:48:23.861Z] ---> 62ee0e9f8440 [2020-07-23T04:48:23.861Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:48:23.861Z] ---> Running in e9aadca5aa13 [2020-07-23T04:48:23.861Z] ---> Running in d46696cea540 [2020-07-23T04:48:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:23.861Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:23.861Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:23.861Z] OK: 12620 distinct packages available [2020-07-23T04:48:23.861Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:23.861Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:23.861Z] OK: 12620 distinct packages available [2020-07-23T04:48:23.861Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:48:23.861Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:48:23.861Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:48:23.861Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:48:23.861Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:48:23.861Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:48:23.861Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:48:23.861Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:48:23.861Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:48:23.861Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:48:23.861Z] OK: 6 MiB in 16 packages [2020-07-23T04:48:23.861Z] OK: 7 MiB in 18 packages [2020-07-23T04:48:25.314Z] Removing intermediate container e9aadca5aa13 [2020-07-23T04:48:25.314Z] ---> c022dec142bf [2020-07-23T04:48:25.314Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:48:25.605Z] ---> Running in 296dcbb749c4 [2020-07-23T04:48:25.906Z] Removing intermediate container d46696cea540 [2020-07-23T04:48:25.906Z] ---> e1f1befdf2b4 [2020-07-23T04:48:25.906Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:48:26.182Z] ---> Running in 16222eee1b6f [2020-07-23T04:48:26.466Z] Removing intermediate container 296dcbb749c4 [2020-07-23T04:48:26.466Z] ---> d9a1292b338b [2020-07-23T04:48:26.466Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:48:26.741Z] ---> Running in dab508723ce1 [2020-07-23T04:48:27.015Z] Removing intermediate container 16222eee1b6f [2020-07-23T04:48:27.015Z] ---> 996b1ab1c0ef [2020-07-23T04:48:27.015Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:48:27.015Z] ---> Running in 300da47ea4c9 [2020-07-23T04:48:27.287Z] Removing intermediate container dab508723ce1 [2020-07-23T04:48:27.287Z] ---> d427dde8d31a [2020-07-23T04:48:27.287Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:48:27.579Z] ---> Running in 6e0b37129d22 [2020-07-23T04:48:27.857Z] Removing intermediate container 300da47ea4c9 [2020-07-23T04:48:27.857Z] ---> 28a9ce5356c0 [2020-07-23T04:48:27.857Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:48:29.852Z] ---> fdbf0f1d882a [2020-07-23T04:48:29.852Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:48:32.510Z] ---> d84abd609399 [2020-07-23T04:48:32.510Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:48:32.785Z] ---> Running in 12e31ed8b9d4 [2020-07-23T04:48:33.065Z] Removing intermediate container 6e0b37129d22 [2020-07-23T04:48:33.065Z] ---> 353ebfa44cdd [2020-07-23T04:48:33.065Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:48:34.062Z] Removing intermediate container 12e31ed8b9d4 [2020-07-23T04:48:34.062Z] ---> b6d41819961e [2020-07-23T04:48:34.062Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:48:34.339Z] ---> Running in fc17a6843eba [2020-07-23T04:48:35.336Z] Removing intermediate container fc17a6843eba [2020-07-23T04:48:35.336Z] ---> 7630ce36b338 [2020-07-23T04:48:35.336Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:48:35.621Z] Removing intermediate container 5d557f3dfe7c [2020-07-23T04:48:35.621Z] ---> ac7d2f099da6 [2020-07-23T04:48:35.621Z] [2020-07-23T04:48:35.621Z] Step 10/21 : FROM scratch [2020-07-23T04:48:35.621Z] ---> [2020-07-23T04:48:35.621Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:48:35.621Z] ---> Running in 4c3422d65def [2020-07-23T04:48:35.891Z] ---> 87559f0ae4d3 [2020-07-23T04:48:35.891Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:48:35.891Z] ---> Running in 0fb1c912bae0 [2020-07-23T04:48:36.498Z] Removing intermediate container 4c3422d65def [2020-07-23T04:48:36.498Z] ---> 00c2316cdbbf [2020-07-23T04:48:36.498Z] Step 19/20 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:48:36.783Z] ---> Running in d55c3c8e9022 [2020-07-23T04:48:37.056Z] Removing intermediate container 0fb1c912bae0 [2020-07-23T04:48:37.056Z] ---> 1f0c38cbaf22 [2020-07-23T04:48:37.056Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:48:37.056Z] ---> Running in cec5d4d81a4e [2020-07-23T04:48:37.331Z] ---> b156702d842c [2020-07-23T04:48:37.331Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:48:37.606Z] Removing intermediate container d55c3c8e9022 [2020-07-23T04:48:37.606Z] ---> 793c86b0c2a4 [2020-07-23T04:48:37.606Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:48:38.204Z] ---> Running in 3d64fe361641 [2020-07-23T04:48:38.204Z] Removing intermediate container cec5d4d81a4e [2020-07-23T04:48:38.204Z] ---> f02fe41e4738 [2020-07-23T04:48:38.204Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:48:38.204Z] ---> Running in 0fcb8820c7af [2020-07-23T04:48:38.808Z] ---> 85a4e0c1df79 [2020-07-23T04:48:38.808Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:48:39.081Z] Removing intermediate container 0fcb8820c7af [2020-07-23T04:48:39.081Z] Removing intermediate container 3d64fe361641 [2020-07-23T04:48:39.081Z] ---> 967ecfef95d5 [2020-07-23T04:48:39.081Z] [2020-07-23T04:48:39.081Z] ---> f6718d942793 [2020-07-23T04:48:39.081Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:48:40.531Z] ---> 7fdc853f411c [2020-07-23T04:48:40.531Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:48:40.531Z] Successfully built 967ecfef95d5 [2020-07-23T04:48:40.531Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-23T04:48:40.531Z] Building docker-support-notifications-go [2020-07-23T04:48:40.828Z]  Building docker-security-proxy-setup-go ... done  ---> 241cc5c7ca5c [2020-07-23T04:48:40.828Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:48:42.311Z] ---> 592f486cc416 [2020-07-23T04:48:42.311Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:48:42.628Z] ---> d49336e65252 [2020-07-23T04:48:42.628Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:48:42.628Z] ---> Running in cb0769cf7863 [2020-07-23T04:48:48.184Z] ---> 5cb0b06d6d98 [2020-07-23T04:48:48.184Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:48:49.159Z] Removing intermediate container 47d3912f66de [2020-07-23T04:48:49.159Z] ---> 06db5254ad94 [2020-07-23T04:48:49.159Z] [2020-07-23T04:48:49.159Z] Step 10/20 : FROM scratch [2020-07-23T04:48:49.159Z] ---> [2020-07-23T04:48:49.159Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:48:49.759Z] Removing intermediate container cb0769cf7863 [2020-07-23T04:48:49.759Z] ---> ebf2593611b1 [2020-07-23T04:48:49.759Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:48:49.759Z] ---> 30b2099d7ae8 [2020-07-23T04:48:49.759Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:48:49.759Z] ---> Running in 9dbc9a32819b [2020-07-23T04:48:50.038Z] ---> Running in 7b3b8e845586 [2020-07-23T04:48:50.640Z] Removing intermediate container 9dbc9a32819b [2020-07-23T04:48:50.640Z] ---> 3fd0280a30c6 [2020-07-23T04:48:50.640Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:48:50.640Z] Removing intermediate container 7b3b8e845586 [2020-07-23T04:48:50.640Z] ---> 4e816268b3f4 [2020-07-23T04:48:50.640Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:48:50.640Z] ---> Running in 8da7564d65a9 [2020-07-23T04:48:50.915Z] ---> Running in c073e799bfa3 [2020-07-23T04:48:50.915Z] ---> 9fe621174cc3 [2020-07-23T04:48:50.915Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:48:51.191Z] ---> Running in ab405968e1e0 [2020-07-23T04:48:51.191Z] Removing intermediate container 8da7564d65a9 [2020-07-23T04:48:51.191Z] ---> 69d8de385381 [2020-07-23T04:48:51.191Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:48:51.465Z] ---> Running in 8ef96e5396da [2020-07-23T04:48:51.465Z] Removing intermediate container c073e799bfa3 [2020-07-23T04:48:51.465Z] ---> 5d1a0493a0a8 [2020-07-23T04:48:51.465Z] Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:48:51.735Z] ---> Running in 9c9cee666ab8 [2020-07-23T04:48:52.324Z] Removing intermediate container 8ef96e5396da [2020-07-23T04:48:52.324Z] ---> 0c3fddd07d42 [2020-07-23T04:48:52.324Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:48:52.598Z] Removing intermediate container 9c9cee666ab8 [2020-07-23T04:48:52.598Z] ---> 0ebe3c583e77 [2020-07-23T04:48:52.598Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:48:52.873Z] ---> Running in 2120f7eaf438 [2020-07-23T04:48:53.474Z] ---> 73efc4677ac5 [2020-07-23T04:48:53.474Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:48:53.753Z] Removing intermediate container 2120f7eaf438 [2020-07-23T04:48:53.753Z] ---> 839bce99ceb9 [2020-07-23T04:48:53.753Z] [2020-07-23T04:48:54.736Z] Successfully built 839bce99ceb9 [2020-07-23T04:48:54.736Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-23T04:48:54.736Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-07-23T04:48:55.008Z] Removing intermediate container ab405968e1e0 [2020-07-23T04:48:55.008Z] ---> d9573b246f28 [2020-07-23T04:48:55.008Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:48:55.283Z] ---> Running in edbdcca64ecd [2020-07-23T04:48:55.561Z] ---> 32e13595b9f1 [2020-07-23T04:48:55.561Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:48:58.210Z] ---> 92e9ae1ad093 [2020-07-23T04:48:58.210Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:48:58.210Z] ---> Running in dd81e136d475 [2020-07-23T04:48:59.203Z] Removing intermediate container dd81e136d475 [2020-07-23T04:48:59.203Z] ---> 00c457aad75b [2020-07-23T04:48:59.203Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:48:59.825Z] ---> Running in d95cfd951276 [2020-07-23T04:48:59.825Z] Removing intermediate container edbdcca64ecd [2020-07-23T04:48:59.825Z] ---> 7a07b5ab114a [2020-07-23T04:48:59.825Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:49:00.417Z] ---> Running in 867f3edc2601 [2020-07-23T04:49:00.690Z] Removing intermediate container d95cfd951276 [2020-07-23T04:49:00.690Z] ---> c03fd1fc779c [2020-07-23T04:49:00.690Z] Step 19/20 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:49:00.962Z] ---> Running in b2b49b8660b6 [2020-07-23T04:49:00.962Z] Removing intermediate container 867f3edc2601 [2020-07-23T04:49:00.962Z] ---> d2400df8c303 [2020-07-23T04:49:00.962Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:49:01.249Z] ---> Running in 3768a9d03707 [2020-07-23T04:49:01.522Z] Removing intermediate container b2b49b8660b6 [2020-07-23T04:49:01.522Z] ---> 5bb572755c80 [2020-07-23T04:49:01.522Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:49:01.809Z] ---> Running in 1962b4540bce [2020-07-23T04:49:02.083Z] Removing intermediate container 3768a9d03707 [2020-07-23T04:49:02.083Z] ---> f274ed83f8ef [2020-07-23T04:49:02.083Z] Step 27/29 : LABEL arch=arm64 [2020-07-23T04:49:02.368Z] ---> Running in 282e46e3094a [2020-07-23T04:49:02.643Z] Removing intermediate container 1962b4540bce [2020-07-23T04:49:02.643Z] ---> d4affcdab3fc [2020-07-23T04:49:02.643Z] [2020-07-23T04:49:03.646Z] Successfully built d4affcdab3fc [2020-07-23T04:49:03.646Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-23T04:49:03.646Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-07-23T04:49:03.646Z] Removing intermediate container 282e46e3094a [2020-07-23T04:49:03.646Z] ---> 25c32aeb5965 [2020-07-23T04:49:03.646Z] Step 28/29 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:49:03.922Z] ---> Running in 9c1fa392102c [2020-07-23T04:49:04.521Z] Removing intermediate container 9c1fa392102c [2020-07-23T04:49:04.521Z] ---> 519a2800a992 [2020-07-23T04:49:04.521Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:49:04.521Z] ---> Running in b683d0e25f56 [2020-07-23T04:49:05.499Z] Removing intermediate container b683d0e25f56 [2020-07-23T04:49:05.499Z] ---> bcc60e85f2fa [2020-07-23T04:49:05.499Z] [2020-07-23T04:49:06.100Z] Successfully built bcc60e85f2fa [2020-07-23T04:49:06.100Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-23T04:49:06.100Z] Building docker-sys-mgmt-agent-go [2020-07-23T04:49:07.532Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container bdf8c5684ed8 [2020-07-23T04:49:07.532Z] ---> b4c8e83d6893 [2020-07-23T04:49:07.532Z] [2020-07-23T04:49:07.532Z] Step 10/22 : FROM alpine [2020-07-23T04:49:07.532Z] ---> 62ee0e9f8440 [2020-07-23T04:49:07.532Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:49:08.136Z] ---> Running in 1c61eba3519b [2020-07-23T04:49:08.729Z] Removing intermediate container 1c61eba3519b [2020-07-23T04:49:08.729Z] ---> de19e1ac8f25 [2020-07-23T04:49:08.730Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:49:09.324Z] ---> Running in dfaf0b26e0f5 [2020-07-23T04:49:09.916Z] Removing intermediate container dfaf0b26e0f5 [2020-07-23T04:49:09.916Z] ---> d00f42451c93 [2020-07-23T04:49:09.916Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:49:10.193Z] ---> Running in dbc39f6544f2 [2020-07-23T04:49:11.167Z] Removing intermediate container dbc39f6544f2 [2020-07-23T04:49:11.167Z] ---> 78e69e4084a7 [2020-07-23T04:49:11.167Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:49:11.446Z] ---> Running in 6f1c4ac521de [2020-07-23T04:49:14.828Z] Removing intermediate container 6f1c4ac521de [2020-07-23T04:49:14.828Z] ---> 682be15d9b0b [2020-07-23T04:49:14.828Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:49:15.106Z] ---> Running in b2a414f4e2d5 [2020-07-23T04:49:16.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:17.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:18.114Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:49:18.389Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:49:18.389Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:49:18.663Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:49:18.663Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:49:18.936Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:49:18.936Z] OK: 8 MiB in 19 packages [2020-07-23T04:49:20.931Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:49:20.931Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:49:20.931Z] ---> 334edf6a512e [2020-07-23T04:49:20.931Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:49:20.931Z] ---> Using cache [2020-07-23T04:49:20.931Z] ---> 09127546794c [2020-07-23T04:49:20.931Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:49:21.207Z] ---> Running in cf8314923dc2 [2020-07-23T04:49:21.841Z] Removing intermediate container b2a414f4e2d5 [2020-07-23T04:49:21.841Z] ---> a108b45e6b8d [2020-07-23T04:49:21.841Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:49:23.873Z] ---> 2076f0aead42 [2020-07-23T04:49:23.873Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:49:25.323Z] Removing intermediate container cf8314923dc2 [2020-07-23T04:49:25.323Z] ---> a05a30c37332 [2020-07-23T04:49:25.323Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:49:25.923Z] ---> e08d83d79866 [2020-07-23T04:49:25.923Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:49:25.923Z] ---> Running in f20ac9ac36dd [2020-07-23T04:49:27.378Z] ---> d16e16dfedf8 [2020-07-23T04:49:27.378Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:49:27.654Z] ---> Running in e023ed38db1f [2020-07-23T04:49:27.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:28.205Z] Removing intermediate container e023ed38db1f [2020-07-23T04:49:28.205Z] ---> dca2309f33fa [2020-07-23T04:49:28.205Z] Step 20/22 : LABEL arch=arm64 [2020-07-23T04:49:28.480Z] ---> Running in a30636078783 [2020-07-23T04:49:28.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:29.027Z] Removing intermediate container a30636078783 [2020-07-23T04:49:29.027Z] ---> a195955f80fa [2020-07-23T04:49:29.027Z] Step 21/22 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:49:29.027Z] ---> Running in 2ea5655ee60f [2020-07-23T04:49:29.627Z] Removing intermediate container 2ea5655ee60f [2020-07-23T04:49:29.627Z] ---> af012a9f0151 [2020-07-23T04:49:29.627Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:49:29.627Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:49:29.627Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:49:29.627Z] OK: 12620 distinct packages available [2020-07-23T04:49:29.898Z] ---> Running in 891d823ba744 [2020-07-23T04:49:30.495Z] Removing intermediate container 891d823ba744 [2020-07-23T04:49:30.495Z] ---> 08a72b548d18 [2020-07-23T04:49:30.495Z] [2020-07-23T04:49:30.495Z] OK: 217 MiB in 51 packages [2020-07-23T04:49:31.094Z] Successfully built 08a72b548d18 [2020-07-23T04:49:31.094Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-23T04:49:31.094Z] Building docker-security-secretstore-setup-go [2020-07-23T04:49:32.077Z]  Building docker-core-data-go ... done Removing intermediate container f20ac9ac36dd [2020-07-23T04:49:32.078Z] ---> f38a7e2e16e4 [2020-07-23T04:49:32.078Z] Step 6/23 : COPY go.mod . [2020-07-23T04:49:32.673Z] ---> fabf2b04baa2 [2020-07-23T04:49:32.673Z] Step 7/23 : RUN go mod download [2020-07-23T04:49:32.945Z] ---> Running in 8c85913652ca [2020-07-23T04:49:37.247Z] Removing intermediate container 8c85913652ca [2020-07-23T04:49:37.247Z] ---> e4b8f1cebe9c [2020-07-23T04:49:37.247Z] Step 8/23 : COPY . . [2020-07-23T04:49:55.553Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:49:55.553Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:49:55.553Z] ---> 334edf6a512e [2020-07-23T04:49:55.553Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:49:55.553Z] ---> Using cache [2020-07-23T04:49:55.553Z] ---> 09127546794c [2020-07-23T04:49:55.553Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:49:55.553Z] ---> Using cache [2020-07-23T04:49:55.553Z] ---> a05a30c37332 [2020-07-23T04:49:55.553Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:50:02.242Z] ---> Running in 5e7dd57e3f28 [2020-07-23T04:50:02.516Z] ---> dfcdd8c0def4 [2020-07-23T04:50:02.516Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:50:03.504Z] ---> Running in 10ca91de2832 [2020-07-23T04:50:04.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:05.532Z] 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-23T04:50:05.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:06.782Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:50:06.782Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:50:06.782Z] OK: 12620 distinct packages available [2020-07-23T04:50:07.760Z] OK: 217 MiB in 51 packages [2020-07-23T04:50:08.360Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:50:08.360Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:50:08.360Z] ---> 334edf6a512e [2020-07-23T04:50:08.360Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:50:08.360Z] ---> Using cache [2020-07-23T04:50:08.360Z] ---> 09127546794c [2020-07-23T04:50:08.360Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:50:08.360Z] ---> Using cache [2020-07-23T04:50:08.360Z] ---> a05a30c37332 [2020-07-23T04:50:08.360Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:50:09.798Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:50:09.798Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:50:09.798Z] ---> 334edf6a512e [2020-07-23T04:50:09.798Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:50:09.798Z] ---> Using cache [2020-07-23T04:50:09.798Z] ---> 09127546794c [2020-07-23T04:50:09.798Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:50:09.798Z] ---> Using cache [2020-07-23T04:50:09.798Z] ---> a05a30c37332 [2020-07-23T04:50:09.798Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:50:09.798Z] ---> Running in 9d71212dbb32 [2020-07-23T04:50:09.798Z] ---> Running in 09553fc73293 [2020-07-23T04:50:11.792Z] Removing intermediate container 5e7dd57e3f28 [2020-07-23T04:50:11.792Z] ---> 298abb1f3f3a [2020-07-23T04:50:11.792Z] Step 6/21 : COPY go.mod . [2020-07-23T04:50:13.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:13.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:13.856Z] ---> cc63d0ae3b85 [2020-07-23T04:50:13.856Z] Step 7/21 : RUN go mod download [2020-07-23T04:50:13.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:14.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:14.408Z] ---> Running in 3085583577cc [2020-07-23T04:50:15.406Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:50:15.406Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:50:15.406Z] OK: 12620 distinct packages available [2020-07-23T04:50:15.406Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:50:15.406Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:50:15.406Z] OK: 12620 distinct packages available [2020-07-23T04:50:16.399Z] OK: 217 MiB in 51 packages [2020-07-23T04:50:16.678Z] OK: 217 MiB in 51 packages [2020-07-23T04:50:20.108Z] Removing intermediate container 9d71212dbb32 [2020-07-23T04:50:20.108Z] ---> 74fdb1038eb6 [2020-07-23T04:50:20.108Z] Step 6/21 : COPY go.mod . [2020-07-23T04:50:20.722Z] Removing intermediate container 3085583577cc [2020-07-23T04:50:20.722Z] ---> 13180d21eefc [2020-07-23T04:50:20.722Z] Step 8/21 : COPY . . [2020-07-23T04:50:20.722Z] Removing intermediate container 09553fc73293 [2020-07-23T04:50:20.722Z] ---> eaa25123d28f [2020-07-23T04:50:20.722Z] Step 6/26 : COPY go.mod . [2020-07-23T04:50:22.236Z] ---> ed9529adc04c [2020-07-23T04:50:22.236Z] Step 7/21 : RUN go mod download [2020-07-23T04:50:22.236Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:50:22.236Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:50:22.236Z] ---> 334edf6a512e [2020-07-23T04:50:22.236Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:50:22.236Z] ---> Using cache [2020-07-23T04:50:22.236Z] ---> 09127546794c [2020-07-23T04:50:22.236Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:50:22.236Z] ---> Using cache [2020-07-23T04:50:22.236Z] ---> a05a30c37332 [2020-07-23T04:50:22.236Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:50:22.236Z] ---> Using cache [2020-07-23T04:50:22.236Z] ---> 74fdb1038eb6 [2020-07-23T04:50:22.236Z] Step 6/26 : COPY go.mod . [2020-07-23T04:50:22.236Z] ---> Running in 8ebcac6176b0 [2020-07-23T04:50:22.513Z] ---> 806c83c5fdfb [2020-07-23T04:50:22.513Z] Step 7/26 : RUN go mod download [2020-07-23T04:50:22.790Z] ---> Running in 7b79fa3572e2 [2020-07-23T04:50:24.481Z] ---> 021eaa7ef1ee [2020-07-23T04:50:24.481Z] Step 7/26 : RUN go mod download [2020-07-23T04:50:24.760Z] ---> Running in 1df9da5e547b [2020-07-23T04:50:30.198Z] Removing intermediate container 8ebcac6176b0 [2020-07-23T04:50:30.198Z] ---> 9dd46ba6948c [2020-07-23T04:50:30.198Z] Step 8/21 : COPY . . [2020-07-23T04:50:30.800Z] Removing intermediate container 1df9da5e547b [2020-07-23T04:50:30.800Z] ---> 68b4702a2fac [2020-07-23T04:50:30.800Z] Step 8/26 : COPY . . [2020-07-23T04:50:30.800Z] Removing intermediate container 7b79fa3572e2 [2020-07-23T04:50:30.800Z] ---> 0e499d04b901 [2020-07-23T04:50:30.800Z] Step 8/26 : COPY . . [2020-07-23T04:51:10.111Z] ---> d0b2ee042821 [2020-07-23T04:51:10.111Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:51:10.111Z] ---> 977b050c4907 [2020-07-23T04:51:10.111Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:51:10.111Z] ---> 0af75ab32183 [2020-07-23T04:51:10.111Z] 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-23T04:51:10.111Z] ---> 50354f5c4569 [2020-07-23T04:51:10.111Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:51:10.111Z] ---> Running in 3a6117c8e62e [2020-07-23T04:51:10.111Z] ---> Running in ef58c6674030 [2020-07-23T04:51:10.111Z] ---> Running in 78ba729965df [2020-07-23T04:51:10.111Z] ---> Running in 234d05a34998 [2020-07-23T04:51:10.382Z] Removing intermediate container 10ca91de2832 [2020-07-23T04:51:10.382Z] ---> f7cd2a7317ce [2020-07-23T04:51:10.382Z] [2020-07-23T04:51:10.382Z] Step 10/23 : FROM scratch [2020-07-23T04:51:10.382Z] ---> [2020-07-23T04:51:10.382Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:51:10.382Z] 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-23T04:51:10.382Z] 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-23T04:51:10.656Z] ---> Using cache [2020-07-23T04:51:10.656Z] ---> 1f0c38cbaf22 [2020-07-23T04:51:10.656Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:51:10.656Z] ---> Running in be632cdd8735 [2020-07-23T04:51:10.656Z] 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-23T04:51:10.930Z] 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-23T04:51:11.206Z] Removing intermediate container be632cdd8735 [2020-07-23T04:51:11.206Z] ---> 21224677aa26 [2020-07-23T04:51:11.206Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:51:11.480Z] ---> Running in 7abcd9ce1d83 [2020-07-23T04:51:11.757Z] Removing intermediate container 7abcd9ce1d83 [2020-07-23T04:51:12.029Z] ---> a84f739db588 [2020-07-23T04:51:12.029Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:51:13.008Z] ---> 63cb9cfdfb33 [2020-07-23T04:51:13.008Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:51:14.458Z] ---> 5426822845df [2020-07-23T04:51:14.458Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:51:16.452Z] ---> 86d68ede1424 [2020-07-23T04:51:16.452Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:51:17.439Z] ---> 4d13d20b85c3 [2020-07-23T04:51:17.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:51:19.427Z] ---> 41b70c7cee13 [2020-07-23T04:51:19.427Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:51:20.028Z] ---> b706cfbe522d [2020-07-23T04:51:20.028Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:51:20.305Z] ---> Running in 61d0396878f3 [2020-07-23T04:51:20.905Z] Removing intermediate container 61d0396878f3 [2020-07-23T04:51:20.905Z] ---> ab853c481f74 [2020-07-23T04:51:20.905Z] Step 21/23 : LABEL arch=arm64 [2020-07-23T04:51:20.905Z] ---> Running in 9e70190c33b0 [2020-07-23T04:51:21.897Z] Removing intermediate container 9e70190c33b0 [2020-07-23T04:51:21.897Z] ---> 0c086db9f294 [2020-07-23T04:51:21.897Z] Step 22/23 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:51:21.897Z] ---> Running in b99f66aa0209 [2020-07-23T04:51:22.493Z] Removing intermediate container b99f66aa0209 [2020-07-23T04:51:22.493Z] ---> 4bdaef107428 [2020-07-23T04:51:22.493Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:51:22.767Z] ---> Running in eba45f48cb77 [2020-07-23T04:51:23.364Z] Removing intermediate container eba45f48cb77 [2020-07-23T04:51:23.364Z] ---> 1d35db0726ae [2020-07-23T04:51:23.364Z] [2020-07-23T04:51:23.960Z] Successfully built 1d35db0726ae [2020-07-23T04:51:23.960Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-23T04:52:20.498Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:52:27.247Z] 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-23T04:52:29.302Z] Removing intermediate container 234d05a34998 [2020-07-23T04:52:29.302Z] ---> 7f2b47e8ad1c [2020-07-23T04:52:29.302Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:52:29.932Z] ---> Running in 1bc26b18915c [2020-07-23T04:52:31.956Z] 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-23T04:52:37.404Z] Removing intermediate container 1bc26b18915c [2020-07-23T04:52:37.404Z] ---> 20ffe7228880 [2020-07-23T04:52:37.404Z] [2020-07-23T04:52:37.404Z] Step 11/26 : FROM docker:latest [2020-07-23T04:52:37.404Z] ---> ce9d55ae87f1 [2020-07-23T04:52:37.404Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:52:37.404Z] ---> Running in ad7411ca6649 [2020-07-23T04:52:40.036Z] Removing intermediate container 78ba729965df [2020-07-23T04:52:40.036Z] ---> 8cd5638f786e [2020-07-23T04:52:40.036Z] [2020-07-23T04:52:40.036Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:52:40.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:40.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:40.036Z] 3.10: Pulling from library/alpine [2020-07-23T04:52:40.311Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:52:40.311Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:52:40.311Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:52:40.585Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:52:40.585Z] OK: 12 MiB in 22 packages [2020-07-23T04:52:41.591Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:52:41.591Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:52:41.591Z] ---> 536a684cf733 [2020-07-23T04:52:41.591Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:52:41.862Z] ---> Running in 635365a6e6be [2020-07-23T04:52:43.299Z] Removing intermediate container ad7411ca6649 [2020-07-23T04:52:43.299Z] ---> b0f511b92342 [2020-07-23T04:52:43.299Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:52:43.572Z] ---> Running in a0e9961c7a6d [2020-07-23T04:52:43.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:44.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:44.714Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:52:44.714Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:52:44.714Z] OK: 10167 distinct packages available [2020-07-23T04:52:44.991Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:52:44.991Z] Removing intermediate container ef58c6674030 [2020-07-23T04:52:44.991Z] ---> 00bb1b3346eb [2020-07-23T04:52:44.991Z] [2020-07-23T04:52:44.991Z] Step 10/21 : FROM scratch [2020-07-23T04:52:44.991Z] ---> [2020-07-23T04:52:44.991Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:52:45.263Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:52:45.263Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:52:45.263Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:52:45.263Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:52:45.263Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:52:45.263Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:52:45.263Z] ---> Using cache [2020-07-23T04:52:45.263Z] ---> 3fd0280a30c6 [2020-07-23T04:52:45.263Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:52:45.538Z] OK: 7 MiB in 19 packages [2020-07-23T04:52:45.538Z] ---> Running in 8f7f8c0f02f0 [2020-07-23T04:52:46.521Z] Removing intermediate container 8f7f8c0f02f0 [2020-07-23T04:52:46.521Z] ---> 0f11e16be69d [2020-07-23T04:52:46.521Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:52:46.795Z] ---> Running in a2e36ae31951 [2020-07-23T04:52:47.769Z] Removing intermediate container a2e36ae31951 [2020-07-23T04:52:47.769Z] ---> 49a6083dbe1a [2020-07-23T04:52:47.769Z] Removing intermediate container a0e9961c7a6d [2020-07-23T04:52:47.769Z] ---> 61a15175647b [2020-07-23T04:52:47.769Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:52:47.769Z] Step 14/21 : WORKDIR / [2020-07-23T04:52:47.769Z] ---> Running in d00baa47a1a3 [2020-07-23T04:52:47.769Z] ---> Running in 0c76fa85efc3 [2020-07-23T04:52:48.042Z] Removing intermediate container 635365a6e6be [2020-07-23T04:52:48.042Z] ---> 6edd9eca090f [2020-07-23T04:52:48.042Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:52:48.317Z] ---> Running in ad9af1c13840 [2020-07-23T04:52:48.317Z] Removing intermediate container 3a6117c8e62e [2020-07-23T04:52:48.317Z] ---> 4b3fa2afcb28 [2020-07-23T04:52:48.317Z] [2020-07-23T04:52:48.317Z] Step 10/21 : FROM scratch [2020-07-23T04:52:48.317Z] ---> [2020-07-23T04:52:48.317Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:52:48.593Z] ---> Using cache [2020-07-23T04:52:48.593Z] ---> 3fd0280a30c6 [2020-07-23T04:52:48.593Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:52:48.593Z] Removing intermediate container d00baa47a1a3 [2020-07-23T04:52:48.593Z] ---> d3ed98548229 [2020-07-23T04:52:48.593Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:52:48.593Z] Removing intermediate container 0c76fa85efc3 [2020-07-23T04:52:48.593Z] ---> fdc222c342f4 [2020-07-23T04:52:48.593Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:52:48.593Z] ---> Running in 078b14a9126a [2020-07-23T04:52:48.875Z] ---> Running in 4894ef5adc33 [2020-07-23T04:52:48.875Z] Removing intermediate container ad9af1c13840 [2020-07-23T04:52:48.875Z] ---> 00705625d7ab [2020-07-23T04:52:48.875Z] Step 13/26 : WORKDIR / [2020-07-23T04:52:49.153Z] ---> Running in 0fe82f3d6436 [2020-07-23T04:52:49.153Z] Removing intermediate container 078b14a9126a [2020-07-23T04:52:49.153Z] ---> e3b9eca09003 [2020-07-23T04:52:49.153Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:52:49.426Z] ---> Running in 407f454fd6c5 [2020-07-23T04:52:49.426Z] Removing intermediate container 4894ef5adc33 [2020-07-23T04:52:49.426Z] ---> cd4e5adf325c [2020-07-23T04:52:49.426Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:52:49.705Z] ---> 1bc06330e0af [2020-07-23T04:52:49.705Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:52:49.705Z] ---> Running in d8b5a46f782c [2020-07-23T04:52:49.705Z] Removing intermediate container 0fe82f3d6436 [2020-07-23T04:52:49.705Z] ---> bccae0680351 [2020-07-23T04:52:49.705Z] 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-23T04:52:49.705Z] Removing intermediate container 407f454fd6c5 [2020-07-23T04:52:49.705Z] ---> 7e92f7e0ae83 [2020-07-23T04:52:49.705Z] Step 14/21 : WORKDIR / [2020-07-23T04:52:49.980Z] ---> Running in a9ac2f1a7b2f [2020-07-23T04:52:49.980Z] Removing intermediate container d8b5a46f782c [2020-07-23T04:52:49.980Z] ---> bfe2d12855b4 [2020-07-23T04:52:49.980Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:52:50.585Z] Removing intermediate container a9ac2f1a7b2f [2020-07-23T04:52:50.585Z] ---> 0a2299b5a7f6 [2020-07-23T04:52:50.585Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:52:50.857Z] ---> 24e1037120a5 [2020-07-23T04:52:50.857Z] 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-23T04:52:51.457Z] ---> ba2325a902d4 [2020-07-23T04:52:51.457Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:52:51.457Z] ---> 51e3f7e81019 [2020-07-23T04:52:51.457Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:52:51.457Z] ---> 2748245392cd [2020-07-23T04:52:51.457Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:52:52.055Z] ---> 1bc7b37debdf [2020-07-23T04:52:52.055Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:52:52.646Z] ---> 7f1a75b6067f [2020-07-23T04:52:52.646Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:52:52.646Z] ---> 8d001f385d17 [2020-07-23T04:52:52.646Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:52:52.646Z] ---> Running in 96d67f22352d [2020-07-23T04:52:52.919Z] ---> 78cb8d54f4c9 [2020-07-23T04:52:52.919Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:52:53.193Z] Removing intermediate container 96d67f22352d [2020-07-23T04:52:53.193Z] ---> d66ef0951af3 [2020-07-23T04:52:53.193Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:52:53.466Z] ---> 97115a091404 [2020-07-23T04:52:53.466Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:52:53.466Z] ---> Running in dd7a7cff5d79 [2020-07-23T04:52:53.742Z] ---> 835a26c6c5d1 [2020-07-23T04:52:53.742Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:52:54.014Z] ---> Running in dbc3efd74dcf [2020-07-23T04:52:54.014Z] ---> b9554c44d5c7 [2020-07-23T04:52:54.014Z] Removing intermediate container dd7a7cff5d79 [2020-07-23T04:52:54.014Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:52:54.014Z] ---> 922aa9dba40d [2020-07-23T04:52:54.014Z] Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:52:54.289Z] ---> Running in e4831be183a2 [2020-07-23T04:52:54.568Z] ---> 61699e5fdef3 [2020-07-23T04:52:54.568Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:52:54.843Z] ---> Running in c59e79273b66 [2020-07-23T04:52:54.843Z] Removing intermediate container e4831be183a2 [2020-07-23T04:52:54.843Z] ---> 737cb287e440 [2020-07-23T04:52:54.843Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:52:55.435Z] ---> Running in d4845b64613e [2020-07-23T04:52:55.435Z] Removing intermediate container c59e79273b66 [2020-07-23T04:52:55.435Z] ---> e326a24da35e [2020-07-23T04:52:55.435Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:52:55.435Z] ---> 41822292dcae [2020-07-23T04:52:55.435Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:52:55.708Z] ---> Running in 4b4ad6af94d2 [2020-07-23T04:52:55.999Z] Removing intermediate container d4845b64613e [2020-07-23T04:52:55.999Z] ---> c77c266250ad [2020-07-23T04:52:55.999Z] [2020-07-23T04:52:55.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:56.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:56.272Z] Removing intermediate container 4b4ad6af94d2 [2020-07-23T04:52:56.272Z] ---> 066e5a12df0f [2020-07-23T04:52:56.272Z] Step 20/21 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:52:56.544Z] ---> Running in 3664021996e0 [2020-07-23T04:52:56.544Z] Successfully built c77c266250ad [2020-07-23T04:52:56.544Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-23T04:52:56.818Z]  Building docker-core-command-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:52:56.818Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:52:56.818Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:52:56.818Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:52:56.818Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:52:56.818Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:52:56.818Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:52:57.409Z] Removing intermediate container 3664021996e0 [2020-07-23T04:52:57.409Z] ---> 8066901acad0 [2020-07-23T04:52:57.409Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:52:57.679Z] ---> d81f872232fa [2020-07-23T04:52:57.679Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:52:57.680Z] ---> Running in f2f22bd683dd [2020-07-23T04:52:58.658Z] Removing intermediate container f2f22bd683dd [2020-07-23T04:52:58.658Z] ---> 4384e949e2e0 [2020-07-23T04:52:58.658Z] [2020-07-23T04:52:58.658Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:52:58.658Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:52:58.658Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:52:58.658Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:52:58.658Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:52:58.658Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:52:58.934Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:52:58.934Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:52:58.934Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:52:58.934Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:52:58.934Z] ---> d2db766a5cbe [2020-07-23T04:52:58.934Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:52:58.934Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:52:58.934Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:52:58.934Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:52:58.934Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:52:59.205Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:52:59.205Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:52:59.205Z] Successfully built 4384e949e2e0 [2020-07-23T04:52:59.205Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-23T04:52:59.205Z]  Building docker-core-metadata-go ... done (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:52:59.205Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:52:59.205Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:52:59.205Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:52:59.205Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:52:59.205Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:52:59.205Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:52:59.205Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:52:59.205Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:52:59.205Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:52:59.481Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:52:59.481Z] OK: 71 MiB in 55 packages [2020-07-23T04:52:59.757Z] ---> fc44b03510a5 [2020-07-23T04:52:59.757Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:53:00.028Z] ---> Running in a27aa8c626e6 [2020-07-23T04:53:03.424Z] Removing intermediate container a27aa8c626e6 [2020-07-23T04:53:03.424Z] ---> e85936916548 [2020-07-23T04:53:03.424Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:53:03.424Z] ---> Running in a5c9868d930d [2020-07-23T04:53:04.023Z] Removing intermediate container a5c9868d930d [2020-07-23T04:53:04.023Z] ---> 225f26a5106e [2020-07-23T04:53:04.023Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:53:04.297Z] ---> Running in 115f65017d1c [2020-07-23T04:53:04.895Z] Removing intermediate container 115f65017d1c [2020-07-23T04:53:04.895Z] ---> 4d02b2c193c0 [2020-07-23T04:53:04.895Z] Step 25/26 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:53:04.895Z] ---> Running in 080c5ad0dbcd [2020-07-23T04:53:05.871Z] Removing intermediate container 080c5ad0dbcd [2020-07-23T04:53:05.871Z] ---> dda642a80525 [2020-07-23T04:53:05.871Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:53:05.871Z] Removing intermediate container dbc3efd74dcf [2020-07-23T04:53:05.871Z] ---> cfe951f0f52c [2020-07-23T04:53:05.871Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:53:05.871Z] ---> Running in b398d9bd0039 [2020-07-23T04:53:05.871Z] ---> Running in ca16556a80c0 [2020-07-23T04:53:06.462Z] Removing intermediate container b398d9bd0039 [2020-07-23T04:53:06.462Z] ---> 5c542c981c83 [2020-07-23T04:53:06.462Z] [2020-07-23T04:53:06.734Z] Successfully built 5c542c981c83 [2020-07-23T04:53:07.005Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-23T04:53:11.302Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-23T04:53:11.302Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:53:11.595Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:53:11.595Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:53:12.588Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:53:12.588Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:53:12.863Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:53:12.863Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:53:14.835Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:53:14.835Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:53:17.434Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:53:17.434Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:53:17.703Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:53:17.703Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:53:19.662Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:53:19.662Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:53:20.251Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:53:20.251Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:53:20.251Z] 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-23T04:53:20.838Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:53:20.838Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:53:24.195Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:53:24.195Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:53:24.195Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:53:24.195Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:53:24.463Z] 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-23T04:53:24.463Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:53:24.463Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:53:24.731Z] 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-23T04:53:24.731Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:53:24.731Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:53:24.731Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:53:24.731Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:53:25.316Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, dockerpty, texttable, cached-property, PyYAML, docker-compose [2020-07-23T04:53:25.316Z] Attempting uninstall: urllib3 [2020-07-23T04:53:25.316Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:53:25.316Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:53:25.584Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:53:26.173Z] Attempting uninstall: idna [2020-07-23T04:53:26.173Z] Found existing installation: idna 2.9 [2020-07-23T04:53:26.173Z] Uninstalling idna-2.9: [2020-07-23T04:53:26.173Z] Successfully uninstalled idna-2.9 [2020-07-23T04:53:26.762Z] Attempting uninstall: requests [2020-07-23T04:53:26.762Z] Found existing installation: requests 2.23.0 [2020-07-23T04:53:26.762Z] Uninstalling requests-2.23.0: [2020-07-23T04:53:27.032Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:53:28.450Z] Running setup.py install for docopt: started [2020-07-23T04:53:30.405Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:53:30.405Z] Running setup.py install for dockerpty: started [2020-07-23T04:53:32.362Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:53:32.362Z] Running setup.py install for texttable: started [2020-07-23T04:53:33.780Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:53:33.780Z] Running setup.py install for PyYAML: started [2020-07-23T04:53:36.395Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:53:36.662Z] 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-23T04:53:40.025Z] Removing intermediate container ca16556a80c0 [2020-07-23T04:53:40.025Z] ---> c52c5625e069 [2020-07-23T04:53:40.025Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:53:40.025Z] ---> Running in 4310f3845c2a [2020-07-23T04:53:41.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:53:41.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:53:42.303Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:53:42.303Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:53:42.303Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:53:42.303Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:53:42.303Z] OK: 71 MiB in 58 packages [2020-07-23T04:53:43.723Z] Removing intermediate container 4310f3845c2a [2020-07-23T04:53:43.723Z] ---> d2fd479eba27 [2020-07-23T04:53:43.723Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:53:43.723Z] ---> Running in 546991cb5cdc [2020-07-23T04:53:44.313Z] Removing intermediate container 546991cb5cdc [2020-07-23T04:53:44.313Z] ---> feab044ef882 [2020-07-23T04:53:44.313Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:53:44.313Z] ---> Running in cc193f10b723 [2020-07-23T04:53:44.901Z] Removing intermediate container cc193f10b723 [2020-07-23T04:53:44.901Z] ---> 09442b2f23a9 [2020-07-23T04:53:44.901Z] Step 25/26 : LABEL git_sha=0a172e5825061bc389e33990346d27a610963de2 [2020-07-23T04:53:45.174Z] ---> Running in 75c62d7c9fa8 [2020-07-23T04:53:45.762Z] Removing intermediate container 75c62d7c9fa8 [2020-07-23T04:53:45.762Z] ---> f1aa3e27f914 [2020-07-23T04:53:45.762Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:53:45.762Z] ---> Running in a4ec43bc5669 [2020-07-23T04:53:46.353Z] Removing intermediate container a4ec43bc5669 [2020-07-23T04:53:46.353Z] ---> 461a05bebbac [2020-07-23T04:53:46.353Z] [2020-07-23T04:53:46.629Z] Successfully built 461a05bebbac [2020-07-23T04:53:46.899Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-23T04:53:47.182Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-23T04:53:47.173Z] $ docker stop --time=1 07141748553bfdd08506d3cda36e33ac91b1ed4aa8acb295f6dc0837daf95260 [2020-07-23T04:53:49.122Z] $ docker rm -f 07141748553bfdd08506d3cda36e33ac91b1ed4aa8acb295f6dc0837daf95260 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:53:49.746Z] + docker images [2020-07-23T04:53:49.747Z] + grep docker [2020-07-23T04:53:50.017Z] docker-sys-mgmt-agent-go-arm64 latest 461a05bebbac 3 seconds ago 266MB [2020-07-23T04:53:50.017Z] docker-security-secretstore-setup-go-arm64 latest 5c542c981c83 43 seconds ago 32.6MB [2020-07-23T04:53:50.017Z] docker-core-metadata-go-arm64 latest 4384e949e2e0 51 seconds ago 13.8MB [2020-07-23T04:53:50.017Z] docker-core-command-go-arm64 latest c77c266250ad 54 seconds ago 12.4MB [2020-07-23T04:53:50.017Z] docker-support-notifications-go-arm64 latest 1d35db0726ae 2 minutes ago 13.9MB [2020-07-23T04:53:50.017Z] docker-core-data-go-arm64 latest 08a72b548d18 4 minutes ago 23.3MB [2020-07-23T04:53:50.017Z] docker-security-secrets-setup-go-arm64 latest bcc60e85f2fa 4 minutes ago 24.2MB [2020-07-23T04:53:50.017Z] docker-support-scheduler-go-arm64 latest d4affcdab3fc 4 minutes ago 12.6MB [2020-07-23T04:53:50.017Z] docker-support-logging-go-arm64 latest 839bce99ceb9 4 minutes ago 11.4MB [2020-07-23T04:53:50.017Z] docker-security-proxy-setup-go-arm64 latest 967ecfef95d5 5 minutes ago 15.8MB [2020-07-23T04:53:50.017Z] docker latest ce9d55ae87f1 3 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-23T04:53:51.767Z] provisioning config files... [2020-07-23T04:53:51.793Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config3157991163571106377tmp [Pipeline] { [Pipeline] sh [2020-07-23T04:53:52.253Z] + curl -s https://codecov.io/bash [2020-07-23T04:53:52.253Z] + bash -s - -t @/w/workspace/edgex-go/19@tmp/config3157991163571106377tmp [Pipeline] } [2020-07-23T04:53:52.855Z] 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-23T04:53:54.244Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:53:55.519Z] ---> package-listing.sh [2020-07-23T04:53:55.519Z] ++ facter osfamily [2020-07-23T04:53:55.519Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-23T04:53:55.819Z] + OS_FAMILY=redhat [2020-07-23T04:53:55.819Z] + workspace=/w/workspace/edgex-go/19 [2020-07-23T04:53:55.819Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-23T04:53:55.819Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-23T04:53:55.819Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-23T04:53:55.819Z] + PACKAGES=/tmp/packages_start.txt [2020-07-23T04:53:55.819Z] + '[' /w/workspace/edgex-go/19 ']' [2020-07-23T04:53:55.819Z] + PACKAGES=/tmp/packages_end.txt [2020-07-23T04:53:55.819Z] + case "${OS_FAMILY}" in [2020-07-23T04:53:55.819Z] + rpm -qa [2020-07-23T04:53:55.819Z] + sort [2020-07-23T04:54:02.552Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-23T04:54:02.552Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-23T04:54:02.552Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-23T04:54:02.552Z] + '[' /w/workspace/edgex-go/19 ']' [2020-07-23T04:54:02.552Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2020-07-23T04:54:02.552Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:54:03.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:54:03.282Z] [2020-07-23T04:54:03.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:54:03.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:54:04.011Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-23T04:54:04.011Z] c9b1b535fdd9: Pulling fs layer [2020-07-23T04:54:04.011Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-23T04:54:04.011Z] 756a868c4378: Pulling fs layer [2020-07-23T04:54:04.011Z] 444b2fc9a129: Pulling fs layer [2020-07-23T04:54:04.011Z] ea15f1150254: Pulling fs layer [2020-07-23T04:54:04.011Z] 41b27a9f41bf: Pulling fs layer [2020-07-23T04:54:04.011Z] 28c525ee5125: Pulling fs layer [2020-07-23T04:54:04.011Z] 094b1ea09ed8: Pulling fs layer [2020-07-23T04:54:04.011Z] 138eaada9080: Pulling fs layer [2020-07-23T04:54:04.011Z] 0622d0fa9048: Pulling fs layer [2020-07-23T04:54:04.011Z] 444b2fc9a129: Waiting [2020-07-23T04:54:04.011Z] ea15f1150254: Waiting [2020-07-23T04:54:04.011Z] 41b27a9f41bf: Waiting [2020-07-23T04:54:04.011Z] 28c525ee5125: Waiting [2020-07-23T04:54:04.011Z] 094b1ea09ed8: Waiting [2020-07-23T04:54:04.011Z] 138eaada9080: Waiting [2020-07-23T04:54:04.011Z] 0622d0fa9048: Waiting [2020-07-23T04:54:04.011Z] 2cc5ad85d9ab: Download complete [2020-07-23T04:54:04.011Z] 444b2fc9a129: Verifying Checksum [2020-07-23T04:54:04.011Z] 444b2fc9a129: Download complete [2020-07-23T04:54:04.011Z] c9b1b535fdd9: Verifying Checksum [2020-07-23T04:54:04.011Z] c9b1b535fdd9: Download complete [2020-07-23T04:54:04.375Z] ea15f1150254: Verifying Checksum [2020-07-23T04:54:04.375Z] ea15f1150254: Download complete [2020-07-23T04:54:04.375Z] 28c525ee5125: Verifying Checksum [2020-07-23T04:54:04.375Z] 28c525ee5125: Download complete [2020-07-23T04:54:05.014Z] 756a868c4378: Verifying Checksum [2020-07-23T04:54:05.014Z] 756a868c4378: Download complete [2020-07-23T04:54:05.336Z] 138eaada9080: Verifying Checksum [2020-07-23T04:54:05.336Z] 138eaada9080: Download complete [2020-07-23T04:54:05.336Z] 0622d0fa9048: Verifying Checksum [2020-07-23T04:54:05.336Z] 0622d0fa9048: Download complete [2020-07-23T04:54:05.336Z] c9b1b535fdd9: Pull complete [2020-07-23T04:54:05.626Z] 094b1ea09ed8: Verifying Checksum [2020-07-23T04:54:05.626Z] 094b1ea09ed8: Download complete [2020-07-23T04:54:06.243Z] 2cc5ad85d9ab: Pull complete [2020-07-23T04:54:06.553Z] 41b27a9f41bf: Verifying Checksum [2020-07-23T04:54:06.553Z] 41b27a9f41bf: Download complete [2020-07-23T04:54:08.567Z] 756a868c4378: Pull complete [2020-07-23T04:54:08.841Z] 444b2fc9a129: Pull complete [2020-07-23T04:54:09.488Z] ea15f1150254: Pull complete [2020-07-23T04:54:15.075Z] 41b27a9f41bf: Pull complete [2020-07-23T04:54:15.075Z] 28c525ee5125: Pull complete [2020-07-23T04:54:17.686Z] 094b1ea09ed8: Pull complete [2020-07-23T04:54:17.951Z] 138eaada9080: Pull complete [2020-07-23T04:54:18.217Z] 0622d0fa9048: Pull complete [2020-07-23T04:54:18.217Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-23T04:54:18.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:54:18.217Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-23T04:54:18.475Z] prd-centos7-docker-4c-2g-678 does not seem to be running inside a container [2020-07-23T04:54:18.694Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-23T04:54:24.126Z] $ docker top b37ca7b5d677c8c85cc98e544d841bd9ca0d831377df6e13a140b17bbcd7c193 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-23T04:54:24.635Z] provisioning config files... [2020-07-23T04:54:24.653Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config3007471054661252035tmp [Pipeline] { [Pipeline] echo [2020-07-23T04:54:24.710Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:54:25.366Z] ---> create-netrc.sh [Pipeline] echo [2020-07-23T04:54:25.376Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:54:25.843Z] ---> logs-deploy.sh [2020-07-23T04:54:25.844Z] + ARCHIVE_ARTIFACTS= [2020-07-23T04:54:25.844Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-23T04:54:25.844Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-23T04:54:25.844Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-23T04:54:25.844Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/19 [2020-07-23T04:54:25.844Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/19/ [2020-07-23T04:54:25.844Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/19 /w/workspace/edgex-go/19 [2020-07-23T04:54:27.419Z] Archives upload complete. [2020-07-23T04:54:27.681Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/19 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/19/